From 376d66e015b14129fd333468421a3467502ac7db Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Wed, 19 Sep 2018 13:42:02 +0200 Subject: [PATCH 01/33] Created tiler config file for CA --- tasks/tiler/conf/ca_all.json | 540 +++++++++++++++++++++++++++++++++++ 1 file changed, 540 insertions(+) create mode 100644 tasks/tiler/conf/ca_all.json diff --git a/tasks/tiler/conf/ca_all.json b/tasks/tiler/conf/ca_all.json new file mode 100644 index 0000000000..48b8b30e20 --- /dev/null +++ b/tasks/tiler/conf/ca_all.json @@ -0,0 +1,540 @@ +[ + { + "table": "xyz_ca_do_geoms", + "schema": "tiler", + "geoms": true, + "sharded": false, + "bboxes": [ + { + "description": "Canada", + "xmin": -141.11, "ymin": 41.624, "xmax": -52.46, "ymax": 83.25 + } + ], + "columns": [ + { + "id": "ca.statcan.geo.geom_name", + "column_name": "geoname", + "column_alias": "name", + "type": "text", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c001_t", + "column_name": "total_pop", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c001_m", + "column_name": "male_pop", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c001_f", + "column_name": "female_pop", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c002_f", + "column_name": "female_under_5", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c003_f", + "column_name": "female_5_to_9", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c004_f", + "column_name": "female_10_to_14", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c005_f", + "column_name": "female_15_to_19", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c011_f", + "column_name": "female_20_to_24", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c012_f", + "column_name": "female_25_to_29", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c013_f", + "column_name": "female_30_to_34", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c014_f", + "column_name": "female_35_to_39", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c015_f", + "column_name": "female_40_to_44", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c016_f", + "column_name": "female_45_to_49", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c017_f", + "column_name": "female_50_to_54", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c018_f", + "column_name": "female_55_to_59", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c019_f", + "column_name": "female_60_to_64", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c020_f", + "column_name": "female_65_to_69", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c021_f", + "column_name": "female_70_to_74", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c022_f", + "column_name": "female_75_to_79", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c023_f", + "column_name": "female_80_to_84", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c024_f", + "column_name": "female_85_and_over", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c002_m", + "column_name": "male_under_5", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c003_m", + "column_name": "male_5_to_9", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c004_m", + "column_name": "male_10_to_14", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c005_m", + "column_name": "male_15_to_19", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c011_m", + "column_name": "male_20_to_24", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c012_m", + "column_name": "male_25_to_29", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c013_m", + "column_name": "male_30_to_34", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c014_m", + "column_name": "male_35_to_39", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c015_m", + "column_name": "male_40_to_44", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c016_m", + "column_name": "male_45_to_49", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c017_m", + "column_name": "male_50_to_54", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c018_m", + "column_name": "male_55_to_59", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c019_m", + "column_name": "male_60_to_64", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c020_m", + "column_name": "male_65_to_69", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c021_m", + "column_name": "male_70_to_74", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c022_m", + "column_name": "male_75_to_79", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c023_m", + "column_name": "male_80_to_84", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_census.t001c024_m", + "column_name": "male_85_and_over", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t005c002_t", + "column_name": "no_certificate_diploma_or_degree", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t005c003_t", + "column_name": "high_school_diploma_or_equivalent", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t005c004_t", + "column_name": "postsecondary_certificate_diploma_or_degree", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c002_t", + "column_name": "income_less_5000", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c003_t", + "column_name": "income_5000_9999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c004_t", + "column_name": "income_10000_14999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c005_t", + "column_name": "income_15000_19999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c006_t", + "column_name": "income_20000_29999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c007_t", + "column_name": "income_30000_39999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c008_t", + "column_name": "income_40000_49999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c009_t", + "column_name": "income_50000_59999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c010_t", + "column_name": "income_60000_79999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c011_t", + "column_name": "income_80000_99999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c012_t", + "column_name": "income_100000_124999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c013_t", + "column_name": "income_125000_149999", + "type": "numeric", + "nullable": true + }, + { + "id": "ca.statcan.cols_nhs.t012c014_t", + "column_name": "income_150000_or_more", + "type": "numeric", + "nullable": true + } + ] + }, + { + "table": "xyz_ca_mc", + "bypass": true, + "schema": "tiler", + "geoms": false, + "bboxes": [ + { + "description": "Canada", + "xmin": -141.11, "ymin": 41.624, "xmax": -52.46, "ymax": 83.25 + } + ], + "sharded": true, + "sharding": { + "values": [1,2,3,4,5,6,7,8,9,10,11,12] + }, + "columns": [ + { + "id": "ticket_size_score", + "column_name": "ticket_size_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_score", + "column_name": "growth_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_score", + "column_name": "stability_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_score", + "column_name": "transactions_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_score", + "column_name": "sales_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "upfront_composite_score", + "column_name": "upfront_composite_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_country_pctile", + "column_name": "ticket_size_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_metro_pctile", + "column_name": "ticket_size_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_prov_pctile", + "column_name": "ticket_size_prov_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_country_pctile", + "column_name": "growth_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_metro_pctile", + "column_name": "growth_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_prov_pctile", + "column_name": "growth_prov_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_country_pctile", + "column_name": "stability_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_metro_pctile", + "column_name": "stability_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_prov_pctile", + "column_name": "stability_prov_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_country_pctile", + "column_name": "transactions_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_metro_pctile", + "column_name": "transactions_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_prov_pctile", + "column_name": "transactions_prov_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_country_pctile", + "column_name": "sales_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_metro_pctile", + "column_name": "sales_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_prov_pctile", + "column_name": "sales_prov_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + } + ], + "mc_categories": [ + { + "id": "NEP", + "name": "non eating places" + }, + { + "id": "EP", + "name": "eating places" + }, + { + "id": "APP", + "name": "apparel" + }, + { + "id": "SB", + "name": "small business" + }, + { + "id": "TR", + "name": "total retail" + } + ] + } +] From 976fea3df33d5fc864c67ce8bfc3f32d07ab40d8 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 20 Sep 2018 10:00:09 +0200 Subject: [PATCH 02/33] Added CA tiler --- tasks/tiler/ca.py | 65 ++++++++++ tasks/tiler/conf/ca_all.json | 167 ++++++++++++++++--------- tasks/tiler/us.py | 2 + tasks/tiler/xyz.py | 234 +++-------------------------------- 4 files changed, 192 insertions(+), 276 deletions(-) create mode 100644 tasks/tiler/ca.py diff --git a/tasks/tiler/ca.py b/tasks/tiler/ca.py new file mode 100644 index 0000000000..48a0500ae0 --- /dev/null +++ b/tasks/tiler/ca.py @@ -0,0 +1,65 @@ +from tasks.targets import PostgresTarget +from tasks.tiler.xyz import SimpleTilerDOXYZTableTask +from luigi import WrapperTask +from lib.logger import get_logger + +LOGGER = get_logger(__name__) + +GEOGRAPHY_LEVELS = { + 'province': 'ca.statcan.geo.pr_', + 'census_division': 'ca.statcan.geo.cd_', + 'forward_sortation_area': 'ca.statcan.geo.fsa', + 'dissemination_area': 'ca.statcan.geo.da_', +} + +GEONAME_COLUMN = 'geoname' +GEOGRAPHY_NAME_COLUMNS = { + 'province': 'ca.statcan.geo.pr__name', + 'census_division': 'ca.statcan.geo.cd__name', + 'forward_sortation_area': 'ca.statcan.geo.fsa_name', + 'dissemination_area': 'ca.statcan.geo.da__name', +} + + +class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): + country = 'ca' + + def __init__(self, *args, **kwargs): + super(SimpleDOXYZTables, self).__init__(*args, **kwargs) + self.mc_geography_level = self.geography + + def get_config_file(self): + return 'ca_all.json' + + def get_geography_name(self): + return GEOGRAPHY_LEVELS[self.geography] + + def get_columns_ids(self): + columns_ids = [] + + for column in self._get_columns(): + if column['id'] == GEONAME_COLUMN: + column['id'] = GEOGRAPHY_NAME_COLUMNS[self.geography] + columns_ids.append(column['id']) + + return columns_ids + + def output(self): + return PostgresTarget('tiler', 'xyz_ca_do_geoms') + + +class AllSimpleDOXYZTables(WrapperTask): + + def requires(self): + for zoom in range(0, 15): + yield SimpleDOXYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) + + def _get_geography_level(self, zoom): + if zoom >= 0 and zoom <= 4: + return 'province' + elif zoom >= 5 and zoom <= 8: + return 'census_division' + elif zoom >= 9 and zoom <= 11: + return 'forward_sortation_area' + elif zoom >= 12 and zoom <= 14: + return 'dissemination_area' diff --git a/tasks/tiler/conf/ca_all.json b/tasks/tiler/conf/ca_all.json index 48b8b30e20..42446dffca 100644 --- a/tasks/tiler/conf/ca_all.json +++ b/tasks/tiler/conf/ca_all.json @@ -13,338 +13,393 @@ "columns": [ { "id": "ca.statcan.geo.geom_name", - "column_name": "geoname", + "column_name": "geom_name", "column_alias": "name", "type": "text", "nullable": true }, { "id": "ca.statcan.cols_census.t001c001_t", - "column_name": "total_pop", + "column_name": "t001c001_t", + "column_alias": "total_pop", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c001_m", - "column_name": "male_pop", + "column_name": "t001c001_m", + "column_alias": "male_pop", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c001_f", - "column_name": "female_pop", + "column_name": "t001c001_f", + "column_alias": "female_pop", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c002_f", - "column_name": "female_under_5", + "column_name": "t001c002_f", + "column_alias": "female_under_5", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c003_f", - "column_name": "female_5_to_9", + "column_name": "t001c003_f", + "column_alias": "female_5_to_9", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c004_f", - "column_name": "female_10_to_14", + "column_name": "t001c004_f", + "column_alias": "female_10_to_14", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c005_f", - "column_name": "female_15_to_19", + "column_name": "t001c005_f", + "column_alias": "female_15_to_19", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c011_f", - "column_name": "female_20_to_24", + "column_name": "t001c011_f", + "column_alias": "female_20_to_24", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c012_f", - "column_name": "female_25_to_29", + "column_name": "t001c012_f", + "column_alias": "female_25_to_29", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c013_f", - "column_name": "female_30_to_34", + "column_name": "t001c013_f", + "column_alias": "female_30_to_34", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c014_f", - "column_name": "female_35_to_39", + "column_name": "t001c014_f", + "column_alias": "female_35_to_39", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c015_f", - "column_name": "female_40_to_44", + "column_name": "t001c015_f", + "column_alias": "female_40_to_44", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c016_f", - "column_name": "female_45_to_49", + "column_name": "t001c016_f", + "column_alias": "female_45_to_49", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c017_f", - "column_name": "female_50_to_54", + "column_name": "t001c017_f", + "column_alias": "female_50_to_54", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c018_f", - "column_name": "female_55_to_59", + "column_name": "t001c018_f", + "column_alias": "female_55_to_59", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c019_f", - "column_name": "female_60_to_64", + "column_name": "t001c019_f", + "column_alias": "female_60_to_64", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c020_f", - "column_name": "female_65_to_69", + "column_name": "t001c020_f", + "column_alias": "female_65_to_69", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c021_f", - "column_name": "female_70_to_74", + "column_name": "t001c021_f", + "column_alias": "female_70_to_74", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c022_f", - "column_name": "female_75_to_79", + "column_name": "t001c022_f", + "column_alias": "female_75_to_79", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c023_f", - "column_name": "female_80_to_84", + "column_name": "t001c023_f", + "column_alias": "female_80_to_84", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c024_f", - "column_name": "female_85_and_over", + "column_name": "t001c024_f", + "column_alias": "female_85_and_over", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c002_m", - "column_name": "male_under_5", + "column_name": "t001c002_m", + "column_alias": "male_under_5", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c003_m", - "column_name": "male_5_to_9", + "column_name": "t001c003_m", + "column_alias": "male_5_to_9", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c004_m", - "column_name": "male_10_to_14", + "column_name": "t001c004_m", + "column_alias": "male_10_to_14", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c005_m", - "column_name": "male_15_to_19", + "column_name": "t001c005_m", + "column_alias": "male_15_to_19", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c011_m", - "column_name": "male_20_to_24", + "column_name": "t001c011_m", + "column_alias": "male_20_to_24", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c012_m", - "column_name": "male_25_to_29", + "column_name": "t001c012_m", + "column_alias": "male_25_to_29", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c013_m", - "column_name": "male_30_to_34", + "column_name": "t001c013_m", + "column_alias": "male_30_to_34", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c014_m", - "column_name": "male_35_to_39", + "column_name": "t001c014_m", + "column_alias": "male_35_to_39", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c015_m", - "column_name": "male_40_to_44", + "column_name": "t001c015_m", + "column_alias": "male_40_to_44", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c016_m", - "column_name": "male_45_to_49", + "column_name": "t001c016_m", + "column_alias": "male_45_to_49", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c017_m", - "column_name": "male_50_to_54", + "column_name": "t001c017_m", + "column_alias": "male_50_to_54", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c018_m", - "column_name": "male_55_to_59", + "column_name": "t001c018_m", + "column_alias": "male_55_to_59", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c019_m", - "column_name": "male_60_to_64", + "column_name": "t001c019_m", + "column_alias": "male_60_to_64", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c020_m", - "column_name": "male_65_to_69", + "column_name": "t001c020_m", + "column_alias": "male_65_to_69", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c021_m", - "column_name": "male_70_to_74", + "column_name": "t001c021_m", + "column_alias": "male_70_to_74", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c022_m", - "column_name": "male_75_to_79", + "column_name": "t001c022_m", + "column_alias": "male_75_to_79", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c023_m", - "column_name": "male_80_to_84", + "column_name": "t001c023_m", + "column_alias": "male_80_to_84", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_census.t001c024_m", - "column_name": "male_85_and_over", + "column_name": "t001c024_m", + "column_alias": "male_85_and_over", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t005c002_t", - "column_name": "no_certificate_diploma_or_degree", + "column_name": "t005c002_t", + "column_alias": "no_certificate_diploma_or_degree", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t005c003_t", - "column_name": "high_school_diploma_or_equivalent", + "column_name": "t005c003_t", + "column_alias": "high_school_diploma_or_equivalent", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t005c004_t", - "column_name": "postsecondary_certificate_diploma_or_degree", + "column_name": "t005c004_t", + "column_alias": "postsecondary_certificate_diploma_or_degree", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c002_t", - "column_name": "income_less_5000", + "column_name": "t012c002_t", + "column_alias": "income_less_5000", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c003_t", - "column_name": "income_5000_9999", + "column_name": "t012c003_t", + "column_alias": "income_5000_9999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c004_t", - "column_name": "income_10000_14999", + "column_name": "t012c004_t", + "column_alias": "income_10000_14999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c005_t", - "column_name": "income_15000_19999", + "column_name": "t012c005_t", + "column_alias": "income_15000_19999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c006_t", - "column_name": "income_20000_29999", + "column_name": "t012c006_t", + "column_alias": "income_20000_29999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c007_t", - "column_name": "income_30000_39999", + "column_name": "t012c007_t", + "column_alias": "income_30000_39999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c008_t", - "column_name": "income_40000_49999", + "column_name": "t012c008_t", + "column_alias": "income_40000_49999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c009_t", - "column_name": "income_50000_59999", + "column_name": "t012c009_t", + "column_alias": "income_50000_59999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c010_t", - "column_name": "income_60000_79999", + "column_name": "t012c010_t", + "column_alias": "income_60000_79999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c011_t", - "column_name": "income_80000_99999", + "column_name": "t012c011_t", + "column_alias": "income_80000_99999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c012_t", - "column_name": "income_100000_124999", + "column_name": "t012c012_t", + "column_alias": "income_100000_124999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c013_t", - "column_name": "income_125000_149999", + "column_name": "t012c013_t", + "column_alias": "income_125000_149999", "type": "numeric", "nullable": true }, { "id": "ca.statcan.cols_nhs.t012c014_t", - "column_name": "income_150000_or_more", + "column_name": "t012c014_t", + "column_alias": "income_150000_or_more", "type": "numeric", "nullable": true } diff --git a/tasks/tiler/us.py b/tasks/tiler/us.py index 6af57e179b..b9e486df33 100644 --- a/tasks/tiler/us.py +++ b/tasks/tiler/us.py @@ -147,6 +147,8 @@ def _get_geography_level(self, zoom): class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): + country = 'us' + def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) diff --git a/tasks/tiler/xyz.py b/tasks/tiler/xyz.py index 037a7efe82..428f0d2209 100644 --- a/tasks/tiler/xyz.py +++ b/tasks/tiler/xyz.py @@ -1,17 +1,11 @@ -from tasks.us.census.tiger import ShorelineClip from tasks.targets import PostgresTarget -from luigi import IntParameter, Parameter, WrapperTask, Task -from tasks.meta import current_session, async_pool +from luigi import IntParameter, Parameter, Task +from tasks.meta import current_session from lib.logger import get_logger from lib.tileutils import tile2bounds from lib.geo import bboxes_intersect import json import os -import time -import asyncio -import concurrent.futures -import backoff -import csv LOGGER = get_logger(__name__) @@ -97,221 +91,15 @@ def _get_config_data(self): return json.load(f) -class TilerXYZTableTask(Task): - - zoom_level = IntParameter() - geography = Parameter() - - def __init__(self, *args, **kwargs): - super(TilerXYZTableTask, self).__init__(*args, **kwargs) - self.config_data = self._get_config_data() - - def get_config_file(self): - raise NotImplementedError('Config file must be implemented by the child class') - - def get_geography_level(self, level): - raise NotImplementedError('Geography levels file must be implemented by the child class') - - def get_columns(self, config, shard_value=None): - raise NotImplementedError('Get columns function must be implemented by the child class') - - def get_table_columns(self, config, shard_value=None): - raise NotImplementedError('Get Table columns function must be implemented by the child class') - - def get_tile_query(self, config, tile, geography, shard_value=None): - raise NotImplementedError('Get tile query function must be implemented by the child class') - - def run(self): - config_data = self._get_config_data() - for config in config_data: - if not config.get('bypass', False): - table_bboxes = config['bboxes'] - tables_data = self._get_table_names(config) - for table_data in tables_data: - start_time = time.time() - LOGGER.info("Processing table {}".format(table_data['table'])) - self._create_schema_and_table(table_data, config) - self._generate_csv_tiles(self.zoom_level, table_data, config, table_bboxes) - self._insert_tiles(table_data) - end_time = time.time() - LOGGER.info("Finished processing table {}. It took {} seconds".format( - table_data['table'], - (end_time - start_time) - )) - - def _get_table_names(self, config): - table_names = [] - if config['sharded']: - for value in config['sharding']['values']: - table_names.append({"schema": config['schema'], - "table": "{}_{}".format(config['table'], value), - "value": value}) - else: - table_names.append({"schema": config['schema'], "table": config['table'], "value": None}) - - return table_names - - def _create_schema_and_table(self, table_data, config): - session = current_session() - session.execute('CREATE SCHEMA IF NOT EXISTS tiler') - cols_schema = self.get_table_columns(config, table_data['value']) - sql_table = '''CREATE TABLE IF NOT EXISTS {table}( - x INTEGER NOT NULL, - y INTEGER NOT NULL, - z INTEGER NOT NULL, - mvt_geometry Geometry, - geoid VARCHAR NOT NULL, - area_ratio NUMERIC, - area NUMERIC, - {cols}, - CONSTRAINT {table_name}_pk PRIMARY KEY (x,y,z,geoid) - )'''.format(table=self._get_table_name(table_data), - table_name=table_data['table'], - cols=", ".join(cols_schema)) - - session.execute(sql_table) - session.commit() - - def _get_config_data(self): - dir_path = os.path.dirname(os.path.realpath(__file__)) - with (open('{}/conf/{}'.format(dir_path, self.get_config_file()))) as f: - return json.load(f) - - def _tile_in_bboxes(self, zoom, x, y, bboxes): - rect1 = tile2bounds(zoom, x, y) - for bbox in bboxes: - rect2 = [bbox['xmin'], bbox['ymin'], bbox['xmax'], bbox['ymax']] - if bboxes_intersect(rect1, rect2): - return True - - return False - - def _generate_csv_tiles(self, zoom, table_data, config, bboxes_config): - tiles = [] - tile_start = time.time() - for x in range(0, (pow(2, zoom) + 1)): - for y in range(0, (pow(2, zoom) + 1)): - if self._tile_in_bboxes(zoom, x, y, bboxes_config): - tiles.append([x, y, zoom]) - tile_end = time.time() - - LOGGER.info("Tiles to be processed: {}. Calculated in {} seconds".format(len(tiles), (tile_end - tile_start))) - - sql_start = time.time() - loop = asyncio.new_event_loop() - asyncio.set_event_loop(loop) - try: - exceptions = loop.run_until_complete(self._generate_tiles(tiles, config, table_data)) - exceptions = [e for e in exceptions if e is not None] - - if exceptions: - LOGGER.warning("Exception/s found processing tiles: {}".format("\n".join([str(e) for e in exceptions if e is not None]))) - finally: - loop.close() - sql_end = time.time() - - LOGGER.info("Generated tiles it took {} seconds".format(sql_end - sql_start)) - - def batch(self, iterable, n=1): - iterable_lenght = len(iterable) - for ndx in range(0, iterable_lenght, n): - yield iterable[ndx:min(ndx + n, iterable_lenght)] - - @backoff.on_exception(backoff.expo, - (asyncio.TimeoutError, - concurrent.futures._base.TimeoutError), - max_time=600) - - async def _generate_tiles(self, tiles, config, table_data): - with open(self._get_csv_filename(table_data), 'w+') as csvfile: - db_pool = await async_pool() - columns = self.get_columns(config, table_data['value']) - csvwriter = csv.writer(csvfile) - headers = ['x', 'y', 'z', 'mvt_geometry', 'geoid', 'area_ratio', 'area'] - headers += [column.get('column_alias', column['column_name']).lower() for column in columns] - csvwriter.writerow(headers) - geography_level = self.get_geography_level(self.geography) - batch_no = 1 - for tiles_batch in self.batch(tiles, 100): - LOGGER.info("Processing batch {} with {} elements".format(batch_no, len(tiles_batch))) - batch_start = time.time() - executed_tiles = [self._generate_tile(db_pool, csvwriter, tile, geography_level, config, table_data['value']) - for tile in tiles_batch] - exceptions = await asyncio.gather(*executed_tiles, return_exceptions=True) - batch_end = time.time() - LOGGER.info("Batch {} processed in {} seconds".format(batch_no, (batch_end - batch_start))) - batch_no += 1 - - return exceptions - - @backoff.on_exception(backoff.expo, - (asyncio.TimeoutError, - concurrent.futures._base.TimeoutError), - max_time=600) - - async def _generate_tile(self, db_pool, csvwriter, tile, geography, config, shard_value=None): - tile_query = self.get_tile_query(config, tile, geography, shard_value) - - conn = None - try: - conn = await db_pool.acquire() - tile_start = time.time() - - records = await conn.fetch(tile_query) - - tile_end = time.time() - LOGGER.debug('Generated tile [{}/{}/{}] in {} seconds'.format(tile[0], tile[1], tile[2], - (tile_end - tile_start))) - for record in records: - csvwriter.writerow(tuple(record)) - else: - LOGGER.debug('Tile [{}/{}/{}] without data'.format(tile[0], tile[1], tile[2], (tile_end - tile_start))) - except BaseException as e: - LOGGER.error('Tile [{}/{}/{}] returned exception {}'.format(tile[0], tile[1], tile[2], e)) - raise e - finally: - await db_pool.release(conn) - - def _insert_tiles(self, table_data): - table_name = self._get_table_name(table_data) - copy_start = time.time() - session = current_session() - with open(self._get_csv_filename(table_data), 'rb') as f: - cursor = session.connection().connection.cursor() - sql_copy = """ - COPY {table} FROM STDIN WITH CSV HEADER DELIMITER AS ',' - """.format(table=table_name) - cursor.copy_expert(sql=sql_copy, file=f) - session.commit() - cursor.close() - copy_end = time.time() - LOGGER.info("Copy tiles for table {} took {} seconds".format(table_data['table'],copy_end - copy_start)) - - def output(self): - targets = [] - for config in self.config_data: - tables_data = self._get_table_names(config) - for table_data in tables_data: - targets.append(PostgresTarget(table_data['schema'], - table_data['table'], - where='z = {}'.format(self.zoom_level))) - return targets - - def _get_table_name(self, table_data): - return "\"{schema}\".\"{table}\"".format(schema=table_data['schema'], table=table_data['table']) - - def _get_csv_filename(self, table_data): - if not os.path.exists('tmp/tiler'): - os.makedirs('tmp/tiler') - return "tmp/tiler/tiler_{table_name}_{geography}.csv".format(table_name=table_data['table'], - geography=self.geography) - - class SimpleTilerDOXYZTableTask(Task): zoom_level = IntParameter() geography = Parameter() + simplification_tolerance = 0 + table_postfix = None + mc_geography_level = None + def __init__(self, *args, **kwargs): super(SimpleTilerDOXYZTableTask, self).__init__(*args, **kwargs) self.columns = self._get_columns() @@ -394,7 +182,8 @@ def _insert_data(self): FROM ( SELECT cdb_observatory.OBS_GetMCDOMVT({zoom_level}, '{geography}', ARRAY[{in_columns_ids}]::TEXT[], - ARRAY[]::TEXT[], ARRAY[]::TEXT[], ARRAY[]::TEXT[]) aa + ARRAY[]::TEXT[], ARRAY[]::TEXT[], ARRAY[]::TEXT[], + '{country}', {simplification_tolerance}, '{table_postfix}', {mc_geography_level}) aa ) q; '''.format(schema=self.output().schema, table=self.output().tablename, @@ -402,7 +191,12 @@ def _insert_data(self): geography=self.get_geography_name(), out_columns=','.join(out_columns), in_columns=','.join(in_columns), - in_columns_ids=','.join(in_columns_ids)) + in_columns_ids=','.join(in_columns_ids), + country=self.country, + simplification_tolerance=self.simplification_tolerance, + table_postfix=self.table_postfix if self.table_postfix is not None else '', + mc_geography_level="'{}'".format(self.mc_geography_level) + if self.mc_geography_level is not None else 'NULL') session.execute(query) session.commit() From 8a8f01377307e74307f9c953c13096373d9bd475 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 20 Sep 2018 12:08:37 +0200 Subject: [PATCH 03/33] Added AU tiler --- tasks/tiler/au.py | 73 +++++ tasks/tiler/conf/au_all.json | 525 +++++++++++++++++++++++++++++++++++ 2 files changed, 598 insertions(+) create mode 100644 tasks/tiler/au.py create mode 100644 tasks/tiler/conf/au_all.json diff --git a/tasks/tiler/au.py b/tasks/tiler/au.py new file mode 100644 index 0000000000..019922857a --- /dev/null +++ b/tasks/tiler/au.py @@ -0,0 +1,73 @@ +from tasks.targets import PostgresTarget +from tasks.tiler.xyz import SimpleTilerDOXYZTableTask +from luigi import WrapperTask +from lib.logger import get_logger + +LOGGER = get_logger(__name__) + +GEOGRAPHY_LEVELS = { + 'state': 'au.geo.STE', + 'sa4': 'au.geo.SA4', + 'sa3': 'au.geo.SA3', + 'sa2': 'au.geo.SA2', + 'sa1': 'au.geo.SA1', + 'mesh_block': 'au.geo.MB', +} + +GEONAME_COLUMN = 'geoname' +GEOGRAPHY_NAME_COLUMNS = { + 'state': 'au.geo.STE_name', + 'sa4': 'au.geo.SA4_name', + 'sa3': 'au.geo.SA3_name', + 'sa2': 'au.geo.SA2_name', + 'sa1': 'au.geo.SA1_name', + 'mesh_block': 'au.geo.MB_name', +} + + +class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): + country = 'au' + + def __init__(self, *args, **kwargs): + super(SimpleDOXYZTables, self).__init__(*args, **kwargs) + self.mc_geography_level = self.geography + + def get_config_file(self): + return 'au_all.json' + + def get_geography_name(self): + return GEOGRAPHY_LEVELS[self.geography] + + def get_columns_ids(self): + columns_ids = [] + + for column in self._get_columns(): + if column['id'] == GEONAME_COLUMN: + column['id'] = GEOGRAPHY_NAME_COLUMNS[self.geography] + columns_ids.append(column['id']) + + return columns_ids + + def output(self): + return PostgresTarget('tiler', 'xyz_au_do_geoms') + + +class AllSimpleDOXYZTables(WrapperTask): + + def requires(self): + for zoom in range(0, 15): + yield SimpleDOXYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) + + def _get_geography_level(self, zoom): + if zoom >= 0 and zoom <= 4: + return 'state' + elif zoom >= 5 and zoom <= 7: + return 'sa4' + elif zoom >= 8 and zoom <= 9: + return 'sa3' + elif zoom >= 10 and zoom <= 11: + return 'sa2' + elif zoom >= 12 and zoom <= 13: + return 'sa1' + elif zoom == 14: + return 'mesh_block' diff --git a/tasks/tiler/conf/au_all.json b/tasks/tiler/conf/au_all.json new file mode 100644 index 0000000000..64bad66816 --- /dev/null +++ b/tasks/tiler/conf/au_all.json @@ -0,0 +1,525 @@ +[ + { + "table": "xyz_au_do_geoms", + "schema": "tiler", + "geoms": true, + "sharded": false, + "bboxes": [ + { + "description": "Australia", + "xmin": 112.84, "ymin": -43.703, "xmax": 153.75, "ymax": -9.162 + } + ], + "columns": [ + { + "id": "geoname", + "column_name": "geom_name", + "column_alias": "name", + "type": "text", + "nullable": true + }, + { + "id": "au.data.B01_Tot_P_P", + "column_name": "b01_tot_p_p", + "column_alias": "total_pop", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Tot_P_M", + "column_name": "b01_tot_p_m", + "column_alias": "male_pop", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Tot_P_F", + "column_name": "b01_tot_p_f", + "column_alias": "female_pop", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_0_4_yr_M", + "column_name": "b01_age_0_4_yr_m", + "column_alias": "male_under_5", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_0_4_yr_F", + "column_name": "b01_age_0_4_yr_f", + "column_alias": "female_under_5", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_5_14_yr_M", + "column_name": "b01_age_5_14_yr_m", + "column_alias": "male_5_to_14", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_5_14_yr_F", + "column_name": "b01_age_5_14_yr_f", + "column_alias": "female_5_to_14", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_15_19_yr_M", + "column_name": "b01_age_15_19_yr_m", + "column_alias": "male_15_to_19", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_15_19_yr_F", + "column_name": "b01_age_15_19_yr_f", + "column_alias": "female_15_to_19", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_20_24_yr_M", + "column_name": "b01_age_20_24_yr_m", + "column_alias": "male_20_to_24", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_20_24_yr_F", + "column_name": "b01_age_20_24_yr_f", + "column_alias": "female_20_to_24", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_25_34_yr_M", + "column_name": "b01_age_25_34_yr_m", + "column_alias": "male_25_to_34", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_25_34_yr_F", + "column_name": "b01_age_25_34_yr_f", + "column_alias": "female_25_to_34", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_35_44_yr_M", + "column_name": "b01_age_35_44_yr_m", + "column_alias": "male_35_to_44", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_35_44_yr_F", + "column_name": "b01_age_35_44_yr_f", + "column_alias": "female_35_to_44", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_45_54_yr_M", + "column_name": "b01_age_45_54_yr_m", + "column_alias": "male_45_to_54", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_45_54_yr_F", + "column_name": "b01_age_45_54_yr_f", + "column_alias": "female_45_to_54", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_55_64_yr_M", + "column_name": "b01_age_55_64_yr_m", + "column_alias": "male_55_to_64", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_55_64_yr_F", + "column_name": "b01_age_55_64_yr_f", + "column_alias": "female_55_to_64", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_65_74_yr_M", + "column_name": "b01_age_65_74_yr_m", + "column_alias": "male_65_to_54", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_65_74_yr_F", + "column_name": "b01_age_65_74_yr_f", + "column_alias": "female_65_to_54", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_75_84_yr_M", + "column_name": "b01_age_75_84_yr_m", + "column_alias": "male_75_to_84", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_75_84_yr_F", + "column_name": "b01_age_75_84_yr_f", + "column_alias": "female_75_to_84", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_85ov_M", + "column_name": "b01_age_85ov_m", + "column_alias": "male_85_and_over", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_Age_85ov_F", + "column_name": "b01_age_85ov_f", + "column_alias": "female_85_and_over", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_High_yr_schl_comp_Yr_12_eq_P", + "column_name": "b01_high_yr_schl_comp_yr_12_eq_p", + "column_alias": "school_12_years", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_High_yr_schl_comp_Yr_11_eq_P", + "column_name": "b01_high_yr_schl_comp_yr_11_eq_p", + "column_alias": "school_11_years", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_High_yr_schl_comp_Yr_10_eq_P", + "column_name": "b01_high_yr_schl_comp_yr_10_eq_p", + "column_alias": "school_10_years", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_High_yr_schl_comp_Yr_9_eq_P", + "column_name": "b01_high_yr_schl_comp_yr_9_eq_p", + "column_alias": "school_9_years", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_High_yr_schl_comp_Yr_8_belw_P", + "column_name": "b01_high_yr_schl_comp_yr_8_belw_p", + "column_alias": "school_8_years", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B01_High_yr_schl_comp_D_n_g_sch_P", + "column_name": "b01_high_yr_schl_comp_f_n_g_sch_p", + "column_alias": "did_not_go_to_school", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_4000_more_Tot", + "column_name": "b26_fi_4000_more_tot", + "column_alias": "income_4000_or_more", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_3500_3999_Tot", + "column_name": "b26_fi_3500_3999_tot", + "column_alias": "income_3500_3999", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_3000_3499_Tot", + "column_name": "b26_fi_3000_3499_tot", + "column_alias": "income_3000_3499", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_2500_2999_Tot", + "column_name": "b26_fi_2500_2999_tot", + "column_alias": "income_2500_2999", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_2000_2499_Tot", + "column_name": "b26_fi_2000_2499_tot", + "column_alias": "income_2000_2499", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_1500_1999_Tot", + "column_name": "b26_fi_1500_1999_tot", + "column_alias": "income_1500_1999", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_1250_1499_Tot", + "column_name": "b26_fi_1250_1499_tot", + "column_alias": "income_1250_1499", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_1000_1249_Tot", + "column_name": "b26_fi_1000_1249_tot", + "column_alias": "income_1000_1249", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_800_999_Tot", + "column_name": "b26_fi_800_999_tot", + "column_alias": "income_800_999", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_600_799_Tot", + "column_name": "b26_fi_600_799_tot", + "column_alias": "income_600_799", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_400_599_Tot", + "column_name": "b26_fi_400_599_tot", + "column_alias": "income_400_599", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_300_399_Tot", + "column_name": "b26_fi_300_399_tot", + "column_alias": "income_300_399", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_200_299_Tot", + "column_name": "b26_fi_200_299_tot", + "column_alias": "income_200_299", + "type": "numeric", + "nullable": true + }, + { + "id": "au.data.B26_FI_1_199_Tot", + "column_name": "b26_fi_1_199_tot", + "column_alias": "income_1_199", + "type": "numeric", + "nullable": true + } + ] + }, + { + "table": "xyz_au_mc", + "bypass": true, + "schema": "tiler", + "geoms": false, + "bboxes": [ + { + "description": "Australia", + "xmin": 112.84, "ymin": -43.703, "xmax": 153.75, "ymax": -9.162 + } + ], + "sharded": true, + "sharding": { + "values": [1,2,3,4,5,6,7,8,9,10,11,12] + }, + "columns": [ + { + "id": "ticket_size_score", + "column_name": "ticket_size_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_score", + "column_name": "growth_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_score", + "column_name": "stability_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_score", + "column_name": "transactions_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_score", + "column_name": "sales_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "upfront_composite_score", + "column_name": "upfront_composite_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_country_pctile", + "column_name": "ticket_size_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_metro_pctile", + "column_name": "ticket_size_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_state_pctile", + "column_name": "ticket_size_state_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_country_pctile", + "column_name": "growth_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_metro_pctile", + "column_name": "growth_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_state_pctile", + "column_name": "growth_state_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_country_pctile", + "column_name": "stability_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_metro_pctile", + "column_name": "stability_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_state_pctile", + "column_name": "stability_state_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_country_pctile", + "column_name": "transactions_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_metro_pctile", + "column_name": "transactions_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_state_pctile", + "column_name": "transactions_state_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_country_pctile", + "column_name": "sales_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_metro_pctile", + "column_name": "sales_metro_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_state_pctile", + "column_name": "sales_state_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + } + ], + "mc_categories": [ + { + "id": "NEP", + "name": "non eating places" + }, + { + "id": "EP", + "name": "eating places" + }, + { + "id": "APP", + "name": "apparel" + }, + { + "id": "SB", + "name": "small business" + }, + { + "id": "TR", + "name": "total retail" + } + ] + } +] From f49d9331dc2ae10ec30eae3f8328e32773417460 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 20 Sep 2018 12:56:26 +0200 Subject: [PATCH 04/33] Added UK tiler --- tasks/tiler/conf/uk_all.json | 252 +++++++++++++++++++++++++++++++++++ tasks/tiler/uk.py | 61 +++++++++ 2 files changed, 313 insertions(+) create mode 100644 tasks/tiler/conf/uk_all.json create mode 100644 tasks/tiler/uk.py diff --git a/tasks/tiler/conf/uk_all.json b/tasks/tiler/conf/uk_all.json new file mode 100644 index 0000000000..52c9eb5864 --- /dev/null +++ b/tasks/tiler/conf/uk_all.json @@ -0,0 +1,252 @@ +[ + { + "table": "xyz_uk_do_geoms", + "schema": "tiler", + "geoms": true, + "sharded": false, + "bboxes": [ + { + "description": "United Kingdom", + "xmin": -8.657, "ymin": 49.943, "xmax": 1.7716, "ymax": 60.859 + } + ], + "columns": [ + { + "id": "geoname", + "column_name": "geom_name", + "column_alias": "name", + "type": "text", + "nullable": true + }, + { + "id": "uk.ons.LC2102EW0001", + "column_name": "LC2102EW0001", + "column_alias": "total_pop", + "type": "numeric", + "nullable": true + }, + { + "id": "uk.ons.LC2102EW0016", + "column_name": "LC2102EW0016", + "column_alias": "population_under_24", + "type": "numeric", + "nullable": true + }, + { + "id": "uk.ons.LC2102EW0031", + "column_name": "LC2102EW0031", + "column_alias": "population_25_to_49", + "type": "numeric", + "nullable": true + }, + { + "id": "uk.ons.LC2102EW0046", + "column_name": "LC2102EW0046", + "column_alias": "population_50_to_64", + "type": "numeric", + "nullable": true + }, + { + "id": "uk.ons.LC2102EW0061", + "column_name": "LC2102EW0061", + "column_alias": "population_65_to_74", + "type": "numeric", + "nullable": true + }, + { + "id": "uk.ons.LC2102EW0076", + "column_name": "LC2102EW0076", + "column_alias": "population_75_and_over", + "type": "numeric", + "nullable": true + } + ] + }, + { + "table": "xyz_uk_mc", + "bypass": true, + "schema": "tiler", + "geoms": false, + "bboxes": [ + { + "description": "United Kingdom", + "xmin": -8.657, "ymin": 49.943, "xmax": 1.7716, "ymax": 60.859 + } + ], + "sharded": true, + "sharding": { + "values": [1,2,3,4,5,6,7,8,9,10,11,12] + }, + "columns": [ + { + "id": "ticket_size_score", + "column_name": "ticket_size_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_score", + "column_name": "growth_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_score", + "column_name": "stability_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_score", + "column_name": "transactions_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_score", + "column_name": "sales_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "upfront_composite_score", + "column_name": "upfront_composite_score", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_country_pctile", + "column_name": "ticket_size_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_pc_district_pctile", + "column_name": "ticket_size_pc_district_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "ticket_size_pc_area_pctile", + "column_name": "ticket_size_pc_area_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_country_pctile", + "column_name": "growth_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_pc_district_pctile", + "column_name": "growth_pc_district_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "growth_pc_area_pctile", + "column_name": "growth_pc_area_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_country_pctile", + "column_name": "stability_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_pc_district_pctile", + "column_name": "stability_pc_district_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "stability_pc_area_pctile", + "column_name": "stability_pc_area_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_country_pctile", + "column_name": "transactions_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_pc_district_pctile", + "column_name": "transactions_pc_district_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "transactions_pc_area_pctile", + "column_name": "transactions_pc_area_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_country_pctile", + "column_name": "sales_country_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_pc_district_pctile", + "column_name": "sales_pc_district_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + }, + { + "id": "sales_pc_area_pctile", + "column_name": "sales_pc_area_pctile", + "column_name_suffix": ["mc_categories", "mc_dates"], + "type": "numeric", + "nullable": true + } + ], + "mc_categories": [ + { + "id": "NEP", + "name": "non eating places" + }, + { + "id": "EP", + "name": "eating places" + }, + { + "id": "APP", + "name": "apparel" + }, + { + "id": "SB", + "name": "small business" + }, + { + "id": "TR", + "name": "total retail" + } + ] + } +] diff --git a/tasks/tiler/uk.py b/tasks/tiler/uk.py new file mode 100644 index 0000000000..9a53420a4a --- /dev/null +++ b/tasks/tiler/uk.py @@ -0,0 +1,61 @@ +from tasks.targets import PostgresTarget +from tasks.tiler.xyz import SimpleTilerDOXYZTableTask +from luigi import WrapperTask +from lib.logger import get_logger + +LOGGER = get_logger(__name__) + +GEOGRAPHY_LEVELS = { + 'postcode_area': 'uk.datashare.pa_geo', + 'postcode_district': 'uk.odl.pd_geo', + 'postcode_sector': 'uk.odl.ps_geo', +} + +GEONAME_COLUMN = 'geoname' +GEOGRAPHY_NAME_COLUMNS = { + 'postcode_area': 'uk.datashare.pa_name', + 'postcode_district': 'uk.odl.pd_id', + 'postcode_sector': 'uk.odl.ps_id', +} + + +class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): + country = 'uk' + + def __init__(self, *args, **kwargs): + super(SimpleDOXYZTables, self).__init__(*args, **kwargs) + self.mc_geography_level = self.geography + + def get_config_file(self): + return 'uk_all.json' + + def get_geography_name(self): + return GEOGRAPHY_LEVELS[self.geography] + + def get_columns_ids(self): + columns_ids = [] + + for column in self._get_columns(): + if column['id'] == GEONAME_COLUMN: + column['id'] = GEOGRAPHY_NAME_COLUMNS[self.geography] + columns_ids.append(column['id']) + + return columns_ids + + def output(self): + return PostgresTarget('tiler', 'xyz_uk_do_geoms') + + +class AllSimpleDOXYZTables(WrapperTask): + + def requires(self): + for zoom in range(0, 15): + yield SimpleDOXYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) + + def _get_geography_level(self, zoom): + if zoom >= 0 and zoom <= 5: + return 'postcode_area' + elif zoom >= 6 and zoom <= 9: + return 'postcode_district' + elif zoom >= 10 and zoom <= 14: + return 'postcode_sector' From cb6a329c863c0e85dc3306e41fbf656eabc67cc4 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 20 Sep 2018 13:28:08 +0200 Subject: [PATCH 05/33] Refactor --- tasks/tiler/au.py | 8 --- tasks/tiler/ca.py | 8 --- tasks/tiler/uk.py | 8 --- tasks/tiler/us.py | 132 +-------------------------------------------- tasks/tiler/xyz.py | 5 +- 5 files changed, 4 insertions(+), 157 deletions(-) diff --git a/tasks/tiler/au.py b/tasks/tiler/au.py index 019922857a..c7c4fb3e5c 100644 --- a/tasks/tiler/au.py +++ b/tasks/tiler/au.py @@ -1,4 +1,3 @@ -from tasks.targets import PostgresTarget from tasks.tiler.xyz import SimpleTilerDOXYZTableTask from luigi import WrapperTask from lib.logger import get_logger @@ -30,10 +29,6 @@ class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) - self.mc_geography_level = self.geography - - def get_config_file(self): - return 'au_all.json' def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] @@ -48,9 +43,6 @@ def get_columns_ids(self): return columns_ids - def output(self): - return PostgresTarget('tiler', 'xyz_au_do_geoms') - class AllSimpleDOXYZTables(WrapperTask): diff --git a/tasks/tiler/ca.py b/tasks/tiler/ca.py index 48a0500ae0..b3b607a55d 100644 --- a/tasks/tiler/ca.py +++ b/tasks/tiler/ca.py @@ -1,4 +1,3 @@ -from tasks.targets import PostgresTarget from tasks.tiler.xyz import SimpleTilerDOXYZTableTask from luigi import WrapperTask from lib.logger import get_logger @@ -26,10 +25,6 @@ class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) - self.mc_geography_level = self.geography - - def get_config_file(self): - return 'ca_all.json' def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] @@ -44,9 +39,6 @@ def get_columns_ids(self): return columns_ids - def output(self): - return PostgresTarget('tiler', 'xyz_ca_do_geoms') - class AllSimpleDOXYZTables(WrapperTask): diff --git a/tasks/tiler/uk.py b/tasks/tiler/uk.py index 9a53420a4a..84cf8b3dd2 100644 --- a/tasks/tiler/uk.py +++ b/tasks/tiler/uk.py @@ -1,4 +1,3 @@ -from tasks.targets import PostgresTarget from tasks.tiler.xyz import SimpleTilerDOXYZTableTask from luigi import WrapperTask from lib.logger import get_logger @@ -24,10 +23,6 @@ class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) - self.mc_geography_level = self.geography - - def get_config_file(self): - return 'uk_all.json' def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] @@ -42,9 +37,6 @@ def get_columns_ids(self): return columns_ids - def output(self): - return PostgresTarget('tiler', 'xyz_uk_do_geoms') - class AllSimpleDOXYZTables(WrapperTask): diff --git a/tasks/tiler/us.py b/tasks/tiler/us.py index b9e486df33..b47e8f6e01 100644 --- a/tasks/tiler/us.py +++ b/tasks/tiler/us.py @@ -1,9 +1,6 @@ -from tasks.us.census.tiger import ShorelineClip -from tasks.targets import PostgresTarget -from tasks.tiler.xyz import TilerXYZTableTask, TilesTempTable, SimpleTilerDOXYZTableTask +from tasks.tiler.xyz import SimpleTilerDOXYZTableTask from luigi import WrapperTask from lib.logger import get_logger -from tasks.meta import current_session LOGGER = get_logger(__name__) @@ -25,136 +22,12 @@ } -class XYZTables(TilerXYZTableTask): - - def __init__(self, *args, **kwargs): - super(XYZTables, self).__init__(*args, **kwargs) - - def requires(self): - return { - 'shorelineclip': ShorelineClip(geography=self.geography, year='2015'), - 'tiles': TilesTempTable(geography=self.geography, - zoom_level=self.zoom_level, - config_file=self.get_config_file()) - } - - def get_config_file(self): - return 'us_all.json' - - def get_geography_level(self, level): - return GEOGRAPHY_LEVELS[level] - - def get_table_columns(self, config, shard_value=None): - columns = [] - for column in self.get_columns(config, shard_value): - nullable = '' if column['nullable'] else 'NOT NULL' - columns.append("{} {} {}".format(column.get('column_alias', column['column_name']), - column['type'], - nullable)) - return columns - - def get_columns(self, config, shard_value=None): - columns = [] - # TODO Make possible to define columns prefix as in the JSON - if config['table'] == 'xyz_us_mc': - mc_dates = [date.replace('/', '') for date in self._get_mc_dates(shard_value)] - for mc_date in mc_dates: - for mc_category in config['mc_categories']: - for column in config['columns']: - column_name = "{}".format('_'.join([column['column_name'], - mc_category['id'], - mc_date])) - columns.append({"id": column['id'], "column_name": column_name, - "type": column['type'], "nullable": ['nullable']}) - else: - for column in config['columns']: - if column['id'] == GEONAME_COLUMN: - column['id'] = GEOGRAPHY_NAME_COLUMNS[self.geography] - columns.append(column) - - return columns - - def _get_recordset(self, config, shard_value=None): - columns = self.get_columns(config, shard_value) - recordset = ["mvtdata->>'id' as id"] - recordset.append("(mvtdata->>'area_ratio')::numeric as area_ratio") - recordset.append("(mvtdata->>'area')::numeric as area") - for column in columns: - recordset.append("(mvtdata->>'{name}')::{type} as {alias}".format(name=column['column_name'].lower(), - type=column['type'], - alias=column.get('column_alias', - column['column_name']))) - - return recordset - - def get_tile_query(self, config, tile, geography, shard_value=None): - columns = [column['id'] for column in config['columns']] - recordset = self._get_recordset(config, shard_value) - if config['table'] == 'xyz_us_mc': - mc_categories = [category['id'] for category in config['mc_categories']] - mc_dates = self._get_mc_dates(shard_value) - return ''' - SELECT {x} x, {y} y, {z} z, NULL as mvtgeom, {recordset} - FROM cdb_observatory.OBS_GetMCDOMVT({z},{x},{y},'{geography_level}', - ARRAY[]::TEXT[], - ARRAY['{cols}']::TEXT[], - ARRAY['{mccategories}']::TEXT[], - ARRAY['{mcdates}']::TEXT[]) - WHERE mvtgeom IS NOT NULL; - '''.format(x=tile[0], y=tile[1], z=tile[2], geography_level=geography, - recordset=", ".join(recordset), - cols="', '".join(columns), - mccategories="', '".join(mc_categories), - mcdates="','".join(mc_dates)) - else: - return ''' - SELECT {x} x, {y} y, {z} z, ST_CollectionExtract(ST_MakeValid(mvtgeom), 3) mvtgeom, {recordset} - FROM cdb_observatory.OBS_GetMCDOMVT({z},{x},{y},'{geography_level}', - ARRAY['{cols}']::TEXT[], - ARRAY[]::TEXT[], - ARRAY[]::TEXT[], - ARRAY[]::TEXT[]) - WHERE mvtgeom IS NOT NULL; - '''.format(x=tile[0], y=tile[1], z=tile[2], geography_level=geography, - recordset=", ".join(recordset), - cols="', '".join(columns)) - - def _get_mc_dates(self, month="02"): - session = current_session() - query = ''' - SELECT cdb_observatory.OBS_GetMCDates('{schema}', '{geo_level}', '{month}'); - '''.format(schema='us.mastercard', geo_level=self.geography, month=month) - return session.execute(query).fetchone()[0] - - -class AllUSXYZTables(WrapperTask): - - def requires(self): - for zoom in range(0, 15): - yield XYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) - - def _get_geography_level(self, zoom): - if zoom >= 0 and zoom <= 4: - return 'state' - elif zoom >= 5 and zoom <= 8: - return 'county' - elif zoom >= 9 and zoom <= 11: - return 'census_tract' - elif zoom >= 12 and zoom <= 13: - return 'block_group' - elif zoom == 14: - return 'block' - - class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): country = 'us' def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) - def get_config_file(self): - return 'us_all.json' - def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] @@ -168,9 +41,6 @@ def get_columns_ids(self): return columns_ids - def output(self): - return PostgresTarget('tiler', 'xyz_us_do_geoms') - class AllSimpleDOXYZTables(WrapperTask): diff --git a/tasks/tiler/xyz.py b/tasks/tiler/xyz.py index 428f0d2209..0b47eeb11f 100644 --- a/tasks/tiler/xyz.py +++ b/tasks/tiler/xyz.py @@ -103,6 +103,7 @@ class SimpleTilerDOXYZTableTask(Task): def __init__(self, *args, **kwargs): super(SimpleTilerDOXYZTableTask, self).__init__(*args, **kwargs) self.columns = self._get_columns() + self.mc_geography_level = self.geography def requires(self): return TilesTempTable(zoom_level=self.zoom_level, @@ -110,7 +111,7 @@ def requires(self): config_file=self.get_config_file()) def get_config_file(self): - raise NotImplementedError('get_config_file must be implemented by the child class') + return '{country}_all.json'.format(country=self.country) def get_geography_name(self): raise NotImplementedError('get_geography_name must be implemented by the child class') @@ -206,7 +207,7 @@ def run(self): self._insert_data() def output(self): - raise NotImplementedError('output must be implemented by the child class') + return PostgresTarget('tiler', 'xyz_{country}_do_geoms'.format(country=self.country)) def complete(self): session = current_session() From 5b33c096a5600a2be3534ad6f8f0ea82fc7c14db Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 20 Sep 2018 16:47:57 +0200 Subject: [PATCH 06/33] Added simplification --- tasks/tiler/au.py | 10 ++++++++++ tasks/tiler/ca.py | 8 ++++++++ tasks/tiler/uk.py | 7 +++++++ tasks/tiler/us.py | 9 +++++++++ 4 files changed, 34 insertions(+) diff --git a/tasks/tiler/au.py b/tasks/tiler/au.py index c7c4fb3e5c..65f837281b 100644 --- a/tasks/tiler/au.py +++ b/tasks/tiler/au.py @@ -23,12 +23,22 @@ 'mesh_block': 'au.geo.MB_name', } +GEOGRAPHY_SIMPLIFICATION = { + 'state': 0.1, + 'sa4': 0.01, + 'sa3': 0.001, + 'sa2': 0.0001, + 'sa1': 0.0001, + 'mesh_block': 0.0001, +} + class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): country = 'au' def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) + self.simplification_tolerance = GEOGRAPHY_SIMPLIFICATION[self.geography] def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] diff --git a/tasks/tiler/ca.py b/tasks/tiler/ca.py index b3b607a55d..4c82ada6ca 100644 --- a/tasks/tiler/ca.py +++ b/tasks/tiler/ca.py @@ -19,12 +19,20 @@ 'dissemination_area': 'ca.statcan.geo.da__name', } +GEOGRAPHY_SIMPLIFICATION = { + 'province': 0.1, + 'census_division': 0.01, + 'forward_sortation_area': 0.001, + 'dissemination_area': 0.0001, +} + class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): country = 'ca' def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) + self.simplification_tolerance = GEOGRAPHY_SIMPLIFICATION[self.geography] def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] diff --git a/tasks/tiler/uk.py b/tasks/tiler/uk.py index 84cf8b3dd2..b8c62cb3d6 100644 --- a/tasks/tiler/uk.py +++ b/tasks/tiler/uk.py @@ -17,12 +17,19 @@ 'postcode_sector': 'uk.odl.ps_id', } +GEOGRAPHY_SIMPLIFICATION = { + 'postcode_area': 0.1, + 'postcode_district': 0.01, + 'censupostcode_sectors_tract': 0.001, +} + class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): country = 'uk' def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) + self.simplification_tolerance = GEOGRAPHY_SIMPLIFICATION[self.geography] def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] diff --git a/tasks/tiler/us.py b/tasks/tiler/us.py index b47e8f6e01..6453e7b2a0 100644 --- a/tasks/tiler/us.py +++ b/tasks/tiler/us.py @@ -21,12 +21,21 @@ 'block': 'us.census.tiger.block_geoname', } +GEOGRAPHY_SIMPLIFICATION = { + 'state': 0.1, + 'county': 0.01, + 'census_tract': 0.001, + 'block_group': 0.0001, + 'block': 0.0001, +} + class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): country = 'us' def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) + self.simplification_tolerance = GEOGRAPHY_SIMPLIFICATION[self.geography] def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] From 3bcb2208ea5bbeed6c0b2e5514a8c587d7e2d1d2 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Mon, 1 Oct 2018 09:12:32 +0200 Subject: [PATCH 07/33] Changed zoom levels --- tasks/tiler/au.py | 6 +++--- tasks/tiler/ca.py | 8 ++++---- tasks/tiler/uk.py | 8 +++++--- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/tasks/tiler/au.py b/tasks/tiler/au.py index 65f837281b..56794f658a 100644 --- a/tasks/tiler/au.py +++ b/tasks/tiler/au.py @@ -61,11 +61,11 @@ def requires(self): yield SimpleDOXYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) def _get_geography_level(self, zoom): - if zoom >= 0 and zoom <= 4: + if zoom >= 0 and zoom <= 3: return 'state' - elif zoom >= 5 and zoom <= 7: + elif zoom >= 4 and zoom <= 6: return 'sa4' - elif zoom >= 8 and zoom <= 9: + elif zoom >= 7 and zoom <= 9: return 'sa3' elif zoom >= 10 and zoom <= 11: return 'sa2' diff --git a/tasks/tiler/ca.py b/tasks/tiler/ca.py index 4c82ada6ca..0b13b69e02 100644 --- a/tasks/tiler/ca.py +++ b/tasks/tiler/ca.py @@ -57,9 +57,9 @@ def requires(self): def _get_geography_level(self, zoom): if zoom >= 0 and zoom <= 4: return 'province' - elif zoom >= 5 and zoom <= 8: + elif zoom >= 5 and zoom <= 9: return 'census_division' - elif zoom >= 9 and zoom <= 11: - return 'forward_sortation_area' - elif zoom >= 12 and zoom <= 14: + elif zoom >= 10 and zoom <= 12: return 'dissemination_area' + elif zoom >= 13 and zoom <= 14: + return 'dissemination_block' diff --git a/tasks/tiler/uk.py b/tasks/tiler/uk.py index b8c62cb3d6..be503e466f 100644 --- a/tasks/tiler/uk.py +++ b/tasks/tiler/uk.py @@ -52,9 +52,11 @@ def requires(self): yield SimpleDOXYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) def _get_geography_level(self, zoom): - if zoom >= 0 and zoom <= 5: + if zoom >= 0 and zoom <= 7: return 'postcode_area' - elif zoom >= 6 and zoom <= 9: + elif zoom >= 8 and zoom <= 11: return 'postcode_district' - elif zoom >= 10 and zoom <= 14: + elif zoom >= 12 and zoom <= 13: return 'postcode_sector' + elif zoom >= 14 and zoom <= 14: + return 'postcode_unit' From 5281e5b4162117e400f8fca700794cd72d2dcbdd Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Mon, 1 Oct 2018 11:29:12 +0200 Subject: [PATCH 08/33] Added 2016 Geographies --- tasks/au/geo.py | 50 ++++++++++++++++---------- tasks/simplifications.json | 73 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+), 19 deletions(-) diff --git a/tasks/au/geo.py b/tasks/au/geo.py index 4f3201d345..75b9de9421 100644 --- a/tasks/au/geo.py +++ b/tasks/au/geo.py @@ -10,7 +10,9 @@ from tasks.tags import SectionTags, SubsectionTags, BoundaryTags from collections import OrderedDict +from lib.logger import get_logger +LOGGER = get_logger(__name__) GEO_STE = 'STE' GEO_SA4 = 'SA4' @@ -192,10 +194,11 @@ def requires(self): class GeographyColumns(ColumnsTask): + year = Parameter() resolution = Parameter() def version(self): - return 2 + return 3 def requires(self): return { @@ -215,7 +218,7 @@ def columns(self): boundary_type = input_['boundary'] geom = OBSColumn( - id=self.resolution, + id='{}_{}'.format(self.resolution, self.year), type='Geometry', name=GEOGRAPHY[self.resolution]['name'], description='', @@ -224,20 +227,20 @@ def columns(self): ) geom_id = OBSColumn( type='Text', - id=self.resolution + '_id', + id='{}_id_{}'.format(self.resolution, self.year), weight=0, targets={geom: GEOM_REF}, ) parent_id = OBSColumn( type='Text', - id=self.resolution + '_parent_id', + id='{}_parent_id_{}'.format(self.resolution, self.year), weight=0, targets={geom: GEOM_REF}, ) geom_name = OBSColumn( type='Text', name= 'Proper name of {}'.format(GEOGRAPHY[self.resolution]['name']), - id=self.resolution + '_name', + id='{}_name_{}'.format(self.resolution, self.year), description='', weight=1, targets={geom: GEOM_NAME}, @@ -259,7 +262,7 @@ def columns(self): ('the_geom', geom), ]) - for colname, col in cols.items(): + for _, col in cols.items(): if col.id in interpolated_boundaries: col.tags.append(boundary_type['interpolation_boundary']) if col.id in cartographic_boundaries: @@ -278,7 +281,7 @@ def version(self): def requires(self): return { 'data': SimplifiedRawGeometry(resolution=self.resolution, year=self.year), - 'columns': GeographyColumns(resolution=self.resolution) + 'columns': GeographyColumns(resolution=self.resolution, year=self.year) } def table_timespan(self): @@ -291,7 +294,14 @@ def targets(self): } def columns(self): - return self.input()['columns'] + if self.resolution == GEO_MB: + return self.input()['columns'] + else: + cols = OrderedDict() + for key, value in self.input()['columns'].items(): + if key != 'parent_id': + cols[key] = value + return cols def populate(self): session = current_session() @@ -299,17 +309,19 @@ def populate(self): parent_col = GEOGRAPHY[self.resolution]['parent_col'] + ' as parent_id,' else: parent_col = '' - session.execute('INSERT INTO {output} ' - 'SELECT {geom_name} as geom_name, ' - ' {region_col} as geom_id, ' - ' {parent_col}' - ' wkb_geometry as the_geom ' - 'FROM {input} '.format( - geom_name=GEOGRAPHY[self.resolution]['proper_name'], - region_col=GEOGRAPHY[self.resolution]['region_col'], - parent_col=parent_col, - output=self.output().table, - input=self.input()['data'].table)) + query = ''' + INSERT INTO {output} + SELECT {geom_name} as geom_name, + {region_col} as geom_id, + {parent_col} + wkb_geometry as the_geom + FROM {input} + '''.format(geom_name=GEOGRAPHY[self.resolution]['proper_name'], + region_col=GEOGRAPHY[self.resolution]['region_col'], + parent_col=parent_col, + output=self.output().table, + input=self.input()['data'].table) + session.execute(query) class AllGeographies(WrapperTask): diff --git a/tasks/simplifications.json b/tasks/simplifications.json index 43dec70d38..589689eb06 100644 --- a/tasks/simplifications.json +++ b/tasks/simplifications.json @@ -74,6 +74,79 @@ "factor": "13" }, + "au.geo.importgeography_ced_2016": { + "geomfield": "wkb_geometry", + "factor": "7" + }, + "au.geo.importgeography_gccsa_2016": { + "geomfield": "wkb_geometry", + "factor": "10" + }, + "au.geo.importgeography_lga_2016": { + "geomfield": "wkb_geometry", + "factor": "17" + }, + "au.geo.importgeography_poa_2016": { + "geomfield": "wkb_geometry", + "factor": "15" + }, + "au.geo.importgeography_ra_2016": { + "geomfield": "wkb_geometry", + "factor": "10" + }, + "au.geo.importgeography_sa1_2016": { + "geomfield": "wkb_geometry", + "factor": "11" + }, + "au.geo.importgeography_sa2_2016": { + "geomfield": "wkb_geometry", + "factor": "11" + }, + "au.geo.importgeography_sa3_2016": { + "geomfield": "wkb_geometry", + "factor": "11" + }, + "au.geo.importgeography_sa4_2016": { + "geomfield": "wkb_geometry", + "factor": "10" + }, + "au.geo.importgeography_mb_2016": { + "geomfield": "wkb_geometry", + "factor": "10" + }, + "au.geo.importgeography_sed_2016": { + "geomfield": "wkb_geometry", + "factor": "11" + }, + "au.geo.importgeography_sla_2016": { + "geomfield": "wkb_geometry", + "factor": "14" + }, + "au.geo.importgeography_sos_2016": { + "geomfield": "wkb_geometry", + "factor": "10" + }, + "au.geo.importgeography_sosr_2016": { + "geomfield": "wkb_geometry", + "factor": "10" + }, + "au.geo.importgeography_ssc_2016": { + "geomfield": "wkb_geometry", + "factor": "13" + }, + "au.geo.importgeography_ste_2016": { + "geomfield": "wkb_geometry", + "factor": "10" + }, + "au.geo.importgeography_sua_2016": { + "geomfield": "wkb_geometry", + "factor": "12" + }, + "au.geo.importgeography_ucl_2016": { + "geomfield": "wkb_geometry", + "factor": "13" + }, + "BR": "-------------------------------------", "br.geo.importgeography_distritos": { From ec51e8b0e6cf5dc3be7e7439e9c4466127a324b0 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Mon, 1 Oct 2018 12:50:55 +0200 Subject: [PATCH 09/33] Imported 2016 census data (TempTableTask) --- tasks/au/census2016/data.py | 88 +++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 tasks/au/census2016/data.py diff --git a/tasks/au/census2016/data.py b/tasks/au/census2016/data.py new file mode 100644 index 0000000000..1dca1bfda9 --- /dev/null +++ b/tasks/au/census2016/data.py @@ -0,0 +1,88 @@ +import glob +import os +import csv +from luigi import Parameter, WrapperTask +from tasks.base_tasks import RepoFileUnzipTask, CSV2TempTableTask +from lib.logger import get_logger + +LOGGER = get_logger(__name__) + +URL = 'http://www.censusdata.abs.gov.au/CensusOutput/copsubdatapacks.nsf/All%20docs%20by%20catNo/{year}_GCP_{resolution}_for_{state}/$File/{year}_GCP_{resolution}_for_{state}_short-header.zip' + +STATES = ( + # 'AUST', + 'NSW', + 'Vic', + 'Qld', + 'SA', + 'WA', + 'Tas', + 'NT', + 'ACT', + 'OT', +) + +TABLES = ['G01', 'G02', 'G03', 'G04A', 'G04B', 'G05', 'G06', 'G07', 'G08', + 'G09A', 'G09B', 'G09C', 'G09D', 'G09E', 'G09F', 'G09G', 'G09H', 'G10A', 'G10B', 'G10C', + 'G11A', 'G11B', 'G11C', 'G12A', 'G12B', 'G13A', 'G13B', 'G13C', 'G14', 'G15', 'G16A', 'G16B', + 'G17A', 'G17B', 'G17C', 'G18', 'G19', 'G20A', 'G20B', 'G21', 'G22A', 'G22B', 'G23A', 'G23B', 'G24', 'G25', + 'G26', 'G27', 'G28', 'G29', 'G30', 'G31', 'G32', 'G33', 'G34', 'G35', 'G36', 'G37', 'G38', 'G39', 'G40', + 'G41', 'G42', 'G43A', 'G43B', 'G44A', 'G44B', 'G44C', 'G44D', 'G44E', 'G44F', 'G45A', 'G45B', 'G46A', 'G46B', + 'G47A', 'G47B', 'G47C', 'G48A', 'G48B', 'G48C', 'G49A', 'G49B', 'G49C', 'G50A', 'G50B', 'G50C', + 'G51A', 'G51B', 'G51C', 'G51D', 'G52A', 'G52B', 'G52C', 'G52D', 'G53A', 'G53B', 'G54A', 'G54B', + 'G55A', 'G55B', 'G56A', 'G56B', 'G57A', 'G57B', 'G58A', 'G58B', 'G59',] + + +class DownloadData(RepoFileUnzipTask): + year = Parameter() + resolution = Parameter() + state = Parameter() + + def get_url(self): + return URL.format(year=self.year, + resolution=self.resolution, + state=self.state) + + +class ImportData(CSV2TempTableTask): + tablename = Parameter() + year = Parameter() + resolution = Parameter() + state = Parameter() + + def requires(self): + return DownloadData(resolution=self.resolution, state=self.state, year=self.year) + + def input_csv(self): + return glob.glob(os.path.join(self.input().path, '**', + '{year}Census_{tablename}_{state}_{resolution}.csv'.format( + path=self.input().path, + year=self.year, + tablename=self.tablename, + state=self.state.upper(), + resolution=self.resolution,)))[0] + + def coldef(self): + with open('{csv}'.format(csv=self.input_csv()), 'r', encoding=self.encoding) as f: + header_row = next(csv.reader(f, delimiter=self.delimiter)) + return [(h.strip(), 'Text') for h in header_row] + + +class ImportAllTables(WrapperTask): + year = Parameter() + resolution = Parameter() + state = Parameter() + + def requires(self): + for table in TABLES: + yield ImportData(resolution=self.resolution, state=self.state, year=self.year, tablename=table) + + +class ImportAllStates(WrapperTask): + year = Parameter() + resolution = Parameter() + + def requires(self): + for state in STATES: + yield ImportAllTables(resolution=self.resolution, state=state, year=self.year) + From aef448abf2a7c1117bc8260b5ab66872d276e5f8 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Wed, 3 Oct 2018 09:45:02 +0200 Subject: [PATCH 10/33] Generic XCP data table generation --- tasks/au/data.py | 215 +- tasks/au/meta/BCP_2011_requirements.json | 35 + tasks/au/meta/Metadata_2016_GCP_DataPack.csv | 2959 +++ tasks/au/meta/helper2016/au_columns_helper.py | 97 + .../meta/helper2016/au_metadata_columns.csv | 15535 ++++++++++++++++ 5 files changed, 18715 insertions(+), 126 deletions(-) create mode 100644 tasks/au/meta/BCP_2011_requirements.json create mode 100644 tasks/au/meta/Metadata_2016_GCP_DataPack.csv create mode 100644 tasks/au/meta/helper2016/au_columns_helper.py create mode 100644 tasks/au/meta/helper2016/au_metadata_columns.csv diff --git a/tasks/au/data.py b/tasks/au/data.py index 2c9b390381..054efc580f 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -1,12 +1,13 @@ import os import csv import re +import glob -from luigi import Parameter, WrapperTask +from luigi import Parameter, IntParameter, WrapperTask from collections import OrderedDict from lib.timespan import get_timespan -from tasks.util import shell, copyfile +from tasks.util import shell from tasks.base_tasks import ColumnsTask, RepoFileUnzipTask, TableTask, CSV2TempTableTask, MetaWrapper from tasks.meta import current_session, OBSColumn, GEOM_REF from tasks.au.geo import (SourceTags, LicenseTags, GEOGRAPHIES, GeographyColumns, Geography, GEO_MB, GEO_SA1) @@ -16,32 +17,35 @@ LOGGER = get_logger(__name__) -PROFILES = ( - 'BCP', -) - -STATES = ( - # 'AUST', - 'NSW', - 'Vic', - 'Qld', - 'SA', - 'WA', - 'Tas', - 'NT', - 'ACT', - 'OT', -) - -TABLES = ['B01','B02','B03','B04A','B04B','B05','B06','B07','B08A','B08B','B09','B10A','B10B','B10C','B11A','B11B','B12A','B12B','B13','B14','B15','B16A','B16B','B17A','B17B','B18','B19','B20A','B20B','B21','B22A','B22B','B23A','B23B','B24','B25','B26','B27','B28','B29','B30','B31','B32','B33','B34','B35','B36','B37','B38','B39','B40A','B40B','B41A','B41B','B41C','B42A','B42B','B43A','B43B','B43C','B43D','B44A','B44B','B45A','B45B','B46',] - +PROFILES = { + 2011: 'BCP', + 2016: 'GCP', +} + +STATES = ('NSW', 'Vic', 'Qld', 'SA', 'WA', 'Tas', 'NT', 'ACT', 'OT', ) + +TABLES = { + 2011: ['B01', 'B02', 'B03', 'B04A', 'B04B', 'B05', 'B06', 'B07', 'B08A', 'B08B', 'B09', 'B10A', 'B10B', 'B10C', + 'B11A', 'B11B', 'B12A', 'B12B', 'B13', 'B14', 'B15', 'B16A', 'B16B', 'B17A', 'B17B', 'B18', 'B19', + 'B20A', 'B20B', 'B21', 'B22A', 'B22B', 'B23A', 'B23B', 'B24', 'B25', 'B26', 'B27', 'B28', 'B29', 'B30', + 'B31', 'B32', 'B33', 'B34', 'B35', 'B36', 'B37', 'B38', 'B39', 'B40A', 'B40B', 'B41A', 'B41B', 'B41C', + 'B42A', 'B42B', 'B43A', 'B43B', 'B43C', 'B43D', 'B44A', 'B44B', 'B45A', 'B45B', 'B46', ], + 2016: ['G01', 'G02', 'G03', 'G04A', 'G04B', 'G05', 'G06', 'G07', 'G08', + 'G09A', 'G09B', 'G09C', 'G09D', 'G09E', 'G09F', 'G09G', 'G09H', 'G10A', 'G10B', 'G10C', + 'G11A', 'G11B', 'G11C', 'G12A', 'G12B', 'G13A', 'G13B', 'G13C', 'G14', 'G15', 'G16A', 'G16B', + 'G17A', 'G17B', 'G17C', 'G18', 'G19', 'G20A', 'G20B', 'G21', 'G22A', 'G22B', 'G23A', 'G23B', 'G24', 'G25', + 'G26', 'G27', 'G28', 'G29', 'G30', 'G31', 'G32', 'G33', 'G34', 'G35', 'G36', 'G37', 'G38', 'G39', 'G40', + 'G41', 'G42', 'G43A', 'G43B', 'G44A', 'G44B', 'G44C', 'G44D', 'G44E', 'G44F', 'G45A', 'G45B', 'G46A', 'G46B', + 'G47A', 'G47B', 'G47C', 'G48A', 'G48B', 'G48C', 'G49A', 'G49B', 'G49C', 'G50A', 'G50B', 'G50C', + 'G51A', 'G51B', 'G51C', 'G51D', 'G52A', 'G52B', 'G52C', 'G52D', 'G53A', 'G53B', 'G54A', 'G54B', + 'G55A', 'G55B', 'G56A', 'G56B', 'G57A', 'G57B', 'G58A', 'G58B', 'G59', ] +} URL = 'http://www.censusdata.abs.gov.au/CensusOutput/copsubdatapacks.nsf/All%20docs%20by%20catNo/{year}_{profile}_{resolution}_for_{state}/$File/{year}_{profile}_{resolution}_for_{state}_{header}-header.zip' class DownloadData(RepoFileUnzipTask): - - year = Parameter() + year = IntParameter() resolution = Parameter() profile = Parameter() state = Parameter() @@ -56,10 +60,8 @@ def get_url(self): class ImportData(CSV2TempTableTask): - tablename = Parameter() - - year = Parameter() + year = IntParameter() resolution = Parameter() state = Parameter() profile = Parameter(default='BCP') @@ -70,18 +72,13 @@ def requires(self): state=self.state, year=self.year, header=self.header) def input_csv(self): - cmd = 'find {path} -name \'{year}Census_{tablename}_{state}_{resolution}_{header}.csv\''.format( - path=self.input().path, - year=self.year, - tablename=self.tablename, - state=self.state.upper(), - resolution=self.resolution, - header=self.header, - ) - path = shell(cmd) - path = path.strip() - - return path + return glob.glob(os.path.join(self.input().path, '**', + '{year}Census_{tablename}_{state}_{resolution}*.csv'.format( + path=self.input().path, + year=self.year, + tablename=self.tablename, + state=self.state.upper(), + resolution=self.resolution,)), recursive=True)[0] def after_copy(self): session = current_session() @@ -108,8 +105,7 @@ def after_copy(self): class ImportAllTables(WrapperTask): - - year = Parameter() + year = IntParameter() resolution = Parameter() state = Parameter() @@ -120,8 +116,7 @@ def requires(self): class ImportAllStates(WrapperTask): - - year = Parameter() + year = IntParameter() resolution = Parameter() def requires(self): @@ -131,8 +126,7 @@ def requires(self): class ImportAllResolutions(WrapperTask): - - year = Parameter() + year = IntParameter() state = Parameter() def requires(self): @@ -141,8 +135,7 @@ def requires(self): class ImportAll(WrapperTask): - - year = Parameter() + year = IntParameter() def requires(self): for resolution in GEOGRAPHIES: @@ -151,8 +144,7 @@ def requires(self): class Columns(ColumnsTask): - - year = Parameter() + year = IntParameter() profile = Parameter() tablename = Parameter() @@ -255,57 +247,35 @@ def columns(self): # column req's from other tables column_reqs = {} - column_reqs.update(input_.get('B01', {})) - column_reqs.update(input_.get('B02', {})) - column_reqs.update(input_.get('B04B', {})) - column_reqs.update(input_.get('B08B', {})) - column_reqs.update(input_.get('B10B', {})) - column_reqs.update(input_.get('B10C', {})) - column_reqs.update(input_.get('B11B', {})) - column_reqs.update(input_.get('B12B', {})) - column_reqs.update(input_.get('B16B', {})) - column_reqs.update(input_.get('B17B', {})) - column_reqs.update(input_.get('B20B', {})) - column_reqs.update(input_.get('B22B', {})) - column_reqs.update(input_.get('B23B', {})) - column_reqs.update(input_.get('B25', {})) - column_reqs.update(input_.get('B29', {})) - column_reqs.update(input_.get('B40B', {})) - column_reqs.update(input_.get('B42B', {})) - column_reqs.update(input_.get('B44B', {})) - column_reqs.update(input_.get('B45B', {})) - column_reqs.update(input_.get('B41B', {})) - column_reqs.update(input_.get('B41C', {})) - column_reqs.update(input_.get('B43B', {})) - column_reqs.update(input_.get('B43C', {})) - column_reqs.update(input_.get('B43D', {})) + for key, value in input_.items(): + if key.startswith(self.profile[0]): + column_reqs.update(value) filepath = "meta/Metadata_{year}_{profile}_DataPack.csv".format(year=self.year, profile=self.profile) session = current_session() - with open(os.path.join(os.path.dirname(__file__),filepath)) as csv_meta_file: + with open(os.path.join(os.path.dirname(__file__), filepath)) as csv_meta_file: reader = csv.reader(csv_meta_file, delimiter=',', quotechar='"') for line in reader: - if not line[0].startswith('B'): + if not line[0].startswith(self.profile[0]): continue # ignore tables we don't care about right now if not line[4].startswith(self.tablename): continue - col_id = line[1] #B: short - col_name = line[2] #C: name - denominators = line[3] #D: denominators - tablename = line[4] #H: Tablename - col_unit = line[5] #F: unit - col_subsections = line[6] #G: subsection - desc = line[7] #H: Column heading description in profile - if tablename == 'B02': - col_agg = line[8] #I: AGG (for B02 only) + col_id = line[1] # B: short + col_name = line[2] # C: name + denominators = line[3] # D: denominators + tablename = line[4] # H: Tablename + col_unit = line[5] # F: unit + col_subsections = line[6] # G: subsection + if tablename == '{}02'.format(self.profile[0]): + col_agg = line[8] # I: AGG (for B02 only) else: col_agg = None - tabledesc = line[10] #K: Table description + tabledesc = line[10] # K: Table description denominators = denominators.split('|') @@ -353,10 +323,9 @@ def columns(self): ##################################### # COPY TO OBSERVATORY ##################################### -class BCP(TableTask): - +class XCP(TableTask): tablename = Parameter() - year = Parameter() + year = IntParameter() resolution = Parameter() def version(self): @@ -370,22 +339,22 @@ def targets(self): def requires(self): requirements = { 'geo': Geography(resolution=self.resolution, year=self.year), - 'geometa': GeographyColumns(resolution=self.resolution), - 'meta': Columns(year=self.year, profile='BCP', tablename=self.tablename), + 'geometa': GeographyColumns(resolution=self.resolution, year=self.year), + 'meta': Columns(year=self.year, profile=PROFILES[self.year], tablename=self.tablename), } import_data = {} if self.resolution == GEO_MB: # We need to have the data from the parent geometries # in order to interpolate requirements['geo_sa1'] = Geography(resolution=GEO_SA1, year=self.year) - requirements['data'] = BCP(tablename=self.tablename, year=self.year, resolution=GEO_SA1) + requirements['data'] = XCP(tablename=self.tablename, year=self.year, resolution=GEO_SA1) else: for state in STATES: import_data[state] = ImportData(resolution=self.resolution, - state=state, profile='BCP', + state=state, profile=PROFILES[self.year], tablename=self.tablename, year=self.year) - requirements['data'] = import_data, + requirements['data'] = import_data return requirements def table_timespan(self): @@ -399,6 +368,10 @@ def columns(self): cols[colname] = coltarget return cols + def _get_geoid(self): + return 'region_id' if self.year == 2011 \ + else '{}_CODE_{}'.format(self.resolution, self.year) + def populate(self): if self.resolution == GEO_MB: self.populate_mb() @@ -445,26 +418,26 @@ def populate_general(self): # weird trailing underscore for australia but no states if colname.endswith('Median_rent_weekly_') and \ - ((self.resolution == 'RA' and state.lower() != 'aust') or \ - (self.resolution == 'SA4' and state.lower() in ('vic', 'wa', 'ot')) or \ - (self.resolution == 'SA3' and state.lower() in ('vic', 'wa')) or \ - (self.resolution == 'SA2' and state.lower() in ('vic', 'wa', 'nsw')) or \ - (self.resolution == 'SA1' and state.lower() in ('vic', 'wa', 'qld', 'nt', 'sa', 'nsw')) or \ - (self.resolution == 'GCCSA' and state.lower() in ('vic', 'wa', 'ot')) or \ - (self.resolution == 'LGA' and state.lower() in ('wa')) or \ - (self.resolution == 'SLA' and state.lower() in ('wa')) or \ - (self.resolution == 'SSC' and state.lower() in ('vic', 'wa', 'qld', 'nt', 'sa', 'nsw')) or \ - (self.resolution == 'POA' and state.lower() in ('wa', 'qld', 'nsw')) or \ - (self.resolution == 'CED' and state.lower() in ('vic', 'wa')) or \ + ((self.resolution == 'RA' and state.lower() != 'aust') or + (self.resolution == 'SA4' and state.lower() in ('vic', 'wa', 'ot')) or + (self.resolution == 'SA3' and state.lower() in ('vic', 'wa')) or + (self.resolution == 'SA2' and state.lower() in ('vic', 'wa', 'nsw')) or + (self.resolution == 'SA1' and state.lower() in ('vic', 'wa', 'qld', 'nt', 'sa', 'nsw')) or + (self.resolution == 'GCCSA' and state.lower() in ('vic', 'wa', 'ot')) or + (self.resolution == 'LGA' and state.lower() in ('wa')) or + (self.resolution == 'SLA' and state.lower() in ('wa')) or + (self.resolution == 'SSC' and state.lower() in ('vic', 'wa', 'qld', 'nt', 'sa', 'nsw')) or + (self.resolution == 'POA' and state.lower() in ('wa', 'qld', 'nsw')) or + (self.resolution == 'CED' and state.lower() in ('vic', 'wa')) or (self.resolution == 'SED' and state.lower() in ('wa', 'ot'))): - colname = colname.replace('Median_rent_weekly_', 'Median_rent_weekly') + colname = colname.replace('Median_rent_weekly_', 'Median_rent_weekly') in_colnames.append('"{}"::{}'.format( colname.replace(self.tablename + '_', ''), target.get(session).type) ) - in_colnames[0] = '"region_id"' + in_colnames[0] = '"{}"'.format(self._get_geoid()) cmd = 'INSERT INTO {output} ("{out_colnames}") ' \ 'SELECT {in_colnames} FROM {input} '.format( @@ -475,6 +448,7 @@ def populate_general(self): try: session.execute(cmd) except Exception as err: + LOGGER.error(err) failstates.append(state) session.rollback() if failstates: @@ -482,45 +456,34 @@ def populate_general(self): failstates, self.resolution, self.tablename)) -class BCPAllTables(WrapperTask): - - year = Parameter() +class XCPAllTables(WrapperTask): + year = IntParameter() resolution = Parameter() def requires(self): for table in TABLES: - yield BCP(resolution=self.resolution, tablename=table, year=self.year) + yield XCP(resolution=self.resolution, tablename=table, year=self.year) -class BCPAllGeographiesAllTables(WrapperTask): - - year = Parameter() +class XCPAllGeographiesAllTables(WrapperTask): + year = IntParameter() def requires(self): for resolution in GEOGRAPHIES: - yield BCPAllTables(resolution=resolution, year=self.year) - - -class BCPAllColumns(WrapperTask): - - year = Parameter() - - def requires(self): - for table in TABLES: - yield Columns(profile='BCP', tablename=table, year=self.year) + yield XCPAllTables(resolution=resolution, year=self.year) -class BCPMetaWrapper(MetaWrapper): +class XCPMetaWrapper(MetaWrapper): resolution = Parameter() table = Parameter() - year = Parameter() + year = IntParameter() params = { 'resolution': GEOGRAPHIES, 'table': TABLES, - 'year':['2011'] + 'year': [2011, 2016] } def tables(self): yield Geography(resolution=self.resolution, year=self.year) - yield BCP(resolution=self.resolution, tablename=self.table, year=self.year) + yield XCP(resolution=self.resolution, tablename=self.table, year=self.year) diff --git a/tasks/au/meta/BCP_2011_requirements.json b/tasks/au/meta/BCP_2011_requirements.json new file mode 100644 index 0000000000..27d72b027e --- /dev/null +++ b/tasks/au/meta/BCP_2011_requirements.json @@ -0,0 +1,35 @@ +{ + "all": ["B01"], + "B02": ["B17B"], + "B04A": ["B04B"], + "B08A": ["B08B"], + "B10A": ["B10B", "B10C"], + "B10B": ["B10C"], + "B11A": ["B11B"], + "B12A": ["B12B"], + "B16A": ["B16B"], + "B17A": ["B17B"], + "B20A": ["B20B"], + "B22A": ["B22B"], + "B23A": ["B23B"], + "B26": ["B25"], + "B27": ["B25"], + "B28": ["B25"], + "B31": ["B29"], + "B32": ["B29"], + "B33": ["B29"], + "B34": ["B29"], + "B35": ["B29"], + "B36": ["B29"], + "B37": ["B29"], + "B38": ["B29"], + "B40A": ["B40B"], + "B42A": ["B42B"], + "B44A": ["B44B"], + "B45A": ["B45B"], + "B41A": ["B41B", "B41C"], + "B41B": ["B41C"], + "B43A": ["B43B", "B43C", "B43D"], + "B43B": ["B43C", "B43D"], + "B43C": ["B43D"] +} \ No newline at end of file diff --git a/tasks/au/meta/Metadata_2016_GCP_DataPack.csv b/tasks/au/meta/Metadata_2016_GCP_DataPack.csv new file mode 100644 index 0000000000..f19df3e4ff --- /dev/null +++ b/tasks/au/meta/Metadata_2016_GCP_DataPack.csv @@ -0,0 +1,2959 @@ +Sequential,Short,Name,DENOMINATORS,Tablename,unit,subsection,Column heading description in profile,AGG,order,Table descr +G3,Tot_P_P,Total Persons Persons,,G01,people,age_gender,Persons,,3,Selected Person Characteristics by Sex +G1,Tot_P_M,Total Persons Males,Tot_P_P,G01,people,age_gender,Males,,1,Selected Person Characteristics by Sex +G2,Tot_P_F,Total Persons Females,Tot_P_P,G01,people,age_gender,Females,,2,Selected Person Characteristics by Sex +G4,Age_0_4_yr_M,Age groups 0 4 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,4,Selected Person Characteristics by Sex +G5,Age_0_4_yr_F,Age groups 0 4 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,5,Selected Person Characteristics by Sex +G6,Age_0_4_yr_P,Age groups 0 4 years Persons,Tot_P_P,G01,people,age_gender,Persons,,6,Selected Person Characteristics by Sex +G7,Age_5_14_yr_M,Age groups 5 14 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,7,Selected Person Characteristics by Sex +G8,Age_5_14_yr_F,Age groups 5 14 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,8,Selected Person Characteristics by Sex +G9,Age_5_14_yr_P,Age groups 5 14 years Persons,Tot_P_P,G01,people,age_gender,Persons,,9,Selected Person Characteristics by Sex +G10,Age_15_19_yr_M,Age groups 15 19 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,10,Selected Person Characteristics by Sex +G11,Age_15_19_yr_F,Age groups 15 19 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,11,Selected Person Characteristics by Sex +G12,Age_15_19_yr_P,Age groups 15 19 years Persons,Tot_P_P,G01,people,age_gender,Persons,,12,Selected Person Characteristics by Sex +G13,Age_20_24_yr_M,Age groups 20 24 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,13,Selected Person Characteristics by Sex +G14,Age_20_24_yr_F,Age groups 20 24 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,14,Selected Person Characteristics by Sex +G15,Age_20_24_yr_P,Age groups 20 24 years Persons,Tot_P_P,G01,people,age_gender,Persons,,15,Selected Person Characteristics by Sex +G16,Age_25_34_yr_M,Age groups 25 34 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,16,Selected Person Characteristics by Sex +G17,Age_25_34_yr_F,Age groups 25 34 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,17,Selected Person Characteristics by Sex +G18,Age_25_34_yr_P,Age groups 25 34 years Persons,Tot_P_P,G01,people,age_gender,Persons,,18,Selected Person Characteristics by Sex +G19,Age_35_44_yr_M,Age groups 35 44 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,19,Selected Person Characteristics by Sex +G20,Age_35_44_yr_F,Age groups 35 44 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,20,Selected Person Characteristics by Sex +G21,Age_35_44_yr_P,Age groups 35 44 years Persons,Tot_P_P,G01,people,age_gender,Persons,,21,Selected Person Characteristics by Sex +G22,Age_45_54_yr_M,Age groups 45 54 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,22,Selected Person Characteristics by Sex +G23,Age_45_54_yr_F,Age groups 45 54 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,23,Selected Person Characteristics by Sex +G24,Age_45_54_yr_P,Age groups 45 54 years Persons,Tot_P_P,G01,people,age_gender,Persons,,24,Selected Person Characteristics by Sex +G25,Age_55_64_yr_M,Age groups 55 64 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,25,Selected Person Characteristics by Sex +G26,Age_55_64_yr_F,Age groups 55 64 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,26,Selected Person Characteristics by Sex +G27,Age_55_64_yr_P,Age groups 55 64 years Persons,Tot_P_P,G01,people,age_gender,Persons,,27,Selected Person Characteristics by Sex +G28,Age_65_74_yr_M,Age groups 65 74 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,28,Selected Person Characteristics by Sex +G29,Age_65_74_yr_F,Age groups 65 74 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,29,Selected Person Characteristics by Sex +G30,Age_65_74_yr_P,Age groups 65 74 years Persons,Tot_P_P,G01,people,age_gender,Persons,,30,Selected Person Characteristics by Sex +G31,Age_75_84_yr_M,Age groups 75 84 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,31,Selected Person Characteristics by Sex +G32,Age_75_84_yr_F,Age groups 75 84 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,32,Selected Person Characteristics by Sex +G33,Age_75_84_yr_P,Age groups 75 84 years Persons,Tot_P_P,G01,people,age_gender,Persons,,33,Selected Person Characteristics by Sex +G34,Age_85ov_M,Age groups 85 years and over Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,34,Selected Person Characteristics by Sex +G35,Age_85ov_F,Age groups 85 years and over Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,35,Selected Person Characteristics by Sex +G36,Age_85ov_P,Age groups 85 years and over Persons,Tot_P_P,G01,people,age_gender,Persons,,36,Selected Person Characteristics by Sex +G37,Counted_Census_Night_home_M,Counted on Census Night At home Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,37,Selected Person Characteristics by Sex +G38,Counted_Census_Night_home_F,Counted on Census Night At home Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,38,Selected Person Characteristics by Sex +G39,Counted_Census_Night_home_P,Counted on Census Night At home Persons,Tot_P_P,G01,people,age_gender,Persons,,39,Selected Person Characteristics by Sex +G40,Count_Census_Nt_Ewhere_Aust_M,Counted on Census Night Elsewhere in Australia Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,40,Selected Person Characteristics by Sex +G41,Count_Census_Nt_Ewhere_Aust_F,Counted on Census Night Elsewhere in Australia Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,41,Selected Person Characteristics by Sex +G42,Count_Census_Nt_Ewhere_Aust_P,Counted on Census Night Elsewhere in Australia Persons,Tot_P_P,G01,people,age_gender,Persons,,42,Selected Person Characteristics by Sex +G43,Indigenous_psns_Aboriginal_M,Aboriginal and or Torres Strait Islander Persons Aboriginal Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,43,Selected Person Characteristics by Sex +G44,Indigenous_psns_Aboriginal_F,Aboriginal and or Torres Strait Islander Persons Aboriginal Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,44,Selected Person Characteristics by Sex +G45,Indigenous_psns_Aboriginal_P,Aboriginal and or Torres Strait Islander Persons Aboriginal Persons,Tot_P_P,G01,people,age_gender,Persons,,45,Selected Person Characteristics by Sex +G46,Indig_psns_Torres_Strait_Is_M,Aboriginal and or Torres Strait Islander Persons Torres Strait Islander Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,46,Selected Person Characteristics by Sex +G47,Indig_psns_Torres_Strait_Is_F,Aboriginal and or Torres Strait Islander Persons Torres Strait Islander Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,47,Selected Person Characteristics by Sex +G48,Indig_psns_Torres_Strait_Is_P,Aboriginal and or Torres Strait Islander Persons Torres Strait Islander Persons,Tot_P_P,G01,people,age_gender,Persons,,48,Selected Person Characteristics by Sex +G49,Indig_Bth_Abor_Torres_St_Is_M,Aboriginal and or Torres Strait Islander Persons Both Aboriginal and Torres Strait Islander Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,49,Selected Person Characteristics by Sex +G50,Indig_Bth_Abor_Torres_St_Is_F,Aboriginal and or Torres Strait Islander Persons Both Aboriginal and Torres Strait Islander Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,50,Selected Person Characteristics by Sex +G51,Indig_Bth_Abor_Torres_St_Is_P,Aboriginal and or Torres Strait Islander Persons Both Aboriginal and Torres Strait Islander Persons,Tot_P_P,G01,people,age_gender,Persons,,51,Selected Person Characteristics by Sex +G52,Indigenous_P_Tot_M,Aboriginal and or Torres Strait Islander Persons Total Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,52,Selected Person Characteristics by Sex +G53,Indigenous_P_Tot_F,Aboriginal and or Torres Strait Islander Persons Total Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,53,Selected Person Characteristics by Sex +G54,Indigenous_P_Tot_P,Aboriginal and or Torres Strait Islander Persons Total Persons,Tot_P_P,G01,people,age_gender,Persons,,54,Selected Person Characteristics by Sex +G55,Birthplace_Australia_M,Birthplace Australia Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,55,Selected Person Characteristics by Sex +G56,Birthplace_Australia_F,Birthplace Australia Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,56,Selected Person Characteristics by Sex +G57,Birthplace_Australia_P,Birthplace Australia Persons,Tot_P_P,G01,people,age_gender,Persons,,57,Selected Person Characteristics by Sex +G58,Birthplace_Elsewhere_M,Birthplace Elsewhere Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,58,Selected Person Characteristics by Sex +G59,Birthplace_Elsewhere_F,Birthplace Elsewhere Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,59,Selected Person Characteristics by Sex +G60,Birthplace_Elsewhere_P,Birthplace Elsewhere Persons,Tot_P_P,G01,people,age_gender,Persons,,60,Selected Person Characteristics by Sex +G61,Lang_spoken_home_Eng_only_M,Language spoken at home English only Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,61,Selected Person Characteristics by Sex +G62,Lang_spoken_home_Eng_only_F,Language spoken at home English only Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,62,Selected Person Characteristics by Sex +G63,Lang_spoken_home_Eng_only_P,Language spoken at home English only Persons,Tot_P_P,G01,people,age_gender,Persons,,63,Selected Person Characteristics by Sex +G64,Lang_spoken_home_Oth_Lang_M,Language spoken at home Other Language Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,64,Selected Person Characteristics by Sex +G65,Lang_spoken_home_Oth_Lang_F,Language spoken at home Other Language Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,65,Selected Person Characteristics by Sex +G66,Lang_spoken_home_Oth_Lang_P,Language spoken at home Other Language Persons,Tot_P_P,G01,people,age_gender,Persons,,66,Selected Person Characteristics by Sex +G67,Australian_citizen_M,Australian citizen Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,67,Selected Person Characteristics by Sex +G68,Australian_citizen_F,Australian citizen Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,68,Selected Person Characteristics by Sex +G69,Australian_citizen_P,Australian citizen Persons,Tot_P_P,G01,people,age_gender,Persons,,69,Selected Person Characteristics by Sex +G70,Age_psns_att_educ_inst_0_4_M,Age of Persons attending an educational institution 0 4 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,70,Selected Person Characteristics by Sex +G71,Age_psns_att_educ_inst_0_4_F,Age of Persons attending an educational institution 0 4 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,71,Selected Person Characteristics by Sex +G72,Age_psns_att_educ_inst_0_4_P,Age of Persons attending an educational institution 0 4 years Persons,Tot_P_P,G01,people,age_gender,Persons,,72,Selected Person Characteristics by Sex +G73,Age_psns_att_educ_inst_5_14_M,Age of Persons attending an educational institution 5 14 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,73,Selected Person Characteristics by Sex +G74,Age_psns_att_educ_inst_5_14_F,Age of Persons attending an educational institution 5 14 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,74,Selected Person Characteristics by Sex +G75,Age_psns_att_educ_inst_5_14_P,Age of Persons attending an educational institution 5 14 years Persons,Tot_P_P,G01,people,age_gender,Persons,,75,Selected Person Characteristics by Sex +G76,Age_psns_att_edu_inst_15_19_M,Age of Persons attending an educational institution 15 19 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,76,Selected Person Characteristics by Sex +G77,Age_psns_att_edu_inst_15_19_F,Age of Persons attending an educational institution 15 19 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,77,Selected Person Characteristics by Sex +G78,Age_psns_att_edu_inst_15_19_P,Age of Persons attending an educational institution 15 19 years Persons,Tot_P_P,G01,people,age_gender,Persons,,78,Selected Person Characteristics by Sex +G79,Age_psns_att_edu_inst_20_24_M,Age of Persons attending an educational institution 20 24 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,79,Selected Person Characteristics by Sex +G80,Age_psns_att_edu_inst_20_24_F,Age of Persons attending an educational institution 20 24 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,80,Selected Person Characteristics by Sex +G81,Age_psns_att_edu_inst_20_24_P,Age of Persons attending an educational institution 20 24 years Persons,Tot_P_P,G01,people,age_gender,Persons,,81,Selected Person Characteristics by Sex +G82,Age_psns_att_edu_inst_25_ov_M,Age of Persons attending an educational institution 25 years and over Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,82,Selected Person Characteristics by Sex +G83,Age_psns_att_edu_inst_25_ov_F,Age of Persons attending an educational institution 25 years and over Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,83,Selected Person Characteristics by Sex +G84,Age_psns_att_edu_inst_25_ov_P,Age of Persons attending an educational institution 25 years and over Persons,Tot_P_P,G01,people,age_gender,Persons,,84,Selected Person Characteristics by Sex +G85,High_yr_schl_comp_Yr_12_eq_M,Highest year of school completed Year 12 or equivalent Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,85,Selected Person Characteristics by Sex +G86,High_yr_schl_comp_Yr_12_eq_F,Highest year of school completed Year 12 or equivalent Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,86,Selected Person Characteristics by Sex +G87,High_yr_schl_comp_Yr_12_eq_P,Highest year of school completed Year 12 or equivalent Persons,Tot_P_P,G01,people,age_gender,Persons,,87,Selected Person Characteristics by Sex +G88,High_yr_schl_comp_Yr_11_eq_M,Highest year of school completed Year 11 or equivalent Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,88,Selected Person Characteristics by Sex +G89,High_yr_schl_comp_Yr_11_eq_F,Highest year of school completed Year 11 or equivalent Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,89,Selected Person Characteristics by Sex +G90,High_yr_schl_comp_Yr_11_eq_P,Highest year of school completed Year 11 or equivalent Persons,Tot_P_P,G01,people,age_gender,Persons,,90,Selected Person Characteristics by Sex +G91,High_yr_schl_comp_Yr_10_eq_M,Highest year of school completed Year 10 or equivalent Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,91,Selected Person Characteristics by Sex +G92,High_yr_schl_comp_Yr_10_eq_F,Highest year of school completed Year 10 or equivalent Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,92,Selected Person Characteristics by Sex +G93,High_yr_schl_comp_Yr_10_eq_P,Highest year of school completed Year 10 or equivalent Persons,Tot_P_P,G01,people,age_gender,Persons,,93,Selected Person Characteristics by Sex +G94,High_yr_schl_comp_Yr_9_eq_M,Highest year of school completed Year 9 or equivalent Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,94,Selected Person Characteristics by Sex +G95,High_yr_schl_comp_Yr_9_eq_F,Highest year of school completed Year 9 or equivalent Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,95,Selected Person Characteristics by Sex +G96,High_yr_schl_comp_Yr_9_eq_P,Highest year of school completed Year 9 or equivalent Persons,Tot_P_P,G01,people,age_gender,Persons,,96,Selected Person Characteristics by Sex +G97,High_yr_schl_comp_Yr_8_belw_M,Highest year of school completed Year 8 or below Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,97,Selected Person Characteristics by Sex +G98,High_yr_schl_comp_Yr_8_belw_F,Highest year of school completed Year 8 or below Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,98,Selected Person Characteristics by Sex +G99,High_yr_schl_comp_Yr_8_belw_P,Highest year of school completed Year 8 or below Persons,Tot_P_P,G01,people,age_gender,Persons,,99,Selected Person Characteristics by Sex +G100,High_yr_schl_comp_D_n_g_sch_M,Highest year of school completed Did not go to school Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,100,Selected Person Characteristics by Sex +G101,High_yr_schl_comp_D_n_g_sch_F,Highest year of school completed Did not go to school Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,101,Selected Person Characteristics by Sex +G102,High_yr_schl_comp_D_n_g_sch_P,Highest year of school completed Did not go to school Persons,Tot_P_P,G01,people,age_gender,Persons,,102,Selected Person Characteristics by Sex +G103,Count_psns_occ_priv_dwgs_M,Count of Persons in occupied private dwellings Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,103,Selected Person Characteristics by Sex +G104,Count_psns_occ_priv_dwgs_F,Count of Persons in occupied private dwellings Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,104,Selected Person Characteristics by Sex +G105,Count_psns_occ_priv_dwgs_P,Count of Persons in occupied private dwellings Persons,Tot_P_P,G01,people,age_gender,Persons,,105,Selected Person Characteristics by Sex +G106,Count_Persons_other_dwgs_M,Count of Persons in other dwellings Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,106,Selected Person Characteristics by Sex +G107,Count_Persons_other_dwgs_F,Count of Persons in other dwellings Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,107,Selected Person Characteristics by Sex +G108,Count_Persons_other_dwgs_P,Count of Persons in other dwellings Persons,Tot_P_P,G01,people,age_gender,Persons,,108,Selected Person Characteristics by Sex +G117,Count_home_Census_Nt_0_14_yr,Counted at home on Census Night Age 0 14 years,,G03,people,age_gender,0-14 years,,117,Place of Usual Residence on Census Night by Age +G118,Count_hom_Census_Nt_15_24_yr,Counted at home on Census Night Age 15 24 years,,G03,people,age_gender,15-24 years,,118,Place of Usual Residence on Census Night by Age +G119,Count_hom_Census_Nt_25_34_yr,Counted at home on Census Night Age 25 34 years,,G03,people,age_gender,25-34 years,,119,Place of Usual Residence on Census Night by Age +G120,Count_hom_Census_Nt_35_44_yr,Counted at home on Census Night Age 35 44 years,,G03,people,age_gender,35-44 years,,120,Place of Usual Residence on Census Night by Age +G121,Count_hom_Census_Nt_45_54_yr,Counted at home on Census Night Age 45 54 years,,G03,people,age_gender,45-54 years,,121,Place of Usual Residence on Census Night by Age +G122,Count_hom_Census_Nt_55_64_yr,Counted at home on Census Night Age 55 64 years,,G03,people,age_gender,55-64 years,,122,Place of Usual Residence on Census Night by Age +G123,Count_hom_Census_Nt_65_74_yr,Counted at home on Census Night Age 65 74 years,,G03,people,age_gender,65-74 years,,123,Place of Usual Residence on Census Night by Age +G124,Count_hom_Census_Nt_75_84_yr,Counted at home on Census Night Age 75 84 years,,G03,people,age_gender,75-84 years,,124,Place of Usual Residence on Census Night by Age +G125,Count_hom_Census_Nt_85ov,Counted at home on Census Night Age 85 years and over,,G03,people,age_gender,85 years and over,,125,Place of Usual Residence on Census Night by Age +G126,Counted_home_Census_Night_Tot,Counted at home on Census Night Total,,G03,people,age_gender,Total,,126,Place of Usual Residence on Census Night by Age +G127,VisSame_SA2_0_14_yr,Visitor from Same Statistical Area Level 2 SA2 Age 0 14 years,,G03,people,age_gender,0-14 years,,127,Place of Usual Residence on Census Night by Age +G128,VisSame_SA2_15_24_yr,Visitor from Same Statistical Area Level 2 SA2 Age 15 24 years,,G03,people,age_gender,15-24 years,,128,Place of Usual Residence on Census Night by Age +G129,VisSame_SA2_25_34_yr,Visitor from Same Statistical Area Level 2 SA2 Age 25 34 years,,G03,people,age_gender,25-34 years,,129,Place of Usual Residence on Census Night by Age +G130,VisSame_SA2_35_44_yr,Visitor from Same Statistical Area Level 2 SA2 Age 35 44 years,,G03,people,age_gender,35-44 years,,130,Place of Usual Residence on Census Night by Age +G131,VisSame_SA2_45_54_yr,Visitor from Same Statistical Area Level 2 SA2 Age 45 54 years,,G03,people,age_gender,45-54 years,,131,Place of Usual Residence on Census Night by Age +G132,VisSame_SA2_55_64_yr,Visitor from Same Statistical Area Level 2 SA2 Age 55 64 years,,G03,people,age_gender,55-64 years,,132,Place of Usual Residence on Census Night by Age +G133,VisSame_SA2_65_74_yr,Visitor from Same Statistical Area Level 2 SA2 Age 65 74 years,,G03,people,age_gender,65-74 years,,133,Place of Usual Residence on Census Night by Age +G134,VisSame_SA2_75_84_yr,Visitor from Same Statistical Area Level 2 SA2 Age 75 84 years,,G03,people,age_gender,75-84 years,,134,Place of Usual Residence on Census Night by Age +G135,VisSame_SA2_85ov,Visitor from Same Statistical Area Level 2 SA2 Age 85 years and over,,G03,people,age_gender,85 years and over,,135,Place of Usual Residence on Census Night by Age +G136,VisSame_SA2_Total,Visitor from Same Statistical Area Level 2 SA2 Total,,G03,people,age_gender,Total,,136,Place of Usual Residence on Census Night by Age +G137,VisDiff_SA2_NSW_0_14_yr,Visitor from Different SA2 in New South Wales Age 0 14 years,,G03,people,age_gender,0-14 years,,137,Place of Usual Residence on Census Night by Age +G138,VisDiff_SA2_NSW_15_24_yr,Visitor from Different SA2 in New South Wales Age 15 24 years,,G03,people,age_gender,15-24 years,,138,Place of Usual Residence on Census Night by Age +G139,VisDiff_SA2_NSW_25_34_yr,Visitor from Different SA2 in New South Wales Age 25 34 years,,G03,people,age_gender,25-34 years,,139,Place of Usual Residence on Census Night by Age +G140,VisDiff_SA2_NSW_35_44_yr,Visitor from Different SA2 in New South Wales Age 35 44 years,,G03,people,age_gender,35-44 years,,140,Place of Usual Residence on Census Night by Age +G141,VisDiff_SA2_NSW_45_54_yr,Visitor from Different SA2 in New South Wales Age 45 54 years,,G03,people,age_gender,45-54 years,,141,Place of Usual Residence on Census Night by Age +G142,VisDiff_SA2_NSW_55_64_yr,Visitor from Different SA2 in New South Wales Age 55 64 years,,G03,people,age_gender,55-64 years,,142,Place of Usual Residence on Census Night by Age +G143,VisDiff_SA2_NSW_65_74_yr,Visitor from Different SA2 in New South Wales Age 65 74 years,,G03,people,age_gender,65-74 years,,143,Place of Usual Residence on Census Night by Age +G144,VisDiff_SA2_NSW_75_84_yr,Visitor from Different SA2 in New South Wales Age 75 84 years,,G03,people,age_gender,75-84 years,,144,Place of Usual Residence on Census Night by Age +G145,VisDiff_SA2_NSW_85ov,Visitor from Different SA2 in New South Wales Age 85 years and over,,G03,people,age_gender,85 years and over,,145,Place of Usual Residence on Census Night by Age +G146,VisDiff_SA2_NSW_Total,Visitor from Different SA2 in New South Wales Total,,G03,people,age_gender,Total,,146,Place of Usual Residence on Census Night by Age +G147,VisDiff_SA2_VIC_0_14_yr,Visitor from Different SA2 in Victoria Age 0 14 years,,G03,people,age_gender,0-14 years,,147,Place of Usual Residence on Census Night by Age +G148,VisDiff_SA2_VIC_15_24_yr,Visitor from Different SA2 in Victoria Age 15 24 years,,G03,people,age_gender,15-24 years,,148,Place of Usual Residence on Census Night by Age +G149,VisDiff_SA2_VIC_25_34_yr,Visitor from Different SA2 in Victoria Age 25 34 years,,G03,people,age_gender,25-34 years,,149,Place of Usual Residence on Census Night by Age +G150,VisDiff_SA2_VIC_35_44_yr,Visitor from Different SA2 in Victoria Age 35 44 years,,G03,people,age_gender,35-44 years,,150,Place of Usual Residence on Census Night by Age +G151,VisDiff_SA2_VIC_45_54_yr,Visitor from Different SA2 in Victoria Age 45 54 years,,G03,people,age_gender,45-54 years,,151,Place of Usual Residence on Census Night by Age +G152,VisDiff_SA2_VIC_55_64_yr,Visitor from Different SA2 in Victoria Age 55 64 years,,G03,people,age_gender,55-64 years,,152,Place of Usual Residence on Census Night by Age +G153,VisDiff_SA2_VIC_65_74_yr,Visitor from Different SA2 in Victoria Age 65 74 years,,G03,people,age_gender,65-74 years,,153,Place of Usual Residence on Census Night by Age +G154,VisDiff_SA2_VIC_75_84_yr,Visitor from Different SA2 in Victoria Age 75 84 years,,G03,people,age_gender,75-84 years,,154,Place of Usual Residence on Census Night by Age +G155,VisDiff_SA2_VIC_85ov,Visitor from Different SA2 in Victoria Age 85 years and over,,G03,people,age_gender,85 years and over,,155,Place of Usual Residence on Census Night by Age +G156,VisDiff_SA2_VIC_Total,Visitor from Different SA2 in Victoria Total,,G03,people,age_gender,Total,,156,Place of Usual Residence on Census Night by Age +G157,VisDiff_SA2_QLD_0_14_yr,Visitor from Different SA2 in Queensland Age 0 14 years,,G03,people,age_gender,0-14 years,,157,Place of Usual Residence on Census Night by Age +G158,VisDiff_SA2_QLD_15_24_yr,Visitor from Different SA2 in Queensland Age 15 24 years,,G03,people,age_gender,15-24 years,,158,Place of Usual Residence on Census Night by Age +G159,VisDiff_SA2_QLD_25_34_yr,Visitor from Different SA2 in Queensland Age 25 34 years,,G03,people,age_gender,25-34 years,,159,Place of Usual Residence on Census Night by Age +G160,VisDiff_SA2_QLD_35_44_yr,Visitor from Different SA2 in Queensland Age 35 44 years,,G03,people,age_gender,35-44 years,,160,Place of Usual Residence on Census Night by Age +G161,VisDiff_SA2_QLD_45_54_yr,Visitor from Different SA2 in Queensland Age 45 54 years,,G03,people,age_gender,45-54 years,,161,Place of Usual Residence on Census Night by Age +G162,VisDiff_SA2_QLD_55_64_yr,Visitor from Different SA2 in Queensland Age 55 64 years,,G03,people,age_gender,55-64 years,,162,Place of Usual Residence on Census Night by Age +G163,VisDiff_SA2_QLD_65_74_yr,Visitor from Different SA2 in Queensland Age 65 74 years,,G03,people,age_gender,65-74 years,,163,Place of Usual Residence on Census Night by Age +G164,VisDiff_SA2_QLD_75_84_yr,Visitor from Different SA2 in Queensland Age 75 84 years,,G03,people,age_gender,75-84 years,,164,Place of Usual Residence on Census Night by Age +G165,VisDiff_SA2_QLD_85ov,Visitor from Different SA2 in Queensland Age 85 years and over,,G03,people,age_gender,85 years and over,,165,Place of Usual Residence on Census Night by Age +G166,VisDiff_SA2_QLD_Total,Visitor from Different SA2 in Queensland Total,,G03,people,age_gender,Total,,166,Place of Usual Residence on Census Night by Age +G167,VisDiff_SA2_SA_0_14_yr,Visitor from Different SA2 in South Australia Age 0 14 years,,G03,people,age_gender,0-14 years,,167,Place of Usual Residence on Census Night by Age +G168,VisDiff_SA2_SA_15_24_yr,Visitor from Different SA2 in South Australia Age 15 24 years,,G03,people,age_gender,15-24 years,,168,Place of Usual Residence on Census Night by Age +G169,VisDiff_SA2_SA_25_34_yr,Visitor from Different SA2 in South Australia Age 25 34 years,,G03,people,age_gender,25-34 years,,169,Place of Usual Residence on Census Night by Age +G170,VisDiff_SA2_SA_35_44_yr,Visitor from Different SA2 in South Australia Age 35 44 years,,G03,people,age_gender,35-44 years,,170,Place of Usual Residence on Census Night by Age +G171,VisDiff_SA2_SA_45_54_yr,Visitor from Different SA2 in South Australia Age 45 54 years,,G03,people,age_gender,45-54 years,,171,Place of Usual Residence on Census Night by Age +G172,VisDiff_SA2_SA_55_64_yr,Visitor from Different SA2 in South Australia Age 55 64 years,,G03,people,age_gender,55-64 years,,172,Place of Usual Residence on Census Night by Age +G173,VisDiff_SA2_SA_65_74_yr,Visitor from Different SA2 in South Australia Age 65 74 years,,G03,people,age_gender,65-74 years,,173,Place of Usual Residence on Census Night by Age +G174,VisDiff_SA2_SA_75_84_yr,Visitor from Different SA2 in South Australia Age 75 84 years,,G03,people,age_gender,75-84 years,,174,Place of Usual Residence on Census Night by Age +G175,VisDiff_SA2_SA_85ov,Visitor from Different SA2 in South Australia Age 85 years and over,,G03,people,age_gender,85 years and over,,175,Place of Usual Residence on Census Night by Age +G176,VisDiff_SA2_SA_Total,Visitor from Different SA2 in South Australia Total,,G03,people,age_gender,Total,,176,Place of Usual Residence on Census Night by Age +G177,VisDiff_SA2_WA_0_14_yr,Visitor from Different SA2 in Western Australia Age 0 14 years,,G03,people,age_gender,0-14 years,,177,Place of Usual Residence on Census Night by Age +G178,VisDiff_SA2_WA_15_24_yr,Visitor from Different SA2 in Western Australia Age 15 24 years,,G03,people,age_gender,15-24 years,,178,Place of Usual Residence on Census Night by Age +G179,VisDiff_SA2_WA_25_34_yr,Visitor from Different SA2 in Western Australia Age 25 34 years,,G03,people,age_gender,25-34 years,,179,Place of Usual Residence on Census Night by Age +G180,VisDiff_SA2_WA_35_44_yr,Visitor from Different SA2 in Western Australia Age 35 44 years,,G03,people,age_gender,35-44 years,,180,Place of Usual Residence on Census Night by Age +G181,VisDiff_SA2_WA_45_54_yr,Visitor from Different SA2 in Western Australia Age 45 54 years,,G03,people,age_gender,45-54 years,,181,Place of Usual Residence on Census Night by Age +G182,VisDiff_SA2_WA_55_64_yr,Visitor from Different SA2 in Western Australia Age 55 64 years,,G03,people,age_gender,55-64 years,,182,Place of Usual Residence on Census Night by Age +G183,VisDiff_SA2_WA_65_74_yr,Visitor from Different SA2 in Western Australia Age 65 74 years,,G03,people,age_gender,65-74 years,,183,Place of Usual Residence on Census Night by Age +G184,VisDiff_SA2_WA_75_84_yr,Visitor from Different SA2 in Western Australia Age 75 84 years,,G03,people,age_gender,75-84 years,,184,Place of Usual Residence on Census Night by Age +G185,VisDiff_SA2_WA_85ov,Visitor from Different SA2 in Western Australia Age 85 years and over,,G03,people,age_gender,85 years and over,,185,Place of Usual Residence on Census Night by Age +G186,VisDiff_SA2_WA_Total,Visitor from Different SA2 in Western Australia Total,,G03,people,age_gender,Total,,186,Place of Usual Residence on Census Night by Age +G187,VisDiff_SA2_TAS_0_14_yr,Visitor from Different SA2 in Tasmania Age 0 14 years,,G03,people,age_gender,0-14 years,,187,Place of Usual Residence on Census Night by Age +G188,VisDiff_SA2_TAS_15_24_yr,Visitor from Different SA2 in Tasmania Age 15 24 years,,G03,people,age_gender,15-24 years,,188,Place of Usual Residence on Census Night by Age +G189,VisDiff_SA2_TAS_25_34_yr,Visitor from Different SA2 in Tasmania Age 25 34 years,,G03,people,age_gender,25-34 years,,189,Place of Usual Residence on Census Night by Age +G190,VisDiff_SA2_TAS_35_44_yr,Visitor from Different SA2 in Tasmania Age 35 44 years,,G03,people,age_gender,35-44 years,,190,Place of Usual Residence on Census Night by Age +G191,VisDiff_SA2_TAS_45_54_yr,Visitor from Different SA2 in Tasmania Age 45 54 years,,G03,people,age_gender,45-54 years,,191,Place of Usual Residence on Census Night by Age +G192,VisDiff_SA2_TAS_55_64_yr,Visitor from Different SA2 in Tasmania Age 55 64 years,,G03,people,age_gender,55-64 years,,192,Place of Usual Residence on Census Night by Age +G193,VisDiff_SA2_TAS_65_74_yr,Visitor from Different SA2 in Tasmania Age 65 74 years,,G03,people,age_gender,65-74 years,,193,Place of Usual Residence on Census Night by Age +G194,VisDiff_SA2_TAS_75_84_yr,Visitor from Different SA2 in Tasmania Age 75 84 years,,G03,people,age_gender,75-84 years,,194,Place of Usual Residence on Census Night by Age +G195,VisDiff_SA2_TAS_85ov,Visitor from Different SA2 in Tasmania Age 85 years and over,,G03,people,age_gender,85 years and over,,195,Place of Usual Residence on Census Night by Age +G196,VisDiff_SA2_TAS_Total,Visitor from Different SA2 in Tasmania Total,,G03,people,age_gender,Total,,196,Place of Usual Residence on Census Night by Age +G197,VisDiff_SA2_NT_0_14_yr,Visitor from Different SA2 in Northern Territory Age 0 14 years,,G03,people,age_gender,0-14 years,,197,Place of Usual Residence on Census Night by Age +G198,VisDiff_SA2_NT_15_24_yr,Visitor from Different SA2 in Northern Territory Age 15 24 years,,G03,people,age_gender,15-24 years,,198,Place of Usual Residence on Census Night by Age +G199,VisDiff_SA2_NT_25_34_yr,Visitor from Different SA2 in Northern Territory Age 25 34 years,,G03,people,age_gender,25-34 years,,199,Place of Usual Residence on Census Night by Age +G200,VisDiff_SA2_NT_35_44_yr,Visitor from Different SA2 in Northern Territory Age 35 44 years,,G03,people,age_gender,35-44 years,,200,Place of Usual Residence on Census Night by Age +G201,VisDiff_SA2_NT_45_54_yr,Visitor from Different SA2 in Northern Territory Age 45 54 years,,G03,people,age_gender,45-54 years,,201,Place of Usual Residence on Census Night by Age +G202,VisDiff_SA2_NT_55_64_yr,Visitor from Different SA2 in Northern Territory Age 55 64 years,,G03,people,age_gender,55-64 years,,202,Place of Usual Residence on Census Night by Age +G203,VisDiff_SA2_NT_65_74_yr,Visitor from Different SA2 in Northern Territory Age 65 74 years,,G03,people,age_gender,65-74 years,,203,Place of Usual Residence on Census Night by Age +G204,VisDiff_SA2_NT_75_84_yr,Visitor from Different SA2 in Northern Territory Age 75 84 years,,G03,people,age_gender,75-84 years,,204,Place of Usual Residence on Census Night by Age +G205,VisDiff_SA2_NT_85ov,Visitor from Different SA2 in Northern Territory Age 85 years and over,,G03,people,age_gender,85 years and over,,205,Place of Usual Residence on Census Night by Age +G206,VisDiff_SA2_NT_Total,Visitor from Different SA2 in Northern Territory Total,,G03,people,age_gender,Total,,206,Place of Usual Residence on Census Night by Age +G207,VisDiff_SA2_ACT_0_14_yr,Visitor from Different SA2 in Australian Capital Territory Age 0 14 years,,G03,people,age_gender,0-14 years,,207,Place of Usual Residence on Census Night by Age +G208,VisDiff_SA2_ACT_15_24_yr,Visitor from Different SA2 in Australian Capital Territory Age 15 24 years,,G03,people,age_gender,15-24 years,,208,Place of Usual Residence on Census Night by Age +G209,VisDiff_SA2_ACT_25_34_yr,Visitor from Different SA2 in Australian Capital Territory Age 25 34 years,,G03,people,age_gender,25-34 years,,209,Place of Usual Residence on Census Night by Age +G210,VisDiff_SA2_ACT_35_44_yr,Visitor from Different SA2 in Australian Capital Territory Age 35 44 years,,G03,people,age_gender,35-44 years,,210,Place of Usual Residence on Census Night by Age +G211,VisDiff_SA2_ACT_45_54_yr,Visitor from Different SA2 in Australian Capital Territory Age 45 54 years,,G03,people,age_gender,45-54 years,,211,Place of Usual Residence on Census Night by Age +G212,VisDiff_SA2_ACT_55_64_yr,Visitor from Different SA2 in Australian Capital Territory Age 55 64 years,,G03,people,age_gender,55-64 years,,212,Place of Usual Residence on Census Night by Age +G213,VisDiff_SA2_ACT_65_74_yr,Visitor from Different SA2 in Australian Capital Territory Age 65 74 years,,G03,people,age_gender,65-74 years,,213,Place of Usual Residence on Census Night by Age +G214,VisDiff_SA2_ACT_75_84_yr,Visitor from Different SA2 in Australian Capital Territory Age 75 84 years,,G03,people,age_gender,75-84 years,,214,Place of Usual Residence on Census Night by Age +G215,VisDiff_SA2_ACT_85ov,Visitor from Different SA2 in Australian Capital Territory Age 85 years and over,,G03,people,age_gender,85 years and over,,215,Place of Usual Residence on Census Night by Age +G216,VisDiff_SA2_ACT_Total,Visitor from Different SA2 in Australian Capital Territory Total,,G03,people,age_gender,Total,,216,Place of Usual Residence on Census Night by Age +G217,VisDiff_SA2_OT_0_14_yr,Visitor from Different SA2 in Other Territories Age 0 14 years,,G03,people,age_gender,0-14 years,,217,Place of Usual Residence on Census Night by Age +G218,VisDiff_SA2_OT_15_24_yr,Visitor from Different SA2 in Other Territories Age 15 24 years,,G03,people,age_gender,15-24 years,,218,Place of Usual Residence on Census Night by Age +G219,VisDiff_SA2_OT_25_34_yr,Visitor from Different SA2 in Other Territories Age 25 34 years,,G03,people,age_gender,25-34 years,,219,Place of Usual Residence on Census Night by Age +G220,VisDiff_SA2_OT_35_44_yr,Visitor from Different SA2 in Other Territories Age 35 44 years,,G03,people,age_gender,35-44 years,,220,Place of Usual Residence on Census Night by Age +G221,VisDiff_SA2_OT_45_54_yr,Visitor from Different SA2 in Other Territories Age 45 54 years,,G03,people,age_gender,45-54 years,,221,Place of Usual Residence on Census Night by Age +G222,VisDiff_SA2_OT_55_64_yr,Visitor from Different SA2 in Other Territories Age 55 64 years,,G03,people,age_gender,55-64 years,,222,Place of Usual Residence on Census Night by Age +G223,VisDiff_SA2_OT_65_74_yr,Visitor from Different SA2 in Other Territories Age 65 74 years,,G03,people,age_gender,65-74 years,,223,Place of Usual Residence on Census Night by Age +G224,VisDiff_SA2_OT_75_84_yr,Visitor from Different SA2 in Other Territories Age 75 84 years,,G03,people,age_gender,75-84 years,,224,Place of Usual Residence on Census Night by Age +G225,VisDiff_SA2_OT_85ov,Visitor from Different SA2 in Other Territories Age 85 years and over,,G03,people,age_gender,85 years and over,,225,Place of Usual Residence on Census Night by Age +G226,VisDiff_SA2_OT_Total,Visitor from Different SA2 in Other Territories Total,,G03,people,age_gender,Total,,226,Place of Usual Residence on Census Night by Age +G227,VisDiff_SA2_Tot_0_14_yr,Visitor from Different SA2 in Total Age 0 14 years,,G03,people,age_gender,0-14 years,,227,Place of Usual Residence on Census Night by Age +G228,VisDiff_SA2_Tot_15_24_yr,Visitor from Different SA2 in Total Age 15 24 years,,G03,people,age_gender,15-24 years,,228,Place of Usual Residence on Census Night by Age +G229,VisDiff_SA2_Tot_25_34_yr,Visitor from Different SA2 in Total Age 25 34 years,,G03,people,age_gender,25-34 years,,229,Place of Usual Residence on Census Night by Age +G230,VisDiff_SA2_Tot_35_44_yr,Visitor from Different SA2 in Total Age 35 44 years,,G03,people,age_gender,35-44 years,,230,Place of Usual Residence on Census Night by Age +G231,VisDiff_SA2_Tot_45_54_yr,Visitor from Different SA2 in Total Age 45 54 years,,G03,people,age_gender,45-54 years,,231,Place of Usual Residence on Census Night by Age +G232,VisDiff_SA2_Tot_55_64_yr,Visitor from Different SA2 in Total Age 55 64 years,,G03,people,age_gender,55-64 years,,232,Place of Usual Residence on Census Night by Age +G233,VisDiff_SA2_Tot_65_74_yr,Visitor from Different SA2 in Total Age 65 74 years,,G03,people,age_gender,65-74 years,,233,Place of Usual Residence on Census Night by Age +G234,VisDiff_SA2_Tot_75_84_yr,Visitor from Different SA2 in Total Age 75 84 years,,G03,people,age_gender,75-84 years,,234,Place of Usual Residence on Census Night by Age +G235,VisDiff_SA2_Tot_85ov,Visitor from Different SA2 in Total Age 85 years and over,,G03,people,age_gender,85 years and over,,235,Place of Usual Residence on Census Night by Age +G236,VisDiff_SA2_Tot_Total,Visitor from Different SA2 in Total Total,,G03,people,age_gender,Total,,236,Place of Usual Residence on Census Night by Age +G237,Vis_Tot_Visitrs_0_14_yr,Visitor from Total visitors Age 0 14 years,,G03,people,age_gender,0-14 years,,237,Place of Usual Residence on Census Night by Age +G238,Vis_Tot_Visitrs_15_24_yr,Visitor from Total visitors Age 15 24 years,,G03,people,age_gender,15-24 years,,238,Place of Usual Residence on Census Night by Age +G239,Vis_Tot_Visitrs_25_34_yr,Visitor from Total visitors Age 25 34 years,,G03,people,age_gender,25-34 years,,239,Place of Usual Residence on Census Night by Age +G240,Vis_Tot_Visitrs_35_44_yr,Visitor from Total visitors Age 35 44 years,,G03,people,age_gender,35-44 years,,240,Place of Usual Residence on Census Night by Age +G241,Vis_Tot_Visitrs_45_54_yr,Visitor from Total visitors Age 45 54 years,,G03,people,age_gender,45-54 years,,241,Place of Usual Residence on Census Night by Age +G242,Vis_Tot_Visitrs_55_64_yr,Visitor from Total visitors Age 55 64 years,,G03,people,age_gender,55-64 years,,242,Place of Usual Residence on Census Night by Age +G243,Vis_Tot_Visitrs_65_74_yr,Visitor from Total visitors Age 65 74 years,,G03,people,age_gender,65-74 years,,243,Place of Usual Residence on Census Night by Age +G244,Vis_Tot_Visitrs_75_84_yr,Visitor from Total visitors Age 75 84 years,,G03,people,age_gender,75-84 years,,244,Place of Usual Residence on Census Night by Age +G245,Vis_Tot_Visitrs_85ov,Visitor from Total visitors Age 85 years and over,,G03,people,age_gender,85 years and over,,245,Place of Usual Residence on Census Night by Age +G246,Vis_Tot_Visitrs_Total,Visitor from Total visitors Total,,G03,people,age_gender,Total,,246,Place of Usual Residence on Census Night by Age +G247,Total_0_14_yr,Total Age 0 14 years,,G03,people,age_gender,0-14 years,,247,Place of Usual Residence on Census Night by Age +G248,Total_15_24_yr,Total Age 15 24 years,,G03,people,age_gender,15-24 years,,248,Place of Usual Residence on Census Night by Age +G249,Total_25_34_yr,Total Age 25 34 years,,G03,people,age_gender,25-34 years,,249,Place of Usual Residence on Census Night by Age +G250,Total_35_44_yr,Total Age 35 44 years,,G03,people,age_gender,35-44 years,,250,Place of Usual Residence on Census Night by Age +G251,Total_45_54_yr,Total Age 45 54 years,,G03,people,age_gender,45-54 years,,251,Place of Usual Residence on Census Night by Age +G252,Total_55_64_yr,Total Age 55 64 years,,G03,people,age_gender,55-64 years,,252,Place of Usual Residence on Census Night by Age +G253,Total_65_74_yr,Total Age 65 74 years,,G03,people,age_gender,65-74 years,,253,Place of Usual Residence on Census Night by Age +G254,Total_75_84_yr,Total Age 75 84 years,,G03,people,age_gender,75-84 years,,254,Place of Usual Residence on Census Night by Age +G255,Total_85ov,Total Age 85 years and over,,G03,people,age_gender,85 years and over,,255,Place of Usual Residence on Census Night by Age +G256,Total_Total,Total Total,,G03,people,age_gender,Total,,256,Place of Usual Residence on Census Night by Age +G563,M_15_19_yr_Married,Males 15 19 years Married,,G05,people,families,Married|MALES,,563,Registered Marital Status by Age by Sex +G564,M_15_19_yr_Separated,Males 15 19 years Separated,,G05,people,families,Separated|MALES,,564,Registered Marital Status by Age by Sex +G565,M_15_19_yr_Divorced,Males 15 19 years Divorced,,G05,people,families,Divorced|MALES,,565,Registered Marital Status by Age by Sex +G566,M_15_19_yr_Widowed,Males 15 19 years Widowed,,G05,people,families,Widowed|MALES,,566,Registered Marital Status by Age by Sex +G567,M_15_19_yr_Never_Married,Males 15 19 years Never Married,,G05,people,families,Never Married|MALES,,567,Registered Marital Status by Age by Sex +G568,M_15_19_yr_Tot,Males 15 19 years Total,,G05,people,families,Total|MALES,,568,Registered Marital Status by Age by Sex +G569,M_20_24_yr_Married,Males 20 24 years Married,,G05,people,families,Married|MALES,,569,Registered Marital Status by Age by Sex +G570,M_20_24_yr_Separated,Males 20 24 years Separated,,G05,people,families,Separated|MALES,,570,Registered Marital Status by Age by Sex +G571,M_20_24_yr_Divorced,Males 20 24 years Divorced,,G05,people,families,Divorced|MALES,,571,Registered Marital Status by Age by Sex +G572,M_20_24_yr_Widowed,Males 20 24 years Widowed,,G05,people,families,Widowed|MALES,,572,Registered Marital Status by Age by Sex +G573,M_20_24_yr_Never_Married,Males 20 24 years Never Married,,G05,people,families,Never Married|MALES,,573,Registered Marital Status by Age by Sex +G574,M_20_24_yr_Tot,Males 20 24 years Total,,G05,people,families,Total|MALES,,574,Registered Marital Status by Age by Sex +G575,M_25_34_yr_Married,Males 25 34 years Married,,G05,people,families,Married|MALES,,575,Registered Marital Status by Age by Sex +G576,M_25_34_yr_Separated,Males 25 34 years Separated,,G05,people,families,Separated|MALES,,576,Registered Marital Status by Age by Sex +G577,M_25_34_yr_Divorced,Males 25 34 years Divorced,,G05,people,families,Divorced|MALES,,577,Registered Marital Status by Age by Sex +G578,M_25_34_yr_Widowed,Males 25 34 years Widowed,,G05,people,families,Widowed|MALES,,578,Registered Marital Status by Age by Sex +G579,M_25_34_yr_Never_Married,Males 25 34 years Never Married,,G05,people,families,Never Married|MALES,,579,Registered Marital Status by Age by Sex +G580,M_25_34_yr_Tot,Males 25 34 years Total,,G05,people,families,Total|MALES,,580,Registered Marital Status by Age by Sex +G581,M_35_44_yr_Married,Males 35 44 years Married,,G05,people,families,Married|MALES,,581,Registered Marital Status by Age by Sex +G582,M_35_44_yr_Separated,Males 35 44 years Separated,,G05,people,families,Separated|MALES,,582,Registered Marital Status by Age by Sex +G583,M_35_44_yr_Divorced,Males 35 44 years Divorced,,G05,people,families,Divorced|MALES,,583,Registered Marital Status by Age by Sex +G584,M_35_44_yr_Widowed,Males 35 44 years Widowed,,G05,people,families,Widowed|MALES,,584,Registered Marital Status by Age by Sex +G585,M_35_44_yr_Never_Married,Males 35 44 years Never Married,,G05,people,families,Never Married|MALES,,585,Registered Marital Status by Age by Sex +G586,M_35_44_yr_Tot,Males 35 44 years Total,,G05,people,families,Total|MALES,,586,Registered Marital Status by Age by Sex +G587,M_45_54_yr_Married,Males 45 54 years Married,,G05,people,families,Married|MALES,,587,Registered Marital Status by Age by Sex +G588,M_45_54_yr_Separated,Males 45 54 years Separated,,G05,people,families,Separated|MALES,,588,Registered Marital Status by Age by Sex +G589,M_45_54_yr_Divorced,Males 45 54 years Divorced,,G05,people,families,Divorced|MALES,,589,Registered Marital Status by Age by Sex +G590,M_45_54_yr_Widowed,Males 45 54 years Widowed,,G05,people,families,Widowed|MALES,,590,Registered Marital Status by Age by Sex +G591,M_45_54_yr_Never_Married,Males 45 54 years Never Married,,G05,people,families,Never Married|MALES,,591,Registered Marital Status by Age by Sex +G592,M_45_54_yr_Tot,Males 45 54 years Total,,G05,people,families,Total|MALES,,592,Registered Marital Status by Age by Sex +G593,M_55_64_yr_Married,Males 55 64 years Married,,G05,people,families,Married|MALES,,593,Registered Marital Status by Age by Sex +G594,M_55_64_yr_Separated,Males 55 64 years Separated,,G05,people,families,Separated|MALES,,594,Registered Marital Status by Age by Sex +G595,M_55_64_yr_Divorced,Males 55 64 years Divorced,,G05,people,families,Divorced|MALES,,595,Registered Marital Status by Age by Sex +G596,M_55_64_yr_Widowed,Males 55 64 years Widowed,,G05,people,families,Widowed|MALES,,596,Registered Marital Status by Age by Sex +G597,M_55_64_yr_Never_Married,Males 55 64 years Never Married,,G05,people,families,Never Married|MALES,,597,Registered Marital Status by Age by Sex +G598,M_55_64_yr_Tot,Males 55 64 years Total,,G05,people,families,Total|MALES,,598,Registered Marital Status by Age by Sex +G599,M_65_74_yr_Married,Males 65 74 years Married,,G05,people,families,Married|MALES,,599,Registered Marital Status by Age by Sex +G600,M_65_74_yr_Separated,Males 65 74 years Separated,,G05,people,families,Separated|MALES,,600,Registered Marital Status by Age by Sex +G601,M_65_74_yr_Divorced,Males 65 74 years Divorced,,G05,people,families,Divorced|MALES,,601,Registered Marital Status by Age by Sex +G602,M_65_74_yr_Widowed,Males 65 74 years Widowed,,G05,people,families,Widowed|MALES,,602,Registered Marital Status by Age by Sex +G603,M_65_74_yr_Never_Married,Males 65 74 years Never Married,,G05,people,families,Never Married|MALES,,603,Registered Marital Status by Age by Sex +G604,M_65_74_yr_Tot,Males 65 74 years Total,,G05,people,families,Total|MALES,,604,Registered Marital Status by Age by Sex +G605,M_75_84_yr_Married,Males 75 84 years Married,,G05,people,families,Married|MALES,,605,Registered Marital Status by Age by Sex +G606,M_75_84_yr_Separated,Males 75 84 years Separated,,G05,people,families,Separated|MALES,,606,Registered Marital Status by Age by Sex +G607,M_75_84_yr_Divorced,Males 75 84 years Divorced,,G05,people,families,Divorced|MALES,,607,Registered Marital Status by Age by Sex +G608,M_75_84_yr_Widowed,Males 75 84 years Widowed,,G05,people,families,Widowed|MALES,,608,Registered Marital Status by Age by Sex +G609,M_75_84_yr_Never_Married,Males 75 84 years Never Married,,G05,people,families,Never Married|MALES,,609,Registered Marital Status by Age by Sex +G610,M_75_84_yr_Tot,Males 75 84 years Total,,G05,people,families,Total|MALES,,610,Registered Marital Status by Age by Sex +G611,M_85ov_Married,Males 85 years and over Married,,G05,people,families,Married|MALES,,611,Registered Marital Status by Age by Sex +G612,M_85ov_Separated,Males 85 years and over Separated,,G05,people,families,Separated|MALES,,612,Registered Marital Status by Age by Sex +G613,M_85ov_Divorced,Males 85 years and over Divorced,,G05,people,families,Divorced|MALES,,613,Registered Marital Status by Age by Sex +G614,M_85ov_Widowed,Males 85 years and over Widowed,,G05,people,families,Widowed|MALES,,614,Registered Marital Status by Age by Sex +G615,M_85ov_Never_Married,Males 85 years and over Never Married,,G05,people,families,Never Married|MALES,,615,Registered Marital Status by Age by Sex +G616,M_85ov_Tot,Males 85 years and over Total,,G05,people,families,Total|MALES,,616,Registered Marital Status by Age by Sex +G617,M_Tot_Married,Males Total Married,,G05,people,families,Married|MALES,,617,Registered Marital Status by Age by Sex +G618,M_Tot_Separated,Males Total Separated,,G05,people,families,Separated|MALES,,618,Registered Marital Status by Age by Sex +G619,M_Tot_Divorced,Males Total Divorced,,G05,people,families,Divorced|MALES,,619,Registered Marital Status by Age by Sex +G620,M_Tot_Widowed,Males Total Widowed,,G05,people,families,Widowed|MALES,,620,Registered Marital Status by Age by Sex +G621,M_Tot_Never_Married,Males Total Never Married,,G05,people,families,Never Married|MALES,,621,Registered Marital Status by Age by Sex +G622,M_Tot_Tot,Males Total Total,,G05,people,families,Total|MALES,,622,Registered Marital Status by Age by Sex +G623,F_15_19_yr_Married,Females 15 19 years Married,,G05,people,families,Married|FEMALES,,623,Registered Marital Status by Age by Sex +G624,F_15_19_yr_Separated,Females 15 19 years Separated,,G05,people,families,Separated|FEMALES,,624,Registered Marital Status by Age by Sex +G625,F_15_19_yr_Divorced,Females 15 19 years Divorced,,G05,people,families,Divorced|FEMALES,,625,Registered Marital Status by Age by Sex +G626,F_15_19_yr_Widowed,Females 15 19 years Widowed,,G05,people,families,Widowed|FEMALES,,626,Registered Marital Status by Age by Sex +G627,F_15_19_yr_Never_Married,Females 15 19 years Never Married,,G05,people,families,Never Married|FEMALES,,627,Registered Marital Status by Age by Sex +G628,F_15_19_yr_Tot,Females 15 19 years Total,,G05,people,families,Total|FEMALES,,628,Registered Marital Status by Age by Sex +G629,F_20_24_yr_Married,Females 20 24 years Married,,G05,people,families,Married|FEMALES,,629,Registered Marital Status by Age by Sex +G630,F_20_24_yr_Separated,Females 20 24 years Separated,,G05,people,families,Separated|FEMALES,,630,Registered Marital Status by Age by Sex +G631,F_20_24_yr_Divorced,Females 20 24 years Divorced,,G05,people,families,Divorced|FEMALES,,631,Registered Marital Status by Age by Sex +G632,F_20_24_yr_Widowed,Females 20 24 years Widowed,,G05,people,families,Widowed|FEMALES,,632,Registered Marital Status by Age by Sex +G633,F_20_24_yr_Never_Married,Females 20 24 years Never Married,,G05,people,families,Never Married|FEMALES,,633,Registered Marital Status by Age by Sex +G634,F_20_24_yr_Tot,Females 20 24 years Total,,G05,people,families,Total|FEMALES,,634,Registered Marital Status by Age by Sex +G635,F_25_34_yr_Married,Females 25 34 years Married,,G05,people,families,Married|FEMALES,,635,Registered Marital Status by Age by Sex +G636,F_25_34_yr_Separated,Females 25 34 years Separated,,G05,people,families,Separated|FEMALES,,636,Registered Marital Status by Age by Sex +G637,F_25_34_yr_Divorced,Females 25 34 years Divorced,,G05,people,families,Divorced|FEMALES,,637,Registered Marital Status by Age by Sex +G638,F_25_34_yr_Widowed,Females 25 34 years Widowed,,G05,people,families,Widowed|FEMALES,,638,Registered Marital Status by Age by Sex +G639,F_25_34_yr_Never_Married,Females 25 34 years Never Married,,G05,people,families,Never Married|FEMALES,,639,Registered Marital Status by Age by Sex +G640,F_25_34_yr_Tot,Females 25 34 years Total,,G05,people,families,Total|FEMALES,,640,Registered Marital Status by Age by Sex +G641,F_35_44_yr_Married,Females 35 44 years Married,,G05,people,families,Married|FEMALES,,641,Registered Marital Status by Age by Sex +G642,F_35_44_yr_Separated,Females 35 44 years Separated,,G05,people,families,Separated|FEMALES,,642,Registered Marital Status by Age by Sex +G643,F_35_44_yr_Divorced,Females 35 44 years Divorced,,G05,people,families,Divorced|FEMALES,,643,Registered Marital Status by Age by Sex +G644,F_35_44_yr_Widowed,Females 35 44 years Widowed,,G05,people,families,Widowed|FEMALES,,644,Registered Marital Status by Age by Sex +G645,F_35_44_yr_Never_Married,Females 35 44 years Never Married,,G05,people,families,Never Married|FEMALES,,645,Registered Marital Status by Age by Sex +G646,F_35_44_yr_Tot,Females 35 44 years Total,,G05,people,families,Total|FEMALES,,646,Registered Marital Status by Age by Sex +G647,F_45_54_yr_Married,Females 45 54 years Married,,G05,people,families,Married|FEMALES,,647,Registered Marital Status by Age by Sex +G648,F_45_54_yr_Separated,Females 45 54 years Separated,,G05,people,families,Separated|FEMALES,,648,Registered Marital Status by Age by Sex +G649,F_45_54_yr_Divorced,Females 45 54 years Divorced,,G05,people,families,Divorced|FEMALES,,649,Registered Marital Status by Age by Sex +G650,F_45_54_yr_Widowed,Females 45 54 years Widowed,,G05,people,families,Widowed|FEMALES,,650,Registered Marital Status by Age by Sex +G651,F_45_54_yr_Never_Married,Females 45 54 years Never Married,,G05,people,families,Never Married|FEMALES,,651,Registered Marital Status by Age by Sex +G652,F_45_54_yr_Tot,Females 45 54 years Total,,G05,people,families,Total|FEMALES,,652,Registered Marital Status by Age by Sex +G653,F_55_64_yr_Married,Females 55 64 years Married,,G05,people,families,Married|FEMALES,,653,Registered Marital Status by Age by Sex +G654,F_55_64_yr_Separated,Females 55 64 years Separated,,G05,people,families,Separated|FEMALES,,654,Registered Marital Status by Age by Sex +G655,F_55_64_yr_Divorced,Females 55 64 years Divorced,,G05,people,families,Divorced|FEMALES,,655,Registered Marital Status by Age by Sex +G656,F_55_64_yr_Widowed,Females 55 64 years Widowed,,G05,people,families,Widowed|FEMALES,,656,Registered Marital Status by Age by Sex +G657,F_55_64_yr_Never_Married,Females 55 64 years Never Married,,G05,people,families,Never Married|FEMALES,,657,Registered Marital Status by Age by Sex +G658,F_55_64_yr_Tot,Females 55 64 years Total,,G05,people,families,Total|FEMALES,,658,Registered Marital Status by Age by Sex +G659,F_65_74_yr_Married,Females 65 74 years Married,,G05,people,families,Married|FEMALES,,659,Registered Marital Status by Age by Sex +G660,F_65_74_yr_Separated,Females 65 74 years Separated,,G05,people,families,Separated|FEMALES,,660,Registered Marital Status by Age by Sex +G661,F_65_74_yr_Divorced,Females 65 74 years Divorced,,G05,people,families,Divorced|FEMALES,,661,Registered Marital Status by Age by Sex +G662,F_65_74_yr_Widowed,Females 65 74 years Widowed,,G05,people,families,Widowed|FEMALES,,662,Registered Marital Status by Age by Sex +G663,F_65_74_yr_Never_Married,Females 65 74 years Never Married,,G05,people,families,Never Married|FEMALES,,663,Registered Marital Status by Age by Sex +G664,F_65_74_yr_Tot,Females 65 74 years Total,,G05,people,families,Total|FEMALES,,664,Registered Marital Status by Age by Sex +G665,F_75_84_yr_Married,Females 75 84 years Married,,G05,people,families,Married|FEMALES,,665,Registered Marital Status by Age by Sex +G666,F_75_84_yr_Separated,Females 75 84 years Separated,,G05,people,families,Separated|FEMALES,,666,Registered Marital Status by Age by Sex +G667,F_75_84_yr_Divorced,Females 75 84 years Divorced,,G05,people,families,Divorced|FEMALES,,667,Registered Marital Status by Age by Sex +G668,F_75_84_yr_Widowed,Females 75 84 years Widowed,,G05,people,families,Widowed|FEMALES,,668,Registered Marital Status by Age by Sex +G669,F_75_84_yr_Never_Married,Females 75 84 years Never Married,,G05,people,families,Never Married|FEMALES,,669,Registered Marital Status by Age by Sex +G670,F_75_84_yr_Tot,Females 75 84 years Total,,G05,people,families,Total|FEMALES,,670,Registered Marital Status by Age by Sex +G671,F_85ov_Married,Females 85 years and over Married,,G05,people,families,Married|FEMALES,,671,Registered Marital Status by Age by Sex +G672,F_85ov_Separated,Females 85 years and over Separated,,G05,people,families,Separated|FEMALES,,672,Registered Marital Status by Age by Sex +G673,F_85ov_Divorced,Females 85 years and over Divorced,,G05,people,families,Divorced|FEMALES,,673,Registered Marital Status by Age by Sex +G674,F_85ov_Widowed,Females 85 years and over Widowed,,G05,people,families,Widowed|FEMALES,,674,Registered Marital Status by Age by Sex +G675,F_85ov_Never_Married,Females 85 years and over Never Married,,G05,people,families,Never Married|FEMALES,,675,Registered Marital Status by Age by Sex +G676,F_85ov_Tot,Females 85 years and over Total,,G05,people,families,Total|FEMALES,,676,Registered Marital Status by Age by Sex +G677,F_Tot_Married,Females Total Married,,G05,people,families,Married|FEMALES,,677,Registered Marital Status by Age by Sex +G678,F_Tot_Separated,Females Total Separated,,G05,people,families,Separated|FEMALES,,678,Registered Marital Status by Age by Sex +G679,F_Tot_Divorced,Females Total Divorced,,G05,people,families,Divorced|FEMALES,,679,Registered Marital Status by Age by Sex +G680,F_Tot_Widowed,Females Total Widowed,,G05,people,families,Widowed|FEMALES,,680,Registered Marital Status by Age by Sex +G681,F_Tot_Never_Married,Females Total Never Married,,G05,people,families,Never Married|FEMALES,,681,Registered Marital Status by Age by Sex +G682,F_Tot_Tot,Females Total Total,,G05,people,families,Total|FEMALES,,682,Registered Marital Status by Age by Sex +G683,P_15_19_yr_Married,Persons 15 19 years Married,,G05,people,families,Married|PERSONS,,683,Registered Marital Status by Age by Sex +G684,P_15_19_yr_Separated,Persons 15 19 years Separated,,G05,people,families,Separated|PERSONS,,684,Registered Marital Status by Age by Sex +G685,P_15_19_yr_Divorced,Persons 15 19 years Divorced,,G05,people,families,Divorced|PERSONS,,685,Registered Marital Status by Age by Sex +G686,P_15_19_yr_Widowed,Persons 15 19 years Widowed,,G05,people,families,Widowed|PERSONS,,686,Registered Marital Status by Age by Sex +G687,P_15_19_yr_Never_Married,Persons 15 19 years Never Married,,G05,people,families,Never Married|PERSONS,,687,Registered Marital Status by Age by Sex +G688,P_15_19_yr_Tot,Persons 15 19 years Total,,G05,people,families,Total|PERSONS,,688,Registered Marital Status by Age by Sex +G689,P_20_24_yr_Married,Persons 20 24 years Married,,G05,people,families,Married|PERSONS,,689,Registered Marital Status by Age by Sex +G690,P_20_24_yr_Separated,Persons 20 24 years Separated,,G05,people,families,Separated|PERSONS,,690,Registered Marital Status by Age by Sex +G691,P_20_24_yr_Divorced,Persons 20 24 years Divorced,,G05,people,families,Divorced|PERSONS,,691,Registered Marital Status by Age by Sex +G692,P_20_24_yr_Widowed,Persons 20 24 years Widowed,,G05,people,families,Widowed|PERSONS,,692,Registered Marital Status by Age by Sex +G693,P_20_24_yr_Never_Married,Persons 20 24 years Never Married,,G05,people,families,Never Married|PERSONS,,693,Registered Marital Status by Age by Sex +G694,P_20_24_yr_Tot,Persons 20 24 years Total,,G05,people,families,Total|PERSONS,,694,Registered Marital Status by Age by Sex +G695,P_25_34_yr_Married,Persons 25 34 years Married,,G05,people,families,Married|PERSONS,,695,Registered Marital Status by Age by Sex +G696,P_25_34_yr_Separated,Persons 25 34 years Separated,,G05,people,families,Separated|PERSONS,,696,Registered Marital Status by Age by Sex +G697,P_25_34_yr_Divorced,Persons 25 34 years Divorced,,G05,people,families,Divorced|PERSONS,,697,Registered Marital Status by Age by Sex +G698,P_25_34_yr_Widowed,Persons 25 34 years Widowed,,G05,people,families,Widowed|PERSONS,,698,Registered Marital Status by Age by Sex +G699,P_25_34_yr_Never_Married,Persons 25 34 years Never Married,,G05,people,families,Never Married|PERSONS,,699,Registered Marital Status by Age by Sex +G700,P_25_34_yr_Tot,Persons 25 34 years Total,,G05,people,families,Total|PERSONS,,700,Registered Marital Status by Age by Sex +G701,P_35_44_yr_Married,Persons 35 44 years Married,,G05,people,families,Married|PERSONS,,701,Registered Marital Status by Age by Sex +G702,P_35_44_yr_Separated,Persons 35 44 years Separated,,G05,people,families,Separated|PERSONS,,702,Registered Marital Status by Age by Sex +G703,P_35_44_yr_Divorced,Persons 35 44 years Divorced,,G05,people,families,Divorced|PERSONS,,703,Registered Marital Status by Age by Sex +G704,P_35_44_yr_Widowed,Persons 35 44 years Widowed,,G05,people,families,Widowed|PERSONS,,704,Registered Marital Status by Age by Sex +G705,P_35_44_yr_Never_Married,Persons 35 44 years Never Married,,G05,people,families,Never Married|PERSONS,,705,Registered Marital Status by Age by Sex +G706,P_35_44_yr_Tot,Persons 35 44 years Total,,G05,people,families,Total|PERSONS,,706,Registered Marital Status by Age by Sex +G707,P_45_54_yr_Married,Persons 45 54 years Married,,G05,people,families,Married|PERSONS,,707,Registered Marital Status by Age by Sex +G708,P_45_54_yr_Separated,Persons 45 54 years Separated,,G05,people,families,Separated|PERSONS,,708,Registered Marital Status by Age by Sex +G709,P_45_54_yr_Divorced,Persons 45 54 years Divorced,,G05,people,families,Divorced|PERSONS,,709,Registered Marital Status by Age by Sex +G710,P_45_54_yr_Widowed,Persons 45 54 years Widowed,,G05,people,families,Widowed|PERSONS,,710,Registered Marital Status by Age by Sex +G711,P_45_54_yr_Never_Married,Persons 45 54 years Never Married,,G05,people,families,Never Married|PERSONS,,711,Registered Marital Status by Age by Sex +G712,P_45_54_yr_Tot,Persons 45 54 years Total,,G05,people,families,Total|PERSONS,,712,Registered Marital Status by Age by Sex +G713,P_55_64_yr_Married,Persons 55 64 years Married,,G05,people,families,Married|PERSONS,,713,Registered Marital Status by Age by Sex +G714,P_55_64_yr_Separated,Persons 55 64 years Separated,,G05,people,families,Separated|PERSONS,,714,Registered Marital Status by Age by Sex +G715,P_55_64_yr_Divorced,Persons 55 64 years Divorced,,G05,people,families,Divorced|PERSONS,,715,Registered Marital Status by Age by Sex +G716,P_55_64_yr_Widowed,Persons 55 64 years Widowed,,G05,people,families,Widowed|PERSONS,,716,Registered Marital Status by Age by Sex +G717,P_55_64_yr_Never_Married,Persons 55 64 years Never Married,,G05,people,families,Never Married|PERSONS,,717,Registered Marital Status by Age by Sex +G718,P_55_64_yr_Tot,Persons 55 64 years Total,,G05,people,families,Total|PERSONS,,718,Registered Marital Status by Age by Sex +G719,P_65_74_yr_Married,Persons 65 74 years Married,,G05,people,families,Married|PERSONS,,719,Registered Marital Status by Age by Sex +G720,P_65_74_yr_Separated,Persons 65 74 years Separated,,G05,people,families,Separated|PERSONS,,720,Registered Marital Status by Age by Sex +G721,P_65_74_yr_Divorced,Persons 65 74 years Divorced,,G05,people,families,Divorced|PERSONS,,721,Registered Marital Status by Age by Sex +G722,P_65_74_yr_Widowed,Persons 65 74 years Widowed,,G05,people,families,Widowed|PERSONS,,722,Registered Marital Status by Age by Sex +G723,P_65_74_yr_Never_Married,Persons 65 74 years Never Married,,G05,people,families,Never Married|PERSONS,,723,Registered Marital Status by Age by Sex +G724,P_65_74_yr_Tot,Persons 65 74 years Total,,G05,people,families,Total|PERSONS,,724,Registered Marital Status by Age by Sex +G725,P_75_84_yr_Married,Persons 75 84 years Married,,G05,people,families,Married|PERSONS,,725,Registered Marital Status by Age by Sex +G726,P_75_84_yr_Separated,Persons 75 84 years Separated,,G05,people,families,Separated|PERSONS,,726,Registered Marital Status by Age by Sex +G727,P_75_84_yr_Divorced,Persons 75 84 years Divorced,,G05,people,families,Divorced|PERSONS,,727,Registered Marital Status by Age by Sex +G728,P_75_84_yr_Widowed,Persons 75 84 years Widowed,,G05,people,families,Widowed|PERSONS,,728,Registered Marital Status by Age by Sex +G729,P_75_84_yr_Never_Married,Persons 75 84 years Never Married,,G05,people,families,Never Married|PERSONS,,729,Registered Marital Status by Age by Sex +G730,P_75_84_yr_Tot,Persons 75 84 years Total,,G05,people,families,Total|PERSONS,,730,Registered Marital Status by Age by Sex +G731,P_85ov_Married,Persons 85 years and over Married,,G05,people,families,Married|PERSONS,,731,Registered Marital Status by Age by Sex +G732,P_85ov_Separated,Persons 85 years and over Separated,,G05,people,families,Separated|PERSONS,,732,Registered Marital Status by Age by Sex +G733,P_85ov_Divorced,Persons 85 years and over Divorced,,G05,people,families,Divorced|PERSONS,,733,Registered Marital Status by Age by Sex +G734,P_85ov_Widowed,Persons 85 years and over Widowed,,G05,people,families,Widowed|PERSONS,,734,Registered Marital Status by Age by Sex +G735,P_85ov_Never_Married,Persons 85 years and over Never Married,,G05,people,families,Never Married|PERSONS,,735,Registered Marital Status by Age by Sex +G736,P_85ov_Tot,Persons 85 years and over Total,,G05,people,families,Total|PERSONS,,736,Registered Marital Status by Age by Sex +G737,P_Tot_Married,Persons Total Married,,G05,people,families,Married|PERSONS,,737,Registered Marital Status by Age by Sex +G738,P_Tot_Separated,Persons Total Separated,,G05,people,families,Separated|PERSONS,,738,Registered Marital Status by Age by Sex +G739,P_Tot_Divorced,Persons Total Divorced,,G05,people,families,Divorced|PERSONS,,739,Registered Marital Status by Age by Sex +G740,P_Tot_Widowed,Persons Total Widowed,,G05,people,families,Widowed|PERSONS,,740,Registered Marital Status by Age by Sex +G741,P_Tot_Never_Married,Persons Total Never Married,,G05,people,families,Never Married|PERSONS,,741,Registered Marital Status by Age by Sex +G742,P_Tot_Tot,Persons Total Total,,G05,people,families,Total|PERSONS,,742,Registered Marital Status by Age by Sex +G743,M_15_19_yr_Marrd_reg_marrge,Males 15 19 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,743,Social Marital Status by Age by Sex +G744,M_15_19_yr_Married_de_facto,Males 15 19 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,744,Social Marital Status by Age by Sex +G745,M_15_19_yr_Not_married,Males 15 19 years Not married,,G06,people,families,Not married|MALES,,745,Social Marital Status by Age by Sex +G746,M_15_19_yr_Total,Males 15 19 years Total,,G06,people,families,Total|MALES,,746,Social Marital Status by Age by Sex +G747,M_20_24_yr_Marrd_reg_marrge,Males 20 24 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,747,Social Marital Status by Age by Sex +G748,M_20_24_yr_Married_de_facto,Males 20 24 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,748,Social Marital Status by Age by Sex +G749,M_20_24_yr_Not_married,Males 20 24 years Not married,,G06,people,families,Not married|MALES,,749,Social Marital Status by Age by Sex +G750,M_20_24_yr_Total,Males 20 24 years Total,,G06,people,families,Total|MALES,,750,Social Marital Status by Age by Sex +G751,M_25_34_yr_Marrd_reg_marrge,Males 25 34 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,751,Social Marital Status by Age by Sex +G752,M_25_34_yr_Married_de_facto,Males 25 34 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,752,Social Marital Status by Age by Sex +G753,M_25_34_yr_Not_married,Males 25 34 years Not married,,G06,people,families,Not married|MALES,,753,Social Marital Status by Age by Sex +G754,M_25_34_yr_Total,Males 25 34 years Total,,G06,people,families,Total|MALES,,754,Social Marital Status by Age by Sex +G755,M_35_44_yr_Marrd_reg_marrge,Males 35 44 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,755,Social Marital Status by Age by Sex +G756,M_35_44_yr_Married_de_facto,Males 35 44 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,756,Social Marital Status by Age by Sex +G757,M_35_44_yr_Not_married,Males 35 44 years Not married,,G06,people,families,Not married|MALES,,757,Social Marital Status by Age by Sex +G758,M_35_44_yr_Total,Males 35 44 years Total,,G06,people,families,Total|MALES,,758,Social Marital Status by Age by Sex +G759,M_45_54_yr_Marrd_reg_marrge,Males 45 54 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,759,Social Marital Status by Age by Sex +G760,M_45_54_yr_Married_de_facto,Males 45 54 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,760,Social Marital Status by Age by Sex +G761,M_45_54_yr_Not_married,Males 45 54 years Not married,,G06,people,families,Not married|MALES,,761,Social Marital Status by Age by Sex +G762,M_45_54_yr_Total,Males 45 54 years Total,,G06,people,families,Total|MALES,,762,Social Marital Status by Age by Sex +G763,M_55_64_yr_Marrd_reg_marrge,Males 55 64 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,763,Social Marital Status by Age by Sex +G764,M_55_64_yr_Married_de_facto,Males 55 64 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,764,Social Marital Status by Age by Sex +G765,M_55_64_yr_Not_married,Males 55 64 years Not married,,G06,people,families,Not married|MALES,,765,Social Marital Status by Age by Sex +G766,M_55_64_yr_Total,Males 55 64 years Total,,G06,people,families,Total|MALES,,766,Social Marital Status by Age by Sex +G767,M_65_74_yr_Marrd_reg_marrge,Males 65 74 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,767,Social Marital Status by Age by Sex +G768,M_65_74_yr_Married_de_facto,Males 65 74 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,768,Social Marital Status by Age by Sex +G769,M_65_74_yr_Not_married,Males 65 74 years Not married,,G06,people,families,Not married|MALES,,769,Social Marital Status by Age by Sex +G770,M_65_74_yr_Total,Males 65 74 years Total,,G06,people,families,Total|MALES,,770,Social Marital Status by Age by Sex +G771,M_75_84_yr_Marrd_reg_marrge,Males 75 84 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,771,Social Marital Status by Age by Sex +G772,M_75_84_yr_Married_de_facto,Males 75 84 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,772,Social Marital Status by Age by Sex +G773,M_75_84_yr_Not_married,Males 75 84 years Not married,,G06,people,families,Not married|MALES,,773,Social Marital Status by Age by Sex +G774,M_75_84_yr_Total,Males 75 84 years Total,,G06,people,families,Total|MALES,,774,Social Marital Status by Age by Sex +G775,M_85ov_Marrd_reg_marrge,Males 85 years and over Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,775,Social Marital Status by Age by Sex +G776,M_85ov_Married_de_facto,Males 85 years and over Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,776,Social Marital Status by Age by Sex +G777,M_85ov_Not_married,Males 85 years and over Not married,,G06,people,families,Not married|MALES,,777,Social Marital Status by Age by Sex +G778,M_85ov_Total,Males 85 years and over Total,,G06,people,families,Total|MALES,,778,Social Marital Status by Age by Sex +G779,M_Tot_Marrd_reg_marrge,Males Total Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,779,Social Marital Status by Age by Sex +G780,M_Tot_Married_de_facto,Males Total Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,780,Social Marital Status by Age by Sex +G781,M_Tot_Not_married,Males Total Not married,,G06,people,families,Not married|MALES,,781,Social Marital Status by Age by Sex +G782,M_Tot_Total,Males Total Total,,G06,people,families,Total|MALES,,782,Social Marital Status by Age by Sex +G783,F_15_19_yr_Marrd_reg_marrge,Females 15 19 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,783,Social Marital Status by Age by Sex +G784,F_15_19_yr_Married_de_facto,Females 15 19 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,784,Social Marital Status by Age by Sex +G785,F_15_19_yr_Not_married,Females 15 19 years Not married,,G06,people,families,Not married|FEMALES,,785,Social Marital Status by Age by Sex +G786,F_15_19_yr_Total,Females 15 19 years Total,,G06,people,families,Total|FEMALES,,786,Social Marital Status by Age by Sex +G787,F_20_24_yr_Marrd_reg_marrge,Females 20 24 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,787,Social Marital Status by Age by Sex +G788,F_20_24_yr_Married_de_facto,Females 20 24 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,788,Social Marital Status by Age by Sex +G789,F_20_24_yr_Not_married,Females 20 24 years Not married,,G06,people,families,Not married|FEMALES,,789,Social Marital Status by Age by Sex +G790,F_20_24_yr_Total,Females 20 24 years Total,,G06,people,families,Total|FEMALES,,790,Social Marital Status by Age by Sex +G791,F_25_34_yr_Marrd_reg_marrge,Females 25 34 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,791,Social Marital Status by Age by Sex +G792,F_25_34_yr_Married_de_facto,Females 25 34 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,792,Social Marital Status by Age by Sex +G793,F_25_34_yr_Not_married,Females 25 34 years Not married,,G06,people,families,Not married|FEMALES,,793,Social Marital Status by Age by Sex +G794,F_25_34_yr_Total,Females 25 34 years Total,,G06,people,families,Total|FEMALES,,794,Social Marital Status by Age by Sex +G795,F_35_44_yr_Marrd_reg_marrge,Females 35 44 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,795,Social Marital Status by Age by Sex +G796,F_35_44_yr_Married_de_facto,Females 35 44 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,796,Social Marital Status by Age by Sex +G797,F_35_44_yr_Not_married,Females 35 44 years Not married,,G06,people,families,Not married|FEMALES,,797,Social Marital Status by Age by Sex +G798,F_35_44_yr_Total,Females 35 44 years Total,,G06,people,families,Total|FEMALES,,798,Social Marital Status by Age by Sex +G799,F_45_54_yr_Marrd_reg_marrge,Females 45 54 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,799,Social Marital Status by Age by Sex +G800,F_45_54_yr_Married_de_facto,Females 45 54 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,800,Social Marital Status by Age by Sex +G801,F_45_54_yr_Not_married,Females 45 54 years Not married,,G06,people,families,Not married|FEMALES,,801,Social Marital Status by Age by Sex +G802,F_45_54_yr_Total,Females 45 54 years Total,,G06,people,families,Total|FEMALES,,802,Social Marital Status by Age by Sex +G803,F_55_64_yr_Marrd_reg_marrge,Females 55 64 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,803,Social Marital Status by Age by Sex +G804,F_55_64_yr_Married_de_facto,Females 55 64 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,804,Social Marital Status by Age by Sex +G805,F_55_64_yr_Not_married,Females 55 64 years Not married,,G06,people,families,Not married|FEMALES,,805,Social Marital Status by Age by Sex +G806,F_55_64_yr_Total,Females 55 64 years Total,,G06,people,families,Total|FEMALES,,806,Social Marital Status by Age by Sex +G807,F_65_74_yr_Marrd_reg_marrge,Females 65 74 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,807,Social Marital Status by Age by Sex +G808,F_65_74_yr_Married_de_facto,Females 65 74 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,808,Social Marital Status by Age by Sex +G809,F_65_74_yr_Not_married,Females 65 74 years Not married,,G06,people,families,Not married|FEMALES,,809,Social Marital Status by Age by Sex +G810,F_65_74_yr_Total,Females 65 74 years Total,,G06,people,families,Total|FEMALES,,810,Social Marital Status by Age by Sex +G811,F_75_84_yr_Marrd_reg_marrge,Females 75 84 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,811,Social Marital Status by Age by Sex +G812,F_75_84_yr_Married_de_facto,Females 75 84 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,812,Social Marital Status by Age by Sex +G813,F_75_84_yr_Not_married,Females 75 84 years Not married,,G06,people,families,Not married|FEMALES,,813,Social Marital Status by Age by Sex +G814,F_75_84_yr_Total,Females 75 84 years Total,,G06,people,families,Total|FEMALES,,814,Social Marital Status by Age by Sex +G815,F_85ov_Marrd_reg_marrge,Females 85 years and over Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,815,Social Marital Status by Age by Sex +G816,F_85ov_Married_de_facto,Females 85 years and over Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,816,Social Marital Status by Age by Sex +G817,F_85ov_Not_married,Females 85 years and over Not married,,G06,people,families,Not married|FEMALES,,817,Social Marital Status by Age by Sex +G818,F_85ov_Total,Females 85 years and over Total,,G06,people,families,Total|FEMALES,,818,Social Marital Status by Age by Sex +G819,F_Tot_Marrd_reg_marrge,Females Total Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,819,Social Marital Status by Age by Sex +G820,F_Tot_Married_de_facto,Females Total Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,820,Social Marital Status by Age by Sex +G821,F_Tot_Not_married,Females Total Not married,,G06,people,families,Not married|FEMALES,,821,Social Marital Status by Age by Sex +G822,F_Tot_Total,Females Total Total,,G06,people,families,Total|FEMALES,,822,Social Marital Status by Age by Sex +G823,P_15_19_yr_Marrd_reg_marrge,Persons 15 19 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,823,Social Marital Status by Age by Sex +G824,P_15_19_yr_Married_de_facto,Persons 15 19 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,824,Social Marital Status by Age by Sex +G825,P_15_19_yr_Not_married,Persons 15 19 years Not married,,G06,people,families,Not married|PERSONS,,825,Social Marital Status by Age by Sex +G826,P_15_19_yr_Total,Persons 15 19 years Total,,G06,people,families,Total|PERSONS,,826,Social Marital Status by Age by Sex +G827,P_20_24_yr_Marrd_reg_marrge,Persons 20 24 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,827,Social Marital Status by Age by Sex +G828,P_20_24_yr_Married_de_facto,Persons 20 24 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,828,Social Marital Status by Age by Sex +G829,P_20_24_yr_Not_married,Persons 20 24 years Not married,,G06,people,families,Not married|PERSONS,,829,Social Marital Status by Age by Sex +G830,P_20_24_yr_Total,Persons 20 24 years Total,,G06,people,families,Total|PERSONS,,830,Social Marital Status by Age by Sex +G831,P_25_34_yr_Marrd_reg_marrge,Persons 25 34 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,831,Social Marital Status by Age by Sex +G832,P_25_34_yr_Married_de_facto,Persons 25 34 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,832,Social Marital Status by Age by Sex +G833,P_25_34_yr_Not_married,Persons 25 34 years Not married,,G06,people,families,Not married|PERSONS,,833,Social Marital Status by Age by Sex +G834,P_25_34_yr_Total,Persons 25 34 years Total,,G06,people,families,Total|PERSONS,,834,Social Marital Status by Age by Sex +G835,P_35_44_yr_Marrd_reg_marrge,Persons 35 44 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,835,Social Marital Status by Age by Sex +G836,P_35_44_yr_Married_de_facto,Persons 35 44 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,836,Social Marital Status by Age by Sex +G837,P_35_44_yr_Not_married,Persons 35 44 years Not married,,G06,people,families,Not married|PERSONS,,837,Social Marital Status by Age by Sex +G838,P_35_44_yr_Total,Persons 35 44 years Total,,G06,people,families,Total|PERSONS,,838,Social Marital Status by Age by Sex +G839,P_45_54_yr_Marrd_reg_marrge,Persons 45 54 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,839,Social Marital Status by Age by Sex +G840,P_45_54_yr_Married_de_facto,Persons 45 54 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,840,Social Marital Status by Age by Sex +G841,P_45_54_yr_Not_married,Persons 45 54 years Not married,,G06,people,families,Not married|PERSONS,,841,Social Marital Status by Age by Sex +G842,P_45_54_yr_Total,Persons 45 54 years Total,,G06,people,families,Total|PERSONS,,842,Social Marital Status by Age by Sex +G843,P_55_64_yr_Marrd_reg_marrge,Persons 55 64 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,843,Social Marital Status by Age by Sex +G844,P_55_64_yr_Married_de_facto,Persons 55 64 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,844,Social Marital Status by Age by Sex +G845,P_55_64_yr_Not_married,Persons 55 64 years Not married,,G06,people,families,Not married|PERSONS,,845,Social Marital Status by Age by Sex +G846,P_55_64_yr_Total,Persons 55 64 years Total,,G06,people,families,Total|PERSONS,,846,Social Marital Status by Age by Sex +G847,P_65_74_yr_Marrd_reg_marrge,Persons 65 74 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,847,Social Marital Status by Age by Sex +G848,P_65_74_yr_Married_de_facto,Persons 65 74 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,848,Social Marital Status by Age by Sex +G849,P_65_74_yr_Not_married,Persons 65 74 years Not married,,G06,people,families,Not married|PERSONS,,849,Social Marital Status by Age by Sex +G850,P_65_74_yr_Total,Persons 65 74 years Total,,G06,people,families,Total|PERSONS,,850,Social Marital Status by Age by Sex +G851,P_75_84_yr_Marrd_reg_marrge,Persons 75 84 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,851,Social Marital Status by Age by Sex +G852,P_75_84_yr_Married_de_facto,Persons 75 84 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,852,Social Marital Status by Age by Sex +G853,P_75_84_yr_Not_married,Persons 75 84 years Not married,,G06,people,families,Not married|PERSONS,,853,Social Marital Status by Age by Sex +G854,P_75_84_yr_Total,Persons 75 84 years Total,,G06,people,families,Total|PERSONS,,854,Social Marital Status by Age by Sex +G855,P_85ov_Marrd_reg_marrge,Persons 85 years and over Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,855,Social Marital Status by Age by Sex +G856,P_85ov_Married_de_facto,Persons 85 years and over Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,856,Social Marital Status by Age by Sex +G857,P_85ov_Not_married,Persons 85 years and over Not married,,G06,people,families,Not married|PERSONS,,857,Social Marital Status by Age by Sex +G858,P_85ov_Total,Persons 85 years and over Total,,G06,people,families,Total|PERSONS,,858,Social Marital Status by Age by Sex +G859,P_Tot_Marrd_reg_marrge,Persons Total Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,859,Social Marital Status by Age by Sex +G860,P_Tot_Married_de_facto,Persons Total Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,860,Social Marital Status by Age by Sex +G861,P_Tot_Not_married,Persons Total Not married,,G06,people,families,Not married|PERSONS,,861,Social Marital Status by Age by Sex +G862,P_Tot_Total,Persons Total Total,,G06,people,families,Total|PERSONS,,862,Social Marital Status by Age by Sex +G863,A_0_4_y_Indigenous_M,0 4 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,863,Indigenous Status by Age by Sex +G864,A_0_4_y_Indigenous_F,0 4 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,864,Indigenous Status by Age by Sex +G865,A_0_4_y_Indigenous_P,0 4 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,865,Indigenous Status by Age by Sex +G866,A_0_4_y_Non_Indigenous_M,0 4 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,866,Indigenous Status by Age by Sex +G867,A_0_4_y_Non_Indigenous_F,0 4 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,867,Indigenous Status by Age by Sex +G868,A_0_4_y_Non_Indigenous_P,0 4 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,868,Indigenous Status by Age by Sex +G869,A_0_4_y_Indig_stat_ns_M,0 4 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,869,Indigenous Status by Age by Sex +G870,A_0_4_y_Indig_stat_ns_F,0 4 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,870,Indigenous Status by Age by Sex +G871,A_0_4_y_Indig_stat_ns_P,0 4 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,871,Indigenous Status by Age by Sex +G872,A_0_4_y_Tot_M,0 4 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,872,Indigenous Status by Age by Sex +G873,A_0_4_y_Tot_F,0 4 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,873,Indigenous Status by Age by Sex +G874,A_0_4_y_Tot_P,0 4 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,874,Indigenous Status by Age by Sex +G875,A_5_9_y_Indigenous_M,5 9 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,875,Indigenous Status by Age by Sex +G876,A_5_9_y_Indigenous_F,5 9 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,876,Indigenous Status by Age by Sex +G877,A_5_9_y_Indigenous_P,5 9 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,877,Indigenous Status by Age by Sex +G878,A_5_9_y_Non_Indigenous_M,5 9 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,878,Indigenous Status by Age by Sex +G879,A_5_9_y_Non_Indigenous_F,5 9 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,879,Indigenous Status by Age by Sex +G880,A_5_9_y_Non_Indigenous_P,5 9 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,880,Indigenous Status by Age by Sex +G881,A_5_9_y_Indig_stat_ns_M,5 9 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,881,Indigenous Status by Age by Sex +G882,A_5_9_y_Indig_stat_ns_F,5 9 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,882,Indigenous Status by Age by Sex +G883,A_5_9_y_Indig_stat_ns_P,5 9 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,883,Indigenous Status by Age by Sex +G884,A_5_9_y_Tot_M,5 9 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,884,Indigenous Status by Age by Sex +G885,A_5_9_y_Tot_F,5 9 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,885,Indigenous Status by Age by Sex +G886,A_5_9_y_Tot_P,5 9 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,886,Indigenous Status by Age by Sex +G887,A_10_14_y_Indigenous_M,10 14 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,887,Indigenous Status by Age by Sex +G888,A_10_14_y_Indigenous_F,10 14 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,888,Indigenous Status by Age by Sex +G889,A_10_14_y_Indigenous_P,10 14 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,889,Indigenous Status by Age by Sex +G890,A_10_14_y_Non_Indig_M,10 14 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,890,Indigenous Status by Age by Sex +G891,A_10_14_y_Non_Indig_F,10 14 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,891,Indigenous Status by Age by Sex +G892,A_10_14_y_Non_Indig_P,10 14 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,892,Indigenous Status by Age by Sex +G893,A_10_14_y_Indig_stat_ns_M,10 14 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,893,Indigenous Status by Age by Sex +G894,A_10_14_y_Indig_stat_ns_F,10 14 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,894,Indigenous Status by Age by Sex +G895,A_10_14_y_Indig_stat_ns_P,10 14 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,895,Indigenous Status by Age by Sex +G896,A_10_14_y_Tot_M,10 14 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,896,Indigenous Status by Age by Sex +G897,A_10_14_y_Tot_F,10 14 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,897,Indigenous Status by Age by Sex +G898,A_10_14_y_Tot_P,10 14 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,898,Indigenous Status by Age by Sex +G899,A_15_19_y_Indigenous_M,15 19 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,899,Indigenous Status by Age by Sex +G900,A_15_19_y_Indigenous_F,15 19 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,900,Indigenous Status by Age by Sex +G901,A_15_19_y_Indigenous_P,15 19 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,901,Indigenous Status by Age by Sex +G902,A_15_19_y_Non_Indig_M,15 19 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,902,Indigenous Status by Age by Sex +G903,A_15_19_y_Non_Indig_F,15 19 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,903,Indigenous Status by Age by Sex +G904,A_15_19_y_Non_Indig_P,15 19 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,904,Indigenous Status by Age by Sex +G905,A_15_19_y_Indig_stat_ns_M,15 19 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,905,Indigenous Status by Age by Sex +G906,A_15_19_y_Indig_stat_ns_F,15 19 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,906,Indigenous Status by Age by Sex +G907,A_15_19_y_Indig_stat_ns_P,15 19 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,907,Indigenous Status by Age by Sex +G908,A_15_19_y_Tot_M,15 19 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,908,Indigenous Status by Age by Sex +G909,A_15_19_y_Tot_F,15 19 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,909,Indigenous Status by Age by Sex +G910,A_15_19_y_Tot_P,15 19 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,910,Indigenous Status by Age by Sex +G911,A_20_24_y_Indigenous_M,20 24 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,911,Indigenous Status by Age by Sex +G912,A_20_24_y_Indigenous_F,20 24 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,912,Indigenous Status by Age by Sex +G913,A_20_24_y_Indigenous_P,20 24 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,913,Indigenous Status by Age by Sex +G914,A_20_24_y_Non_Indig_M,20 24 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,914,Indigenous Status by Age by Sex +G915,A_20_24_y_Non_Indig_F,20 24 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,915,Indigenous Status by Age by Sex +G916,A_20_24_y_Non_Indig_P,20 24 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,916,Indigenous Status by Age by Sex +G917,A_20_24_y_Indig_stat_ns_M,20 24 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,917,Indigenous Status by Age by Sex +G918,A_20_24_y_Indig_stat_ns_F,20 24 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,918,Indigenous Status by Age by Sex +G919,A_20_24_y_Indig_stat_ns_P,20 24 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,919,Indigenous Status by Age by Sex +G920,A_20_24_y_Tot_M,20 24 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,920,Indigenous Status by Age by Sex +G921,A_20_24_y_Tot_F,20 24 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,921,Indigenous Status by Age by Sex +G922,A_20_24_y_Tot_P,20 24 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,922,Indigenous Status by Age by Sex +G923,A_25_29_y_Indigenous_M,25 29 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,923,Indigenous Status by Age by Sex +G924,A_25_29_y_Indigenous_F,25 29 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,924,Indigenous Status by Age by Sex +G925,A_25_29_y_Indigenous_P,25 29 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,925,Indigenous Status by Age by Sex +G926,A_25_29_y_Non_Indig_M,25 29 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,926,Indigenous Status by Age by Sex +G927,A_25_29_y_Non_Indig_F,25 29 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,927,Indigenous Status by Age by Sex +G928,A_25_29_y_Non_Indig_P,25 29 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,928,Indigenous Status by Age by Sex +G929,A_25_29_y_Indig_stat_ns_M,25 29 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,929,Indigenous Status by Age by Sex +G930,A_25_29_y_Indig_stat_ns_F,25 29 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,930,Indigenous Status by Age by Sex +G931,A_25_29_y_Indig_stat_ns_P,25 29 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,931,Indigenous Status by Age by Sex +G932,A_25_29_y_Tot_M,25 29 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,932,Indigenous Status by Age by Sex +G933,A_25_29_y_Tot_F,25 29 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,933,Indigenous Status by Age by Sex +G934,A_25_29_y_Tot_P,25 29 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,934,Indigenous Status by Age by Sex +G935,A_30_34_y_Indigenous_M,30 34 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,935,Indigenous Status by Age by Sex +G936,A_30_34_y_Indigenous_F,30 34 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,936,Indigenous Status by Age by Sex +G937,A_30_34_y_Indigenous_P,30 34 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,937,Indigenous Status by Age by Sex +G938,A_30_34_y_Non_Indig_M,30 34 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,938,Indigenous Status by Age by Sex +G939,A_30_34_y_Non_Indig_F,30 34 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,939,Indigenous Status by Age by Sex +G940,A_30_34_y_Non_Indig_P,30 34 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,940,Indigenous Status by Age by Sex +G941,A_30_34_y_Indig_stat_ns_M,30 34 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,941,Indigenous Status by Age by Sex +G942,A_30_34_y_Indig_stat_ns_F,30 34 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,942,Indigenous Status by Age by Sex +G943,A_30_34_y_Indig_stat_ns_P,30 34 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,943,Indigenous Status by Age by Sex +G944,A_30_34_y_Tot_M,30 34 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,944,Indigenous Status by Age by Sex +G945,A_30_34_y_Tot_F,30 34 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,945,Indigenous Status by Age by Sex +G946,A_30_34_y_Tot_P,30 34 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,946,Indigenous Status by Age by Sex +G947,A_35_39_y_Indigenous_M,35 39 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,947,Indigenous Status by Age by Sex +G948,A_35_39_y_Indigenous_F,35 39 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,948,Indigenous Status by Age by Sex +G949,A_35_39_y_Indigenous_P,35 39 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,949,Indigenous Status by Age by Sex +G950,A_35_39_y_Non_Indig_M,35 39 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,950,Indigenous Status by Age by Sex +G951,A_35_39_y_Non_Indig_F,35 39 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,951,Indigenous Status by Age by Sex +G952,A_35_39_y_Non_Indig_P,35 39 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,952,Indigenous Status by Age by Sex +G953,A_35_39_y_Indig_stat_ns_M,35 39 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,953,Indigenous Status by Age by Sex +G954,A_35_39_y_Indig_stat_ns_F,35 39 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,954,Indigenous Status by Age by Sex +G955,A_35_39_y_Indig_stat_ns_P,35 39 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,955,Indigenous Status by Age by Sex +G956,A_35_39_y_Tot_M,35 39 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,956,Indigenous Status by Age by Sex +G957,A_35_39_y_Tot_F,35 39 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,957,Indigenous Status by Age by Sex +G958,A_35_39_y_Tot_P,35 39 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,958,Indigenous Status by Age by Sex +G959,A_40_44_y_Indigenous_M,40 44 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,959,Indigenous Status by Age by Sex +G960,A_40_44_y_Indigenous_F,40 44 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,960,Indigenous Status by Age by Sex +G961,A_40_44_y_Indigenous_P,40 44 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,961,Indigenous Status by Age by Sex +G962,A_40_44_y_Non_Indig_M,40 44 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,962,Indigenous Status by Age by Sex +G963,A_40_44_y_Non_Indig_F,40 44 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,963,Indigenous Status by Age by Sex +G964,A_40_44_y_Non_Indig_P,40 44 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,964,Indigenous Status by Age by Sex +G965,A_40_44_y_Indig_stat_ns_M,40 44 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,965,Indigenous Status by Age by Sex +G966,A_40_44_y_Indig_stat_ns_F,40 44 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,966,Indigenous Status by Age by Sex +G967,A_40_44_y_Indig_stat_ns_P,40 44 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,967,Indigenous Status by Age by Sex +G968,A_40_44_y_Tot_M,40 44 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,968,Indigenous Status by Age by Sex +G969,A_40_44_y_Tot_F,40 44 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,969,Indigenous Status by Age by Sex +G970,A_40_44_y_Tot_P,40 44 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,970,Indigenous Status by Age by Sex +G971,A_45_49_y_Indigenous_M,45 49 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,971,Indigenous Status by Age by Sex +G972,A_45_49_y_Indigenous_F,45 49 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,972,Indigenous Status by Age by Sex +G973,A_45_49_y_Indigenous_P,45 49 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,973,Indigenous Status by Age by Sex +G974,A_45_49_y_Non_Indig_M,45 49 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,974,Indigenous Status by Age by Sex +G975,A_45_49_y_Non_Indig_F,45 49 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,975,Indigenous Status by Age by Sex +G976,A_45_49_y_Non_Indig_P,45 49 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,976,Indigenous Status by Age by Sex +G977,A_45_49_y_Indig_stat_ns_M,45 49 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,977,Indigenous Status by Age by Sex +G978,A_45_49_y_Indig_stat_ns_F,45 49 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,978,Indigenous Status by Age by Sex +G979,A_45_49_y_Indig_stat_ns_P,45 49 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,979,Indigenous Status by Age by Sex +G980,A_45_49_y_Tot_M,45 49 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,980,Indigenous Status by Age by Sex +G981,A_45_49_y_Tot_F,45 49 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,981,Indigenous Status by Age by Sex +G982,A_45_49_y_Tot_P,45 49 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,982,Indigenous Status by Age by Sex +G983,A_50_54_y_Indigenous_M,50 54 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,983,Indigenous Status by Age by Sex +G984,A_50_54_y_Indigenous_F,50 54 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,984,Indigenous Status by Age by Sex +G985,A_50_54_y_Indigenous_P,50 54 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,985,Indigenous Status by Age by Sex +G986,A_50_54_y_Non_Indig_M,50 54 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,986,Indigenous Status by Age by Sex +G987,A_50_54_y_Non_Indig_F,50 54 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,987,Indigenous Status by Age by Sex +G988,A_50_54_y_Non_Indig_P,50 54 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,988,Indigenous Status by Age by Sex +G989,A_50_54_y_Indig_stat_ns_M,50 54 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,989,Indigenous Status by Age by Sex +G990,A_50_54_y_Indig_stat_ns_F,50 54 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,990,Indigenous Status by Age by Sex +G991,A_50_54_y_Indig_stat_ns_P,50 54 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,991,Indigenous Status by Age by Sex +G992,A_50_54_y_Tot_M,50 54 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,992,Indigenous Status by Age by Sex +G993,A_50_54_y_Tot_F,50 54 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,993,Indigenous Status by Age by Sex +G994,A_50_54_y_Tot_P,50 54 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,994,Indigenous Status by Age by Sex +G995,A_55_59_y_Indigenous_M,55 59 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,995,Indigenous Status by Age by Sex +G996,A_55_59_y_Indigenous_F,55 59 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,996,Indigenous Status by Age by Sex +G997,A_55_59_y_Indigenous_P,55 59 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,997,Indigenous Status by Age by Sex +G998,A_55_59_y_Non_Indig_M,55 59 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,998,Indigenous Status by Age by Sex +G999,A_55_59_y_Non_Indig_F,55 59 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,999,Indigenous Status by Age by Sex +G1000,A_55_59_y_Non_Indig_P,55 59 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1000,Indigenous Status by Age by Sex +G1001,A_55_59_y_Indig_stat_ns_M,55 59 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,1001,Indigenous Status by Age by Sex +G1002,A_55_59_y_Indig_stat_ns_F,55 59 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,1002,Indigenous Status by Age by Sex +G1003,A_55_59_y_Indig_stat_ns_P,55 59 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1003,Indigenous Status by Age by Sex +G1004,A_55_59_y_Tot_M,55 59 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,1004,Indigenous Status by Age by Sex +G1005,A_55_59_y_Tot_F,55 59 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,1005,Indigenous Status by Age by Sex +G1006,A_55_59_y_Tot_P,55 59 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1006,Indigenous Status by Age by Sex +G1007,A_60_64_y_Indigenous_M,60 64 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1007,Indigenous Status by Age by Sex +G1008,A_60_64_y_Indigenous_F,60 64 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1008,Indigenous Status by Age by Sex +G1009,A_60_64_y_Indigenous_P,60 64 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1009,Indigenous Status by Age by Sex +G1010,A_60_64_y_Non_Indig_M,60 64 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,1010,Indigenous Status by Age by Sex +G1011,A_60_64_y_Non_Indig_F,60 64 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,1011,Indigenous Status by Age by Sex +G1012,A_60_64_y_Non_Indig_P,60 64 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1012,Indigenous Status by Age by Sex +G1013,A_60_64_y_Indig_stat_ns_M,60 64 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,1013,Indigenous Status by Age by Sex +G1014,A_60_64_y_Indig_stat_ns_F,60 64 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,1014,Indigenous Status by Age by Sex +G1015,A_60_64_y_Indig_stat_ns_P,60 64 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1015,Indigenous Status by Age by Sex +G1016,A_60_64_y_Tot_M,60 64 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,1016,Indigenous Status by Age by Sex +G1017,A_60_64_y_Tot_F,60 64 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,1017,Indigenous Status by Age by Sex +G1018,A_60_64_y_Tot_P,60 64 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1018,Indigenous Status by Age by Sex +G1019,A_65_y_ov_Indigenous_M,65 years and over Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1019,Indigenous Status by Age by Sex +G1020,A_65_y_ov_Indigenous_F,65 years and over Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1020,Indigenous Status by Age by Sex +G1021,A_65_y_ov_Indigenous_P,65 years and over Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1021,Indigenous Status by Age by Sex +G1022,A_65_y_ov_Non_Indig_M,65 years and over Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,1022,Indigenous Status by Age by Sex +G1023,A_65_y_ov_Non_Indig_F,65 years and over Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,1023,Indigenous Status by Age by Sex +G1024,A_65_y_ov_Non_Indig_P,65 years and over Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1024,Indigenous Status by Age by Sex +G1025,A_65_y_ov_Indig_stat_ns_M,65 years and over Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,1025,Indigenous Status by Age by Sex +G1026,A_65_y_ov_Indig_stat_ns_F,65 years and over Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,1026,Indigenous Status by Age by Sex +G1027,A_65_y_ov_Indig_stat_ns_P,65 years and over Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1027,Indigenous Status by Age by Sex +G1028,A_65_y_ov_Tot_M,65 years and over Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,1028,Indigenous Status by Age by Sex +G1029,A_65_y_ov_Tot_F,65 years and over Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,1029,Indigenous Status by Age by Sex +G1030,A_65_y_ov_Tot_P,65 years and over Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1030,Indigenous Status by Age by Sex +G1031,Tot_Indigenous_M,Total Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1031,Indigenous Status by Age by Sex +G1032,Tot_Indigenous_F,Total Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1032,Indigenous Status by Age by Sex +G1033,Tot_Indigenous_P,Total Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1033,Indigenous Status by Age by Sex +G1034,Tot_Non_Indigenous_M,Total Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,1034,Indigenous Status by Age by Sex +G1035,Tot_Non_Indigenous_F,Total Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,1035,Indigenous Status by Age by Sex +G1036,Tot_Non_Indigenous_P,Total Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1036,Indigenous Status by Age by Sex +G1037,Tot_Indig_status_ns_M,Total Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,1037,Indigenous Status by Age by Sex +G1038,Tot_Indig_status_ns_F,Total Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,1038,Indigenous Status by Age by Sex +G1039,Tot_Indig_status_ns_P,Total Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1039,Indigenous Status by Age by Sex +G1040,Tot_Tot_M,Total Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,1040,Indigenous Status by Age by Sex +G1041,Tot_Tot_F,Total Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,1041,Indigenous Status by Age by Sex +G1042,Tot_Tot_P,Total Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1042,Indigenous Status by Age by Sex +G1043,Aust_BP_B_OS,Australian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1043,Ancestry by Country of Birth of Parents +G1044,Aust_FO_B_OS,Australian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1044,Ancestry by Country of Birth of Parents +G1045,Aust_MO_B_OS,Australian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1045,Ancestry by Country of Birth of Parents +G1046,Aust_Both_parents_born_Aust,Australian Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1046,Ancestry by Country of Birth of Parents +G1047,Aust_Birthplace_not_stated,Australian Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1047,Ancestry by Country of Birth of Parents +G1048,Aust_Tot_Resp,Australian Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1048,Ancestry by Country of Birth of Parents +G1049,Aust_Abor_BP_B_OS,Australian Aboriginal Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1049,Ancestry by Country of Birth of Parents +G1050,Aust_Abor_FO_B_OS,Australian Aboriginal Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1050,Ancestry by Country of Birth of Parents +G1051,Aust_Abor_MO_B_OS,Australian Aboriginal Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1051,Ancestry by Country of Birth of Parents +G1052,Aust_Abor_BP_B_Aus,Australian Aboriginal Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1052,Ancestry by Country of Birth of Parents +G1053,Aust_Abor_BP_NS,Australian Aboriginal Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1053,Ancestry by Country of Birth of Parents +G1054,Aust_Abor_Tot_Resp,Australian Aboriginal Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1054,Ancestry by Country of Birth of Parents +G1055,Chinese_BP_B_OS,Chinese Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1055,Ancestry by Country of Birth of Parents +G1056,Chinese_FO_B_OS,Chinese Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1056,Ancestry by Country of Birth of Parents +G1057,Chinese_MO_B_OS,Chinese Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1057,Ancestry by Country of Birth of Parents +G1058,Chinese_BP_B_Aus,Chinese Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1058,Ancestry by Country of Birth of Parents +G1059,Chinese_BP_NS,Chinese Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1059,Ancestry by Country of Birth of Parents +G1060,Chinese_Tot_Resp,Chinese Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1060,Ancestry by Country of Birth of Parents +G1061,Croatian_BP_B_OS,Croatian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1061,Ancestry by Country of Birth of Parents +G1062,Croatian_FO_B_OS,Croatian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1062,Ancestry by Country of Birth of Parents +G1063,Croatian_MO_B_OS,Croatian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1063,Ancestry by Country of Birth of Parents +G1064,Croatian_BP_B_Aus,Croatian Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1064,Ancestry by Country of Birth of Parents +G1065,Croatian_BP_NS,Croatian Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1065,Ancestry by Country of Birth of Parents +G1066,Croatian_Tot_Resp,Croatian Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1066,Ancestry by Country of Birth of Parents +G1067,Dutch_BP_B_OS,Dutch Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1067,Ancestry by Country of Birth of Parents +G1068,Dutch_FO_B_OS,Dutch Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1068,Ancestry by Country of Birth of Parents +G1069,Dutch_MO_B_OS,Dutch Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1069,Ancestry by Country of Birth of Parents +G1070,Dutch_BP_B_Aus,Dutch Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1070,Ancestry by Country of Birth of Parents +G1071,Dutch_BP_NS,Dutch Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1071,Ancestry by Country of Birth of Parents +G1072,Dutch_Tot_Resp,Dutch Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1072,Ancestry by Country of Birth of Parents +G1073,English_BP_B_OS,English Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1073,Ancestry by Country of Birth of Parents +G1074,English_FO_B_OS,English Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1074,Ancestry by Country of Birth of Parents +G1075,English_MO_B_OS,English Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1075,Ancestry by Country of Birth of Parents +G1076,English_BP_B_Aus,English Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1076,Ancestry by Country of Birth of Parents +G1077,English_BP_NS,English Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1077,Ancestry by Country of Birth of Parents +G1078,English_Tot_Resp,English Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1078,Ancestry by Country of Birth of Parents +G1079,Filipino_BP_B_OS,Filipino Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1079,Ancestry by Country of Birth of Parents +G1080,Filipino_FO_B_OS,Filipino Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1080,Ancestry by Country of Birth of Parents +G1081,Filipino_MO_B_OS,Filipino Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1081,Ancestry by Country of Birth of Parents +G1082,Filipino_BP_B_Aus,Filipino Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1082,Ancestry by Country of Birth of Parents +G1083,Filipino_BP_NS,Filipino Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1083,Ancestry by Country of Birth of Parents +G1084,Filipino_Tot_Resp,Filipino Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1084,Ancestry by Country of Birth of Parents +G1085,French_BP_B_OS,French Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1085,Ancestry by Country of Birth of Parents +G1086,French_FO_B_OS,French Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1086,Ancestry by Country of Birth of Parents +G1087,French_MO_B_OS,French Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1087,Ancestry by Country of Birth of Parents +G1088,French_BP_B_Aus,French Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1088,Ancestry by Country of Birth of Parents +G1089,French_BP_NS,French Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1089,Ancestry by Country of Birth of Parents +G1090,French_Tot_Resp,French Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1090,Ancestry by Country of Birth of Parents +G1091,German_BP_B_OS,German Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1091,Ancestry by Country of Birth of Parents +G1092,German_FO_B_OS,German Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1092,Ancestry by Country of Birth of Parents +G1093,German_MO_B_OS,German Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1093,Ancestry by Country of Birth of Parents +G1094,German_BP_B_Aus,German Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1094,Ancestry by Country of Birth of Parents +G1095,German_BP_NS,German Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1095,Ancestry by Country of Birth of Parents +G1096,German_Tot_Resp,German Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1096,Ancestry by Country of Birth of Parents +G1097,Greek_BP_B_OS,Greek Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1097,Ancestry by Country of Birth of Parents +G1098,Greek_FO_B_OS,Greek Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1098,Ancestry by Country of Birth of Parents +G1099,Greek_MO_B_OS,Greek Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1099,Ancestry by Country of Birth of Parents +G1100,Greek_BP_B_Aus,Greek Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1100,Ancestry by Country of Birth of Parents +G1101,Greek_BP_NS,Greek Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1101,Ancestry by Country of Birth of Parents +G1102,Greek_Tot_Resp,Greek Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1102,Ancestry by Country of Birth of Parents +G1103,Hungarian_BP_B_OS,Hungarian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1103,Ancestry by Country of Birth of Parents +G1104,Hungarian_FO_B_OS,Hungarian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1104,Ancestry by Country of Birth of Parents +G1105,Hungarian_MO_B_OS,Hungarian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1105,Ancestry by Country of Birth of Parents +G1106,Hungarian_BP_B_Aus,Hungarian Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1106,Ancestry by Country of Birth of Parents +G1107,Hungarian_BP_NS,Hungarian Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1107,Ancestry by Country of Birth of Parents +G1108,Hungarian_Tot_Resp,Hungarian Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1108,Ancestry by Country of Birth of Parents +G1109,Indian_BP_B_OS,Indian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1109,Ancestry by Country of Birth of Parents +G1110,Indian_FO_B_OS,Indian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1110,Ancestry by Country of Birth of Parents +G1111,Indian_MO_B_OS,Indian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1111,Ancestry by Country of Birth of Parents +G1112,Indian_BP_B_Aus,Indian Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1112,Ancestry by Country of Birth of Parents +G1113,Indian_BP_NS,Indian Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1113,Ancestry by Country of Birth of Parents +G1114,Indian_Tot_Resp,Indian Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1114,Ancestry by Country of Birth of Parents +G1115,Irish_BP_B_OS,Irish Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1115,Ancestry by Country of Birth of Parents +G1116,Irish_FO_B_OS,Irish Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1116,Ancestry by Country of Birth of Parents +G1117,Irish_MO_B_OS,Irish Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1117,Ancestry by Country of Birth of Parents +G1118,Irish_BP_B_Aus,Irish Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1118,Ancestry by Country of Birth of Parents +G1119,Irish_BP_NS,Irish Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1119,Ancestry by Country of Birth of Parents +G1120,Irish_Tot_Resp,Irish Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1120,Ancestry by Country of Birth of Parents +G1121,Italian_BP_B_OS,Italian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1121,Ancestry by Country of Birth of Parents +G1122,Italian_FO_B_OS,Italian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1122,Ancestry by Country of Birth of Parents +G1123,Italian_MO_B_OS,Italian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1123,Ancestry by Country of Birth of Parents +G1124,Italian_BP_B_Aus,Italian Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1124,Ancestry by Country of Birth of Parents +G1125,Italian_BP_NS,Italian Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1125,Ancestry by Country of Birth of Parents +G1126,Italian_Tot_Resp,Italian Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1126,Ancestry by Country of Birth of Parents +G1127,Korean_BP_B_OS,Korean Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1127,Ancestry by Country of Birth of Parents +G1128,Korean_FO_B_OS,Korean Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1128,Ancestry by Country of Birth of Parents +G1129,Korean_MO_B_OS,Korean Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1129,Ancestry by Country of Birth of Parents +G1130,Korean_BP_B_Aus,Korean Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1130,Ancestry by Country of Birth of Parents +G1131,Korean_BP_NS,Korean Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1131,Ancestry by Country of Birth of Parents +G1132,Korean_Tot_Resp,Korean Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1132,Ancestry by Country of Birth of Parents +G1133,Lebanese_BP_B_OS,Lebanese Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1133,Ancestry by Country of Birth of Parents +G1134,Lebanese_FO_B_OS,Lebanese Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1134,Ancestry by Country of Birth of Parents +G1135,Lebanese_MO_B_OS,Lebanese Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1135,Ancestry by Country of Birth of Parents +G1136,Lebanese_BP_B_Aus,Lebanese Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1136,Ancestry by Country of Birth of Parents +G1137,Lebanese_BP_NS,Lebanese Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1137,Ancestry by Country of Birth of Parents +G1138,Lebanese_Tot_Resp,Lebanese Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1138,Ancestry by Country of Birth of Parents +G1139,Macedonian_BP_B_OS,Macedonian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1139,Ancestry by Country of Birth of Parents +G1140,Macdonian_FO_B_OS,Macedonian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1140,Ancestry by Country of Birth of Parents +G1141,Macdonian_MO_B_OS,Macedonian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1141,Ancestry by Country of Birth of Parents +G1142,Macdonian_BP_B_Aus,Macedonian Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1142,Ancestry by Country of Birth of Parents +G1143,Macdonian_BP_NS,Macedonian Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1143,Ancestry by Country of Birth of Parents +G1144,Macedonian_Tot_Resp,Macedonian Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1144,Ancestry by Country of Birth of Parents +G1145,Maltese_BP_B_OS,Maltese Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1145,Ancestry by Country of Birth of Parents +G1146,Maltese_FO_B_OS,Maltese Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1146,Ancestry by Country of Birth of Parents +G1147,Maltese_MO_B_OS,Maltese Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1147,Ancestry by Country of Birth of Parents +G1148,Maltese_BP_B_Aus,Maltese Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1148,Ancestry by Country of Birth of Parents +G1149,Maltese_BP_NS,Maltese Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1149,Ancestry by Country of Birth of Parents +G1150,Maltese_Tot_Resp,Maltese Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1150,Ancestry by Country of Birth of Parents +G1151,Maori_BP_B_OS,Maori Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1151,Ancestry by Country of Birth of Parents +G1152,Maori_FO_B_OS,Maori Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1152,Ancestry by Country of Birth of Parents +G1153,Maori_MO_B_OS,Maori Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1153,Ancestry by Country of Birth of Parents +G1154,Maori_BP_B_Aus,Maori Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1154,Ancestry by Country of Birth of Parents +G1155,Maori_BP_NS,Maori Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1155,Ancestry by Country of Birth of Parents +G1156,Maori_Tot_Resp,Maori Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1156,Ancestry by Country of Birth of Parents +G1157,NZ_BP_B_OS,New Zealander Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1157,Ancestry by Country of Birth of Parents +G1158,NZ_FO_B_OS,New Zealander Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1158,Ancestry by Country of Birth of Parents +G1159,NZ_MO_B_OS,New Zealander Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1159,Ancestry by Country of Birth of Parents +G1160,NZ_BP_B_Aus,New Zealander Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1160,Ancestry by Country of Birth of Parents +G1161,NZ_BP_NS,New Zealander Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1161,Ancestry by Country of Birth of Parents +G1162,NZ_Tot_Resp,New Zealander Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1162,Ancestry by Country of Birth of Parents +G1163,Polish_BP_B_OS,Polish Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1163,Ancestry by Country of Birth of Parents +G1164,Polish_FO_B_OS,Polish Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1164,Ancestry by Country of Birth of Parents +G1165,Polish_MO_B_OS,Polish Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1165,Ancestry by Country of Birth of Parents +G1166,Polish_BP_B_Aus,Polish Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1166,Ancestry by Country of Birth of Parents +G1167,Polish_BP_NS,Polish Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1167,Ancestry by Country of Birth of Parents +G1168,Polish_Tot_Resp,Polish Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1168,Ancestry by Country of Birth of Parents +G1169,Russian_BP_B_OS,Russian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1169,Ancestry by Country of Birth of Parents +G1170,Russian_FO_B_OS,Russian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1170,Ancestry by Country of Birth of Parents +G1171,Russian_MO_B_OS,Russian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1171,Ancestry by Country of Birth of Parents +G1172,Russian_BP_B_Aus,Russian Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1172,Ancestry by Country of Birth of Parents +G1173,Russian_BP_NS,Russian Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1173,Ancestry by Country of Birth of Parents +G1174,Russian_Tot_Resp,Russian Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1174,Ancestry by Country of Birth of Parents +G1175,Scottish_BP_B_OS,Scottish Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1175,Ancestry by Country of Birth of Parents +G1176,Scottish_FO_B_OS,Scottish Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1176,Ancestry by Country of Birth of Parents +G1177,Scottish_MO_B_OS,Scottish Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1177,Ancestry by Country of Birth of Parents +G1178,Scottish_BP_B_Aus,Scottish Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1178,Ancestry by Country of Birth of Parents +G1179,Scottish_BP_NS,Scottish Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1179,Ancestry by Country of Birth of Parents +G1180,Scottish_Tot_Resp,Scottish Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1180,Ancestry by Country of Birth of Parents +G1181,Serbian_BP_B_OS,Serbian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1181,Ancestry by Country of Birth of Parents +G1182,Serbian_FO_B_OS,Serbian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1182,Ancestry by Country of Birth of Parents +G1183,Serbian_MO_B_OS,Serbian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1183,Ancestry by Country of Birth of Parents +G1184,Serbian_BP_B_Aus,Serbian Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1184,Ancestry by Country of Birth of Parents +G1185,Serbian_BP_NS,Serbian Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1185,Ancestry by Country of Birth of Parents +G1186,Serbian_Tot_Resp,Serbian Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1186,Ancestry by Country of Birth of Parents +G1187,Sth_African_BP_B_OS,South African Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1187,Ancestry by Country of Birth of Parents +G1188,Sth_African_FO_B_OS,South African Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1188,Ancestry by Country of Birth of Parents +G1189,Sth_African_MO_B_OS,South African Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1189,Ancestry by Country of Birth of Parents +G1190,Sth_Afrcan_BP_B_Aus,South African Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1190,Ancestry by Country of Birth of Parents +G1191,Sth_African_BP_NS,South African Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1191,Ancestry by Country of Birth of Parents +G1192,Sth_African_Tot_Resp,South African Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1192,Ancestry by Country of Birth of Parents +G1193,Spanish_BP_B_OS,Spanish Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1193,Ancestry by Country of Birth of Parents +G1194,Spanish_FO_B_OS,Spanish Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1194,Ancestry by Country of Birth of Parents +G1195,Spanish_MO_B_OS,Spanish Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1195,Ancestry by Country of Birth of Parents +G1196,Spanish_BP_B_Aus,Spanish Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1196,Ancestry by Country of Birth of Parents +G1197,Spanish_BP_NS,Spanish Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1197,Ancestry by Country of Birth of Parents +G1198,Spanish_Tot_Resp,Spanish Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1198,Ancestry by Country of Birth of Parents +G1199,Sri_Lankan_BP_B_OS,Sri Lankan Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1199,Ancestry by Country of Birth of Parents +G1200,Sri_Lankan_FO_B_OS,Sri Lankan Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1200,Ancestry by Country of Birth of Parents +G1201,Sri_Lankan_MO_B_OS,Sri Lankan Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1201,Ancestry by Country of Birth of Parents +G1202,Sri_Lankan_BP_B_Aus,Sri Lankan Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1202,Ancestry by Country of Birth of Parents +G1203,Sri_Lankan_BP_NS,Sri Lankan Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1203,Ancestry by Country of Birth of Parents +G1204,Sri_Lankan_Tot_Resp,Sri Lankan Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1204,Ancestry by Country of Birth of Parents +G1205,Turkish_BP_B_OS,Turkish Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1205,Ancestry by Country of Birth of Parents +G1206,Turkish_FO_B_OS,Turkish Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1206,Ancestry by Country of Birth of Parents +G1207,Turkish_MO_B_OS,Turkish Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1207,Ancestry by Country of Birth of Parents +G1208,Turkish_BP_B_Aus,Turkish Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1208,Ancestry by Country of Birth of Parents +G1209,Turkish_BP_NS,Turkish Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1209,Ancestry by Country of Birth of Parents +G1210,Turkish_Tot_Resp,Turkish Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1210,Ancestry by Country of Birth of Parents +G1211,Vietnamese_BP_B_OS,Vietnamese Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1211,Ancestry by Country of Birth of Parents +G1212,Vietnamese_FO_B_OS,Vietnamese Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1212,Ancestry by Country of Birth of Parents +G1213,Vietnamese_MO_B_OS,Vietnamese Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1213,Ancestry by Country of Birth of Parents +G1214,Vietnamese_BP_B_Aus,Vietnamese Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1214,Ancestry by Country of Birth of Parents +G1215,Vietnamese_BP_NS,Vietnamese Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1215,Ancestry by Country of Birth of Parents +G1216,Vietnamese_Tot_Resp,Vietnamese Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1216,Ancestry by Country of Birth of Parents +G1217,Welsh_BP_B_OS,Welsh Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1217,Ancestry by Country of Birth of Parents +G1218,Welsh_FO_B_OS,Welsh Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1218,Ancestry by Country of Birth of Parents +G1219,Welsh_MO_B_OS,Welsh Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1219,Ancestry by Country of Birth of Parents +G1220,Welsh_BP_B_Aus,Welsh Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1220,Ancestry by Country of Birth of Parents +G1221,Welsh_BP_NS,Welsh Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1221,Ancestry by Country of Birth of Parents +G1222,Welsh_Tot_Resp,Welsh Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1222,Ancestry by Country of Birth of Parents +G1223,Other_BP_B_OS,Other Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1223,Ancestry by Country of Birth of Parents +G1224,Other_FO_B_OS,Other Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1224,Ancestry by Country of Birth of Parents +G1225,Other_MO_B_OS,Other Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1225,Ancestry by Country of Birth of Parents +G1226,Other_BP_B_Aus,Other Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1226,Ancestry by Country of Birth of Parents +G1227,Other_BP_NS,Other Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1227,Ancestry by Country of Birth of Parents +G1228,Other_Tot_Resp,Other Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1228,Ancestry by Country of Birth of Parents +G1229,Ancestry_NS_BP_B_OS,Ancestry not stated Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1229,Ancestry by Country of Birth of Parents +G1230,Ancestry_NS_FO_B_OS,Ancestry not stated Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1230,Ancestry by Country of Birth of Parents +G1231,Ancestry_NS_MO_B_OS,Ancestry not stated Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1231,Ancestry by Country of Birth of Parents +G1232,Ancestry_NS_BP_B_Aus,Ancestry not stated Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1232,Ancestry by Country of Birth of Parents +G1233,Ancestry_NS_BP_NS,Ancestry not stated Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1233,Ancestry by Country of Birth of Parents +G1234,Ancestry_NS_Tot_Resp,Ancestry not stated Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1234,Ancestry by Country of Birth of Parents +G1235,Tot_P_BP_B_OS,Total Persons Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1235,Ancestry by Country of Birth of Parents +G1236,Tot_P_FO_B_OS,Total Persons Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1236,Ancestry by Country of Birth of Parents +G1237,Tot_P_MO_B_OS,Total Persons Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1237,Ancestry by Country of Birth of Parents +G1238,Tot_P_BP_B_Aus,Total Persons Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1238,Ancestry by Country of Birth of Parents +G1239,Tot_P_BP_NS,Total Persons Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1239,Ancestry by Country of Birth of Parents +G1240,Tot_P_Tot_Resp,Total Persons Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1240,Ancestry by Country of Birth of Parents +G5361,Buddhism_M,Buddhism Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5361,Religious Affiliation by Sex +G5362,Buddhism_F,Buddhism Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5362,Religious Affiliation by Sex +G5363,Buddhism_P,Buddhism Persons,Tot_P_P,G14,people,religion,Persons,,5363,Religious Affiliation by Sex +G5364,Christianity_Anglican_M,Christianity Anglican Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5364,Religious Affiliation by Sex +G5365,Christianity_Anglican_F,Christianity Anglican Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5365,Religious Affiliation by Sex +G5366,Christianity_Anglican_P,Christianity Anglican Persons,Tot_P_P,G14,people,religion,Persons,,5366,Religious Affiliation by Sex +G5367,Christianity_Asyrin_Apstlic_M,Christianity Assyrian Apostolic Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5367,Religious Affiliation by Sex +G5368,Christianity_Asyrin_Apstlic_F,Christianity Assyrian Apostolic Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5368,Religious Affiliation by Sex +G5369,Christianity_Asyrin_Apstlic_P,Christianity Assyrian Apostolic Persons,Tot_P_P,G14,people,religion,Persons,,5369,Religious Affiliation by Sex +G5370,Christianity_Baptist_M,Christianity Baptist Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5370,Religious Affiliation by Sex +G5371,Christianity_Baptist_F,Christianity Baptist Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5371,Religious Affiliation by Sex +G5372,Christianity_Baptist_P,Christianity Baptist Persons,Tot_P_P,G14,people,religion,Persons,,5372,Religious Affiliation by Sex +G5373,Christianity_Brethren_M,Christianity Brethren Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5373,Religious Affiliation by Sex +G5374,Christianity_Brethren_F,Christianity Brethren Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5374,Religious Affiliation by Sex +G5375,Christianity_Brethren_P,Christianity Brethren Persons,Tot_P_P,G14,people,religion,Persons,,5375,Religious Affiliation by Sex +G5376,Christianity_Catholic_M,Christianity Catholic Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5376,Religious Affiliation by Sex +G5377,Christianity_Catholic_F,Christianity Catholic Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5377,Religious Affiliation by Sex +G5378,Christianity_Catholic_P,Christianity Catholic Persons,Tot_P_P,G14,people,religion,Persons,,5378,Religious Affiliation by Sex +G5379,Christianity_Church_Christ_M,Christianity Churches of Christ Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5379,Religious Affiliation by Sex +G5380,Christianity_Church_Christ_F,Christianity Churches of Christ Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5380,Religious Affiliation by Sex +G5381,Christianity_Church_Christ_P,Christianity Churches of Christ Persons,Tot_P_P,G14,people,religion,Persons,,5381,Religious Affiliation by Sex +G5382,Christianity_Eastrn_Orthdox_M,Christianity Eastern Orthodox Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5382,Religious Affiliation by Sex +G5383,Christianity_Eastrn_Orthdox_F,Christianity Eastern Orthodox Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5383,Religious Affiliation by Sex +G5384,Christianity_Eastrn_Orthdox_P,Christianity Eastern Orthodox Persons,Tot_P_P,G14,people,religion,Persons,,5384,Religious Affiliation by Sex +G5385,Christinty_Jehvahs_Witnses_M,Christianity Jehovahs Witnesses Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5385,Religious Affiliation by Sex +G5386,Christinty_Jehvahs_Witnses_F,Christianity Jehovahs Witnesses Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5386,Religious Affiliation by Sex +G5387,Christinty_Jehvahs_Witnses_P,Christianity Jehovahs Witnesses Persons,Tot_P_P,G14,people,religion,Persons,,5387,Religious Affiliation by Sex +G5388,Christianity_Lattr_day_Snts_M,Christianity Latter day Saints Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5388,Religious Affiliation by Sex +G5389,Christianity_Lattr_day_Snts_F,Christianity Latter day Saints Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5389,Religious Affiliation by Sex +G5390,Christianity_Lattr_day_Snts_P,Christianity Latter day Saints Persons,Tot_P_P,G14,people,religion,Persons,,5390,Religious Affiliation by Sex +G5391,Christianity_Lutheran_M,Christianity Lutheran Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5391,Religious Affiliation by Sex +G5392,Christianity_Lutheran_F,Christianity Lutheran Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5392,Religious Affiliation by Sex +G5393,Christianity_Lutheran_P,Christianity Lutheran Persons,Tot_P_P,G14,people,religion,Persons,,5393,Religious Affiliation by Sex +G5394,Christianity_Orintal_Orthdx_M,Christianity Oriental Orthodox Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5394,Religious Affiliation by Sex +G5395,Christianity_Orintal_Orthdx_F,Christianity Oriental Orthodox Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5395,Religious Affiliation by Sex +G5396,Christianity_Orintal_Orthdx_P,Christianity Oriental Orthodox Persons,Tot_P_P,G14,people,religion,Persons,,5396,Religious Affiliation by Sex +G5397,Christianity_Othr_Protestnt_M,Christianity Other Protestant Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5397,Religious Affiliation by Sex +G5398,Christianity_Othr_Protestnt_F,Christianity Other Protestant Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5398,Religious Affiliation by Sex +G5399,Christianity_Othr_Protestnt_P,Christianity Other Protestant Persons,Tot_P_P,G14,people,religion,Persons,,5399,Religious Affiliation by Sex +G5400,Christianity_Pentecostal_M,Christianity Pentecostal Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5400,Religious Affiliation by Sex +G5401,Christianity_Pentecostal_F,Christianity Pentecostal Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5401,Religious Affiliation by Sex +G5402,Christianity_Pentecostal_P,Christianity Pentecostal Persons,Tot_P_P,G14,people,religion,Persons,,5402,Religious Affiliation by Sex +G5403,Christinty_Prsbytrin_Refrmd_M,Christianity Presbyterian and Reformed Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5403,Religious Affiliation by Sex +G5404,Christinty_Prsbytrin_Refrmd_F,Christianity Presbyterian and Reformed Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5404,Religious Affiliation by Sex +G5405,Christinty_Prsbytrin_Refrmd_P,Christianity Presbyterian and Reformed Persons,Tot_P_P,G14,people,religion,Persons,,5405,Religious Affiliation by Sex +G5406,Christianity_Salvation_Army_M,Christianity Salvation Army Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5406,Religious Affiliation by Sex +G5407,Christianity_Salvation_Army_F,Christianity Salvation Army Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5407,Religious Affiliation by Sex +G5408,Christianity_Salvation_Army_P,Christianity Salvation Army Persons,Tot_P_P,G14,people,religion,Persons,,5408,Religious Affiliation by Sex +G5409,Christnty_Sevnth_dy_Advntst_M,Christianity Seventh day Adventist Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5409,Religious Affiliation by Sex +G5410,Christnty_Sevnth_dy_Advntst_F,Christianity Seventh day Adventist Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5410,Religious Affiliation by Sex +G5411,Christnty_Sevnth_dy_Advntst_P,Christianity Seventh day Adventist Persons,Tot_P_P,G14,people,religion,Persons,,5411,Religious Affiliation by Sex +G5412,Christianity_Uniting_Church_M,Christianity Uniting Church Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5412,Religious Affiliation by Sex +G5413,Christianity_Uniting_Church_F,Christianity Uniting Church Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5413,Religious Affiliation by Sex +G5414,Christianity_Uniting_Church_P,Christianity Uniting Church Persons,Tot_P_P,G14,people,religion,Persons,,5414,Religious Affiliation by Sex +G5415,Christianity_Christian_nfd_M,Christianity Christianity nfd Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5415,Religious Affiliation by Sex +G5416,Christianity_Christian_nfd_F,Christianity Christianity nfd Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5416,Religious Affiliation by Sex +G5417,Christianity_Christian_nfd_P,Christianity Christianity nfd Persons,Tot_P_P,G14,people,religion,Persons,,5417,Religious Affiliation by Sex +G5418,Christianity_Othr_Christian_M,Christianity Other Christian Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5418,Religious Affiliation by Sex +G5419,Christianity_Othr_Christian_F,Christianity Other Christian Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5419,Religious Affiliation by Sex +G5420,Christianity_Othr_Christian_P,Christianity Other Christian Persons,Tot_P_P,G14,people,religion,Persons,,5420,Religious Affiliation by Sex +G5421,Christianity_Tot_M,Christianity Total Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5421,Religious Affiliation by Sex +G5422,Christianity_Tot_F,Christianity Total Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5422,Religious Affiliation by Sex +G5423,Christianity_Tot_P,Christianity Total Persons,Tot_P_P,G14,people,religion,Persons,,5423,Religious Affiliation by Sex +G5424,Hinduism_M,Hinduism Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5424,Religious Affiliation by Sex +G5425,Hinduism_F,Hinduism Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5425,Religious Affiliation by Sex +G5426,Hinduism_P,Hinduism Persons,Tot_P_P,G14,people,religion,Persons,,5426,Religious Affiliation by Sex +G5427,Islam_M,Islam Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5427,Religious Affiliation by Sex +G5428,Islam_F,Islam Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5428,Religious Affiliation by Sex +G5429,Islam_P,Islam Persons,Tot_P_P,G14,people,religion,Persons,,5429,Religious Affiliation by Sex +G5430,Judaism_M,Judaism Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5430,Religious Affiliation by Sex +G5431,Judaism_F,Judaism Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5431,Religious Affiliation by Sex +G5432,Judaism_P,Judaism Persons,Tot_P_P,G14,people,religion,Persons,,5432,Religious Affiliation by Sex +G5433,Othr_Rel_Aust_Abor_Trad_Rel_M,Other Religions Australian Aboriginal Traditional Religions Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5433,Religious Affiliation by Sex +G5434,Othr_Rel_Aust_Abor_Trad_Rel_F,Other Religions Australian Aboriginal Traditional Religions Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5434,Religious Affiliation by Sex +G5435,Othr_Rel_Aust_Abor_Trad_Rel_P,Other Religions Australian Aboriginal Traditional Religions Persons,Tot_P_P,G14,people,religion,Persons,,5435,Religious Affiliation by Sex +G5436,Othr_Rel_Sikhism_M,Other Religions Sikhism Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5436,Religious Affiliation by Sex +G5437,Othr_Rel_Sikhism_F,Other Religions Sikhism Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5437,Religious Affiliation by Sex +G5438,Othr_Rel_Sikhism_P,Other Religions Sikhism Persons,Tot_P_P,G14,people,religion,Persons,,5438,Religious Affiliation by Sex +G5439,Othr_Reln_Other_reln_groups_M,Other Religions Other religious groups Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5439,Religious Affiliation by Sex +G5440,Othr_Reln_Other_reln_groups_F,Other Religions Other religious groups Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5440,Religious Affiliation by Sex +G5441,Othr_Reln_Other_reln_groups_P,Other Religions Other religious groups Persons,Tot_P_P,G14,people,religion,Persons,,5441,Religious Affiliation by Sex +G5442,Other_Religions_Tot_M,Other Religions Total Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5442,Religious Affiliation by Sex +G5443,Other_Religions_Tot_F,Other Religions Total Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5443,Religious Affiliation by Sex +G5444,Other_Religions_Tot_P,Other Religions Total Persons,Tot_P_P,G14,people,religion,Persons,,5444,Religious Affiliation by Sex +G5445,SB_OSB_NRA_NR_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5445,Religious Affiliation by Sex +G5446,SB_OSB_NRA_NR_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5446,Religious Affiliation by Sex +G5447,SB_OSB_NRA_NR_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Persons,Tot_P_P,G14,people,religion,Persons,,5447,Religious Affiliation by Sex +G5448,SB_OSB_NRA_SB_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5448,Religious Affiliation by Sex +G5449,SB_OSB_NRA_SB_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5449,Religious Affiliation by Sex +G5450,SB_OSB_NRA_SB_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Persons,Tot_P_P,G14,people,religion,Persons,,5450,Religious Affiliation by Sex +G5451,SB_OSB_NRA_OSB_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5451,Religious Affiliation by Sex +G5452,SB_OSB_NRA_OSB_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5452,Religious Affiliation by Sex +G5453,SB_OSB_NRA_OSB_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Persons,Tot_P_P,G14,people,religion,Persons,,5453,Religious Affiliation by Sex +G5454,SB_OSB_NRA_Tot_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5454,Religious Affiliation by Sex +G5455,SB_OSB_NRA_Tot_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5455,Religious Affiliation by Sex +G5456,SB_OSB_NRA_Tot_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Persons,Tot_P_P,G14,people,religion,Persons,,5456,Religious Affiliation by Sex +G5457,Religious_affiliation_ns_M,Religious affiliation Not Stated Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5457,Religious Affiliation by Sex +G5458,Religious_affiliation_ns_F,Religious affiliation Not Stated Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5458,Religious Affiliation by Sex +G5459,Religious_affiliation_ns_P,Religious affiliation Not Stated Persons,Tot_P_P,G14,people,religion,Persons,,5459,Religious Affiliation by Sex +G5460,Tot_M,Total Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5460,Religious Affiliation by Sex +G5461,Tot_F,Total Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5461,Religious Affiliation by Sex +G5462,Tot_P,Total Persons,Tot_P_P,G14,people,religion,Persons,,5462,Religious Affiliation by Sex +G5463,Pre_school_M,Pre school Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5463,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5464,Pre_school_F,Pre school Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5464,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5465,Pre_school_P,Pre school Persons,Tot_P_P,G15,people,education,Persons,,5465,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5466,Infants_Primary_Government_M,Infants Primary Government Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5466,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5467,Infants_Primary_Government_F,Infants Primary Government Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5467,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5468,Infants_Primary_Government_P,Infants Primary Government Persons,Tot_P_P,G15,people,education,Persons,,5468,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5469,Infants_Primary_Catholic_M,Infants Primary Catholic Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5469,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5470,Infants_Primary_Catholic_F,Infants Primary Catholic Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5470,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5471,Infants_Primary_Catholic_P,Infants Primary Catholic Persons,Tot_P_P,G15,people,education,Persons,,5471,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5472,Infnts_Primry_Othr_Non_Govt_M,Infants Primary Other Non Government Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5472,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5473,Infnts_Primry_Othr_Non_Govt_F,Infants Primary Other Non Government Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5473,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5474,Infnts_Primry_Othr_Non_Govt_P,Infants Primary Other Non Government Persons,Tot_P_P,G15,people,education,Persons,,5474,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5475,Infants_Primary_Tot_M,Infants Primary Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5475,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5476,Infants_Primary_Tot_F,Infants Primary Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5476,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5477,Infants_Primary_Tot_P,Infants Primary Total Persons,Tot_P_P,G15,people,education,Persons,,5477,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5478,Secondary_Government_M,Secondary Government Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5478,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5479,Secondary_Government_F,Secondary Government Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5479,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5480,Secondary_Government_P,Secondary Government Persons,Tot_P_P,G15,people,education,Persons,,5480,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5481,Secondary_Catholic_M,Secondary Catholic Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5481,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5482,Secondary_Catholic_F,Secondary Catholic Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5482,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5483,Secondary_Catholic_P,Secondary Catholic Persons,Tot_P_P,G15,people,education,Persons,,5483,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5484,Secondary_Other_Non_Govt_M,Secondary Other Non Government Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5484,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5485,Secondary_Other_Non_Govt_F,Secondary Other Non Government Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5485,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5486,Secondary_Other_Non_Govt_P,Secondary Other Non Government Persons,Tot_P_P,G15,people,education,Persons,,5486,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5487,Secondary_Tot_M,Secondary Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5487,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5488,Secondary_Tot_F,Secondary Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5488,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5489,Secondary_Tot_P,Secondary Total Persons,Tot_P_P,G15,people,education,Persons,,5489,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5490,Tec_Furt_Educ_inst_Ft_15_24_M,Technical or Further Educational institution Full time student Aged 15 24 years Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5490,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5491,Tec_Furt_Educ_inst_Ft_15_24_F,Technical or Further Educational institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5491,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5492,Tec_Furt_Educ_inst_Ft_15_24_P,Technical or Further Educational institution Full time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5492,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5493,Tec_Furt_Educ_inst_Ft_25_ov_M,Technical or Further Educational institution Full time student Aged 25 years and over Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5493,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5494,Tec_Furt_Educ_inst_Ft_25_ov_F,Technical or Further Educational institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5494,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5495,Tec_Furt_Educ_inst_Ft_25_ov_P,Technical or Further Educational institution Full time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5495,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5496,Tec_Furt_Educ_inst_Pt_15_24_M,Technical or Further Educational institution Part time student Aged 15 24 years Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5496,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5497,Tec_Furt_Educ_inst_Pt_15_24_F,Technical or Further Educational institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5497,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5498,Tec_Furt_Educ_inst_Pt_15_24_P,Technical or Further Educational institution Part time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5498,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5499,Tec_Furt_Educ_inst_Pt_25_ov_M,Technical or Further Educational institution Part time student Aged 25 years and over Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5499,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5500,Tec_Furt_Educ_inst_Pt_25_ov_F,Technical or Further Educational institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5500,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5501,Tec_Furt_Educ_inst_Pt_25_ov_P,Technical or Further Educational institution Part time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5501,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5502,Tec_Furt_Educ_inst_F_Pt_ns_M,Technical or Further Educational institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5502,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5503,Tec_Furt_Educ_inst_F_Pt_ns_F,Technical or Further Educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5503,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5504,Tec_Furt_Educ_inst_F_Pt_ns_P,Technical or Further Educational institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5504,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5505,Tec_Furt_Educ_inst_Tot_M,Technical or Further Educational institution Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5505,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5506,Tec_Furt_Educ_inst_Tot_F,Technical or Further Educational institution Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5506,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5507,Tec_Furt_Educ_inst_Tot_P,Technical or Further Educational institution Total Persons,Tot_P_P,G15,people,education,Persons,,5507,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5508,Uni_othr_Tert_Inst_Ft_15_24_M,University or other Tertiary Institution Full time student Aged 15 24 years Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5508,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5509,Uni_othr_Tert_Inst_Ft_15_24_F,University or other Tertiary Institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5509,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5510,Uni_othr_Tert_Inst_Ft_15_24_P,University or other Tertiary Institution Full time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5510,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5511,Uni_othr_Tert_Inst_Ft_25_ov_M,University or other Tertiary Institution Full time student Aged 25 years and over Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5511,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5512,Uni_othr_Tert_Inst_Ft_25_ov_F,University or other Tertiary Institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5512,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5513,Uni_othr_Tert_Inst_Ft_25_ov_P,University or other Tertiary Institution Full time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5513,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5514,Uni_othr_Tert_Inst_Pt_15_24_M,University or other Tertiary Institution Part time student Aged 15 24 years Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5514,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5515,Uni_othr_Tert_Inst_Pt_15_24_F,University or other Tertiary Institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5515,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5516,Uni_othr_Tert_Inst_Pt_15_24_P,University or other Tertiary Institution Part time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5516,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5517,Uni_othr_Tert_Inst_Pt_25_ov_M,University or other Tertiary Institution Part time student Aged 25 years and over Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5517,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5518,Uni_othr_Tert_Inst_Pt_25_ov_F,University or other Tertiary Institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5518,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5519,Uni_othr_Tert_Inst_Pt_25_ov_P,University or other Tertiary Institution Part time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5519,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5520,Uni_othr_Tert_Inst_F_Pt_ns_M,University or other Tertiary Institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5520,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5521,Uni_othr_Tert_Inst_F_Pt_ns_F,University or other Tertiary Institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5521,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5522,Uni_othr_Tert_Inst_F_Pt_ns_P,University or other Tertiary Institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5522,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5523,Uni_other_Tert_Instit_Tot_M,University or other Tertiary Institution Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5523,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5524,Uni_other_Tert_Instit_Tot_F,University or other Tertiary Institution Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5524,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5525,Uni_other_Tert_Instit_Tot_P,University or other Tertiary Institution Total Persons,Tot_P_P,G15,people,education,Persons,,5525,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5526,Othr_typ_educ_inst_Ft_stud_M,Other type of educational institution Full time student Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5526,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5527,Othr_typ_educ_inst_Ft_stud_F,Other type of educational institution Full time student Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5527,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5528,Othr_typ_educ_inst_Ft_stud_P,Other type of educational institution Full time student Persons,Tot_P_P,G15,people,education,Persons,,5528,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5529,Othr_typ_educ_inst_Pt_stud_M,Other type of educational institution Part time student Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5529,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5530,Othr_typ_educ_inst_Pt_stud_F,Other type of educational institution Part time student Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5530,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5531,Othr_typ_educ_inst_Pt_stud_P,Other type of educational institution Part time student Persons,Tot_P_P,G15,people,education,Persons,,5531,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5532,Oth_typ_ed_instit_F_Pt_ns_M,Other type of educational institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5532,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5533,Oth_typ_ed_instit_F_Pt_ns_F,Other type of educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5533,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5534,Oth_typ_ed_instit_F_Pt_ns_P,Other type of educational institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5534,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5535,Other_type_educ_instit_Tot_M,Other type of educational institution Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5535,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5536,Other_type_educ_instit_Tot_F,Other type of educational institution Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5536,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5537,Other_type_educ_instit_Tot_P,Other type of educational institution Total Persons,Tot_P_P,G15,people,education,Persons,,5537,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5538,Type_educanl_institution_ns_M,Type of educational institution not stated Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5538,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5539,Type_educanl_institution_ns_F,Type of educational institution not stated Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5539,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5540,Type_educanl_institution_ns_P,Type of educational institution not stated Persons,Tot_P_P,G15,people,education,Persons,,5540,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5541,Tot_M,Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5541,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5542,Tot_F,Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5542,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5543,Tot_P,Total Persons,Tot_P_P,G15,people,education,Persons,,5543,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G6264,M_0_4_yrs_Need_for_assistance,Males 0 4 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6264,Core Activity Need for Assistance by Age by Sex +G6265,M_0_4_No_need_for_assistance,Males 0 4 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6265,Core Activity Need for Assistance by Age by Sex +G6266,M_0_4_Need_for_assistance_ns,Males 0 4 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6266,Core Activity Need for Assistance by Age by Sex +G6267,M_0_4_yrs_Tot,Males 0 4 years Total,,G18,people,income,Total|MALES,,6267,Core Activity Need for Assistance by Age by Sex +G6268,M_5_14_Need_for_assistance,Males 5 14 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6268,Core Activity Need for Assistance by Age by Sex +G6269,M_5_14_No_need_for_assistance,Males 5 14 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6269,Core Activity Need for Assistance by Age by Sex +G6270,M_5_14_Need_for_assistance_ns,Males 5 14 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6270,Core Activity Need for Assistance by Age by Sex +G6271,M_5_14_yrs_Tot,Males 5 14 years Total,,G18,people,income,Total|MALES,,6271,Core Activity Need for Assistance by Age by Sex +G6272,M_15_19_Need_for_assistance,Males 15 19 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6272,Core Activity Need for Assistance by Age by Sex +G6273,M_15_19_No_need_for_assistnce,Males 15 19 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6273,Core Activity Need for Assistance by Age by Sex +G6274,M_15_19_Need_for_assistnce_ns,Males 15 19 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6274,Core Activity Need for Assistance by Age by Sex +G6275,M_15_19_yrs_Tot,Males 15 19 years Total,,G18,people,income,Total|MALES,,6275,Core Activity Need for Assistance by Age by Sex +G6276,M_20_24_Need_for_assistance,Males 20 24 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6276,Core Activity Need for Assistance by Age by Sex +G6277,M_20_24_No_need_for_assistnce,Males 20 24 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6277,Core Activity Need for Assistance by Age by Sex +G6278,M_20_24_Need_for_assistnce_ns,Males 20 24 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6278,Core Activity Need for Assistance by Age by Sex +G6279,M_20_24_yrs_Tot,Males 20 24 years Total,,G18,people,income,Total|MALES,,6279,Core Activity Need for Assistance by Age by Sex +G6280,M_25_34_Need_for_assistance,Males 25 34 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6280,Core Activity Need for Assistance by Age by Sex +G6281,M_25_34_No_need_for_assistnce,Males 25 34 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6281,Core Activity Need for Assistance by Age by Sex +G6282,M_25_34_Need_for_assistnce_ns,Males 25 34 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6282,Core Activity Need for Assistance by Age by Sex +G6283,M_25_34_yrs_Tot,Males 25 34 years Total,,G18,people,income,Total|MALES,,6283,Core Activity Need for Assistance by Age by Sex +G6284,M_35_44_Need_for_assistance,Males 35 44 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6284,Core Activity Need for Assistance by Age by Sex +G6285,M_35_44_No_need_for_assistnce,Males 35 44 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6285,Core Activity Need for Assistance by Age by Sex +G6286,M_35_44_Need_for_assistnce_ns,Males 35 44 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6286,Core Activity Need for Assistance by Age by Sex +G6287,M_35_44_yrs_Tot,Males 35 44 years Total,,G18,people,income,Total|MALES,,6287,Core Activity Need for Assistance by Age by Sex +G6288,M_45_54_Need_for_assistance,Males 45 54 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6288,Core Activity Need for Assistance by Age by Sex +G6289,M_45_54_No_need_for_assistnce,Males 45 54 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6289,Core Activity Need for Assistance by Age by Sex +G6290,M_45_54_Need_for_assistnce_ns,Males 45 54 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6290,Core Activity Need for Assistance by Age by Sex +G6291,M_45_54_yrs_Tot,Males 45 54 years Total,,G18,people,income,Total|MALES,,6291,Core Activity Need for Assistance by Age by Sex +G6292,M_55_64_Need_for_assistance,Males 55 64 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6292,Core Activity Need for Assistance by Age by Sex +G6293,M_55_64_No_need_for_assistnce,Males 55 64 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6293,Core Activity Need for Assistance by Age by Sex +G6294,M_55_64_Need_for_assistnce_ns,Males 55 64 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6294,Core Activity Need for Assistance by Age by Sex +G6295,M_55_64_yrs_Tot,Males 55 64 years Total,,G18,people,income,Total|MALES,,6295,Core Activity Need for Assistance by Age by Sex +G6296,M_65_74_Need_for_assistance,Males 65 74 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6296,Core Activity Need for Assistance by Age by Sex +G6297,M_65_74_No_need_for_assistnce,Males 65 74 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6297,Core Activity Need for Assistance by Age by Sex +G6298,M_65_74_Need_for_assistnce_ns,Males 65 74 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6298,Core Activity Need for Assistance by Age by Sex +G6299,M_65_74_yrs_Tot,Males 65 74 years Total,,G18,people,income,Total|MALES,,6299,Core Activity Need for Assistance by Age by Sex +G6300,M_75_84_Need_for_assistance,Males 75 84 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6300,Core Activity Need for Assistance by Age by Sex +G6301,M_75_84_No_need_for_assistnce,Males 75 84 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6301,Core Activity Need for Assistance by Age by Sex +G6302,M_75_84_Need_for_assistnce_ns,Males 75 84 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6302,Core Activity Need for Assistance by Age by Sex +G6303,M_75_84_yrs_Tot,Males 75 84 years Total,,G18,people,income,Total|MALES,,6303,Core Activity Need for Assistance by Age by Sex +G6304,M_85_over_Need_for_assistance,Males 85 years and over Has need for assistance,,G18,people,income,Need for assistance|MALES,,6304,Core Activity Need for Assistance by Age by Sex +G6305,M_85_ov_No_need_for_assistnce,Males 85 years and over Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6305,Core Activity Need for Assistance by Age by Sex +G6306,M_85_ov_Need_for_assistnce_ns,Males 85 years and over Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6306,Core Activity Need for Assistance by Age by Sex +G6307,M_85_yrs_over_Tot,Males 85 years and over Total,,G18,people,income,Total|MALES,,6307,Core Activity Need for Assistance by Age by Sex +G6308,M_Tot_Need_for_assistance,Males Total Has need for assistance,,G18,people,income,Need for assistance|MALES,,6308,Core Activity Need for Assistance by Age by Sex +G6309,M_Tot_No_need_for_assistance,Males Total Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6309,Core Activity Need for Assistance by Age by Sex +G6310,M_Tot_Need_for_assistance_ns,Males Total Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6310,Core Activity Need for Assistance by Age by Sex +G6311,M_Tot_Tot,Males Total Total,,G18,people,income,Total|MALES,,6311,Core Activity Need for Assistance by Age by Sex +G6312,F_0_4_yrs_Need_for_assistance,Females 0 4 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6312,Core Activity Need for Assistance by Age by Sex +G6313,F_0_4_No_need_for_assistance,Females 0 4 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6313,Core Activity Need for Assistance by Age by Sex +G6314,F_0_4_Need_for_assistance_ns,Females 0 4 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6314,Core Activity Need for Assistance by Age by Sex +G6315,F_0_4_yrs_Tot,Females 0 4 years Total,,G18,people,income,Total|FEMALES,,6315,Core Activity Need for Assistance by Age by Sex +G6316,F_5_14_Need_for_assistance,Females 5 14 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6316,Core Activity Need for Assistance by Age by Sex +G6317,F_5_14_No_need_for_assistance,Females 5 14 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6317,Core Activity Need for Assistance by Age by Sex +G6318,F_5_14_Need_for_assistance_ns,Females 5 14 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6318,Core Activity Need for Assistance by Age by Sex +G6319,F_5_14_yrs_Tot,Females 5 14 years Total,,G18,people,income,Total|FEMALES,,6319,Core Activity Need for Assistance by Age by Sex +G6320,F_15_19_Need_for_assistance,Females 15 19 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6320,Core Activity Need for Assistance by Age by Sex +G6321,F_15_19_No_need_for_assistnce,Females 15 19 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6321,Core Activity Need for Assistance by Age by Sex +G6322,F_15_19_Need_for_assistnce_ns,Females 15 19 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6322,Core Activity Need for Assistance by Age by Sex +G6323,F_15_19_yrs_Tot,Females 15 19 years Total,,G18,people,income,Total|FEMALES,,6323,Core Activity Need for Assistance by Age by Sex +G6324,F_20_24_Need_for_assistance,Females 20 24 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6324,Core Activity Need for Assistance by Age by Sex +G6325,F_20_24_No_need_for_assistnce,Females 20 24 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6325,Core Activity Need for Assistance by Age by Sex +G6326,F_20_24_Need_for_assistnce_ns,Females 20 24 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6326,Core Activity Need for Assistance by Age by Sex +G6327,F_20_24_yrs_Tot,Females 20 24 years Total,,G18,people,income,Total|FEMALES,,6327,Core Activity Need for Assistance by Age by Sex +G6328,F_25_34_Need_for_assistance,Females 25 34 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6328,Core Activity Need for Assistance by Age by Sex +G6329,F_25_34_No_need_for_assistnce,Females 25 34 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6329,Core Activity Need for Assistance by Age by Sex +G6330,F_25_34_Need_for_assistnce_ns,Females 25 34 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6330,Core Activity Need for Assistance by Age by Sex +G6331,F_25_34_yrs_Tot,Females 25 34 years Total,,G18,people,income,Total|FEMALES,,6331,Core Activity Need for Assistance by Age by Sex +G6332,F_35_44_Need_for_assistance,Females 35 44 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6332,Core Activity Need for Assistance by Age by Sex +G6333,F_35_44_No_need_for_assistnce,Females 35 44 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6333,Core Activity Need for Assistance by Age by Sex +G6334,F_35_44_Need_for_assistnce_ns,Females 35 44 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6334,Core Activity Need for Assistance by Age by Sex +G6335,F_35_44_yrs_Tot,Females 35 44 years Total,,G18,people,income,Total|FEMALES,,6335,Core Activity Need for Assistance by Age by Sex +G6336,F_45_54_Need_for_assistance,Females 45 54 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6336,Core Activity Need for Assistance by Age by Sex +G6337,F_45_54_No_need_for_assistnce,Females 45 54 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6337,Core Activity Need for Assistance by Age by Sex +G6338,F_45_54_Need_for_assistnce_ns,Females 45 54 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6338,Core Activity Need for Assistance by Age by Sex +G6339,F_45_54_yrs_Tot,Females 45 54 years Total,,G18,people,income,Total|FEMALES,,6339,Core Activity Need for Assistance by Age by Sex +G6340,F_55_64_Need_for_assistance,Females 55 64 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6340,Core Activity Need for Assistance by Age by Sex +G6341,F_55_64_No_need_for_assistnce,Females 55 64 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6341,Core Activity Need for Assistance by Age by Sex +G6342,F_55_64_Need_for_assistnce_ns,Females 55 64 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6342,Core Activity Need for Assistance by Age by Sex +G6343,F_55_64_yrs_Tot,Females 55 64 years Total,,G18,people,income,Total|FEMALES,,6343,Core Activity Need for Assistance by Age by Sex +G6344,F_65_74_Need_for_assistance,Females 65 74 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6344,Core Activity Need for Assistance by Age by Sex +G6345,F_65_74_No_need_for_assistnce,Females 65 74 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6345,Core Activity Need for Assistance by Age by Sex +G6346,F_65_74_Need_for_assistnce_ns,Females 65 74 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6346,Core Activity Need for Assistance by Age by Sex +G6347,F_65_74_yrs_Tot,Females 65 74 years Total,,G18,people,income,Total|FEMALES,,6347,Core Activity Need for Assistance by Age by Sex +G6348,F_75_84_Need_for_assistance,Females 75 84 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6348,Core Activity Need for Assistance by Age by Sex +G6349,F_75_84_No_need_for_assistnce,Females 75 84 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6349,Core Activity Need for Assistance by Age by Sex +G6350,F_75_84_Need_for_assistnce_ns,Females 75 84 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6350,Core Activity Need for Assistance by Age by Sex +G6351,F_75_84_yrs_Tot,Females 75 84 years Total,,G18,people,income,Total|FEMALES,,6351,Core Activity Need for Assistance by Age by Sex +G6352,F_85_over_Need_for_assistance,Females 85 years and over Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6352,Core Activity Need for Assistance by Age by Sex +G6353,F_85_ov_No_need_for_assistnce,Females 85 years and over Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6353,Core Activity Need for Assistance by Age by Sex +G6354,F_85_ov_Need_for_assistnce_ns,Females 85 years and over Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6354,Core Activity Need for Assistance by Age by Sex +G6355,F_85_yrs_over_Tot,Females 85 years and over Total,,G18,people,income,Total|FEMALES,,6355,Core Activity Need for Assistance by Age by Sex +G6356,F_Tot_Need_for_assistance,Females Total Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6356,Core Activity Need for Assistance by Age by Sex +G6357,F_Tot_No_need_for_assistance,Females Total Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6357,Core Activity Need for Assistance by Age by Sex +G6358,F_Tot_Need_for_assistance_ns,Females Total Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6358,Core Activity Need for Assistance by Age by Sex +G6359,F_Tot_Tot,Females Total Total,,G18,people,income,Total|FEMALES,,6359,Core Activity Need for Assistance by Age by Sex +G6360,P_0_4_yrs_Need_for_assistance,Persons 0 4 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6360,Core Activity Need for Assistance by Age by Sex +G6361,P_0_4_No_need_for_assistance,Persons 0 4 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6361,Core Activity Need for Assistance by Age by Sex +G6362,P_0_4_Need_for_assistance_ns,Persons 0 4 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6362,Core Activity Need for Assistance by Age by Sex +G6363,P_0_4_yrs_Tot,Persons 0 4 years Total,,G18,people,income,Total|PERSONS,,6363,Core Activity Need for Assistance by Age by Sex +G6364,P_5_14_Need_for_assistance,Persons 5 14 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6364,Core Activity Need for Assistance by Age by Sex +G6365,P_5_14_No_need_for_assistance,Persons 5 14 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6365,Core Activity Need for Assistance by Age by Sex +G6366,P_5_14_Need_for_assistance_ns,Persons 5 14 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6366,Core Activity Need for Assistance by Age by Sex +G6367,P_5_14_yrs_Tot,Persons 5 14 years Total,,G18,people,income,Total|PERSONS,,6367,Core Activity Need for Assistance by Age by Sex +G6368,P_15_19_Need_for_assistance,Persons 15 19 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6368,Core Activity Need for Assistance by Age by Sex +G6369,P_15_19_No_need_for_assistnce,Persons 15 19 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6369,Core Activity Need for Assistance by Age by Sex +G6370,P_15_19_Need_for_assistnce_ns,Persons 15 19 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6370,Core Activity Need for Assistance by Age by Sex +G6371,P_15_19_yrs_Tot,Persons 15 19 years Total,,G18,people,income,Total|PERSONS,,6371,Core Activity Need for Assistance by Age by Sex +G6372,P_20_24_Need_for_assistance,Persons 20 24 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6372,Core Activity Need for Assistance by Age by Sex +G6373,P_20_24_No_need_for_assistnce,Persons 20 24 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6373,Core Activity Need for Assistance by Age by Sex +G6374,P_20_24_Need_for_assistnce_ns,Persons 20 24 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6374,Core Activity Need for Assistance by Age by Sex +G6375,P_20_24_yrs_Tot,Persons 20 24 years Total,,G18,people,income,Total|PERSONS,,6375,Core Activity Need for Assistance by Age by Sex +G6376,P_25_34_Need_for_assistance,Persons 25 34 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6376,Core Activity Need for Assistance by Age by Sex +G6377,P_25_34_No_need_for_assistnce,Persons 25 34 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6377,Core Activity Need for Assistance by Age by Sex +G6378,P_25_34_Need_for_assistnce_ns,Persons 25 34 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6378,Core Activity Need for Assistance by Age by Sex +G6379,P_25_34_yrs_Tot,Persons 25 34 years Total,,G18,people,income,Total|PERSONS,,6379,Core Activity Need for Assistance by Age by Sex +G6380,P_35_44_Need_for_assistance,Persons 35 44 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6380,Core Activity Need for Assistance by Age by Sex +G6381,P_35_44_No_need_for_assistnce,Persons 35 44 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6381,Core Activity Need for Assistance by Age by Sex +G6382,P_35_44_Need_for_assistnce_ns,Persons 35 44 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6382,Core Activity Need for Assistance by Age by Sex +G6383,P_35_44_yrs_Tot,Persons 35 44 years Total,,G18,people,income,Total|PERSONS,,6383,Core Activity Need for Assistance by Age by Sex +G6384,P_45_54_Need_for_assistance,Persons 45 54 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6384,Core Activity Need for Assistance by Age by Sex +G6385,P_45_54_No_need_for_assistnce,Persons 45 54 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6385,Core Activity Need for Assistance by Age by Sex +G6386,P_45_54_Need_for_assistnce_ns,Persons 45 54 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6386,Core Activity Need for Assistance by Age by Sex +G6387,P_45_54_yrs_Tot,Persons 45 54 years Total,,G18,people,income,Total|PERSONS,,6387,Core Activity Need for Assistance by Age by Sex +G6388,P_55_64_Need_for_assistance,Persons 55 64 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6388,Core Activity Need for Assistance by Age by Sex +G6389,P_55_64_No_need_for_assistnce,Persons 55 64 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6389,Core Activity Need for Assistance by Age by Sex +G6390,P_55_64_Need_for_assistnce_ns,Persons 55 64 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6390,Core Activity Need for Assistance by Age by Sex +G6391,P_55_64_yrs_Tot,Persons 55 64 years Total,,G18,people,income,Total|PERSONS,,6391,Core Activity Need for Assistance by Age by Sex +G6392,P_65_74_Need_for_assistance,Persons 65 74 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6392,Core Activity Need for Assistance by Age by Sex +G6393,P_65_74_No_need_for_assistnce,Persons 65 74 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6393,Core Activity Need for Assistance by Age by Sex +G6394,P_65_74_Need_for_assistnce_ns,Persons 65 74 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6394,Core Activity Need for Assistance by Age by Sex +G6395,P_65_74_yrs_Tot,Persons 65 74 years Total,,G18,people,income,Total|PERSONS,,6395,Core Activity Need for Assistance by Age by Sex +G6396,P_75_84_Need_for_assistance,Persons 75 84 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6396,Core Activity Need for Assistance by Age by Sex +G6397,P_75_84_No_need_for_assistnce,Persons 75 84 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6397,Core Activity Need for Assistance by Age by Sex +G6398,P_75_84_Need_for_assistnce_ns,Persons 75 84 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6398,Core Activity Need for Assistance by Age by Sex +G6399,P_75_84_yrs_Tot,Persons 75 84 years Total,,G18,people,income,Total|PERSONS,,6399,Core Activity Need for Assistance by Age by Sex +G6400,P_85_over_Need_for_assistance,Persons 85 years and over Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6400,Core Activity Need for Assistance by Age by Sex +G6401,P_85_ov_No_need_for_assistnce,Persons 85 years and over Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6401,Core Activity Need for Assistance by Age by Sex +G6402,P_85_ov_Need_for_assistnce_ns,Persons 85 years and over Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6402,Core Activity Need for Assistance by Age by Sex +G6403,P_85_yrs_over_Tot,Persons 85 years and over Total,,G18,people,income,Total|PERSONS,,6403,Core Activity Need for Assistance by Age by Sex +G6404,P_Tot_Need_for_assistance,Persons Total Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6404,Core Activity Need for Assistance by Age by Sex +G6405,P_Tot_No_need_for_assistance,Persons Total Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6405,Core Activity Need for Assistance by Age by Sex +G6406,P_Tot_Need_for_assistance_ns,Persons Total Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6406,Core Activity Need for Assistance by Age by Sex +G6407,P_Tot_Tot,Persons Total Total,,G18,people,income,Total|PERSONS,,6407,Core Activity Need for Assistance by Age by Sex +G6408,M_15_19_yr_Volunteer,Males 15 19 years Volunteer,,G19,people,employment,Volunteer|MALES,,6408,Voluntary Work for an Organisation or Group by Age by Sex +G6409,M_15_19_yr_N_a_volunteer,Males 15 19 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6409,Voluntary Work for an Organisation or Group by Age by Sex +G6410,M_15_19_yr_Voluntary_work_ns,Males 15 19 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6410,Voluntary Work for an Organisation or Group by Age by Sex +G6411,M_15_19_yr_Tot,Males 15 19 years Total,,G19,people,employment,Total|MALES,,6411,Voluntary Work for an Organisation or Group by Age by Sex +G6412,M_20_24_yr_Volunteer,Males 20 24 years Volunteer,,G19,people,employment,Volunteer|MALES,,6412,Voluntary Work for an Organisation or Group by Age by Sex +G6413,M_20_24_yr_N_a_volunteer,Males 20 24 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6413,Voluntary Work for an Organisation or Group by Age by Sex +G6414,M_20_24_yr_Voluntary_work_ns,Males 20 24 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6414,Voluntary Work for an Organisation or Group by Age by Sex +G6415,M_20_24_yr_Tot,Males 20 24 years Total,,G19,people,employment,Total|MALES,,6415,Voluntary Work for an Organisation or Group by Age by Sex +G6416,M_25_34_yr_Volunteer,Males 25 34 years Volunteer,,G19,people,employment,Volunteer|MALES,,6416,Voluntary Work for an Organisation or Group by Age by Sex +G6417,M_25_34_yr_N_a_volunteer,Males 25 34 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6417,Voluntary Work for an Organisation or Group by Age by Sex +G6418,M_25_34_yr_Voluntary_work_ns,Males 25 34 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6418,Voluntary Work for an Organisation or Group by Age by Sex +G6419,M_25_34_yr_Tot,Males 25 34 years Total,,G19,people,employment,Total|MALES,,6419,Voluntary Work for an Organisation or Group by Age by Sex +G6420,M_35_44_yr_Volunteer,Males 35 44 years Volunteer,,G19,people,employment,Volunteer|MALES,,6420,Voluntary Work for an Organisation or Group by Age by Sex +G6421,M_35_44_yr_N_a_volunteer,Males 35 44 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6421,Voluntary Work for an Organisation or Group by Age by Sex +G6422,M_35_44_yr_Voluntary_work_ns,Males 35 44 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6422,Voluntary Work for an Organisation or Group by Age by Sex +G6423,M_35_44_yr_Tot,Males 35 44 years Total,,G19,people,employment,Total|MALES,,6423,Voluntary Work for an Organisation or Group by Age by Sex +G6424,M_45_54_yr_Volunteer,Males 45 54 years Volunteer,,G19,people,employment,Volunteer|MALES,,6424,Voluntary Work for an Organisation or Group by Age by Sex +G6425,M_45_54_yr_N_a_volunteer,Males 45 54 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6425,Voluntary Work for an Organisation or Group by Age by Sex +G6426,M_45_54_yr_Voluntary_work_ns,Males 45 54 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6426,Voluntary Work for an Organisation or Group by Age by Sex +G6427,M_45_54_yr_Tot,Males 45 54 years Total,,G19,people,employment,Total|MALES,,6427,Voluntary Work for an Organisation or Group by Age by Sex +G6428,M_55_64_yr_Volunteer,Males 55 64 years Volunteer,,G19,people,employment,Volunteer|MALES,,6428,Voluntary Work for an Organisation or Group by Age by Sex +G6429,M_55_64_yr_N_a_volunteer,Males 55 64 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6429,Voluntary Work for an Organisation or Group by Age by Sex +G6430,M_55_64_yr_Voluntary_work_ns,Males 55 64 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6430,Voluntary Work for an Organisation or Group by Age by Sex +G6431,M_55_64_yr_Tot,Males 55 64 years Total,,G19,people,employment,Total|MALES,,6431,Voluntary Work for an Organisation or Group by Age by Sex +G6432,M_65_74_yr_Volunteer,Males 65 74 years Volunteer,,G19,people,employment,Volunteer|MALES,,6432,Voluntary Work for an Organisation or Group by Age by Sex +G6433,M_65_74_yr_N_a_volunteer,Males 65 74 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6433,Voluntary Work for an Organisation or Group by Age by Sex +G6434,M_65_74_yr_Voluntary_work_ns,Males 65 74 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6434,Voluntary Work for an Organisation or Group by Age by Sex +G6435,M_65_74_yr_Tot,Males 65 74 years Total,,G19,people,employment,Total|MALES,,6435,Voluntary Work for an Organisation or Group by Age by Sex +G6436,M_75_84_yr_Volunteer,Males 75 84 years Volunteer,,G19,people,employment,Volunteer|MALES,,6436,Voluntary Work for an Organisation or Group by Age by Sex +G6437,M_75_84_yr_N_a_volunteer,Males 75 84 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6437,Voluntary Work for an Organisation or Group by Age by Sex +G6438,M_75_84_yr_Voluntary_work_ns,Males 75 84 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6438,Voluntary Work for an Organisation or Group by Age by Sex +G6439,M_75_84_yr_Tot,Males 75 84 years Total,,G19,people,employment,Total|MALES,,6439,Voluntary Work for an Organisation or Group by Age by Sex +G6440,M_85ov_Volunteer,Males 85 years and over Volunteer,,G19,people,employment,Volunteer|MALES,,6440,Voluntary Work for an Organisation or Group by Age by Sex +G6441,M_85ov_N_a_volunteer,Males 85 years and over Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6441,Voluntary Work for an Organisation or Group by Age by Sex +G6442,M_85_ov_Voluntary_work_ns,Males 85 years and over Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6442,Voluntary Work for an Organisation or Group by Age by Sex +G6443,M_85ov_Tot,Males 85 years and over Total,,G19,people,employment,Total|MALES,,6443,Voluntary Work for an Organisation or Group by Age by Sex +G6444,M_Tot_Volunteer,Males Total Volunteer,,G19,people,employment,Volunteer|MALES,,6444,Voluntary Work for an Organisation or Group by Age by Sex +G6445,M_Tot_N_a_volunteer,Males Total Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6445,Voluntary Work for an Organisation or Group by Age by Sex +G6446,M_Tot_Voluntary_work_ns,Males Total Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6446,Voluntary Work for an Organisation or Group by Age by Sex +G6447,M_Tot_Tot,Males Total Total,,G19,people,employment,Total|MALES,,6447,Voluntary Work for an Organisation or Group by Age by Sex +G6448,F_15_19_yr_Volunteer,Females 15 19 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6448,Voluntary Work for an Organisation or Group by Age by Sex +G6449,F_15_19_yr_N_a_volunteer,Females 15 19 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6449,Voluntary Work for an Organisation or Group by Age by Sex +G6450,F_15_19_yr_Voluntary_work_ns,Females 15 19 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6450,Voluntary Work for an Organisation or Group by Age by Sex +G6451,F_15_19_yr_Tot,Females 15 19 years Total,,G19,people,employment,Total|FEMALES,,6451,Voluntary Work for an Organisation or Group by Age by Sex +G6452,F_20_24_yr_Volunteer,Females 20 24 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6452,Voluntary Work for an Organisation or Group by Age by Sex +G6453,F_20_24_yr_N_a_volunteer,Females 20 24 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6453,Voluntary Work for an Organisation or Group by Age by Sex +G6454,F_20_24_yr_Voluntary_work_ns,Females 20 24 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6454,Voluntary Work for an Organisation or Group by Age by Sex +G6455,F_20_24_yr_Tot,Females 20 24 years Total,,G19,people,employment,Total|FEMALES,,6455,Voluntary Work for an Organisation or Group by Age by Sex +G6456,F_25_34_yr_Volunteer,Females 25 34 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6456,Voluntary Work for an Organisation or Group by Age by Sex +G6457,F_25_34_yr_N_a_volunteer,Females 25 34 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6457,Voluntary Work for an Organisation or Group by Age by Sex +G6458,F_25_34_yr_Voluntary_work_ns,Females 25 34 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6458,Voluntary Work for an Organisation or Group by Age by Sex +G6459,F_25_34_yr_Tot,Females 25 34 years Total,,G19,people,employment,Total|FEMALES,,6459,Voluntary Work for an Organisation or Group by Age by Sex +G6460,F_35_44_yr_Volunteer,Females 35 44 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6460,Voluntary Work for an Organisation or Group by Age by Sex +G6461,F_35_44_yr_N_a_volunteer,Females 35 44 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6461,Voluntary Work for an Organisation or Group by Age by Sex +G6462,F_35_44_yr_Voluntary_work_ns,Females 35 44 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6462,Voluntary Work for an Organisation or Group by Age by Sex +G6463,F_35_44_yr_Tot,Females 35 44 years Total,,G19,people,employment,Total|FEMALES,,6463,Voluntary Work for an Organisation or Group by Age by Sex +G6464,F_45_54_yr_Volunteer,Females 45 54 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6464,Voluntary Work for an Organisation or Group by Age by Sex +G6465,F_45_54_yr_N_a_volunteer,Females 45 54 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6465,Voluntary Work for an Organisation or Group by Age by Sex +G6466,F_45_54_yr_Voluntary_work_ns,Females 45 54 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6466,Voluntary Work for an Organisation or Group by Age by Sex +G6467,F_45_54_yr_Tot,Females 45 54 years Total,,G19,people,employment,Total|FEMALES,,6467,Voluntary Work for an Organisation or Group by Age by Sex +G6468,F_55_64_yr_Volunteer,Females 55 64 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6468,Voluntary Work for an Organisation or Group by Age by Sex +G6469,F_55_64_yr_N_a_volunteer,Females 55 64 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6469,Voluntary Work for an Organisation or Group by Age by Sex +G6470,F_55_64_yr_Voluntary_work_ns,Females 55 64 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6470,Voluntary Work for an Organisation or Group by Age by Sex +G6471,F_55_64_yr_Tot,Females 55 64 years Total,,G19,people,employment,Total|FEMALES,,6471,Voluntary Work for an Organisation or Group by Age by Sex +G6472,F_65_74_yr_Volunteer,Females 65 74 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6472,Voluntary Work for an Organisation or Group by Age by Sex +G6473,F_65_74_yr_N_a_volunteer,Females 65 74 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6473,Voluntary Work for an Organisation or Group by Age by Sex +G6474,F_65_74_yr_Voluntary_work_ns,Females 65 74 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6474,Voluntary Work for an Organisation or Group by Age by Sex +G6475,F_65_74_yr_Tot,Females 65 74 years Total,,G19,people,employment,Total|FEMALES,,6475,Voluntary Work for an Organisation or Group by Age by Sex +G6476,F_75_84_yr_Volunteer,Females 75 84 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6476,Voluntary Work for an Organisation or Group by Age by Sex +G6477,F_75_84_yr_N_a_volunteer,Females 75 84 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6477,Voluntary Work for an Organisation or Group by Age by Sex +G6478,F_75_84_yr_Voluntary_work_ns,Females 75 84 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6478,Voluntary Work for an Organisation or Group by Age by Sex +G6479,F_75_84_yr_Tot,Females 75 84 years Total,,G19,people,employment,Total|FEMALES,,6479,Voluntary Work for an Organisation or Group by Age by Sex +G6480,F_85ov_Volunteer,Females 85 years and over Volunteer,,G19,people,employment,Volunteer|FEMALES,,6480,Voluntary Work for an Organisation or Group by Age by Sex +G6481,F_85ov_N_a_volunteer,Females 85 years and over Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6481,Voluntary Work for an Organisation or Group by Age by Sex +G6482,F_85_ov_Voluntary_work_ns,Females 85 years and over Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6482,Voluntary Work for an Organisation or Group by Age by Sex +G6483,F_85ov_Tot,Females 85 years and over Total,,G19,people,employment,Total|FEMALES,,6483,Voluntary Work for an Organisation or Group by Age by Sex +G6484,F_Tot_Volunteer,Females Total Volunteer,,G19,people,employment,Volunteer|FEMALES,,6484,Voluntary Work for an Organisation or Group by Age by Sex +G6485,F_Tot_N_a_volunteer,Females Total Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6485,Voluntary Work for an Organisation or Group by Age by Sex +G6486,F_Tot_Voluntary_work_ns,Females Total Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6486,Voluntary Work for an Organisation or Group by Age by Sex +G6487,F_Tot_Tot,Females Total Total,,G19,people,employment,Total|FEMALES,,6487,Voluntary Work for an Organisation or Group by Age by Sex +G6488,P_15_19_yr_Volunteer,Persons 15 19 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6488,Voluntary Work for an Organisation or Group by Age by Sex +G6489,P_15_19_yr_N_a_volunteer,Persons 15 19 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6489,Voluntary Work for an Organisation or Group by Age by Sex +G6490,P_15_19_yr_Voluntary_work_ns,Persons 15 19 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6490,Voluntary Work for an Organisation or Group by Age by Sex +G6491,P_15_19_yr_Tot,Persons 15 19 years Total,,G19,people,employment,Total|PERSONS,,6491,Voluntary Work for an Organisation or Group by Age by Sex +G6492,P_20_24_yr_Volunteer,Persons 20 24 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6492,Voluntary Work for an Organisation or Group by Age by Sex +G6493,P_20_24_yr_N_a_volunteer,Persons 20 24 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6493,Voluntary Work for an Organisation or Group by Age by Sex +G6494,P_20_24_yr_Voluntary_work_ns,Persons 20 24 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6494,Voluntary Work for an Organisation or Group by Age by Sex +G6495,P_20_24_yr_Tot,Persons 20 24 years Total,,G19,people,employment,Total|PERSONS,,6495,Voluntary Work for an Organisation or Group by Age by Sex +G6496,P_25_34_yr_Volunteer,Persons 25 34 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6496,Voluntary Work for an Organisation or Group by Age by Sex +G6497,P_25_34_yr_N_a_volunteer,Persons 25 34 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6497,Voluntary Work for an Organisation or Group by Age by Sex +G6498,P_25_34_yr_Voluntary_work_ns,Persons 25 34 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6498,Voluntary Work for an Organisation or Group by Age by Sex +G6499,P_25_34_yr_Tot,Persons 25 34 years Total,,G19,people,employment,Total|PERSONS,,6499,Voluntary Work for an Organisation or Group by Age by Sex +G6500,P_35_44_yr_Volunteer,Persons 35 44 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6500,Voluntary Work for an Organisation or Group by Age by Sex +G6501,P_35_44_yr_N_a_volunteer,Persons 35 44 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6501,Voluntary Work for an Organisation or Group by Age by Sex +G6502,P_35_44_yr_Voluntary_work_ns,Persons 35 44 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6502,Voluntary Work for an Organisation or Group by Age by Sex +G6503,P_35_44_yr_Tot,Persons 35 44 years Total,,G19,people,employment,Total|PERSONS,,6503,Voluntary Work for an Organisation or Group by Age by Sex +G6504,P_45_54_yr_Volunteer,Persons 45 54 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6504,Voluntary Work for an Organisation or Group by Age by Sex +G6505,P_45_54_yr_N_a_volunteer,Persons 45 54 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6505,Voluntary Work for an Organisation or Group by Age by Sex +G6506,P_45_54_yr_Voluntary_work_ns,Persons 45 54 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6506,Voluntary Work for an Organisation or Group by Age by Sex +G6507,P_45_54_yr_Tot,Persons 45 54 years Total,,G19,people,employment,Total|PERSONS,,6507,Voluntary Work for an Organisation or Group by Age by Sex +G6508,P_55_64_yr_Volunteer,Persons 55 64 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6508,Voluntary Work for an Organisation or Group by Age by Sex +G6509,P_55_64_yr_N_a_volunteer,Persons 55 64 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6509,Voluntary Work for an Organisation or Group by Age by Sex +G6510,P_55_64_yr_Voluntary_work_ns,Persons 55 64 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6510,Voluntary Work for an Organisation or Group by Age by Sex +G6511,P_55_64_yr_Tot,Persons 55 64 years Total,,G19,people,employment,Total|PERSONS,,6511,Voluntary Work for an Organisation or Group by Age by Sex +G6512,P_65_74_yr_Volunteer,Persons 65 74 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6512,Voluntary Work for an Organisation or Group by Age by Sex +G6513,P_65_74_yr_N_a_volunteer,Persons 65 74 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6513,Voluntary Work for an Organisation or Group by Age by Sex +G6514,P_65_74_yr_Voluntary_work_ns,Persons 65 74 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6514,Voluntary Work for an Organisation or Group by Age by Sex +G6515,P_65_74_yr_Tot,Persons 65 74 years Total,,G19,people,employment,Total|PERSONS,,6515,Voluntary Work for an Organisation or Group by Age by Sex +G6516,P_75_84_yr_Volunteer,Persons 75 84 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6516,Voluntary Work for an Organisation or Group by Age by Sex +G6517,P_75_84_yr_N_a_volunteer,Persons 75 84 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6517,Voluntary Work for an Organisation or Group by Age by Sex +G6518,P_75_84_yr_Voluntary_work_ns,Persons 75 84 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6518,Voluntary Work for an Organisation or Group by Age by Sex +G6519,P_75_84_yr_Tot,Persons 75 84 years Total,,G19,people,employment,Total|PERSONS,,6519,Voluntary Work for an Organisation or Group by Age by Sex +G6520,P_85ov_Volunteer,Persons 85 years and over Volunteer,,G19,people,employment,Volunteer|PERSONS,,6520,Voluntary Work for an Organisation or Group by Age by Sex +G6521,P_85ov_N_a_volunteer,Persons 85 years and over Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6521,Voluntary Work for an Organisation or Group by Age by Sex +G6522,P_85_ov_Voluntary_work_ns,Persons 85 years and over Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6522,Voluntary Work for an Organisation or Group by Age by Sex +G6523,P_85ov_Tot,Persons 85 years and over Total,,G19,people,employment,Total|PERSONS,,6523,Voluntary Work for an Organisation or Group by Age by Sex +G6524,P_Tot_Volunteer,Persons Total Volunteer,,G19,people,employment,Volunteer|PERSONS,,6524,Voluntary Work for an Organisation or Group by Age by Sex +G6525,P_Tot_N_a_volunteer,Persons Total Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6525,Voluntary Work for an Organisation or Group by Age by Sex +G6526,P_Tot_Voluntary_work_ns,Persons Total Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6526,Voluntary Work for an Organisation or Group by Age by Sex +G6527,P_Tot_Tot,Persons Total Total,,G19,people,employment,Total|PERSONS,,6527,Voluntary Work for an Organisation or Group by Age by Sex +G6738,M_15_19_Prvided_unpaid_assist,Males 15 19 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6738,Unpaid Assistance to a Person with a Disability by Age by Sex +G6739,M_15_19_No_unpad_asst_prvided,Males 15 19 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6739,Unpaid Assistance to a Person with a Disability by Age by Sex +G6740,M_15_19_Unpaid_assist_ns,Males 15 19 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6740,Unpaid Assistance to a Person with a Disability by Age by Sex +G6741,M_15_19_Tot,Males 15 19 years Total,,G21,people,employment,Total|MALES,,6741,Unpaid Assistance to a Person with a Disability by Age by Sex +G6742,M_20_24_Prvided_unpaid_assist,Males 20 24 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6742,Unpaid Assistance to a Person with a Disability by Age by Sex +G6743,M_20_24_No_unpad_asst_prvided,Males 20 24 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6743,Unpaid Assistance to a Person with a Disability by Age by Sex +G6744,M_20_24_Unpaid_assist_ns,Males 20 24 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6744,Unpaid Assistance to a Person with a Disability by Age by Sex +G6745,M_20_24_Tot,Males 20 24 years Total,,G21,people,employment,Total|MALES,,6745,Unpaid Assistance to a Person with a Disability by Age by Sex +G6746,M_25_34_Prvided_unpaid_assist,Males 25 34 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6746,Unpaid Assistance to a Person with a Disability by Age by Sex +G6747,M_25_34_No_unpad_asst_prvided,Males 25 34 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6747,Unpaid Assistance to a Person with a Disability by Age by Sex +G6748,M_25_34_Unpaid_assist_ns,Males 25 34 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6748,Unpaid Assistance to a Person with a Disability by Age by Sex +G6749,M_25_34_Tot,Males 25 34 years Total,,G21,people,employment,Total|MALES,,6749,Unpaid Assistance to a Person with a Disability by Age by Sex +G6750,M_35_44_Prvided_unpaid_assist,Males 35 44 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6750,Unpaid Assistance to a Person with a Disability by Age by Sex +G6751,M_35_44_No_unpad_asst_prvided,Males 35 44 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6751,Unpaid Assistance to a Person with a Disability by Age by Sex +G6752,M_35_44_Unpaid_assist_ns,Males 35 44 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6752,Unpaid Assistance to a Person with a Disability by Age by Sex +G6753,M_35_44_Tot,Males 35 44 years Total,,G21,people,employment,Total|MALES,,6753,Unpaid Assistance to a Person with a Disability by Age by Sex +G6754,M_45_54_Prvided_unpaid_assist,Males 45 54 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6754,Unpaid Assistance to a Person with a Disability by Age by Sex +G6755,M_45_54_No_unpad_asst_prvided,Males 45 54 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6755,Unpaid Assistance to a Person with a Disability by Age by Sex +G6756,M_45_54_Unpaid_assist_ns,Males 45 54 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6756,Unpaid Assistance to a Person with a Disability by Age by Sex +G6757,M_45_54_Tot,Males 45 54 years Total,,G21,people,employment,Total|MALES,,6757,Unpaid Assistance to a Person with a Disability by Age by Sex +G6758,M_55_64_Prvided_unpaid_assist,Males 55 64 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6758,Unpaid Assistance to a Person with a Disability by Age by Sex +G6759,M_55_64_No_unpad_asst_prvided,Males 55 64 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6759,Unpaid Assistance to a Person with a Disability by Age by Sex +G6760,M_55_64_Unpaid_assist_ns,Males 55 64 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6760,Unpaid Assistance to a Person with a Disability by Age by Sex +G6761,M_55_64_Tot,Males 55 64 years Total,,G21,people,employment,Total|MALES,,6761,Unpaid Assistance to a Person with a Disability by Age by Sex +G6762,M_65_74_Prvided_unpaid_assist,Males 65 74 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6762,Unpaid Assistance to a Person with a Disability by Age by Sex +G6763,M_65_74_No_unpad_asst_prvided,Males 65 74 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6763,Unpaid Assistance to a Person with a Disability by Age by Sex +G6764,M_65_74_Unpaid_assist_ns,Males 65 74 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6764,Unpaid Assistance to a Person with a Disability by Age by Sex +G6765,M_65_74_Tot,Males 65 74 years Total,,G21,people,employment,Total|MALES,,6765,Unpaid Assistance to a Person with a Disability by Age by Sex +G6766,M_75_84_Prvided_unpaid_assist,Males 75 84 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6766,Unpaid Assistance to a Person with a Disability by Age by Sex +G6767,M_75_84_No_unpad_asst_prvided,Males 75 84 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6767,Unpaid Assistance to a Person with a Disability by Age by Sex +G6768,M_75_84_Unpaid_assist_ns,Males 75 84 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6768,Unpaid Assistance to a Person with a Disability by Age by Sex +G6769,M_75_84_Tot,Males 75 84 years Total,,G21,people,employment,Total|MALES,,6769,Unpaid Assistance to a Person with a Disability by Age by Sex +G6770,M_85_ov_Prvided_unpaid_assist,Males 85 years and over Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6770,Unpaid Assistance to a Person with a Disability by Age by Sex +G6771,M_85_ov_No_unpad_asst_prvided,Males 85 years and over No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6771,Unpaid Assistance to a Person with a Disability by Age by Sex +G6772,M_85_ov_Unpaid_assist_ns,Males 85 years and over Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6772,Unpaid Assistance to a Person with a Disability by Age by Sex +G6773,M_85_ov_Tot,Males 85 years and over Total,,G21,people,employment,Total|MALES,,6773,Unpaid Assistance to a Person with a Disability by Age by Sex +G6774,M_Tot_prvided_unpaid_assist,Males Total Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6774,Unpaid Assistance to a Person with a Disability by Age by Sex +G6775,M_Tot_No_unpaid_asst_prvided,Males Total No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6775,Unpaid Assistance to a Person with a Disability by Age by Sex +G6776,M_Tot_Unpaid_assist_ns,Males Total Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6776,Unpaid Assistance to a Person with a Disability by Age by Sex +G6777,M_Tot_Tot,Males Total Total,,G21,people,employment,Total|MALES,,6777,Unpaid Assistance to a Person with a Disability by Age by Sex +G6778,F_15_19_Prvided_unpaid_assist,Females 15 19 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6778,Unpaid Assistance to a Person with a Disability by Age by Sex +G6779,F_15_19_No_unpad_asst_prvided,Females 15 19 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6779,Unpaid Assistance to a Person with a Disability by Age by Sex +G6780,F_15_19_Unpaid_assist_ns,Females 15 19 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6780,Unpaid Assistance to a Person with a Disability by Age by Sex +G6781,F_15_19_Tot,Females 15 19 years Total,,G21,people,employment,Total|FEMALES,,6781,Unpaid Assistance to a Person with a Disability by Age by Sex +G6782,F_20_24_Prvided_unpaid_assist,Females 20 24 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6782,Unpaid Assistance to a Person with a Disability by Age by Sex +G6783,F_20_24_No_unpad_asst_prvided,Females 20 24 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6783,Unpaid Assistance to a Person with a Disability by Age by Sex +G6784,F_20_24_Unpaid_assist_ns,Females 20 24 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6784,Unpaid Assistance to a Person with a Disability by Age by Sex +G6785,F_20_24_Tot,Females 20 24 years Total,,G21,people,employment,Total|FEMALES,,6785,Unpaid Assistance to a Person with a Disability by Age by Sex +G6786,F_25_34_Prvided_unpaid_assist,Females 25 34 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6786,Unpaid Assistance to a Person with a Disability by Age by Sex +G6787,F_25_34_No_unpad_asst_prvided,Females 25 34 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6787,Unpaid Assistance to a Person with a Disability by Age by Sex +G6788,F_25_34_Unpaid_assist_ns,Females 25 34 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6788,Unpaid Assistance to a Person with a Disability by Age by Sex +G6789,F_25_34_Tot,Females 25 34 years Total,,G21,people,employment,Total|FEMALES,,6789,Unpaid Assistance to a Person with a Disability by Age by Sex +G6790,F_35_44_Prvided_unpaid_assist,Females 35 44 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6790,Unpaid Assistance to a Person with a Disability by Age by Sex +G6791,F_35_44_No_unpad_asst_prvided,Females 35 44 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6791,Unpaid Assistance to a Person with a Disability by Age by Sex +G6792,F_35_44_Unpaid_assist_ns,Females 35 44 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6792,Unpaid Assistance to a Person with a Disability by Age by Sex +G6793,F_35_44_Tot,Females 35 44 years Total,,G21,people,employment,Total|FEMALES,,6793,Unpaid Assistance to a Person with a Disability by Age by Sex +G6794,F_45_54_Prvided_unpaid_assist,Females 45 54 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6794,Unpaid Assistance to a Person with a Disability by Age by Sex +G6795,F_45_54_No_unpad_asst_prvided,Females 45 54 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6795,Unpaid Assistance to a Person with a Disability by Age by Sex +G6796,F_45_54_Unpaid_assist_ns,Females 45 54 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6796,Unpaid Assistance to a Person with a Disability by Age by Sex +G6797,F_45_54_Tot,Females 45 54 years Total,,G21,people,employment,Total|FEMALES,,6797,Unpaid Assistance to a Person with a Disability by Age by Sex +G6798,F_55_64_Prvided_unpaid_assist,Females 55 64 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6798,Unpaid Assistance to a Person with a Disability by Age by Sex +G6799,F_55_64_No_unpad_asst_prvided,Females 55 64 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6799,Unpaid Assistance to a Person with a Disability by Age by Sex +G6800,F_55_64_Unpaid_assist_ns,Females 55 64 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6800,Unpaid Assistance to a Person with a Disability by Age by Sex +G6801,F_55_64_Tot,Females 55 64 years Total,,G21,people,employment,Total|FEMALES,,6801,Unpaid Assistance to a Person with a Disability by Age by Sex +G6802,F_65_74_Prvided_unpaid_assist,Females 65 74 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6802,Unpaid Assistance to a Person with a Disability by Age by Sex +G6803,F_65_74_No_unpad_asst_prvided,Females 65 74 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6803,Unpaid Assistance to a Person with a Disability by Age by Sex +G6804,F_65_74_Unpaid_assist_ns,Females 65 74 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6804,Unpaid Assistance to a Person with a Disability by Age by Sex +G6805,F_65_74_Tot,Females 65 74 years Total,,G21,people,employment,Total|FEMALES,,6805,Unpaid Assistance to a Person with a Disability by Age by Sex +G6806,F_75_84_Prvided_unpaid_assist,Females 75 84 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6806,Unpaid Assistance to a Person with a Disability by Age by Sex +G6807,F_75_84_No_unpad_asst_prvided,Females 75 84 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6807,Unpaid Assistance to a Person with a Disability by Age by Sex +G6808,F_75_84_Unpaid_assist_ns,Females 75 84 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6808,Unpaid Assistance to a Person with a Disability by Age by Sex +G6809,F_75_84_Tot,Females 75 84 years Total,,G21,people,employment,Total|FEMALES,,6809,Unpaid Assistance to a Person with a Disability by Age by Sex +G6810,F_85_ov_Prvided_unpaid_assist,Females 85 years and over Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6810,Unpaid Assistance to a Person with a Disability by Age by Sex +G6811,F_85_ov_No_unpad_asst_prvided,Females 85 years and over No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6811,Unpaid Assistance to a Person with a Disability by Age by Sex +G6812,F_85_ov_Unpaid_assist_ns,Females 85 years and over Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6812,Unpaid Assistance to a Person with a Disability by Age by Sex +G6813,F_85_ov_Tot,Females 85 years and over Total,,G21,people,employment,Total|FEMALES,,6813,Unpaid Assistance to a Person with a Disability by Age by Sex +G6814,F_Tot_prvided_unpaid_assist,Females Total Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6814,Unpaid Assistance to a Person with a Disability by Age by Sex +G6815,F_Tot_No_unpaid_asst_prvided,Females Total No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6815,Unpaid Assistance to a Person with a Disability by Age by Sex +G6816,F_Tot_Unpaid_assist_ns,Females Total Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6816,Unpaid Assistance to a Person with a Disability by Age by Sex +G6817,F_Tot_Tot,Females Total Total,,G21,people,employment,Total|FEMALES,,6817,Unpaid Assistance to a Person with a Disability by Age by Sex +G6818,P_15_19_Prvided_unpaid_assist,Persons 15 19 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6818,Unpaid Assistance to a Person with a Disability by Age by Sex +G6819,P_15_19_No_unpad_asst_prvided,Persons 15 19 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6819,Unpaid Assistance to a Person with a Disability by Age by Sex +G6820,P_15_19_Unpaid_assist_ns,Persons 15 19 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6820,Unpaid Assistance to a Person with a Disability by Age by Sex +G6821,P_15_19_Tot,Persons 15 19 years Total,,G21,people,employment,Total|PERSONS,,6821,Unpaid Assistance to a Person with a Disability by Age by Sex +G6822,P_20_24_Prvided_unpaid_assist,Persons 20 24 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6822,Unpaid Assistance to a Person with a Disability by Age by Sex +G6823,P_20_24_No_unpad_asst_prvided,Persons 20 24 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6823,Unpaid Assistance to a Person with a Disability by Age by Sex +G6824,P_20_24_Unpaid_assist_ns,Persons 20 24 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6824,Unpaid Assistance to a Person with a Disability by Age by Sex +G6825,P_20_24_Tot,Persons 20 24 years Total,,G21,people,employment,Total|PERSONS,,6825,Unpaid Assistance to a Person with a Disability by Age by Sex +G6826,P_25_34_Prvided_unpaid_assist,Persons 25 34 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6826,Unpaid Assistance to a Person with a Disability by Age by Sex +G6827,P_25_34_No_unpad_asst_prvided,Persons 25 34 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6827,Unpaid Assistance to a Person with a Disability by Age by Sex +G6828,P_25_34_Unpaid_assist_ns,Persons 25 34 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6828,Unpaid Assistance to a Person with a Disability by Age by Sex +G6829,P_25_34_Tot,Persons 25 34 years Total,,G21,people,employment,Total|PERSONS,,6829,Unpaid Assistance to a Person with a Disability by Age by Sex +G6830,P_35_44_Prvided_unpaid_assist,Persons 35 44 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6830,Unpaid Assistance to a Person with a Disability by Age by Sex +G6831,P_35_44_No_unpad_asst_prvided,Persons 35 44 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6831,Unpaid Assistance to a Person with a Disability by Age by Sex +G6832,P_35_44_Unpaid_assist_ns,Persons 35 44 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6832,Unpaid Assistance to a Person with a Disability by Age by Sex +G6833,P_35_44_Tot,Persons 35 44 years Total,,G21,people,employment,Total|PERSONS,,6833,Unpaid Assistance to a Person with a Disability by Age by Sex +G6834,P_45_54_Prvided_unpaid_assist,Persons 45 54 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6834,Unpaid Assistance to a Person with a Disability by Age by Sex +G6835,P_45_54_No_unpad_asst_prvided,Persons 45 54 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6835,Unpaid Assistance to a Person with a Disability by Age by Sex +G6836,P_45_54_Unpaid_assist_ns,Persons 45 54 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6836,Unpaid Assistance to a Person with a Disability by Age by Sex +G6837,P_45_54_Tot,Persons 45 54 years Total,,G21,people,employment,Total|PERSONS,,6837,Unpaid Assistance to a Person with a Disability by Age by Sex +G6838,P_55_64_Prvided_unpaid_assist,Persons 55 64 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6838,Unpaid Assistance to a Person with a Disability by Age by Sex +G6839,P_55_64_No_unpad_asst_prvided,Persons 55 64 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6839,Unpaid Assistance to a Person with a Disability by Age by Sex +G6840,P_55_64_Unpaid_assist_ns,Persons 55 64 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6840,Unpaid Assistance to a Person with a Disability by Age by Sex +G6841,P_55_64_Tot,Persons 55 64 years Total,,G21,people,employment,Total|PERSONS,,6841,Unpaid Assistance to a Person with a Disability by Age by Sex +G6842,P_65_74_Prvided_unpaid_assist,Persons 65 74 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6842,Unpaid Assistance to a Person with a Disability by Age by Sex +G6843,P_65_74_No_unpad_asst_prvided,Persons 65 74 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6843,Unpaid Assistance to a Person with a Disability by Age by Sex +G6844,P_65_74_Unpaid_assist_ns,Persons 65 74 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6844,Unpaid Assistance to a Person with a Disability by Age by Sex +G6845,P_65_74_Tot,Persons 65 74 years Total,,G21,people,employment,Total|PERSONS,,6845,Unpaid Assistance to a Person with a Disability by Age by Sex +G6846,P_75_84_Prvided_unpaid_assist,Persons 75 84 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6846,Unpaid Assistance to a Person with a Disability by Age by Sex +G6847,P_75_84_No_unpad_asst_prvided,Persons 75 84 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6847,Unpaid Assistance to a Person with a Disability by Age by Sex +G6848,P_75_84_Unpaid_assist_ns,Persons 75 84 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6848,Unpaid Assistance to a Person with a Disability by Age by Sex +G6849,P_75_84_Tot,Persons 75 84 years Total,,G21,people,employment,Total|PERSONS,,6849,Unpaid Assistance to a Person with a Disability by Age by Sex +G6850,P_85_ov_Prvided_unpaid_assist,Persons 85 years and over Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6850,Unpaid Assistance to a Person with a Disability by Age by Sex +G6851,P_85_ov_No_unpad_asst_prvided,Persons 85 years and over No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6851,Unpaid Assistance to a Person with a Disability by Age by Sex +G6852,P_85_ov_Unpaid_assist_ns,Persons 85 years and over Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6852,Unpaid Assistance to a Person with a Disability by Age by Sex +G6853,P_85_ov_Tot,Persons 85 years and over Total,,G21,people,employment,Total|PERSONS,,6853,Unpaid Assistance to a Person with a Disability by Age by Sex +G6854,P_Tot_prvided_unpaid_assist,Persons Total Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6854,Unpaid Assistance to a Person with a Disability by Age by Sex +G6855,P_Tot_No_unpaid_asst_prvided,Persons Total No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6855,Unpaid Assistance to a Person with a Disability by Age by Sex +G6856,P_Tot_Unpaid_assist_ns,Persons Total Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6856,Unpaid Assistance to a Person with a Disability by Age by Sex +G6857,P_Tot_Tot,Persons Total Total,,G21,people,employment,Total|PERSONS,,6857,Unpaid Assistance to a Person with a Disability by Age by Sex +G7428,P_15_19_Num_chld_evr_brn_Nne,Age group of parent 15 19 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7428,Number of Children Ever Born by Age of Parent +G7429,P_15_19_Num_chld_evr_brn_1,Age group of parent 15 19 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7429,Number of Children Ever Born by Age of Parent +G7430,P_15_19_Num_chld_evr_brn_2,Age group of parent 15 19 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7430,Number of Children Ever Born by Age of Parent +G7431,P_15_19_Num_chld_evr_brn_3,Age group of parent 15 19 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7431,Number of Children Ever Born by Age of Parent +G7432,P_15_19_Num_chld_evr_brn_4,Age group of parent 15 19 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7432,Number of Children Ever Born by Age of Parent +G7433,P_15_19_Num_chld_evr_brn_5,Age group of parent 15 19 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7433,Number of Children Ever Born by Age of Parent +G7434,P_15_19_Num_chd_evr_brn_6_mr,Age group of parent 15 19 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7434,Number of Children Ever Born by Age of Parent +G7435,P_15_19_Num_chld_evr_brn_ns,Age group of parent 15 19 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7435,Number of Children Ever Born by Age of Parent +G7436,P_15_19_yrs_Total,Age group of parent 15 19 years Total,,G24,people,families|age_gender,Total,,7436,Number of Children Ever Born by Age of Parent +G7437,P_20_24_Num_chld_evr_brn_Nne,Age group of parent 20 24 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7437,Number of Children Ever Born by Age of Parent +G7438,P_20_24_Num_chld_evr_brn_1,Age group of parent 20 24 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7438,Number of Children Ever Born by Age of Parent +G7439,P_20_24_Num_chld_evr_brn_2,Age group of parent 20 24 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7439,Number of Children Ever Born by Age of Parent +G7440,P_20_24_Num_chld_evr_brn_3,Age group of parent 20 24 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7440,Number of Children Ever Born by Age of Parent +G7441,P_20_24_Num_chld_evr_brn_4,Age group of parent 20 24 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7441,Number of Children Ever Born by Age of Parent +G7442,P_20_24_Num_chld_evr_brn_5,Age group of parent 20 24 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7442,Number of Children Ever Born by Age of Parent +G7443,P_20_24_Num_chd_evr_brn_6_mr,Age group of parent 20 24 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7443,Number of Children Ever Born by Age of Parent +G7444,P_20_24_Num_chld_evr_brn_ns,Age group of parent 20 24 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7444,Number of Children Ever Born by Age of Parent +G7445,P_20_24_yrs_Total,Age group of parent 20 24 years Total,,G24,people,families|age_gender,Total,,7445,Number of Children Ever Born by Age of Parent +G7446,P_25_29_Num_chld_evr_brn_Nne,Age group of parent 25 29 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7446,Number of Children Ever Born by Age of Parent +G7447,P_25_29_Num_chld_evr_brn_1,Age group of parent 25 29 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7447,Number of Children Ever Born by Age of Parent +G7448,P_25_29_Num_chld_evr_brn_2,Age group of parent 25 29 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7448,Number of Children Ever Born by Age of Parent +G7449,P_25_29_Num_chld_evr_brn_3,Age group of parent 25 29 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7449,Number of Children Ever Born by Age of Parent +G7450,P_25_29_Num_chld_evr_brn_4,Age group of parent 25 29 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7450,Number of Children Ever Born by Age of Parent +G7451,P_25_29_Num_chld_evr_brn_5,Age group of parent 25 29 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7451,Number of Children Ever Born by Age of Parent +G7452,P_25_29_Num_chd_evr_brn_6_mr,Age group of parent 25 29 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7452,Number of Children Ever Born by Age of Parent +G7453,P_25_29_Num_chld_evr_brn_ns,Age group of parent 25 29 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7453,Number of Children Ever Born by Age of Parent +G7454,P_25_29_yrs_Total,Age group of parent 25 29 years Total,,G24,people,families|age_gender,Total,,7454,Number of Children Ever Born by Age of Parent +G7455,P_30_34_Num_chld_evr_brn_Nne,Age group of parent 30 34 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7455,Number of Children Ever Born by Age of Parent +G7456,P_30_34_Num_chld_evr_brn_1,Age group of parent 30 34 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7456,Number of Children Ever Born by Age of Parent +G7457,P_30_34_Num_chld_evr_brn_2,Age group of parent 30 34 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7457,Number of Children Ever Born by Age of Parent +G7458,P_30_34_Num_chld_evr_brn_3,Age group of parent 30 34 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7458,Number of Children Ever Born by Age of Parent +G7459,P_30_34_Num_chld_evr_brn_4,Age group of parent 30 34 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7459,Number of Children Ever Born by Age of Parent +G7460,P_30_34_Num_chld_evr_brn_5,Age group of parent 30 34 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7460,Number of Children Ever Born by Age of Parent +G7461,P_30_34_Num_chd_evr_brn_6_mr,Age group of parent 30 34 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7461,Number of Children Ever Born by Age of Parent +G7462,P_30_34_Num_chld_evr_brn_ns,Age group of parent 30 34 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7462,Number of Children Ever Born by Age of Parent +G7463,P_30_34_yrs_Total,Age group of parent 30 34 years Total,,G24,people,families|age_gender,Total,,7463,Number of Children Ever Born by Age of Parent +G7464,P_35_39_Num_chld_evr_brn_Nne,Age group of parent 35 39 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7464,Number of Children Ever Born by Age of Parent +G7465,P_35_39_Num_chld_evr_brn_1,Age group of parent 35 39 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7465,Number of Children Ever Born by Age of Parent +G7466,P_35_39_Num_chld_evr_brn_2,Age group of parent 35 39 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7466,Number of Children Ever Born by Age of Parent +G7467,P_35_39_Num_chld_evr_brn_3,Age group of parent 35 39 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7467,Number of Children Ever Born by Age of Parent +G7468,P_35_39_Num_chld_evr_brn_4,Age group of parent 35 39 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7468,Number of Children Ever Born by Age of Parent +G7469,P_35_39_Num_chld_evr_brn_5,Age group of parent 35 39 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7469,Number of Children Ever Born by Age of Parent +G7470,P_35_39_Num_chd_evr_brn_6_mr,Age group of parent 35 39 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7470,Number of Children Ever Born by Age of Parent +G7471,P_35_39_Num_chld_evr_brn_ns,Age group of parent 35 39 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7471,Number of Children Ever Born by Age of Parent +G7472,P_35_39_yrs_Total,Age group of parent 35 39 years Total,,G24,people,families|age_gender,Total,,7472,Number of Children Ever Born by Age of Parent +G7473,P_40_44_Num_chld_evr_brn_Nne,Age group of parent 40 44 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7473,Number of Children Ever Born by Age of Parent +G7474,P_40_44_Num_chld_evr_brn_1,Age group of parent 40 44 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7474,Number of Children Ever Born by Age of Parent +G7475,P_40_44_Num_chld_evr_brn_2,Age group of parent 40 44 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7475,Number of Children Ever Born by Age of Parent +G7476,P_40_44_Num_chld_evr_brn_3,Age group of parent 40 44 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7476,Number of Children Ever Born by Age of Parent +G7477,P_40_44_Num_chld_evr_brn_4,Age group of parent 40 44 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7477,Number of Children Ever Born by Age of Parent +G7478,P_40_44_Num_chld_evr_brn_5,Age group of parent 40 44 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7478,Number of Children Ever Born by Age of Parent +G7479,P_40_44_Num_chd_evr_brn_6_mr,Age group of parent 40 44 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7479,Number of Children Ever Born by Age of Parent +G7480,P_40_44_Num_chld_evr_brn_ns,Age group of parent 40 44 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7480,Number of Children Ever Born by Age of Parent +G7481,P_40_44_yrs_Total,Age group of parent 40 44 years Total,,G24,people,families|age_gender,Total,,7481,Number of Children Ever Born by Age of Parent +G7482,P_45_49_Num_chld_evr_brn_Nne,Age group of parent 45 49 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7482,Number of Children Ever Born by Age of Parent +G7483,P_45_49_Num_chld_evr_brn_1,Age group of parent 45 49 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7483,Number of Children Ever Born by Age of Parent +G7484,P_45_49_Num_chld_evr_brn_2,Age group of parent 45 49 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7484,Number of Children Ever Born by Age of Parent +G7485,P_45_49_Num_chld_evr_brn_3,Age group of parent 45 49 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7485,Number of Children Ever Born by Age of Parent +G7486,P_45_49_Num_chld_evr_brn_4,Age group of parent 45 49 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7486,Number of Children Ever Born by Age of Parent +G7487,P_45_49_Num_chld_evr_brn_5,Age group of parent 45 49 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7487,Number of Children Ever Born by Age of Parent +G7488,P_45_49_Num_chd_evr_brn_6_mr,Age group of parent 45 49 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7488,Number of Children Ever Born by Age of Parent +G7489,P_45_49_Num_chld_evr_brn_ns,Age group of parent 45 49 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7489,Number of Children Ever Born by Age of Parent +G7490,P_45_49_yrs_Total,Age group of parent 45 49 years Total,,G24,people,families|age_gender,Total,,7490,Number of Children Ever Born by Age of Parent +G7491,P_50_54_Num_chld_evr_brn_Nne,Age group of parent 50 54 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7491,Number of Children Ever Born by Age of Parent +G7492,P_50_54_Num_chld_evr_brn_1,Age group of parent 50 54 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7492,Number of Children Ever Born by Age of Parent +G7493,P_50_54_Num_chld_evr_brn_2,Age group of parent 50 54 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7493,Number of Children Ever Born by Age of Parent +G7494,P_50_54_Num_chld_evr_brn_3,Age group of parent 50 54 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7494,Number of Children Ever Born by Age of Parent +G7495,P_50_54_Num_chld_evr_brn_4,Age group of parent 50 54 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7495,Number of Children Ever Born by Age of Parent +G7496,P_50_54_Num_chld_evr_brn_5,Age group of parent 50 54 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7496,Number of Children Ever Born by Age of Parent +G7497,P_50_54_Num_chd_evr_brn_6_mr,Age group of parent 50 54 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7497,Number of Children Ever Born by Age of Parent +G7498,P_50_54_Num_chld_evr_brn_ns,Age group of parent 50 54 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7498,Number of Children Ever Born by Age of Parent +G7499,P_50_54_yrs_Total,Age group of parent 50 54 years Total,,G24,people,families|age_gender,Total,,7499,Number of Children Ever Born by Age of Parent +G7500,P_55_59_Num_chld_evr_brn_Nne,Age group of parent 55 59 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7500,Number of Children Ever Born by Age of Parent +G7501,P_55_59_Num_chld_evr_brn_1,Age group of parent 55 59 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7501,Number of Children Ever Born by Age of Parent +G7502,P_55_59_Num_chld_evr_brn_2,Age group of parent 55 59 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7502,Number of Children Ever Born by Age of Parent +G7503,P_55_59_Num_chld_evr_brn_3,Age group of parent 55 59 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7503,Number of Children Ever Born by Age of Parent +G7504,P_55_59_Num_chld_evr_brn_4,Age group of parent 55 59 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7504,Number of Children Ever Born by Age of Parent +G7505,P_55_59_Num_chld_evr_brn_5,Age group of parent 55 59 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7505,Number of Children Ever Born by Age of Parent +G7506,P_55_59_Num_chd_evr_brn_6_mr,Age group of parent 55 59 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7506,Number of Children Ever Born by Age of Parent +G7507,P_55_59_Num_chld_evr_brn_ns,Age group of parent 55 59 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7507,Number of Children Ever Born by Age of Parent +G7508,P_55_59_yrs_Total,Age group of parent 55 59 years Total,,G24,people,families|age_gender,Total,,7508,Number of Children Ever Born by Age of Parent +G7509,P_60_64_Num_chld_evr_brn_Nne,Age group of parent 60 64 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7509,Number of Children Ever Born by Age of Parent +G7510,P_60_64_Num_chld_evr_brn_1,Age group of parent 60 64 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7510,Number of Children Ever Born by Age of Parent +G7511,P_60_64_Num_chld_evr_brn_2,Age group of parent 60 64 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7511,Number of Children Ever Born by Age of Parent +G7512,P_60_64_Num_chld_evr_brn_3,Age group of parent 60 64 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7512,Number of Children Ever Born by Age of Parent +G7513,P_60_64_Num_chld_evr_brn_4,Age group of parent 60 64 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7513,Number of Children Ever Born by Age of Parent +G7514,P_60_64_Num_chld_evr_brn_5,Age group of parent 60 64 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7514,Number of Children Ever Born by Age of Parent +G7515,P_60_64_Num_chd_evr_brn_6_mr,Age group of parent 60 64 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7515,Number of Children Ever Born by Age of Parent +G7516,P_60_64_Num_chld_evr_brn_ns,Age group of parent 60 64 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7516,Number of Children Ever Born by Age of Parent +G7517,P_60_64_yrs_Total,Age group of parent 60 64 years Total,,G24,people,families|age_gender,Total,,7517,Number of Children Ever Born by Age of Parent +G7518,P_65_69_Num_chld_evr_brn_Nne,Age group of parent 65 69 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7518,Number of Children Ever Born by Age of Parent +G7519,P_65_69_Num_chld_evr_brn_1,Age group of parent 65 69 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7519,Number of Children Ever Born by Age of Parent +G7520,P_65_69_Num_chld_evr_brn_2,Age group of parent 65 69 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7520,Number of Children Ever Born by Age of Parent +G7521,P_65_69_Num_chld_evr_brn_3,Age group of parent 65 69 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7521,Number of Children Ever Born by Age of Parent +G7522,P_65_69_Num_chld_evr_brn_4,Age group of parent 65 69 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7522,Number of Children Ever Born by Age of Parent +G7523,P_65_69_Num_chld_evr_brn_5,Age group of parent 65 69 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7523,Number of Children Ever Born by Age of Parent +G7524,P_65_69_Num_chd_evr_brn_6_mr,Age group of parent 65 69 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7524,Number of Children Ever Born by Age of Parent +G7525,P_65_69_Num_chld_evr_brn_ns,Age group of parent 65 69 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7525,Number of Children Ever Born by Age of Parent +G7526,P_65_69_yrs_Total,Age group of parent 65 69 years Total,,G24,people,families|age_gender,Total,,7526,Number of Children Ever Born by Age of Parent +G7527,P_70_74_Num_chld_evr_brn_Nne,Age group of parent 70 74 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7527,Number of Children Ever Born by Age of Parent +G7528,P_70_74_Num_chld_evr_brn_1,Age group of parent 70 74 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7528,Number of Children Ever Born by Age of Parent +G7529,P_70_74_Num_chld_evr_brn_2,Age group of parent 70 74 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7529,Number of Children Ever Born by Age of Parent +G7530,P_70_74_Num_chld_evr_brn_3,Age group of parent 70 74 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7530,Number of Children Ever Born by Age of Parent +G7531,P_70_74_Num_chld_evr_brn_4,Age group of parent 70 74 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7531,Number of Children Ever Born by Age of Parent +G7532,P_70_74_Num_chld_evr_brn_5,Age group of parent 70 74 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7532,Number of Children Ever Born by Age of Parent +G7533,P_70_74_Num_chd_evr_brn_6_mr,Age group of parent 70 74 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7533,Number of Children Ever Born by Age of Parent +G7534,P_70_74_Num_chld_evr_brn_ns,Age group of parent 70 74 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7534,Number of Children Ever Born by Age of Parent +G7535,P_70_74_yrs_Total,Age group of parent 70 74 years Total,,G24,people,families|age_gender,Total,,7535,Number of Children Ever Born by Age of Parent +G7536,P_75_79_Num_chld_evr_brn_Nne,Age group of parent 75 79 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7536,Number of Children Ever Born by Age of Parent +G7537,P_75_79_Num_chld_evr_brn_1,Age group of parent 75 79 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7537,Number of Children Ever Born by Age of Parent +G7538,P_75_79_Num_chld_evr_brn_2,Age group of parent 75 79 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7538,Number of Children Ever Born by Age of Parent +G7539,P_75_79_Num_chld_evr_brn_3,Age group of parent 75 79 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7539,Number of Children Ever Born by Age of Parent +G7540,P_75_79_Num_chld_evr_brn_4,Age group of parent 75 79 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7540,Number of Children Ever Born by Age of Parent +G7541,P_75_79_Num_chld_evr_brn_5,Age group of parent 75 79 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7541,Number of Children Ever Born by Age of Parent +G7542,P_75_79_Num_chd_evr_brn_6_mr,Age group of parent 75 79 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7542,Number of Children Ever Born by Age of Parent +G7543,P_75_79_Num_chld_evr_brn_ns,Age group of parent 75 79 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7543,Number of Children Ever Born by Age of Parent +G7544,P_75_79_yrs_Total,Age group of parent 75 79 years Total,,G24,people,families|age_gender,Total,,7544,Number of Children Ever Born by Age of Parent +G7545,P_80_84_Num_chld_evr_brn_Nne,Age group of parent 80 84 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7545,Number of Children Ever Born by Age of Parent +G7546,P_80_84_Num_chld_evr_brn_1,Age group of parent 80 84 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7546,Number of Children Ever Born by Age of Parent +G7547,P_80_84_Num_chld_evr_brn_2,Age group of parent 80 84 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7547,Number of Children Ever Born by Age of Parent +G7548,P_80_84_Num_chld_evr_brn_3,Age group of parent 80 84 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7548,Number of Children Ever Born by Age of Parent +G7549,P_80_84_Num_chld_evr_brn_4,Age group of parent 80 84 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7549,Number of Children Ever Born by Age of Parent +G7550,P_80_84_Num_chld_evr_brn_5,Age group of parent 80 84 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7550,Number of Children Ever Born by Age of Parent +G7551,P_80_84_Num_chd_evr_brn_6_mr,Age group of parent 80 84 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7551,Number of Children Ever Born by Age of Parent +G7552,P_80_84_Num_chld_evr_brn_ns,Age group of parent 80 84 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7552,Number of Children Ever Born by Age of Parent +G7553,P_80_84_yrs_Total,Age group of parent 80 84 years Total,,G24,people,families|age_gender,Total,,7553,Number of Children Ever Born by Age of Parent +G7554,P_85_ov_Num_chld_evr_brn_Nne,Age group of parent 85 years and over Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7554,Number of Children Ever Born by Age of Parent +G7555,P_85_ov_Num_chld_evr_brn_1,Age group of parent 85 years and over Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7555,Number of Children Ever Born by Age of Parent +G7556,P_85_ov_Num_chld_evr_brn_2,Age group of parent 85 years and over Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7556,Number of Children Ever Born by Age of Parent +G7557,P_85_ov_Num_chld_evr_brn_3,Age group of parent 85 years and over Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7557,Number of Children Ever Born by Age of Parent +G7558,P_85_ov_Num_chld_evr_brn_4,Age group of parent 85 years and over Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7558,Number of Children Ever Born by Age of Parent +G7559,P_85_ov_Num_chld_evr_brn_5,Age group of parent 85 years and over Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7559,Number of Children Ever Born by Age of Parent +G7560,P_85_ov_Num_chd_evr_brn_6_mr,Age group of parent 85 years and over Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7560,Number of Children Ever Born by Age of Parent +G7561,P_85_ov_Num_chld_evr_brn_ns,Age group of parent 85 years and over Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7561,Number of Children Ever Born by Age of Parent +G7562,P_85ov_Total,Age group of parent 85 years and over Total,,G24,people,families|age_gender,Total,,7562,Number of Children Ever Born by Age of Parent +G7563,Tot_Nmbr_child_ever_born_None,Total Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7563,Number of Children Ever Born by Age of Parent +G7564,Tot_Nmbr_children_ever_born_1,Total Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7564,Number of Children Ever Born by Age of Parent +G7565,Tot_Nmbr_children_ever_born_2,Total Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7565,Number of Children Ever Born by Age of Parent +G7566,Tot_Nmbr_children_ever_born_3,Total Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7566,Number of Children Ever Born by Age of Parent +G7567,Tot_Nmbr_children_ever_born_4,Total Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7567,Number of Children Ever Born by Age of Parent +G7568,Tot_Nmbr_children_ever_born_5,Total Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7568,Number of Children Ever Born by Age of Parent +G7569,Tot_Nmbr_chidrn_ever_brn_6_mr,Total Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7569,Number of Children Ever Born by Age of Parent +G7570,Tot_Nmbr_childrn_ever_born_Ns,Total Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7570,Number of Children Ever Born by Age of Parent +G7571,Total_Total,Total Total,,G24,people,families|age_gender,Total,,7571,Number of Children Ever Born by Age of Parent +G7572,CF_no_children_F,Couple family with no children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7572,Family Composition +G7573,CF_no_children_P,Couple family with no children Persons,Tot_P_P,G25,people,families,Persons,,7573,Family Composition +G7574,CF_ChU15_a_DSs_a_NdCh_F,Couple family with children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7574,Family Composition +G7575,CF_ChU15_a_DSs_a_NdCh_P,Couple family with children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7575,Family Composition +G7576,CF_ChU15_a_DSs_a_no_NdCh_F,Couple family with children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7576,Family Composition +G7577,CF_ChU15_a_DSs_a_no_NdCh_P,Couple family with children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7577,Family Composition +G7578,CF_ChU15_a_no_DSs_a_NdCh_F,Couple family with children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7578,Family Composition +G7579,CF_ChU15_a_no_DSs_a_NdCh_P,Couple family with children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7579,Family Composition +G7580,CF_ChU15_a_no_DSs_a_no_NdCh_F,Couple family with children under 15 and no dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7580,Family Composition +G7581,CF_ChU15_a_no_DSs_a_no_NdCh_P,Couple family with children under 15 and no dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7581,Family Composition +G7582,CF_ChU15_a_Total_F,Couple family with children under 15 and Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7582,Family Composition +G7583,CF_ChU15_a_Total_P,Couple family with children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7583,Family Composition +G7584,CF_no_ChU15_a_DSs_a_NdCh_F,Couple family with no children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7584,Family Composition +G7585,CF_no_ChU15_a_DSs_a_NdCh_P,Couple family with no children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7585,Family Composition +G7586,CF_no_ChU15_a_DSs_a_no_NdCh_F,Couple family with no children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7586,Family Composition +G7587,CF_no_ChU15_a_DSs_a_no_NdCh_P,Couple family with no children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7587,Family Composition +G7588,CF_no_ChU15_a_no_DSs_a_NdCh_F,Couple family with no children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7588,Family Composition +G7589,CF_no_ChU15_a_no_DSs_a_NdCh_P,Couple family with no children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7589,Family Composition +G7590,CF_no_ChU15_a_Total_F,Couple family with no children under 15 and Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7590,Family Composition +G7591,CF_no_ChU15_a_Total_P,Couple family with no children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7591,Family Composition +G7592,CF_Total_F,Couple family with Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7592,Family Composition +G7593,CF_Total_P,Couple family with Total Persons,Tot_P_P,G25,people,families,Persons,,7593,Family Composition +G7594,OPF_ChU15_a_DSs_a_NdCh_F,One parent family with children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7594,Family Composition +G7595,OPF_ChU15_a_DSs_a_NdCh_P,One parent family with children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7595,Family Composition +G7596,OPF_ChU15_a_DSs_a_no_NdCh_F,One parent family with children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7596,Family Composition +G7597,OPF_ChU15_a_DSs_a_no_NdCh_P,One parent family with children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7597,Family Composition +G7598,OPF_ChU15_a_no_DSs_a_NdCh_F,One parent family with children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7598,Family Composition +G7599,OPF_ChU15_a_no_DSs_a_NdCh_P,One parent family with children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7599,Family Composition +G7600,OPF_ChU15_a_no_DSs_no_NdCh_F,One parent family with children under 15 and no dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7600,Family Composition +G7601,OPF_ChU15_a_no_DSs_no_NdCh_P,One parent family with children under 15 and no dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7601,Family Composition +G7602,OPF_ChU15_a_Total_F,One parent family with children under 15 and Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7602,Family Composition +G7603,OPF_ChU15_a_Total_P,One parent family with children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7603,Family Composition +G7604,OPF_no_ChU15_a_DSs_a_NdCh_F,One parent family with no children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7604,Family Composition +G7605,OPF_no_ChU15_a_DSs_a_NdCh_P,One parent family with no children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7605,Family Composition +G7606,OPF_no_ChU15_a_DSs_no_NdCh_F,One parent family with no children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7606,Family Composition +G7607,OPF_no_ChU15_a_DSs_no_NdCh_P,One parent family with no children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7607,Family Composition +G7608,OPF_no_ChU15_no_DSs_a_NdCh_F,One parent family with no children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7608,Family Composition +G7609,OPF_no_ChU15_no_DSs_a_NdCh_P,One parent family with no children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7609,Family Composition +G7610,OPF_no_ChU15_a_Total_F,One parent family with no children under 15 and Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7610,Family Composition +G7611,OPF_no_ChU15_a_Total_P,One parent family with no children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7611,Family Composition +G7612,OPF_Total_F,One parent family with Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7612,Family Composition +G7613,OPF_Total_P,One parent family with Total Persons,Tot_P_P,G25,people,families,Persons,,7613,Family Composition +G7614,Other_family_F,Other family Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7614,Family Composition +G7615,Other_family_P,Other family Persons,Tot_P_P,G25,people,families,Persons,,7615,Family Composition +G7616,Total_F,Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7616,Family Composition +G7617,Total_P,Total Persons,Tot_P_P,G25,people,families,Persons,,7617,Family Composition +G7618,CF_C_BPBO_DC_0_4,Couple family with children Both parents born overseas Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7618,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7619,CF_C_BPBO_DC_5_9,Couple family with children Both parents born overseas Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7619,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7620,CF_C_BPBO_DC_10_12,Couple family with children Both parents born overseas Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7620,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7621,CF_C_BPBO_DC_13_14,Couple family with children Both parents born overseas Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7621,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7622,CF_C_BPBO_DC_15_17,Couple family with children Both parents born overseas Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7622,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7623,CF_C_BPBO_DC_18_20,Couple family with children Both parents born overseas Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7623,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7624,CF_C_BPBO_DC_21_24,Couple family with children Both parents born overseas Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7624,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7625,CF_C_BPBO_Tot,Couple family with children Both parents born overseas Total,,G26,people,families|nationality,Total,,7625,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7626,CF_C_FBO_DC_0_4,Couple family with children Father only born overseas Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7626,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7627,CF_C_FBO_DC_5_9,Couple family with children Father only born overseas Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7627,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7628,CF_C_FBO_DC_10_12,Couple family with children Father only born overseas Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7628,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7629,CF_C_FBO_DC_13_14,Couple family with children Father only born overseas Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7629,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7630,CF_C_FBO_DC_15_17,Couple family with children Father only born overseas Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7630,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7631,CF_C_FBO_DC_18_20,Couple family with children Father only born overseas Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7631,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7632,CF_C_FBO_DC_21_24,Couple family with children Father only born overseas Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7632,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7633,CF_C_FBO_Tot,Couple family with children Father only born overseas Total,,G26,people,families|nationality,Total,,7633,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7634,CF_C_MBO_DC_0_4,Couple family with children Mother only born overseas Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7634,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7635,CF_C_MBO_DC_5_9,Couple family with children Mother only born overseas Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7635,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7636,CF_C_MBO_DC_10_12,Couple family with children Mother only born overseas Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7636,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7637,CF_C_MBO_DC_13_14,Couple family with children Mother only born overseas Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7637,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7638,CF_C_MBO_DC_15_17,Couple family with children Mother only born overseas Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7638,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7639,CF_C_MBO_DC_18_20,Couple family with children Mother only born overseas Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7639,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7640,CF_C_MBO_DC_21_24,Couple family with children Mother only born overseas Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7640,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7641,CF_C_MBO_Tot,Couple family with children Mother only born overseas Total,,G26,people,families|nationality,Total,,7641,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7642,CF_C_BPBAu_DC_0_4,Couple family with children Both parents born in Australia Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7642,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7643,CF_C_BPBAu_DC_5_9,Couple family with children Both parents born in Australia Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7643,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7644,CF_C_BPBAu_DC_10_12,Couple family with children Both parents born in Australia Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7644,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7645,CF_C_BPBAu_DC_13_14,Couple family with children Both parents born in Australia Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7645,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7646,CF_C_BPBAu_DC_15_17,Couple family with children Both parents born in Australia Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7646,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7647,CF_C_BPBAu_DC_18_20,Couple family with children Both parents born in Australia Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7647,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7648,CF_C_BPBAu_DC_21_24,Couple family with children Both parents born in Australia Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7648,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7649,CF_C_BPBAu_Tot,Couple family with children Both parents born in Australia Total,,G26,people,families|nationality,Total,,7649,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7650,CF_C_BP_NS_DC_0_4,Couple family with children Birthplace not stated Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7650,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7651,CF_C_BP_NS_DC_5_9,Couple family with children Birthplace not stated Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7651,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7652,CF_C_BP_NS_DC_10_12,Couple family with children Birthplace not stated Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7652,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7653,CF_C_BP_NS_DC_13_14,Couple family with children Birthplace not stated Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7653,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7654,CF_C_BP_NS_DC_15_17,Couple family with children Birthplace not stated Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7654,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7655,CF_C_BP_NS_DC_18_20,Couple family with children Birthplace not stated Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7655,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7656,CF_C_BP_NS_DC_21_24,Couple family with children Birthplace not stated Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7656,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7657,CF_C_BP_NS_Tot,Couple family with children Birthplace not stated Total,,G26,people,families|nationality,Total,,7657,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7658,CF_C_Tot_DC_0_4,Couple family with children Total Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7658,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7659,CF_C_Tot_DC_5_9,Couple family with children Total Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7659,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7660,CF_C_Tot_DC_10_12,Couple family with children Total Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7660,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7661,CF_C_Tot_DC_13_14,Couple family with children Total Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7661,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7662,CF_C_Tot_DC_15_17,Couple family with children Total Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7662,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7663,CF_C_Tot_DC_18_20,Couple family with children Total Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7663,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7664,CF_C_Tot_DC_21_24,Couple family with children Total Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7664,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7665,CF_C_Tot_Tot,Couple family with children Total Total,,G26,people,families|nationality,Total,,7665,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7666,One_PF_BPBO_DC_0_4,One parent family Both parents born overseas Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7666,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7667,One_PF_BPBO_DC_5_9,One parent family Both parents born overseas Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7667,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7668,One_PF_BPBO_DC_10_12,One parent family Both parents born overseas Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7668,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7669,One_PF_BPBO_DC_13_14,One parent family Both parents born overseas Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7669,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7670,One_PF_BPBO_DC_15_17,One parent family Both parents born overseas Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7670,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7671,One_PF_BPBO_DC_18_20,One parent family Both parents born overseas Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7671,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7672,One_PF_BPBO_DC_21_24,One parent family Both parents born overseas Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7672,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7673,One_PF_BPBO_Tot,One parent family Both parents born overseas Total,,G26,people,families|nationality,Total,,7673,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7674,One_PF_FBO_DC_0_4,One parent family Father only born overseas Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7674,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7675,One_PF_FBO_DC_5_9,One parent family Father only born overseas Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7675,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7676,One_PF_FBO_DC_10_12,One parent family Father only born overseas Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7676,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7677,One_PF_FBO_DC_13_14,One parent family Father only born overseas Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7677,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7678,One_PF_FBO_DC_15_17,One parent family Father only born overseas Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7678,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7679,One_PF_FBO_DC_18_20,One parent family Father only born overseas Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7679,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7680,One_PF_FBO_DC_21_24,One parent family Father only born overseas Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7680,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7681,One_PF_FBO_Tot,One parent family Father only born overseas Total,,G26,people,families|nationality,Total,,7681,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7682,One_PF_MBO_DC_0_4,One parent family Mother only born overseas Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7682,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7683,One_PF_MBO_DC_5_9,One parent family Mother only born overseas Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7683,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7684,One_PF_MBO_DC_10_12,One parent family Mother only born overseas Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7684,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7685,One_PF_MBO_DC_13_14,One parent family Mother only born overseas Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7685,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7686,One_PF_MBO_DC_15_17,One parent family Mother only born overseas Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7686,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7687,One_PF_MBO_DC_18_20,One parent family Mother only born overseas Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7687,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7688,One_PF_MBO_DC_21_24,One parent family Mother only born overseas Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7688,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7689,One_PF_MBO_Tot,One parent family Mother only born overseas Total,,G26,people,families|nationality,Total,,7689,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7690,One_PF_BPBAu_DC_0_4,One parent family Both parents born in Australia Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7690,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7691,One_PF_BPBAu_DC_5_9,One parent family Both parents born in Australia Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7691,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7692,One_PF_BPBAu_DC_10_12,One parent family Both parents born in Australia Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7692,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7693,One_PF_BPBAu_DC_13_14,One parent family Both parents born in Australia Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7693,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7694,One_PF_BPBAu_DC_15_17,One parent family Both parents born in Australia Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7694,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7695,One_PF_BPBAu_DC_18_20,One parent family Both parents born in Australia Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7695,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7696,One_PF_BPBAu_DC_21_24,One parent family Both parents born in Australia Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7696,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7697,One_PF_BPBAu_Tot,One parent family Both parents born in Australia Total,,G26,people,families|nationality,Total,,7697,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7698,One_PF_BP_NS_DC_0_4,One parent family Birthplace not stated Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7698,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7699,One_PF_BP_NS_DC_5_9,One parent family Birthplace not stated Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7699,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7700,One_PF_BP_NS_DC_10_12,One parent family Birthplace not stated Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7700,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7701,One_PF_BP_NS_DC_13_14,One parent family Birthplace not stated Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7701,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7702,One_PF_BP_NS_DC_15_17,One parent family Birthplace not stated Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7702,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7703,One_PF_BP_NS_DC_18_20,One parent family Birthplace not stated Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7703,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7704,One_PF_BP_NS_DC_21_24,One parent family Birthplace not stated Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7704,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7705,One_PF_BP_NS_Tot,One parent family Birthplace not stated Total,,G26,people,families|nationality,Total,,7705,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7706,One_PF_Tot_DC_0_4,One parent family Total Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7706,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7707,One_PF_Tot_DC_5_9,One parent family Total Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7707,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7708,One_PF_Tot_DC_10_12,One parent family Total Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7708,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7709,One_PF_Tot_DC_13_14,One parent family Total Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7709,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7710,One_PF_Tot_DC_15_17,One parent family Total Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7710,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7711,One_PF_Tot_DC_18_20,One parent family Total Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7711,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7712,One_PF_Tot_DC_21_24,One parent family Total Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7712,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7713,One_PF_Tot_Tot,One parent family Total Total,,G26,people,families|nationality,Total,,7713,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7714,Tot_DC_0_4,Total Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7714,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7715,Tot_DC_5_9,Total Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7715,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7716,Tot_DC_10_12,Total Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7716,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7717,Tot_DC_13_14,Total Age of dependent children 13 14 years,,G26,people,families|nationality,Age of dependent children: 13-14 years,,7717,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7718,Tot_DC_15_17,Total Age of dependent children 15 17 years,,G26,people,families|nationality,Age of dependent children: 15-17 years,,7718,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7719,Tot_DC_18_20,Total Age of dependent children 18 20 years,,G26,people,families|nationality,Age of dependent children: 18-20 years,,7719,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7720,Tot_DC_21_24,Total Age of dependent children 21 24 years,,G26,people,families|nationality,Age of dependent children: 21-24 years,,7720,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7721,Tot_Tot,Total Total,,G26,people,families|nationality,Total,,7721,Family Composition and Country of Birth of Parents by Age of Dependent Children +G7722,Intct_fam_no_otr_chld_pre_Fam,Intact family with no other children present Families,,G27,people,families|nationality,Families,,7722,Family Blending +G7723,Step_fam_no_otr_chld_pre_Fam,Step family with no other children present Families,,G27,people,families|nationality,Families,,7723,Family Blending +G7724,Blnd_fam_no_otr_chld_pre_Fam,Blended family with no other children present Families,,G27,people,families|nationality,Families,,7724,Family Blending +G7725,Intct_fam_othr_child_pres_Fam,Intact family with other children present Families,,G27,people,families|nationality,Families,,7725,Family Blending +G7726,Step_fam_othr_child_pres_Fam,Step family with other children present Families,,G27,people,families|nationality,Families,,7726,Family Blending +G7727,Blnd_fam_othr_child_pres_Fam,Blended family with other children present Families,,G27,people,families|nationality,Families,,7727,Family Blending +G7728,Otr_cpl_fam_otr_chld_only_Fam,Other couple family with other children only Families,,G27,people,families|nationality,Families,,7728,Family Blending +G7729,Tot_Families,Total Families,,G27,people,families|nationality,Families,,7729,Family Blending +G7730,Neg_Nil_inc_cpl_fam_no_child,Negative Nil income Couple family with no children,,G28,households,income|families,Couple family with no children,,7730,Total Family Income (Weekly) by Family Composition +G7731,Neg_Nil_inc_cpl_fam_wth_chld,Negative Nil income Couple family with children,,G28,households,income|families,Couple family with children,,7731,Total Family Income (Weekly) by Family Composition +G7732,Neg_Nil_inc_One_parent_fam,Negative Nil income One parent family,,G28,households,income|families,One parent family,,7732,Total Family Income (Weekly) by Family Composition +G7733,Neg_Nil_inc_Other_fam,Negative Nil income Other family,,G28,households,income|families,Other family,,7733,Total Family Income (Weekly) by Family Composition +G7734,Neg_Nil_inc_Tot,Negative Nil income Total,,G28,households,income|families,Total,,7734,Total Family Income (Weekly) by Family Composition +G7735,FI_1_149_cpl_fam_no_child,1 149 Couple family with no children,,G28,households,income|families,Couple family with no children,,7735,Total Family Income (Weekly) by Family Composition +G7736,FI_1_149_cpl_fam_with_child,1 149 Couple family with children,,G28,households,income|families,Couple family with children,,7736,Total Family Income (Weekly) by Family Composition +G7737,FI_1_149_One_parent_fam,1 149 One parent family,,G28,households,income|families,One parent family,,7737,Total Family Income (Weekly) by Family Composition +G7738,FI_1_149_Other_fam,1 149 Other family,,G28,households,income|families,Other family,,7738,Total Family Income (Weekly) by Family Composition +G7739,FI_1_149_Tot,1 149 Total,,G28,households,income|families,Total,,7739,Total Family Income (Weekly) by Family Composition +G7740,FI_150_299_cpl_fam_no_child,150 299 Couple family with no children,,G28,households,income|families,Couple family with no children,,7740,Total Family Income (Weekly) by Family Composition +G7741,FI_150_299_cpl_fam_with_child,150 299 Couple family with children,,G28,households,income|families,Couple family with children,,7741,Total Family Income (Weekly) by Family Composition +G7742,FI_150_299_One_parent_fam,150 299 One parent family,,G28,households,income|families,One parent family,,7742,Total Family Income (Weekly) by Family Composition +G7743,FI_150_299_Other_fam,150 299 Other family,,G28,households,income|families,Other family,,7743,Total Family Income (Weekly) by Family Composition +G7744,FI_150_299_Tot,150 299 Total,,G28,households,income|families,Total,,7744,Total Family Income (Weekly) by Family Composition +G7745,FI_300_399_cpl_fam_no_child,300 399 Couple family with no children,,G28,households,income|families,Couple family with no children,,7745,Total Family Income (Weekly) by Family Composition +G7746,FI_300_399_cpl_fam_with_child,300 399 Couple family with children,,G28,households,income|families,Couple family with children,,7746,Total Family Income (Weekly) by Family Composition +G7747,FI_300_399_One_parent_fam,300 399 One parent family,,G28,households,income|families,One parent family,,7747,Total Family Income (Weekly) by Family Composition +G7748,FI_300_399_Other_fam,300 399 Other family,,G28,households,income|families,Other family,,7748,Total Family Income (Weekly) by Family Composition +G7749,FI_300_399_Tot,300 399 Total,,G28,households,income|families,Total,,7749,Total Family Income (Weekly) by Family Composition +G7750,FI_400_499_cpl_fam_no_child,400 499 Couple family with no children,,G28,households,income|families,Couple family with no children,,7750,Total Family Income (Weekly) by Family Composition +G7751,FI_400_499_cpl_fam_with_child,400 499 Couple family with children,,G28,households,income|families,Couple family with children,,7751,Total Family Income (Weekly) by Family Composition +G7752,FI_400_499_One_parent_fam,400 499 One parent family,,G28,households,income|families,One parent family,,7752,Total Family Income (Weekly) by Family Composition +G7753,FI_400_499_Other_fam,400 499 Other family,,G28,households,income|families,Other family,,7753,Total Family Income (Weekly) by Family Composition +G7754,FI_400_499_Tot,400 499 Total,,G28,households,income|families,Total,,7754,Total Family Income (Weekly) by Family Composition +G7755,FI_500_649_cpl_fam_no_child,500 649 Couple family with no children,,G28,households,income|families,Couple family with no children,,7755,Total Family Income (Weekly) by Family Composition +G7756,FI_500_649_cpl_fam_with_child,500 649 Couple family with children,,G28,households,income|families,Couple family with children,,7756,Total Family Income (Weekly) by Family Composition +G7757,FI_500_649_One_parent_fam,500 649 One parent family,,G28,households,income|families,One parent family,,7757,Total Family Income (Weekly) by Family Composition +G7758,FI_500_649_Other_fam,500 649 Other family,,G28,households,income|families,Other family,,7758,Total Family Income (Weekly) by Family Composition +G7759,FI_500_649_Tot,500 649 Total,,G28,households,income|families,Total,,7759,Total Family Income (Weekly) by Family Composition +G7760,FI_650_799_cpl_fam_no_child,650 799 Couple family with no children,,G28,households,income|families,Couple family with no children,,7760,Total Family Income (Weekly) by Family Composition +G7761,FI_650_799_cpl_fam_with_child,650 799 Couple family with children,,G28,households,income|families,Couple family with children,,7761,Total Family Income (Weekly) by Family Composition +G7762,FI_650_799_One_parent_fam,650 799 One parent family,,G28,households,income|families,One parent family,,7762,Total Family Income (Weekly) by Family Composition +G7763,FI_650_799_Other_fam,650 799 Other family,,G28,households,income|families,Other family,,7763,Total Family Income (Weekly) by Family Composition +G7764,FI_650_799_Tot,650 799 Total,,G28,households,income|families,Total,,7764,Total Family Income (Weekly) by Family Composition +G7765,FI_800_999_cpl_fam_no_child,800 999 Couple family with no children,,G28,households,income|families,Couple family with no children,,7765,Total Family Income (Weekly) by Family Composition +G7766,FI_800_999_cpl_fam_wth_chld,800 999 Couple family with children,,G28,households,income|families,Couple family with children,,7766,Total Family Income (Weekly) by Family Composition +G7767,FI_800_999_One_parent_fam,800 999 One parent family,,G28,households,income|families,One parent family,,7767,Total Family Income (Weekly) by Family Composition +G7768,FI_800_999_Other_fam,800 999 Other family,,G28,households,income|families,Other family,,7768,Total Family Income (Weekly) by Family Composition +G7769,FI_800_999_Tot,800 999 Total,,G28,households,income|families,Total,,7769,Total Family Income (Weekly) by Family Composition +G7770,FI_1000_1249_cpl_fam_no_child,1000 1249 Couple family with no children,,G28,households,income|families,Couple family with no children,,7770,Total Family Income (Weekly) by Family Composition +G7771,FI_1000_1249_cpl_fam_wth_chld,1000 1249 Couple family with children,,G28,households,income|families,Couple family with children,,7771,Total Family Income (Weekly) by Family Composition +G7772,FI_1000_1249_One_parent_fam,1000 1249 One parent family,,G28,households,income|families,One parent family,,7772,Total Family Income (Weekly) by Family Composition +G7773,FI_1000_1249_Other_fam,1000 1249 Other family,,G28,households,income|families,Other family,,7773,Total Family Income (Weekly) by Family Composition +G7774,FI_1000_1249_Tot,1000 1249 Total,,G28,households,income|families,Total,,7774,Total Family Income (Weekly) by Family Composition +G7775,FI_1250_1499_cpl_fam_no_child,1250 1499 Couple family with no children,,G28,households,income|families,Couple family with no children,,7775,Total Family Income (Weekly) by Family Composition +G7776,FI_1250_1499_cpl_fam_wth_chld,1250 1499 Couple family with children,,G28,households,income|families,Couple family with children,,7776,Total Family Income (Weekly) by Family Composition +G7777,FI_1250_1499_One_parent_fam,1250 1499 One parent family,,G28,households,income|families,One parent family,,7777,Total Family Income (Weekly) by Family Composition +G7778,FI_1250_1499_Other_fam,1250 1499 Other family,,G28,households,income|families,Other family,,7778,Total Family Income (Weekly) by Family Composition +G7779,FI_1250_1499_Tot,1250 1499 Total,,G28,households,income|families,Total,,7779,Total Family Income (Weekly) by Family Composition +G7780,FI_1500_1749_cpl_fam_no_child,1500 1749 Couple family with no children,,G28,households,income|families,Couple family with no children,,7780,Total Family Income (Weekly) by Family Composition +G7781,FI_1500_1749_cpl_fam_wth_chld,1500 1749 Couple family with children,,G28,households,income|families,Couple family with children,,7781,Total Family Income (Weekly) by Family Composition +G7782,FI_1500_1749_One_parent_fam,1500 1749 One parent family,,G28,households,income|families,One parent family,,7782,Total Family Income (Weekly) by Family Composition +G7783,FI_1500_1749_Other_fam,1500 1749 Other family,,G28,households,income|families,Other family,,7783,Total Family Income (Weekly) by Family Composition +G7784,FI_1500_1749_Tot,1500 1749 Total,,G28,households,income|families,Total,,7784,Total Family Income (Weekly) by Family Composition +G7785,FI_1750_1999_cpl_fam_no_child,1750 1999 Couple family with no children,,G28,households,income|families,Couple family with no children,,7785,Total Family Income (Weekly) by Family Composition +G7786,FI_1750_1999_cpl_fam_wth_chld,1750 1999 Couple family with children,,G28,households,income|families,Couple family with children,,7786,Total Family Income (Weekly) by Family Composition +G7787,FI_1750_1999_One_parent_fam,1750 1999 One parent family,,G28,households,income|families,One parent family,,7787,Total Family Income (Weekly) by Family Composition +G7788,FI_1750_1999_Other_fam,1750 1999 Other family,,G28,households,income|families,Other family,,7788,Total Family Income (Weekly) by Family Composition +G7789,FI_1750_1999_Tot,1750 1999 Total,,G28,households,income|families,Total,,7789,Total Family Income (Weekly) by Family Composition +G7790,FI_2000_2499_cpl_fam_no_child,2000 2499 Couple family with no children,,G28,households,income|families,Couple family with no children,,7790,Total Family Income (Weekly) by Family Composition +G7791,FI_2000_2499_cpl_fam_wth_chld,2000 2499 Couple family with children,,G28,households,income|families,Couple family with children,,7791,Total Family Income (Weekly) by Family Composition +G7792,FI_2000_2499_One_parent_fam,2000 2499 One parent family,,G28,households,income|families,One parent family,,7792,Total Family Income (Weekly) by Family Composition +G7793,FI_2000_2499_Other_fam,2000 2499 Other family,,G28,households,income|families,Other family,,7793,Total Family Income (Weekly) by Family Composition +G7794,FI_2000_2499_Tot,2000 2499 Total,,G28,households,income|families,Total,,7794,Total Family Income (Weekly) by Family Composition +G7795,FI_2500_2999_cpl_fam_no_child,2500 2999 Couple family with no children,,G28,households,income|families,Couple family with no children,,7795,Total Family Income (Weekly) by Family Composition +G7796,FI_2500_2999_cpl_fam_wth_chld,2500 2999 Couple family with children,,G28,households,income|families,Couple family with children,,7796,Total Family Income (Weekly) by Family Composition +G7797,FI_2500_2999_One_parent_fam,2500 2999 One parent family,,G28,households,income|families,One parent family,,7797,Total Family Income (Weekly) by Family Composition +G7798,FI_2500_2999_Other_fam,2500 2999 Other family,,G28,households,income|families,Other family,,7798,Total Family Income (Weekly) by Family Composition +G7799,FI_2500_2999_Tot,2500 2999 Total,,G28,households,income|families,Total,,7799,Total Family Income (Weekly) by Family Composition +G7800,FI_3000_3499_cpl_fam_no_child,3000 3499 Couple family with no children,,G28,households,income|families,Couple family with no children,,7800,Total Family Income (Weekly) by Family Composition +G7801,FI_3000_3499_cpl_fam_wth_chld,3000 3499 Couple family with children,,G28,households,income|families,Couple family with children,,7801,Total Family Income (Weekly) by Family Composition +G7802,FI_3000_3499_One_parent_fam,3000 3499 One parent family,,G28,households,income|families,One parent family,,7802,Total Family Income (Weekly) by Family Composition +G7803,FI_3000_3499_Other_fam,3000 3499 Other family,,G28,households,income|families,Other family,,7803,Total Family Income (Weekly) by Family Composition +G7804,FI_3000_3499_Tot,3000 3499 Total,,G28,households,income|families,Total,,7804,Total Family Income (Weekly) by Family Composition +G7805,FI_3500_3999_cpl_fam_no_child,3500 3999 Couple family with no children,,G28,households,income|families,Couple family with no children,,7805,Total Family Income (Weekly) by Family Composition +G7806,FI_3500_3999_cpl_fam_wth_chld,3500 3999 Couple family with children,,G28,households,income|families,Couple family with children,,7806,Total Family Income (Weekly) by Family Composition +G7807,FI_3500_3999_One_parent_fam,3500 3999 One parent family,,G28,households,income|families,One parent family,,7807,Total Family Income (Weekly) by Family Composition +G7808,FI_3500_3999_Other_fam,3500 3999 Other family,,G28,households,income|families,Other family,,7808,Total Family Income (Weekly) by Family Composition +G7809,FI_3500_3999_Tot,3500 3999 Total,,G28,households,income|families,Total,,7809,Total Family Income (Weekly) by Family Composition +G7810,FI_4000_more_cpl_fam_no_child,4000 or more Couple family with no children,,G28,households,income|families,Couple family with no children,,7810,Total Family Income (Weekly) by Family Composition +G7811,FI_4000_more_cpl_fam_wth_chld,4000 or more Couple family with children,,G28,households,income|families,Couple family with children,,7811,Total Family Income (Weekly) by Family Composition +G7812,FI_4000_more_One_parent_fam,4000 or more One parent family,,G28,households,income|families,One parent family,,7812,Total Family Income (Weekly) by Family Composition +G7813,FI_4000_more_Other_fam,4000 or more Other family,,G28,households,income|families,Other family,,7813,Total Family Income (Weekly) by Family Composition +G7814,FI_4000_more_Tot,4000 or more Total,,G28,households,income|families,Total,,7814,Total Family Income (Weekly) by Family Composition +G7815,Prt_inc_std_cpl_fam_no_child,Partial income stated Couple family with no children,,G28,households,income|families,Couple family with no children,,7815,Total Family Income (Weekly) by Family Composition +G7816,Part_inc_std_cpl_fam_wth_chld,Partial income stated Couple family with children,,G28,households,income|families,Couple family with children,,7816,Total Family Income (Weekly) by Family Composition +G7817,Part_inc_statd_One_parent_fam,Partial income stated One parent family,,G28,households,income|families,One parent family,,7817,Total Family Income (Weekly) by Family Composition +G7818,Partial_income_statd_Othr_fam,Partial income stated Other family,,G28,households,income|families,Other family,,7818,Total Family Income (Weekly) by Family Composition +G7819,Partial_income_stated_Tot,Partial income stated Total,,G28,households,income|families,Total,,7819,Total Family Income (Weekly) by Family Composition +G7820,All_inc_ns_cpl_fam_no_child,All incomes not stated Couple family with no children,,G28,households,income|families,Couple family with no children,,7820,Total Family Income (Weekly) by Family Composition +G7821,All_inc_ns_cpl_fam_wth_chld,All incomes not stated Couple family with children,,G28,households,income|families,Couple family with children,,7821,Total Family Income (Weekly) by Family Composition +G7822,All_incomes_ns_One_parent_fam,All incomes not stated One parent family,,G28,households,income|families,One parent family,,7822,Total Family Income (Weekly) by Family Composition +G7823,All_incomes_ns_Other_fam,All incomes not stated Other family,,G28,households,income|families,Other family,,7823,Total Family Income (Weekly) by Family Composition +G7824,All_incomes_ns_Tot,All incomes not stated Total,,G28,households,income|families,Total,,7824,Total Family Income (Weekly) by Family Composition +G7825,Tot_cpl_fam_no_child,Total Couple family with no children,,G28,households,income|families,Couple family with no children,,7825,Total Family Income (Weekly) by Family Composition +G7826,Tot_cpl_fam_wth_chld,Total Couple family with children,,G28,households,income|families,Couple family with children,,7826,Total Family Income (Weekly) by Family Composition +G7827,Tot_One_parent_fam,Total One parent family,,G28,households,income|families,One parent family,,7827,Total Family Income (Weekly) by Family Composition +G7828,Tot_Other_fam,Total Other family,,G28,households,income|families,Other family,,7828,Total Family Income (Weekly) by Family Composition +G7829,Tot_Tot,Total Total,,G28,households,income|families,Total,,7829,Total Family Income (Weekly) by Family Composition +G7830,Neg_Nil_inc_fam_households,Negative Nil income Family households,,G29,households,income,Family households,,7830,Total Household Income (Weekly) by Household Composition +G7831,Neg_Nil_inc_Non_fam_househlds,Negative Nil income Non family households,,G29,households,income,Non-family households,,7831,Total Household Income (Weekly) by Household Composition +G7832,Negative_Nil_income_Tot,Negative Nil income Total,,G29,households,income,Total,,7832,Total Household Income (Weekly) by Household Composition +G7833,HI_1_149_Family_households,1 149 Family households,,G29,households,income,Family households,,7833,Total Household Income (Weekly) by Household Composition +G7834,HI_1_149_Non_family_hseholds,1 149 Non family households,,G29,households,income,Non-family households,,7834,Total Household Income (Weekly) by Household Composition +G7835,HI_1_149_Tot,1 149 Total,,G29,households,income,Total,,7835,Total Household Income (Weekly) by Household Composition +G7836,HI_150_299_Family_households,150 299 Family households,,G29,households,income,Family households,,7836,Total Household Income (Weekly) by Household Composition +G7837,HI_150_299_Non_fam_househlds,150 299 Non family households,,G29,households,income,Non-family households,,7837,Total Household Income (Weekly) by Household Composition +G7838,HI_150_299_Tot,150 299 Total,,G29,households,income,Total,,7838,Total Household Income (Weekly) by Household Composition +G7839,HI_300_399_Family_households,300 399 Family households,,G29,households,income,Family households,,7839,Total Household Income (Weekly) by Household Composition +G7840,HI_300_399_Non_fam_househlds,300 399 Non family households,,G29,households,income,Non-family households,,7840,Total Household Income (Weekly) by Household Composition +G7841,HI_300_399_Tot,300 399 Total,,G29,households,income,Total,,7841,Total Household Income (Weekly) by Household Composition +G7842,HI_400_499_Family_households,400 499 Family households,,G29,households,income,Family households,,7842,Total Household Income (Weekly) by Household Composition +G7843,HI_400_499_Non_fam_househlds,400 499 Non family households,,G29,households,income,Non-family households,,7843,Total Household Income (Weekly) by Household Composition +G7844,HI_400_499_Tot,400 499 Total,,G29,households,income,Total,,7844,Total Household Income (Weekly) by Household Composition +G7845,HI_500_649_Family_households,500 649 Family households,,G29,households,income,Family households,,7845,Total Household Income (Weekly) by Household Composition +G7846,HI_500_649_Non_fam_househlds,500 649 Non family households,,G29,households,income,Non-family households,,7846,Total Household Income (Weekly) by Household Composition +G7847,HI_500_649_Tot,500 649 Total,,G29,households,income,Total,,7847,Total Household Income (Weekly) by Household Composition +G7848,HI_650_799_Family_households,650 799 Family households,,G29,households,income,Family households,,7848,Total Household Income (Weekly) by Household Composition +G7849,HI_650_799_Non_fam_househlds,650 799 Non family households,,G29,households,income,Non-family households,,7849,Total Household Income (Weekly) by Household Composition +G7850,HI_650_799_Tot,650 799 Total,,G29,households,income,Total,,7850,Total Household Income (Weekly) by Household Composition +G7851,HI_800_999_Fam_households,800 999 Family households,,G29,households,income,Family households,,7851,Total Household Income (Weekly) by Household Composition +G7852,HI_800_999_Non_fam_hsehlds,800 999 Non family households,,G29,households,income,Non-family households,,7852,Total Household Income (Weekly) by Household Composition +G7853,HI_800_999_Tot,800 999 Total,,G29,households,income,Total,,7853,Total Household Income (Weekly) by Household Composition +G7854,HI_1000_1249_Fam_households,1000 1249 Family households,,G29,households,income,Family households,,7854,Total Household Income (Weekly) by Household Composition +G7855,HI_1000_1249_Non_fam_hsehlds,1000 1249 Non family households,,G29,households,income,Non-family households,,7855,Total Household Income (Weekly) by Household Composition +G7856,HI_1000_1249_Tot,1000 1249 Total,,G29,households,income,Total,,7856,Total Household Income (Weekly) by Household Composition +G7857,HI_1250_1499_Fam_households,1250 1499 Family households,,G29,households,income,Family households,,7857,Total Household Income (Weekly) by Household Composition +G7858,HI_1250_1499_Non_fam_hsehlds,1250 1499 Non family households,,G29,households,income,Non-family households,,7858,Total Household Income (Weekly) by Household Composition +G7859,HI_1250_1499_Tot,1250 1499 Total,,G29,households,income,Total,,7859,Total Household Income (Weekly) by Household Composition +G7860,HI_1500_1749_Fam_households,1500 1749 Family households,,G29,households,income,Family households,,7860,Total Household Income (Weekly) by Household Composition +G7861,HI_1500_1749_Non_fam_hsehlds,1500 1749 Non family households,,G29,households,income,Non-family households,,7861,Total Household Income (Weekly) by Household Composition +G7862,HI_1500_1749_Tot,1500 1749 Total,,G29,households,income,Total,,7862,Total Household Income (Weekly) by Household Composition +G7863,HI_1750_1999_Fam_households,1750 1999 Family households,,G29,households,income,Family households,,7863,Total Household Income (Weekly) by Household Composition +G7864,HI_1750_1999_Non_fam_hsehlds,1750 1999 Non family households,,G29,households,income,Non-family households,,7864,Total Household Income (Weekly) by Household Composition +G7865,HI_1750_1999_Tot,1750 1999 Total,,G29,households,income,Total,,7865,Total Household Income (Weekly) by Household Composition +G7866,HI_2000_2499_Fam_households,2000 2499 Family households,,G29,households,income,Family households,,7866,Total Household Income (Weekly) by Household Composition +G7867,HI_2000_2499_Non_fam_hsehlds,2000 2499 Non family households,,G29,households,income,Non-family households,,7867,Total Household Income (Weekly) by Household Composition +G7868,HI_2000_2499_Tot,2000 2499 Total,,G29,households,income,Total,,7868,Total Household Income (Weekly) by Household Composition +G7869,HI_2500_2999_Fam_households,2500 2999 Family households,,G29,households,income,Family households,,7869,Total Household Income (Weekly) by Household Composition +G7870,HI_2500_2999_Non_fam_hsehlds,2500 2999 Non family households,,G29,households,income,Non-family households,,7870,Total Household Income (Weekly) by Household Composition +G7871,HI_2500_2999_Tot,2500 2999 Total,,G29,households,income,Total,,7871,Total Household Income (Weekly) by Household Composition +G7872,HI_3000_3499_Fam_households,3000 3499 Family households,,G29,households,income,Family households,,7872,Total Household Income (Weekly) by Household Composition +G7873,HI_3000_3499_Non_fam_hsehlds,3000 3499 Non family households,,G29,households,income,Non-family households,,7873,Total Household Income (Weekly) by Household Composition +G7874,HI_3000_3499_Tot,3000 3499 Total,,G29,households,income,Total,,7874,Total Household Income (Weekly) by Household Composition +G7875,HI_3500_3999_Fam_households,3500 3999 Family households,,G29,households,income,Family households,,7875,Total Household Income (Weekly) by Household Composition +G7876,HI_3500_3999_Non_fam_hsehlds,3500 3999 Non family households,,G29,households,income,Non-family households,,7876,Total Household Income (Weekly) by Household Composition +G7877,HI_3500_3999_Tot,3500 3999 Total,,G29,households,income,Total,,7877,Total Household Income (Weekly) by Household Composition +G7878,HI_4000_more_Fam_households,4000 or more Family households,,G29,households,income,Family households,,7878,Total Household Income (Weekly) by Household Composition +G7879,HI_4000_more_Non_fam_hsehlds,4000 or more Non family households,,G29,households,income,Non-family households,,7879,Total Household Income (Weekly) by Household Composition +G7880,HI_4000_more_Tot,4000 or more Total,,G29,households,income,Total,,7880,Total Household Income (Weekly) by Household Composition +G7881,Part_inc_stated_Fam_household,Partial income stated Family households,,G29,households,income,Family households,,7881,Total Household Income (Weekly) by Household Composition +G7882,Part_inc_std_Non_fam_hhds,Partial income stated Non family households,,G29,households,income,Non-family households,,7882,Total Household Income (Weekly) by Household Composition +G7883,Partial_income_stated_Tot,Partial income stated Total,,G29,households,income,Total,,7883,Total Household Income (Weekly) by Household Composition +G7884,All_incomes_ns_Famly_househld,All incomes not stated Family households,,G29,households,income,Family households,,7884,Total Household Income (Weekly) by Household Composition +G7885,All_inc_ns_Non_famly_househld,All incomes not stated Non family households,,G29,households,income,Non-family households,,7885,Total Household Income (Weekly) by Household Composition +G7886,All_incomes_not_stated_Tot,All incomes not stated Total,,G29,households,income,Total,,7886,Total Household Income (Weekly) by Household Composition +G7887,Tot_Family_households,Total Family households,,G29,households,income,Family households,,7887,Total Household Income (Weekly) by Household Composition +G7888,Tot_Non_family_households,Total Non family households,,G29,households,income,Non-family households,,7888,Total Household Income (Weekly) by Household Composition +G7889,Tot_Tot,Total Total,,G29,households,income,Total,,7889,Total Household Income (Weekly) by Household Composition +G7890,Num_MVs_per_dweling_0_MVs,Number of motor vehicles per dwelling No motor vehicles Dwellings,,G30,vehicles,housing|transportation,Dwellings,,7890,Number of Motor Vehicles by Dwellings +G7891,Num_MVs_per_dweling_1_MVs,Number of motor vehicles per dwelling One motor vehicle Dwellings,,G30,vehicles,housing|transportation,Dwellings,,7891,Number of Motor Vehicles by Dwellings +G7892,Num_MVs_per_dweling_2_MVs,Number of motor vehicles per dwelling Two motor vehicles Dwellings,,G30,vehicles,housing|transportation,Dwellings,,7892,Number of Motor Vehicles by Dwellings +G7893,Num_MVs_per_dweling_3_MVs,Number of motor vehicles per dwelling Three motor vehicles Dwellings,,G30,vehicles,housing|transportation,Dwellings,,7893,Number of Motor Vehicles by Dwellings +G7894,Num_MVs_per_dweling_4mo_MVs,Number of motor vehicles per dwelling Four or more motor vehicles Dwellings,,G30,vehicles,housing|transportation,Dwellings,,7894,Number of Motor Vehicles by Dwellings +G7895,Num_MVs_per_dweling_Tot,Number of motor vehicles per dwelling Total Dwellings,,G30,vehicles,housing|transportation,Dwellings,,7895,Number of Motor Vehicles by Dwellings +G7896,Num_MVs_NS,Number of motor vehicles not stated Dwellings,,G30,vehicles,housing|transportation,Dwellings,,7896,Number of Motor Vehicles by Dwellings +G7897,Total_dwelings,Total Dwellings,,G30,vehicles,housing|transportation,Dwellings,,7897,Number of Motor Vehicles by Dwellings +G7898,Num_Psns_UR_1_FamHhold,Number of Persons usually resident One Family households,,G31,people,housing,Family households,,7898,Household Composition by Number of Persons Usually Resident +G7899,Num_Psns_UR_1_NonFamHhold,Number of Persons usually resident One Non family households,,G31,people,housing,Non-family households,,7899,Household Composition by Number of Persons Usually Resident +G7900,Num_Psns_UR_1_Total,Number of Persons usually resident One Total,,G31,people,housing,Total,,7900,Household Composition by Number of Persons Usually Resident +G7901,Num_Psns_UR_2_FamHhold,Number of Persons usually resident Two Family households,,G31,people,housing,Family households,,7901,Household Composition by Number of Persons Usually Resident +G7902,Num_Psns_UR_2_NonFamHhold,Number of Persons usually resident Two Non family households,,G31,people,housing,Non-family households,,7902,Household Composition by Number of Persons Usually Resident +G7903,Num_Psns_UR_2_Total,Number of Persons usually resident Two Total,,G31,people,housing,Total,,7903,Household Composition by Number of Persons Usually Resident +G7904,Num_Psns_UR_3_FamHhold,Number of Persons usually resident Three Family households,,G31,people,housing,Family households,,7904,Household Composition by Number of Persons Usually Resident +G7905,Num_Psns_UR_3_NonFamHhold,Number of Persons usually resident Three Non family households,,G31,people,housing,Non-family households,,7905,Household Composition by Number of Persons Usually Resident +G7906,Num_Psns_UR_3_Total,Number of Persons usually resident Three Total,,G31,people,housing,Total,,7906,Household Composition by Number of Persons Usually Resident +G7907,Num_Psns_UR_4_FamHhold,Number of Persons usually resident Four Family households,,G31,people,housing,Family households,,7907,Household Composition by Number of Persons Usually Resident +G7908,Num_Psns_UR_4_NonFamHhold,Number of Persons usually resident Four Non family households,,G31,people,housing,Non-family households,,7908,Household Composition by Number of Persons Usually Resident +G7909,Num_Psns_UR_4_Total,Number of Persons usually resident Four Total,,G31,people,housing,Total,,7909,Household Composition by Number of Persons Usually Resident +G7910,Num_Psns_UR_5_FamHhold,Number of Persons usually resident Five Family households,,G31,people,housing,Family households,,7910,Household Composition by Number of Persons Usually Resident +G7911,Num_Psns_UR_5_NonFamHhold,Number of Persons usually resident Five Non family households,,G31,people,housing,Non-family households,,7911,Household Composition by Number of Persons Usually Resident +G7912,Num_Psns_UR_5_Total,Number of Persons usually resident Five Total,,G31,people,housing,Total,,7912,Household Composition by Number of Persons Usually Resident +G7913,Num_Psns_UR_6mo_FamHhold,Number of Persons usually resident Six or more Family households,,G31,people,housing,Family households,,7913,Household Composition by Number of Persons Usually Resident +G7914,Num_Psns_UR_6mo_NonFamHhold,Number of Persons usually resident Six or more Non family households,,G31,people,housing,Non-family households,,7914,Household Composition by Number of Persons Usually Resident +G7915,Num_Psns_UR_6mo_Total,Number of Persons usually resident Six or more Total,,G31,people,housing,Total,,7915,Household Composition by Number of Persons Usually Resident +G7916,Total_FamHhold,Total Family households,,G31,people,housing,Family households,,7916,Household Composition by Number of Persons Usually Resident +G7917,Total_NonFamHhold,Total Non family households,,G31,people,housing,Non-family households,,7917,Household Composition by Number of Persons Usually Resident +G7918,Total_Total,Total Total,,G31,people,housing,Total,,7918,Household Composition by Number of Persons Usually Resident +G7919,OPDs_Separate_house_Dwellings,Occupied private dwellings Separate house Dwellings,,G32,households,housing,Dwellings,,7919,Dwelling Structure +G7920,OPDs_Separate_house_Persons,Occupied private dwellings Separate house Persons,,G32,households,housing,Persons,,7920,Dwelling Structure +G7921,OPDs_SD_r_t_h_th_1_sty_Dwgs,Occupied private dwellings Semi detached row or terrace house townhouse etc with One storey Dwellings,,G32,households,housing,Dwellings,,7921,Dwelling Structure +G7922,OPDs_SD_r_t_h_th_1_sty_Psns,Occupied private dwellings Semi detached row or terrace house townhouse etc with One storey Persons,,G32,households,housing,Persons,,7922,Dwelling Structure +G7923,OPDs_SD_r_t_h_th_2_m_sty_Dwgs,Occupied private dwellings Semi detached row or terrace house townhouse etc with Two or more storeys Dwellings,,G32,households,housing,Dwellings,,7923,Dwelling Structure +G7924,OPDs_SD_r_t_h_th_2_m_sty_Psns,Occupied private dwellings Semi detached row or terrace house townhouse etc with Two or more storeys Persons,,G32,households,housing,Persons,,7924,Dwelling Structure +G7925,OPDs_SD_r_t_h_th_Tot_Dwgs,Occupied private dwellings Semi detached row or terrace house townhouse etc with Total Dwellings,,G32,households,housing,Dwellings,,7925,Dwelling Structure +G7926,OPDs_SD_r_t_h_th_Tot_Psns,Occupied private dwellings Semi detached row or terrace house townhouse etc with Total Persons,,G32,households,housing,Persons,,7926,Dwelling Structure +G7927,OPDs_F_ap_I_1or2_sty_blk_Ds,Occupied private dwellings Flat or apartment In a one or two storey block Dwellings,,G32,households,housing,Dwellings,,7927,Dwelling Structure +G7928,OPDs_F_ap_I_1or2_sty_blk_Ps,Occupied private dwellings Flat or apartment In a one or two storey block Persons,,G32,households,housing,Persons,,7928,Dwelling Structure +G7929,OPDs_F_ap_I_3_sty_blk_Dwgs,Occupied private dwellings Flat or apartment In a three storey block Dwellings,,G32,households,housing,Dwellings,,7929,Dwelling Structure +G7930,OPDs_F_ap_I_3_sty_blk_Psns,Occupied private dwellings Flat or apartment In a three storey block Persons,,G32,households,housing,Persons,,7930,Dwelling Structure +G7931,OPDs_F_ap_I_4_m_sty_blk_Ds,Occupied private dwellings Flat or apartment In a four or more storey block Dwellings,,G32,households,housing,Dwellings,,7931,Dwelling Structure +G7932,OPDs_F_ap_I_4_m_sty_blk_Ps,Occupied private dwellings Flat or apartment In a four or more storey block Persons,,G32,households,housing,Persons,,7932,Dwelling Structure +G7933,OPDs_Flt_apt_Att_house_Ds,Occupied private dwellings Flat or apartment Attached to a house Dwellings,,G32,households,housing,Dwellings,,7933,Dwelling Structure +G7934,OPDs_Flt_apt_Att_house_Ps,Occupied private dwellings Flat or apartment Attached to a house Persons,,G32,households,housing,Persons,,7934,Dwelling Structure +G7935,OPDs_Flt_apart_Tot_Dwgs,Occupied private dwellings Flat or apartment Total Dwellings,,G32,households,housing,Dwellings,,7935,Dwelling Structure +G7936,OPDs_Flt_apart_Tot_Psns,Occupied private dwellings Flat or apartment Total Persons,,G32,households,housing,Persons,,7936,Dwelling Structure +G7937,OPDs_Oth_dwg_Cvn_Ds,Occupied private dwellings Other dwelling Caravan Dwellings,,G32,households,housing,Dwellings,,7937,Dwelling Structure +G7938,OPDs_Oth_dw_Cvn_Ps,Occupied private dwellings Other dwelling Caravan Persons,,G32,households,housing,Persons,,7938,Dwelling Structure +G7939,OPDs_Oth_dwg_cab_hboat_Ds,Occupied private dwellings Other dwelling Cabin houseboat Dwellings,,G32,households,housing,Dwellings,,7939,Dwelling Structure +G7940,OPDs_Oth_dwg_cab_hboat_Ps,Occupied private dwellings Other dwelling Cabin houseboat Persons,,G32,households,housing,Persons,,7940,Dwelling Structure +G7941,OPDs_Ot_dwg_Im_hm_tnt_SO_Ds,Occupied private dwellings Other dwelling Improvised home tent sleepers out Dwellings,,G32,households,housing,Dwellings,,7941,Dwelling Structure +G7942,OPDs_Ot_dwg_Im_hm_tnt_SO_Ps,Occupied private dwellings Other dwelling Improvised home tent sleepers out Persons,,G32,households,housing,Persons,,7942,Dwelling Structure +G7943,OPDs_Ot_dwg_Hs_f_att_sh_of_Ds,Occupied private dwellings Other dwelling House or flat attached to a shop office etc Dwellings,,G32,households,housing,Dwellings,,7943,Dwelling Structure +G7944,OPDs_Ot_dwg_Hs_f_att_sh_of_Ps,Occupied private dwellings Other dwelling House or flat attached to a shop office etc Persons,,G32,households,housing,Persons,,7944,Dwelling Structure +G7945,OPDs_Other_dwelling_Tot_Dwgs,Occupied private dwellings Other dwelling Total Dwellings,,G32,households,housing,Dwellings,,7945,Dwelling Structure +G7946,OPDs_Other_dwelling_Tot_Psns,Occupied private dwellings Other dwelling Total Persons,,G32,households,housing,Persons,,7946,Dwelling Structure +G7947,OPDs_Dwlling_structur_NS_Dwgs,Occupied private dwellings Dwelling structure not stated Dwellings,,G32,households,housing,Dwellings,,7947,Dwelling Structure +G7948,OPDs_Dwlling_structur_NS_Psns,Occupied private dwellings Dwelling structure not stated Persons,,G32,households,housing,Persons,,7948,Dwelling Structure +G7949,OPDs_Tot_OPDs_Dwellings,Occupied private dwellings Total occupied private dwellings Dwellings,,G32,households,housing,Dwellings,,7949,Dwelling Structure +G7950,OPDs_Tot_OPDs_Persons,Occupied private dwellings Total occupied private dwellings Persons,,G32,households,housing,Persons,,7950,Dwelling Structure +G7951,Unoccupied_PDs_Dwgs,Unoccupied private dwellings Dwellings,,G32,households,housing,Dwellings,,7951,Dwelling Structure +G7952,Unoccupied_PDs_Psns,Unoccupied private dwellings Persons,,G32,households,housing,Persons,,7952,Dwelling Structure +G7953,Total_PDs_Dwellings,Total private dwellings Dwellings,,G32,households,housing,Dwellings,,7953,Dwelling Structure +G7954,Total_PDs_Persons,Total private dwellings Persons,,G32,households,housing,Persons,,7954,Dwelling Structure +G7955,O_OR_DS_Sep_house,Owned outright Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,7955,Tenure Type and Landlord Type by Dwelling Structure +G7956,O_OR_DS_SemiD_ro_or_tce_h_th,Owned outright Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,7956,Tenure Type and Landlord Type by Dwelling Structure +G7957,O_OR_DS_Flat_apart,Owned outright Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,7957,Tenure Type and Landlord Type by Dwelling Structure +G7958,O_OR_DS_Oth_dwell,Owned outright Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,7958,Tenure Type and Landlord Type by Dwelling Structure +G7959,O_OR_DS_not_stated,Owned outright Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,7959,Tenure Type and Landlord Type by Dwelling Structure +G7960,O_OR_Total,Owned outright Total,,G33,housing_units,housing,Total,,7960,Tenure Type and Landlord Type by Dwelling Structure +G7961,O_MTG_DS_Sep_house,Owned with a mortgage Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,7961,Tenure Type and Landlord Type by Dwelling Structure +G7962,O_MTG_DS_SemiD_ro_or_tce_h_th,Owned with a mortgage Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,7962,Tenure Type and Landlord Type by Dwelling Structure +G7963,O_MTG_DS_Flat_apart,Owned with a mortgage Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,7963,Tenure Type and Landlord Type by Dwelling Structure +G7964,O_MTG_DS_Oth_dwell,Owned with a mortgage Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,7964,Tenure Type and Landlord Type by Dwelling Structure +G7965,O_MTG_DS_not_stated,Owned with a mortgage Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,7965,Tenure Type and Landlord Type by Dwelling Structure +G7966,O_MTG_Total,Owned with a mortgage Total,,G33,housing_units,housing,Total,,7966,Tenure Type and Landlord Type by Dwelling Structure +G7967,R_RE_Agt_DS_Sep_house,Rented Real Estate Agent Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,7967,Tenure Type and Landlord Type by Dwelling Structure +G7968,R_RE_Ag_DS_SemD_ro_or_tc_h_th,Rented Real Estate Agent Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,7968,Tenure Type and Landlord Type by Dwelling Structure +G7969,R_RE_Agt_DS_Flat_apart,Rented Real Estate Agent Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,7969,Tenure Type and Landlord Type by Dwelling Structure +G7970,R_RE_Agt_DS_Oth_dwell,Rented Real Estate Agent Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,7970,Tenure Type and Landlord Type by Dwelling Structure +G7971,R_RE_Agt_DS_not_stated,Rented Real Estate Agent Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,7971,Tenure Type and Landlord Type by Dwelling Structure +G7972,R_RE_Agt_Total,Rented Real Estate Agent Total,,G33,housing_units,housing,Total,,7972,Tenure Type and Landlord Type by Dwelling Structure +G7973,R_ST_h_auth_DS_Sep_house,Rented State or territory housing authority Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,7973,Tenure Type and Landlord Type by Dwelling Structure +G7974,R_ST_h_au_DS_SD_ro_or_tc_h_th,Rented State or territory housing authority Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,7974,Tenure Type and Landlord Type by Dwelling Structure +G7975,R_ST_h_auth_DS_Flat_apart,Rented State or territory housing authority Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,7975,Tenure Type and Landlord Type by Dwelling Structure +G7976,R_ST_h_auth_DS_Oth_dwell,Rented State or territory housing authority Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,7976,Tenure Type and Landlord Type by Dwelling Structure +G7977,R_ST_h_auth_DS_not_stated,Rented State or territory housing authority Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,7977,Tenure Type and Landlord Type by Dwelling Structure +G7978,R_ST_h_auth_Total,Rented State or territory housing authority Total,,G33,housing_units,housing,Total,,7978,Tenure Type and Landlord Type by Dwelling Structure +G7979,R_Psn_not_in_s_hh_DS_Sep_hous,Rented Person not in same household Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,7979,Tenure Type and Landlord Type by Dwelling Structure +G7980,R_P_not_in_s_h_DS_SD_ro_t_h_t,Rented Person not in same household Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,7980,Tenure Type and Landlord Type by Dwelling Structure +G7981,R_P_not_in_s_hh_DS_Flat_apart,Rented Person not in same household Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,7981,Tenure Type and Landlord Type by Dwelling Structure +G7982,R_Psn_not_in_s_hh_DS_Oth_dwel,Rented Person not in same household Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,7982,Tenure Type and Landlord Type by Dwelling Structure +G7983,R_Psn_not_in_s_hh_DS_NS,Rented Person not in same household Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,7983,Tenure Type and Landlord Type by Dwelling Structure +G7984,R_Psn_not_in_s_hh_Total,Rented Person not in same household Total,,G33,housing_units,housing,Total,,7984,Tenure Type and Landlord Type by Dwelling Structure +G7985,R_Hs_cop_cty_ch_gp_DS_Sp_ho,Rented Housing co operative community church group Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,7985,Tenure Type and Landlord Type by Dwelling Structure +G7986,R_Hs_c_ct_ch_g_DS_SD_ro_t_h_t,Rented Housing co operative community church group Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,7986,Tenure Type and Landlord Type by Dwelling Structure +G7987,R_Hse_cp_cty_ch_g_DS_Flt_apt,Rented Housing co operative community church group Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,7987,Tenure Type and Landlord Type by Dwelling Structure +G7988,R_Hs_cop_cty_ch_gp_DS_Ot_dwel,Rented Housing co operative community church group Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,7988,Tenure Type and Landlord Type by Dwelling Structure +G7989,R_Hse_coop_cty_ch_gp_DS_NS,Rented Housing co operative community church group Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,7989,Tenure Type and Landlord Type by Dwelling Structure +G7990,R_Hse_coop_cty_ch_gp_Total,Rented Housing co operative community church group Total,,G33,housing_units,housing,Total,,7990,Tenure Type and Landlord Type by Dwelling Structure +G7991,R_Ot_landld_typ_DS_Sep_house,Rented Other landlord type Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,7991,Tenure Type and Landlord Type by Dwelling Structure +G7992,R_O_LLd_typ_DS_SD_ro_tc_h_th,Rented Other landlord type Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,7992,Tenure Type and Landlord Type by Dwelling Structure +G7993,R_Ot_LLd_typ_DS_Flat_apart,Rented Other landlord type Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,7993,Tenure Type and Landlord Type by Dwelling Structure +G7994,R_Ot_landld_typ_DS_Oth_dwell,Rented Other landlord type Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,7994,Tenure Type and Landlord Type by Dwelling Structure +G7995,R_Ot_landld_typ_DS_not_stated,Rented Other landlord type Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,7995,Tenure Type and Landlord Type by Dwelling Structure +G7996,R_Ot_landld_typ_Total,Rented Other landlord type Total,,G33,housing_units,housing,Total,,7996,Tenure Type and Landlord Type by Dwelling Structure +G7997,R_Landld_typ_NS_DS_Sep_house,Rented Landlord type not stated Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,7997,Tenure Type and Landlord Type by Dwelling Structure +G7998,R_Ld_typ_NS_DS_SD_ro_tce_h_th,Rented Landlord type not stated Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,7998,Tenure Type and Landlord Type by Dwelling Structure +G7999,R_LLd_typ_NS_DS_Flat_apart,Rented Landlord type not stated Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,7999,Tenure Type and Landlord Type by Dwelling Structure +G8000,R_Landld_typ_NS_DS_Oth_dwell,Rented Landlord type not stated Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,8000,Tenure Type and Landlord Type by Dwelling Structure +G8001,R_Landld_typ_NS_DS_not_stated,Rented Landlord type not stated Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,8001,Tenure Type and Landlord Type by Dwelling Structure +G8002,R_Landld_typ_NS_Total,Rented Landlord type not stated Total,,G33,housing_units,housing,Total,,8002,Tenure Type and Landlord Type by Dwelling Structure +G8003,R_Tot_DS_Sep_house,Rented Total Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,8003,Tenure Type and Landlord Type by Dwelling Structure +G8004,R_Tot_DS_SemiD_ro_or_tce_h_th,Rented Total Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8004,Tenure Type and Landlord Type by Dwelling Structure +G8005,R_Tot_DS_Flat_apart,Rented Total Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,8005,Tenure Type and Landlord Type by Dwelling Structure +G8006,R_Tot_DS_Oth_dwell,Rented Total Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,8006,Tenure Type and Landlord Type by Dwelling Structure +G8007,R_Tot_DS_not_stated,Rented Total Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,8007,Tenure Type and Landlord Type by Dwelling Structure +G8008,R_Tot_Total,Rented Total Total,,G33,housing_units,housing,Total,,8008,Tenure Type and Landlord Type by Dwelling Structure +G8009,Oth_ten_type_DS_Sep_house,Other tenure type Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,8009,Tenure Type and Landlord Type by Dwelling Structure +G8010,Oth_ten_ty_DS_SD_ro_tce_h_th,Other tenure type Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8010,Tenure Type and Landlord Type by Dwelling Structure +G8011,Oth_ten_type_DS_Flat_apart,Other tenure type Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,8011,Tenure Type and Landlord Type by Dwelling Structure +G8012,Oth_ten_type_DS_Oth_dwell,Other tenure type Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,8012,Tenure Type and Landlord Type by Dwelling Structure +G8013,Oth_ten_type_DS_not_stated,Other tenure type Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,8013,Tenure Type and Landlord Type by Dwelling Structure +G8014,Oth_ten_type_Total,Other tenure type Total,,G33,housing_units,housing,Total,,8014,Tenure Type and Landlord Type by Dwelling Structure +G8015,Ten_type_NS_DS_Sep_house,Tenure type not stated Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,8015,Tenure Type and Landlord Type by Dwelling Structure +G8016,Ten_ty_NS_DS_SD_ro_tce_h_t,Tenure type not stated Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8016,Tenure Type and Landlord Type by Dwelling Structure +G8017,Ten_ty_NS_DS_Flat_apart,Tenure type not stated Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,8017,Tenure Type and Landlord Type by Dwelling Structure +G8018,Ten_type_NS_DS_Oth_dwell,Tenure type not stated Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,8018,Tenure Type and Landlord Type by Dwelling Structure +G8019,Ten_type_NS_DS_not_stated,Tenure type not stated Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,8019,Tenure Type and Landlord Type by Dwelling Structure +G8020,Ten_type_NS_Total,Tenure type not stated Total,,G33,housing_units,housing,Total,,8020,Tenure Type and Landlord Type by Dwelling Structure +G8021,Total_DS_Sep_house,Total Dwelling structure Separate house,,G33,housing_units,housing,Separate house,,8021,Tenure Type and Landlord Type by Dwelling Structure +G8022,Total_DS_SemiD_ro_or_tce_h_th,Total Dwelling structure Semi detached row or terrace house townhouse etc,,G33,housing_units,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8022,Tenure Type and Landlord Type by Dwelling Structure +G8023,Total_DS_Flat_apart,Total Dwelling structure Flat or apartment,,G33,housing_units,housing,Flat or apartment,,8023,Tenure Type and Landlord Type by Dwelling Structure +G8024,Total_DS_Oth_dwell,Total Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,8024,Tenure Type and Landlord Type by Dwelling Structure +G8025,Total_DS_not_stated,Total Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,8025,Tenure Type and Landlord Type by Dwelling Structure +G8026,Total_Total,Total Total,,G33,housing_units,housing,Total,,8026,Tenure Type and Landlord Type by Dwelling Structure +G8027,M_0_299_DS_DS_Sept_house,0 299 Dwelling structure Separate house,,G34,households,housing,Separate house,,8027,Mortgage Repayment (Monthly) by Dwelling Structure +G8028,M_0_299_DS_DS_sd_row_tce_hs_t,0 299 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8028,Mortgage Repayment (Monthly) by Dwelling Structure +G8029,M_0_299_DS_DS_Flat_apart,0 299 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8029,Mortgage Repayment (Monthly) by Dwelling Structure +G8030,M_0_299_DS_DS_Other_dwg,0 299 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8030,Mortgage Repayment (Monthly) by Dwelling Structure +G8031,M_0_299_DS_ns,0 299 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8031,Mortgage Repayment (Monthly) by Dwelling Structure +G8032,M_0_299_Tot,0 299 Total,,G34,households,housing,Total,,8032,Mortgage Repayment (Monthly) by Dwelling Structure +G8033,M_300_449_DS_Separate_hse,300 449 Dwelling structure Separate house,,G34,households,housing,Separate house,,8033,Mortgage Repayment (Monthly) by Dwelling Structure +G8034,M_300_449_DS_sd_row_tc_hse_th,300 449 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8034,Mortgage Repayment (Monthly) by Dwelling Structure +G8035,M_300_449_DS_Flat_apart,300 449 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8035,Mortgage Repayment (Monthly) by Dwelling Structure +G8036,M_300_449_DS_Other_dwg,300 449 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8036,Mortgage Repayment (Monthly) by Dwelling Structure +G8037,M_300_449_DS_ns,300 449 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8037,Mortgage Repayment (Monthly) by Dwelling Structure +G8038,M_300_449_Tot,300 449 Total,,G34,households,housing,Total,,8038,Mortgage Repayment (Monthly) by Dwelling Structure +G8039,M_450_599_DS_Separate_hse,450 599 Dwelling structure Separate house,,G34,households,housing,Separate house,,8039,Mortgage Repayment (Monthly) by Dwelling Structure +G8040,M_450_599_DS_sd_row_tce_hs_th,450 599 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8040,Mortgage Repayment (Monthly) by Dwelling Structure +G8041,M_450_599_DS_Flat_apart,450 599 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8041,Mortgage Repayment (Monthly) by Dwelling Structure +G8042,M_450_599_DS_Other_dwg,450 599 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8042,Mortgage Repayment (Monthly) by Dwelling Structure +G8043,M_450_599_DS_ns,450 599 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8043,Mortgage Repayment (Monthly) by Dwelling Structure +G8044,M_450_599_Tot,450 599 Total,,G34,households,housing,Total,,8044,Mortgage Repayment (Monthly) by Dwelling Structure +G8045,M_600_799_DS_Separate_hse,600 799 Dwelling structure Separate house,,G34,households,housing,Separate house,,8045,Mortgage Repayment (Monthly) by Dwelling Structure +G8046,M_600_799_DS_sd_row_tc_hs_th,600 799 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8046,Mortgage Repayment (Monthly) by Dwelling Structure +G8047,M_600_799_DS_Flat_apart,600 799 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8047,Mortgage Repayment (Monthly) by Dwelling Structure +G8048,M_600_799_DS_Other_dwg,600 799 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8048,Mortgage Repayment (Monthly) by Dwelling Structure +G8049,M_600_799_DS_ns,600 799 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8049,Mortgage Repayment (Monthly) by Dwelling Structure +G8050,M_600_799_Tot,600 799 Total,,G34,households,housing,Total,,8050,Mortgage Repayment (Monthly) by Dwelling Structure +G8051,M_800_999_DS_Separate_hse,800 999 Dwelling structure Separate house,,G34,households,housing,Separate house,,8051,Mortgage Repayment (Monthly) by Dwelling Structure +G8052,M_800_999_DS_sd_row_tc_hs_th,800 999 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8052,Mortgage Repayment (Monthly) by Dwelling Structure +G8053,M_800_999_DS_Flat_apart,800 999 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8053,Mortgage Repayment (Monthly) by Dwelling Structure +G8054,M_800_999_DS_Other_dwg,800 999 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8054,Mortgage Repayment (Monthly) by Dwelling Structure +G8055,M_800_999_DS_ns,800 999 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8055,Mortgage Repayment (Monthly) by Dwelling Structure +G8056,M_800_999_Tot,800 999 Total,,G34,households,housing,Total,,8056,Mortgage Repayment (Monthly) by Dwelling Structure +G8057,M_1000_1399_DS_Separate_hse,1000 1399 Dwelling structure Separate house,,G34,households,housing,Separate house,,8057,Mortgage Repayment (Monthly) by Dwelling Structure +G8058,M_1000_1399_DS_sd_rw_tc_h_th,1000 1399 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8058,Mortgage Repayment (Monthly) by Dwelling Structure +G8059,M_1000_1399_DS_Flat_apart,1000 1399 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8059,Mortgage Repayment (Monthly) by Dwelling Structure +G8060,M_1000_1399_DS_Other_dwg,1000 1399 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8060,Mortgage Repayment (Monthly) by Dwelling Structure +G8061,M_1000_1399_DS_ns,1000 1399 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8061,Mortgage Repayment (Monthly) by Dwelling Structure +G8062,M_1000_1399_Tot,1000 1399 Total,,G34,households,housing,Total,,8062,Mortgage Repayment (Monthly) by Dwelling Structure +G8063,M_1400_1799_DS_Separate_hse,1400 1799 Dwelling structure Separate house,,G34,households,housing,Separate house,,8063,Mortgage Repayment (Monthly) by Dwelling Structure +G8064,M_1400_1799_DS_sd_rw_tc_h_th,1400 1799 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8064,Mortgage Repayment (Monthly) by Dwelling Structure +G8065,M_1400_1799_DS_Flat_apart,1400 1799 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8065,Mortgage Repayment (Monthly) by Dwelling Structure +G8066,M_1400_1799_DS_Other_dwg,1400 1799 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8066,Mortgage Repayment (Monthly) by Dwelling Structure +G8067,M_1400_1799_DS_ns,1400 1799 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8067,Mortgage Repayment (Monthly) by Dwelling Structure +G8068,M_1400_1799_Tot,1400 1799 Total,,G34,households,housing,Total,,8068,Mortgage Repayment (Monthly) by Dwelling Structure +G8069,M_1800_2399_DS_Separate_hse,1800 2399 Dwelling structure Separate house,,G34,households,housing,Separate house,,8069,Mortgage Repayment (Monthly) by Dwelling Structure +G8070,M_1800_2399_DS_sd_rw_tc_h_th,1800 2399 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8070,Mortgage Repayment (Monthly) by Dwelling Structure +G8071,M_1800_2399_DS_Flat_apart,1800 2399 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8071,Mortgage Repayment (Monthly) by Dwelling Structure +G8072,M_1800_2399_DS_Other_dwg,1800 2399 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8072,Mortgage Repayment (Monthly) by Dwelling Structure +G8073,M_1800_2399_DS_ns,1800 2399 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8073,Mortgage Repayment (Monthly) by Dwelling Structure +G8074,M_1800_2399_Tot,1800 2399 Total,,G34,households,housing,Total,,8074,Mortgage Repayment (Monthly) by Dwelling Structure +G8075,M_2400_2999_DS_Separate_hse,2400 2999 Dwelling structure Separate house,,G34,households,housing,Separate house,,8075,Mortgage Repayment (Monthly) by Dwelling Structure +G8076,M_2400_2999_DS_sd_rw_tc_h_th,2400 2999 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8076,Mortgage Repayment (Monthly) by Dwelling Structure +G8077,M_2400_2999_DS_Flat_apart,2400 2999 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8077,Mortgage Repayment (Monthly) by Dwelling Structure +G8078,M_2400_2999_DS_Other_dwg,2400 2999 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8078,Mortgage Repayment (Monthly) by Dwelling Structure +G8079,M_2400_2999_DS_ns,2400 2999 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8079,Mortgage Repayment (Monthly) by Dwelling Structure +G8080,M_2400_2999_Tot,2400 2999 Total,,G34,households,housing,Total,,8080,Mortgage Repayment (Monthly) by Dwelling Structure +G8081,M_3000_3999_DS_Separate_hse,3000 3999 Dwelling structure Separate house,,G34,households,housing,Separate house,,8081,Mortgage Repayment (Monthly) by Dwelling Structure +G8082,M_3000_3999_DS_sd_rw_tc_h_th,3000 3999 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8082,Mortgage Repayment (Monthly) by Dwelling Structure +G8083,M_3000_3999_DS_Flt_apart,3000 3999 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8083,Mortgage Repayment (Monthly) by Dwelling Structure +G8084,M_3000_3999_DS_Other_dwg,3000 3999 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8084,Mortgage Repayment (Monthly) by Dwelling Structure +G8085,M_3000_3999_DS_ns,3000 3999 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8085,Mortgage Repayment (Monthly) by Dwelling Structure +G8086,M_3000_3999_Tot,3000 3999 Total,,G34,households,housing,Total,,8086,Mortgage Repayment (Monthly) by Dwelling Structure +G8087,M_4000_over_DS_Separate_hse,4000 and over Dwelling structure Separate house,,G34,households,housing,Separate house,,8087,Mortgage Repayment (Monthly) by Dwelling Structure +G8088,M_4000_ov_DS_sd_rw_tce_hs_th,4000 and over Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8088,Mortgage Repayment (Monthly) by Dwelling Structure +G8089,M_4000_over_DS_Flat_apart,4000 and over Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8089,Mortgage Repayment (Monthly) by Dwelling Structure +G8090,M_4000_over_DS_Other_dwg,4000 and over Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8090,Mortgage Repayment (Monthly) by Dwelling Structure +G8091,M_4000_DS_over_ns,4000 and over Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8091,Mortgage Repayment (Monthly) by Dwelling Structure +G8092,M_4000_over_Tot,4000 and over Total,,G34,households,housing,Total,,8092,Mortgage Repayment (Monthly) by Dwelling Structure +G8093,Mort_Rpmnt_ns_DS_Separat_hs,Mortgage repayment not stated Dwelling structure Separate house,,G34,households,housing,Separate house,,8093,Mortgage Repayment (Monthly) by Dwelling Structure +G8094,Mrt_Rpmt_ns_DS_sd_rw_tc_hs_th,Mortgage repayment not stated Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8094,Mortgage Repayment (Monthly) by Dwelling Structure +G8095,Mrt_Rpmt_ns_DS_Flat_apart,Mortgage repayment not stated Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8095,Mortgage Repayment (Monthly) by Dwelling Structure +G8096,Mort_Rpmnt_ns_DS_Other_dwg,Mortgage repayment not stated Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8096,Mortgage Repayment (Monthly) by Dwelling Structure +G8097,Mort_Rpmnt_ns_DS_ns,Mortgage repayment not stated Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8097,Mortgage Repayment (Monthly) by Dwelling Structure +G8098,Mort_Rpmnt_ns_Total,Mortgage repayment not stated Total,,G34,households,housing,Total,,8098,Mortgage Repayment (Monthly) by Dwelling Structure +G8099,Tot_DS_Separate_hse,Total Dwelling structure Separate house,,G34,households,housing,Separate house,,8099,Mortgage Repayment (Monthly) by Dwelling Structure +G8100,Tot_DS_sd_row_tce_hse_thse,Total Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8100,Mortgage Repayment (Monthly) by Dwelling Structure +G8101,Tot_DS_Flat_apartment,Total Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8101,Mortgage Repayment (Monthly) by Dwelling Structure +G8102,Tot_DS_Other_dwg,Total Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8102,Mortgage Repayment (Monthly) by Dwelling Structure +G8103,Tot_DS_ns,Total Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8103,Mortgage Repayment (Monthly) by Dwelling Structure +G8104,Tot_Tot,Total Total,,G34,households,housing,Total,,8104,Mortgage Repayment (Monthly) by Dwelling Structure +G8105,M_0_149_CFNC,0 149 Couple family with no children,,G35,households,families,Couple family with no children,,8105,Mortgage Repayment (Monthly) by Family Composition +G8106,M_0_149_CF_C_und15,0 149 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8106,Mortgage Repayment (Monthly) by Family Composition +G8107,M_0_149_CFNC_und15,0 149 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8107,Mortgage Repayment (Monthly) by Family Composition +G8108,M_0_149_1PF_C_und15,0 149 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8108,Mortgage Repayment (Monthly) by Family Composition +G8109,M_0_149_1PFNC_und15,0 149 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8109,Mortgage Repayment (Monthly) by Family Composition +G8110,M_0_149_OthF,0 149 Other family,,G35,households,families,Other family,,8110,Mortgage Repayment (Monthly) by Family Composition +G8111,M_0_149_Tot,0 149 Total,,G35,households,families,Total,,8111,Mortgage Repayment (Monthly) by Family Composition +G8112,M_150_299_CFNC,150 299 Couple family with no children,,G35,households,families,Couple family with no children,,8112,Mortgage Repayment (Monthly) by Family Composition +G8113,M_150_299_CF_C_und15,150 299 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8113,Mortgage Repayment (Monthly) by Family Composition +G8114,M_150_299_CFNC_und15,150 299 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8114,Mortgage Repayment (Monthly) by Family Composition +G8115,M_150_299_1PF_C_und15,150 299 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8115,Mortgage Repayment (Monthly) by Family Composition +G8116,M_150_299_1PFNC_und15,150 299 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8116,Mortgage Repayment (Monthly) by Family Composition +G8117,M_150_299_OthF,150 299 Other family,,G35,households,families,Other family,,8117,Mortgage Repayment (Monthly) by Family Composition +G8118,M_150_299_Tot,150 299 Total,,G35,households,families,Total,,8118,Mortgage Repayment (Monthly) by Family Composition +G8119,M_300_449_CFNC,300 449 Couple family with no children,,G35,households,families,Couple family with no children,,8119,Mortgage Repayment (Monthly) by Family Composition +G8120,M_300_449_CF_C_und15,300 449 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8120,Mortgage Repayment (Monthly) by Family Composition +G8121,M_300_449_CFNC_und15,300 449 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8121,Mortgage Repayment (Monthly) by Family Composition +G8122,M_300_449_1PF_C_und15,300 449 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8122,Mortgage Repayment (Monthly) by Family Composition +G8123,M_300_449_1PFNC_und15,300 449 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8123,Mortgage Repayment (Monthly) by Family Composition +G8124,M_300_449_OthF,300 449 Other family,,G35,households,families,Other family,,8124,Mortgage Repayment (Monthly) by Family Composition +G8125,M_300_449_Tot,300 449 Total,,G35,households,families,Total,,8125,Mortgage Repayment (Monthly) by Family Composition +G8126,M_450_599_CFNC,450 599 Couple family with no children,,G35,households,families,Couple family with no children,,8126,Mortgage Repayment (Monthly) by Family Composition +G8127,M_450_599_CF_C_und15,450 599 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8127,Mortgage Repayment (Monthly) by Family Composition +G8128,M_450_599_CFNC_und15,450 599 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8128,Mortgage Repayment (Monthly) by Family Composition +G8129,M_450_599_1PF_C_und15,450 599 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8129,Mortgage Repayment (Monthly) by Family Composition +G8130,M_450_599_1PFNC_und15,450 599 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8130,Mortgage Repayment (Monthly) by Family Composition +G8131,M_450_599_OthF,450 599 Other family,,G35,households,families,Other family,,8131,Mortgage Repayment (Monthly) by Family Composition +G8132,M_450_599_Tot,450 599 Total,,G35,households,families,Total,,8132,Mortgage Repayment (Monthly) by Family Composition +G8133,M_600_799_CFNC,600 799 Couple family with no children,,G35,households,families,Couple family with no children,,8133,Mortgage Repayment (Monthly) by Family Composition +G8134,M_600_799_CF_C_und15,600 799 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8134,Mortgage Repayment (Monthly) by Family Composition +G8135,M_600_799_CFNC_und15,600 799 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8135,Mortgage Repayment (Monthly) by Family Composition +G8136,M_600_799_1PF_C_und15,600 799 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8136,Mortgage Repayment (Monthly) by Family Composition +G8137,M_600_799_1PFNC_und15,600 799 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8137,Mortgage Repayment (Monthly) by Family Composition +G8138,M_600_799_OthF,600 799 Other family,,G35,households,families,Other family,,8138,Mortgage Repayment (Monthly) by Family Composition +G8139,M_600_799_Tot,600 799 Total,,G35,households,families,Total,,8139,Mortgage Repayment (Monthly) by Family Composition +G8140,M_800_999_CFNC,800 999 Couple family with no children,,G35,households,families,Couple family with no children,,8140,Mortgage Repayment (Monthly) by Family Composition +G8141,M_800_999_CF_C_und15,800 999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8141,Mortgage Repayment (Monthly) by Family Composition +G8142,M_800_999_CFNC_und15,800 999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8142,Mortgage Repayment (Monthly) by Family Composition +G8143,M_800_999_1PF_C_und15,800 999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8143,Mortgage Repayment (Monthly) by Family Composition +G8144,M_800_999_1PFNC_und15,800 999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8144,Mortgage Repayment (Monthly) by Family Composition +G8145,M_800_999_OthF,800 999 Other family,,G35,households,families,Other family,,8145,Mortgage Repayment (Monthly) by Family Composition +G8146,M_800_999_Tot,800 999 Total,,G35,households,families,Total,,8146,Mortgage Repayment (Monthly) by Family Composition +G8147,M_1000_1199_CFNC,1000 1199 Couple family with no children,,G35,households,families,Couple family with no children,,8147,Mortgage Repayment (Monthly) by Family Composition +G8148,M_1000_1199_CF_C_und15,1000 1199 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8148,Mortgage Repayment (Monthly) by Family Composition +G8149,M_1000_1199_CFNC_und15,1000 1199 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8149,Mortgage Repayment (Monthly) by Family Composition +G8150,M_1000_1199_1PF_C_und15,1000 1199 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8150,Mortgage Repayment (Monthly) by Family Composition +G8151,M_1000_1199_1PFNC_und15,1000 1199 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8151,Mortgage Repayment (Monthly) by Family Composition +G8152,M_1000_1199_OthF,1000 1199 Other family,,G35,households,families,Other family,,8152,Mortgage Repayment (Monthly) by Family Composition +G8153,M_1000_1199_Tot,1000 1199 Total,,G35,households,families,Total,,8153,Mortgage Repayment (Monthly) by Family Composition +G8154,M_1200_1399_CFNC,1200 1399 Couple family with no children,,G35,households,families,Couple family with no children,,8154,Mortgage Repayment (Monthly) by Family Composition +G8155,M_1200_1399_CF_C_und15,1200 1399 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8155,Mortgage Repayment (Monthly) by Family Composition +G8156,M_1200_1399_CFNC_und15,1200 1399 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8156,Mortgage Repayment (Monthly) by Family Composition +G8157,M_1200_1399_1PF_C_und15,1200 1399 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8157,Mortgage Repayment (Monthly) by Family Composition +G8158,M_1200_1399_1PFNC_und15,1200 1399 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8158,Mortgage Repayment (Monthly) by Family Composition +G8159,M_1200_1399_OthF,1200 1399 Other family,,G35,households,families,Other family,,8159,Mortgage Repayment (Monthly) by Family Composition +G8160,M_1200_1399_Tot,1200 1399 Total,,G35,households,families,Total,,8160,Mortgage Repayment (Monthly) by Family Composition +G8161,M_1400_1599_CFNC,1400 1599 Couple family with no children,,G35,households,families,Couple family with no children,,8161,Mortgage Repayment (Monthly) by Family Composition +G8162,M_1400_1599_CF_C_und15,1400 1599 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8162,Mortgage Repayment (Monthly) by Family Composition +G8163,M_1400_1599_CFNC_und15,1400 1599 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8163,Mortgage Repayment (Monthly) by Family Composition +G8164,M_1400_1599_1PF_C_und15,1400 1599 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8164,Mortgage Repayment (Monthly) by Family Composition +G8165,M_1400_1599_1PFNC_und15,1400 1599 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8165,Mortgage Repayment (Monthly) by Family Composition +G8166,M_1400_1599_OthF,1400 1599 Other family,,G35,households,families,Other family,,8166,Mortgage Repayment (Monthly) by Family Composition +G8167,M_1400_1599_Tot,1400 1599 Total,,G35,households,families,Total,,8167,Mortgage Repayment (Monthly) by Family Composition +G8168,M_1600_1799_CFNC,1600 1799 Couple family with no children,,G35,households,families,Couple family with no children,,8168,Mortgage Repayment (Monthly) by Family Composition +G8169,M_1600_1799_CF_C_und15,1600 1799 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8169,Mortgage Repayment (Monthly) by Family Composition +G8170,M_1600_1799_CFNC_und15,1600 1799 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8170,Mortgage Repayment (Monthly) by Family Composition +G8171,M_1600_1799_1PF_C_und15,1600 1799 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8171,Mortgage Repayment (Monthly) by Family Composition +G8172,M_1600_1799_1PFNC_und15,1600 1799 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8172,Mortgage Repayment (Monthly) by Family Composition +G8173,M_1600_1799_OthF,1600 1799 Other family,,G35,households,families,Other family,,8173,Mortgage Repayment (Monthly) by Family Composition +G8174,M_1600_1799_Tot,1600 1799 Total,,G35,households,families,Total,,8174,Mortgage Repayment (Monthly) by Family Composition +G8175,M_1800_1999_CFNC,1800 1999 Couple family with no children,,G35,households,families,Couple family with no children,,8175,Mortgage Repayment (Monthly) by Family Composition +G8176,M_1800_1999_CF_C_und15,1800 1999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8176,Mortgage Repayment (Monthly) by Family Composition +G8177,M_1800_1999_CFNC_und15,1800 1999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8177,Mortgage Repayment (Monthly) by Family Composition +G8178,M_1800_1999_1PF_C_und15,1800 1999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8178,Mortgage Repayment (Monthly) by Family Composition +G8179,M_1800_1999_1PFNC_und15,1800 1999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8179,Mortgage Repayment (Monthly) by Family Composition +G8180,M_1800_1999_OthF,1800 1999 Other family,,G35,households,families,Other family,,8180,Mortgage Repayment (Monthly) by Family Composition +G8181,M_1800_1999_Tot,1800 1999 Total,,G35,households,families,Total,,8181,Mortgage Repayment (Monthly) by Family Composition +G8182,M_2000_2199_CFNC,2000 2199 Couple family with no children,,G35,households,families,Couple family with no children,,8182,Mortgage Repayment (Monthly) by Family Composition +G8183,M_2000_2199_CF_C_und15,2000 2199 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8183,Mortgage Repayment (Monthly) by Family Composition +G8184,M_2000_2199_CFNC_und15,2000 2199 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8184,Mortgage Repayment (Monthly) by Family Composition +G8185,M_2000_2199_1PF_C_und15,2000 2199 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8185,Mortgage Repayment (Monthly) by Family Composition +G8186,M_2000_2199_1PFNC_und15,2000 2199 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8186,Mortgage Repayment (Monthly) by Family Composition +G8187,M_2000_2199_OthF,2000 2199 Other family,,G35,households,families,Other family,,8187,Mortgage Repayment (Monthly) by Family Composition +G8188,M_2000_2199_Tot,2000 2199 Total,,G35,households,families,Total,,8188,Mortgage Repayment (Monthly) by Family Composition +G8189,M_2200_2399_CFNC,2200 2399 Couple family with no children,,G35,households,families,Couple family with no children,,8189,Mortgage Repayment (Monthly) by Family Composition +G8190,M_2200_2399_CF_C_und15,2200 2399 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8190,Mortgage Repayment (Monthly) by Family Composition +G8191,M_2200_2399_CFNC_und15,2200 2399 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8191,Mortgage Repayment (Monthly) by Family Composition +G8192,M_2200_2399_1PF_C_und15,2200 2399 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8192,Mortgage Repayment (Monthly) by Family Composition +G8193,M_2200_2399_1PFNC_und15,2200 2399 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8193,Mortgage Repayment (Monthly) by Family Composition +G8194,M_2200_2399_OthF,2200 2399 Other family,,G35,households,families,Other family,,8194,Mortgage Repayment (Monthly) by Family Composition +G8195,M_2200_2399_Tot,2200 2399 Total,,G35,households,families,Total,,8195,Mortgage Repayment (Monthly) by Family Composition +G8196,M_2400_2599_CFNC,2400 2599 Couple family with no children,,G35,households,families,Couple family with no children,,8196,Mortgage Repayment (Monthly) by Family Composition +G8197,M_2400_2599_CF_C_und15,2400 2599 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8197,Mortgage Repayment (Monthly) by Family Composition +G8198,M_2400_2599_CFNC_und15,2400 2599 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8198,Mortgage Repayment (Monthly) by Family Composition +G8199,M_2400_2599_1PF_C_und15,2400 2599 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8199,Mortgage Repayment (Monthly) by Family Composition +G8200,M_2400_2599_1PFNC_und15,2400 2599 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8200,Mortgage Repayment (Monthly) by Family Composition +G8201,M_2400_2599_OthF,2400 2599 Other family,,G35,households,families,Other family,,8201,Mortgage Repayment (Monthly) by Family Composition +G8202,M_2400_2599_Tot,2400 2599 Total,,G35,households,families,Total,,8202,Mortgage Repayment (Monthly) by Family Composition +G8203,M_2600_2999_CFNC,2600 2999 Couple family with no children,,G35,households,families,Couple family with no children,,8203,Mortgage Repayment (Monthly) by Family Composition +G8204,M_2600_2999_CF_C_und15,2600 2999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8204,Mortgage Repayment (Monthly) by Family Composition +G8205,M_2600_2999_CFNC_und15,2600 2999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8205,Mortgage Repayment (Monthly) by Family Composition +G8206,M_2600_2999_1PF_C_und15,2600 2999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8206,Mortgage Repayment (Monthly) by Family Composition +G8207,M_2600_2999_1PFNC_und15,2600 2999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8207,Mortgage Repayment (Monthly) by Family Composition +G8208,M_2600_2999_OthF,2600 2999 Other family,,G35,households,families,Other family,,8208,Mortgage Repayment (Monthly) by Family Composition +G8209,M_2600_2999_Tot,2600 2999 Total,,G35,households,families,Total,,8209,Mortgage Repayment (Monthly) by Family Composition +G8210,M_3000_3999_CFNC,3000 3999 Couple family with no children,,G35,households,families,Couple family with no children,,8210,Mortgage Repayment (Monthly) by Family Composition +G8211,M_3000_3999_CF_C_und15,3000 3999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8211,Mortgage Repayment (Monthly) by Family Composition +G8212,M_3000_3999_CFNC_und15,3000 3999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8212,Mortgage Repayment (Monthly) by Family Composition +G8213,M_3000_3999_1PF_C_und15,3000 3999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8213,Mortgage Repayment (Monthly) by Family Composition +G8214,M_3000_3999_1PFNC_und15,3000 3999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8214,Mortgage Repayment (Monthly) by Family Composition +G8215,M_3000_3999_OthF,3000 3999 Other family,,G35,households,families,Other family,,8215,Mortgage Repayment (Monthly) by Family Composition +G8216,M_3000_3999_Tot,3000 3999 Total,,G35,households,families,Total,,8216,Mortgage Repayment (Monthly) by Family Composition +G8217,M_4000_4999_CFNC,4000 4999 Couple family with no children,,G35,households,families,Couple family with no children,,8217,Mortgage Repayment (Monthly) by Family Composition +G8218,M_4000_4999_CF_C_und15,4000 4999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8218,Mortgage Repayment (Monthly) by Family Composition +G8219,M_4000_4999_CFNC_und15,4000 4999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8219,Mortgage Repayment (Monthly) by Family Composition +G8220,M_4000_4999_1PF_C_und15,4000 4999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8220,Mortgage Repayment (Monthly) by Family Composition +G8221,M_4000_4999_1PFNC_und15,4000 4999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8221,Mortgage Repayment (Monthly) by Family Composition +G8222,M_4000_4999_OthF,4000 4999 Other family,,G35,households,families,Other family,,8222,Mortgage Repayment (Monthly) by Family Composition +G8223,M_4000_4999_Tot,4000 4999 Total,,G35,households,families,Total,,8223,Mortgage Repayment (Monthly) by Family Composition +G8224,M_5000over_CFNC,5000 and over Couple family with no children,,G35,households,families,Couple family with no children,,8224,Mortgage Repayment (Monthly) by Family Composition +G8225,M_5000over_CF_C_und15,5000 and over Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8225,Mortgage Repayment (Monthly) by Family Composition +G8226,M_5000over_CFNC_und15,5000 and over Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8226,Mortgage Repayment (Monthly) by Family Composition +G8227,M_5000over_1PF_C_und15,5000 and over One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8227,Mortgage Repayment (Monthly) by Family Composition +G8228,M_5000over_1PFNC_und15,5000 and over One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8228,Mortgage Repayment (Monthly) by Family Composition +G8229,M_5000over_OthF,5000 and over Other family,,G35,households,families,Other family,,8229,Mortgage Repayment (Monthly) by Family Composition +G8230,M_5000over_Tot,5000 and over Total,,G35,households,families,Total,,8230,Mortgage Repayment (Monthly) by Family Composition +G8231,M_NS_CFNC,Mortgage repayment not stated Couple family with no children,,G35,households,families,Couple family with no children,,8231,Mortgage Repayment (Monthly) by Family Composition +G8232,M_NS_CF_C_und15,Mortgage repayment not stated Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8232,Mortgage Repayment (Monthly) by Family Composition +G8233,M_NS_CFNC_und15,Mortgage repayment not stated Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8233,Mortgage Repayment (Monthly) by Family Composition +G8234,M_NS_1PF_C_und15,Mortgage repayment not stated One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8234,Mortgage Repayment (Monthly) by Family Composition +G8235,M_NS_1PFNC_und15,Mortgage repayment not stated One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8235,Mortgage Repayment (Monthly) by Family Composition +G8236,M_NS_OthF,Mortgage repayment not stated Other family,,G35,households,families,Other family,,8236,Mortgage Repayment (Monthly) by Family Composition +G8237,M_NS_Tot,Mortgage repayment not stated Total,,G35,households,families,Total,,8237,Mortgage Repayment (Monthly) by Family Composition +G8238,Tot_CFNC,Total Couple family with no children,,G35,households,families,Couple family with no children,,8238,Mortgage Repayment (Monthly) by Family Composition +G8239,Tot_CF_C_und15,Total Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8239,Mortgage Repayment (Monthly) by Family Composition +G8240,Tot_CFNC_und15,Total Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8240,Mortgage Repayment (Monthly) by Family Composition +G8241,Tot_1PF_C_und15,Total One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8241,Mortgage Repayment (Monthly) by Family Composition +G8242,Tot_1PFNC_und15,Total One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8242,Mortgage Repayment (Monthly) by Family Composition +G8243,Tot_OthF,Total Other family,,G35,households,families,Other family,,8243,Mortgage Repayment (Monthly) by Family Composition +G8244,Tot_Tot,Total Total,,G35,households,families,Total,,8244,Mortgage Repayment (Monthly) by Family Composition +G8245,R_0_74_LT_Real_estate_agent,0 74 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8245,Rent (Weekly) by Landlord Type +G8246,R_0_74_LT_Ste_terr_hsg_auth,0 74 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8246,Rent (Weekly) by Landlord Type +G8247,R_0_74_LT_Psn_not_Sme_hhd,0 74 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8247,Rent (Weekly) by Landlord Type +G8248,R_0_74_LT_hs_coop_com_ch_g,0 74 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8248,Rent (Weekly) by Landlord Type +G8249,R_0_74_LT_Other_Lld_type,0 74 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8249,Rent (Weekly) by Landlord Type +G8250,R_0_74_LT_Lld_type_ns,0 74 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8250,Rent (Weekly) by Landlord Type +G8251,R_0_74_Tot,0 74 Total,,G36,households,housing,Total,,8251,Rent (Weekly) by Landlord Type +G8252,R_75_99_LT_Real_estate_agent,75 99 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8252,Rent (Weekly) by Landlord Type +G8253,R_75_99_LT_Ste_terr_hsg_auth,75 99 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8253,Rent (Weekly) by Landlord Type +G8254,R_75_99_LT_Psn_not_Sme_hhd,75 99 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8254,Rent (Weekly) by Landlord Type +G8255,R_75_99_LT_hs_coop_com_ch_g,75 99 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8255,Rent (Weekly) by Landlord Type +G8256,R_75_99_LT_Other_Lld_type,75 99 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8256,Rent (Weekly) by Landlord Type +G8257,R_75_99_LT_Lld_type_ns,75 99 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8257,Rent (Weekly) by Landlord Type +G8258,R_75_99_Tot,75 99 Total,,G36,households,housing,Total,,8258,Rent (Weekly) by Landlord Type +G8259,R_100_149_LT_Real_eSte_agent,100 149 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8259,Rent (Weekly) by Landlord Type +G8260,R_100_149_LT_St_ter_hsg_aut,100 149 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8260,Rent (Weekly) by Landlord Type +G8261,R_100_149_LT_Psn_not_Sme_hhd,100 149 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8261,Rent (Weekly) by Landlord Type +G8262,R_100_149_LT_hs_coop_com_ch_g,100 149 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8262,Rent (Weekly) by Landlord Type +G8263,R_100_149_LT_Other_Lld_type,100 149 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8263,Rent (Weekly) by Landlord Type +G8264,R_100_149_LT_Lld_type_ns,100 149 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8264,Rent (Weekly) by Landlord Type +G8265,R_100_149_Tot,100 149 Total,,G36,households,housing,Total,,8265,Rent (Weekly) by Landlord Type +G8266,R_150_199_LT_Real_eSte_agent,150 199 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8266,Rent (Weekly) by Landlord Type +G8267,R_150_199_LT_Ste_ter_hsg_aut,150 199 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8267,Rent (Weekly) by Landlord Type +G8268,R_150_199_LT_Psn_not_Sme_hhd,150 199 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8268,Rent (Weekly) by Landlord Type +G8269,R_150_199_LT_hs_coop_com_ch_g,150 199 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8269,Rent (Weekly) by Landlord Type +G8270,R_150_199_LT_Other_Lld_type,150 199 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8270,Rent (Weekly) by Landlord Type +G8271,R_150_199_LT_Lld_type_ns,150 199 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8271,Rent (Weekly) by Landlord Type +G8272,R_150_199_Tot,150 199 Total,,G36,households,housing,Total,,8272,Rent (Weekly) by Landlord Type +G8273,R_200_224_LT_Real_eSte_agent,200 224 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8273,Rent (Weekly) by Landlord Type +G8274,R_200_224_LT_Ste_ter_hsg_aut,200 224 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8274,Rent (Weekly) by Landlord Type +G8275,R_200_224_LT_Psn_not_Sme_hhd,200 224 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8275,Rent (Weekly) by Landlord Type +G8276,R_200_224_LT_hs_coop_com_ch_g,200 224 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8276,Rent (Weekly) by Landlord Type +G8277,R_200_224_LT_Other_Lld_type,200 224 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8277,Rent (Weekly) by Landlord Type +G8278,R_200_224_LT_Lld_type_ns,200 224 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8278,Rent (Weekly) by Landlord Type +G8279,R_200_224_Tot,200 224 Total,,G36,households,housing,Total,,8279,Rent (Weekly) by Landlord Type +G8280,R_225_274_LT_Real_eSte_agent,225 274 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8280,Rent (Weekly) by Landlord Type +G8281,R_225_274_LT_Ste_ter_hsg_aut,225 274 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8281,Rent (Weekly) by Landlord Type +G8282,R_225_274_LT_Psn_not_Sme_hhd,225 274 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8282,Rent (Weekly) by Landlord Type +G8283,R_225_274_LT_hs_coop_com_ch_g,225 274 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8283,Rent (Weekly) by Landlord Type +G8284,R_225_274_LT_Other_Lld_type,225 274 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8284,Rent (Weekly) by Landlord Type +G8285,R_225_274_LT_Lld_type_ns,225 274 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8285,Rent (Weekly) by Landlord Type +G8286,R_225_274_Tot,225 274 Total,,G36,households,housing,Total,,8286,Rent (Weekly) by Landlord Type +G8287,R_275_349_LT_Real_eSte_agent,275 349 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8287,Rent (Weekly) by Landlord Type +G8288,R_275_349_LT_Ste_ter_hsg_aut,275 349 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8288,Rent (Weekly) by Landlord Type +G8289,R_275_349_LT_Psn_not_Sme_hhd,275 349 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8289,Rent (Weekly) by Landlord Type +G8290,R_275_349_LT_hs_coop_com_ch_g,275 349 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8290,Rent (Weekly) by Landlord Type +G8291,R_275_349_LT_Other_Lld_type,275 349 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8291,Rent (Weekly) by Landlord Type +G8292,R_275_349_LT_Lld_type_ns,275 349 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8292,Rent (Weekly) by Landlord Type +G8293,R_275_349_Tot,275 349 Total,,G36,households,housing,Total,,8293,Rent (Weekly) by Landlord Type +G8294,R_350_449_LT_Real_eSte_agent,350 449 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8294,Rent (Weekly) by Landlord Type +G8295,R_350_449_LT_Ste_ter_hsg_aut,350 449 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8295,Rent (Weekly) by Landlord Type +G8296,R_350_449_LT_Psn_not_Sme_hhd,350 449 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8296,Rent (Weekly) by Landlord Type +G8297,R_350_449_LT_hs_coop_com_ch_g,350 449 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8297,Rent (Weekly) by Landlord Type +G8298,R_350_449_LT_Other_Lld_type,350 449 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8298,Rent (Weekly) by Landlord Type +G8299,R_350_449_LT_Lld_type_ns,350 449 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8299,Rent (Weekly) by Landlord Type +G8300,R_350_449_Tot,350 449 Total,,G36,households,housing,Total,,8300,Rent (Weekly) by Landlord Type +G8301,R_450_549_LT_Real_eSte_agent,450 549 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8301,Rent (Weekly) by Landlord Type +G8302,R_450_549_LT_Ste_ter_hsg_aut,450 549 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8302,Rent (Weekly) by Landlord Type +G8303,R_450_549_LT_Psn_not_Sme_hhd,450 549 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8303,Rent (Weekly) by Landlord Type +G8304,R_450_549_LT_hs_coop_com_ch_g,450 549 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8304,Rent (Weekly) by Landlord Type +G8305,R_450_549_LT_Other_Lld_type,450 549 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8305,Rent (Weekly) by Landlord Type +G8306,R_450_549_LT_Lld_type_ns,450 549 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8306,Rent (Weekly) by Landlord Type +G8307,R_450_549_Tot,450 549 Total,,G36,households,housing,Total,,8307,Rent (Weekly) by Landlord Type +G8308,R_550_649_LT_Real_eSte_agent,550 649 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8308,Rent (Weekly) by Landlord Type +G8309,R_550_649_LT_Ste_ter_hsg_aut,550 649 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8309,Rent (Weekly) by Landlord Type +G8310,R_550_649_LT_Psn_not_Sme_hhd,550 649 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8310,Rent (Weekly) by Landlord Type +G8311,R_550_649_LT_hs_coop_com_ch_g,550 649 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8311,Rent (Weekly) by Landlord Type +G8312,R_550_649_LT_Other_Lld_type,550 649 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8312,Rent (Weekly) by Landlord Type +G8313,R_550_649_LT_Lld_type_ns,550 649 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8313,Rent (Weekly) by Landlord Type +G8314,R_550_649_Tot,550 649 Total,,G36,households,housing,Total,,8314,Rent (Weekly) by Landlord Type +G8315,R_650_749_LT_Real_eSte_agent,650 and 749 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8315,Rent (Weekly) by Landlord Type +G8316,R_650_749_LT_Ste_ter_hsg_aut,650 and 749 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8316,Rent (Weekly) by Landlord Type +G8317,R_650_749_LT_Psn_not_Sme_hhd,650 and 749 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8317,Rent (Weekly) by Landlord Type +G8318,R_650_749_LT_hs_coop_com_ch_g,650 and 749 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8318,Rent (Weekly) by Landlord Type +G8319,R_650_749_LT_Other_Lld_type,650 and 749 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8319,Rent (Weekly) by Landlord Type +G8320,R_650_749_LT_Lld_type_ns,650 and 749 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8320,Rent (Weekly) by Landlord Type +G8321,R_650_749_Tot,650 and 749 Total,,G36,households,housing,Total,,8321,Rent (Weekly) by Landlord Type +G8322,R_750_849_LT_Real_eSte_agent,750 and 849 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8322,Rent (Weekly) by Landlord Type +G8323,R_750_849_LT_Ste_ter_hsg_aut,750 and 849 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8323,Rent (Weekly) by Landlord Type +G8324,R_750_849_LT_Psn_not_Sme_hhd,750 and 849 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8324,Rent (Weekly) by Landlord Type +G8325,R_750_849_LT_hs_coop_com_ch_g,750 and 849 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8325,Rent (Weekly) by Landlord Type +G8326,R_750_849_LT_Other_Lld_type,750 and 849 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8326,Rent (Weekly) by Landlord Type +G8327,R_750_849_LT_Lld_type_ns,750 and 849 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8327,Rent (Weekly) by Landlord Type +G8328,R_750_849_Tot,750 and 849 Total,,G36,households,housing,Total,,8328,Rent (Weekly) by Landlord Type +G8329,R_850_949_LT_Real_estat_agent,850 and 949 Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8329,Rent (Weekly) by Landlord Type +G8330,R_850_949_LT_Ste_ter_hsg_aut,850 and 949 Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8330,Rent (Weekly) by Landlord Type +G8331,R_850_949_LT_Psn_not_Sme_hhd,850 and 949 Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8331,Rent (Weekly) by Landlord Type +G8332,R_850_949_LT_hs_coop_com_ch_g,850 and 949 Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8332,Rent (Weekly) by Landlord Type +G8333,R_850_949_LT_Other_Lld_type,850 and 949 Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8333,Rent (Weekly) by Landlord Type +G8334,R_850_949_LT_Lld_type_ns,850 and 949 Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8334,Rent (Weekly) by Landlord Type +G8335,R_850_949_Tot,850 and 949 Total,,G36,households,housing,Total,,8335,Rent (Weekly) by Landlord Type +G8336,R_950_over_LT_Real_eSte_agent,950 and over Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8336,Rent (Weekly) by Landlord Type +G8337,R_950_over_LT_Ste_ter_hsg_aut,950 and over Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8337,Rent (Weekly) by Landlord Type +G8338,R_950_over_LT_Psn_not_Sme_hhd,950 and over Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8338,Rent (Weekly) by Landlord Type +G8339,R_950_ovr_LT_hs_coop_com_ch_g,950 and over Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8339,Rent (Weekly) by Landlord Type +G8340,R_950_over_LT_Other_Lld_type,950 and over Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8340,Rent (Weekly) by Landlord Type +G8341,R_950_over_LT_Lld_type_ns,950 and over Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8341,Rent (Weekly) by Landlord Type +G8342,R_950_over_Tot,950 and over Total,,G36,households,housing,Total,,8342,Rent (Weekly) by Landlord Type +G8343,Rent_ns_LT_Real_eSte_agent,Rent not stated Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8343,Rent (Weekly) by Landlord Type +G8344,Rent_ns_LT_Ste_ter_hsg_auth,Rent not stated Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8344,Rent (Weekly) by Landlord Type +G8345,Rent_ns_LT_Psn_not_Sme_hhd,Rent not stated Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8345,Rent (Weekly) by Landlord Type +G8346,Rent_ns_LT_hs_coop_com_ch_g,Rent not stated Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8346,Rent (Weekly) by Landlord Type +G8347,Rent_ns_LT_Other_Lld_type,Rent not stated Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8347,Rent (Weekly) by Landlord Type +G8348,Rent_ns_LT_Lld_type_ns,Rent not stated Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8348,Rent (Weekly) by Landlord Type +G8349,Rent_ns_Tot,Rent not stated Total,,G36,households,housing,Total,,8349,Rent (Weekly) by Landlord Type +G8350,Tot_LT_Real_eSte_agent,Total Landlord type Real estate agent,,G36,households,housing,Real estate agent,,8350,Rent (Weekly) by Landlord Type +G8351,Tot_LT_Ste_ter_hsg_auth,Total Landlord type State or territory housing authority,,G36,households,housing,State or territory housing authority,,8351,Rent (Weekly) by Landlord Type +G8352,Tot_LT_Psn_not_Sme_hhd,Total Landlord type Person not in same household,,G36,households,housing,Person not in same household,,8352,Rent (Weekly) by Landlord Type +G8353,Tot_LT_hs_coop_com_ch_g,Total Landlord type Housing co operative community church group,,G36,households,housing,Housing co-operative/ community/ church group,,8353,Rent (Weekly) by Landlord Type +G8354,Tot_LT_Other_Lld_type,Total Landlord type Other landlord type,,G36,households,housing,Other landlord type,,8354,Rent (Weekly) by Landlord Type +G8355,Tot_LT_Lld_type_ns,Total Landlord type Not stated,,G36,households,housing,Landlord type not stated,,8355,Rent (Weekly) by Landlord Type +G8356,Tot_Tot,Total Total,,G36,households,housing,Total,,8356,Rent (Weekly) by Landlord Type +G8357,IA_DS_Separate_house,Internet accessed from dwelling Dwelling structure Separate house,,G37,households,housing,Separate house,,8357,Dwelling Internet Connection by Dwelling Structure +G8358,IA_DS_SemD_ro_tr_h_th,Internet accessed from dwelling Dwelling structure Semi detached row or terrace house townhouse etc,,G37,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8358,Dwelling Internet Connection by Dwelling Structure +G8359,IA_DS_Flat_or_Apart,Internet accessed from dwelling Dwelling structure Flat or Apartment,,G37,households,housing,Flat or Apartment,,8359,Dwelling Internet Connection by Dwelling Structure +G8360,IA_DS_Other_dwelling,Internet accessed from dwelling Dwelling structure Other dwelling,,G37,households,housing,Other dwelling,,8360,Dwelling Internet Connection by Dwelling Structure +G8361,IA_DS_Not_stated,Internet accessed from dwelling Dwelling structure Not stated,,G37,households,housing,Dwelling structure not stated,,8361,Dwelling Internet Connection by Dwelling Structure +G8362,IA_Total,Internet accessed from dwelling Total,,G37,households,housing,Total,,8362,Dwelling Internet Connection by Dwelling Structure +G8363,I_NA_DS_Separate_house,Internet not accessed from dwelling Dwelling structure Separate house,,G37,households,housing,Separate house,,8363,Dwelling Internet Connection by Dwelling Structure +G8364,I_NA_DS_SemD_ro_tr_h_th,Internet not accessed from dwelling Dwelling structure Semi detached row or terrace house townhouse etc,,G37,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8364,Dwelling Internet Connection by Dwelling Structure +G8365,I_NA_DS_Flat_or_Apart,Internet not accessed from dwelling Dwelling structure Flat or Apartment,,G37,households,housing,Flat or Apartment,,8365,Dwelling Internet Connection by Dwelling Structure +G8366,I_NA_DS_Other_dwelling,Internet not accessed from dwelling Dwelling structure Other dwelling,,G37,households,housing,Other dwelling,,8366,Dwelling Internet Connection by Dwelling Structure +G8367,I_NA_DS_Not_stated,Internet not accessed from dwelling Dwelling structure Not stated,,G37,households,housing,Dwelling structure not stated,,8367,Dwelling Internet Connection by Dwelling Structure +G8368,I_NA_Total,Internet not accessed from dwelling Total,,G37,households,housing,Total,,8368,Dwelling Internet Connection by Dwelling Structure +G8369,IC_NS_DS_Separate_house,Dwelling Internet connection Not stated Dwelling structure Separate house,,G37,households,housing,Separate house,,8369,Dwelling Internet Connection by Dwelling Structure +G8370,IC_NS_DS_SemD_ro_tr_h_th,Dwelling Internet connection Not stated Dwelling structure Semi detached row or terrace house townhouse etc,,G37,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8370,Dwelling Internet Connection by Dwelling Structure +G8371,IC_NS_DS_Flat_or_Apart,Dwelling Internet connection Not stated Dwelling structure Flat or Apartment,,G37,households,housing,Flat or Apartment,,8371,Dwelling Internet Connection by Dwelling Structure +G8372,IC_NS_DS_Other_dwelling,Dwelling Internet connection Not stated Dwelling structure Other dwelling,,G37,households,housing,Other dwelling,,8372,Dwelling Internet Connection by Dwelling Structure +G8373,IC_NS_DS_Not_stated,Dwelling Internet connection Not stated Dwelling structure Not stated,,G37,households,housing,Dwelling structure not stated,,8373,Dwelling Internet Connection by Dwelling Structure +G8374,IC_not_stated_Total,Dwelling Internet connection Not stated Total,,G37,households,housing,Total,,8374,Dwelling Internet Connection by Dwelling Structure +G8375,Total_DS_Separate_house,Total Dwelling structure Separate house,,G37,households,housing,Separate house,,8375,Dwelling Internet Connection by Dwelling Structure +G8376,Total_DS_SemD_ro_tr_h_th,Total Dwelling structure Semi detached row or terrace house townhouse etc,,G37,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8376,Dwelling Internet Connection by Dwelling Structure +G8377,Total_DS_Flat_or_Apart,Total Dwelling structure Flat or Apartment,,G37,households,housing,Flat or Apartment,,8377,Dwelling Internet Connection by Dwelling Structure +G8378,Total_DS_Other_dwelling,Total Dwelling structure Other dwelling,,G37,households,housing,Other dwelling,,8378,Dwelling Internet Connection by Dwelling Structure +G8379,Total_DS_Not_stated,Total Dwelling structure Not stated,,G37,households,housing,Dwelling structure not stated,,8379,Dwelling Internet Connection by Dwelling Structure +G8380,Total_Total,Total Total,,G37,households,housing,Total,,8380,Dwelling Internet Connection by Dwelling Structure +G8381,Separate_house_NofB_0_i_b,Separate house Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8381,Dwelling Structure by Number of Bedrooms +G8382,Separate_house_NofB_1,Separate house Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8382,Dwelling Structure by Number of Bedrooms +G8383,Separate_house_NofB_2,Separate house Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8383,Dwelling Structure by Number of Bedrooms +G8384,Separate_house_NofB_3,Separate house Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8384,Dwelling Structure by Number of Bedrooms +G8385,Separate_house_NofB_4,Separate house Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8385,Dwelling Structure by Number of Bedrooms +G8386,Separate_house_NofB_5,Separate house Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8386,Dwelling Structure by Number of Bedrooms +G8387,Separate_house_NofB_6_or_m,Separate house Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8387,Dwelling Structure by Number of Bedrooms +G8388,Separate_house_NofB_NS,Separate house Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8388,Dwelling Structure by Number of Bedrooms +G8389,Separate_house_Total,Separate house Total,,G38,housing_units,housing,Total,,8389,Dwelling Structure by Number of Bedrooms +G8390,Se_d_r_or_t_h_t_1_s_NofB_0_ib,Semi detached row or terrace house townhouse etc with One storey Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8390,Dwelling Structure by Number of Bedrooms +G8391,Se_d_r_or_t_h_t_1_st_NofB_1,Semi detached row or terrace house townhouse etc with One storey Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8391,Dwelling Structure by Number of Bedrooms +G8392,Se_d_r_or_t_h_t_1_st_NofB_2,Semi detached row or terrace house townhouse etc with One storey Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8392,Dwelling Structure by Number of Bedrooms +G8393,Se_d_r_or_t_h_t_1_st_NofB_3,Semi detached row or terrace house townhouse etc with One storey Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8393,Dwelling Structure by Number of Bedrooms +G8394,Se_d_r_or_t_h_t_1_st_NofB_4,Semi detached row or terrace house townhouse etc with One storey Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8394,Dwelling Structure by Number of Bedrooms +G8395,Se_d_r_or_t_h_t_1_st_NofB_5,Semi detached row or terrace house townhouse etc with One storey Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8395,Dwelling Structure by Number of Bedrooms +G8396,Se_d_r_or_t_h_t_1_st_NofB_6_m,Semi detached row or terrace house townhouse etc with One storey Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8396,Dwelling Structure by Number of Bedrooms +G8397,Se_d_r_or_t_h_t_1_st_NofB_NS,Semi detached row or terrace house townhouse etc with One storey Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8397,Dwelling Structure by Number of Bedrooms +G8398,Se_d_r_or_t_h_t_1_st_Total,Semi detached row or terrace house townhouse etc with One storey Total,,G38,housing_units,housing,Total,,8398,Dwelling Structure by Number of Bedrooms +G8399,Se_d_r_or_t_h_t_2_s_NofB_0_ib,Semi detached row or terrace house townhouse etc with Two or more storeys Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8399,Dwelling Structure by Number of Bedrooms +G8400,Se_d_r_or_t_h_t_2_sts_NofB_1,Semi detached row or terrace house townhouse etc with Two or more storeys Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8400,Dwelling Structure by Number of Bedrooms +G8401,Se_d_r_or_t_h_t_2_sts_NofB_2,Semi detached row or terrace house townhouse etc with Two or more storeys Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8401,Dwelling Structure by Number of Bedrooms +G8402,Se_d_r_or_t_h_t_2_sts_NofB_3,Semi detached row or terrace house townhouse etc with Two or more storeys Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8402,Dwelling Structure by Number of Bedrooms +G8403,Se_d_r_or_t_h_t_2_sts_NofB_4,Semi detached row or terrace house townhouse etc with Two or more storeys Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8403,Dwelling Structure by Number of Bedrooms +G8404,Se_d_r_or_t_h_t_2_sts_NofB_5,Semi detached row or terrace house townhouse etc with Two or more storeys Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8404,Dwelling Structure by Number of Bedrooms +G8405,Se_d_r_or_t_h_t_2_st_NofB_6_m,Semi detached row or terrace house townhouse etc with Two or more storeys Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8405,Dwelling Structure by Number of Bedrooms +G8406,Se_d_r_or_t_h_t_2_sts_NofB_NS,Semi detached row or terrace house townhouse etc with Two or more storeys Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8406,Dwelling Structure by Number of Bedrooms +G8407,Se_d_r_or_t_h_t_2_sts_Total,Semi detached row or terrace house townhouse etc with Two or more storeys Total,,G38,housing_units,housing,Total,,8407,Dwelling Structure by Number of Bedrooms +G8408,Se_d_r_or_t_h_t_Tot_NofB_0_ib,Semi detached row or terrace house townhouse etc with Total Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8408,Dwelling Structure by Number of Bedrooms +G8409,Se_d_r_or_t_h_t_Tot_NofB_1,Semi detached row or terrace house townhouse etc with Total Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8409,Dwelling Structure by Number of Bedrooms +G8410,Se_d_r_or_t_h_t_Tot_NofB_2,Semi detached row or terrace house townhouse etc with Total Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8410,Dwelling Structure by Number of Bedrooms +G8411,Se_d_r_or_t_h_t_Tot_NofB_3,Semi detached row or terrace house townhouse etc with Total Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8411,Dwelling Structure by Number of Bedrooms +G8412,Se_d_r_or_t_h_t_Tot_NofB_4,Semi detached row or terrace house townhouse etc with Total Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8412,Dwelling Structure by Number of Bedrooms +G8413,Se_d_r_or_t_h_t_Tot_NofB_5,Semi detached row or terrace house townhouse etc with Total Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8413,Dwelling Structure by Number of Bedrooms +G8414,Se_d_r_or_t_h_t_Tot_NofB_6_m,Semi detached row or terrace house townhouse etc with Total Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8414,Dwelling Structure by Number of Bedrooms +G8415,Se_d_r_or_t_h_t_Tot_NofB_NS,Semi detached row or terrace house townhouse etc with Total Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8415,Dwelling Structure by Number of Bedrooms +G8416,Se_d_r_or_t_h_t_Tot_Total,Semi detached row or terrace house townhouse etc with Total Total,,G38,housing_units,housing,Total,,8416,Dwelling Structure by Number of Bedrooms +G8417,Flt_at_1_or2_st_bl_NofB_0_ib,Flat or apartment In a one or two storey block Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8417,Dwelling Structure by Number of Bedrooms +G8418,Flt_at_In_1_or2_s_b_NofB_1,Flat or apartment In a one or two storey block Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8418,Dwelling Structure by Number of Bedrooms +G8419,Flt_at_In_1_or2_s_b_NofB_2,Flat or apartment In a one or two storey block Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8419,Dwelling Structure by Number of Bedrooms +G8420,Flt_at_In_1_or2_s_b_NofB_3,Flat or apartment In a one or two storey block Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8420,Dwelling Structure by Number of Bedrooms +G8421,Flt_at_In_1_or2_s_b_NofB_4,Flat or apartment In a one or two storey block Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8421,Dwelling Structure by Number of Bedrooms +G8422,Flt_at_In_1_or2_s_b_NofB_5,Flat or apartment In a one or two storey block Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8422,Dwelling Structure by Number of Bedrooms +G8423,Flt_at_In_1_or2_s_b_NoB_6_m,Flat or apartment In a one or two storey block Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8423,Dwelling Structure by Number of Bedrooms +G8424,Flt_at_In_1_or2_s_b_NoB_NS,Flat or apartment In a one or two storey block Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8424,Dwelling Structure by Number of Bedrooms +G8425,Flt_at_In_1_or2_s_b_Total,Flat or apartment In a one or two storey block Total,,G38,housing_units,housing,Total,,8425,Dwelling Structure by Number of Bedrooms +G8426,Flt_apt_3_st_bl_NoB_0_ib,Flat or apartment In a three storey block Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8426,Dwelling Structure by Number of Bedrooms +G8427,Flt_apt_In_3_st_bl_NofB_1,Flat or apartment In a three storey block Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8427,Dwelling Structure by Number of Bedrooms +G8428,Flt_apt_In_3_st_bl_NofB_2,Flat or apartment In a three storey block Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8428,Dwelling Structure by Number of Bedrooms +G8429,Flt_apt_In_3_st_bl_NofB_3,Flat or apartment In a three storey block Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8429,Dwelling Structure by Number of Bedrooms +G8430,Flt_apt_In_3_st_bl_NofB_4,Flat or apartment In a three storey block Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8430,Dwelling Structure by Number of Bedrooms +G8431,Flt_apt_In_3_st_bl_NofB_5,Flat or apartment In a three storey block Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8431,Dwelling Structure by Number of Bedrooms +G8432,Flt_apt_In_3_s_bl_NofB_6_m,Flat or apartment In a three storey block Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8432,Dwelling Structure by Number of Bedrooms +G8433,Flt_apt_In_3_st_bl_NofB_NS,Flat or apartment In a three storey block Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8433,Dwelling Structure by Number of Bedrooms +G8434,Flt_apt_In_3_st_bl_Total,Flat or apartment In a three storey block Total,,G38,housing_units,housing,Total,,8434,Dwelling Structure by Number of Bedrooms +G8435,Flt_apt_4_or_m_s_b_NofB_0_ib,Flat or apartment In a four or more storey block Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8435,Dwelling Structure by Number of Bedrooms +G8436,Flt_apt_4_or_m_s_b_NofB_1,Flat or apartment In a four or more storey block Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8436,Dwelling Structure by Number of Bedrooms +G8437,Flt_apt_4_or_m_s_b_NofB_2,Flat or apartment In a four or more storey block Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8437,Dwelling Structure by Number of Bedrooms +G8438,Flt_apt_4_or_m_s_b_NofB_3,Flat or apartment In a four or more storey block Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8438,Dwelling Structure by Number of Bedrooms +G8439,Flt_apt_4_or_m_s_b_NofB_4,Flat or apartment In a four or more storey block Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8439,Dwelling Structure by Number of Bedrooms +G8440,Flt_apt_4_or_m_s_b_NofB_5,Flat or apartment In a four or more storey block Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8440,Dwelling Structure by Number of Bedrooms +G8441,Flt_apt_4_or_m_s_b_NofB_6_m,Flat or apartment In a four or more storey block Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8441,Dwelling Structure by Number of Bedrooms +G8442,Flt_apt_4_or_m_s_b_NofB_NS,Flat or apartment In a four or more storey block Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8442,Dwelling Structure by Number of Bedrooms +G8443,Flt_apt_4_or_m_s_b_Total,Flat or apartment In a four or more storey block Total,,G38,housing_units,housing,Total,,8443,Dwelling Structure by Number of Bedrooms +G8444,Flt_apt_At_to_a_h_NofB_0_ib,Flat or apartment Attached to a house Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8444,Dwelling Structure by Number of Bedrooms +G8445,Flt_apt_At_to_a_hse_NofB_1,Flat or apartment Attached to a house Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8445,Dwelling Structure by Number of Bedrooms +G8446,Flt_apt_At_to_a_hse_NofB_2,Flat or apartment Attached to a house Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8446,Dwelling Structure by Number of Bedrooms +G8447,Flt_apt_At_to_a_hse_NofB_3,Flat or apartment Attached to a house Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8447,Dwelling Structure by Number of Bedrooms +G8448,Flt_apt_At_to_a_hse_NofB_4,Flat or apartment Attached to a house Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8448,Dwelling Structure by Number of Bedrooms +G8449,Flt_apt_At_to_a_hse_NofB_5,Flat or apartment Attached to a house Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8449,Dwelling Structure by Number of Bedrooms +G8450,Flt_apt_At_to_a_hs_NofB_6_m,Flat or apartment Attached to a house Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8450,Dwelling Structure by Number of Bedrooms +G8451,Flt_apt_At_to_a_hs_NofB_NS,Flat or apartment Attached to a house Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8451,Dwelling Structure by Number of Bedrooms +G8452,Flt_apt_At_to_a_hse_Total,Flat or apartment Attached to a house Total,,G38,housing_units,housing,Total,,8452,Dwelling Structure by Number of Bedrooms +G8453,Flt_apart_Tot_NofB_0_i_b,Flat or apartment Total Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8453,Dwelling Structure by Number of Bedrooms +G8454,Flt_apart_Tot_NofB_1,Flat or apartment Total Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8454,Dwelling Structure by Number of Bedrooms +G8455,Flt_apart_Tot_NofB_2,Flat or apartment Total Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8455,Dwelling Structure by Number of Bedrooms +G8456,Flt_apart_Tot_NofB_3,Flat or apartment Total Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8456,Dwelling Structure by Number of Bedrooms +G8457,Flt_apart_Tot_NofB_4,Flat or apartment Total Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8457,Dwelling Structure by Number of Bedrooms +G8458,Flt_apart_Tot_NofB_5,Flat or apartment Total Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8458,Dwelling Structure by Number of Bedrooms +G8459,Flt_apart_Tot_NofB_6_or_m,Flat or apartment Total Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8459,Dwelling Structure by Number of Bedrooms +G8460,Flt_apart_Tot_NofB_NS,Flat or apartment Total Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8460,Dwelling Structure by Number of Bedrooms +G8461,Flt_apart_Tot_Total,Flat or apartment Total Total,,G38,housing_units,housing,Total,,8461,Dwelling Structure by Number of Bedrooms +G8462,Other_dwelling_NofB_0_i_b,Other dwelling Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8462,Dwelling Structure by Number of Bedrooms +G8463,Other_dwelling_NofB_1,Other dwelling Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8463,Dwelling Structure by Number of Bedrooms +G8464,Other_dwelling_NofB_2,Other dwelling Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8464,Dwelling Structure by Number of Bedrooms +G8465,Other_dwelling_NofB_3,Other dwelling Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8465,Dwelling Structure by Number of Bedrooms +G8466,Other_dwelling_NofB_4,Other dwelling Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8466,Dwelling Structure by Number of Bedrooms +G8467,Other_dwelling_NofB_5,Other dwelling Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8467,Dwelling Structure by Number of Bedrooms +G8468,Other_dwelling_NofB_6_or_m,Other dwelling Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8468,Dwelling Structure by Number of Bedrooms +G8469,Other_dwelling_NofB_NS,Other dwelling Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8469,Dwelling Structure by Number of Bedrooms +G8470,Other_dwelling_Total,Other dwelling Total,,G38,housing_units,housing,Total,,8470,Dwelling Structure by Number of Bedrooms +G8471,Dweling_structu_NS_NofB_0_i_b,Dwelling structure not stated Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8471,Dwelling Structure by Number of Bedrooms +G8472,Dweling_structur_NS_NofB_1,Dwelling structure not stated Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8472,Dwelling Structure by Number of Bedrooms +G8473,Dweling_structur_NS_NofB_2,Dwelling structure not stated Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8473,Dwelling Structure by Number of Bedrooms +G8474,Dweling_structur_NS_NofB_3,Dwelling structure not stated Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8474,Dwelling Structure by Number of Bedrooms +G8475,Dweling_structur_NS_NofB_4,Dwelling structure not stated Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8475,Dwelling Structure by Number of Bedrooms +G8476,Dweling_structur_NS_NofB_5,Dwelling structure not stated Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8476,Dwelling Structure by Number of Bedrooms +G8477,Dwelig_struct_NS_NofB_6_or_m,Dwelling structure not stated Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8477,Dwelling Structure by Number of Bedrooms +G8478,Dweling_structur_NS_NofB_NS,Dwelling structure not stated Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8478,Dwelling Structure by Number of Bedrooms +G8479,Dweling_structur_NS_Total,Dwelling structure not stated Total,,G38,housing_units,housing,Total,,8479,Dwelling Structure by Number of Bedrooms +G8480,Total_NofB_0_i_b,Total Number of bedrooms None includes bedsitters,,G38,housing_units,housing,None (includes bedsitters),,8480,Dwelling Structure by Number of Bedrooms +G8481,Total_NofB_1,Total Number of bedrooms One bedroom,,G38,housing_units,housing,One bedroom ,,8481,Dwelling Structure by Number of Bedrooms +G8482,Total_NofB_2,Total Number of bedrooms Two bedrooms,,G38,housing_units,housing,Two bedrooms,,8482,Dwelling Structure by Number of Bedrooms +G8483,Total_NofB_3,Total Number of bedrooms Three bedrooms,,G38,housing_units,housing,Three bedrooms,,8483,Dwelling Structure by Number of Bedrooms +G8484,Total_NofB_4,Total Number of bedrooms Four bedrooms,,G38,housing_units,housing,Four bedrooms,,8484,Dwelling Structure by Number of Bedrooms +G8485,Total_NofB_5,Total Number of bedrooms Five bedrooms,,G38,housing_units,housing,Five bedrooms,,8485,Dwelling Structure by Number of Bedrooms +G8486,Total_NofB_6_or_m,Total Number of bedrooms Six or more bedrooms,,G38,housing_units,housing,Six bedrooms or more,,8486,Dwelling Structure by Number of Bedrooms +G8487,Total_NofB_NS,Total Number of bedrooms Not stated,,G38,housing_units,housing,Number of bedrooms not stated,,8487,Dwelling Structure by Number of Bedrooms +G8488,Total_Total,Total Total,,G38,housing_units,housing,Total,,8488,Dwelling Structure by Number of Bedrooms +G8489,SH_FHs_CF_no_C,Separate house Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8489,Dwelling Structure by Household Composition and Family Composition +G8490,SH_FHs_CF_C,Separate house Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8490,Dwelling Structure by Household Composition and Family Composition +G8491,SH_FHs_OnePF,Separate house Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8491,Dwelling Structure by Household Composition and Family Composition +G8492,SH_FHs_Oth_fam,Separate house Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8492,Dwelling Structure by Household Composition and Family Composition +G8493,SH_FHs_Tot,Separate house Family households Total,,G39,housing_units,families|housing,Family households: Total,,8493,Dwelling Structure by Household Composition and Family Composition +G8494,SH_Lone_P_H,Separate house Lone person household,,G39,housing_units,families|housing,Lone person household,,8494,Dwelling Structure by Household Composition and Family Composition +G8495,SH_Group_H,Separate house Group household,,G39,housing_units,families|housing,Group household,,8495,Dwelling Structure by Household Composition and Family Composition +G8496,SH_Tot,Separate house Total,,G39,housing_units,families|housing,Total,,8496,Dwelling Structure by Household Composition and Family Composition +G8497,SDRTHT_1_S_FHs_CF_no_C,Semi detached row or terrace house townhouse etc with One storey Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8497,Dwelling Structure by Household Composition and Family Composition +G8498,SDRTHT_1_S_FHs_CF_C,Semi detached row or terrace house townhouse etc with One storey Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8498,Dwelling Structure by Household Composition and Family Composition +G8499,SDRTHT_1_S_FHs_OnePF,Semi detached row or terrace house townhouse etc with One storey Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8499,Dwelling Structure by Household Composition and Family Composition +G8500,SDRTHT_1_S_FHs_Oth_fam,Semi detached row or terrace house townhouse etc with One storey Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8500,Dwelling Structure by Household Composition and Family Composition +G8501,SDRTHT_1_S_FHs_Tot,Semi detached row or terrace house townhouse etc with One storey Family households Total,,G39,housing_units,families|housing,Family households: Total,,8501,Dwelling Structure by Household Composition and Family Composition +G8502,SDRTHT_1_S_Lone_P_H,Semi detached row or terrace house townhouse etc with One storey Lone person household,,G39,housing_units,families|housing,Lone person household,,8502,Dwelling Structure by Household Composition and Family Composition +G8503,SDRTHT_1_S_Group_H,Semi detached row or terrace house townhouse etc with One storey Group household,,G39,housing_units,families|housing,Group household,,8503,Dwelling Structure by Household Composition and Family Composition +G8504,SDRTHT_1_S_Tot,Semi detached row or terrace house townhouse etc with One storey Total,,G39,housing_units,families|housing,Total,,8504,Dwelling Structure by Household Composition and Family Composition +G8505,SDRTHT_2more_S_FHs_CF_no_C,Semi detached row or terrace house townhouse etc with Two or more storeys Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8505,Dwelling Structure by Household Composition and Family Composition +G8506,SDRTHT_2more_S_FHs_CF_C,Semi detached row or terrace house townhouse etc with Two or more storeys Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8506,Dwelling Structure by Household Composition and Family Composition +G8507,SDRTHT_2more_S_FHs_OnePF,Semi detached row or terrace house townhouse etc with Two or more storeys Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8507,Dwelling Structure by Household Composition and Family Composition +G8508,SDRTHT_2more_S_FHs_Oth_fam,Semi detached row or terrace house townhouse etc with Two or more storeys Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8508,Dwelling Structure by Household Composition and Family Composition +G8509,SDRTHT_2more_S_FHs_Tot,Semi detached row or terrace house townhouse etc with Two or more storeys Family households Total,,G39,housing_units,families|housing,Family households: Total,,8509,Dwelling Structure by Household Composition and Family Composition +G8510,SDRTHT_2more_S_Lone_P_H,Semi detached row or terrace house townhouse etc with Two or more storeys Lone person household,,G39,housing_units,families|housing,Lone person household,,8510,Dwelling Structure by Household Composition and Family Composition +G8511,SDRTHT_2more_S_Group_H,Semi detached row or terrace house townhouse etc with Two or more storeys Group household,,G39,housing_units,families|housing,Group household,,8511,Dwelling Structure by Household Composition and Family Composition +G8512,SDRTHT_2more_S_Tot,Semi detached row or terrace house townhouse etc with Two or more storeys Total,,G39,housing_units,families|housing,Total,,8512,Dwelling Structure by Household Composition and Family Composition +G8513,SDRTHT_Tot_FHs_CF_no_C,Semi detached row or terrace house townhouse etc with Total Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8513,Dwelling Structure by Household Composition and Family Composition +G8514,SDRTHT_Tot_FHs_CF_C,Semi detached row or terrace house townhouse etc with Total Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8514,Dwelling Structure by Household Composition and Family Composition +G8515,SDRTHT_Tot_FHs_OnePF,Semi detached row or terrace house townhouse etc with Total Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8515,Dwelling Structure by Household Composition and Family Composition +G8516,SDRTHT_Tot_FHs_Oth_fam,Semi detached row or terrace house townhouse etc with Total Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8516,Dwelling Structure by Household Composition and Family Composition +G8517,SDRTHT_Tot_FHs_Tot,Semi detached row or terrace house townhouse etc with Total Family households Total,,G39,housing_units,families|housing,Family households: Total,,8517,Dwelling Structure by Household Composition and Family Composition +G8518,SDRTHT_Tot_Lone_P_H,Semi detached row or terrace house townhouse etc with Total Lone person household,,G39,housing_units,families|housing,Lone person household,,8518,Dwelling Structure by Household Composition and Family Composition +G8519,SDRTHT_Tot_Group_H,Semi detached row or terrace house townhouse etc with Total Group household,,G39,housing_units,families|housing,Group household,,8519,Dwelling Structure by Household Composition and Family Composition +G8520,SDRTHT_Tot_Tot,Semi detached row or terrace house townhouse etc with Total Total,,G39,housing_units,families|housing,Total,,8520,Dwelling Structure by Household Composition and Family Composition +G8521,FoA_1_or_2_SB_FHs_CF_no_C,Flat or apartment In a one or two storey block Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8521,Dwelling Structure by Household Composition and Family Composition +G8522,FoA_1_or_2_SB_FHs_CF_C,Flat or apartment In a one or two storey block Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8522,Dwelling Structure by Household Composition and Family Composition +G8523,FoA_1_or_2_SB_FHs_OnePF,Flat or apartment In a one or two storey block Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8523,Dwelling Structure by Household Composition and Family Composition +G8524,FoA_1_or_2_SB_FHs_Oth_fam,Flat or apartment In a one or two storey block Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8524,Dwelling Structure by Household Composition and Family Composition +G8525,FoA_1_or_2_SB_FHs_Tot,Flat or apartment In a one or two storey block Family households Total,,G39,housing_units,families|housing,Family households: Total,,8525,Dwelling Structure by Household Composition and Family Composition +G8526,FoA_1_or_2_SB_Lone_P_H,Flat or apartment In a one or two storey block Lone person household,,G39,housing_units,families|housing,Lone person household,,8526,Dwelling Structure by Household Composition and Family Composition +G8527,FoA_1_or_2_SB_Group_H,Flat or apartment In a one or two storey block Group household,,G39,housing_units,families|housing,Group household,,8527,Dwelling Structure by Household Composition and Family Composition +G8528,FoA_1_or_2_SB_Tot,Flat or apartment In a one or two storey block Total,,G39,housing_units,families|housing,Total,,8528,Dwelling Structure by Household Composition and Family Composition +G8529,FoA_3SB_FHs_CF_no_C,Flat or apartment In a three storey block Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8529,Dwelling Structure by Household Composition and Family Composition +G8530,FoA_3SB_FHs_CF_C,Flat or apartment In a three storey block Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8530,Dwelling Structure by Household Composition and Family Composition +G8531,FoA_3SB_FHs_OnePF,Flat or apartment In a three storey block Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8531,Dwelling Structure by Household Composition and Family Composition +G8532,FoA_3SB_FHs_Oth_fam,Flat or apartment In a three storey block Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8532,Dwelling Structure by Household Composition and Family Composition +G8533,FoA_3SB_FHs_Tot,Flat or apartment In a three storey block Family households Total,,G39,housing_units,families|housing,Family households: Total,,8533,Dwelling Structure by Household Composition and Family Composition +G8534,FoA_3SB_Lone_P_H,Flat or apartment In a three storey block Lone person household,,G39,housing_units,families|housing,Lone person household,,8534,Dwelling Structure by Household Composition and Family Composition +G8535,FoA_3SB_Group_H,Flat or apartment In a three storey block Group household,,G39,housing_units,families|housing,Group household,,8535,Dwelling Structure by Household Composition and Family Composition +G8536,FoA_3SB_Tot,Flat or apartment In a three storey block Total,,G39,housing_units,families|housing,Total,,8536,Dwelling Structure by Household Composition and Family Composition +G8537,FoA_4moSB_FHs_CF_no_C,Flat or apartment In a four or more storey block Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8537,Dwelling Structure by Household Composition and Family Composition +G8538,FoA_4moSB_FHs_CF_C,Flat or apartment In a four or more storey block Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8538,Dwelling Structure by Household Composition and Family Composition +G8539,FoA_4moSB_FHs_OnePF,Flat or apartment In a four or more storey block Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8539,Dwelling Structure by Household Composition and Family Composition +G8540,FoA_4moSB_FHs_Oth_fam,Flat or apartment In a four or more storey block Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8540,Dwelling Structure by Household Composition and Family Composition +G8541,FoA_4moSB_FHs_Tot,Flat or apartment In a four or more storey block Family households Total,,G39,housing_units,families|housing,Family households: Total,,8541,Dwelling Structure by Household Composition and Family Composition +G8542,FoA_4moSB_Lone_P_H,Flat or apartment In a four or more storey block Lone person household,,G39,housing_units,families|housing,Lone person household,,8542,Dwelling Structure by Household Composition and Family Composition +G8543,FoA_4moSB_Group_H,Flat or apartment In a four or more storey block Group household,,G39,housing_units,families|housing,Group household,,8543,Dwelling Structure by Household Composition and Family Composition +G8544,FoA_4moSB_Tot,Flat or apartment In a four or more storey block Total,,G39,housing_units,families|housing,Total,,8544,Dwelling Structure by Household Composition and Family Composition +G8545,FoA_Att_to_hous_FHs_CF_no_C,Flat or apartment Attached to a house Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8545,Dwelling Structure by Household Composition and Family Composition +G8546,FoA_Att_to_hous_FHs_CF_C,Flat or apartment Attached to a house Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8546,Dwelling Structure by Household Composition and Family Composition +G8547,FoA_Att_to_hous_FHs_OnePF,Flat or apartment Attached to a house Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8547,Dwelling Structure by Household Composition and Family Composition +G8548,FoA_Att_to_hous_FHs_Oth_fam,Flat or apartment Attached to a house Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8548,Dwelling Structure by Household Composition and Family Composition +G8549,FoA_Att_to_hous_FHs_Tot,Flat or apartment Attached to a house Family households Total,,G39,housing_units,families|housing,Family households: Total,,8549,Dwelling Structure by Household Composition and Family Composition +G8550,FoA_Att_to_hous_Lone_P_H,Flat or apartment Attached to a house Lone person household,,G39,housing_units,families|housing,Lone person household,,8550,Dwelling Structure by Household Composition and Family Composition +G8551,FoA_Att_to_hous_Group_H,Flat or apartment Attached to a house Group household,,G39,housing_units,families|housing,Group household,,8551,Dwelling Structure by Household Composition and Family Composition +G8552,FoA_Att_to_hous_Tot,Flat or apartment Attached to a house Total,,G39,housing_units,families|housing,Total,,8552,Dwelling Structure by Household Composition and Family Composition +G8553,FoA_Tot_FHs_CF_no_C,Flat or apartment Total Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8553,Dwelling Structure by Household Composition and Family Composition +G8554,FoA_Tot_FHs_CF_C,Flat or apartment Total Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8554,Dwelling Structure by Household Composition and Family Composition +G8555,FoA_Tot_FHs_OnePF,Flat or apartment Total Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8555,Dwelling Structure by Household Composition and Family Composition +G8556,FoA_Tot_FHs_Oth_fam,Flat or apartment Total Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8556,Dwelling Structure by Household Composition and Family Composition +G8557,FoA_Tot_FHs_Tot,Flat or apartment Total Family households Total,,G39,housing_units,families|housing,Family households: Total,,8557,Dwelling Structure by Household Composition and Family Composition +G8558,FoA_Tot_Lone_P_H,Flat or apartment Total Lone person household,,G39,housing_units,families|housing,Lone person household,,8558,Dwelling Structure by Household Composition and Family Composition +G8559,FoA_Tot_Group_H,Flat or apartment Total Group household,,G39,housing_units,families|housing,Group household,,8559,Dwelling Structure by Household Composition and Family Composition +G8560,FoA_Tot_Tot,Flat or apartment Total Total,,G39,housing_units,families|housing,Total,,8560,Dwelling Structure by Household Composition and Family Composition +G8561,OD_C_FHs_CF_no_C,Other dwelling Caravan Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8561,Dwelling Structure by Household Composition and Family Composition +G8562,OD_C_FHs_CF_C,Other dwelling Caravan Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8562,Dwelling Structure by Household Composition and Family Composition +G8563,OD_C_FHs_OnePF,Other dwelling Caravan Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8563,Dwelling Structure by Household Composition and Family Composition +G8564,OD_C_FHs_Oth_fam,Other dwelling Caravan Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8564,Dwelling Structure by Household Composition and Family Composition +G8565,OD_C_FHs_Tot,Other dwelling Caravan Family households Total,,G39,housing_units,families|housing,Family households: Total,,8565,Dwelling Structure by Household Composition and Family Composition +G8566,OD_C_Lone_P_H,Other dwelling Caravan Lone person household,,G39,housing_units,families|housing,Lone person household,,8566,Dwelling Structure by Household Composition and Family Composition +G8567,OD_C_Group_H,Other dwelling Caravan Group household,,G39,housing_units,families|housing,Group household,,8567,Dwelling Structure by Household Composition and Family Composition +G8568,OD_C_Tot,Other dwelling Caravan Total,,G39,housing_units,families|housing,Total,,8568,Dwelling Structure by Household Composition and Family Composition +G8569,OD_CH_FHs_CF_no_C,Other dwelling Cabin houseboat Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8569,Dwelling Structure by Household Composition and Family Composition +G8570,OD_CH_FHs_CF_C,Other dwelling Cabin houseboat Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8570,Dwelling Structure by Household Composition and Family Composition +G8571,OD_CH_FHs_OnePF,Other dwelling Cabin houseboat Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8571,Dwelling Structure by Household Composition and Family Composition +G8572,OD_CH_FHs_Oth_fam,Other dwelling Cabin houseboat Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8572,Dwelling Structure by Household Composition and Family Composition +G8573,OD_CH_FHs_Tot,Other dwelling Cabin houseboat Family households Total,,G39,housing_units,families|housing,Family households: Total,,8573,Dwelling Structure by Household Composition and Family Composition +G8574,OD_CH_Lone_P_H,Other dwelling Cabin houseboat Lone person household,,G39,housing_units,families|housing,Lone person household,,8574,Dwelling Structure by Household Composition and Family Composition +G8575,OD_CH_Group_H,Other dwelling Cabin houseboat Group household,,G39,housing_units,families|housing,Group household,,8575,Dwelling Structure by Household Composition and Family Composition +G8576,OD_CH_Tot,Other dwelling Cabin houseboat Total,,G39,housing_units,families|housing,Total,,8576,Dwelling Structure by Household Composition and Family Composition +G8577,OD_Imp_home_T_SO_FHs_CF_no_C,Other dwelling Improvised home tent sleepers out Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8577,Dwelling Structure by Household Composition and Family Composition +G8578,OD_Imp_home_T_SO_FHs_CF_C,Other dwelling Improvised home tent sleepers out Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8578,Dwelling Structure by Household Composition and Family Composition +G8579,OD_Imp_home_T_SO_FHs_OnePF,Other dwelling Improvised home tent sleepers out Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8579,Dwelling Structure by Household Composition and Family Composition +G8580,OD_Imp_home_T_SO_FHs_Oth_fam,Other dwelling Improvised home tent sleepers out Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8580,Dwelling Structure by Household Composition and Family Composition +G8581,OD_Imp_home_T_SO_FHs_Tot,Other dwelling Improvised home tent sleepers out Family households Total,,G39,housing_units,families|housing,Family households: Total,,8581,Dwelling Structure by Household Composition and Family Composition +G8582,OD_Imp_home_T_SO_Lone_P_H,Other dwelling Improvised home tent sleepers out Lone person household,,G39,housing_units,families|housing,Lone person household,,8582,Dwelling Structure by Household Composition and Family Composition +G8583,OD_Imp_home_T_SO_Group_H,Other dwelling Improvised home tent sleepers out Group household,,G39,housing_units,families|housing,Group household,,8583,Dwelling Structure by Household Composition and Family Composition +G8584,OD_Imp_home_T_SO_Tot,Other dwelling Improvised home tent sleepers out Total,,G39,housing_units,families|housing,Total,,8584,Dwelling Structure by Household Composition and Family Composition +G8585,OD_HorF_at_to_S_O_FHs_CF_no_C,Other dwelling House or flat attached to a shop office etc Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8585,Dwelling Structure by Household Composition and Family Composition +G8586,OD_HorF_at_to_S_O_FHs_CF_C,Other dwelling House or flat attached to a shop office etc Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8586,Dwelling Structure by Household Composition and Family Composition +G8587,OD_HorF_at_to_S_O_FHs_OnePF,Other dwelling House or flat attached to a shop office etc Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8587,Dwelling Structure by Household Composition and Family Composition +G8588,OD_HorF_at_to_S_O_FHs_Oth_fam,Other dwelling House or flat attached to a shop office etc Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8588,Dwelling Structure by Household Composition and Family Composition +G8589,OD_HorF_at_to_S_O_FHs_Tot,Other dwelling House or flat attached to a shop office etc Family households Total,,G39,housing_units,families|housing,Family households: Total,,8589,Dwelling Structure by Household Composition and Family Composition +G8590,OD_HorF_at_to_S_O_Lone_P_H,Other dwelling House or flat attached to a shop office etc Lone person household,,G39,housing_units,families|housing,Lone person household,,8590,Dwelling Structure by Household Composition and Family Composition +G8591,OD_HorF_at_to_S_O_Group_H,Other dwelling House or flat attached to a shop office etc Group household,,G39,housing_units,families|housing,Group household,,8591,Dwelling Structure by Household Composition and Family Composition +G8592,OD_HorF_at_to_S_O_Tot,Other dwelling House or flat attached to a shop office etc Total,,G39,housing_units,families|housing,Total,,8592,Dwelling Structure by Household Composition and Family Composition +G8593,OD_Tot_FHs_CF_no_C,Other dwelling Total Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8593,Dwelling Structure by Household Composition and Family Composition +G8594,OD_Tot_FHs_CF_C,Other dwelling Total Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8594,Dwelling Structure by Household Composition and Family Composition +G8595,OD_Tot_FHs_OnePF,Other dwelling Total Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8595,Dwelling Structure by Household Composition and Family Composition +G8596,OD_Tot_FHs_Oth_fam,Other dwelling Total Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8596,Dwelling Structure by Household Composition and Family Composition +G8597,OD_Tot_FHs_Tot,Other dwelling Total Family households Total,,G39,housing_units,families|housing,Family households: Total,,8597,Dwelling Structure by Household Composition and Family Composition +G8598,OD_Tot_Lone_P_H,Other dwelling Total Lone person household,,G39,housing_units,families|housing,Lone person household,,8598,Dwelling Structure by Household Composition and Family Composition +G8599,OD_Tot_Group_H,Other dwelling Total Group household,,G39,housing_units,families|housing,Group household,,8599,Dwelling Structure by Household Composition and Family Composition +G8600,OD_Tot_Tot,Other dwelling Total Total,,G39,housing_units,families|housing,Total,,8600,Dwelling Structure by Household Composition and Family Composition +G8601,DS_NS_FHs_CF_no_C,Dwelling structure not stated Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8601,Dwelling Structure by Household Composition and Family Composition +G8602,DS_NS_FHs_CF_C,Dwelling structure not stated Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8602,Dwelling Structure by Household Composition and Family Composition +G8603,DS_NS_FHs_OnePF,Dwelling structure not stated Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8603,Dwelling Structure by Household Composition and Family Composition +G8604,DS_NS_FHs_Oth_fam,Dwelling structure not stated Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8604,Dwelling Structure by Household Composition and Family Composition +G8605,DS_NS_FHs_Tot,Dwelling structure not stated Family households Total,,G39,housing_units,families|housing,Family households: Total,,8605,Dwelling Structure by Household Composition and Family Composition +G8606,DS_NS_Lone_P_H,Dwelling structure not stated Lone person household,,G39,housing_units,families|housing,Lone person household,,8606,Dwelling Structure by Household Composition and Family Composition +G8607,DS_NS_Group_H,Dwelling structure not stated Group household,,G39,housing_units,families|housing,Group household,,8607,Dwelling Structure by Household Composition and Family Composition +G8608,DS_NS_Tot,Dwelling structure not stated Total,,G39,housing_units,families|housing,Total,,8608,Dwelling Structure by Household Composition and Family Composition +G8609,Tot_FHs_CF_no_C,Total Family households Couple family with no children,,G39,housing_units,families|housing,Family households: Couple family with no children,,8609,Dwelling Structure by Household Composition and Family Composition +G8610,Tot_FHs_CF_C,Total Family households Couple family with children,,G39,housing_units,families|housing,Family households: Couple family with children,,8610,Dwelling Structure by Household Composition and Family Composition +G8611,Tot_FHs_OnePF,Total Family households One parent family,,G39,housing_units,families|housing,Family households: One parent family,,8611,Dwelling Structure by Household Composition and Family Composition +G8612,Tot_FHs_Oth_fam,Total Family households Other family,,G39,housing_units,families|housing,Family households: Other family,,8612,Dwelling Structure by Household Composition and Family Composition +G8613,Tot_FHs_Tot,Total Family households Total,,G39,housing_units,families|housing,Family households: Total,,8613,Dwelling Structure by Household Composition and Family Composition +G8614,Tot_Lone_P_H,Total Lone person household,,G39,housing_units,families|housing,Lone person household,,8614,Dwelling Structure by Household Composition and Family Composition +G8615,Tot_Group_H,Total Group household,,G39,housing_units,families|housing,Group household,,8615,Dwelling Structure by Household Composition and Family Composition +G8616,Tot_Tot,Total Total,,G39,housing_units,families|housing,Total,,8616,Dwelling Structure by Household Composition and Family Composition +G8617,P_15_yrs_over_M,Persons aged 15 years and over Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8617,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8618,P_15_yrs_over_F,Persons aged 15 years and over Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8618,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8619,P_15_yrs_over_P,Persons aged 15 years and over Persons,Tot_P_P,G40,people,employment,Persons,,8619,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8620,lfs_Emplyed_wrked_full_time_M,Labour force status Employed worked full time Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8620,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8621,lfs_Emplyed_wrked_full_time_F,Labour force status Employed worked full time Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8621,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8622,lfs_Emplyed_wrked_full_time_P,Labour force status Employed worked full time Persons,Tot_P_P,G40,people,employment,Persons,,8622,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8623,lfs_Emplyed_wrked_part_time_M,Labour force status Employed worked part time Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8623,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8624,lfs_Emplyed_wrked_part_time_F,Labour force status Employed worked part time Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8624,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8625,lfs_Emplyed_wrked_part_time_P,Labour force status Employed worked part time Persons,Tot_P_P,G40,people,employment,Persons,,8625,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8626,lfs_Employed_away_from_work_M,Labour force status Employed away from work Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8626,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8627,lfs_Employed_away_from_work_F,Labour force status Employed away from work Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8627,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8628,lfs_Employed_away_from_work_P,Labour force status Employed away from work Persons,Tot_P_P,G40,people,employment,Persons,,8628,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8629,lfs_Unmplyed_lookng_for_wrk_M,Labour force status Unemployed looking for work Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8629,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8630,lfs_Unmplyed_lookng_for_wrk_F,Labour force status Unemployed looking for work Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8630,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8631,lfs_Unmplyed_lookng_for_wrk_P,Labour force status Unemployed looking for work Persons,Tot_P_P,G40,people,employment,Persons,,8631,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8632,lfs_Tot_LF_M,Labour force status Total labour force Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8632,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8633,lfs_Tot_LF_F,Labour force status Total labour force Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8633,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8634,lfs_Tot_LF_P,Labour force status Total labour force Persons,Tot_P_P,G40,people,employment,Persons,,8634,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8635,lfs_N_the_labour_force_M,Labour force status Not in the labour force Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8635,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8636,lfs_N_the_labour_force_F,Labour force status Not in the labour force Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8636,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8637,lfs_N_the_labour_force_P,Labour force status Not in the labour force Persons,Tot_P_P,G40,people,employment,Persons,,8637,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8638,Percent_Unem_loyment_M,Labour force status Percent Unemployment Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8638,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8639,Percent_Unem_loyment_F,Labour force status Percent Unemployment Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8639,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8640,Percent_Unem_loyment_P,Labour force status Percent Unemployment Persons,Tot_P_P,G40,people,employment,Persons,,8640,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8641,Percnt_LabForc_prticipation_M,Labour force status Percent Labour force participation Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8641,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8642,Percnt_LabForc_prticipation_F,Labour force status Percent Labour force participation Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8642,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8643,Percnt_LabForc_prticipation_P,Labour force status Percent Labour force participation Persons,Tot_P_P,G40,people,employment,Persons,,8643,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8644,Percnt_Employment_to_populn_M,Labour force status Percent Employment to population Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8644,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8645,Percnt_Employment_to_populn_F,Labour force status Percent Employment to population Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8645,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8646,Percnt_Employment_to_populn_P,Labour force status Percent Employment to population Persons,Tot_P_P,G40,people,employment,Persons,,8646,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8647,Non_sch_quals_PostGrad_Dgre_M,Non school qualifications Postgraduate Degree Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8647,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8648,Non_sch_quals_PostGrad_Dgre_F,Non school qualifications Postgraduate Degree Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8648,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8649,Non_sch_quals_PostGrad_Dgre_P,Non school qualifications Postgraduate Degree Level Persons,Tot_P_P,G40,people,employment,Persons,,8649,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8650,Non_sch_quals_Gr_Dip_Gr_Crt_M,Non school qualifications Graduate Diploma and Graduate Certificate Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8650,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8651,Non_sch_quals_Gr_Dip_Gr_Crt_F,Non school qualifications Graduate Diploma and Graduate Certificate Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8651,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8652,Non_sch_quals_Gr_Dip_Gr_Crt_P,Non school qualifications Graduate Diploma and Graduate Certificate Level Persons,Tot_P_P,G40,people,employment,Persons,,8652,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8653,Non_sch_quals_Bchelr_Degree_M,Non school qualifications Bachelor Degree Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8653,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8654,Non_sch_quals_Bchelr_Degree_F,Non school qualifications Bachelor Degree Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8654,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8655,Non_sch_quals_Bchelr_Degree_P,Non school qualifications Bachelor Degree Level Persons,Tot_P_P,G40,people,employment,Persons,,8655,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8656,Non_sch_quls_Advncd_Dip_Dip_M,Non school qualifications Advanced Diploma and Diploma Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8656,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8657,Non_sch_quls_Advncd_Dip_Dip_F,Non school qualifications Advanced Diploma and Diploma Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8657,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8658,Non_sch_quls_Advncd_Dip_Dip_P,Non school qualifications Advanced Diploma and Diploma Level Persons,Tot_P_P,G40,people,employment,Persons,,8658,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8659,Non_sch_quls_Cert3a4_Level_M,Non school qualifications Certificate Level Certificate III and IV Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8659,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8660,Non_sch_quls_Cert3a4_Level_F,Non school qualifications Certificate Level Certificate III and IV Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8660,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8661,Non_sch_quls_Cert3a4_Level_P,Non school qualifications Certificate Level Certificate III and IV Level Persons,Tot_P_P,G40,people,employment,Persons,,8661,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8662,Non_sch_quls_Cert1a2_Level_M,Non school qualifications Certificate Level Certificate I and II Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8662,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8663,Non_sch_quls_Cert1a2_Level_F,Non school qualifications Certificate Level Certificate I and II Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8663,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8664,Non_sch_quls_Cert1a2_Level_P,Non school qualifications Certificate Level Certificate I and II Level Persons,Tot_P_P,G40,people,employment,Persons,,8664,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8665,Non_sch_quls_Certnfd_Level_M,Non school qualifications Certificate Level Certificate Level nfd Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8665,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8666,Non_sch_quls_Certnfd_Level_F,Non school qualifications Certificate Level Certificate Level nfd Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8666,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8667,Non_sch_quls_Certnfd_Level_P,Non school qualifications Certificate Level Certificate Level nfd Persons,Tot_P_P,G40,people,employment,Persons,,8667,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8668,Non_sch_quls_CertTot_Level_M,Non school qualifications Certificate Level Total Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8668,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8669,Non_sch_quls_CertTot_Level_F,Non school qualifications Certificate Level Total Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8669,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8670,Non_sch_quls_CertTot_Level_P,Non school qualifications Certificate Level Total Persons,Tot_P_P,G40,people,employment,Persons,,8670,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8671,Migtn_Lvd_same_add_1_yr_ago_M,Migration Lived at same address 1 year ago Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8671,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8672,Migtn_Lvd_same_add_1_yr_ago_F,Migration Lived at same address 1 year ago Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8672,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8673,Migtn_Lvd_same_add_1_yr_ago_P,Migration Lived at same address 1 year ago Persons,Tot_P_P,G40,people,employment,Persons,,8673,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8674,Migtn_Lvd_Diff_add_1_yr_ago_M,Migration Lived at Different address 1 year ago Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8674,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8675,Migtn_Lvd_Diff_add_1_yr_ago_F,Migration Lived at Different address 1 year ago Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8675,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8676,Migtn_Lvd_Diff_add_1_yr_ago_P,Migration Lived at Different address 1 year ago Persons,Tot_P_P,G40,people,employment,Persons,,8676,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8677,Migtn_Lvd_sme_add_5_yrs_ago_M,Migration Lived at same address 5 years ago Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8677,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8678,Migtn_Lvd_sme_add_5_yrs_ago_F,Migration Lived at same address 5 years ago Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8678,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8679,Migtn_Lvd_sme_add_5_yrs_ago_P,Migration Lived at same address 5 years ago Persons,Tot_P_P,G40,people,employment,Persons,,8679,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8680,Mign_Lvd_Diff_add_5_yrs_ago_M,Migration Lived at Different address 5 years ago Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8680,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8681,Mign_Lvd_Diff_add_5_yrs_ago_F,Migration Lived at Different address 5 years ago Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8681,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8682,Mign_Lvd_Diff_add_5_yrs_ago_P,Migration Lived at Different address 5 years ago Persons,Tot_P_P,G40,people,employment,Persons,,8682,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8683,Sme_Usl_ad_1_yr_ago_as_2016_M,Same usual address 1 year ago as in 2016 Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8683,Place of Usual Residence 1 Year Ago by Sex +G8684,Sme_Usl_ad_1_yr_ago_as_2016_F,Same usual address 1 year ago as in 2016 Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8684,Place of Usual Residence 1 Year Ago by Sex +G8685,Sme_Usl_ad_1_yr_ago_as_2016_P,Same usual address 1 year ago as in 2016 Persons,Tot_P_P,G41,people,housing,Persons,,8685,Place of Usual Residence 1 Year Ago by Sex +G8686,Dif_Usl_ad_1_yr_ago_Sme_SA2_M,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8686,Place of Usual Residence 1 Year Ago by Sex +G8687,Dif_Usl_ad_1_yr_ago_Sme_SA2_F,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8687,Place of Usual Residence 1 Year Ago by Sex +G8688,Dif_Usl_ad_1_yr_ago_Sme_SA2_P,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Persons,Tot_P_P,G41,people,housing,Persons,,8688,Place of Usual Residence 1 Year Ago by Sex +G8689,Dif_Us_ad_1_ago_Dif_SA2_NSW_M,Different usual address 1 year ago Different SA2 in New South Wales Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8689,Place of Usual Residence 1 Year Ago by Sex +G8690,Dif_Us_ad_1_ago_Dif_SA2_NSW_F,Different usual address 1 year ago Different SA2 in New South Wales Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8690,Place of Usual Residence 1 Year Ago by Sex +G8691,Dif_Us_ad_1_ago_Dif_SA2_NSW_P,Different usual address 1 year ago Different SA2 in New South Wales Persons,Tot_P_P,G41,people,housing,Persons,,8691,Place of Usual Residence 1 Year Ago by Sex +G8692,Dif_Us_ad_1_ago_Dif_SA2_Vic_M,Different usual address 1 year ago Different SA2 in Victoria Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8692,Place of Usual Residence 1 Year Ago by Sex +G8693,Dif_Us_ad_1_ago_Dif_SA2_Vic_F,Different usual address 1 year ago Different SA2 in Victoria Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8693,Place of Usual Residence 1 Year Ago by Sex +G8694,Dif_Us_ad_1_ago_Dif_SA2_Vic_P,Different usual address 1 year ago Different SA2 in Victoria Persons,Tot_P_P,G41,people,housing,Persons,,8694,Place of Usual Residence 1 Year Ago by Sex +G8695,Dif_Us_ad_1_ago_Dif_SA2_Qld_M,Different usual address 1 year ago Different SA2 in Queensland Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8695,Place of Usual Residence 1 Year Ago by Sex +G8696,Dif_Us_ad_1_ago_Dif_SA2_Qld_F,Different usual address 1 year ago Different SA2 in Queensland Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8696,Place of Usual Residence 1 Year Ago by Sex +G8697,Dif_Us_ad_1_ago_Dif_SA2_Qld_P,Different usual address 1 year ago Different SA2 in Queensland Persons,Tot_P_P,G41,people,housing,Persons,,8697,Place of Usual Residence 1 Year Ago by Sex +G8698,Dif_Us_ad_1_ago_Dif_SA2_SA_M,Different usual address 1 year ago Different SA2 in South Australia Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8698,Place of Usual Residence 1 Year Ago by Sex +G8699,Dif_Us_ad_1_ago_Dif_SA2_SA_F,Different usual address 1 year ago Different SA2 in South Australia Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8699,Place of Usual Residence 1 Year Ago by Sex +G8700,Dif_Us_ad_1_ago_Dif_SA2_SA_P,Different usual address 1 year ago Different SA2 in South Australia Persons,Tot_P_P,G41,people,housing,Persons,,8700,Place of Usual Residence 1 Year Ago by Sex +G8701,Dif_Us_ad_1_ago_Dif_SA2_WA_M,Different usual address 1 year ago Different SA2 in Western Australia Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8701,Place of Usual Residence 1 Year Ago by Sex +G8702,Dif_Us_ad_1_ago_Dif_SA2_WA_F,Different usual address 1 year ago Different SA2 in Western Australia Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8702,Place of Usual Residence 1 Year Ago by Sex +G8703,Dif_Us_ad_1_ago_Dif_SA2_WA_P,Different usual address 1 year ago Different SA2 in Western Australia Persons,Tot_P_P,G41,people,housing,Persons,,8703,Place of Usual Residence 1 Year Ago by Sex +G8704,Dif_Us_ad_1_ago_Dif_SA2_Tas_M,Different usual address 1 year ago Different SA2 in Tasmania Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8704,Place of Usual Residence 1 Year Ago by Sex +G8705,Dif_Us_ad_1_ago_Dif_SA2_Tas_F,Different usual address 1 year ago Different SA2 in Tasmania Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8705,Place of Usual Residence 1 Year Ago by Sex +G8706,Dif_Us_ad_1_ago_Dif_SA2_Tas_P,Different usual address 1 year ago Different SA2 in Tasmania Persons,Tot_P_P,G41,people,housing,Persons,,8706,Place of Usual Residence 1 Year Ago by Sex +G8707,Dif_Us_ad_1_ago_Dif_SA2_NT_M,Different usual address 1 year ago Different SA2 in Northern Territory Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8707,Place of Usual Residence 1 Year Ago by Sex +G8708,Dif_Us_ad_1_ago_Dif_SA2_NT_F,Different usual address 1 year ago Different SA2 in Northern Territory Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8708,Place of Usual Residence 1 Year Ago by Sex +G8709,Dif_Us_ad_1_ago_Dif_SA2_NT_P,Different usual address 1 year ago Different SA2 in Northern Territory Persons,Tot_P_P,G41,people,housing,Persons,,8709,Place of Usual Residence 1 Year Ago by Sex +G8710,Dif_Us_ad_1_ago_Dif_SA2_ACT_M,Different usual address 1 year ago Different SA2 in Australian Capital Territory Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8710,Place of Usual Residence 1 Year Ago by Sex +G8711,Dif_Us_ad_1_ago_Dif_SA2_ACT_F,Different usual address 1 year ago Different SA2 in Australian Capital Territory Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8711,Place of Usual Residence 1 Year Ago by Sex +G8712,Dif_Us_ad_1_ago_Dif_SA2_ACT_P,Different usual address 1 year ago Different SA2 in Australian Capital Territory Persons,Tot_P_P,G41,people,housing,Persons,,8712,Place of Usual Residence 1 Year Ago by Sex +G8713,Dif_Us_ad_1_ago_Dif_SA2_OT_M,Different usual address 1 year ago Different SA2 in Other Territories Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8713,Place of Usual Residence 1 Year Ago by Sex +G8714,Dif_Us_ad_1_ago_Dif_SA2_OT_F,Different usual address 1 year ago Different SA2 in Other Territories Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8714,Place of Usual Residence 1 Year Ago by Sex +G8715,Dif_Us_ad_1_ago_Dif_SA2_OT_P,Different usual address 1 year ago Different SA2 in Other Territories Persons,Tot_P_P,G41,people,housing,Persons,,8715,Place of Usual Residence 1 Year Ago by Sex +G8716,Dif_Us_ad_1_ago_Dif_SA2_Tot_M,Different usual address 1 year ago Different SA2 in Total Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8716,Place of Usual Residence 1 Year Ago by Sex +G8717,Dif_Us_ad_1_ago_Dif_SA2_Tot_F,Different usual address 1 year ago Different SA2 in Total Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8717,Place of Usual Residence 1 Year Ago by Sex +G8718,Dif_Us_ad_1_ago_Dif_SA2_Tot_P,Different usual address 1 year ago Different SA2 in Total Persons,Tot_P_P,G41,people,housing,Persons,,8718,Place of Usual Residence 1 Year Ago by Sex +G8719,Difnt_Usl_add_1_yr_ago_OS_M,Different usual address 1 year ago Overseas Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8719,Place of Usual Residence 1 Year Ago by Sex +G8720,Difnt_Usl_add_1_yr_ago_OS_F,Different usual address 1 year ago Overseas Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8720,Place of Usual Residence 1 Year Ago by Sex +G8721,Difnt_Usl_add_1_yr_ago_OS_P,Different usual address 1 year ago Overseas Persons,Tot_P_P,G41,people,housing,Persons,,8721,Place of Usual Residence 1 Year Ago by Sex +G8722,Difnt_Usl_add_1_yr_ago_Ns_M,Different usual address 1 year ago Not stated Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8722,Place of Usual Residence 1 Year Ago by Sex +G8723,Difnt_Usl_add_1_yr_ago_Ns_F,Different usual address 1 year ago Not stated Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8723,Place of Usual Residence 1 Year Ago by Sex +G8724,Difnt_Usl_add_1_yr_ago_Ns_P,Different usual address 1 year ago Not stated Persons,Tot_P_P,G41,people,housing,Persons,,8724,Place of Usual Residence 1 Year Ago by Sex +G8725,Difnt_Usl_add_1_yr_ago_Tot_M,Different usual address 1 year ago Total Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8725,Place of Usual Residence 1 Year Ago by Sex +G8726,Difnt_Usl_add_1_yr_ago_Tot_F,Different usual address 1 year ago Total Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8726,Place of Usual Residence 1 Year Ago by Sex +G8727,Difnt_Usl_add_1_yr_ago_Tot_P,Different usual address 1 year ago Total Persons,Tot_P_P,G41,people,housing,Persons,,8727,Place of Usual Residence 1 Year Ago by Sex +G8728,N_stated_M,Not stated Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8728,Place of Usual Residence 1 Year Ago by Sex +G8729,N_stated_F,Not stated Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8729,Place of Usual Residence 1 Year Ago by Sex +G8730,N_stated_P,Not stated Persons,Tot_P_P,G41,people,housing,Persons,,8730,Place of Usual Residence 1 Year Ago by Sex +G8731,Tot_M,Total Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8731,Place of Usual Residence 1 Year Ago by Sex +G8732,Tot_F,Total Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8732,Place of Usual Residence 1 Year Ago by Sex +G8733,Tot_P,Total Persons,Tot_P_P,G41,people,housing,Persons,,8733,Place of Usual Residence 1 Year Ago by Sex +G8734,Sme_Usl_ad_5_yr_ago_as_2016_M,Same usual address 5 years ago as in 2016 Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8734,Place of Usual Residence 5 Years Ago by Sex +G8735,Sme_Usl_ad_5_yr_ago_as_2016_F,Same usual address 5 years ago as in 2016 Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8735,Place of Usual Residence 5 Years Ago by Sex +G8736,Sme_Usl_ad_5_yr_ago_as_2016_P,Same usual address 5 years ago as in 2016 Persons,Tot_P_P,G42,people,housing,Persons,,8736,Place of Usual Residence 5 Years Ago by Sex +G8737,Dif_Usl_ad_5_yr_ago_Sme_SA2_M,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8737,Place of Usual Residence 5 Years Ago by Sex +G8738,Dif_Usl_ad_5_yr_ago_Sme_SA2_F,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8738,Place of Usual Residence 5 Years Ago by Sex +G8739,Dif_Usl_ad_5_yr_ago_Sme_SA2_P,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Persons,Tot_P_P,G42,people,housing,Persons,,8739,Place of Usual Residence 5 Years Ago by Sex +G8740,Dif_Us_ad_5_ago_Dif_SA2_NSW_M,Different usual address 5 years ago Different SA2 in New South Wales Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8740,Place of Usual Residence 5 Years Ago by Sex +G8741,Dif_Us_ad_5_ago_Dif_SA2_NSW_F,Different usual address 5 years ago Different SA2 in New South Wales Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8741,Place of Usual Residence 5 Years Ago by Sex +G8742,Dif_Us_ad_5_ago_Dif_SA2_NSW_P,Different usual address 5 years ago Different SA2 in New South Wales Persons,Tot_P_P,G42,people,housing,Persons,,8742,Place of Usual Residence 5 Years Ago by Sex +G8743,Dif_Us_ad_5_ago_Dif_SA2_Vic_M,Different usual address 5 years ago Different SA2 in Victoria Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8743,Place of Usual Residence 5 Years Ago by Sex +G8744,Dif_Us_ad_5_ago_Dif_SA2_Vic_F,Different usual address 5 years ago Different SA2 in Victoria Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8744,Place of Usual Residence 5 Years Ago by Sex +G8745,Dif_Us_ad_5_ago_Dif_SA2_Vic_P,Different usual address 5 years ago Different SA2 in Victoria Persons,Tot_P_P,G42,people,housing,Persons,,8745,Place of Usual Residence 5 Years Ago by Sex +G8746,Dif_Us_ad_5_ago_Dif_SA2_Qld_M,Different usual address 5 years ago Different SA2 in Queensland Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8746,Place of Usual Residence 5 Years Ago by Sex +G8747,Dif_Us_ad_5_ago_Dif_SA2_Qld_F,Different usual address 5 years ago Different SA2 in Queensland Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8747,Place of Usual Residence 5 Years Ago by Sex +G8748,Dif_Us_ad_5_ago_Dif_SA2_Qld_P,Different usual address 5 years ago Different SA2 in Queensland Persons,Tot_P_P,G42,people,housing,Persons,,8748,Place of Usual Residence 5 Years Ago by Sex +G8749,Dif_Us_ad_5_ago_Dif_SA2_SA_M,Different usual address 5 years ago Different SA2 in South Australia Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8749,Place of Usual Residence 5 Years Ago by Sex +G8750,Dif_Us_ad_5_ago_Dif_SA2_SA_F,Different usual address 5 years ago Different SA2 in South Australia Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8750,Place of Usual Residence 5 Years Ago by Sex +G8751,Dif_Us_ad_5_ago_Dif_SA2_SA_P,Different usual address 5 years ago Different SA2 in South Australia Persons,Tot_P_P,G42,people,housing,Persons,,8751,Place of Usual Residence 5 Years Ago by Sex +G8752,Dif_Us_ad_5_ago_Dif_SA2_WA_M,Different usual address 5 years ago Different SA2 in Western Australia Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8752,Place of Usual Residence 5 Years Ago by Sex +G8753,Dif_Us_ad_5_ago_Dif_SA2_WA_F,Different usual address 5 years ago Different SA2 in Western Australia Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8753,Place of Usual Residence 5 Years Ago by Sex +G8754,Dif_Us_ad_5_ago_Dif_SA2_WA_P,Different usual address 5 years ago Different SA2 in Western Australia Persons,Tot_P_P,G42,people,housing,Persons,,8754,Place of Usual Residence 5 Years Ago by Sex +G8755,Dif_Us_ad_5_ago_Dif_SA2_Tas_M,Different usual address 5 years ago Different SA2 in Tasmania Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8755,Place of Usual Residence 5 Years Ago by Sex +G8756,Dif_Us_ad_5_ago_Dif_SA2_Tas_F,Different usual address 5 years ago Different SA2 in Tasmania Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8756,Place of Usual Residence 5 Years Ago by Sex +G8757,Dif_Us_ad_5_ago_Dif_SA2_Tas_P,Different usual address 5 years ago Different SA2 in Tasmania Persons,Tot_P_P,G42,people,housing,Persons,,8757,Place of Usual Residence 5 Years Ago by Sex +G8758,Dif_Us_ad_5_ago_Dif_SA2_NT_M,Different usual address 5 years ago Different SA2 in Northern Territory Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8758,Place of Usual Residence 5 Years Ago by Sex +G8759,Dif_Us_ad_5_ago_Dif_SA2_NT_F,Different usual address 5 years ago Different SA2 in Northern Territory Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8759,Place of Usual Residence 5 Years Ago by Sex +G8760,Dif_Us_ad_5_ago_Dif_SA2_NT_P,Different usual address 5 years ago Different SA2 in Northern Territory Persons,Tot_P_P,G42,people,housing,Persons,,8760,Place of Usual Residence 5 Years Ago by Sex +G8761,Dif_Us_ad_5_ago_Dif_SA2_ACT_M,Different usual address 5 years ago Different SA2 in Australian Capital Territory Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8761,Place of Usual Residence 5 Years Ago by Sex +G8762,Dif_Us_ad_5_ago_Dif_SA2_ACT_F,Different usual address 5 years ago Different SA2 in Australian Capital Territory Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8762,Place of Usual Residence 5 Years Ago by Sex +G8763,Dif_Us_ad_5_ago_Dif_SA2_ACT_P,Different usual address 5 years ago Different SA2 in Australian Capital Territory Persons,Tot_P_P,G42,people,housing,Persons,,8763,Place of Usual Residence 5 Years Ago by Sex +G8764,Dif_Us_ad_5_ago_Dif_SA2_OT_M,Different usual address 5 years ago Different SA2 in Other Territories Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8764,Place of Usual Residence 5 Years Ago by Sex +G8765,Dif_Us_ad_5_ago_Dif_SA2_OT_F,Different usual address 5 years ago Different SA2 in Other Territories Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8765,Place of Usual Residence 5 Years Ago by Sex +G8766,Dif_Us_ad_5_ago_Dif_SA2_OT_P,Different usual address 5 years ago Different SA2 in Other Territories Persons,Tot_P_P,G42,people,housing,Persons,,8766,Place of Usual Residence 5 Years Ago by Sex +G8767,Dif_Us_ad_5_ago_Dif_SA2_Tot_M,Different usual address 5 years ago Different SA2 in Total Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8767,Place of Usual Residence 5 Years Ago by Sex +G8768,Dif_Us_ad_5_ago_Dif_SA2_Tot_F,Different usual address 5 years ago Different SA2 in Total Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8768,Place of Usual Residence 5 Years Ago by Sex +G8769,Dif_Us_ad_5_ago_Dif_SA2_Tot_P,Different usual address 5 years ago Different SA2 in Total Persons,Tot_P_P,G42,people,housing,Persons,,8769,Place of Usual Residence 5 Years Ago by Sex +G8770,Difnt_Usl_add_5_yr_ago_OS_M,Different usual address 5 years ago Overseas Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8770,Place of Usual Residence 5 Years Ago by Sex +G8771,Difnt_Usl_add_5_yr_ago_OS_F,Different usual address 5 years ago Overseas Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8771,Place of Usual Residence 5 Years Ago by Sex +G8772,Difnt_Usl_add_5_yr_ago_OS_P,Different usual address 5 years ago Overseas Persons,Tot_P_P,G42,people,housing,Persons,,8772,Place of Usual Residence 5 Years Ago by Sex +G8773,Difnt_Usl_add_5_yr_ago_Ns_M,Different usual address 5 years ago Not stated Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8773,Place of Usual Residence 5 Years Ago by Sex +G8774,Difnt_Usl_add_5_yr_ago_Ns_F,Different usual address 5 years ago Not stated Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8774,Place of Usual Residence 5 Years Ago by Sex +G8775,Difnt_Usl_add_5_yr_ago_Ns_P,Different usual address 5 years ago Not stated Persons,Tot_P_P,G42,people,housing,Persons,,8775,Place of Usual Residence 5 Years Ago by Sex +G8776,Difnt_Usl_add_5_yr_ago_Tot_M,Different usual address 5 years ago Total Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8776,Place of Usual Residence 5 Years Ago by Sex +G8777,Difnt_Usl_add_5_yr_ago_Tot_F,Different usual address 5 years ago Total Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8777,Place of Usual Residence 5 Years Ago by Sex +G8778,Difnt_Usl_add_5_yr_ago_Tot_P,Different usual address 5 years ago Total Persons,Tot_P_P,G42,people,housing,Persons,,8778,Place of Usual Residence 5 Years Ago by Sex +G8779,N_stated_M,Not stated Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8779,Place of Usual Residence 5 Years Ago by Sex +G8780,N_stated_F,Not stated Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8780,Place of Usual Residence 5 Years Ago by Sex +G8781,N_stated_P,Not stated Persons,Tot_P_P,G42,people,housing,Persons,,8781,Place of Usual Residence 5 Years Ago by Sex +G8782,Tot_M,Total Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8782,Place of Usual Residence 5 Years Ago by Sex +G8783,Tot_F,Total Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8783,Place of Usual Residence 5 Years Ago by Sex +G8784,Tot_P,Total Persons,Tot_P_P,G42,people,housing,Persons,,8784,Place of Usual Residence 5 Years Ago by Sex +G15428,One_method_Train_M,One method Train Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15428,Method of Travel to Work by Sex +G15429,One_method_Train_F,One method Train Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15429,Method of Travel to Work by Sex +G15430,One_method_Train_P,One method Train Persons,Tot_P_P,G59,people,transportation,Persons,,15430,Method of Travel to Work by Sex +G15431,One_method_Bus_M,One method Bus Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15431,Method of Travel to Work by Sex +G15432,One_method_Bus_F,One method Bus Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15432,Method of Travel to Work by Sex +G15433,One_method_Bus_P,One method Bus Persons,Tot_P_P,G59,people,transportation,Persons,,15433,Method of Travel to Work by Sex +G15434,One_method_Ferry_M,One method Ferry Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15434,Method of Travel to Work by Sex +G15435,One_method_Ferry_F,One method Ferry Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15435,Method of Travel to Work by Sex +G15436,One_method_Ferry_P,One method Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15436,Method of Travel to Work by Sex +G15437,One_met_Tram_incl_lt_rail_M,One method Tram includes light rail Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15437,Method of Travel to Work by Sex +G15438,One_met_Tram_incl_lt_rail_F,One method Tram includes light rail Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15438,Method of Travel to Work by Sex +G15439,One_met_Tram_incl_lt_rail_P,One method Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15439,Method of Travel to Work by Sex +G15440,One_method_Taxi_M,One method Taxi Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15440,Method of Travel to Work by Sex +G15441,One_method_Taxi_F,One method Taxi Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15441,Method of Travel to Work by Sex +G15442,One_method_Taxi_P,One method Taxi Persons,Tot_P_P,G59,people,transportation,Persons,,15442,Method of Travel to Work by Sex +G15443,One_method_Car_as_driver_M,One method Car as driver Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15443,Method of Travel to Work by Sex +G15444,One_method_Car_as_driver_F,One method Car as driver Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15444,Method of Travel to Work by Sex +G15445,One_method_Car_as_driver_P,One method Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15445,Method of Travel to Work by Sex +G15446,One_method_Car_as_passenger_M,One method Car as passenger Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15446,Method of Travel to Work by Sex +G15447,One_method_Car_as_passenger_F,One method Car as passenger Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15447,Method of Travel to Work by Sex +G15448,One_method_Car_as_passenger_P,One method Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15448,Method of Travel to Work by Sex +G15449,One_method_Truck_M,One method Truck Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15449,Method of Travel to Work by Sex +G15450,One_method_Truck_F,One method Truck Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15450,Method of Travel to Work by Sex +G15451,One_method_Truck_P,One method Truck Persons,Tot_P_P,G59,people,transportation,Persons,,15451,Method of Travel to Work by Sex +G15452,One_method_Motorbike_scootr_M,One method Motorbike scooter Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15452,Method of Travel to Work by Sex +G15453,One_method_Motorbike_scootr_F,One method Motorbike scooter Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15453,Method of Travel to Work by Sex +G15454,One_method_Motorbike_scootr_P,One method Motorbike scooter Persons,Tot_P_P,G59,people,transportation,Persons,,15454,Method of Travel to Work by Sex +G15455,One_method_Bicycle_M,One method Bicycle Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15455,Method of Travel to Work by Sex +G15456,One_method_Bicycle_F,One method Bicycle Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15456,Method of Travel to Work by Sex +G15457,One_method_Bicycle_P,One method Bicycle Persons,Tot_P_P,G59,people,transportation,Persons,,15457,Method of Travel to Work by Sex +G15458,One_method_Other_M,One method Other Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15458,Method of Travel to Work by Sex +G15459,One_method_Other_F,One method Other Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15459,Method of Travel to Work by Sex +G15460,One_method_Other_P,One method Other Persons,Tot_P_P,G59,people,transportation,Persons,,15460,Method of Travel to Work by Sex +G15461,One_method_Walked_only_M,One method Walked only Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15461,Method of Travel to Work by Sex +G15462,One_method_Walked_only_F,One method Walked only Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15462,Method of Travel to Work by Sex +G15463,One_method_Walked_only_P,One method Walked only Persons,Tot_P_P,G59,people,transportation,Persons,,15463,Method of Travel to Work by Sex +G15464,One_method_Tot_one_method_M,One method Total one method Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15464,Method of Travel to Work by Sex +G15465,One_method_Tot_one_method_F,One method Total one method Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15465,Method of Travel to Work by Sex +G15466,One_method_Tot_one_method_P,One method Total one method Persons,Tot_P_P,G59,people,transportation,Persons,,15466,Method of Travel to Work by Sex +G15467,Two_methods_Train_Bus_M,Two methods Train and Bus Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15467,Method of Travel to Work by Sex +G15468,Two_methods_Train_Bus_F,Two methods Train and Bus Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15468,Method of Travel to Work by Sex +G15469,Two_methods_Train_Bus_P,Two methods Train and Bus Persons,Tot_P_P,G59,people,transportation,Persons,,15469,Method of Travel to Work by Sex +G15470,Two_methods_Train_Ferry_M,Two methods Train and Ferry Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15470,Method of Travel to Work by Sex +G15471,Two_methods_Train_Ferry_F,Two methods Train and Ferry Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15471,Method of Travel to Work by Sex +G15472,Two_methods_Train_Ferry_P,Two methods Train and Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15472,Method of Travel to Work by Sex +G15473,Two_mt_trn_Trm_incl_lt_rl_M,Two methods Train and Tram includes light rail Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15473,Method of Travel to Work by Sex +G15474,Two_mt_trn_Trm_incl_lt_rl_F,Two methods Train and Tram includes light rail Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15474,Method of Travel to Work by Sex +G15475,Two_mt_trn_Trm_incl_lt_rl_P,Two methods Train and Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15475,Method of Travel to Work by Sex +G15476,Two_methods_Trn_Car_as_drvr_M,Two methods Train and Car as driver Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15476,Method of Travel to Work by Sex +G15477,Two_methods_Trn_Car_as_drvr_F,Two methods Train and Car as driver Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15477,Method of Travel to Work by Sex +G15478,Two_methods_Trn_Car_as_drvr_P,Two methods Train and Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15478,Method of Travel to Work by Sex +G15479,Two_methods_Trn_Car_as_pass_M,Two methods Train and Car as passenger Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15479,Method of Travel to Work by Sex +G15480,Two_methods_Trn_Car_as_pass_F,Two methods Train and Car as passenger Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15480,Method of Travel to Work by Sex +G15481,Two_methods_Trn_Car_as_pass_P,Two methods Train and Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15481,Method of Travel to Work by Sex +G15482,Two_methods_Train_Other_M,Two methods Train and Other Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15482,Method of Travel to Work by Sex +G15483,Two_methods_Train_Other_F,Two methods Train and Other Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15483,Method of Travel to Work by Sex +G15484,Two_methods_Train_Other_P,Two methods Train and Other Persons,Tot_P_P,G59,people,transportation,Persons,,15484,Method of Travel to Work by Sex +G15485,Two_methods_Train_Tot_M,Two methods Train and Total Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15485,Method of Travel to Work by Sex +G15486,Two_methods_Train_Tot_F,Two methods Train and Total Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15486,Method of Travel to Work by Sex +G15487,Two_methods_Train_Tot_P,Two methods Train and Total Persons,Tot_P_P,G59,people,transportation,Persons,,15487,Method of Travel to Work by Sex +G15488,Two_methods_Bus_Ferry_M,Two methods Bus and Ferry Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15488,Method of Travel to Work by Sex +G15489,Two_methods_Bus_Ferry_F,Two methods Bus and Ferry Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15489,Method of Travel to Work by Sex +G15490,Two_methods_Bus_Ferry_P,Two methods Bus and Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15490,Method of Travel to Work by Sex +G15491,Two_mth_Bu_Trm_inc_lt_rl_M,Two methods Bus and Tram includes light rail Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15491,Method of Travel to Work by Sex +G15492,Two_mth_Bu_Trm_inc_lt_rl_F,Two methods Bus and Tram includes light rail Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15492,Method of Travel to Work by Sex +G15493,Two_mth_Bu_Trm_inc_lt_rl_P,Two methods Bus and Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15493,Method of Travel to Work by Sex +G15494,Two_methods_Bus_Car_as_drvr_M,Two methods Bus and Car as driver Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15494,Method of Travel to Work by Sex +G15495,Two_methods_Bus_Car_as_drvr_F,Two methods Bus and Car as driver Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15495,Method of Travel to Work by Sex +G15496,Two_methods_Bus_Car_as_drvr_P,Two methods Bus and Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15496,Method of Travel to Work by Sex +G15497,Two_methods_Bus_Car_as_pass_M,Two methods Bus and Car as passenger Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15497,Method of Travel to Work by Sex +G15498,Two_methods_Bus_Car_as_pass_F,Two methods Bus and Car as passenger Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15498,Method of Travel to Work by Sex +G15499,Two_methods_Bus_Car_as_pass_P,Two methods Bus and Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15499,Method of Travel to Work by Sex +G15500,Two_methods_Bus_Other_M,Two methods Bus and Other Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15500,Method of Travel to Work by Sex +G15501,Two_methods_Bus_Other_F,Two methods Bus and Other Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15501,Method of Travel to Work by Sex +G15502,Two_methods_Bus_Other_P,Two methods Bus and Other Persons,Tot_P_P,G59,people,transportation,Persons,,15502,Method of Travel to Work by Sex +G15503,Two_methods_Bus_Tot_M,Two methods Bus and Total Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15503,Method of Travel to Work by Sex +G15504,Two_methods_Bus_Tot_F,Two methods Bus and Total Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15504,Method of Travel to Work by Sex +G15505,Two_methods_Bus_Tot_P,Two methods Bus and Total Persons,Tot_P_P,G59,people,transportation,Persons,,15505,Method of Travel to Work by Sex +G15506,Two_methds_Othr_two_methds_M,Two methods Other two methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15506,Method of Travel to Work by Sex +G15507,Two_methds_Othr_two_methds_F,Two methods Other two methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15507,Method of Travel to Work by Sex +G15508,Two_methds_Othr_two_methds_P,Two methods Other two methods Persons,Tot_P_P,G59,people,transportation,Persons,,15508,Method of Travel to Work by Sex +G15509,Two_methods_Tot_two_methods_M,Two methods Total two methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15509,Method of Travel to Work by Sex +G15510,Two_methods_Tot_two_methods_F,Two methods Total two methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15510,Method of Travel to Work by Sex +G15511,Two_methods_Tot_two_methods_P,Two methods Total two methods Persons,Tot_P_P,G59,people,transportation,Persons,,15511,Method of Travel to Work by Sex +G15512,Three_meth_Trn_two_othr_met_M,Three methods Train and two other methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15512,Method of Travel to Work by Sex +G15513,Three_meth_Trn_two_othr_met_F,Three methods Train and two other methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15513,Method of Travel to Work by Sex +G15514,Three_meth_Trn_two_othr_met_P,Three methods Train and two other methods Persons,Tot_P_P,G59,people,transportation,Persons,,15514,Method of Travel to Work by Sex +G15515,Three_met_Bs_2_ot_met_ex_tr_M,Three methods Bus and two other methods excludes train Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15515,Method of Travel to Work by Sex +G15516,Three_met_Bs_2_ot_met_ex_tr_F,Three methods Bus and two other methods excludes train Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15516,Method of Travel to Work by Sex +G15517,Three_met_Bs_2_ot_met_ex_tr_P,Three methods Bus and two other methods excludes train Persons,Tot_P_P,G59,people,transportation,Persons,,15517,Method of Travel to Work by Sex +G15518,Three_meth_Othr_three_meth_M,Three methods Other three methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15518,Method of Travel to Work by Sex +G15519,Three_meth_Othr_three_meth_F,Three methods Other three methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15519,Method of Travel to Work by Sex +G15520,Three_meth_Othr_three_meth_P,Three methods Other three methods Persons,Tot_P_P,G59,people,transportation,Persons,,15520,Method of Travel to Work by Sex +G15521,Three_meth_Tot_three_meth_M,Three methods Total three methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15521,Method of Travel to Work by Sex +G15522,Three_meth_Tot_three_meth_F,Three methods Total three methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15522,Method of Travel to Work by Sex +G15523,Three_meth_Tot_three_meth_P,Three methods Total three methods Persons,Tot_P_P,G59,people,transportation,Persons,,15523,Method of Travel to Work by Sex +G15524,Worked_home_M,Worked at home Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15524,Method of Travel to Work by Sex +G15525,Worked_home_F,Worked at home Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15525,Method of Travel to Work by Sex +G15526,Worked_home_P,Worked at home Persons,Tot_P_P,G59,people,transportation,Persons,,15526,Method of Travel to Work by Sex +G15527,Did_not_go_to_work_M,Did not go to work Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15527,Method of Travel to Work by Sex +G15528,Did_not_go_to_work_F,Did not go to work Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15528,Method of Travel to Work by Sex +G15529,Did_not_go_to_work_P,Did not go to work Persons,Tot_P_P,G59,people,transportation,Persons,,15529,Method of Travel to Work by Sex +G15530,Method_travel_to_work_ns_M,Method of travel to work not stated Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15530,Method of Travel to Work by Sex +G15531,Method_travel_to_work_ns_F,Method of travel to work not stated Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15531,Method of Travel to Work by Sex +G15532,Method_travel_to_work_ns_P,Method of travel to work not stated Persons,Tot_P_P,G59,people,transportation,Persons,,15532,Method of Travel to Work by Sex +G15533,Tot_M,Total Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15533,Method of Travel to Work by Sex +G15534,Tot_F,Total Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15534,Method of Travel to Work by Sex +G15535,Tot_P,Total Persons,Tot_P_P,G59,people,transportation,Persons,,15535,Method of Travel to Work by Sex diff --git a/tasks/au/meta/helper2016/au_columns_helper.py b/tasks/au/meta/helper2016/au_columns_helper.py new file mode 100644 index 0000000000..1de804cee7 --- /dev/null +++ b/tasks/au/meta/helper2016/au_columns_helper.py @@ -0,0 +1,97 @@ +import csv + +tables = { + "G01": ["Selected Person Characteristics by Sex", "people", "age_gender"], + "G03": ["Place of Usual Residence on Census Night by Age", "people", "age_gender"], + "G04": ["Age by Sex", "people", "age_gender"], + "G05": ["Registered Marital Status by Age by Sex", "people", "families"], + "G06": ["Social Marital Status by Age by Sex", "people", "families"], + "G07": ["Indigenous Status by Age by Sex ", "people", "race_ethnicity"], + "G08": ["Ancestry by Country of Birth of Parents", "people", "migration|race_ethnicity"], + "G09": ["Country of Birth of Person by Age by Sex", "people", "nationality"], + "G10": ["Country of Birth of Person by Year of Arrival in Australia", "people", "migration|nationality"], + "G11": ["Proficiency in Spoken English/Language by Year of Arrival in Australia by Age", "people", "language|migration"], + "G12": ["Proficiency in Spoken English/Language of Parents by Age of Dependent Children", "people", "language|families"], + "G13": ["Language Spoken at Home by Proficiency in Spoken English/Language by Sex", "people", "language"], + "G14": ["Religious Affiliation by Sex", "people", "religion"], + "G15": ["Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex", "people", "education"], + "G16": ["Highest Year of School Completed by Age by Sex", "people", "education"], + "G17": ["Total Personal Income (Weekly) by Age by Sex", "people", "age_gender|income"], + "G18": ["Core Activity Need for Assistance by Age by Sex", "people", "income"], + "G19": ["Voluntary Work for an Organisation or Group by Age by Sex ", "people", "employment"], + "G20": ["Unpaid Domestic Work: Number of House by Age by Sex ", "people", "employment"], + "G21": ["Unpaid Assistance to a Person with a Disability by Age by Sex", "people", "employment"], + "G22": ["Unpaid Child Care by Age by Sex", "people", "families"], + "G23": ["Relationship in Household by Age by Sex", "people", "families|age_gender"], + "G24": ["Number of Children Ever Born by Age of Parent", "people", "families|age_gender"], + "G25": ["Family Composition", "people", "families"], + "G26": ["Family Composition and Country of Birth of Parents by Age of Dependent Children", "people", "families|nationality"], + "G27": ["Family Blending", "people", "families|nationality"], + "G28": ["Total Family Income (Weekly) by Family Composition", "households", "income|families"], + "G29": ["Total Household Income (Weekly) by Household Composition", "households", "income"], + "G30": ["Number of Motor Vehicles by Dwellings", "vehicles", "housing|transportation"], + "G31": ["Household Composition by Number of Persons Usually Resident", "people", "housing"], + "G32": ["Dwelling Structure", "households", "housing"], + "G33": ["Tenure Type and Landlord Type by Dwelling Structure", "housing_units", "housing"], + "G34": ["Mortgage Repayment (Monthly) by Dwelling Structure", "households", "housing"], + "G35": ["Mortgage Repayment (Monthly) by Family Composition", "households", "families"], + "G36": ["Rent (Weekly) by Landlord Type", "households", "housing"], + "G37": ["Dwelling Internet Connection by Dwelling Structure", "households", "housing"], + "G38": ["Dwelling Structure by Number of Bedrooms", "housing_units", "housing"], + "G39": ["Dwelling Structure by Household Composition and Family Composition", "housing_units", "families|housing"], + "G40": ["Selected Labour Force, Education and Migration Characteristics by Sex", "people", "employment"], + "G41": ["Place of Usual Residence 1 Year Ago by Sex", "people", "housing"], + "G42": ["Place of Usual Residence 5 Years Ago by Sex", "people", "housing"], + "G43": ["Labour Force Status by Age by Sex", "people", "employment"], + "G44": ["Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families", "people", "employment"], + "G45": ["Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families", "people", "employment"], + "G46": ["Non-School Qualification: Level of Education by Age by Sex", "people", "education|age_gender"], + "G47": ["Non-School Qualification: Field of Study by Age by Sex", "people", "education|age_gender"], + "G48": ["Non-School Qualification: Field of Study by Occupation by Sex", "people", "education|age_gender"], + "G49": ["Non-School Qualification: Level of Education by Occupation by Sex", "people", "education|age_gender"], + "G50": ["Non-School Qualification: Level of Education by Industry of Employment by Sex", "people", "education|age_gender"], + "G51": ["Industry of Employment by Age by Sex", "people", "employment|age_gender"], + "G52": ["Industry of Employment by Hours Worked by Sex", "people", "employment|age_gender"], + "G53": ["Industry of Employment by Occupation", "people", "employment|age_gender"], + "G54": ["Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children", "people", "income"], + "G55": ["Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children", "people", "income"], + "G56": ["Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families", "people", "income"], + "G57": ["Occupation by Age by Sex", "people", "employment"], + "G58": ["Occupation by Hours Worked by Sex", "people", "employment"], + "G59": ["Method of Travel to Work by Sex", "people", "transportation"], +} + +# Note: `au_metadata_columns.csv` is a CSV with the columns extracted manually from `Metadata_2016_GCP_DataPack.xlsx` +with open('au_metadata_columns.csv', 'r') as infile: + with open('Metadata_2016_GCP_DataPack.csv', 'a') as outfile: + reader = csv.reader(infile, delimiter=',', quotechar='"') + writer = csv.writer(outfile, delimiter=',', quotechar='"', quoting=csv.QUOTE_MINIMAL) + writer.writerow(['Sequential', 'Short', 'Name', 'DENOMINATORS', 'Tablename', 'unit', 'subsection', + 'Column heading description in profile', 'AGG', 'order', 'Table descr']) + for row in reader: + datapack = row[3] + + if datapack not in tables.keys(): + continue + + sequential = row[0] + short = row[1] + name = row[2].replace('_', ' ') + profile_table = row[4] + description = row[5] + denominators = [] + + if short.endswith('_P') and short != 'Tot_P_P': + denominators.append('Tot_P_P') + elif short.endswith('_M'): + denominators.append('Tot_P_P') + if short != 'Tot_P_M': + denominators.append('Tot_P_M') + elif short.endswith('_F'): + denominators.append('Tot_P_P') + if short != 'Tot_P_F': + denominators.append('Tot_P_F') + + writer.writerow([sequential, short, name, '|'.join(denominators), datapack, + tables[datapack][1], tables[datapack][2], description, None, + sequential[1:], tables[datapack][0]]) diff --git a/tasks/au/meta/helper2016/au_metadata_columns.csv b/tasks/au/meta/helper2016/au_metadata_columns.csv new file mode 100644 index 0000000000..fd7c003c64 --- /dev/null +++ b/tasks/au/meta/helper2016/au_metadata_columns.csv @@ -0,0 +1,15535 @@ +G1,Tot_P_M,Total_Persons_Males,G01,G01a,Males +G2,Tot_P_F,Total_Persons_Females,G01,G01a,Females +G3,Tot_P_P,Total_Persons_Persons,G01,G01a,Persons +G4,Age_0_4_yr_M,Age_groups_0_4_years_Males,G01,G01a,Males +G5,Age_0_4_yr_F,Age_groups_0_4_years_Females,G01,G01a,Females +G6,Age_0_4_yr_P,Age_groups_0_4_years_Persons,G01,G01a,Persons +G7,Age_5_14_yr_M,Age_groups_5_14_years_Males,G01,G01a,Males +G8,Age_5_14_yr_F,Age_groups_5_14_years_Females,G01,G01a,Females +G9,Age_5_14_yr_P,Age_groups_5_14_years_Persons,G01,G01a,Persons +G10,Age_15_19_yr_M,Age_groups_15_19_years_Males,G01,G01a,Males +G11,Age_15_19_yr_F,Age_groups_15_19_years_Females,G01,G01a,Females +G12,Age_15_19_yr_P,Age_groups_15_19_years_Persons,G01,G01a,Persons +G13,Age_20_24_yr_M,Age_groups_20_24_years_Males,G01,G01a,Males +G14,Age_20_24_yr_F,Age_groups_20_24_years_Females,G01,G01a,Females +G15,Age_20_24_yr_P,Age_groups_20_24_years_Persons,G01,G01a,Persons +G16,Age_25_34_yr_M,Age_groups_25_34_years_Males,G01,G01a,Males +G17,Age_25_34_yr_F,Age_groups_25_34_years_Females,G01,G01a,Females +G18,Age_25_34_yr_P,Age_groups_25_34_years_Persons,G01,G01a,Persons +G19,Age_35_44_yr_M,Age_groups_35_44_years_Males,G01,G01a,Males +G20,Age_35_44_yr_F,Age_groups_35_44_years_Females,G01,G01a,Females +G21,Age_35_44_yr_P,Age_groups_35_44_years_Persons,G01,G01a,Persons +G22,Age_45_54_yr_M,Age_groups_45_54_years_Males,G01,G01a,Males +G23,Age_45_54_yr_F,Age_groups_45_54_years_Females,G01,G01a,Females +G24,Age_45_54_yr_P,Age_groups_45_54_years_Persons,G01,G01a,Persons +G25,Age_55_64_yr_M,Age_groups_55_64_years_Males,G01,G01a,Males +G26,Age_55_64_yr_F,Age_groups_55_64_years_Females,G01,G01a,Females +G27,Age_55_64_yr_P,Age_groups_55_64_years_Persons,G01,G01a,Persons +G28,Age_65_74_yr_M,Age_groups_65_74_years_Males,G01,G01a,Males +G29,Age_65_74_yr_F,Age_groups_65_74_years_Females,G01,G01a,Females +G30,Age_65_74_yr_P,Age_groups_65_74_years_Persons,G01,G01a,Persons +G31,Age_75_84_yr_M,Age_groups_75_84_years_Males,G01,G01a,Males +G32,Age_75_84_yr_F,Age_groups_75_84_years_Females,G01,G01a,Females +G33,Age_75_84_yr_P,Age_groups_75_84_years_Persons,G01,G01a,Persons +G34,Age_85ov_M,Age_groups_85_years_and_over_Males,G01,G01a,Males +G35,Age_85ov_F,Age_groups_85_years_and_over_Females,G01,G01a,Females +G36,Age_85ov_P,Age_groups_85_years_and_over_Persons,G01,G01a,Persons +G37,Counted_Census_Night_home_M,Counted_on_Census_Night_At_home_Males,G01,G01a,Males +G38,Counted_Census_Night_home_F,Counted_on_Census_Night_At_home_Females,G01,G01a,Females +G39,Counted_Census_Night_home_P,Counted_on_Census_Night_At_home_Persons,G01,G01a,Persons +G40,Count_Census_Nt_Ewhere_Aust_M,Counted_on_Census_Night_Elsewhere_in_Australia_Males,G01,G01a,Males +G41,Count_Census_Nt_Ewhere_Aust_F,Counted_on_Census_Night_Elsewhere_in_Australia_Females,G01,G01a,Females +G42,Count_Census_Nt_Ewhere_Aust_P,Counted_on_Census_Night_Elsewhere_in_Australia_Persons,G01,G01a,Persons +G43,Indigenous_psns_Aboriginal_M,Aboriginal_and_or_Torres_Strait_Islander_Persons_Aboriginal_Males,G01,G01a,Males +G44,Indigenous_psns_Aboriginal_F,Aboriginal_and_or_Torres_Strait_Islander_Persons_Aboriginal_Females,G01,G01a,Females +G45,Indigenous_psns_Aboriginal_P,Aboriginal_and_or_Torres_Strait_Islander_Persons_Aboriginal_Persons,G01,G01a,Persons +G46,Indig_psns_Torres_Strait_Is_M,Aboriginal_and_or_Torres_Strait_Islander_Persons_Torres_Strait_Islander_Males,G01,G01a,Males +G47,Indig_psns_Torres_Strait_Is_F,Aboriginal_and_or_Torres_Strait_Islander_Persons_Torres_Strait_Islander_Females,G01,G01a,Females +G48,Indig_psns_Torres_Strait_Is_P,Aboriginal_and_or_Torres_Strait_Islander_Persons_Torres_Strait_Islander_Persons,G01,G01a,Persons +G49,Indig_Bth_Abor_Torres_St_Is_M,Aboriginal_and_or_Torres_Strait_Islander_Persons_Both_Aboriginal_and_Torres_Strait_Islander_Males,G01,G01a,Males +G50,Indig_Bth_Abor_Torres_St_Is_F,Aboriginal_and_or_Torres_Strait_Islander_Persons_Both_Aboriginal_and_Torres_Strait_Islander_Females,G01,G01a,Females +G51,Indig_Bth_Abor_Torres_St_Is_P,Aboriginal_and_or_Torres_Strait_Islander_Persons_Both_Aboriginal_and_Torres_Strait_Islander_Persons,G01,G01a,Persons +G52,Indigenous_P_Tot_M,Aboriginal_and_or_Torres_Strait_Islander_Persons_Total_Males,G01,G01a,Males +G53,Indigenous_P_Tot_F,Aboriginal_and_or_Torres_Strait_Islander_Persons_Total_Females,G01,G01a,Females +G54,Indigenous_P_Tot_P,Aboriginal_and_or_Torres_Strait_Islander_Persons_Total_Persons,G01,G01a,Persons +G55,Birthplace_Australia_M,Birthplace_Australia_Males,G01,G01a,Males +G56,Birthplace_Australia_F,Birthplace_Australia_Females,G01,G01a,Females +G57,Birthplace_Australia_P,Birthplace_Australia_Persons,G01,G01a,Persons +G58,Birthplace_Elsewhere_M,Birthplace_Elsewhere_Males,G01,G01a,Males +G59,Birthplace_Elsewhere_F,Birthplace_Elsewhere_Females,G01,G01a,Females +G60,Birthplace_Elsewhere_P,Birthplace_Elsewhere_Persons,G01,G01a,Persons +G61,Lang_spoken_home_Eng_only_M,Language_spoken_at_home_English_only_Males,G01,G01a,Males +G62,Lang_spoken_home_Eng_only_F,Language_spoken_at_home_English_only_Females,G01,G01a,Females +G63,Lang_spoken_home_Eng_only_P,Language_spoken_at_home_English_only_Persons,G01,G01a,Persons +G64,Lang_spoken_home_Oth_Lang_M,Language_spoken_at_home_Other_Language_Males,G01,G01a,Males +G65,Lang_spoken_home_Oth_Lang_F,Language_spoken_at_home_Other_Language_Females,G01,G01a,Females +G66,Lang_spoken_home_Oth_Lang_P,Language_spoken_at_home_Other_Language_Persons,G01,G01a,Persons +G67,Australian_citizen_M,Australian_citizen_Males,G01,G01a,Males +G68,Australian_citizen_F,Australian_citizen_Females,G01,G01a,Females +G69,Australian_citizen_P,Australian_citizen_Persons,G01,G01a,Persons +G70,Age_psns_att_educ_inst_0_4_M,Age_of_Persons_attending_an_educational_institution_0_4_years_Males,G01,G01b,Males +G71,Age_psns_att_educ_inst_0_4_F,Age_of_Persons_attending_an_educational_institution_0_4_years_Females,G01,G01b,Females +G72,Age_psns_att_educ_inst_0_4_P,Age_of_Persons_attending_an_educational_institution_0_4_years_Persons,G01,G01b,Persons +G73,Age_psns_att_educ_inst_5_14_M,Age_of_Persons_attending_an_educational_institution_5_14_years_Males,G01,G01b,Males +G74,Age_psns_att_educ_inst_5_14_F,Age_of_Persons_attending_an_educational_institution_5_14_years_Females,G01,G01b,Females +G75,Age_psns_att_educ_inst_5_14_P,Age_of_Persons_attending_an_educational_institution_5_14_years_Persons,G01,G01b,Persons +G76,Age_psns_att_edu_inst_15_19_M,Age_of_Persons_attending_an_educational_institution_15_19_years_Males,G01,G01b,Males +G77,Age_psns_att_edu_inst_15_19_F,Age_of_Persons_attending_an_educational_institution_15_19_years_Females,G01,G01b,Females +G78,Age_psns_att_edu_inst_15_19_P,Age_of_Persons_attending_an_educational_institution_15_19_years_Persons,G01,G01b,Persons +G79,Age_psns_att_edu_inst_20_24_M,Age_of_Persons_attending_an_educational_institution_20_24_years_Males,G01,G01b,Males +G80,Age_psns_att_edu_inst_20_24_F,Age_of_Persons_attending_an_educational_institution_20_24_years_Females,G01,G01b,Females +G81,Age_psns_att_edu_inst_20_24_P,Age_of_Persons_attending_an_educational_institution_20_24_years_Persons,G01,G01b,Persons +G82,Age_psns_att_edu_inst_25_ov_M,Age_of_Persons_attending_an_educational_institution_25_years_and_over_Males,G01,G01b,Males +G83,Age_psns_att_edu_inst_25_ov_F,Age_of_Persons_attending_an_educational_institution_25_years_and_over_Females,G01,G01b,Females +G84,Age_psns_att_edu_inst_25_ov_P,Age_of_Persons_attending_an_educational_institution_25_years_and_over_Persons,G01,G01b,Persons +G85,High_yr_schl_comp_Yr_12_eq_M,Highest_year_of_school_completed_Year_12_or_equivalent_Males,G01,G01b,Males +G86,High_yr_schl_comp_Yr_12_eq_F,Highest_year_of_school_completed_Year_12_or_equivalent_Females,G01,G01b,Females +G87,High_yr_schl_comp_Yr_12_eq_P,Highest_year_of_school_completed_Year_12_or_equivalent_Persons,G01,G01b,Persons +G88,High_yr_schl_comp_Yr_11_eq_M,Highest_year_of_school_completed_Year_11_or_equivalent_Males,G01,G01b,Males +G89,High_yr_schl_comp_Yr_11_eq_F,Highest_year_of_school_completed_Year_11_or_equivalent_Females,G01,G01b,Females +G90,High_yr_schl_comp_Yr_11_eq_P,Highest_year_of_school_completed_Year_11_or_equivalent_Persons,G01,G01b,Persons +G91,High_yr_schl_comp_Yr_10_eq_M,Highest_year_of_school_completed_Year_10_or_equivalent_Males,G01,G01b,Males +G92,High_yr_schl_comp_Yr_10_eq_F,Highest_year_of_school_completed_Year_10_or_equivalent_Females,G01,G01b,Females +G93,High_yr_schl_comp_Yr_10_eq_P,Highest_year_of_school_completed_Year_10_or_equivalent_Persons,G01,G01b,Persons +G94,High_yr_schl_comp_Yr_9_eq_M,Highest_year_of_school_completed_Year_9_or_equivalent_Males,G01,G01b,Males +G95,High_yr_schl_comp_Yr_9_eq_F,Highest_year_of_school_completed_Year_9_or_equivalent_Females,G01,G01b,Females +G96,High_yr_schl_comp_Yr_9_eq_P,Highest_year_of_school_completed_Year_9_or_equivalent_Persons,G01,G01b,Persons +G97,High_yr_schl_comp_Yr_8_belw_M,Highest_year_of_school_completed_Year_8_or_below_Males,G01,G01b,Males +G98,High_yr_schl_comp_Yr_8_belw_F,Highest_year_of_school_completed_Year_8_or_below_Females,G01,G01b,Females +G99,High_yr_schl_comp_Yr_8_belw_P,Highest_year_of_school_completed_Year_8_or_below_Persons,G01,G01b,Persons +G100,High_yr_schl_comp_D_n_g_sch_M,Highest_year_of_school_completed_Did_not_go_to_school_Males,G01,G01b,Males +G101,High_yr_schl_comp_D_n_g_sch_F,Highest_year_of_school_completed_Did_not_go_to_school_Females,G01,G01b,Females +G102,High_yr_schl_comp_D_n_g_sch_P,Highest_year_of_school_completed_Did_not_go_to_school_Persons,G01,G01b,Persons +G103,Count_psns_occ_priv_dwgs_M,Count_of_Persons_in_occupied_private_dwellings_Males,G01,G01b,Males +G104,Count_psns_occ_priv_dwgs_F,Count_of_Persons_in_occupied_private_dwellings_Females,G01,G01b,Females +G105,Count_psns_occ_priv_dwgs_P,Count_of_Persons_in_occupied_private_dwellings_Persons,G01,G01b,Persons +G106,Count_Persons_other_dwgs_M,Count_of_Persons_in_other_dwellings_Males,G01,G01b,Males +G107,Count_Persons_other_dwgs_F,Count_of_Persons_in_other_dwellings_Females,G01,G01b,Females +G108,Count_Persons_other_dwgs_P,Count_of_Persons_in_other_dwellings_Persons,G01,G01b,Persons +G109,Median_age_persons,Median_age_of_persons,G02,G02,Median age of persons +G110,Median_mortgage_repay_monthly,Median_mortgage_repayment_monthly,G02,G02,Median mortgage repayment ($/monthly) +G111,Median_tot_prsnl_inc_weekly,Median_total_personal_income_weekly,G02,G02,Median total personal income ($/weekly) +G112,Median_rent_weekly,Median_rent_weekly,G02,G02,Median rent ($/weekly) +G113,Median_tot_fam_inc_weekly,Median_total_family_income_weekly,G02,G02,Median total family income ($/weekly) +G114,Average_num_psns_per_bedroom,Average_number_of_Persons_per_bedroom,G02,G02,Average number of persons per bedroom +G115,Median_tot_hhd_inc_weekly,Median_total_household_income_weekly,G02,G02,Median total household income ($/weekly) +G116,Average_household_size,Average_household_size,G02,G02,Average household size +G117,Count_home_Census_Nt_0_14_yr,Counted_at_home_on_Census_Night_Age_0_14_years,G03,G03,0-14 years +G118,Count_hom_Census_Nt_15_24_yr,Counted_at_home_on_Census_Night_Age_15_24_years,G03,G03,15-24 years +G119,Count_hom_Census_Nt_25_34_yr,Counted_at_home_on_Census_Night_Age_25_34_years,G03,G03,25-34 years +G120,Count_hom_Census_Nt_35_44_yr,Counted_at_home_on_Census_Night_Age_35_44_years,G03,G03,35-44 years +G121,Count_hom_Census_Nt_45_54_yr,Counted_at_home_on_Census_Night_Age_45_54_years,G03,G03,45-54 years +G122,Count_hom_Census_Nt_55_64_yr,Counted_at_home_on_Census_Night_Age_55_64_years,G03,G03,55-64 years +G123,Count_hom_Census_Nt_65_74_yr,Counted_at_home_on_Census_Night_Age_65_74_years,G03,G03,65-74 years +G124,Count_hom_Census_Nt_75_84_yr,Counted_at_home_on_Census_Night_Age_75_84_years,G03,G03,75-84 years +G125,Count_hom_Census_Nt_85ov,Counted_at_home_on_Census_Night_Age_85_years_and_over,G03,G03,85 years and over +G126,Counted_home_Census_Night_Tot,Counted_at_home_on_Census_Night_Total,G03,G03,Total +G127,VisSame_SA2_0_14_yr,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_0_14_years,G03,G03,0-14 years +G128,VisSame_SA2_15_24_yr,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_15_24_years,G03,G03,15-24 years +G129,VisSame_SA2_25_34_yr,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_25_34_years,G03,G03,25-34 years +G130,VisSame_SA2_35_44_yr,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_35_44_years,G03,G03,35-44 years +G131,VisSame_SA2_45_54_yr,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_45_54_years,G03,G03,45-54 years +G132,VisSame_SA2_55_64_yr,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_55_64_years,G03,G03,55-64 years +G133,VisSame_SA2_65_74_yr,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_65_74_years,G03,G03,65-74 years +G134,VisSame_SA2_75_84_yr,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_75_84_years,G03,G03,75-84 years +G135,VisSame_SA2_85ov,Visitor_from_Same_Statistical_Area_Level_2_SA2_Age_85_years_and_over,G03,G03,85 years and over +G136,VisSame_SA2_Total,Visitor_from_Same_Statistical_Area_Level_2_SA2_Total,G03,G03,Total +G137,VisDiff_SA2_NSW_0_14_yr,Visitor_from_Different_SA2_in_New_South_Wales_Age_0_14_years,G03,G03,0-14 years +G138,VisDiff_SA2_NSW_15_24_yr,Visitor_from_Different_SA2_in_New_South_Wales_Age_15_24_years,G03,G03,15-24 years +G139,VisDiff_SA2_NSW_25_34_yr,Visitor_from_Different_SA2_in_New_South_Wales_Age_25_34_years,G03,G03,25-34 years +G140,VisDiff_SA2_NSW_35_44_yr,Visitor_from_Different_SA2_in_New_South_Wales_Age_35_44_years,G03,G03,35-44 years +G141,VisDiff_SA2_NSW_45_54_yr,Visitor_from_Different_SA2_in_New_South_Wales_Age_45_54_years,G03,G03,45-54 years +G142,VisDiff_SA2_NSW_55_64_yr,Visitor_from_Different_SA2_in_New_South_Wales_Age_55_64_years,G03,G03,55-64 years +G143,VisDiff_SA2_NSW_65_74_yr,Visitor_from_Different_SA2_in_New_South_Wales_Age_65_74_years,G03,G03,65-74 years +G144,VisDiff_SA2_NSW_75_84_yr,Visitor_from_Different_SA2_in_New_South_Wales_Age_75_84_years,G03,G03,75-84 years +G145,VisDiff_SA2_NSW_85ov,Visitor_from_Different_SA2_in_New_South_Wales_Age_85_years_and_over,G03,G03,85 years and over +G146,VisDiff_SA2_NSW_Total,Visitor_from_Different_SA2_in_New_South_Wales_Total,G03,G03,Total +G147,VisDiff_SA2_VIC_0_14_yr,Visitor_from_Different_SA2_in_Victoria_Age_0_14_years,G03,G03,0-14 years +G148,VisDiff_SA2_VIC_15_24_yr,Visitor_from_Different_SA2_in_Victoria_Age_15_24_years,G03,G03,15-24 years +G149,VisDiff_SA2_VIC_25_34_yr,Visitor_from_Different_SA2_in_Victoria_Age_25_34_years,G03,G03,25-34 years +G150,VisDiff_SA2_VIC_35_44_yr,Visitor_from_Different_SA2_in_Victoria_Age_35_44_years,G03,G03,35-44 years +G151,VisDiff_SA2_VIC_45_54_yr,Visitor_from_Different_SA2_in_Victoria_Age_45_54_years,G03,G03,45-54 years +G152,VisDiff_SA2_VIC_55_64_yr,Visitor_from_Different_SA2_in_Victoria_Age_55_64_years,G03,G03,55-64 years +G153,VisDiff_SA2_VIC_65_74_yr,Visitor_from_Different_SA2_in_Victoria_Age_65_74_years,G03,G03,65-74 years +G154,VisDiff_SA2_VIC_75_84_yr,Visitor_from_Different_SA2_in_Victoria_Age_75_84_years,G03,G03,75-84 years +G155,VisDiff_SA2_VIC_85ov,Visitor_from_Different_SA2_in_Victoria_Age_85_years_and_over,G03,G03,85 years and over +G156,VisDiff_SA2_VIC_Total,Visitor_from_Different_SA2_in_Victoria_Total,G03,G03,Total +G157,VisDiff_SA2_QLD_0_14_yr,Visitor_from_Different_SA2_in_Queensland_Age_0_14_years,G03,G03,0-14 years +G158,VisDiff_SA2_QLD_15_24_yr,Visitor_from_Different_SA2_in_Queensland_Age_15_24_years,G03,G03,15-24 years +G159,VisDiff_SA2_QLD_25_34_yr,Visitor_from_Different_SA2_in_Queensland_Age_25_34_years,G03,G03,25-34 years +G160,VisDiff_SA2_QLD_35_44_yr,Visitor_from_Different_SA2_in_Queensland_Age_35_44_years,G03,G03,35-44 years +G161,VisDiff_SA2_QLD_45_54_yr,Visitor_from_Different_SA2_in_Queensland_Age_45_54_years,G03,G03,45-54 years +G162,VisDiff_SA2_QLD_55_64_yr,Visitor_from_Different_SA2_in_Queensland_Age_55_64_years,G03,G03,55-64 years +G163,VisDiff_SA2_QLD_65_74_yr,Visitor_from_Different_SA2_in_Queensland_Age_65_74_years,G03,G03,65-74 years +G164,VisDiff_SA2_QLD_75_84_yr,Visitor_from_Different_SA2_in_Queensland_Age_75_84_years,G03,G03,75-84 years +G165,VisDiff_SA2_QLD_85ov,Visitor_from_Different_SA2_in_Queensland_Age_85_years_and_over,G03,G03,85 years and over +G166,VisDiff_SA2_QLD_Total,Visitor_from_Different_SA2_in_Queensland_Total,G03,G03,Total +G167,VisDiff_SA2_SA_0_14_yr,Visitor_from_Different_SA2_in_South_Australia_Age_0_14_years,G03,G03,0-14 years +G168,VisDiff_SA2_SA_15_24_yr,Visitor_from_Different_SA2_in_South_Australia_Age_15_24_years,G03,G03,15-24 years +G169,VisDiff_SA2_SA_25_34_yr,Visitor_from_Different_SA2_in_South_Australia_Age_25_34_years,G03,G03,25-34 years +G170,VisDiff_SA2_SA_35_44_yr,Visitor_from_Different_SA2_in_South_Australia_Age_35_44_years,G03,G03,35-44 years +G171,VisDiff_SA2_SA_45_54_yr,Visitor_from_Different_SA2_in_South_Australia_Age_45_54_years,G03,G03,45-54 years +G172,VisDiff_SA2_SA_55_64_yr,Visitor_from_Different_SA2_in_South_Australia_Age_55_64_years,G03,G03,55-64 years +G173,VisDiff_SA2_SA_65_74_yr,Visitor_from_Different_SA2_in_South_Australia_Age_65_74_years,G03,G03,65-74 years +G174,VisDiff_SA2_SA_75_84_yr,Visitor_from_Different_SA2_in_South_Australia_Age_75_84_years,G03,G03,75-84 years +G175,VisDiff_SA2_SA_85ov,Visitor_from_Different_SA2_in_South_Australia_Age_85_years_and_over,G03,G03,85 years and over +G176,VisDiff_SA2_SA_Total,Visitor_from_Different_SA2_in_South_Australia_Total,G03,G03,Total +G177,VisDiff_SA2_WA_0_14_yr,Visitor_from_Different_SA2_in_Western_Australia_Age_0_14_years,G03,G03,0-14 years +G178,VisDiff_SA2_WA_15_24_yr,Visitor_from_Different_SA2_in_Western_Australia_Age_15_24_years,G03,G03,15-24 years +G179,VisDiff_SA2_WA_25_34_yr,Visitor_from_Different_SA2_in_Western_Australia_Age_25_34_years,G03,G03,25-34 years +G180,VisDiff_SA2_WA_35_44_yr,Visitor_from_Different_SA2_in_Western_Australia_Age_35_44_years,G03,G03,35-44 years +G181,VisDiff_SA2_WA_45_54_yr,Visitor_from_Different_SA2_in_Western_Australia_Age_45_54_years,G03,G03,45-54 years +G182,VisDiff_SA2_WA_55_64_yr,Visitor_from_Different_SA2_in_Western_Australia_Age_55_64_years,G03,G03,55-64 years +G183,VisDiff_SA2_WA_65_74_yr,Visitor_from_Different_SA2_in_Western_Australia_Age_65_74_years,G03,G03,65-74 years +G184,VisDiff_SA2_WA_75_84_yr,Visitor_from_Different_SA2_in_Western_Australia_Age_75_84_years,G03,G03,75-84 years +G185,VisDiff_SA2_WA_85ov,Visitor_from_Different_SA2_in_Western_Australia_Age_85_years_and_over,G03,G03,85 years and over +G186,VisDiff_SA2_WA_Total,Visitor_from_Different_SA2_in_Western_Australia_Total,G03,G03,Total +G187,VisDiff_SA2_TAS_0_14_yr,Visitor_from_Different_SA2_in_Tasmania_Age_0_14_years,G03,G03,0-14 years +G188,VisDiff_SA2_TAS_15_24_yr,Visitor_from_Different_SA2_in_Tasmania_Age_15_24_years,G03,G03,15-24 years +G189,VisDiff_SA2_TAS_25_34_yr,Visitor_from_Different_SA2_in_Tasmania_Age_25_34_years,G03,G03,25-34 years +G190,VisDiff_SA2_TAS_35_44_yr,Visitor_from_Different_SA2_in_Tasmania_Age_35_44_years,G03,G03,35-44 years +G191,VisDiff_SA2_TAS_45_54_yr,Visitor_from_Different_SA2_in_Tasmania_Age_45_54_years,G03,G03,45-54 years +G192,VisDiff_SA2_TAS_55_64_yr,Visitor_from_Different_SA2_in_Tasmania_Age_55_64_years,G03,G03,55-64 years +G193,VisDiff_SA2_TAS_65_74_yr,Visitor_from_Different_SA2_in_Tasmania_Age_65_74_years,G03,G03,65-74 years +G194,VisDiff_SA2_TAS_75_84_yr,Visitor_from_Different_SA2_in_Tasmania_Age_75_84_years,G03,G03,75-84 years +G195,VisDiff_SA2_TAS_85ov,Visitor_from_Different_SA2_in_Tasmania_Age_85_years_and_over,G03,G03,85 years and over +G196,VisDiff_SA2_TAS_Total,Visitor_from_Different_SA2_in_Tasmania_Total,G03,G03,Total +G197,VisDiff_SA2_NT_0_14_yr,Visitor_from_Different_SA2_in_Northern_Territory_Age_0_14_years,G03,G03,0-14 years +G198,VisDiff_SA2_NT_15_24_yr,Visitor_from_Different_SA2_in_Northern_Territory_Age_15_24_years,G03,G03,15-24 years +G199,VisDiff_SA2_NT_25_34_yr,Visitor_from_Different_SA2_in_Northern_Territory_Age_25_34_years,G03,G03,25-34 years +G200,VisDiff_SA2_NT_35_44_yr,Visitor_from_Different_SA2_in_Northern_Territory_Age_35_44_years,G03,G03,35-44 years +G201,VisDiff_SA2_NT_45_54_yr,Visitor_from_Different_SA2_in_Northern_Territory_Age_45_54_years,G03,G03,45-54 years +G202,VisDiff_SA2_NT_55_64_yr,Visitor_from_Different_SA2_in_Northern_Territory_Age_55_64_years,G03,G03,55-64 years +G203,VisDiff_SA2_NT_65_74_yr,Visitor_from_Different_SA2_in_Northern_Territory_Age_65_74_years,G03,G03,65-74 years +G204,VisDiff_SA2_NT_75_84_yr,Visitor_from_Different_SA2_in_Northern_Territory_Age_75_84_years,G03,G03,75-84 years +G205,VisDiff_SA2_NT_85ov,Visitor_from_Different_SA2_in_Northern_Territory_Age_85_years_and_over,G03,G03,85 years and over +G206,VisDiff_SA2_NT_Total,Visitor_from_Different_SA2_in_Northern_Territory_Total,G03,G03,Total +G207,VisDiff_SA2_ACT_0_14_yr,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_0_14_years,G03,G03,0-14 years +G208,VisDiff_SA2_ACT_15_24_yr,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_15_24_years,G03,G03,15-24 years +G209,VisDiff_SA2_ACT_25_34_yr,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_25_34_years,G03,G03,25-34 years +G210,VisDiff_SA2_ACT_35_44_yr,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_35_44_years,G03,G03,35-44 years +G211,VisDiff_SA2_ACT_45_54_yr,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_45_54_years,G03,G03,45-54 years +G212,VisDiff_SA2_ACT_55_64_yr,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_55_64_years,G03,G03,55-64 years +G213,VisDiff_SA2_ACT_65_74_yr,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_65_74_years,G03,G03,65-74 years +G214,VisDiff_SA2_ACT_75_84_yr,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_75_84_years,G03,G03,75-84 years +G215,VisDiff_SA2_ACT_85ov,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Age_85_years_and_over,G03,G03,85 years and over +G216,VisDiff_SA2_ACT_Total,Visitor_from_Different_SA2_in_Australian_Capital_Territory_Total,G03,G03,Total +G217,VisDiff_SA2_OT_0_14_yr,Visitor_from_Different_SA2_in_Other_Territories_Age_0_14_years,G03,G03,0-14 years +G218,VisDiff_SA2_OT_15_24_yr,Visitor_from_Different_SA2_in_Other_Territories_Age_15_24_years,G03,G03,15-24 years +G219,VisDiff_SA2_OT_25_34_yr,Visitor_from_Different_SA2_in_Other_Territories_Age_25_34_years,G03,G03,25-34 years +G220,VisDiff_SA2_OT_35_44_yr,Visitor_from_Different_SA2_in_Other_Territories_Age_35_44_years,G03,G03,35-44 years +G221,VisDiff_SA2_OT_45_54_yr,Visitor_from_Different_SA2_in_Other_Territories_Age_45_54_years,G03,G03,45-54 years +G222,VisDiff_SA2_OT_55_64_yr,Visitor_from_Different_SA2_in_Other_Territories_Age_55_64_years,G03,G03,55-64 years +G223,VisDiff_SA2_OT_65_74_yr,Visitor_from_Different_SA2_in_Other_Territories_Age_65_74_years,G03,G03,65-74 years +G224,VisDiff_SA2_OT_75_84_yr,Visitor_from_Different_SA2_in_Other_Territories_Age_75_84_years,G03,G03,75-84 years +G225,VisDiff_SA2_OT_85ov,Visitor_from_Different_SA2_in_Other_Territories_Age_85_years_and_over,G03,G03,85 years and over +G226,VisDiff_SA2_OT_Total,Visitor_from_Different_SA2_in_Other_Territories_Total,G03,G03,Total +G227,VisDiff_SA2_Tot_0_14_yr,Visitor_from_Different_SA2_in_Total_Age_0_14_years,G03,G03,0-14 years +G228,VisDiff_SA2_Tot_15_24_yr,Visitor_from_Different_SA2_in_Total_Age_15_24_years,G03,G03,15-24 years +G229,VisDiff_SA2_Tot_25_34_yr,Visitor_from_Different_SA2_in_Total_Age_25_34_years,G03,G03,25-34 years +G230,VisDiff_SA2_Tot_35_44_yr,Visitor_from_Different_SA2_in_Total_Age_35_44_years,G03,G03,35-44 years +G231,VisDiff_SA2_Tot_45_54_yr,Visitor_from_Different_SA2_in_Total_Age_45_54_years,G03,G03,45-54 years +G232,VisDiff_SA2_Tot_55_64_yr,Visitor_from_Different_SA2_in_Total_Age_55_64_years,G03,G03,55-64 years +G233,VisDiff_SA2_Tot_65_74_yr,Visitor_from_Different_SA2_in_Total_Age_65_74_years,G03,G03,65-74 years +G234,VisDiff_SA2_Tot_75_84_yr,Visitor_from_Different_SA2_in_Total_Age_75_84_years,G03,G03,75-84 years +G235,VisDiff_SA2_Tot_85ov,Visitor_from_Different_SA2_in_Total_Age_85_years_and_over,G03,G03,85 years and over +G236,VisDiff_SA2_Tot_Total,Visitor_from_Different_SA2_in_Total_Total,G03,G03,Total +G237,Vis_Tot_Visitrs_0_14_yr,Visitor_from_Total_visitors_Age_0_14_years,G03,G03,0-14 years +G238,Vis_Tot_Visitrs_15_24_yr,Visitor_from_Total_visitors_Age_15_24_years,G03,G03,15-24 years +G239,Vis_Tot_Visitrs_25_34_yr,Visitor_from_Total_visitors_Age_25_34_years,G03,G03,25-34 years +G240,Vis_Tot_Visitrs_35_44_yr,Visitor_from_Total_visitors_Age_35_44_years,G03,G03,35-44 years +G241,Vis_Tot_Visitrs_45_54_yr,Visitor_from_Total_visitors_Age_45_54_years,G03,G03,45-54 years +G242,Vis_Tot_Visitrs_55_64_yr,Visitor_from_Total_visitors_Age_55_64_years,G03,G03,55-64 years +G243,Vis_Tot_Visitrs_65_74_yr,Visitor_from_Total_visitors_Age_65_74_years,G03,G03,65-74 years +G244,Vis_Tot_Visitrs_75_84_yr,Visitor_from_Total_visitors_Age_75_84_years,G03,G03,75-84 years +G245,Vis_Tot_Visitrs_85ov,Visitor_from_Total_visitors_Age_85_years_and_over,G03,G03,85 years and over +G246,Vis_Tot_Visitrs_Total,Visitor_from_Total_visitors_Total,G03,G03,Total +G247,Total_0_14_yr,Total_Age_0_14_years,G03,G03,0-14 years +G248,Total_15_24_yr,Total_Age_15_24_years,G03,G03,15-24 years +G249,Total_25_34_yr,Total_Age_25_34_years,G03,G03,25-34 years +G250,Total_35_44_yr,Total_Age_35_44_years,G03,G03,35-44 years +G251,Total_45_54_yr,Total_Age_45_54_years,G03,G03,45-54 years +G252,Total_55_64_yr,Total_Age_55_64_years,G03,G03,55-64 years +G253,Total_65_74_yr,Total_Age_65_74_years,G03,G03,65-74 years +G254,Total_75_84_yr,Total_Age_75_84_years,G03,G03,75-84 years +G255,Total_85ov,Total_Age_85_years_and_over,G03,G03,85 years and over +G256,Total_Total,Total_Total,G03,G03,Total +G257,Age_yr_0_M,Age_years_0_Males,G04A,G04,Males +G258,Age_yr_0_F,Age_years_0_Females,G04A,G04,Females +G259,Age_yr_0_P,Age_years_0_Persons,G04A,G04,Persons +G260,Age_yr_1_M,Age_years_1_Males,G04A,G04,Males +G261,Age_yr_1_F,Age_years_1_Females,G04A,G04,Females +G262,Age_yr_1_P,Age_years_1_Persons,G04A,G04,Persons +G263,Age_yr_2_M,Age_years_2_Males,G04A,G04,Males +G264,Age_yr_2_F,Age_years_2_Females,G04A,G04,Females +G265,Age_yr_2_P,Age_years_2_Persons,G04A,G04,Persons +G266,Age_yr_3_M,Age_years_3_Males,G04A,G04,Males +G267,Age_yr_3_F,Age_years_3_Females,G04A,G04,Females +G268,Age_yr_3_P,Age_years_3_Persons,G04A,G04,Persons +G269,Age_yr_4_M,Age_years_4_Males,G04A,G04,Males +G270,Age_yr_4_F,Age_years_4_Females,G04A,G04,Females +G271,Age_yr_4_P,Age_years_4_Persons,G04A,G04,Persons +G272,Age_yr_0_4_M,Age_years_0_4_years_Males,G04A,G04,Males +G273,Age_yr_0_4_F,Age_years_0_4_years_Females,G04A,G04,Females +G274,Age_yr_0_4_P,Age_years_0_4_years_Persons,G04A,G04,Persons +G275,Age_yr_5_M,Age_years_5_Males,G04A,G04,Males +G276,Age_yr_5_F,Age_years_5_Females,G04A,G04,Females +G277,Age_yr_5_P,Age_years_5_Persons,G04A,G04,Persons +G278,Age_yr_6_M,Age_years_6_Males,G04A,G04,Males +G279,Age_yr_6_F,Age_years_6_Females,G04A,G04,Females +G280,Age_yr_6_P,Age_years_6_Persons,G04A,G04,Persons +G281,Age_yr_7_M,Age_years_7_Males,G04A,G04,Males +G282,Age_yr_7_F,Age_years_7_Females,G04A,G04,Females +G283,Age_yr_7_P,Age_years_7_Persons,G04A,G04,Persons +G284,Age_yr_8_M,Age_years_8_Males,G04A,G04,Males +G285,Age_yr_8_F,Age_years_8_Females,G04A,G04,Females +G286,Age_yr_8_P,Age_years_8_Persons,G04A,G04,Persons +G287,Age_yr_9_M,Age_years_9_Males,G04A,G04,Males +G288,Age_yr_9_F,Age_years_9_Females,G04A,G04,Females +G289,Age_yr_9_P,Age_years_9_Persons,G04A,G04,Persons +G290,Age_yr_5_9_M,Age_years_5_9_years_Males,G04A,G04,Males +G291,Age_yr_5_9_F,Age_years_5_9_years_Females,G04A,G04,Females +G292,Age_yr_5_9_P,Age_years_5_9_years_Persons,G04A,G04,Persons +G293,Age_yr_10_M,Age_years_10_Males,G04A,G04,Males +G294,Age_yr_10_F,Age_years_10_Females,G04A,G04,Females +G295,Age_yr_10_P,Age_years_10_Persons,G04A,G04,Persons +G296,Age_yr_11_M,Age_years_11_Males,G04A,G04,Males +G297,Age_yr_11_F,Age_years_11_Females,G04A,G04,Females +G298,Age_yr_11_P,Age_years_11_Persons,G04A,G04,Persons +G299,Age_yr_12_M,Age_years_12_Males,G04A,G04,Males +G300,Age_yr_12_F,Age_years_12_Females,G04A,G04,Females +G301,Age_yr_12_P,Age_years_12_Persons,G04A,G04,Persons +G302,Age_yr_13_M,Age_years_13_Males,G04A,G04,Males +G303,Age_yr_13_F,Age_years_13_Females,G04A,G04,Females +G304,Age_yr_13_P,Age_years_13_Persons,G04A,G04,Persons +G305,Age_yr_14_M,Age_years_14_Males,G04A,G04,Males +G306,Age_yr_14_F,Age_years_14_Females,G04A,G04,Females +G307,Age_yr_14_P,Age_years_14_Persons,G04A,G04,Persons +G308,Age_yr_10_14_M,Age_years_10_14_years_Males,G04A,G04,Males +G309,Age_yr_10_14_F,Age_years_10_14_years_Females,G04A,G04,Females +G310,Age_yr_10_14_P,Age_years_10_14_years_Persons,G04A,G04,Persons +G311,Age_yr_15_M,Age_years_15_Males,G04A,G04,Males +G312,Age_yr_15_F,Age_years_15_Females,G04A,G04,Females +G313,Age_yr_15_P,Age_years_15_Persons,G04A,G04,Persons +G314,Age_yr_16_M,Age_years_16_Males,G04A,G04,Males +G315,Age_yr_16_F,Age_years_16_Females,G04A,G04,Females +G316,Age_yr_16_P,Age_years_16_Persons,G04A,G04,Persons +G317,Age_yr_17_M,Age_years_17_Males,G04A,G04,Males +G318,Age_yr_17_F,Age_years_17_Females,G04A,G04,Females +G319,Age_yr_17_P,Age_years_17_Persons,G04A,G04,Persons +G320,Age_yr_18_M,Age_years_18_Males,G04A,G04,Males +G321,Age_yr_18_F,Age_years_18_Females,G04A,G04,Females +G322,Age_yr_18_P,Age_years_18_Persons,G04A,G04,Persons +G323,Age_yr_19_M,Age_years_19_Males,G04A,G04,Males +G324,Age_yr_19_F,Age_years_19_Females,G04A,G04,Females +G325,Age_yr_19_P,Age_years_19_Persons,G04A,G04,Persons +G326,Age_yr_15_19_M,Age_years_15_19_years_Males,G04A,G04,Males +G327,Age_yr_15_19_F,Age_years_15_19_years_Females,G04A,G04,Females +G328,Age_yr_15_19_P,Age_years_15_19_years_Persons,G04A,G04,Persons +G329,Age_yr_20_M,Age_years_20_Males,G04A,G04,Males +G330,Age_yr_20_F,Age_years_20_Females,G04A,G04,Females +G331,Age_yr_20_P,Age_years_20_Persons,G04A,G04,Persons +G332,Age_yr_21_M,Age_years_21_Males,G04A,G04,Males +G333,Age_yr_21_F,Age_years_21_Females,G04A,G04,Females +G334,Age_yr_21_P,Age_years_21_Persons,G04A,G04,Persons +G335,Age_yr_22_M,Age_years_22_Males,G04A,G04,Males +G336,Age_yr_22_F,Age_years_22_Females,G04A,G04,Females +G337,Age_yr_22_P,Age_years_22_Persons,G04A,G04,Persons +G338,Age_yr_23_M,Age_years_23_Males,G04A,G04,Males +G339,Age_yr_23_F,Age_years_23_Females,G04A,G04,Females +G340,Age_yr_23_P,Age_years_23_Persons,G04A,G04,Persons +G341,Age_yr_24_M,Age_years_24_Males,G04A,G04,Males +G342,Age_yr_24_F,Age_years_24_Females,G04A,G04,Females +G343,Age_yr_24_P,Age_years_24_Persons,G04A,G04,Persons +G344,Age_yr_20_24_M,Age_years_20_24_years_Males,G04A,G04,Males +G345,Age_yr_20_24_F,Age_years_20_24_years_Females,G04A,G04,Females +G346,Age_yr_20_24_P,Age_years_20_24_years_Persons,G04A,G04,Persons +G347,Age_yr_25_M,Age_years_25_Males,G04A,G04,Males +G348,Age_yr_25_F,Age_years_25_Females,G04A,G04,Females +G349,Age_yr_25_P,Age_years_25_Persons,G04A,G04,Persons +G350,Age_yr_26_M,Age_years_26_Males,G04A,G04,Males +G351,Age_yr_26_F,Age_years_26_Females,G04A,G04,Females +G352,Age_yr_26_P,Age_years_26_Persons,G04A,G04,Persons +G353,Age_yr_27_M,Age_years_27_Males,G04A,G04,Males +G354,Age_yr_27_F,Age_years_27_Females,G04A,G04,Females +G355,Age_yr_27_P,Age_years_27_Persons,G04A,G04,Persons +G356,Age_yr_28_M,Age_years_28_Males,G04A,G04,Males +G357,Age_yr_28_F,Age_years_28_Females,G04A,G04,Females +G358,Age_yr_28_P,Age_years_28_Persons,G04A,G04,Persons +G359,Age_yr_29_M,Age_years_29_Males,G04A,G04,Males +G360,Age_yr_29_F,Age_years_29_Females,G04A,G04,Females +G361,Age_yr_29_P,Age_years_29_Persons,G04A,G04,Persons +G362,Age_yr_25_29_M,Age_years_25_29_years_Males,G04A,G04,Males +G363,Age_yr_25_29_F,Age_years_25_29_years_Females,G04A,G04,Females +G364,Age_yr_25_29_P,Age_years_25_29_years_Persons,G04A,G04,Persons +G365,Age_yr_30_M,Age_years_30_Males,G04A,G04,Males +G366,Age_yr_30_F,Age_years_30_Females,G04A,G04,Females +G367,Age_yr_30_P,Age_years_30_Persons,G04A,G04,Persons +G368,Age_yr_31_M,Age_years_31_Males,G04A,G04,Males +G369,Age_yr_31_F,Age_years_31_Females,G04A,G04,Females +G370,Age_yr_31_P,Age_years_31_Persons,G04A,G04,Persons +G371,Age_yr_32_M,Age_years_32_Males,G04A,G04,Males +G372,Age_yr_32_F,Age_years_32_Females,G04A,G04,Females +G373,Age_yr_32_P,Age_years_32_Persons,G04A,G04,Persons +G374,Age_yr_33_M,Age_years_33_Males,G04A,G04,Males +G375,Age_yr_33_F,Age_years_33_Females,G04A,G04,Females +G376,Age_yr_33_P,Age_years_33_Persons,G04A,G04,Persons +G377,Age_yr_34_M,Age_years_34_Males,G04A,G04,Males +G378,Age_yr_34_F,Age_years_34_Females,G04A,G04,Females +G379,Age_yr_34_P,Age_years_34_Persons,G04A,G04,Persons +G380,Age_yr_30_34_M,Age_years_30_34_years_Males,G04A,G04,Males +G381,Age_yr_30_34_F,Age_years_30_34_years_Females,G04A,G04,Females +G382,Age_yr_30_34_P,Age_years_30_34_years_Persons,G04A,G04,Persons +G383,Age_yr_35_M,Age_years_35_Males,G04A,G04,Males +G384,Age_yr_35_F,Age_years_35_Females,G04A,G04,Females +G385,Age_yr_35_P,Age_years_35_Persons,G04A,G04,Persons +G386,Age_yr_36_M,Age_years_36_Males,G04A,G04,Males +G387,Age_yr_36_F,Age_years_36_Females,G04A,G04,Females +G388,Age_yr_36_P,Age_years_36_Persons,G04A,G04,Persons +G389,Age_yr_37_M,Age_years_37_Males,G04A,G04,Males +G390,Age_yr_37_F,Age_years_37_Females,G04A,G04,Females +G391,Age_yr_37_P,Age_years_37_Persons,G04A,G04,Persons +G392,Age_yr_38_M,Age_years_38_Males,G04A,G04,Males +G393,Age_yr_38_F,Age_years_38_Females,G04A,G04,Females +G394,Age_yr_38_P,Age_years_38_Persons,G04A,G04,Persons +G395,Age_yr_39_M,Age_years_39_Males,G04A,G04,Males +G396,Age_yr_39_F,Age_years_39_Females,G04A,G04,Females +G397,Age_yr_39_P,Age_years_39_Persons,G04A,G04,Persons +G398,Age_yr_35_39_M,Age_years_35_39_years_Males,G04A,G04,Males +G399,Age_yr_35_39_F,Age_years_35_39_years_Females,G04A,G04,Females +G400,Age_yr_35_39_P,Age_years_35_39_years_Persons,G04A,G04,Persons +G401,Age_yr_40_M,Age_years_40_Males,G04A,G04,Males +G402,Age_yr_40_F,Age_years_40_Females,G04A,G04,Females +G403,Age_yr_40_P,Age_years_40_Persons,G04A,G04,Persons +G404,Age_yr_41_M,Age_years_41_Males,G04A,G04,Males +G405,Age_yr_41_F,Age_years_41_Females,G04A,G04,Females +G406,Age_yr_41_P,Age_years_41_Persons,G04A,G04,Persons +G407,Age_yr_42_M,Age_years_42_Males,G04A,G04,Males +G408,Age_yr_42_F,Age_years_42_Females,G04A,G04,Females +G409,Age_yr_42_P,Age_years_42_Persons,G04A,G04,Persons +G410,Age_yr_43_M,Age_years_43_Males,G04A,G04,Males +G411,Age_yr_43_F,Age_years_43_Females,G04A,G04,Females +G412,Age_yr_43_P,Age_years_43_Persons,G04A,G04,Persons +G413,Age_yr_44_M,Age_years_44_Males,G04A,G04,Males +G414,Age_yr_44_F,Age_years_44_Females,G04A,G04,Females +G415,Age_yr_44_P,Age_years_44_Persons,G04A,G04,Persons +G416,Age_yr_40_44_M,Age_years_40_44_years_Males,G04A,G04,Males +G417,Age_yr_40_44_F,Age_years_40_44_years_Females,G04A,G04,Females +G418,Age_yr_40_44_P,Age_years_40_44_years_Persons,G04A,G04,Persons +G419,Age_yr_45_M,Age_years_45_Males,G04A,G04,Males +G420,Age_yr_45_F,Age_years_45_Females,G04A,G04,Females +G421,Age_yr_45_P,Age_years_45_Persons,G04A,G04,Persons +G422,Age_yr_46_M,Age_years_46_Males,G04A,G04,Males +G423,Age_yr_46_F,Age_years_46_Females,G04A,G04,Females +G424,Age_yr_46_P,Age_years_46_Persons,G04A,G04,Persons +G425,Age_yr_47_M,Age_years_47_Males,G04A,G04,Males +G426,Age_yr_47_F,Age_years_47_Females,G04A,G04,Females +G427,Age_yr_47_P,Age_years_47_Persons,G04A,G04,Persons +G428,Age_yr_48_M,Age_years_48_Males,G04A,G04,Males +G429,Age_yr_48_F,Age_years_48_Females,G04A,G04,Females +G430,Age_yr_48_P,Age_years_48_Persons,G04A,G04,Persons +G431,Age_yr_49_M,Age_years_49_Males,G04A,G04,Males +G432,Age_yr_49_F,Age_years_49_Females,G04A,G04,Females +G433,Age_yr_49_P,Age_years_49_Persons,G04A,G04,Persons +G434,Age_yr_45_49_M,Age_years_45_49_years_Males,G04A,G04,Males +G435,Age_yr_45_49_F,Age_years_45_49_years_Females,G04A,G04,Females +G436,Age_yr_45_49_P,Age_years_45_49_years_Persons,G04A,G04,Persons +G437,Age_yr_50_M,Age_years_50_Males,G04A,G04,Males +G438,Age_yr_50_F,Age_years_50_Females,G04A,G04,Females +G439,Age_yr_50_P,Age_years_50_Persons,G04A,G04,Persons +G440,Age_yr_51_M,Age_years_51_Males,G04A,G04,Males +G441,Age_yr_51_F,Age_years_51_Females,G04A,G04,Females +G442,Age_yr_51_P,Age_years_51_Persons,G04A,G04,Persons +G443,Age_yr_52_M,Age_years_52_Males,G04A,G04,Males +G444,Age_yr_52_F,Age_years_52_Females,G04A,G04,Females +G445,Age_yr_52_P,Age_years_52_Persons,G04A,G04,Persons +G446,Age_yr_53_M,Age_years_53_Males,G04A,G04,Males +G447,Age_yr_53_F,Age_years_53_Females,G04A,G04,Females +G448,Age_yr_53_P,Age_years_53_Persons,G04A,G04,Persons +G449,Age_yr_54_M,Age_years_54_Males,G04A,G04,Males +G450,Age_yr_54_F,Age_years_54_Females,G04A,G04,Females +G451,Age_yr_54_P,Age_years_54_Persons,G04A,G04,Persons +G452,Age_yr_50_54_M,Age_years_50_54_years_Males,G04A,G04,Males +G453,Age_yr_50_54_F,Age_years_50_54_years_Females,G04A,G04,Females +G454,Age_yr_50_54_P,Age_years_50_54_years_Persons,G04A,G04,Persons +G455,Age_yr_55_M,Age_years_55_Males,G04A,G04,Males +G456,Age_yr_55_F,Age_years_55_Females,G04A,G04,Females +G457,Age_yr_55_P,Age_years_55_Persons,G04B,G04,Persons +G458,Age_yr_56_M,Age_years_56_Males,G04B,G04,Males +G459,Age_yr_56_F,Age_years_56_Females,G04B,G04,Females +G460,Age_yr_56_P,Age_years_56_Persons,G04B,G04,Persons +G461,Age_yr_57_M,Age_years_57_Males,G04B,G04,Males +G462,Age_yr_57_F,Age_years_57_Females,G04B,G04,Females +G463,Age_yr_57_P,Age_years_57_Persons,G04B,G04,Persons +G464,Age_yr_58_M,Age_years_58_Males,G04B,G04,Males +G465,Age_yr_58_F,Age_years_58_Females,G04B,G04,Females +G466,Age_yr_58_P,Age_years_58_Persons,G04B,G04,Persons +G467,Age_yr_59_M,Age_years_59_Males,G04B,G04,Males +G468,Age_yr_59_F,Age_years_59_Females,G04B,G04,Females +G469,Age_yr_59_P,Age_years_59_Persons,G04B,G04,Persons +G470,Age_yr_55_59_M,Age_years_55_59_years_Males,G04B,G04,Males +G471,Age_yr_55_59_F,Age_years_55_59_years_Females,G04B,G04,Females +G472,Age_yr_55_59_P,Age_years_55_59_years_Persons,G04B,G04,Persons +G473,Age_yr_60_M,Age_years_60_Males,G04B,G04,Males +G474,Age_yr_60_F,Age_years_60_Females,G04B,G04,Females +G475,Age_yr_60_P,Age_years_60_Persons,G04B,G04,Persons +G476,Age_yr_61_M,Age_years_61_Males,G04B,G04,Males +G477,Age_yr_61_F,Age_years_61_Females,G04B,G04,Females +G478,Age_yr_61_P,Age_years_61_Persons,G04B,G04,Persons +G479,Age_yr_62_M,Age_years_62_Males,G04B,G04,Males +G480,Age_yr_62_F,Age_years_62_Females,G04B,G04,Females +G481,Age_yr_62_P,Age_years_62_Persons,G04B,G04,Persons +G482,Age_yr_63_M,Age_years_63_Males,G04B,G04,Males +G483,Age_yr_63_F,Age_years_63_Females,G04B,G04,Females +G484,Age_yr_63_P,Age_years_63_Persons,G04B,G04,Persons +G485,Age_yr_64_M,Age_years_64_Males,G04B,G04,Males +G486,Age_yr_64_F,Age_years_64_Females,G04B,G04,Females +G487,Age_yr_64_P,Age_years_64_Persons,G04B,G04,Persons +G488,Age_yr_60_64_M,Age_years_60_64_years_Males,G04B,G04,Males +G489,Age_yr_60_64_F,Age_years_60_64_years_Females,G04B,G04,Females +G490,Age_yr_60_64_P,Age_years_60_64_years_Persons,G04B,G04,Persons +G491,Age_yr_65_M,Age_years_65_Males,G04B,G04,Males +G492,Age_yr_65_F,Age_years_65_Females,G04B,G04,Females +G493,Age_yr_65_P,Age_years_65_Persons,G04B,G04,Persons +G494,Age_yr_66_M,Age_years_66_Males,G04B,G04,Males +G495,Age_yr_66_F,Age_years_66_Females,G04B,G04,Females +G496,Age_yr_66_P,Age_years_66_Persons,G04B,G04,Persons +G497,Age_yr_67_M,Age_years_67_Males,G04B,G04,Males +G498,Age_yr_67_F,Age_years_67_Females,G04B,G04,Females +G499,Age_yr_67_P,Age_years_67_Persons,G04B,G04,Persons +G500,Age_yr_68_M,Age_years_68_Males,G04B,G04,Males +G501,Age_yr_68_F,Age_years_68_Females,G04B,G04,Females +G502,Age_yr_68_P,Age_years_68_Persons,G04B,G04,Persons +G503,Age_yr_69_M,Age_years_69_Males,G04B,G04,Males +G504,Age_yr_69_F,Age_years_69_Females,G04B,G04,Females +G505,Age_yr_69_P,Age_years_69_Persons,G04B,G04,Persons +G506,Age_yr_65_69_M,Age_years_65_69_years_Males,G04B,G04,Males +G507,Age_yr_65_69_F,Age_years_65_69_years_Females,G04B,G04,Females +G508,Age_yr_65_69_P,Age_years_65_69_years_Persons,G04B,G04,Persons +G509,Age_yr_70_M,Age_years_70_Males,G04B,G04,Males +G510,Age_yr_70_F,Age_years_70_Females,G04B,G04,Females +G511,Age_yr_70_P,Age_years_70_Persons,G04B,G04,Persons +G512,Age_yr_71_M,Age_years_71_Males,G04B,G04,Males +G513,Age_yr_71_F,Age_years_71_Females,G04B,G04,Females +G514,Age_yr_71_P,Age_years_71_Persons,G04B,G04,Persons +G515,Age_yr_72_M,Age_years_72_Males,G04B,G04,Males +G516,Age_yr_72_F,Age_years_72_Females,G04B,G04,Females +G517,Age_yr_72_P,Age_years_72_Persons,G04B,G04,Persons +G518,Age_yr_73_M,Age_years_73_Males,G04B,G04,Males +G519,Age_yr_73_F,Age_years_73_Females,G04B,G04,Females +G520,Age_yr_73_P,Age_years_73_Persons,G04B,G04,Persons +G521,Age_yr_74_M,Age_years_74_Males,G04B,G04,Males +G522,Age_yr_74_F,Age_years_74_Females,G04B,G04,Females +G523,Age_yr_74_P,Age_years_74_Persons,G04B,G04,Persons +G524,Age_yr_70_74_M,Age_years_70_74_years_Males,G04B,G04,Males +G525,Age_yr_70_74_F,Age_years_70_74_years_Females,G04B,G04,Females +G526,Age_yr_70_74_P,Age_years_70_74_years_Persons,G04B,G04,Persons +G527,Age_yr_75_M,Age_years_75_Males,G04B,G04,Males +G528,Age_yr_75_F,Age_years_75_Females,G04B,G04,Females +G529,Age_yr_75_P,Age_years_75_Persons,G04B,G04,Persons +G530,Age_yr_76_M,Age_years_76_Males,G04B,G04,Males +G531,Age_yr_76_F,Age_years_76_Females,G04B,G04,Females +G532,Age_yr_76_P,Age_years_76_Persons,G04B,G04,Persons +G533,Age_yr_77_M,Age_years_77_Males,G04B,G04,Males +G534,Age_yr_77_F,Age_years_77_Females,G04B,G04,Females +G535,Age_yr_77_P,Age_years_77_Persons,G04B,G04,Persons +G536,Age_yr_78_M,Age_years_78_Males,G04B,G04,Males +G537,Age_yr_78_F,Age_years_78_Females,G04B,G04,Females +G538,Age_yr_78_P,Age_years_78_Persons,G04B,G04,Persons +G539,Age_yr_79_M,Age_years_79_Males,G04B,G04,Males +G540,Age_yr_79_F,Age_years_79_Females,G04B,G04,Females +G541,Age_yr_79_P,Age_years_79_Persons,G04B,G04,Persons +G542,Age_yr_75_79_M,Age_years_75_79_years_Males,G04B,G04,Males +G543,Age_yr_75_79_F,Age_years_75_79_years_Females,G04B,G04,Females +G544,Age_yr_75_79_P,Age_years_75_79_years_Persons,G04B,G04,Persons +G545,Age_yr_80_84_M,Age_years_80_84_years_Males,G04B,G04,Males +G546,Age_yr_80_84_F,Age_years_80_84_years_Females,G04B,G04,Females +G547,Age_yr_80_84_P,Age_years_80_84_years_Persons,G04B,G04,Persons +G548,Age_yr_85_89_M,Age_years_85_89_years_Males,G04B,G04,Males +G549,Age_yr_85_89_F,Age_years_85_89_years_Females,G04B,G04,Females +G550,Age_yr_85_89_P,Age_years_85_89_years_Persons,G04B,G04,Persons +G551,Age_yr_90_94_M,Age_years_90_94_years_Males,G04B,G04,Males +G552,Age_yr_90_94_F,Age_years_90_94_years_Females,G04B,G04,Females +G553,Age_yr_90_94_P,Age_years_90_94_years_Persons,G04B,G04,Persons +G554,Age_yr_95_99_M,Age_years_95_99_years_Males,G04B,G04,Males +G555,Age_yr_95_99_F,Age_years_95_99_years_Females,G04B,G04,Females +G556,Age_yr_95_99_P,Age_years_95_99_years_Persons,G04B,G04,Persons +G557,Age_yr_100_yr_over_M,Age_years_100_years_and_over_Males,G04B,G04,Males +G558,Age_yr_100_yr_over_F,Age_years_100_years_and_over_Females,G04B,G04,Females +G559,Age_yr_100_yr_over_P,Age_years_100_years_and_over_Persons,G04B,G04,Persons +G560,Tot_M,Total_Males,G04B,G04,Males +G561,Tot_F,Total_Females,G04B,G04,Females +G562,Tot_P,Total_Persons,G04B,G04,Persons +G563,M_15_19_yr_Married,Males_15_19_years_Married,G05,G05,Married|MALES +G564,M_15_19_yr_Separated,Males_15_19_years_Separated,G05,G05,Separated|MALES +G565,M_15_19_yr_Divorced,Males_15_19_years_Divorced,G05,G05,Divorced|MALES +G566,M_15_19_yr_Widowed,Males_15_19_years_Widowed,G05,G05,Widowed|MALES +G567,M_15_19_yr_Never_Married,Males_15_19_years_Never_Married,G05,G05,Never Married|MALES +G568,M_15_19_yr_Tot,Males_15_19_years_Total,G05,G05,Total|MALES +G569,M_20_24_yr_Married,Males_20_24_years_Married,G05,G05,Married|MALES +G570,M_20_24_yr_Separated,Males_20_24_years_Separated,G05,G05,Separated|MALES +G571,M_20_24_yr_Divorced,Males_20_24_years_Divorced,G05,G05,Divorced|MALES +G572,M_20_24_yr_Widowed,Males_20_24_years_Widowed,G05,G05,Widowed|MALES +G573,M_20_24_yr_Never_Married,Males_20_24_years_Never_Married,G05,G05,Never Married|MALES +G574,M_20_24_yr_Tot,Males_20_24_years_Total,G05,G05,Total|MALES +G575,M_25_34_yr_Married,Males_25_34_years_Married,G05,G05,Married|MALES +G576,M_25_34_yr_Separated,Males_25_34_years_Separated,G05,G05,Separated|MALES +G577,M_25_34_yr_Divorced,Males_25_34_years_Divorced,G05,G05,Divorced|MALES +G578,M_25_34_yr_Widowed,Males_25_34_years_Widowed,G05,G05,Widowed|MALES +G579,M_25_34_yr_Never_Married,Males_25_34_years_Never_Married,G05,G05,Never Married|MALES +G580,M_25_34_yr_Tot,Males_25_34_years_Total,G05,G05,Total|MALES +G581,M_35_44_yr_Married,Males_35_44_years_Married,G05,G05,Married|MALES +G582,M_35_44_yr_Separated,Males_35_44_years_Separated,G05,G05,Separated|MALES +G583,M_35_44_yr_Divorced,Males_35_44_years_Divorced,G05,G05,Divorced|MALES +G584,M_35_44_yr_Widowed,Males_35_44_years_Widowed,G05,G05,Widowed|MALES +G585,M_35_44_yr_Never_Married,Males_35_44_years_Never_Married,G05,G05,Never Married|MALES +G586,M_35_44_yr_Tot,Males_35_44_years_Total,G05,G05,Total|MALES +G587,M_45_54_yr_Married,Males_45_54_years_Married,G05,G05,Married|MALES +G588,M_45_54_yr_Separated,Males_45_54_years_Separated,G05,G05,Separated|MALES +G589,M_45_54_yr_Divorced,Males_45_54_years_Divorced,G05,G05,Divorced|MALES +G590,M_45_54_yr_Widowed,Males_45_54_years_Widowed,G05,G05,Widowed|MALES +G591,M_45_54_yr_Never_Married,Males_45_54_years_Never_Married,G05,G05,Never Married|MALES +G592,M_45_54_yr_Tot,Males_45_54_years_Total,G05,G05,Total|MALES +G593,M_55_64_yr_Married,Males_55_64_years_Married,G05,G05,Married|MALES +G594,M_55_64_yr_Separated,Males_55_64_years_Separated,G05,G05,Separated|MALES +G595,M_55_64_yr_Divorced,Males_55_64_years_Divorced,G05,G05,Divorced|MALES +G596,M_55_64_yr_Widowed,Males_55_64_years_Widowed,G05,G05,Widowed|MALES +G597,M_55_64_yr_Never_Married,Males_55_64_years_Never_Married,G05,G05,Never Married|MALES +G598,M_55_64_yr_Tot,Males_55_64_years_Total,G05,G05,Total|MALES +G599,M_65_74_yr_Married,Males_65_74_years_Married,G05,G05,Married|MALES +G600,M_65_74_yr_Separated,Males_65_74_years_Separated,G05,G05,Separated|MALES +G601,M_65_74_yr_Divorced,Males_65_74_years_Divorced,G05,G05,Divorced|MALES +G602,M_65_74_yr_Widowed,Males_65_74_years_Widowed,G05,G05,Widowed|MALES +G603,M_65_74_yr_Never_Married,Males_65_74_years_Never_Married,G05,G05,Never Married|MALES +G604,M_65_74_yr_Tot,Males_65_74_years_Total,G05,G05,Total|MALES +G605,M_75_84_yr_Married,Males_75_84_years_Married,G05,G05,Married|MALES +G606,M_75_84_yr_Separated,Males_75_84_years_Separated,G05,G05,Separated|MALES +G607,M_75_84_yr_Divorced,Males_75_84_years_Divorced,G05,G05,Divorced|MALES +G608,M_75_84_yr_Widowed,Males_75_84_years_Widowed,G05,G05,Widowed|MALES +G609,M_75_84_yr_Never_Married,Males_75_84_years_Never_Married,G05,G05,Never Married|MALES +G610,M_75_84_yr_Tot,Males_75_84_years_Total,G05,G05,Total|MALES +G611,M_85ov_Married,Males_85_years_and_over_Married,G05,G05,Married|MALES +G612,M_85ov_Separated,Males_85_years_and_over_Separated,G05,G05,Separated|MALES +G613,M_85ov_Divorced,Males_85_years_and_over_Divorced,G05,G05,Divorced|MALES +G614,M_85ov_Widowed,Males_85_years_and_over_Widowed,G05,G05,Widowed|MALES +G615,M_85ov_Never_Married,Males_85_years_and_over_Never_Married,G05,G05,Never Married|MALES +G616,M_85ov_Tot,Males_85_years_and_over_Total,G05,G05,Total|MALES +G617,M_Tot_Married,Males_Total_Married,G05,G05,Married|MALES +G618,M_Tot_Separated,Males_Total_Separated,G05,G05,Separated|MALES +G619,M_Tot_Divorced,Males_Total_Divorced,G05,G05,Divorced|MALES +G620,M_Tot_Widowed,Males_Total_Widowed,G05,G05,Widowed|MALES +G621,M_Tot_Never_Married,Males_Total_Never_Married,G05,G05,Never Married|MALES +G622,M_Tot_Tot,Males_Total_Total,G05,G05,Total|MALES +G623,F_15_19_yr_Married,Females_15_19_years_Married,G05,G05,Married|FEMALES +G624,F_15_19_yr_Separated,Females_15_19_years_Separated,G05,G05,Separated|FEMALES +G625,F_15_19_yr_Divorced,Females_15_19_years_Divorced,G05,G05,Divorced|FEMALES +G626,F_15_19_yr_Widowed,Females_15_19_years_Widowed,G05,G05,Widowed|FEMALES +G627,F_15_19_yr_Never_Married,Females_15_19_years_Never_Married,G05,G05,Never Married|FEMALES +G628,F_15_19_yr_Tot,Females_15_19_years_Total,G05,G05,Total|FEMALES +G629,F_20_24_yr_Married,Females_20_24_years_Married,G05,G05,Married|FEMALES +G630,F_20_24_yr_Separated,Females_20_24_years_Separated,G05,G05,Separated|FEMALES +G631,F_20_24_yr_Divorced,Females_20_24_years_Divorced,G05,G05,Divorced|FEMALES +G632,F_20_24_yr_Widowed,Females_20_24_years_Widowed,G05,G05,Widowed|FEMALES +G633,F_20_24_yr_Never_Married,Females_20_24_years_Never_Married,G05,G05,Never Married|FEMALES +G634,F_20_24_yr_Tot,Females_20_24_years_Total,G05,G05,Total|FEMALES +G635,F_25_34_yr_Married,Females_25_34_years_Married,G05,G05,Married|FEMALES +G636,F_25_34_yr_Separated,Females_25_34_years_Separated,G05,G05,Separated|FEMALES +G637,F_25_34_yr_Divorced,Females_25_34_years_Divorced,G05,G05,Divorced|FEMALES +G638,F_25_34_yr_Widowed,Females_25_34_years_Widowed,G05,G05,Widowed|FEMALES +G639,F_25_34_yr_Never_Married,Females_25_34_years_Never_Married,G05,G05,Never Married|FEMALES +G640,F_25_34_yr_Tot,Females_25_34_years_Total,G05,G05,Total|FEMALES +G641,F_35_44_yr_Married,Females_35_44_years_Married,G05,G05,Married|FEMALES +G642,F_35_44_yr_Separated,Females_35_44_years_Separated,G05,G05,Separated|FEMALES +G643,F_35_44_yr_Divorced,Females_35_44_years_Divorced,G05,G05,Divorced|FEMALES +G644,F_35_44_yr_Widowed,Females_35_44_years_Widowed,G05,G05,Widowed|FEMALES +G645,F_35_44_yr_Never_Married,Females_35_44_years_Never_Married,G05,G05,Never Married|FEMALES +G646,F_35_44_yr_Tot,Females_35_44_years_Total,G05,G05,Total|FEMALES +G647,F_45_54_yr_Married,Females_45_54_years_Married,G05,G05,Married|FEMALES +G648,F_45_54_yr_Separated,Females_45_54_years_Separated,G05,G05,Separated|FEMALES +G649,F_45_54_yr_Divorced,Females_45_54_years_Divorced,G05,G05,Divorced|FEMALES +G650,F_45_54_yr_Widowed,Females_45_54_years_Widowed,G05,G05,Widowed|FEMALES +G651,F_45_54_yr_Never_Married,Females_45_54_years_Never_Married,G05,G05,Never Married|FEMALES +G652,F_45_54_yr_Tot,Females_45_54_years_Total,G05,G05,Total|FEMALES +G653,F_55_64_yr_Married,Females_55_64_years_Married,G05,G05,Married|FEMALES +G654,F_55_64_yr_Separated,Females_55_64_years_Separated,G05,G05,Separated|FEMALES +G655,F_55_64_yr_Divorced,Females_55_64_years_Divorced,G05,G05,Divorced|FEMALES +G656,F_55_64_yr_Widowed,Females_55_64_years_Widowed,G05,G05,Widowed|FEMALES +G657,F_55_64_yr_Never_Married,Females_55_64_years_Never_Married,G05,G05,Never Married|FEMALES +G658,F_55_64_yr_Tot,Females_55_64_years_Total,G05,G05,Total|FEMALES +G659,F_65_74_yr_Married,Females_65_74_years_Married,G05,G05,Married|FEMALES +G660,F_65_74_yr_Separated,Females_65_74_years_Separated,G05,G05,Separated|FEMALES +G661,F_65_74_yr_Divorced,Females_65_74_years_Divorced,G05,G05,Divorced|FEMALES +G662,F_65_74_yr_Widowed,Females_65_74_years_Widowed,G05,G05,Widowed|FEMALES +G663,F_65_74_yr_Never_Married,Females_65_74_years_Never_Married,G05,G05,Never Married|FEMALES +G664,F_65_74_yr_Tot,Females_65_74_years_Total,G05,G05,Total|FEMALES +G665,F_75_84_yr_Married,Females_75_84_years_Married,G05,G05,Married|FEMALES +G666,F_75_84_yr_Separated,Females_75_84_years_Separated,G05,G05,Separated|FEMALES +G667,F_75_84_yr_Divorced,Females_75_84_years_Divorced,G05,G05,Divorced|FEMALES +G668,F_75_84_yr_Widowed,Females_75_84_years_Widowed,G05,G05,Widowed|FEMALES +G669,F_75_84_yr_Never_Married,Females_75_84_years_Never_Married,G05,G05,Never Married|FEMALES +G670,F_75_84_yr_Tot,Females_75_84_years_Total,G05,G05,Total|FEMALES +G671,F_85ov_Married,Females_85_years_and_over_Married,G05,G05,Married|FEMALES +G672,F_85ov_Separated,Females_85_years_and_over_Separated,G05,G05,Separated|FEMALES +G673,F_85ov_Divorced,Females_85_years_and_over_Divorced,G05,G05,Divorced|FEMALES +G674,F_85ov_Widowed,Females_85_years_and_over_Widowed,G05,G05,Widowed|FEMALES +G675,F_85ov_Never_Married,Females_85_years_and_over_Never_Married,G05,G05,Never Married|FEMALES +G676,F_85ov_Tot,Females_85_years_and_over_Total,G05,G05,Total|FEMALES +G677,F_Tot_Married,Females_Total_Married,G05,G05,Married|FEMALES +G678,F_Tot_Separated,Females_Total_Separated,G05,G05,Separated|FEMALES +G679,F_Tot_Divorced,Females_Total_Divorced,G05,G05,Divorced|FEMALES +G680,F_Tot_Widowed,Females_Total_Widowed,G05,G05,Widowed|FEMALES +G681,F_Tot_Never_Married,Females_Total_Never_Married,G05,G05,Never Married|FEMALES +G682,F_Tot_Tot,Females_Total_Total,G05,G05,Total|FEMALES +G683,P_15_19_yr_Married,Persons_15_19_years_Married,G05,G05,Married|PERSONS +G684,P_15_19_yr_Separated,Persons_15_19_years_Separated,G05,G05,Separated|PERSONS +G685,P_15_19_yr_Divorced,Persons_15_19_years_Divorced,G05,G05,Divorced|PERSONS +G686,P_15_19_yr_Widowed,Persons_15_19_years_Widowed,G05,G05,Widowed|PERSONS +G687,P_15_19_yr_Never_Married,Persons_15_19_years_Never_Married,G05,G05,Never Married|PERSONS +G688,P_15_19_yr_Tot,Persons_15_19_years_Total,G05,G05,Total|PERSONS +G689,P_20_24_yr_Married,Persons_20_24_years_Married,G05,G05,Married|PERSONS +G690,P_20_24_yr_Separated,Persons_20_24_years_Separated,G05,G05,Separated|PERSONS +G691,P_20_24_yr_Divorced,Persons_20_24_years_Divorced,G05,G05,Divorced|PERSONS +G692,P_20_24_yr_Widowed,Persons_20_24_years_Widowed,G05,G05,Widowed|PERSONS +G693,P_20_24_yr_Never_Married,Persons_20_24_years_Never_Married,G05,G05,Never Married|PERSONS +G694,P_20_24_yr_Tot,Persons_20_24_years_Total,G05,G05,Total|PERSONS +G695,P_25_34_yr_Married,Persons_25_34_years_Married,G05,G05,Married|PERSONS +G696,P_25_34_yr_Separated,Persons_25_34_years_Separated,G05,G05,Separated|PERSONS +G697,P_25_34_yr_Divorced,Persons_25_34_years_Divorced,G05,G05,Divorced|PERSONS +G698,P_25_34_yr_Widowed,Persons_25_34_years_Widowed,G05,G05,Widowed|PERSONS +G699,P_25_34_yr_Never_Married,Persons_25_34_years_Never_Married,G05,G05,Never Married|PERSONS +G700,P_25_34_yr_Tot,Persons_25_34_years_Total,G05,G05,Total|PERSONS +G701,P_35_44_yr_Married,Persons_35_44_years_Married,G05,G05,Married|PERSONS +G702,P_35_44_yr_Separated,Persons_35_44_years_Separated,G05,G05,Separated|PERSONS +G703,P_35_44_yr_Divorced,Persons_35_44_years_Divorced,G05,G05,Divorced|PERSONS +G704,P_35_44_yr_Widowed,Persons_35_44_years_Widowed,G05,G05,Widowed|PERSONS +G705,P_35_44_yr_Never_Married,Persons_35_44_years_Never_Married,G05,G05,Never Married|PERSONS +G706,P_35_44_yr_Tot,Persons_35_44_years_Total,G05,G05,Total|PERSONS +G707,P_45_54_yr_Married,Persons_45_54_years_Married,G05,G05,Married|PERSONS +G708,P_45_54_yr_Separated,Persons_45_54_years_Separated,G05,G05,Separated|PERSONS +G709,P_45_54_yr_Divorced,Persons_45_54_years_Divorced,G05,G05,Divorced|PERSONS +G710,P_45_54_yr_Widowed,Persons_45_54_years_Widowed,G05,G05,Widowed|PERSONS +G711,P_45_54_yr_Never_Married,Persons_45_54_years_Never_Married,G05,G05,Never Married|PERSONS +G712,P_45_54_yr_Tot,Persons_45_54_years_Total,G05,G05,Total|PERSONS +G713,P_55_64_yr_Married,Persons_55_64_years_Married,G05,G05,Married|PERSONS +G714,P_55_64_yr_Separated,Persons_55_64_years_Separated,G05,G05,Separated|PERSONS +G715,P_55_64_yr_Divorced,Persons_55_64_years_Divorced,G05,G05,Divorced|PERSONS +G716,P_55_64_yr_Widowed,Persons_55_64_years_Widowed,G05,G05,Widowed|PERSONS +G717,P_55_64_yr_Never_Married,Persons_55_64_years_Never_Married,G05,G05,Never Married|PERSONS +G718,P_55_64_yr_Tot,Persons_55_64_years_Total,G05,G05,Total|PERSONS +G719,P_65_74_yr_Married,Persons_65_74_years_Married,G05,G05,Married|PERSONS +G720,P_65_74_yr_Separated,Persons_65_74_years_Separated,G05,G05,Separated|PERSONS +G721,P_65_74_yr_Divorced,Persons_65_74_years_Divorced,G05,G05,Divorced|PERSONS +G722,P_65_74_yr_Widowed,Persons_65_74_years_Widowed,G05,G05,Widowed|PERSONS +G723,P_65_74_yr_Never_Married,Persons_65_74_years_Never_Married,G05,G05,Never Married|PERSONS +G724,P_65_74_yr_Tot,Persons_65_74_years_Total,G05,G05,Total|PERSONS +G725,P_75_84_yr_Married,Persons_75_84_years_Married,G05,G05,Married|PERSONS +G726,P_75_84_yr_Separated,Persons_75_84_years_Separated,G05,G05,Separated|PERSONS +G727,P_75_84_yr_Divorced,Persons_75_84_years_Divorced,G05,G05,Divorced|PERSONS +G728,P_75_84_yr_Widowed,Persons_75_84_years_Widowed,G05,G05,Widowed|PERSONS +G729,P_75_84_yr_Never_Married,Persons_75_84_years_Never_Married,G05,G05,Never Married|PERSONS +G730,P_75_84_yr_Tot,Persons_75_84_years_Total,G05,G05,Total|PERSONS +G731,P_85ov_Married,Persons_85_years_and_over_Married,G05,G05,Married|PERSONS +G732,P_85ov_Separated,Persons_85_years_and_over_Separated,G05,G05,Separated|PERSONS +G733,P_85ov_Divorced,Persons_85_years_and_over_Divorced,G05,G05,Divorced|PERSONS +G734,P_85ov_Widowed,Persons_85_years_and_over_Widowed,G05,G05,Widowed|PERSONS +G735,P_85ov_Never_Married,Persons_85_years_and_over_Never_Married,G05,G05,Never Married|PERSONS +G736,P_85ov_Tot,Persons_85_years_and_over_Total,G05,G05,Total|PERSONS +G737,P_Tot_Married,Persons_Total_Married,G05,G05,Married|PERSONS +G738,P_Tot_Separated,Persons_Total_Separated,G05,G05,Separated|PERSONS +G739,P_Tot_Divorced,Persons_Total_Divorced,G05,G05,Divorced|PERSONS +G740,P_Tot_Widowed,Persons_Total_Widowed,G05,G05,Widowed|PERSONS +G741,P_Tot_Never_Married,Persons_Total_Never_Married,G05,G05,Never Married|PERSONS +G742,P_Tot_Tot,Persons_Total_Total,G05,G05,Total|PERSONS +G743,M_15_19_yr_Marrd_reg_marrge,Males_15_19_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G744,M_15_19_yr_Married_de_facto,Males_15_19_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G745,M_15_19_yr_Not_married,Males_15_19_years_Not_married,G06,G06,Not married|MALES +G746,M_15_19_yr_Total,Males_15_19_years_Total,G06,G06,Total|MALES +G747,M_20_24_yr_Marrd_reg_marrge,Males_20_24_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G748,M_20_24_yr_Married_de_facto,Males_20_24_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G749,M_20_24_yr_Not_married,Males_20_24_years_Not_married,G06,G06,Not married|MALES +G750,M_20_24_yr_Total,Males_20_24_years_Total,G06,G06,Total|MALES +G751,M_25_34_yr_Marrd_reg_marrge,Males_25_34_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G752,M_25_34_yr_Married_de_facto,Males_25_34_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G753,M_25_34_yr_Not_married,Males_25_34_years_Not_married,G06,G06,Not married|MALES +G754,M_25_34_yr_Total,Males_25_34_years_Total,G06,G06,Total|MALES +G755,M_35_44_yr_Marrd_reg_marrge,Males_35_44_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G756,M_35_44_yr_Married_de_facto,Males_35_44_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G757,M_35_44_yr_Not_married,Males_35_44_years_Not_married,G06,G06,Not married|MALES +G758,M_35_44_yr_Total,Males_35_44_years_Total,G06,G06,Total|MALES +G759,M_45_54_yr_Marrd_reg_marrge,Males_45_54_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G760,M_45_54_yr_Married_de_facto,Males_45_54_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G761,M_45_54_yr_Not_married,Males_45_54_years_Not_married,G06,G06,Not married|MALES +G762,M_45_54_yr_Total,Males_45_54_years_Total,G06,G06,Total|MALES +G763,M_55_64_yr_Marrd_reg_marrge,Males_55_64_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G764,M_55_64_yr_Married_de_facto,Males_55_64_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G765,M_55_64_yr_Not_married,Males_55_64_years_Not_married,G06,G06,Not married|MALES +G766,M_55_64_yr_Total,Males_55_64_years_Total,G06,G06,Total|MALES +G767,M_65_74_yr_Marrd_reg_marrge,Males_65_74_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G768,M_65_74_yr_Married_de_facto,Males_65_74_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G769,M_65_74_yr_Not_married,Males_65_74_years_Not_married,G06,G06,Not married|MALES +G770,M_65_74_yr_Total,Males_65_74_years_Total,G06,G06,Total|MALES +G771,M_75_84_yr_Marrd_reg_marrge,Males_75_84_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G772,M_75_84_yr_Married_de_facto,Males_75_84_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G773,M_75_84_yr_Not_married,Males_75_84_years_Not_married,G06,G06,Not married|MALES +G774,M_75_84_yr_Total,Males_75_84_years_Total,G06,G06,Total|MALES +G775,M_85ov_Marrd_reg_marrge,Males_85_years_and_over_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G776,M_85ov_Married_de_facto,Males_85_years_and_over_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G777,M_85ov_Not_married,Males_85_years_and_over_Not_married,G06,G06,Not married|MALES +G778,M_85ov_Total,Males_85_years_and_over_Total,G06,G06,Total|MALES +G779,M_Tot_Marrd_reg_marrge,Males_Total_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|MALES +G780,M_Tot_Married_de_facto,Males_Total_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|MALES +G781,M_Tot_Not_married,Males_Total_Not_married,G06,G06,Not married|MALES +G782,M_Tot_Total,Males_Total_Total,G06,G06,Total|MALES +G783,F_15_19_yr_Marrd_reg_marrge,Females_15_19_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G784,F_15_19_yr_Married_de_facto,Females_15_19_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G785,F_15_19_yr_Not_married,Females_15_19_years_Not_married,G06,G06,Not married|FEMALES +G786,F_15_19_yr_Total,Females_15_19_years_Total,G06,G06,Total|FEMALES +G787,F_20_24_yr_Marrd_reg_marrge,Females_20_24_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G788,F_20_24_yr_Married_de_facto,Females_20_24_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G789,F_20_24_yr_Not_married,Females_20_24_years_Not_married,G06,G06,Not married|FEMALES +G790,F_20_24_yr_Total,Females_20_24_years_Total,G06,G06,Total|FEMALES +G791,F_25_34_yr_Marrd_reg_marrge,Females_25_34_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G792,F_25_34_yr_Married_de_facto,Females_25_34_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G793,F_25_34_yr_Not_married,Females_25_34_years_Not_married,G06,G06,Not married|FEMALES +G794,F_25_34_yr_Total,Females_25_34_years_Total,G06,G06,Total|FEMALES +G795,F_35_44_yr_Marrd_reg_marrge,Females_35_44_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G796,F_35_44_yr_Married_de_facto,Females_35_44_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G797,F_35_44_yr_Not_married,Females_35_44_years_Not_married,G06,G06,Not married|FEMALES +G798,F_35_44_yr_Total,Females_35_44_years_Total,G06,G06,Total|FEMALES +G799,F_45_54_yr_Marrd_reg_marrge,Females_45_54_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G800,F_45_54_yr_Married_de_facto,Females_45_54_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G801,F_45_54_yr_Not_married,Females_45_54_years_Not_married,G06,G06,Not married|FEMALES +G802,F_45_54_yr_Total,Females_45_54_years_Total,G06,G06,Total|FEMALES +G803,F_55_64_yr_Marrd_reg_marrge,Females_55_64_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G804,F_55_64_yr_Married_de_facto,Females_55_64_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G805,F_55_64_yr_Not_married,Females_55_64_years_Not_married,G06,G06,Not married|FEMALES +G806,F_55_64_yr_Total,Females_55_64_years_Total,G06,G06,Total|FEMALES +G807,F_65_74_yr_Marrd_reg_marrge,Females_65_74_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G808,F_65_74_yr_Married_de_facto,Females_65_74_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G809,F_65_74_yr_Not_married,Females_65_74_years_Not_married,G06,G06,Not married|FEMALES +G810,F_65_74_yr_Total,Females_65_74_years_Total,G06,G06,Total|FEMALES +G811,F_75_84_yr_Marrd_reg_marrge,Females_75_84_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G812,F_75_84_yr_Married_de_facto,Females_75_84_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G813,F_75_84_yr_Not_married,Females_75_84_years_Not_married,G06,G06,Not married|FEMALES +G814,F_75_84_yr_Total,Females_75_84_years_Total,G06,G06,Total|FEMALES +G815,F_85ov_Marrd_reg_marrge,Females_85_years_and_over_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G816,F_85ov_Married_de_facto,Females_85_years_and_over_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G817,F_85ov_Not_married,Females_85_years_and_over_Not_married,G06,G06,Not married|FEMALES +G818,F_85ov_Total,Females_85_years_and_over_Total,G06,G06,Total|FEMALES +G819,F_Tot_Marrd_reg_marrge,Females_Total_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|FEMALES +G820,F_Tot_Married_de_facto,Females_Total_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|FEMALES +G821,F_Tot_Not_married,Females_Total_Not_married,G06,G06,Not married|FEMALES +G822,F_Tot_Total,Females_Total_Total,G06,G06,Total|FEMALES +G823,P_15_19_yr_Marrd_reg_marrge,Persons_15_19_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G824,P_15_19_yr_Married_de_facto,Persons_15_19_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G825,P_15_19_yr_Not_married,Persons_15_19_years_Not_married,G06,G06,Not married|PERSONS +G826,P_15_19_yr_Total,Persons_15_19_years_Total,G06,G06,Total|PERSONS +G827,P_20_24_yr_Marrd_reg_marrge,Persons_20_24_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G828,P_20_24_yr_Married_de_facto,Persons_20_24_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G829,P_20_24_yr_Not_married,Persons_20_24_years_Not_married,G06,G06,Not married|PERSONS +G830,P_20_24_yr_Total,Persons_20_24_years_Total,G06,G06,Total|PERSONS +G831,P_25_34_yr_Marrd_reg_marrge,Persons_25_34_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G832,P_25_34_yr_Married_de_facto,Persons_25_34_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G833,P_25_34_yr_Not_married,Persons_25_34_years_Not_married,G06,G06,Not married|PERSONS +G834,P_25_34_yr_Total,Persons_25_34_years_Total,G06,G06,Total|PERSONS +G835,P_35_44_yr_Marrd_reg_marrge,Persons_35_44_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G836,P_35_44_yr_Married_de_facto,Persons_35_44_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G837,P_35_44_yr_Not_married,Persons_35_44_years_Not_married,G06,G06,Not married|PERSONS +G838,P_35_44_yr_Total,Persons_35_44_years_Total,G06,G06,Total|PERSONS +G839,P_45_54_yr_Marrd_reg_marrge,Persons_45_54_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G840,P_45_54_yr_Married_de_facto,Persons_45_54_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G841,P_45_54_yr_Not_married,Persons_45_54_years_Not_married,G06,G06,Not married|PERSONS +G842,P_45_54_yr_Total,Persons_45_54_years_Total,G06,G06,Total|PERSONS +G843,P_55_64_yr_Marrd_reg_marrge,Persons_55_64_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G844,P_55_64_yr_Married_de_facto,Persons_55_64_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G845,P_55_64_yr_Not_married,Persons_55_64_years_Not_married,G06,G06,Not married|PERSONS +G846,P_55_64_yr_Total,Persons_55_64_years_Total,G06,G06,Total|PERSONS +G847,P_65_74_yr_Marrd_reg_marrge,Persons_65_74_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G848,P_65_74_yr_Married_de_facto,Persons_65_74_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G849,P_65_74_yr_Not_married,Persons_65_74_years_Not_married,G06,G06,Not married|PERSONS +G850,P_65_74_yr_Total,Persons_65_74_years_Total,G06,G06,Total|PERSONS +G851,P_75_84_yr_Marrd_reg_marrge,Persons_75_84_years_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G852,P_75_84_yr_Married_de_facto,Persons_75_84_years_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G853,P_75_84_yr_Not_married,Persons_75_84_years_Not_married,G06,G06,Not married|PERSONS +G854,P_75_84_yr_Total,Persons_75_84_years_Total,G06,G06,Total|PERSONS +G855,P_85ov_Marrd_reg_marrge,Persons_85_years_and_over_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G856,P_85ov_Married_de_facto,Persons_85_years_and_over_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G857,P_85ov_Not_married,Persons_85_years_and_over_Not_married,G06,G06,Not married|PERSONS +G858,P_85ov_Total,Persons_85_years_and_over_Total,G06,G06,Total|PERSONS +G859,P_Tot_Marrd_reg_marrge,Persons_Total_Married_in_a_registered_marriage,G06,G06,Married in a registered marriage|PERSONS +G860,P_Tot_Married_de_facto,Persons_Total_Married_in_a_de_facto_marriage,G06,G06,Married in a de facto marriage|PERSONS +G861,P_Tot_Not_married,Persons_Total_Not_married,G06,G06,Not married|PERSONS +G862,P_Tot_Total,Persons_Total_Total,G06,G06,Total|PERSONS +G863,A_0_4_y_Indigenous_M,0_4_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G864,A_0_4_y_Indigenous_F,0_4_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G865,A_0_4_y_Indigenous_P,0_4_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G866,A_0_4_y_Non_Indigenous_M,0_4_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G867,A_0_4_y_Non_Indigenous_F,0_4_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G868,A_0_4_y_Non_Indigenous_P,0_4_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G869,A_0_4_y_Indig_stat_ns_M,0_4_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G870,A_0_4_y_Indig_stat_ns_F,0_4_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G871,A_0_4_y_Indig_stat_ns_P,0_4_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G872,A_0_4_y_Tot_M,0_4_years_Total_Males,G07,G07,Total: Males +G873,A_0_4_y_Tot_F,0_4_years_Total_Females,G07,G07,Total: Females +G874,A_0_4_y_Tot_P,0_4_years_Total_Persons,G07,G07,Total: Persons +G875,A_5_9_y_Indigenous_M,5_9_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G876,A_5_9_y_Indigenous_F,5_9_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G877,A_5_9_y_Indigenous_P,5_9_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G878,A_5_9_y_Non_Indigenous_M,5_9_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G879,A_5_9_y_Non_Indigenous_F,5_9_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G880,A_5_9_y_Non_Indigenous_P,5_9_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G881,A_5_9_y_Indig_stat_ns_M,5_9_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G882,A_5_9_y_Indig_stat_ns_F,5_9_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G883,A_5_9_y_Indig_stat_ns_P,5_9_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G884,A_5_9_y_Tot_M,5_9_years_Total_Males,G07,G07,Total: Males +G885,A_5_9_y_Tot_F,5_9_years_Total_Females,G07,G07,Total: Females +G886,A_5_9_y_Tot_P,5_9_years_Total_Persons,G07,G07,Total: Persons +G887,A_10_14_y_Indigenous_M,10_14_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G888,A_10_14_y_Indigenous_F,10_14_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G889,A_10_14_y_Indigenous_P,10_14_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G890,A_10_14_y_Non_Indig_M,10_14_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G891,A_10_14_y_Non_Indig_F,10_14_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G892,A_10_14_y_Non_Indig_P,10_14_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G893,A_10_14_y_Indig_stat_ns_M,10_14_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G894,A_10_14_y_Indig_stat_ns_F,10_14_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G895,A_10_14_y_Indig_stat_ns_P,10_14_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G896,A_10_14_y_Tot_M,10_14_years_Total_Males,G07,G07,Total: Males +G897,A_10_14_y_Tot_F,10_14_years_Total_Females,G07,G07,Total: Females +G898,A_10_14_y_Tot_P,10_14_years_Total_Persons,G07,G07,Total: Persons +G899,A_15_19_y_Indigenous_M,15_19_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G900,A_15_19_y_Indigenous_F,15_19_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G901,A_15_19_y_Indigenous_P,15_19_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G902,A_15_19_y_Non_Indig_M,15_19_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G903,A_15_19_y_Non_Indig_F,15_19_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G904,A_15_19_y_Non_Indig_P,15_19_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G905,A_15_19_y_Indig_stat_ns_M,15_19_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G906,A_15_19_y_Indig_stat_ns_F,15_19_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G907,A_15_19_y_Indig_stat_ns_P,15_19_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G908,A_15_19_y_Tot_M,15_19_years_Total_Males,G07,G07,Total: Males +G909,A_15_19_y_Tot_F,15_19_years_Total_Females,G07,G07,Total: Females +G910,A_15_19_y_Tot_P,15_19_years_Total_Persons,G07,G07,Total: Persons +G911,A_20_24_y_Indigenous_M,20_24_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G912,A_20_24_y_Indigenous_F,20_24_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G913,A_20_24_y_Indigenous_P,20_24_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G914,A_20_24_y_Non_Indig_M,20_24_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G915,A_20_24_y_Non_Indig_F,20_24_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G916,A_20_24_y_Non_Indig_P,20_24_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G917,A_20_24_y_Indig_stat_ns_M,20_24_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G918,A_20_24_y_Indig_stat_ns_F,20_24_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G919,A_20_24_y_Indig_stat_ns_P,20_24_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G920,A_20_24_y_Tot_M,20_24_years_Total_Males,G07,G07,Total: Males +G921,A_20_24_y_Tot_F,20_24_years_Total_Females,G07,G07,Total: Females +G922,A_20_24_y_Tot_P,20_24_years_Total_Persons,G07,G07,Total: Persons +G923,A_25_29_y_Indigenous_M,25_29_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G924,A_25_29_y_Indigenous_F,25_29_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G925,A_25_29_y_Indigenous_P,25_29_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G926,A_25_29_y_Non_Indig_M,25_29_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G927,A_25_29_y_Non_Indig_F,25_29_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G928,A_25_29_y_Non_Indig_P,25_29_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G929,A_25_29_y_Indig_stat_ns_M,25_29_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G930,A_25_29_y_Indig_stat_ns_F,25_29_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G931,A_25_29_y_Indig_stat_ns_P,25_29_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G932,A_25_29_y_Tot_M,25_29_years_Total_Males,G07,G07,Total: Males +G933,A_25_29_y_Tot_F,25_29_years_Total_Females,G07,G07,Total: Females +G934,A_25_29_y_Tot_P,25_29_years_Total_Persons,G07,G07,Total: Persons +G935,A_30_34_y_Indigenous_M,30_34_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G936,A_30_34_y_Indigenous_F,30_34_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G937,A_30_34_y_Indigenous_P,30_34_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G938,A_30_34_y_Non_Indig_M,30_34_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G939,A_30_34_y_Non_Indig_F,30_34_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G940,A_30_34_y_Non_Indig_P,30_34_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G941,A_30_34_y_Indig_stat_ns_M,30_34_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G942,A_30_34_y_Indig_stat_ns_F,30_34_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G943,A_30_34_y_Indig_stat_ns_P,30_34_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G944,A_30_34_y_Tot_M,30_34_years_Total_Males,G07,G07,Total: Males +G945,A_30_34_y_Tot_F,30_34_years_Total_Females,G07,G07,Total: Females +G946,A_30_34_y_Tot_P,30_34_years_Total_Persons,G07,G07,Total: Persons +G947,A_35_39_y_Indigenous_M,35_39_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G948,A_35_39_y_Indigenous_F,35_39_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G949,A_35_39_y_Indigenous_P,35_39_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G950,A_35_39_y_Non_Indig_M,35_39_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G951,A_35_39_y_Non_Indig_F,35_39_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G952,A_35_39_y_Non_Indig_P,35_39_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G953,A_35_39_y_Indig_stat_ns_M,35_39_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G954,A_35_39_y_Indig_stat_ns_F,35_39_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G955,A_35_39_y_Indig_stat_ns_P,35_39_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G956,A_35_39_y_Tot_M,35_39_years_Total_Males,G07,G07,Total: Males +G957,A_35_39_y_Tot_F,35_39_years_Total_Females,G07,G07,Total: Females +G958,A_35_39_y_Tot_P,35_39_years_Total_Persons,G07,G07,Total: Persons +G959,A_40_44_y_Indigenous_M,40_44_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G960,A_40_44_y_Indigenous_F,40_44_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G961,A_40_44_y_Indigenous_P,40_44_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G962,A_40_44_y_Non_Indig_M,40_44_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G963,A_40_44_y_Non_Indig_F,40_44_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G964,A_40_44_y_Non_Indig_P,40_44_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G965,A_40_44_y_Indig_stat_ns_M,40_44_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G966,A_40_44_y_Indig_stat_ns_F,40_44_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G967,A_40_44_y_Indig_stat_ns_P,40_44_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G968,A_40_44_y_Tot_M,40_44_years_Total_Males,G07,G07,Total: Males +G969,A_40_44_y_Tot_F,40_44_years_Total_Females,G07,G07,Total: Females +G970,A_40_44_y_Tot_P,40_44_years_Total_Persons,G07,G07,Total: Persons +G971,A_45_49_y_Indigenous_M,45_49_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G972,A_45_49_y_Indigenous_F,45_49_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G973,A_45_49_y_Indigenous_P,45_49_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G974,A_45_49_y_Non_Indig_M,45_49_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G975,A_45_49_y_Non_Indig_F,45_49_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G976,A_45_49_y_Non_Indig_P,45_49_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G977,A_45_49_y_Indig_stat_ns_M,45_49_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G978,A_45_49_y_Indig_stat_ns_F,45_49_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G979,A_45_49_y_Indig_stat_ns_P,45_49_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G980,A_45_49_y_Tot_M,45_49_years_Total_Males,G07,G07,Total: Males +G981,A_45_49_y_Tot_F,45_49_years_Total_Females,G07,G07,Total: Females +G982,A_45_49_y_Tot_P,45_49_years_Total_Persons,G07,G07,Total: Persons +G983,A_50_54_y_Indigenous_M,50_54_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G984,A_50_54_y_Indigenous_F,50_54_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G985,A_50_54_y_Indigenous_P,50_54_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G986,A_50_54_y_Non_Indig_M,50_54_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G987,A_50_54_y_Non_Indig_F,50_54_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G988,A_50_54_y_Non_Indig_P,50_54_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G989,A_50_54_y_Indig_stat_ns_M,50_54_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G990,A_50_54_y_Indig_stat_ns_F,50_54_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G991,A_50_54_y_Indig_stat_ns_P,50_54_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G992,A_50_54_y_Tot_M,50_54_years_Total_Males,G07,G07,Total: Males +G993,A_50_54_y_Tot_F,50_54_years_Total_Females,G07,G07,Total: Females +G994,A_50_54_y_Tot_P,50_54_years_Total_Persons,G07,G07,Total: Persons +G995,A_55_59_y_Indigenous_M,55_59_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G996,A_55_59_y_Indigenous_F,55_59_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G997,A_55_59_y_Indigenous_P,55_59_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G998,A_55_59_y_Non_Indig_M,55_59_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G999,A_55_59_y_Non_Indig_F,55_59_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G1000,A_55_59_y_Non_Indig_P,55_59_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G1001,A_55_59_y_Indig_stat_ns_M,55_59_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G1002,A_55_59_y_Indig_stat_ns_F,55_59_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G1003,A_55_59_y_Indig_stat_ns_P,55_59_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G1004,A_55_59_y_Tot_M,55_59_years_Total_Males,G07,G07,Total: Males +G1005,A_55_59_y_Tot_F,55_59_years_Total_Females,G07,G07,Total: Females +G1006,A_55_59_y_Tot_P,55_59_years_Total_Persons,G07,G07,Total: Persons +G1007,A_60_64_y_Indigenous_M,60_64_years_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G1008,A_60_64_y_Indigenous_F,60_64_years_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G1009,A_60_64_y_Indigenous_P,60_64_years_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G1010,A_60_64_y_Non_Indig_M,60_64_years_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G1011,A_60_64_y_Non_Indig_F,60_64_years_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G1012,A_60_64_y_Non_Indig_P,60_64_years_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G1013,A_60_64_y_Indig_stat_ns_M,60_64_years_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G1014,A_60_64_y_Indig_stat_ns_F,60_64_years_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G1015,A_60_64_y_Indig_stat_ns_P,60_64_years_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G1016,A_60_64_y_Tot_M,60_64_years_Total_Males,G07,G07,Total: Males +G1017,A_60_64_y_Tot_F,60_64_years_Total_Females,G07,G07,Total: Females +G1018,A_60_64_y_Tot_P,60_64_years_Total_Persons,G07,G07,Total: Persons +G1019,A_65_y_ov_Indigenous_M,65_years_and_over_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G1020,A_65_y_ov_Indigenous_F,65_years_and_over_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G1021,A_65_y_ov_Indigenous_P,65_years_and_over_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G1022,A_65_y_ov_Non_Indig_M,65_years_and_over_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G1023,A_65_y_ov_Non_Indig_F,65_years_and_over_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G1024,A_65_y_ov_Non_Indig_P,65_years_and_over_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G1025,A_65_y_ov_Indig_stat_ns_M,65_years_and_over_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G1026,A_65_y_ov_Indig_stat_ns_F,65_years_and_over_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G1027,A_65_y_ov_Indig_stat_ns_P,65_years_and_over_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G1028,A_65_y_ov_Tot_M,65_years_and_over_Total_Males,G07,G07,Total: Males +G1029,A_65_y_ov_Tot_F,65_years_and_over_Total_Females,G07,G07,Total: Females +G1030,A_65_y_ov_Tot_P,65_years_and_over_Total_Persons,G07,G07,Total: Persons +G1031,Tot_Indigenous_M,Total_Aboriginal_and_or_Torres_Strait_Islander_Males,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Males +G1032,Tot_Indigenous_F,Total_Aboriginal_and_or_Torres_Strait_Islander_Females,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Females +G1033,Tot_Indigenous_P,Total_Aboriginal_and_or_Torres_Strait_Islander_Persons,G07,G07,Aboriginal_and_or_Torres_Strait_Islander: Persons +G1034,Tot_Non_Indigenous_M,Total_Non_Indigenous_Males,G07,G07,Non-Indigenous: Males +G1035,Tot_Non_Indigenous_F,Total_Non_Indigenous_Females,G07,G07,Non-Indigenous: Females +G1036,Tot_Non_Indigenous_P,Total_Non_Indigenous_Persons,G07,G07,Non-Indigenous: Persons +G1037,Tot_Indig_status_ns_M,Total_Indigenous_status_not_stated_Males,G07,G07,Indigenous status not stated: Males +G1038,Tot_Indig_status_ns_F,Total_Indigenous_status_not_stated_Females,G07,G07,Indigenous status not stated: Females +G1039,Tot_Indig_status_ns_P,Total_Indigenous_status_not_stated_Persons,G07,G07,Indigenous status not stated: Persons +G1040,Tot_Tot_M,Total_Total_Males,G07,G07,Total: Males +G1041,Tot_Tot_F,Total_Total_Females,G07,G07,Total: Females +G1042,Tot_Tot_P,Total_Total_Persons,G07,G07,Total: Persons +G1043,Aust_BP_B_OS,Australian_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1044,Aust_FO_B_OS,Australian_Father_only_born_overseas,G08,G08,Father only born overseas +G1045,Aust_MO_B_OS,Australian_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1046,Aust_Both_parents_born_Aust,Australian_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1047,Aust_Birthplace_not_stated,Australian_Birthplace_not_stated,G08,G08,Birthplace not stated +G1048,Aust_Tot_Resp,Australian_Total_Responses,G08,G08,Total Responses +G1049,Aust_Abor_BP_B_OS,Australian_Aboriginal_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1050,Aust_Abor_FO_B_OS,Australian_Aboriginal_Father_only_born_overseas,G08,G08,Father only born overseas +G1051,Aust_Abor_MO_B_OS,Australian_Aboriginal_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1052,Aust_Abor_BP_B_Aus,Australian_Aboriginal_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1053,Aust_Abor_BP_NS,Australian_Aboriginal_Birthplace_not_stated,G08,G08,Birthplace not stated +G1054,Aust_Abor_Tot_Resp,Australian_Aboriginal_Total_Responses,G08,G08,Total Responses +G1055,Chinese_BP_B_OS,Chinese_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1056,Chinese_FO_B_OS,Chinese_Father_only_born_overseas,G08,G08,Father only born overseas +G1057,Chinese_MO_B_OS,Chinese_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1058,Chinese_BP_B_Aus,Chinese_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1059,Chinese_BP_NS,Chinese_Birthplace_not_stated,G08,G08,Birthplace not stated +G1060,Chinese_Tot_Resp,Chinese_Total_Responses,G08,G08,Total Responses +G1061,Croatian_BP_B_OS,Croatian_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1062,Croatian_FO_B_OS,Croatian_Father_only_born_overseas,G08,G08,Father only born overseas +G1063,Croatian_MO_B_OS,Croatian_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1064,Croatian_BP_B_Aus,Croatian_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1065,Croatian_BP_NS,Croatian_Birthplace_not_stated,G08,G08,Birthplace not stated +G1066,Croatian_Tot_Resp,Croatian_Total_Responses,G08,G08,Total Responses +G1067,Dutch_BP_B_OS,Dutch_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1068,Dutch_FO_B_OS,Dutch_Father_only_born_overseas,G08,G08,Father only born overseas +G1069,Dutch_MO_B_OS,Dutch_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1070,Dutch_BP_B_Aus,Dutch_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1071,Dutch_BP_NS,Dutch_Birthplace_not_stated,G08,G08,Birthplace not stated +G1072,Dutch_Tot_Resp,Dutch_Total_Responses,G08,G08,Total Responses +G1073,English_BP_B_OS,English_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1074,English_FO_B_OS,English_Father_only_born_overseas,G08,G08,Father only born overseas +G1075,English_MO_B_OS,English_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1076,English_BP_B_Aus,English_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1077,English_BP_NS,English_Birthplace_not_stated,G08,G08,Birthplace not stated +G1078,English_Tot_Resp,English_Total_Responses,G08,G08,Total Responses +G1079,Filipino_BP_B_OS,Filipino_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1080,Filipino_FO_B_OS,Filipino_Father_only_born_overseas,G08,G08,Father only born overseas +G1081,Filipino_MO_B_OS,Filipino_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1082,Filipino_BP_B_Aus,Filipino_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1083,Filipino_BP_NS,Filipino_Birthplace_not_stated,G08,G08,Birthplace not stated +G1084,Filipino_Tot_Resp,Filipino_Total_Responses,G08,G08,Total Responses +G1085,French_BP_B_OS,French_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1086,French_FO_B_OS,French_Father_only_born_overseas,G08,G08,Father only born overseas +G1087,French_MO_B_OS,French_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1088,French_BP_B_Aus,French_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1089,French_BP_NS,French_Birthplace_not_stated,G08,G08,Birthplace not stated +G1090,French_Tot_Resp,French_Total_Responses,G08,G08,Total Responses +G1091,German_BP_B_OS,German_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1092,German_FO_B_OS,German_Father_only_born_overseas,G08,G08,Father only born overseas +G1093,German_MO_B_OS,German_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1094,German_BP_B_Aus,German_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1095,German_BP_NS,German_Birthplace_not_stated,G08,G08,Birthplace not stated +G1096,German_Tot_Resp,German_Total_Responses,G08,G08,Total Responses +G1097,Greek_BP_B_OS,Greek_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1098,Greek_FO_B_OS,Greek_Father_only_born_overseas,G08,G08,Father only born overseas +G1099,Greek_MO_B_OS,Greek_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1100,Greek_BP_B_Aus,Greek_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1101,Greek_BP_NS,Greek_Birthplace_not_stated,G08,G08,Birthplace not stated +G1102,Greek_Tot_Resp,Greek_Total_Responses,G08,G08,Total Responses +G1103,Hungarian_BP_B_OS,Hungarian_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1104,Hungarian_FO_B_OS,Hungarian_Father_only_born_overseas,G08,G08,Father only born overseas +G1105,Hungarian_MO_B_OS,Hungarian_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1106,Hungarian_BP_B_Aus,Hungarian_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1107,Hungarian_BP_NS,Hungarian_Birthplace_not_stated,G08,G08,Birthplace not stated +G1108,Hungarian_Tot_Resp,Hungarian_Total_Responses,G08,G08,Total Responses +G1109,Indian_BP_B_OS,Indian_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1110,Indian_FO_B_OS,Indian_Father_only_born_overseas,G08,G08,Father only born overseas +G1111,Indian_MO_B_OS,Indian_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1112,Indian_BP_B_Aus,Indian_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1113,Indian_BP_NS,Indian_Birthplace_not_stated,G08,G08,Birthplace not stated +G1114,Indian_Tot_Resp,Indian_Total_Responses,G08,G08,Total Responses +G1115,Irish_BP_B_OS,Irish_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1116,Irish_FO_B_OS,Irish_Father_only_born_overseas,G08,G08,Father only born overseas +G1117,Irish_MO_B_OS,Irish_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1118,Irish_BP_B_Aus,Irish_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1119,Irish_BP_NS,Irish_Birthplace_not_stated,G08,G08,Birthplace not stated +G1120,Irish_Tot_Resp,Irish_Total_Responses,G08,G08,Total Responses +G1121,Italian_BP_B_OS,Italian_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1122,Italian_FO_B_OS,Italian_Father_only_born_overseas,G08,G08,Father only born overseas +G1123,Italian_MO_B_OS,Italian_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1124,Italian_BP_B_Aus,Italian_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1125,Italian_BP_NS,Italian_Birthplace_not_stated,G08,G08,Birthplace not stated +G1126,Italian_Tot_Resp,Italian_Total_Responses,G08,G08,Total Responses +G1127,Korean_BP_B_OS,Korean_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1128,Korean_FO_B_OS,Korean_Father_only_born_overseas,G08,G08,Father only born overseas +G1129,Korean_MO_B_OS,Korean_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1130,Korean_BP_B_Aus,Korean_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1131,Korean_BP_NS,Korean_Birthplace_not_stated,G08,G08,Birthplace not stated +G1132,Korean_Tot_Resp,Korean_Total_Responses,G08,G08,Total Responses +G1133,Lebanese_BP_B_OS,Lebanese_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1134,Lebanese_FO_B_OS,Lebanese_Father_only_born_overseas,G08,G08,Father only born overseas +G1135,Lebanese_MO_B_OS,Lebanese_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1136,Lebanese_BP_B_Aus,Lebanese_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1137,Lebanese_BP_NS,Lebanese_Birthplace_not_stated,G08,G08,Birthplace not stated +G1138,Lebanese_Tot_Resp,Lebanese_Total_Responses,G08,G08,Total Responses +G1139,Macedonian_BP_B_OS,Macedonian_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1140,Macdonian_FO_B_OS,Macedonian_Father_only_born_overseas,G08,G08,Father only born overseas +G1141,Macdonian_MO_B_OS,Macedonian_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1142,Macdonian_BP_B_Aus,Macedonian_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1143,Macdonian_BP_NS,Macedonian_Birthplace_not_stated,G08,G08,Birthplace not stated +G1144,Macedonian_Tot_Resp,Macedonian_Total_Responses,G08,G08,Total Responses +G1145,Maltese_BP_B_OS,Maltese_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1146,Maltese_FO_B_OS,Maltese_Father_only_born_overseas,G08,G08,Father only born overseas +G1147,Maltese_MO_B_OS,Maltese_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1148,Maltese_BP_B_Aus,Maltese_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1149,Maltese_BP_NS,Maltese_Birthplace_not_stated,G08,G08,Birthplace not stated +G1150,Maltese_Tot_Resp,Maltese_Total_Responses,G08,G08,Total Responses +G1151,Maori_BP_B_OS,Maori_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1152,Maori_FO_B_OS,Maori_Father_only_born_overseas,G08,G08,Father only born overseas +G1153,Maori_MO_B_OS,Maori_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1154,Maori_BP_B_Aus,Maori_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1155,Maori_BP_NS,Maori_Birthplace_not_stated,G08,G08,Birthplace not stated +G1156,Maori_Tot_Resp,Maori_Total_Responses,G08,G08,Total Responses +G1157,NZ_BP_B_OS,New_Zealander_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1158,NZ_FO_B_OS,New_Zealander_Father_only_born_overseas,G08,G08,Father only born overseas +G1159,NZ_MO_B_OS,New_Zealander_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1160,NZ_BP_B_Aus,New_Zealander_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1161,NZ_BP_NS,New_Zealander_Birthplace_not_stated,G08,G08,Birthplace not stated +G1162,NZ_Tot_Resp,New_Zealander_Total_Responses,G08,G08,Total Responses +G1163,Polish_BP_B_OS,Polish_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1164,Polish_FO_B_OS,Polish_Father_only_born_overseas,G08,G08,Father only born overseas +G1165,Polish_MO_B_OS,Polish_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1166,Polish_BP_B_Aus,Polish_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1167,Polish_BP_NS,Polish_Birthplace_not_stated,G08,G08,Birthplace not stated +G1168,Polish_Tot_Resp,Polish_Total_Responses,G08,G08,Total Responses +G1169,Russian_BP_B_OS,Russian_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1170,Russian_FO_B_OS,Russian_Father_only_born_overseas,G08,G08,Father only born overseas +G1171,Russian_MO_B_OS,Russian_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1172,Russian_BP_B_Aus,Russian_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1173,Russian_BP_NS,Russian_Birthplace_not_stated,G08,G08,Birthplace not stated +G1174,Russian_Tot_Resp,Russian_Total_Responses,G08,G08,Total Responses +G1175,Scottish_BP_B_OS,Scottish_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1176,Scottish_FO_B_OS,Scottish_Father_only_born_overseas,G08,G08,Father only born overseas +G1177,Scottish_MO_B_OS,Scottish_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1178,Scottish_BP_B_Aus,Scottish_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1179,Scottish_BP_NS,Scottish_Birthplace_not_stated,G08,G08,Birthplace not stated +G1180,Scottish_Tot_Resp,Scottish_Total_Responses,G08,G08,Total Responses +G1181,Serbian_BP_B_OS,Serbian_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1182,Serbian_FO_B_OS,Serbian_Father_only_born_overseas,G08,G08,Father only born overseas +G1183,Serbian_MO_B_OS,Serbian_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1184,Serbian_BP_B_Aus,Serbian_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1185,Serbian_BP_NS,Serbian_Birthplace_not_stated,G08,G08,Birthplace not stated +G1186,Serbian_Tot_Resp,Serbian_Total_Responses,G08,G08,Total Responses +G1187,Sth_African_BP_B_OS,South_African_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1188,Sth_African_FO_B_OS,South_African_Father_only_born_overseas,G08,G08,Father only born overseas +G1189,Sth_African_MO_B_OS,South_African_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1190,Sth_Afrcan_BP_B_Aus,South_African_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1191,Sth_African_BP_NS,South_African_Birthplace_not_stated,G08,G08,Birthplace not stated +G1192,Sth_African_Tot_Resp,South_African_Total_Responses,G08,G08,Total Responses +G1193,Spanish_BP_B_OS,Spanish_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1194,Spanish_FO_B_OS,Spanish_Father_only_born_overseas,G08,G08,Father only born overseas +G1195,Spanish_MO_B_OS,Spanish_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1196,Spanish_BP_B_Aus,Spanish_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1197,Spanish_BP_NS,Spanish_Birthplace_not_stated,G08,G08,Birthplace not stated +G1198,Spanish_Tot_Resp,Spanish_Total_Responses,G08,G08,Total Responses +G1199,Sri_Lankan_BP_B_OS,Sri_Lankan_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1200,Sri_Lankan_FO_B_OS,Sri_Lankan_Father_only_born_overseas,G08,G08,Father only born overseas +G1201,Sri_Lankan_MO_B_OS,Sri_Lankan_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1202,Sri_Lankan_BP_B_Aus,Sri_Lankan_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1203,Sri_Lankan_BP_NS,Sri_Lankan_Birthplace_not_stated,G08,G08,Birthplace not stated +G1204,Sri_Lankan_Tot_Resp,Sri_Lankan_Total_Responses,G08,G08,Total Responses +G1205,Turkish_BP_B_OS,Turkish_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1206,Turkish_FO_B_OS,Turkish_Father_only_born_overseas,G08,G08,Father only born overseas +G1207,Turkish_MO_B_OS,Turkish_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1208,Turkish_BP_B_Aus,Turkish_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1209,Turkish_BP_NS,Turkish_Birthplace_not_stated,G08,G08,Birthplace not stated +G1210,Turkish_Tot_Resp,Turkish_Total_Responses,G08,G08,Total Responses +G1211,Vietnamese_BP_B_OS,Vietnamese_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1212,Vietnamese_FO_B_OS,Vietnamese_Father_only_born_overseas,G08,G08,Father only born overseas +G1213,Vietnamese_MO_B_OS,Vietnamese_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1214,Vietnamese_BP_B_Aus,Vietnamese_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1215,Vietnamese_BP_NS,Vietnamese_Birthplace_not_stated,G08,G08,Birthplace not stated +G1216,Vietnamese_Tot_Resp,Vietnamese_Total_Responses,G08,G08,Total Responses +G1217,Welsh_BP_B_OS,Welsh_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1218,Welsh_FO_B_OS,Welsh_Father_only_born_overseas,G08,G08,Father only born overseas +G1219,Welsh_MO_B_OS,Welsh_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1220,Welsh_BP_B_Aus,Welsh_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1221,Welsh_BP_NS,Welsh_Birthplace_not_stated,G08,G08,Birthplace not stated +G1222,Welsh_Tot_Resp,Welsh_Total_Responses,G08,G08,Total Responses +G1223,Other_BP_B_OS,Other_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1224,Other_FO_B_OS,Other_Father_only_born_overseas,G08,G08,Father only born overseas +G1225,Other_MO_B_OS,Other_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1226,Other_BP_B_Aus,Other_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1227,Other_BP_NS,Other_Birthplace_not_stated,G08,G08,Birthplace not stated +G1228,Other_Tot_Resp,Other_Total_Responses,G08,G08,Total Responses +G1229,Ancestry_NS_BP_B_OS,Ancestry_not_stated_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1230,Ancestry_NS_FO_B_OS,Ancestry_not_stated_Father_only_born_overseas,G08,G08,Father only born overseas +G1231,Ancestry_NS_MO_B_OS,Ancestry_not_stated_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1232,Ancestry_NS_BP_B_Aus,Ancestry_not_stated_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1233,Ancestry_NS_BP_NS,Ancestry_not_stated_Birthplace_not_stated,G08,G08,Birthplace not stated +G1234,Ancestry_NS_Tot_Resp,Ancestry_not_stated_Total_Responses,G08,G08,Total Responses +G1235,Tot_P_BP_B_OS,Total_Persons_Both_parents_born_overseas,G08,G08,Both parents born overseas +G1236,Tot_P_FO_B_OS,Total_Persons_Father_only_born_overseas,G08,G08,Father only born overseas +G1237,Tot_P_MO_B_OS,Total_Persons_Mother_only_born_overseas,G08,G08,Mother only born overseas +G1238,Tot_P_BP_B_Aus,Total_Persons_Both_parents_born_in_Australia,G08,G08,Both parents born in Australia +G1239,Tot_P_BP_NS,Total_Persons_Birthplace_not_stated,G08,G08,Birthplace not stated +G1240,Tot_P_Tot_Resp,Total_Persons_Total_Responses,G08,G08,Total Responses +G1241,M_Afghanistan_0_4,Males_Afghanistan_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1242,M_Afghanistan_5_14,Males_Afghanistan_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1243,M_Afghanistan_15_24,Males_Afghanistan_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1244,M_Afghanistan_25_44,Males_Afghanistan_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1245,M_Afghanistan_45_54,Males_Afghanistan_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1246,M_Afghanistan_55_64,Males_Afghanistan_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1247,M_Afghanistan_65_74,Males_Afghanistan_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1248,M_Afghanistan_75_84,Males_Afghanistan_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1249,M_Afghanistan_85ov,Males_Afghanistan_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1250,M_Afghanistan_Tot,Males_Afghanistan_Age_Total,G09A,G09a,Total|MALES +G1251,M_Australia_0_4,Males_Australia_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1252,M_Australia_5_14,Males_Australia_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1253,M_Australia_15_24,Males_Australia_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1254,M_Australia_25_44,Males_Australia_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1255,M_Australia_45_54,Males_Australia_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1256,M_Australia_55_64,Males_Australia_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1257,M_Australia_65_74,Males_Australia_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1258,M_Australia_75_84,Males_Australia_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1259,M_Australia_85ov,Males_Australia_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1260,M_Australia_Tot,Males_Australia_Total,G09A,G09a,Total|MALES +G1261,M_Bangladesh_0_4,Males_Bangladesh_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1262,M_Bangladesh_5_14,Males_Bangladesh_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1263,M_Bangladesh_15_24,Males_Bangladesh_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1264,M_Bangladesh_25_44,Males_Bangladesh_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1265,M_Bangladesh_45_54,Males_Bangladesh_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1266,M_Bangladesh_55_64,Males_Bangladesh_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1267,M_Bangladesh_65_74,Males_Bangladesh_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1268,M_Bangladesh_75_84,Males_Bangladesh_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1269,M_Bangladesh_85ov,Males_Bangladesh_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1270,M_Bangladesh_Tot,Males_Bangladesh_Total,G09A,G09a,Total|MALES +G1271,M_Bosnia_Herzegov_0_4,Males_Bosnia_and_Herzegovina_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1272,M_Bosnia_Herzegov_5_14,Males_Bosnia_and_Herzegovina_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1273,M_Bosnia_Herzegov_15_24,Males_Bosnia_and_Herzegovina_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1274,M_Bosnia_Herzegov_25_44,Males_Bosnia_and_Herzegovina_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1275,M_Bosnia_Herzegov_45_54,Males_Bosnia_and_Herzegovina_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1276,M_Bosnia_Herzegov_55_64,Males_Bosnia_and_Herzegovina_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1277,M_Bosnia_Herzegov_65_74,Males_Bosnia_and_Herzegovina_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1278,M_Bosnia_Herzegov_75_84,Males_Bosnia_and_Herzegovina_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1279,M_Bosnia_Herzegov_85ov,Males_Bosnia_and_Herzegovina_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1280,M_Bosnia_Herzegov_Tot,Males_Bosnia_and_Herzegovina_Total,G09A,G09a,Total|MALES +G1281,M_Cambodia_0_4,Males_Cambodia_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1282,M_Cambodia_5_14,Males_Cambodia_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1283,M_Cambodia_15_24,Males_Cambodia_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1284,M_Cambodia_25_44,Males_Cambodia_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1285,M_Cambodia_45_54,Males_Cambodia_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1286,M_Cambodia_55_64,Males_Cambodia_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1287,M_Cambodia_65_74,Males_Cambodia_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1288,M_Cambodia_75_84,Males_Cambodia_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1289,M_Cambodia_85ov,Males_Cambodia_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1290,M_Cambodia_Tot,Males_Cambodia_Total,G09A,G09a,Total|MALES +G1291,M_Canada_0_4,Males_Canada_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1292,M_Canada_5_14,Males_Canada_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1293,M_Canada_15_24,Males_Canada_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1294,M_Canada_25_44,Males_Canada_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1295,M_Canada_45_54,Males_Canada_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1296,M_Canada_55_64,Males_Canada_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1297,M_Canada_65_74,Males_Canada_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1298,M_Canada_75_84,Males_Canada_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1299,M_Canada_85ov,Males_Canada_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1300,M_Canada_Tot,Males_Canada_Total,G09A,G09a,Total|MALES +G1301,M_Chile_0_4,Males_Chile_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1302,M_Chile_5_14,Males_Chile_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1303,M_Chile_15_24,Males_Chile_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1304,M_Chile_25_44,Males_Chile_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1305,M_Chile_45_54,Males_Chile_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1306,M_Chile_55_64,Males_Chile_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1307,M_Chile_65_74,Males_Chile_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1308,M_Chile_75_84,Males_Chile_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1309,M_Chile_85ov,Males_Chile_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1310,M_Chile_Tot,Males_Chile_Total,G09A,G09a,Total|MALES +G1311,M_China_0_4,Males_China_excludes_SARs_and_Taiwan_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1312,M_China_5_14,Males_China_excludes_SARs_and_Taiwan_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1313,M_China_15_24,Males_China_excludes_SARs_and_Taiwan_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1314,M_China_25_44,Males_China_excludes_SARs_and_Taiwan_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1315,M_China_45_54,Males_China_excludes_SARs_and_Taiwan_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1316,M_China_55_64,Males_China_excludes_SARs_and_Taiwan_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1317,M_China_65_74,Males_China_excludes_SARs_and_Taiwan_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1318,M_China_75_84,Males_China_excludes_SARs_and_Taiwan_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1319,M_China_85ov,Males_China_excludes_SARs_and_Taiwan_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1320,M_China_Tot,Males_China_excludes_SARs_and_Taiwan_Total,G09A,G09a,Total|MALES +G1321,M_Croatia_0_4,Males_Croatia_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1322,M_Croatia_5_14,Males_Croatia_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1323,M_Croatia_15_24,Males_Croatia_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1324,M_Croatia_25_44,Males_Croatia_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1325,M_Croatia_45_54,Males_Croatia_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1326,M_Croatia_55_64,Males_Croatia_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1327,M_Croatia_65_74,Males_Croatia_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1328,M_Croatia_75_84,Males_Croatia_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1329,M_Croatia_85ov,Males_Croatia_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1330,M_Croatia_Tot,Males_Croatia_Total,G09A,G09a,Total|MALES +G1331,M_Egypt_0_4,Males_Egypt_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1332,M_Egypt_5_14,Males_Egypt_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1333,M_Egypt_15_24,Males_Egypt_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1334,M_Egypt_25_44,Males_Egypt_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1335,M_Egypt_45_54,Males_Egypt_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1336,M_Egypt_55_64,Males_Egypt_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1337,M_Egypt_65_74,Males_Egypt_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1338,M_Egypt_75_84,Males_Egypt_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1339,M_Egypt_85ov,Males_Egypt_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1340,M_Egypt_Tot,Males_Egypt_Total,G09A,G09a,Total|MALES +G1341,M_England_0_4,Males_England_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1342,M_England_5_14,Males_England_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1343,M_England_15_24,Males_England_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1344,M_England_25_44,Males_England_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1345,M_England_45_54,Males_England_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1346,M_England_55_64,Males_England_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1347,M_England_65_74,Males_England_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1348,M_England_75_84,Males_England_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1349,M_England_85ov,Males_England_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1350,M_England_Tot,Males_England_Total,G09A,G09a,Total|MALES +G1351,M_Fiji_0_4,Males_Fiji_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1352,M_Fiji_5_14,Males_Fiji_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1353,M_Fiji_15_24,Males_Fiji_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1354,M_Fiji_25_44,Males_Fiji_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1355,M_Fiji_45_54,Males_Fiji_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1356,M_Fiji_55_64,Males_Fiji_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1357,M_Fiji_65_74,Males_Fiji_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1358,M_Fiji_75_84,Males_Fiji_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1359,M_Fiji_85ov,Males_Fiji_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1360,M_Fiji_Tot,Males_Fiji_Total,G09A,G09a,Total|MALES +G1361,M_France_0_4,Males_France_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1362,M_France_5_14,Males_France_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1363,M_France_15_24,Males_France_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1364,M_France_25_44,Males_France_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1365,M_France_45_54,Males_France_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1366,M_France_55_64,Males_France_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1367,M_France_65_74,Males_France_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1368,M_France_75_84,Males_France_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1369,M_France_85ov,Males_France_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1370,M_France_Tot,Males_France_Total,G09A,G09a,Total|MALES +G1371,M_Germany_0_4,Males_Germany_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1372,M_Germany_5_14,Males_Germany_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1373,M_Germany_15_24,Males_Germany_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1374,M_Germany_25_44,Males_Germany_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1375,M_Germany_45_54,Males_Germany_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1376,M_Germany_55_64,Males_Germany_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1377,M_Germany_65_74,Males_Germany_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1378,M_Germany_75_84,Males_Germany_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1379,M_Germany_85ov,Males_Germany_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1380,M_Germany_Tot,Males_Germany_Total,G09A,G09a,Total|MALES +G1381,M_Greece_0_4,Males_Greece_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1382,M_Greece_5_14,Males_Greece_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1383,M_Greece_15_24,Males_Greece_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1384,M_Greece_25_44,Males_Greece_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1385,M_Greece_45_54,Males_Greece_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1386,M_Greece_55_64,Males_Greece_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1387,M_Greece_65_74,Males_Greece_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1388,M_Greece_75_84,Males_Greece_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1389,M_Greece_85ov,Males_Greece_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1390,M_Greece_Tot,Males_Greece_Total,G09A,G09a,Total|MALES +G1391,M_Hong_Kong_0_4,Males_Hong_Kong_SAR_of_China_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1392,M_Hong_Kong_5_14,Males_Hong_Kong_SAR_of_China_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1393,M_Hong_Kong_15_24,Males_Hong_Kong_SAR_of_China_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1394,M_Hong_Kong_25_44,Males_Hong_Kong_SAR_of_China_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1395,M_Hong_Kong_45_54,Males_Hong_Kong_SAR_of_China_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1396,M_Hong_Kong_55_64,Males_Hong_Kong_SAR_of_China_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1397,M_Hong_Kong_65_74,Males_Hong_Kong_SAR_of_China_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1398,M_Hong_Kong_75_84,Males_Hong_Kong_SAR_of_China_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1399,M_Hong_Kong_85ov,Males_Hong_Kong_SAR_of_China_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1400,M_Hong_Kong_Tot,Males_Hong_Kong_SAR_of_China_Total,G09A,G09a,Total|MALES +G1401,M_India_0_4,Males_India_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1402,M_India_5_14,Males_India_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1403,M_India_15_24,Males_India_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1404,M_India_25_44,Males_India_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1405,M_India_45_54,Males_India_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1406,M_India_55_64,Males_India_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1407,M_India_65_74,Males_India_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1408,M_India_75_84,Males_India_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1409,M_India_85ov,Males_India_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1410,M_India_Tot,Males_India_Total,G09A,G09a,Total|MALES +G1411,M_Indonesia_0_4,Males_Indonesia_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1412,M_Indonesia_5_14,Males_Indonesia_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1413,M_Indonesia_15_24,Males_Indonesia_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1414,M_Indonesia_25_44,Males_Indonesia_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1415,M_Indonesia_45_54,Males_Indonesia_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1416,M_Indonesia_55_64,Males_Indonesia_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1417,M_Indonesia_65_74,Males_Indonesia_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1418,M_Indonesia_75_84,Males_Indonesia_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1419,M_Indonesia_85ov,Males_Indonesia_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1420,M_Indonesia_Tot,Males_Indonesia_Total,G09A,G09a,Total|MALES +G1421,M_Iran_0_4,Males_Iran_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1422,M_Iran_5_14,Males_Iran_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1423,M_Iran_15_24,Males_Iran_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1424,M_Iran_25_44,Males_Iran_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1425,M_Iran_45_54,Males_Iran_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1426,M_Iran_55_64,Males_Iran_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1427,M_Iran_65_74,Males_Iran_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1428,M_Iran_75_84,Males_Iran_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1429,M_Iran_85ov,Males_Iran_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1430,M_Iran_Tot,Males_Iran_Total,G09A,G09a,Total|MALES +G1431,M_Iraq_0_4,Males_Iraq_Age_0_4_years,G09A,G09a,Age: 0-4 years|MALES +G1432,M_Iraq_5_14,Males_Iraq_Age_5_14_years,G09A,G09a,Age: 5-14 years|MALES +G1433,M_Iraq_15_24,Males_Iraq_Age_15_24_years,G09A,G09a,Age: 15-24 years|MALES +G1434,M_Iraq_25_44,Males_Iraq_Age_25_44_years,G09A,G09a,Age: 25-44 years|MALES +G1435,M_Iraq_45_54,Males_Iraq_Age_45_54_years,G09A,G09a,Age: 45-54 years|MALES +G1436,M_Iraq_55_64,Males_Iraq_Age_55_64_years,G09A,G09a,Age: 55-64 years|MALES +G1437,M_Iraq_65_74,Males_Iraq_Age_65_74_years,G09A,G09a,Age: 65-74 years|MALES +G1438,M_Iraq_75_84,Males_Iraq_Age_75_84_years,G09A,G09a,Age: 75-84 years|MALES +G1439,M_Iraq_85ov,Males_Iraq_Age_85_years_and_over,G09A,G09a,Age: 85 years and over|MALES +G1440,M_Iraq_Tot,Males_Iraq_Total,G09A,G09a,Total|MALES +G1441,M_Ireland_0_4,Males_Ireland_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1442,M_Ireland_5_14,Males_Ireland_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1443,M_Ireland_15_24,Males_Ireland_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1444,M_Ireland_25_44,Males_Ireland_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1445,M_Ireland_45_54,Males_Ireland_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1446,M_Ireland_55_64,Males_Ireland_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1447,M_Ireland_65_74,Males_Ireland_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1448,M_Ireland_75_84,Males_Ireland_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1449,M_Ireland_85ov,Males_Ireland_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1450,M_Ireland_Tot,Males_Ireland_Total,G09B,G09a,Total|MALES +G1451,M_Italy_0_4,Males_Italy_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1452,M_Italy_5_14,Males_Italy_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1453,M_Italy_15_24,Males_Italy_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1454,M_Italy_25_44,Males_Italy_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1455,M_Italy_45_54,Males_Italy_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1456,M_Italy_55_64,Males_Italy_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1457,M_Italy_65_74,Males_Italy_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1458,M_Italy_75_84,Males_Italy_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1459,M_Italy_85ov,Males_Italy_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1460,M_Italy_Tot,Males_Italy_Total,G09B,G09a,Total|MALES +G1461,M_Japan_0_4,Males_Japan_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1462,M_Japan_5_14,Males_Japan_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1463,M_Japan_15_24,Males_Japan_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1464,M_Japan_25_44,Males_Japan_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1465,M_Japan_45_54,Males_Japan_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1466,M_Japan_55_64,Males_Japan_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1467,M_Japan_65_74,Males_Japan_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1468,M_Japan_75_84,Males_Japan_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1469,M_Japan_85ov,Males_Japan_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1470,M_Japan_Tot,Males_Japan_Total,G09B,G09a,Total|MALES +G1471,M_Korea_South_0_4,Males_Korea_Republic_of_South_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1472,M_Korea_South_5_14,Males_Korea_Republic_of_South_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1473,M_Korea_South_15_24,Males_Korea_Republic_of_South_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1474,M_Korea_South_25_44,Males_Korea_Republic_of_South_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1475,M_Korea_South_45_54,Males_Korea_Republic_of_South_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1476,M_Korea_South_55_64,Males_Korea_Republic_of_South_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1477,M_Korea_South_65_74,Males_Korea_Republic_of_South_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1478,M_Korea_South_75_84,Males_Korea_Republic_of_South_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1479,M_Korea_South_85ov,Males_Korea_Republic_of_South_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1480,M_Korea_South_Tot,Males_Korea_Republic_of_South_Total,G09B,G09a,Total|MALES +G1481,M_Lebanon_0_4,Males_Lebanon_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1482,M_Lebanon_5_14,Males_Lebanon_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1483,M_Lebanon_15_24,Males_Lebanon_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1484,M_Lebanon_25_44,Males_Lebanon_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1485,M_Lebanon_45_54,Males_Lebanon_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1486,M_Lebanon_55_64,Males_Lebanon_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1487,M_Lebanon_65_74,Males_Lebanon_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1488,M_Lebanon_75_84,Males_Lebanon_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1489,M_Lebanon_85ov,Males_Lebanon_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1490,M_Lebanon_Tot,Males_Lebanon_Total,G09B,G09a,Total|MALES +G1491,M_Malaysia_0_4,Males_Malaysia_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1492,M_Malaysia_5_14,Males_Malaysia_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1493,M_Malaysia_15_24,Males_Malaysia_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1494,M_Malaysia_25_44,Males_Malaysia_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1495,M_Malaysia_45_54,Males_Malaysia_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1496,M_Malaysia_55_64,Males_Malaysia_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1497,M_Malaysia_65_74,Males_Malaysia_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1498,M_Malaysia_75_84,Males_Malaysia_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1499,M_Malaysia_85ov,Males_Malaysia_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1500,M_Malaysia_Tot,Males_Malaysia_Total,G09B,G09a,Total|MALES +G1501,M_Malta_0_4,Males_Malta_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1502,M_Malta_5_14,Males_Malta_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1503,M_Malta_15_24,Males_Malta_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1504,M_Malta_25_44,Males_Malta_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1505,M_Malta_45_54,Males_Malta_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1506,M_Malta_55_64,Males_Malta_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1507,M_Malta_65_74,Males_Malta_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1508,M_Malta_75_84,Males_Malta_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1509,M_Malta_85ov,Males_Malta_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1510,M_Malta_Tot,Males_Malta_Total,G09B,G09a,Total|MALES +G1511,M_Mauritius_0_4,Males_Mauritius_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1512,M_Mauritius_5_14,Males_Mauritius_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1513,M_Mauritius_15_24,Males_Mauritius_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1514,M_Mauritius_25_44,Males_Mauritius_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1515,M_Mauritius_45_54,Males_Mauritius_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1516,M_Mauritius_55_64,Males_Mauritius_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1517,M_Mauritius_65_74,Males_Mauritius_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1518,M_Mauritius_75_84,Males_Mauritius_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1519,M_Mauritius_85ov,Males_Mauritius_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1520,M_Mauritius_Tot,Males_Mauritius_Total,G09B,G09a,Total|MALES +G1521,M_Myanmar_0_4,Males_Myanmar_Age_0_4_years,G09B,G09a,Age: 0-4 years|MALES +G1522,M_Myanmar_5_14,Males_Myanmar_Age_5_14_years,G09B,G09a,Age: 5-14 years|MALES +G1523,M_Myanmar_15_24,Males_Myanmar_Age_15_24_years,G09B,G09a,Age: 15-24 years|MALES +G1524,M_Myanmar_25_44,Males_Myanmar_Age_25_44_years,G09B,G09a,Age: 25-44 years|MALES +G1525,M_Myanmar_45_54,Males_Myanmar_Age_45_54_years,G09B,G09a,Age: 45-54 years|MALES +G1526,M_Myanmar_55_64,Males_Myanmar_Age_55_64_years,G09B,G09a,Age: 55-64 years|MALES +G1527,M_Myanmar_65_74,Males_Myanmar_Age_65_74_years,G09B,G09a,Age: 65-74 years|MALES +G1528,M_Myanmar_75_84,Males_Myanmar_Age_75_84_years,G09B,G09a,Age: 75-84 years|MALES +G1529,M_Myanmar_85ov,Males_Myanmar_Age_85_years_and_over,G09B,G09a,Age: 85 years and over|MALES +G1530,M_Myanmar_Tot,Males_Myanmar_Total,G09B,G09a,Total|MALES +G1531,M_Nepal_0_4,Males_Nepal_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1532,M_Nepal_5_14,Males_Nepal_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1533,M_Nepal_15_24,Males_Nepal_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1534,M_Nepal_25_44,Males_Nepal_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1535,M_Nepal_45_54,Males_Nepal_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1536,M_Nepal_55_64,Males_Nepal_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1537,M_Nepal_65_74,Males_Nepal_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1538,M_Nepal_75_84,Males_Nepal_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1539,M_Nepal_85ov,Males_Nepal_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1540,M_Nepal_Tot,Males_Nepal_Total,G09B,G09b,Total|MALES +G1541,M_Netherlands_0_4,Males_Netherlands_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1542,M_Netherlands_5_14,Males_Netherlands_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1543,M_Netherlands_15_24,Males_Netherlands_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1544,M_Netherlands_25_44,Males_Netherlands_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1545,M_Netherlands_45_54,Males_Netherlands_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1546,M_Netherlands_55_64,Males_Netherlands_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1547,M_Netherlands_65_74,Males_Netherlands_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1548,M_Netherlands_75_84,Males_Netherlands_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1549,M_Netherlands_85ov,Males_Netherlands_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1550,M_Netherlands_Tot,Males_Netherlands_Total,G09B,G09b,Total|MALES +G1551,M_New_Zealand_0_4,Males_New_Zealand_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1552,M_New_Zealand_5_14,Males_New_Zealand_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1553,M_New_Zealand_15_24,Males_New_Zealand_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1554,M_New_Zealand_25_44,Males_New_Zealand_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1555,M_New_Zealand_45_54,Males_New_Zealand_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1556,M_New_Zealand_55_64,Males_New_Zealand_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1557,M_New_Zealand_65_74,Males_New_Zealand_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1558,M_New_Zealand_75_84,Males_New_Zealand_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1559,M_New_Zealand_85ov,Males_New_Zealand_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1560,M_New_Zealand_Tot,Males_New_Zealand_Total,G09B,G09b,Total|MALES +G1561,M_Nthern_Ireland_0_4,Males_Northern_Ireland_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1562,M_Nthern_Ireland_5_14,Males_Northern_Ireland_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1563,M_Nthern_Ireland_15_24,Males_Northern_Ireland_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1564,M_Nthern_Ireland_25_44,Males_Northern_Ireland_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1565,M_Nthern_Ireland_45_54,Males_Northern_Ireland_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1566,M_Nthern_Ireland_55_64,Males_Northern_Ireland_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1567,M_Nthern_Ireland_65_74,Males_Northern_Ireland_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1568,M_Nthern_Ireland_75_84,Males_Northern_Ireland_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1569,M_Nthern_Ireland_85ov,Males_Northern_Ireland_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1570,M_Nthern_Ireland_Tot,Males_Northern_Ireland_Total,G09B,G09b,Total|MALES +G1571,M_Pakistan_0_4,Males_Pakistan_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1572,M_Pakistan_5_14,Males_Pakistan_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1573,M_Pakistan_15_24,Males_Pakistan_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1574,M_Pakistan_25_44,Males_Pakistan_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1575,M_Pakistan_45_54,Males_Pakistan_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1576,M_Pakistan_55_64,Males_Pakistan_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1577,M_Pakistan_65_74,Males_Pakistan_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1578,M_Pakistan_75_84,Males_Pakistan_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1579,M_Pakistan_85ov,Males_Pakistan_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1580,M_Pakistan_Tot,Males_Pakistan_Total,G09B,G09b,Total|MALES +G1581,M_PNG_0_4,Males_Papua_New_Guinea_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1582,M_PNG_5_14,Males_Papua_New_Guinea_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1583,M_PNG_15_24,Males_Papua_New_Guinea_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1584,M_PNG_25_44,Males_Papua_New_Guinea_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1585,M_PNG_45_54,Males_Papua_New_Guinea_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1586,M_PNG_55_64,Males_Papua_New_Guinea_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1587,M_PNG_65_74,Males_Papua_New_Guinea_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1588,M_PNG_75_84,Males_Papua_New_Guinea_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1589,M_PNG_85ov,Males_Papua_New_Guinea_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1590,M_PNG_Tot,Males_Papua_New_Guinea_Total,G09B,G09b,Total|MALES +G1591,M_Philippines_0_4,Males_Philippines_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1592,M_Philippines_5_14,Males_Philippines_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1593,M_Philippines_15_24,Males_Philippines_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1594,M_Philippines_25_44,Males_Philippines_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1595,M_Philippines_45_54,Males_Philippines_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1596,M_Philippines_55_64,Males_Philippines_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1597,M_Philippines_65_74,Males_Philippines_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1598,M_Philippines_75_84,Males_Philippines_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1599,M_Philippines_85ov,Males_Philippines_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1600,M_Philippines_Tot,Males_Philippines_Total,G09B,G09b,Total|MALES +G1601,M_Poland_0_4,Males_Poland_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1602,M_Poland_5_14,Males_Poland_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1603,M_Poland_15_24,Males_Poland_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1604,M_Poland_25_44,Males_Poland_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1605,M_Poland_45_54,Males_Poland_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1606,M_Poland_55_64,Males_Poland_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1607,M_Poland_65_74,Males_Poland_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1608,M_Poland_75_84,Males_Poland_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1609,M_Poland_85ov,Males_Poland_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1610,M_Poland_Tot,Males_Poland_Total,G09B,G09b,Total|MALES +G1611,M_Scotland_0_4,Males_Scotland_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1612,M_Scotland_5_14,Males_Scotland_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1613,M_Scotland_15_24,Males_Scotland_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1614,M_Scotland_25_44,Males_Scotland_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1615,M_Scotland_45_54,Males_Scotland_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1616,M_Scotland_55_64,Males_Scotland_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1617,M_Scotland_65_74,Males_Scotland_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1618,M_Scotland_75_84,Males_Scotland_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1619,M_Scotland_85ov,Males_Scotland_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1620,M_Scotland_Tot,Males_Scotland_Total,G09B,G09b,Total|MALES +G1621,M_Singapore_0_4,Males_Singapore_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1622,M_Singapore_5_14,Males_Singapore_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1623,M_Singapore_15_24,Males_Singapore_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1624,M_Singapore_25_44,Males_Singapore_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1625,M_Singapore_45_54,Males_Singapore_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1626,M_Singapore_55_64,Males_Singapore_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1627,M_Singapore_65_74,Males_Singapore_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1628,M_Singapore_75_84,Males_Singapore_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1629,M_Singapore_85ov,Males_Singapore_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1630,M_Singapore_Tot,Males_Singapore_Total,G09B,G09b,Total|MALES +G1631,M_South_Africa_0_4,Males_South_Africa_Age_0_4_years,G09B,G09b,Age: 0-4 years|MALES +G1632,M_South_Africa_5_14,Males_South_Africa_Age_5_14_years,G09B,G09b,Age: 5-14 years|MALES +G1633,M_South_Africa_15_24,Males_South_Africa_Age_15_24_years,G09B,G09b,Age: 15-24 years|MALES +G1634,M_South_Africa_25_44,Males_South_Africa_Age_25_44_years,G09B,G09b,Age: 25-44 years|MALES +G1635,M_South_Africa_45_54,Males_South_Africa_Age_45_54_years,G09B,G09b,Age: 45-54 years|MALES +G1636,M_South_Africa_55_64,Males_South_Africa_Age_55_64_years,G09B,G09b,Age: 55-64 years|MALES +G1637,M_South_Africa_65_74,Males_South_Africa_Age_65_74_years,G09B,G09b,Age: 65-74 years|MALES +G1638,M_South_Africa_75_84,Males_South_Africa_Age_75_84_years,G09B,G09b,Age: 75-84 years|MALES +G1639,M_South_Africa_85ov,Males_South_Africa_Age_85_years_and_over,G09B,G09b,Age: 85 years and over|MALES +G1640,M_South_Africa_Tot,Males_South_Africa_Total,G09B,G09b,Total|MALES +G1641,M_SE_Europe_nfd_0_4,Males_South_Eastern_Europe_nfd_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1642,M_SE_Europe_nfd_5_14,Males_South_Eastern_Europe_nfd_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1643,M_SE_Europe_nfd_15_24,Males_South_Eastern_Europe_nfd_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1644,M_SE_Europe_nfd_25_44,Males_South_Eastern_Europe_nfd_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1645,M_SE_Europe_nfd_45_54,Males_South_Eastern_Europe_nfd_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1646,M_SE_Europe_nfd_55_64,Males_South_Eastern_Europe_nfd_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1647,M_SE_Europe_nfd_65_74,Males_South_Eastern_Europe_nfd_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1648,M_SE_Europe_nfd_75_84,Males_South_Eastern_Europe_nfd_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1649,M_SE_Europe_nfd_85ov,Males_South_Eastern_Europe_nfd_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1650,M_SE_Europe_nfd_Tot,Males_South_Eastern_Europe_nfd_Total,G09C,G09b,Total|MALES +G1651,M_Sri_Lanka_0_4,Males_Sri_Lanka_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1652,M_Sri_Lanka_5_14,Males_Sri_Lanka_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1653,M_Sri_Lanka_15_24,Males_Sri_Lanka_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1654,M_Sri_Lanka_25_44,Males_Sri_Lanka_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1655,M_Sri_Lanka_45_54,Males_Sri_Lanka_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1656,M_Sri_Lanka_55_64,Males_Sri_Lanka_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1657,M_Sri_Lanka_65_74,Males_Sri_Lanka_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1658,M_Sri_Lanka_75_84,Males_Sri_Lanka_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1659,M_Sri_Lanka_85ov,Males_Sri_Lanka_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1660,M_Sri_Lanka_Tot,Males_Sri_Lanka_Total,G09C,G09b,Total|MALES +G1661,M_Taiwan_0_4,Males_Taiwan_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1662,M_Taiwan_5_14,Males_Taiwan_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1663,M_Taiwan_15_24,Males_Taiwan_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1664,M_Taiwan_25_44,Males_Taiwan_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1665,M_Taiwan_45_54,Males_Taiwan_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1666,M_Taiwan_55_64,Males_Taiwan_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1667,M_Taiwan_65_74,Males_Taiwan_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1668,M_Taiwan_75_84,Males_Taiwan_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1669,M_Taiwan_85ov,Males_Taiwan_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1670,M_Taiwan_Tot,Males_Taiwan_Total,G09C,G09b,Total|MALES +G1671,M_Thailand_0_4,Males_Thailand_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1672,M_Thailand_5_14,Males_Thailand_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1673,M_Thailand_15_24,Males_Thailand_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1674,M_Thailand_25_44,Males_Thailand_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1675,M_Thailand_45_54,Males_Thailand_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1676,M_Thailand_55_64,Males_Thailand_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1677,M_Thailand_65_74,Males_Thailand_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1678,M_Thailand_75_84,Males_Thailand_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1679,M_Thailand_85ov,Males_Thailand_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1680,M_Thailand_Tot,Males_Thailand_Total,G09C,G09b,Total|MALES +G1681,M_FYROM_0_4,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1682,M_FYROM_5_14,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1683,M_FYROM_15_24,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1684,M_FYROM_25_44,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1685,M_FYROM_45_54,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1686,M_FYROM_55_64,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1687,M_FYROM_65_74,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1688,M_FYROM_75_84,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1689,M_FYROM_85ov,Males_The_Former_Yugoslav_Republic_of_Macedonia_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1690,M_FYROM_Tot,Males_The_Former_Yugoslav_Republic_of_Macedonia_Total,G09C,G09b,Total|MALES +G1691,M_Turkey_0_4,Males_Turkey_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1692,M_Turkey_5_14,Males_Turkey_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1693,M_Turkey_15_24,Males_Turkey_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1694,M_Turkey_25_44,Males_Turkey_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1695,M_Turkey_45_54,Males_Turkey_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1696,M_Turkey_55_64,Males_Turkey_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1697,M_Turkey_65_74,Males_Turkey_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1698,M_Turkey_75_84,Males_Turkey_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1699,M_Turkey_85ov,Males_Turkey_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1700,M_Turkey_Tot,Males_Turkey_Total,G09C,G09b,Total|MALES +G1701,M_USA_0_4,Males_United_States_of_America_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1702,M_USA_5_14,Males_United_States_of_America_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1703,M_USA_15_24,Males_United_States_of_America_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1704,M_USA_25_44,Males_United_States_of_America_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1705,M_USA_45_54,Males_United_States_of_America_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1706,M_USA_55_64,Males_United_States_of_America_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1707,M_USA_65_74,Males_United_States_of_America_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1708,M_USA_75_84,Males_United_States_of_America_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1709,M_USA_85ov,Males_United_States_of_America_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1710,M_USA_Tot,Males_United_States_of_America_Total,G09C,G09b,Total|MALES +G1711,M_Vietnam_0_4,Males_Vietnam_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1712,M_Vietnam_5_14,Males_Vietnam_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1713,M_Vietnam_15_24,Males_Vietnam_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1714,M_Vietnam_25_44,Males_Vietnam_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1715,M_Vietnam_45_54,Males_Vietnam_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1716,M_Vietnam_55_64,Males_Vietnam_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1717,M_Vietnam_65_74,Males_Vietnam_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1718,M_Vietnam_75_84,Males_Vietnam_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1719,M_Vietnam_85ov,Males_Vietnam_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1720,M_Vietnam_Tot,Males_Vietnam_Total,G09C,G09b,Total|MALES +G1721,M_Wales_0_4,Males_Wales_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1722,M_Wales_5_14,Males_Wales_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1723,M_Wales_15_24,Males_Wales_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1724,M_Wales_25_44,Males_Wales_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1725,M_Wales_45_54,Males_Wales_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1726,M_Wales_55_64,Males_Wales_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1727,M_Wales_65_74,Males_Wales_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1728,M_Wales_75_84,Males_Wales_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1729,M_Wales_85ov,Males_Wales_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1730,M_Wales_Tot,Males_Wales_Total,G09C,G09b,Total|MALES +G1731,M_Zimbabwe_0_4,Males_Zimbabwe_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1732,M_Zimbabwe_5_14,Males_Zimbabwe_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1733,M_Zimbabwe_15_24,Males_Zimbabwe_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1734,M_Zimbabwe_25_44,Males_Zimbabwe_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1735,M_Zimbabwe_45_54,Males_Zimbabwe_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1736,M_Zimbabwe_55_64,Males_Zimbabwe_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1737,M_Zimbabwe_65_74,Males_Zimbabwe_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1738,M_Zimbabwe_75_84,Males_Zimbabwe_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1739,M_Zimbabwe_85ov,Males_Zimbabwe_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1740,M_Zimbabwe_Tot,Males_Zimbabwe_Total,G09C,G09b,Total|MALES +G1741,M_Elsewhere_0_4,Males_Born_elsewhere_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1742,M_Elsewhere_5_14,Males_Born_elsewhere_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1743,M_Elsewhere_15_24,Males_Born_elsewhere_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1744,M_Elsewhere_25_44,Males_Born_elsewhere_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1745,M_Elsewhere_45_54,Males_Born_elsewhere_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1746,M_Elsewhere_55_64,Males_Born_elsewhere_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1747,M_Elsewhere_65_74,Males_Born_elsewhere_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1748,M_Elsewhere_75_84,Males_Born_elsewhere_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1749,M_Elsewhere_85ov,Males_Born_elsewhere_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1750,M_Elsewhere_Tot,Males_Born_elsewhere_Total,G09C,G09b,Total|MALES +G1751,M_COB_NS_0_4,Males_Country_of_birth_not_stated_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1752,M_COB_NS_5_14,Males_Country_of_birth_not_stated_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1753,M_COB_NS_15_24,Males_Country_of_birth_not_stated_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1754,M_COB_NS_25_44,Males_Country_of_birth_not_stated_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1755,M_COB_NS_45_54,Males_Country_of_birth_not_stated_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1756,M_COB_NS_55_64,Males_Country_of_birth_not_stated_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1757,M_COB_NS_65_74,Males_Country_of_birth_not_stated_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1758,M_COB_NS_75_84,Males_Country_of_birth_not_stated_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1759,M_COB_NS_85ov,Males_Country_of_birth_not_stated_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1760,M_COB_NS_Tot,Males_Country_of_birth_not_stated_Total,G09C,G09b,Total|MALES +G1761,M_Tot_0_4,Males_Total_Age_0_4_years,G09C,G09b,Age: 0-4 years|MALES +G1762,M_Tot_5_14,Males_Total_Age_5_14_years,G09C,G09b,Age: 5-14 years|MALES +G1763,M_Tot_15_24,Males_Total_Age_15_24_years,G09C,G09b,Age: 15-24 years|MALES +G1764,M_Tot_25_44,Males_Total_Age_25_44_years,G09C,G09b,Age: 25-44 years|MALES +G1765,M_Tot_45_54,Males_Total_Age_45_54_years,G09C,G09b,Age: 45-54 years|MALES +G1766,M_Tot_55_64,Males_Total_Age_55_64_years,G09C,G09b,Age: 55-64 years|MALES +G1767,M_Tot_65_74,Males_Total_Age_65_74_years,G09C,G09b,Age: 65-74 years|MALES +G1768,M_Tot_75_84,Males_Total_Age_75_84_years,G09C,G09b,Age: 75-84 years|MALES +G1769,M_Tot_85ov,Males_Total_Age_85_years_and_over,G09C,G09b,Age: 85 years and over|MALES +G1770,M_Tot_Tot,Males_Total_Total,G09C,G09b,Total|MALES +G1771,F_Afghanistan_0_4,Females_Afghanistan_Age_0_4_years,G09C,G09c,Age: 0-4 years|FEMALES +G1772,F_Afghanistan_5_14,Females_Afghanistan_Age_5_14_years,G09C,G09c,Age: 5-14 years|FEMALES +G1773,F_Afghanistan_15_24,Females_Afghanistan_Age_15_24_years,G09C,G09c,Age: 15-24 years|FEMALES +G1774,F_Afghanistan_25_44,Females_Afghanistan_Age_25_44_years,G09C,G09c,Age: 25-44 years|FEMALES +G1775,F_Afghanistan_45_54,Females_Afghanistan_Age_45_54_years,G09C,G09c,Age: 45-54 years|FEMALES +G1776,F_Afghanistan_55_64,Females_Afghanistan_Age_55_64_years,G09C,G09c,Age: 55-64 years|FEMALES +G1777,F_Afghanistan_65_74,Females_Afghanistan_Age_65_74_years,G09C,G09c,Age: 65-74 years|FEMALES +G1778,F_Afghanistan_75_84,Females_Afghanistan_Age_75_84_years,G09C,G09c,Age: 75-84 years|FEMALES +G1779,F_Afghanistan_85ov,Females_Afghanistan_Age_85_years_and_over,G09C,G09c,Age: 85 years and over|FEMALES +G1780,F_Afghanistan_Tot,Females_Afghanistan_Age_Total,G09C,G09c,Total|FEMALES +G1781,F_Australia_0_4,Females_Australia_Age_0_4_years,G09C,G09c,Age: 0-4 years|FEMALES +G1782,F_Australia_5_14,Females_Australia_Age_5_14_years,G09C,G09c,Age: 5-14 years|FEMALES +G1783,F_Australia_15_24,Females_Australia_Age_15_24_years,G09C,G09c,Age: 15-24 years|FEMALES +G1784,F_Australia_25_44,Females_Australia_Age_25_44_years,G09C,G09c,Age: 25-44 years|FEMALES +G1785,F_Australia_45_54,Females_Australia_Age_45_54_years,G09C,G09c,Age: 45-54 years|FEMALES +G1786,F_Australia_55_64,Females_Australia_Age_55_64_years,G09C,G09c,Age: 55-64 years|FEMALES +G1787,F_Australia_65_74,Females_Australia_Age_65_74_years,G09C,G09c,Age: 65-74 years|FEMALES +G1788,F_Australia_75_84,Females_Australia_Age_75_84_years,G09C,G09c,Age: 75-84 years|FEMALES +G1789,F_Australia_85ov,Females_Australia_Age_85_years_and_over,G09C,G09c,Age: 85 years and over|FEMALES +G1790,F_Australia_Tot,Females_Australia_Total,G09C,G09c,Total|FEMALES +G1791,F_Bangladesh_0_4,Females_Bangladesh_Age_0_4_years,G09C,G09c,Age: 0-4 years|FEMALES +G1792,F_Bangladesh_5_14,Females_Bangladesh_Age_5_14_years,G09C,G09c,Age: 5-14 years|FEMALES +G1793,F_Bangladesh_15_24,Females_Bangladesh_Age_15_24_years,G09C,G09c,Age: 15-24 years|FEMALES +G1794,F_Bangladesh_25_44,Females_Bangladesh_Age_25_44_years,G09C,G09c,Age: 25-44 years|FEMALES +G1795,F_Bangladesh_45_54,Females_Bangladesh_Age_45_54_years,G09C,G09c,Age: 45-54 years|FEMALES +G1796,F_Bangladesh_55_64,Females_Bangladesh_Age_55_64_years,G09C,G09c,Age: 55-64 years|FEMALES +G1797,F_Bangladesh_65_74,Females_Bangladesh_Age_65_74_years,G09C,G09c,Age: 65-74 years|FEMALES +G1798,F_Bangladesh_75_84,Females_Bangladesh_Age_75_84_years,G09C,G09c,Age: 75-84 years|FEMALES +G1799,F_Bangladesh_85ov,Females_Bangladesh_Age_85_years_and_over,G09C,G09c,Age: 85 years and over|FEMALES +G1800,F_Bangladesh_Tot,Females_Bangladesh_Total,G09C,G09c,Total|FEMALES +G1801,F_Bosnia_Herzegov_0_4,Females_Bosnia_and_Herzegovina_Age_0_4_years,G09C,G09c,Age: 0-4 years|FEMALES +G1802,F_Bosnia_Herzegov_5_14,Females_Bosnia_and_Herzegovina_Age_5_14_years,G09C,G09c,Age: 5-14 years|FEMALES +G1803,F_Bosnia_Herzegov_15_24,Females_Bosnia_and_Herzegovina_Age_15_24_years,G09C,G09c,Age: 15-24 years|FEMALES +G1804,F_Bosnia_Herzegov_25_44,Females_Bosnia_and_Herzegovina_Age_25_44_years,G09C,G09c,Age: 25-44 years|FEMALES +G1805,F_Bosnia_Herzegov_45_54,Females_Bosnia_and_Herzegovina_Age_45_54_years,G09C,G09c,Age: 45-54 years|FEMALES +G1806,F_Bosnia_Herzegov_55_64,Females_Bosnia_and_Herzegovina_Age_55_64_years,G09C,G09c,Age: 55-64 years|FEMALES +G1807,F_Bosnia_Herzegov_65_74,Females_Bosnia_and_Herzegovina_Age_65_74_years,G09C,G09c,Age: 65-74 years|FEMALES +G1808,F_Bosnia_Herzegov_75_84,Females_Bosnia_and_Herzegovina_Age_75_84_years,G09C,G09c,Age: 75-84 years|FEMALES +G1809,F_Bosnia_Herzegov_85ov,Females_Bosnia_and_Herzegovina_Age_85_years_and_over,G09C,G09c,Age: 85 years and over|FEMALES +G1810,F_Bosnia_Herzegov_Tot,Females_Bosnia_and_Herzegovina_Total,G09C,G09c,Total|FEMALES +G1811,F_Cambodia_0_4,Females_Cambodia_Age_0_4_years,G09C,G09c,Age: 0-4 years|FEMALES +G1812,F_Cambodia_5_14,Females_Cambodia_Age_5_14_years,G09C,G09c,Age: 5-14 years|FEMALES +G1813,F_Cambodia_15_24,Females_Cambodia_Age_15_24_years,G09C,G09c,Age: 15-24 years|FEMALES +G1814,F_Cambodia_25_44,Females_Cambodia_Age_25_44_years,G09C,G09c,Age: 25-44 years|FEMALES +G1815,F_Cambodia_45_54,Females_Cambodia_Age_45_54_years,G09C,G09c,Age: 45-54 years|FEMALES +G1816,F_Cambodia_55_64,Females_Cambodia_Age_55_64_years,G09C,G09c,Age: 55-64 years|FEMALES +G1817,F_Cambodia_65_74,Females_Cambodia_Age_65_74_years,G09C,G09c,Age: 65-74 years|FEMALES +G1818,F_Cambodia_75_84,Females_Cambodia_Age_75_84_years,G09C,G09c,Age: 75-84 years|FEMALES +G1819,F_Cambodia_85ov,Females_Cambodia_Age_85_years_and_over,G09C,G09c,Age: 85 years and over|FEMALES +G1820,F_Cambodia_Tot,Females_Cambodia_Total,G09C,G09c,Total|FEMALES +G1821,F_Canada_0_4,Females_Canada_Age_0_4_years,G09C,G09c,Age: 0-4 years|FEMALES +G1822,F_Canada_5_14,Females_Canada_Age_5_14_years,G09C,G09c,Age: 5-14 years|FEMALES +G1823,F_Canada_15_24,Females_Canada_Age_15_24_years,G09C,G09c,Age: 15-24 years|FEMALES +G1824,F_Canada_25_44,Females_Canada_Age_25_44_years,G09C,G09c,Age: 25-44 years|FEMALES +G1825,F_Canada_45_54,Females_Canada_Age_45_54_years,G09C,G09c,Age: 45-54 years|FEMALES +G1826,F_Canada_55_64,Females_Canada_Age_55_64_years,G09C,G09c,Age: 55-64 years|FEMALES +G1827,F_Canada_65_74,Females_Canada_Age_65_74_years,G09C,G09c,Age: 65-74 years|FEMALES +G1828,F_Canada_75_84,Females_Canada_Age_75_84_years,G09C,G09c,Age: 75-84 years|FEMALES +G1829,F_Canada_85ov,Females_Canada_Age_85_years_and_over,G09C,G09c,Age: 85 years and over|FEMALES +G1830,F_Canada_Tot,Females_Canada_Total,G09C,G09c,Total|FEMALES +G1831,F_Chile_0_4,Females_Chile_Age_0_4_years,G09C,G09c,Age: 0-4 years|FEMALES +G1832,F_Chile_5_14,Females_Chile_Age_5_14_years,G09C,G09c,Age: 5-14 years|FEMALES +G1833,F_Chile_15_24,Females_Chile_Age_15_24_years,G09C,G09c,Age: 15-24 years|FEMALES +G1834,F_Chile_25_44,Females_Chile_Age_25_44_years,G09C,G09c,Age: 25-44 years|FEMALES +G1835,F_Chile_45_54,Females_Chile_Age_45_54_years,G09C,G09c,Age: 45-54 years|FEMALES +G1836,F_Chile_55_64,Females_Chile_Age_55_64_years,G09C,G09c,Age: 55-64 years|FEMALES +G1837,F_Chile_65_74,Females_Chile_Age_65_74_years,G09C,G09c,Age: 65-74 years|FEMALES +G1838,F_Chile_75_84,Females_Chile_Age_75_84_years,G09C,G09c,Age: 75-84 years|FEMALES +G1839,F_Chile_85ov,Females_Chile_Age_85_years_and_over,G09C,G09c,Age: 85 years and over|FEMALES +G1840,F_Chile_Tot,Females_Chile_Total,G09C,G09c,Total|FEMALES +G1841,F_China_0_4,Females_China_excludes_SARs_and_Taiwan_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1842,F_China_5_14,Females_China_excludes_SARs_and_Taiwan_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1843,F_China_15_24,Females_China_excludes_SARs_and_Taiwan_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1844,F_China_25_44,Females_China_excludes_SARs_and_Taiwan_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1845,F_China_45_54,Females_China_excludes_SARs_and_Taiwan_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1846,F_China_55_64,Females_China_excludes_SARs_and_Taiwan_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1847,F_China_65_74,Females_China_excludes_SARs_and_Taiwan_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1848,F_China_75_84,Females_China_excludes_SARs_and_Taiwan_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1849,F_China_85ov,Females_China_excludes_SARs_and_Taiwan_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1850,F_China_Tot,Females_China_excludes_SARs_and_Taiwan_Total,G09D,G09c,Total|FEMALES +G1851,F_Croatia_0_4,Females_Croatia_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1852,F_Croatia_5_14,Females_Croatia_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1853,F_Croatia_15_24,Females_Croatia_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1854,F_Croatia_25_44,Females_Croatia_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1855,F_Croatia_45_54,Females_Croatia_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1856,F_Croatia_55_64,Females_Croatia_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1857,F_Croatia_65_74,Females_Croatia_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1858,F_Croatia_75_84,Females_Croatia_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1859,F_Croatia_85ov,Females_Croatia_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1860,F_Croatia_Tot,Females_Croatia_Total,G09D,G09c,Total|FEMALES +G1861,F_Egypt_0_4,Females_Egypt_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1862,F_Egypt_5_14,Females_Egypt_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1863,F_Egypt_15_24,Females_Egypt_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1864,F_Egypt_25_44,Females_Egypt_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1865,F_Egypt_45_54,Females_Egypt_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1866,F_Egypt_55_64,Females_Egypt_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1867,F_Egypt_65_74,Females_Egypt_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1868,F_Egypt_75_84,Females_Egypt_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1869,F_Egypt_85ov,Females_Egypt_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1870,F_Egypt_Tot,Females_Egypt_Total,G09D,G09c,Total|FEMALES +G1871,F_England_0_4,Females_England_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1872,F_England_5_14,Females_England_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1873,F_England_15_24,Females_England_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1874,F_England_25_44,Females_England_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1875,F_England_45_54,Females_England_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1876,F_England_55_64,Females_England_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1877,F_England_65_74,Females_England_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1878,F_England_75_84,Females_England_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1879,F_England_85ov,Females_England_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1880,F_England_Tot,Females_England_Total,G09D,G09c,Total|FEMALES +G1881,F_Fiji_0_4,Females_Fiji_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1882,F_Fiji_5_14,Females_Fiji_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1883,F_Fiji_15_24,Females_Fiji_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1884,F_Fiji_25_44,Females_Fiji_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1885,F_Fiji_45_54,Females_Fiji_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1886,F_Fiji_55_64,Females_Fiji_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1887,F_Fiji_65_74,Females_Fiji_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1888,F_Fiji_75_84,Females_Fiji_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1889,F_Fiji_85ov,Females_Fiji_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1890,F_Fiji_Tot,Females_Fiji_Total,G09D,G09c,Total|FEMALES +G1891,F_France_0_4,Females_France_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1892,F_France_5_14,Females_France_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1893,F_France_15_24,Females_France_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1894,F_France_25_44,Females_France_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1895,F_France_45_54,Females_France_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1896,F_France_55_64,Females_France_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1897,F_France_65_74,Females_France_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1898,F_France_75_84,Females_France_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1899,F_France_85ov,Females_France_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1900,F_France_Tot,Females_France_Total,G09D,G09c,Total|FEMALES +G1901,F_Germany_0_4,Females_Germany_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1902,F_Germany_5_14,Females_Germany_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1903,F_Germany_15_24,Females_Germany_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1904,F_Germany_25_44,Females_Germany_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1905,F_Germany_45_54,Females_Germany_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1906,F_Germany_55_64,Females_Germany_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1907,F_Germany_65_74,Females_Germany_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1908,F_Germany_75_84,Females_Germany_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1909,F_Germany_85ov,Females_Germany_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1910,F_Germany_Tot,Females_Germany_Total,G09D,G09c,Total|FEMALES +G1911,F_Greece_0_4,Females_Greece_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1912,F_Greece_5_14,Females_Greece_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1913,F_Greece_15_24,Females_Greece_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1914,F_Greece_25_44,Females_Greece_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1915,F_Greece_45_54,Females_Greece_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1916,F_Greece_55_64,Females_Greece_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1917,F_Greece_65_74,Females_Greece_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1918,F_Greece_75_84,Females_Greece_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1919,F_Greece_85ov,Females_Greece_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1920,F_Greece_Tot,Females_Greece_Total,G09D,G09c,Total|FEMALES +G1921,F_Hong_Kong_0_4,Females_Hong_Kong_SAR_of_China_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1922,F_Hong_Kong_5_14,Females_Hong_Kong_SAR_of_China_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1923,F_Hong_Kong_15_24,Females_Hong_Kong_SAR_of_China_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1924,F_Hong_Kong_25_44,Females_Hong_Kong_SAR_of_China_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1925,F_Hong_Kong_45_54,Females_Hong_Kong_SAR_of_China_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1926,F_Hong_Kong_55_64,Females_Hong_Kong_SAR_of_China_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1927,F_Hong_Kong_65_74,Females_Hong_Kong_SAR_of_China_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1928,F_Hong_Kong_75_84,Females_Hong_Kong_SAR_of_China_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1929,F_Hong_Kong_85ov,Females_Hong_Kong_SAR_of_China_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1930,F_Hong_Kong_Tot,Females_Hong_Kong_SAR_of_China_Total,G09D,G09c,Total|FEMALES +G1931,F_India_0_4,Females_India_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1932,F_India_5_14,Females_India_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1933,F_India_15_24,Females_India_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1934,F_India_25_44,Females_India_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1935,F_India_45_54,Females_India_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1936,F_India_55_64,Females_India_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1937,F_India_65_74,Females_India_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1938,F_India_75_84,Females_India_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1939,F_India_85ov,Females_India_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1940,F_India_Tot,Females_India_Total,G09D,G09c,Total|FEMALES +G1941,F_Indonesia_0_4,Females_Indonesia_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1942,F_Indonesia_5_14,Females_Indonesia_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1943,F_Indonesia_15_24,Females_Indonesia_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1944,F_Indonesia_25_44,Females_Indonesia_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1945,F_Indonesia_45_54,Females_Indonesia_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1946,F_Indonesia_55_64,Females_Indonesia_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1947,F_Indonesia_65_74,Females_Indonesia_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1948,F_Indonesia_75_84,Females_Indonesia_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1949,F_Indonesia_85ov,Females_Indonesia_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1950,F_Indonesia_Tot,Females_Indonesia_Total,G09D,G09c,Total|FEMALES +G1951,F_Iran_0_4,Females_Iran_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1952,F_Iran_5_14,Females_Iran_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1953,F_Iran_15_24,Females_Iran_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1954,F_Iran_25_44,Females_Iran_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1955,F_Iran_45_54,Females_Iran_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1956,F_Iran_55_64,Females_Iran_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1957,F_Iran_65_74,Females_Iran_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1958,F_Iran_75_84,Females_Iran_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1959,F_Iran_85ov,Females_Iran_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1960,F_Iran_Tot,Females_Iran_Total,G09D,G09c,Total|FEMALES +G1961,F_Iraq_0_4,Females_Iraq_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1962,F_Iraq_5_14,Females_Iraq_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1963,F_Iraq_15_24,Females_Iraq_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1964,F_Iraq_25_44,Females_Iraq_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1965,F_Iraq_45_54,Females_Iraq_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1966,F_Iraq_55_64,Females_Iraq_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1967,F_Iraq_65_74,Females_Iraq_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1968,F_Iraq_75_84,Females_Iraq_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1969,F_Iraq_85ov,Females_Iraq_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1970,F_Iraq_Tot,Females_Iraq_Total,G09D,G09c,Total|FEMALES +G1971,F_Ireland_0_4,Females_Ireland_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1972,F_Ireland_5_14,Females_Ireland_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1973,F_Ireland_15_24,Females_Ireland_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1974,F_Ireland_25_44,Females_Ireland_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1975,F_Ireland_45_54,Females_Ireland_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1976,F_Ireland_55_64,Females_Ireland_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1977,F_Ireland_65_74,Females_Ireland_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1978,F_Ireland_75_84,Females_Ireland_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1979,F_Ireland_85ov,Females_Ireland_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1980,F_Ireland_Tot,Females_Ireland_Total,G09D,G09c,Total|FEMALES +G1981,F_Italy_0_4,Females_Italy_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1982,F_Italy_5_14,Females_Italy_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1983,F_Italy_15_24,Females_Italy_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1984,F_Italy_25_44,Females_Italy_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1985,F_Italy_45_54,Females_Italy_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1986,F_Italy_55_64,Females_Italy_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1987,F_Italy_65_74,Females_Italy_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1988,F_Italy_75_84,Females_Italy_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1989,F_Italy_85ov,Females_Italy_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G1990,F_Italy_Tot,Females_Italy_Total,G09D,G09c,Total|FEMALES +G1991,F_Japan_0_4,Females_Japan_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G1992,F_Japan_5_14,Females_Japan_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G1993,F_Japan_15_24,Females_Japan_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G1994,F_Japan_25_44,Females_Japan_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G1995,F_Japan_45_54,Females_Japan_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G1996,F_Japan_55_64,Females_Japan_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G1997,F_Japan_65_74,Females_Japan_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G1998,F_Japan_75_84,Females_Japan_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G1999,F_Japan_85ov,Females_Japan_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G2000,F_Japan_Tot,Females_Japan_Total,G09D,G09c,Total|FEMALES +G2001,F_Korea_South_0_4,Females_Korea_Republic_of_South_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G2002,F_Korea_South_5_14,Females_Korea_Republic_of_South_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G2003,F_Korea_South_15_24,Females_Korea_Republic_of_South_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G2004,F_Korea_South_25_44,Females_Korea_Republic_of_South_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G2005,F_Korea_South_45_54,Females_Korea_Republic_of_South_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G2006,F_Korea_South_55_64,Females_Korea_Republic_of_South_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G2007,F_Korea_South_65_74,Females_Korea_Republic_of_South_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G2008,F_Korea_South_75_84,Females_Korea_Republic_of_South_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G2009,F_Korea_South_85ov,Females_Korea_Republic_of_South_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G2010,F_Korea_South_Tot,Females_Korea_Republic_of_South_Total,G09D,G09c,Total|FEMALES +G2011,F_Lebanon_0_4,Females_Lebanon_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G2012,F_Lebanon_5_14,Females_Lebanon_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G2013,F_Lebanon_15_24,Females_Lebanon_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G2014,F_Lebanon_25_44,Females_Lebanon_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G2015,F_Lebanon_45_54,Females_Lebanon_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G2016,F_Lebanon_55_64,Females_Lebanon_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G2017,F_Lebanon_65_74,Females_Lebanon_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G2018,F_Lebanon_75_84,Females_Lebanon_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G2019,F_Lebanon_85ov,Females_Lebanon_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G2020,F_Lebanon_Tot,Females_Lebanon_Total,G09D,G09c,Total|FEMALES +G2021,F_Malaysia_0_4,Females_Malaysia_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G2022,F_Malaysia_5_14,Females_Malaysia_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G2023,F_Malaysia_15_24,Females_Malaysia_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G2024,F_Malaysia_25_44,Females_Malaysia_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G2025,F_Malaysia_45_54,Females_Malaysia_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G2026,F_Malaysia_55_64,Females_Malaysia_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G2027,F_Malaysia_65_74,Females_Malaysia_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G2028,F_Malaysia_75_84,Females_Malaysia_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G2029,F_Malaysia_85ov,Females_Malaysia_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G2030,F_Malaysia_Tot,Females_Malaysia_Total,G09D,G09c,Total|FEMALES +G2031,F_Malta_0_4,Females_Malta_Age_0_4_years,G09D,G09c,Age: 0-4 years|FEMALES +G2032,F_Malta_5_14,Females_Malta_Age_5_14_years,G09D,G09c,Age: 5-14 years|FEMALES +G2033,F_Malta_15_24,Females_Malta_Age_15_24_years,G09D,G09c,Age: 15-24 years|FEMALES +G2034,F_Malta_25_44,Females_Malta_Age_25_44_years,G09D,G09c,Age: 25-44 years|FEMALES +G2035,F_Malta_45_54,Females_Malta_Age_45_54_years,G09D,G09c,Age: 45-54 years|FEMALES +G2036,F_Malta_55_64,Females_Malta_Age_55_64_years,G09D,G09c,Age: 55-64 years|FEMALES +G2037,F_Malta_65_74,Females_Malta_Age_65_74_years,G09D,G09c,Age: 65-74 years|FEMALES +G2038,F_Malta_75_84,Females_Malta_Age_75_84_years,G09D,G09c,Age: 75-84 years|FEMALES +G2039,F_Malta_85ov,Females_Malta_Age_85_years_and_over,G09D,G09c,Age: 85 years and over|FEMALES +G2040,F_Malta_Tot,Females_Malta_Total,G09D,G09c,Total|FEMALES +G2041,F_Mauritius_0_4,Females_Mauritius_Age_0_4_years,G09E,G09c,Age: 0-4 years|FEMALES +G2042,F_Mauritius_5_14,Females_Mauritius_Age_5_14_years,G09E,G09c,Age: 5-14 years|FEMALES +G2043,F_Mauritius_15_24,Females_Mauritius_Age_15_24_years,G09E,G09c,Age: 15-24 years|FEMALES +G2044,F_Mauritius_25_44,Females_Mauritius_Age_25_44_years,G09E,G09c,Age: 25-44 years|FEMALES +G2045,F_Mauritius_45_54,Females_Mauritius_Age_45_54_years,G09E,G09c,Age: 45-54 years|FEMALES +G2046,F_Mauritius_55_64,Females_Mauritius_Age_55_64_years,G09E,G09c,Age: 55-64 years|FEMALES +G2047,F_Mauritius_65_74,Females_Mauritius_Age_65_74_years,G09E,G09c,Age: 65-74 years|FEMALES +G2048,F_Mauritius_75_84,Females_Mauritius_Age_75_84_years,G09E,G09c,Age: 75-84 years|FEMALES +G2049,F_Mauritius_85ov,Females_Mauritius_Age_85_years_and_over,G09E,G09c,Age: 85 years and over|FEMALES +G2050,F_Mauritius_Tot,Females_Mauritius_Total,G09E,G09c,Total|FEMALES +G2051,F_Myanmar_0_4,Females_Myanmar_Age_0_4_years,G09E,G09c,Age: 0-4 years|FEMALES +G2052,F_Myanmar_5_14,Females_Myanmar_Age_5_14_years,G09E,G09c,Age: 5-14 years|FEMALES +G2053,F_Myanmar_15_24,Females_Myanmar_Age_15_24_years,G09E,G09c,Age: 15-24 years|FEMALES +G2054,F_Myanmar_25_44,Females_Myanmar_Age_25_44_years,G09E,G09c,Age: 25-44 years|FEMALES +G2055,F_Myanmar_45_54,Females_Myanmar_Age_45_54_years,G09E,G09c,Age: 45-54 years|FEMALES +G2056,F_Myanmar_55_64,Females_Myanmar_Age_55_64_years,G09E,G09c,Age: 55-64 years|FEMALES +G2057,F_Myanmar_65_74,Females_Myanmar_Age_65_74_years,G09E,G09c,Age: 65-74 years|FEMALES +G2058,F_Myanmar_75_84,Females_Myanmar_Age_75_84_years,G09E,G09c,Age: 75-84 years|FEMALES +G2059,F_Myanmar_85ov,Females_Myanmar_Age_85_years_and_over,G09E,G09c,Age: 85 years and over|FEMALES +G2060,F_Myanmar_Tot,Females_Myanmar_Total,G09E,G09c,Total|FEMALES +G2061,F_Nepal_0_4,Females_Nepal_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2062,F_Nepal_5_14,Females_Nepal_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2063,F_Nepal_15_24,Females_Nepal_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2064,F_Nepal_25_44,Females_Nepal_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2065,F_Nepal_45_54,Females_Nepal_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2066,F_Nepal_55_64,Females_Nepal_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2067,F_Nepal_65_74,Females_Nepal_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2068,F_Nepal_75_84,Females_Nepal_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2069,F_Nepal_85ov,Females_Nepal_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2070,F_Nepal_Tot,Females_Nepal_Total,G09E,G09d,Total|FEMALES +G2071,F_Netherlands_0_4,Females_Netherlands_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2072,F_Netherlands_5_14,Females_Netherlands_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2073,F_Netherlands_15_24,Females_Netherlands_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2074,F_Netherlands_25_44,Females_Netherlands_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2075,F_Netherlands_45_54,Females_Netherlands_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2076,F_Netherlands_55_64,Females_Netherlands_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2077,F_Netherlands_65_74,Females_Netherlands_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2078,F_Netherlands_75_84,Females_Netherlands_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2079,F_Netherlands_85ov,Females_Netherlands_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2080,F_Netherlands_Tot,Females_Netherlands_Total,G09E,G09d,Total|FEMALES +G2081,F_New_Zealand_0_4,Females_New_Zealand_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2082,F_New_Zealand_5_14,Females_New_Zealand_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2083,F_New_Zealand_15_24,Females_New_Zealand_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2084,F_New_Zealand_25_44,Females_New_Zealand_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2085,F_New_Zealand_45_54,Females_New_Zealand_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2086,F_New_Zealand_55_64,Females_New_Zealand_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2087,F_New_Zealand_65_74,Females_New_Zealand_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2088,F_New_Zealand_75_84,Females_New_Zealand_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2089,F_New_Zealand_85ov,Females_New_Zealand_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2090,F_New_Zealand_Tot,Females_New_Zealand_Total,G09E,G09d,Total|FEMALES +G2091,F_Nthern_Ireland_0_4,Females_Northern_Ireland_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2092,F_Nthern_Ireland_5_14,Females_Northern_Ireland_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2093,F_Nthern_Ireland_15_24,Females_Northern_Ireland_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2094,F_Nthern_Ireland_25_44,Females_Northern_Ireland_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2095,F_Nthern_Ireland_45_54,Females_Northern_Ireland_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2096,F_Nthern_Ireland_55_64,Females_Northern_Ireland_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2097,F_Nthern_Ireland_65_74,Females_Northern_Ireland_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2098,F_Nthern_Ireland_75_84,Females_Northern_Ireland_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2099,F_Nthern_Ireland_85ov,Females_Northern_Ireland_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2100,F_Nthern_Ireland_Tot,Females_Northern_Ireland_Total,G09E,G09d,Total|FEMALES +G2101,F_Pakistan_0_4,Females_Pakistan_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2102,F_Pakistan_5_14,Females_Pakistan_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2103,F_Pakistan_15_24,Females_Pakistan_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2104,F_Pakistan_25_44,Females_Pakistan_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2105,F_Pakistan_45_54,Females_Pakistan_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2106,F_Pakistan_55_64,Females_Pakistan_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2107,F_Pakistan_65_74,Females_Pakistan_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2108,F_Pakistan_75_84,Females_Pakistan_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2109,F_Pakistan_85ov,Females_Pakistan_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2110,F_Pakistan_Tot,Females_Pakistan_Total,G09E,G09d,Total|FEMALES +G2111,F_PNG_0_4,Females_Papua_New_Guinea_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2112,F_PNG_5_14,Females_Papua_New_Guinea_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2113,F_PNG_15_24,Females_Papua_New_Guinea_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2114,F_PNG_25_44,Females_Papua_New_Guinea_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2115,F_PNG_45_54,Females_Papua_New_Guinea_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2116,F_PNG_55_64,Females_Papua_New_Guinea_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2117,F_PNG_65_74,Females_Papua_New_Guinea_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2118,F_PNG_75_84,Females_Papua_New_Guinea_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2119,F_PNG_85ov,Females_Papua_New_Guinea_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2120,F_PNG_Tot,Females_Papua_New_Guinea_Total,G09E,G09d,Total|FEMALES +G2121,F_Philippines_0_4,Females_Philippines_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2122,F_Philippines_5_14,Females_Philippines_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2123,F_Philippines_15_24,Females_Philippines_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2124,F_Philippines_25_44,Females_Philippines_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2125,F_Philippines_45_54,Females_Philippines_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2126,F_Philippines_55_64,Females_Philippines_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2127,F_Philippines_65_74,Females_Philippines_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2128,F_Philippines_75_84,Females_Philippines_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2129,F_Philippines_85ov,Females_Philippines_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2130,F_Philippines_Tot,Females_Philippines_Total,G09E,G09d,Total|FEMALES +G2131,F_Poland_0_4,Females_Poland_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2132,F_Poland_5_14,Females_Poland_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2133,F_Poland_15_24,Females_Poland_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2134,F_Poland_25_44,Females_Poland_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2135,F_Poland_45_54,Females_Poland_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2136,F_Poland_55_64,Females_Poland_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2137,F_Poland_65_74,Females_Poland_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2138,F_Poland_75_84,Females_Poland_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2139,F_Poland_85ov,Females_Poland_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2140,F_Poland_Tot,Females_Poland_Total,G09E,G09d,Total|FEMALES +G2141,F_Scotland_0_4,Females_Scotland_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2142,F_Scotland_5_14,Females_Scotland_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2143,F_Scotland_15_24,Females_Scotland_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2144,F_Scotland_25_44,Females_Scotland_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2145,F_Scotland_45_54,Females_Scotland_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2146,F_Scotland_55_64,Females_Scotland_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2147,F_Scotland_65_74,Females_Scotland_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2148,F_Scotland_75_84,Females_Scotland_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2149,F_Scotland_85ov,Females_Scotland_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2150,F_Scotland_Tot,Females_Scotland_Total,G09E,G09d,Total|FEMALES +G2151,F_Singapore_0_4,Females_Singapore_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2152,F_Singapore_5_14,Females_Singapore_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2153,F_Singapore_15_24,Females_Singapore_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2154,F_Singapore_25_44,Females_Singapore_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2155,F_Singapore_45_54,Females_Singapore_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2156,F_Singapore_55_64,Females_Singapore_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2157,F_Singapore_65_74,Females_Singapore_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2158,F_Singapore_75_84,Females_Singapore_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2159,F_Singapore_85ov,Females_Singapore_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2160,F_Singapore_Tot,Females_Singapore_Total,G09E,G09d,Total|FEMALES +G2161,F_South_Africa_0_4,Females_South_Africa_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2162,F_South_Africa_5_14,Females_South_Africa_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2163,F_South_Africa_15_24,Females_South_Africa_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2164,F_South_Africa_25_44,Females_South_Africa_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2165,F_South_Africa_45_54,Females_South_Africa_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2166,F_South_Africa_55_64,Females_South_Africa_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2167,F_South_Africa_65_74,Females_South_Africa_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2168,F_South_Africa_75_84,Females_South_Africa_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2169,F_South_Africa_85ov,Females_South_Africa_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2170,F_South_Africa_Tot,Females_South_Africa_Total,G09E,G09d,Total|FEMALES +G2171,F_SE_Europe_nfd_0_4,Females_South_Eastern_Europe_nfd_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2172,F_SE_Europe_nfd_5_14,Females_South_Eastern_Europe_nfd_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2173,F_SE_Europe_nfd_15_24,Females_South_Eastern_Europe_nfd_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2174,F_SE_Europe_nfd_25_44,Females_South_Eastern_Europe_nfd_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2175,F_SE_Europe_nfd_45_54,Females_South_Eastern_Europe_nfd_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2176,F_SE_Europe_nfd_55_64,Females_South_Eastern_Europe_nfd_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2177,F_SE_Europe_nfd_65_74,Females_South_Eastern_Europe_nfd_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2178,F_SE_Europe_nfd_75_84,Females_South_Eastern_Europe_nfd_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2179,F_SE_Europe_nfd_85ov,Females_South_Eastern_Europe_nfd_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2180,F_SE_Europe_nfd_Tot,Females_South_Eastern_Europe_nfd_Total,G09E,G09d,Total|FEMALES +G2181,F_Sri_Lanka_0_4,Females_Sri_Lanka_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2182,F_Sri_Lanka_5_14,Females_Sri_Lanka_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2183,F_Sri_Lanka_15_24,Females_Sri_Lanka_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2184,F_Sri_Lanka_25_44,Females_Sri_Lanka_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2185,F_Sri_Lanka_45_54,Females_Sri_Lanka_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2186,F_Sri_Lanka_55_64,Females_Sri_Lanka_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2187,F_Sri_Lanka_65_74,Females_Sri_Lanka_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2188,F_Sri_Lanka_75_84,Females_Sri_Lanka_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2189,F_Sri_Lanka_85ov,Females_Sri_Lanka_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2190,F_Sri_Lanka_Tot,Females_Sri_Lanka_Total,G09E,G09d,Total|FEMALES +G2191,F_Taiwan_0_4,Females_Taiwan_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2192,F_Taiwan_5_14,Females_Taiwan_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2193,F_Taiwan_15_24,Females_Taiwan_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2194,F_Taiwan_25_44,Females_Taiwan_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2195,F_Taiwan_45_54,Females_Taiwan_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2196,F_Taiwan_55_64,Females_Taiwan_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2197,F_Taiwan_65_74,Females_Taiwan_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2198,F_Taiwan_75_84,Females_Taiwan_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2199,F_Taiwan_85ov,Females_Taiwan_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2200,F_Taiwan_Tot,Females_Taiwan_Total,G09E,G09d,Total|FEMALES +G2201,F_Thailand_0_4,Females_Thailand_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2202,F_Thailand_5_14,Females_Thailand_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2203,F_Thailand_15_24,Females_Thailand_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2204,F_Thailand_25_44,Females_Thailand_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2205,F_Thailand_45_54,Females_Thailand_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2206,F_Thailand_55_64,Females_Thailand_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2207,F_Thailand_65_74,Females_Thailand_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2208,F_Thailand_75_84,Females_Thailand_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2209,F_Thailand_85ov,Females_Thailand_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2210,F_Thailand_Tot,Females_Thailand_Total,G09E,G09d,Total|FEMALES +G2211,F_FYROM_0_4,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2212,F_FYROM_5_14,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2213,F_FYROM_15_24,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2214,F_FYROM_25_44,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2215,F_FYROM_45_54,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2216,F_FYROM_55_64,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2217,F_FYROM_65_74,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2218,F_FYROM_75_84,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2219,F_FYROM_85ov,Females_The_Former_Yugoslav_Republic_of_Macedonia_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2220,F_FYROM_Tot,Females_The_Former_Yugoslav_Republic_of_Macedonia_Total,G09E,G09d,Total|FEMALES +G2221,F_Turkey_0_4,Females_Turkey_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2222,F_Turkey_5_14,Females_Turkey_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2223,F_Turkey_15_24,Females_Turkey_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2224,F_Turkey_25_44,Females_Turkey_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2225,F_Turkey_45_54,Females_Turkey_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2226,F_Turkey_55_64,Females_Turkey_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2227,F_Turkey_65_74,Females_Turkey_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2228,F_Turkey_75_84,Females_Turkey_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2229,F_Turkey_85ov,Females_Turkey_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2230,F_Turkey_Tot,Females_Turkey_Total,G09E,G09d,Total|FEMALES +G2231,F_USA_0_4,Females_United_States_of_America_Age_0_4_years,G09E,G09d,Age: 0-4 years|FEMALES +G2232,F_USA_5_14,Females_United_States_of_America_Age_5_14_years,G09E,G09d,Age: 5-14 years|FEMALES +G2233,F_USA_15_24,Females_United_States_of_America_Age_15_24_years,G09E,G09d,Age: 15-24 years|FEMALES +G2234,F_USA_25_44,Females_United_States_of_America_Age_25_44_years,G09E,G09d,Age: 25-44 years|FEMALES +G2235,F_USA_45_54,Females_United_States_of_America_Age_45_54_years,G09E,G09d,Age: 45-54 years|FEMALES +G2236,F_USA_55_64,Females_United_States_of_America_Age_55_64_years,G09E,G09d,Age: 55-64 years|FEMALES +G2237,F_USA_65_74,Females_United_States_of_America_Age_65_74_years,G09E,G09d,Age: 65-74 years|FEMALES +G2238,F_USA_75_84,Females_United_States_of_America_Age_75_84_years,G09E,G09d,Age: 75-84 years|FEMALES +G2239,F_USA_85ov,Females_United_States_of_America_Age_85_years_and_over,G09E,G09d,Age: 85 years and over|FEMALES +G2240,F_USA_Tot,Females_United_States_of_America_Total,G09E,G09d,Total|FEMALES +G2241,F_Vietnam_0_4,Females_Vietnam_Age_0_4_years,G09F,G09d,Age: 0-4 years|FEMALES +G2242,F_Vietnam_5_14,Females_Vietnam_Age_5_14_years,G09F,G09d,Age: 5-14 years|FEMALES +G2243,F_Vietnam_15_24,Females_Vietnam_Age_15_24_years,G09F,G09d,Age: 15-24 years|FEMALES +G2244,F_Vietnam_25_44,Females_Vietnam_Age_25_44_years,G09F,G09d,Age: 25-44 years|FEMALES +G2245,F_Vietnam_45_54,Females_Vietnam_Age_45_54_years,G09F,G09d,Age: 45-54 years|FEMALES +G2246,F_Vietnam_55_64,Females_Vietnam_Age_55_64_years,G09F,G09d,Age: 55-64 years|FEMALES +G2247,F_Vietnam_65_74,Females_Vietnam_Age_65_74_years,G09F,G09d,Age: 65-74 years|FEMALES +G2248,F_Vietnam_75_84,Females_Vietnam_Age_75_84_years,G09F,G09d,Age: 75-84 years|FEMALES +G2249,F_Vietnam_85ov,Females_Vietnam_Age_85_years_and_over,G09F,G09d,Age: 85 years and over|FEMALES +G2250,F_Vietnam_Tot,Females_Vietnam_Total,G09F,G09d,Total|FEMALES +G2251,F_Wales_0_4,Females_Wales_Age_0_4_years,G09F,G09d,Age: 0-4 years|FEMALES +G2252,F_Wales_5_14,Females_Wales_Age_5_14_years,G09F,G09d,Age: 5-14 years|FEMALES +G2253,F_Wales_15_24,Females_Wales_Age_15_24_years,G09F,G09d,Age: 15-24 years|FEMALES +G2254,F_Wales_25_44,Females_Wales_Age_25_44_years,G09F,G09d,Age: 25-44 years|FEMALES +G2255,F_Wales_45_54,Females_Wales_Age_45_54_years,G09F,G09d,Age: 45-54 years|FEMALES +G2256,F_Wales_55_64,Females_Wales_Age_55_64_years,G09F,G09d,Age: 55-64 years|FEMALES +G2257,F_Wales_65_74,Females_Wales_Age_65_74_years,G09F,G09d,Age: 65-74 years|FEMALES +G2258,F_Wales_75_84,Females_Wales_Age_75_84_years,G09F,G09d,Age: 75-84 years|FEMALES +G2259,F_Wales_85ov,Females_Wales_Age_85_years_and_over,G09F,G09d,Age: 85 years and over|FEMALES +G2260,F_Wales_Tot,Females_Wales_Total,G09F,G09d,Total|FEMALES +G2261,F_Zimbabwe_0_4,Females_Zimbabwe_Age_0_4_years,G09F,G09d,Age: 0-4 years|FEMALES +G2262,F_Zimbabwe_5_14,Females_Zimbabwe_Age_5_14_years,G09F,G09d,Age: 5-14 years|FEMALES +G2263,F_Zimbabwe_15_24,Females_Zimbabwe_Age_15_24_years,G09F,G09d,Age: 15-24 years|FEMALES +G2264,F_Zimbabwe_25_44,Females_Zimbabwe_Age_25_44_years,G09F,G09d,Age: 25-44 years|FEMALES +G2265,F_Zimbabwe_45_54,Females_Zimbabwe_Age_45_54_years,G09F,G09d,Age: 45-54 years|FEMALES +G2266,F_Zimbabwe_55_64,Females_Zimbabwe_Age_55_64_years,G09F,G09d,Age: 55-64 years|FEMALES +G2267,F_Zimbabwe_65_74,Females_Zimbabwe_Age_65_74_years,G09F,G09d,Age: 65-74 years|FEMALES +G2268,F_Zimbabwe_75_84,Females_Zimbabwe_Age_75_84_years,G09F,G09d,Age: 75-84 years|FEMALES +G2269,F_Zimbabwe_85ov,Females_Zimbabwe_Age_85_years_and_over,G09F,G09d,Age: 85 years and over|FEMALES +G2270,F_Zimbabwe_Tot,Females_Zimbabwe_Total,G09F,G09d,Total|FEMALES +G2271,F_Elsewhere_0_4,Females_Born_elsewhere_Age_0_4_years,G09F,G09d,Age: 0-4 years|FEMALES +G2272,F_Elsewhere_5_14,Females_Born_elsewhere_Age_5_14_years,G09F,G09d,Age: 5-14 years|FEMALES +G2273,F_Elsewhere_15_24,Females_Born_elsewhere_Age_15_24_years,G09F,G09d,Age: 15-24 years|FEMALES +G2274,F_Elsewhere_25_44,Females_Born_elsewhere_Age_25_44_years,G09F,G09d,Age: 25-44 years|FEMALES +G2275,F_Elsewhere_45_54,Females_Born_elsewhere_Age_45_54_years,G09F,G09d,Age: 45-54 years|FEMALES +G2276,F_Elsewhere_55_64,Females_Born_elsewhere_Age_55_64_years,G09F,G09d,Age: 55-64 years|FEMALES +G2277,F_Elsewhere_65_74,Females_Born_elsewhere_Age_65_74_years,G09F,G09d,Age: 65-74 years|FEMALES +G2278,F_Elsewhere_75_84,Females_Born_elsewhere_Age_75_84_years,G09F,G09d,Age: 75-84 years|FEMALES +G2279,F_Elsewhere_85ov,Females_Born_elsewhere_Age_85_years_and_over,G09F,G09d,Age: 85 years and over|FEMALES +G2280,F_Elsewhere_Tot,Females_Born_elsewhere_Total,G09F,G09d,Total|FEMALES +G2281,F_COB_NS_0_4,Females_Country_of_birth_not_stated_Age_0_4_years,G09F,G09d,Age: 0-4 years|FEMALES +G2282,F_COB_NS_5_14,Females_Country_of_birth_not_stated_Age_5_14_years,G09F,G09d,Age: 5-14 years|FEMALES +G2283,F_COB_NS_15_24,Females_Country_of_birth_not_stated_Age_15_24_years,G09F,G09d,Age: 15-24 years|FEMALES +G2284,F_COB_NS_25_44,Females_Country_of_birth_not_stated_Age_25_44_years,G09F,G09d,Age: 25-44 years|FEMALES +G2285,F_COB_NS_45_54,Females_Country_of_birth_not_stated_Age_45_54_years,G09F,G09d,Age: 45-54 years|FEMALES +G2286,F_COB_NS_55_64,Females_Country_of_birth_not_stated_Age_55_64_years,G09F,G09d,Age: 55-64 years|FEMALES +G2287,F_COB_NS_65_74,Females_Country_of_birth_not_stated_Age_65_74_years,G09F,G09d,Age: 65-74 years|FEMALES +G2288,F_COB_NS_75_84,Females_Country_of_birth_not_stated_Age_75_84_years,G09F,G09d,Age: 75-84 years|FEMALES +G2289,F_COB_NS_85ov,Females_Country_of_birth_not_stated_Age_85_years_and_over,G09F,G09d,Age: 85 years and over|FEMALES +G2290,F_COB_NS_Tot,Females_Country_of_birth_not_stated_Total,G09F,G09d,Total|FEMALES +G2291,F_Tot_0_4,Females_Total_Age_0_4_years,G09F,G09d,Age: 0-4 years|FEMALES +G2292,F_Tot_5_14,Females_Total_Age_5_14_years,G09F,G09d,Age: 5-14 years|FEMALES +G2293,F_Tot_15_24,Females_Total_Age_15_24_years,G09F,G09d,Age: 15-24 years|FEMALES +G2294,F_Tot_25_44,Females_Total_Age_25_44_years,G09F,G09d,Age: 25-44 years|FEMALES +G2295,F_Tot_45_54,Females_Total_Age_45_54_years,G09F,G09d,Age: 45-54 years|FEMALES +G2296,F_Tot_55_64,Females_Total_Age_55_64_years,G09F,G09d,Age: 55-64 years|FEMALES +G2297,F_Tot_65_74,Females_Total_Age_65_74_years,G09F,G09d,Age: 65-74 years|FEMALES +G2298,F_Tot_75_84,Females_Total_Age_75_84_years,G09F,G09d,Age: 75-84 years|FEMALES +G2299,F_Tot_85ov,Females_Total_Age_85_years_and_over,G09F,G09d,Age: 85 years and over|FEMALES +G2300,F_Tot_Tot,Females_Total_Total,G09F,G09d,Total|FEMALES +G2301,P_Afghanistan_0_4,Persons_Afghanistan_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2302,P_Afghanistan_5_14,Persons_Afghanistan_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2303,P_Afghanistan_15_24,Persons_Afghanistan_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2304,P_Afghanistan_25_44,Persons_Afghanistan_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2305,P_Afghanistan_45_54,Persons_Afghanistan_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2306,P_Afghanistan_55_64,Persons_Afghanistan_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2307,P_Afghanistan_65_74,Persons_Afghanistan_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2308,P_Afghanistan_75_84,Persons_Afghanistan_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2309,P_Afghanistan_85ov,Persons_Afghanistan_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2310,P_Afghanistan_Tot,Persons_Afghanistan_Age_Total,G09F,G09e,Total|PERSONS +G2311,P_Australia_0_4,Persons_Australia_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2312,P_Australia_5_14,Persons_Australia_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2313,P_Australia_15_24,Persons_Australia_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2314,P_Australia_25_44,Persons_Australia_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2315,P_Australia_45_54,Persons_Australia_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2316,P_Australia_55_64,Persons_Australia_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2317,P_Australia_65_74,Persons_Australia_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2318,P_Australia_75_84,Persons_Australia_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2319,P_Australia_85ov,Persons_Australia_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2320,P_Australia_Tot,Persons_Australia_Total,G09F,G09e,Total|PERSONS +G2321,P_Bangladesh_0_4,Persons_Bangladesh_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2322,P_Bangladesh_5_14,Persons_Bangladesh_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2323,P_Bangladesh_15_24,Persons_Bangladesh_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2324,P_Bangladesh_25_44,Persons_Bangladesh_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2325,P_Bangladesh_45_54,Persons_Bangladesh_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2326,P_Bangladesh_55_64,Persons_Bangladesh_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2327,P_Bangladesh_65_74,Persons_Bangladesh_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2328,P_Bangladesh_75_84,Persons_Bangladesh_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2329,P_Bangladesh_85ov,Persons_Bangladesh_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2330,P_Bangladesh_Tot,Persons_Bangladesh_Total,G09F,G09e,Total|PERSONS +G2331,P_Bosnia_Herzegov_0_4,Persons_Bosnia_and_Herzegovina_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2332,P_Bosnia_Herzegov_5_14,Persons_Bosnia_and_Herzegovina_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2333,P_Bosnia_Herzegov_15_24,Persons_Bosnia_and_Herzegovina_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2334,P_Bosnia_Herzegov_25_44,Persons_Bosnia_and_Herzegovina_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2335,P_Bosnia_Herzegov_45_54,Persons_Bosnia_and_Herzegovina_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2336,P_Bosnia_Herzegov_55_64,Persons_Bosnia_and_Herzegovina_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2337,P_Bosnia_Herzegov_65_74,Persons_Bosnia_and_Herzegovina_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2338,P_Bosnia_Herzegov_75_84,Persons_Bosnia_and_Herzegovina_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2339,P_Bosnia_Herzegov_85ov,Persons_Bosnia_and_Herzegovina_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2340,P_Bosnia_Herzegov_Tot,Persons_Bosnia_and_Herzegovina_Total,G09F,G09e,Total|PERSONS +G2341,P_Cambodia_0_4,Persons_Cambodia_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2342,P_Cambodia_5_14,Persons_Cambodia_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2343,P_Cambodia_15_24,Persons_Cambodia_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2344,P_Cambodia_25_44,Persons_Cambodia_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2345,P_Cambodia_45_54,Persons_Cambodia_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2346,P_Cambodia_55_64,Persons_Cambodia_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2347,P_Cambodia_65_74,Persons_Cambodia_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2348,P_Cambodia_75_84,Persons_Cambodia_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2349,P_Cambodia_85ov,Persons_Cambodia_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2350,P_Cambodia_Tot,Persons_Cambodia_Total,G09F,G09e,Total|PERSONS +G2351,P_Canada_0_4,Persons_Canada_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2352,P_Canada_5_14,Persons_Canada_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2353,P_Canada_15_24,Persons_Canada_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2354,P_Canada_25_44,Persons_Canada_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2355,P_Canada_45_54,Persons_Canada_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2356,P_Canada_55_64,Persons_Canada_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2357,P_Canada_65_74,Persons_Canada_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2358,P_Canada_75_84,Persons_Canada_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2359,P_Canada_85ov,Persons_Canada_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2360,P_Canada_Tot,Persons_Canada_Total,G09F,G09e,Total|PERSONS +G2361,P_Chile_0_4,Persons_Chile_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2362,P_Chile_5_14,Persons_Chile_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2363,P_Chile_15_24,Persons_Chile_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2364,P_Chile_25_44,Persons_Chile_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2365,P_Chile_45_54,Persons_Chile_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2366,P_Chile_55_64,Persons_Chile_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2367,P_Chile_65_74,Persons_Chile_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2368,P_Chile_75_84,Persons_Chile_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2369,P_Chile_85ov,Persons_Chile_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2370,P_Chile_Tot,Persons_Chile_Total,G09F,G09e,Total|PERSONS +G2371,P_China_0_4,Persons_China_excludes_SARs_and_Taiwan_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2372,P_China_5_14,Persons_China_excludes_SARs_and_Taiwan_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2373,P_China_15_24,Persons_China_excludes_SARs_and_Taiwan_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2374,P_China_25_44,Persons_China_excludes_SARs_and_Taiwan_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2375,P_China_45_54,Persons_China_excludes_SARs_and_Taiwan_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2376,P_China_55_64,Persons_China_excludes_SARs_and_Taiwan_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2377,P_China_65_74,Persons_China_excludes_SARs_and_Taiwan_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2378,P_China_75_84,Persons_China_excludes_SARs_and_Taiwan_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2379,P_China_85ov,Persons_China_excludes_SARs_and_Taiwan_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2380,P_China_Tot,Persons_China_excludes_SARs_and_Taiwan_Total,G09F,G09e,Total|PERSONS +G2381,P_Croatia_0_4,Persons_Croatia_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2382,P_Croatia_5_14,Persons_Croatia_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2383,P_Croatia_15_24,Persons_Croatia_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2384,P_Croatia_25_44,Persons_Croatia_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2385,P_Croatia_45_54,Persons_Croatia_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2386,P_Croatia_55_64,Persons_Croatia_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2387,P_Croatia_65_74,Persons_Croatia_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2388,P_Croatia_75_84,Persons_Croatia_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2389,P_Croatia_85ov,Persons_Croatia_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2390,P_Croatia_Tot,Persons_Croatia_Total,G09F,G09e,Total|PERSONS +G2391,P_Egypt_0_4,Persons_Egypt_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2392,P_Egypt_5_14,Persons_Egypt_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2393,P_Egypt_15_24,Persons_Egypt_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2394,P_Egypt_25_44,Persons_Egypt_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2395,P_Egypt_45_54,Persons_Egypt_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2396,P_Egypt_55_64,Persons_Egypt_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2397,P_Egypt_65_74,Persons_Egypt_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2398,P_Egypt_75_84,Persons_Egypt_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2399,P_Egypt_85ov,Persons_Egypt_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2400,P_Egypt_Tot,Persons_Egypt_Total,G09F,G09e,Total|PERSONS +G2401,P_England_0_4,Persons_England_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2402,P_England_5_14,Persons_England_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2403,P_England_15_24,Persons_England_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2404,P_England_25_44,Persons_England_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2405,P_England_45_54,Persons_England_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2406,P_England_55_64,Persons_England_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2407,P_England_65_74,Persons_England_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2408,P_England_75_84,Persons_England_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2409,P_England_85ov,Persons_England_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2410,P_England_Tot,Persons_England_Total,G09F,G09e,Total|PERSONS +G2411,P_Fiji_0_4,Persons_Fiji_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2412,P_Fiji_5_14,Persons_Fiji_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2413,P_Fiji_15_24,Persons_Fiji_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2414,P_Fiji_25_44,Persons_Fiji_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2415,P_Fiji_45_54,Persons_Fiji_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2416,P_Fiji_55_64,Persons_Fiji_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2417,P_Fiji_65_74,Persons_Fiji_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2418,P_Fiji_75_84,Persons_Fiji_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2419,P_Fiji_85ov,Persons_Fiji_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2420,P_Fiji_Tot,Persons_Fiji_Total,G09F,G09e,Total|PERSONS +G2421,P_France_0_4,Persons_France_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2422,P_France_5_14,Persons_France_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2423,P_France_15_24,Persons_France_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2424,P_France_25_44,Persons_France_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2425,P_France_45_54,Persons_France_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2426,P_France_55_64,Persons_France_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2427,P_France_65_74,Persons_France_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2428,P_France_75_84,Persons_France_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2429,P_France_85ov,Persons_France_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2430,P_France_Tot,Persons_France_Total,G09F,G09e,Total|PERSONS +G2431,P_Germany_0_4,Persons_Germany_Age_0_4_years,G09F,G09e,Age: 0-4 years|PERSONS +G2432,P_Germany_5_14,Persons_Germany_Age_5_14_years,G09F,G09e,Age: 5-14 years|PERSONS +G2433,P_Germany_15_24,Persons_Germany_Age_15_24_years,G09F,G09e,Age: 15-24 years|PERSONS +G2434,P_Germany_25_44,Persons_Germany_Age_25_44_years,G09F,G09e,Age: 25-44 years|PERSONS +G2435,P_Germany_45_54,Persons_Germany_Age_45_54_years,G09F,G09e,Age: 45-54 years|PERSONS +G2436,P_Germany_55_64,Persons_Germany_Age_55_64_years,G09F,G09e,Age: 55-64 years|PERSONS +G2437,P_Germany_65_74,Persons_Germany_Age_65_74_years,G09F,G09e,Age: 65-74 years|PERSONS +G2438,P_Germany_75_84,Persons_Germany_Age_75_84_years,G09F,G09e,Age: 75-84 years|PERSONS +G2439,P_Germany_85ov,Persons_Germany_Age_85_years_and_over,G09F,G09e,Age: 85 years and over|PERSONS +G2440,P_Germany_Tot,Persons_Germany_Total,G09F,G09e,Total|PERSONS +G2441,P_Greece_0_4,Persons_Greece_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2442,P_Greece_5_14,Persons_Greece_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2443,P_Greece_15_24,Persons_Greece_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2444,P_Greece_25_44,Persons_Greece_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2445,P_Greece_45_54,Persons_Greece_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2446,P_Greece_55_64,Persons_Greece_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2447,P_Greece_65_74,Persons_Greece_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2448,P_Greece_75_84,Persons_Greece_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2449,P_Greece_85ov,Persons_Greece_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2450,P_Greece_Tot,Persons_Greece_Total,G09G,G09e,Total|PERSONS +G2451,P_Hong_Kong_0_4,Persons_Hong_Kong_SAR_of_China_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2452,P_Hong_Kong_5_14,Persons_Hong_Kong_SAR_of_China_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2453,P_Hong_Kong_15_24,Persons_Hong_Kong_SAR_of_China_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2454,P_Hong_Kong_25_44,Persons_Hong_Kong_SAR_of_China_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2455,P_Hong_Kong_45_54,Persons_Hong_Kong_SAR_of_China_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2456,P_Hong_Kong_55_64,Persons_Hong_Kong_SAR_of_China_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2457,P_Hong_Kong_65_74,Persons_Hong_Kong_SAR_of_China_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2458,P_Hong_Kong_75_84,Persons_Hong_Kong_SAR_of_China_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2459,P_Hong_Kong_85ov,Persons_Hong_Kong_SAR_of_China_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2460,P_Hong_Kong_Tot,Persons_Hong_Kong_SAR_of_China_Total,G09G,G09e,Total|PERSONS +G2461,P_India_0_4,Persons_India_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2462,P_India_5_14,Persons_India_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2463,P_India_15_24,Persons_India_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2464,P_India_25_44,Persons_India_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2465,P_India_45_54,Persons_India_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2466,P_India_55_64,Persons_India_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2467,P_India_65_74,Persons_India_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2468,P_India_75_84,Persons_India_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2469,P_India_85ov,Persons_India_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2470,P_India_Tot,Persons_India_Total,G09G,G09e,Total|PERSONS +G2471,P_Indonesia_0_4,Persons_Indonesia_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2472,P_Indonesia_5_14,Persons_Indonesia_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2473,P_Indonesia_15_24,Persons_Indonesia_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2474,P_Indonesia_25_44,Persons_Indonesia_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2475,P_Indonesia_45_54,Persons_Indonesia_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2476,P_Indonesia_55_64,Persons_Indonesia_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2477,P_Indonesia_65_74,Persons_Indonesia_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2478,P_Indonesia_75_84,Persons_Indonesia_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2479,P_Indonesia_85ov,Persons_Indonesia_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2480,P_Indonesia_Tot,Persons_Indonesia_Total,G09G,G09e,Total|PERSONS +G2481,P_Iran_0_4,Persons_Iran_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2482,P_Iran_5_14,Persons_Iran_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2483,P_Iran_15_24,Persons_Iran_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2484,P_Iran_25_44,Persons_Iran_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2485,P_Iran_45_54,Persons_Iran_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2486,P_Iran_55_64,Persons_Iran_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2487,P_Iran_65_74,Persons_Iran_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2488,P_Iran_75_84,Persons_Iran_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2489,P_Iran_85ov,Persons_Iran_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2490,P_Iran_Tot,Persons_Iran_Total,G09G,G09e,Total|PERSONS +G2491,P_Iraq_0_4,Persons_Iraq_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2492,P_Iraq_5_14,Persons_Iraq_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2493,P_Iraq_15_24,Persons_Iraq_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2494,P_Iraq_25_44,Persons_Iraq_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2495,P_Iraq_45_54,Persons_Iraq_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2496,P_Iraq_55_64,Persons_Iraq_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2497,P_Iraq_65_74,Persons_Iraq_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2498,P_Iraq_75_84,Persons_Iraq_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2499,P_Iraq_85ov,Persons_Iraq_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2500,P_Iraq_Tot,Persons_Iraq_Total,G09G,G09e,Total|PERSONS +G2501,P_Ireland_0_4,Persons_Ireland_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2502,P_Ireland_5_14,Persons_Ireland_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2503,P_Ireland_15_24,Persons_Ireland_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2504,P_Ireland_25_44,Persons_Ireland_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2505,P_Ireland_45_54,Persons_Ireland_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2506,P_Ireland_55_64,Persons_Ireland_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2507,P_Ireland_65_74,Persons_Ireland_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2508,P_Ireland_75_84,Persons_Ireland_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2509,P_Ireland_85ov,Persons_Ireland_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2510,P_Ireland_Tot,Persons_Ireland_Total,G09G,G09e,Total|PERSONS +G2511,P_Italy_0_4,Persons_Italy_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2512,P_Italy_5_14,Persons_Italy_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2513,P_Italy_15_24,Persons_Italy_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2514,P_Italy_25_44,Persons_Italy_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2515,P_Italy_45_54,Persons_Italy_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2516,P_Italy_55_64,Persons_Italy_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2517,P_Italy_65_74,Persons_Italy_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2518,P_Italy_75_84,Persons_Italy_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2519,P_Italy_85ov,Persons_Italy_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2520,P_Italy_Tot,Persons_Italy_Total,G09G,G09e,Total|PERSONS +G2521,P_Japan_0_4,Persons_Japan_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2522,P_Japan_5_14,Persons_Japan_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2523,P_Japan_15_24,Persons_Japan_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2524,P_Japan_25_44,Persons_Japan_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2525,P_Japan_45_54,Persons_Japan_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2526,P_Japan_55_64,Persons_Japan_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2527,P_Japan_65_74,Persons_Japan_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2528,P_Japan_75_84,Persons_Japan_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2529,P_Japan_85ov,Persons_Japan_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2530,P_Japan_Tot,Persons_Japan_Total,G09G,G09e,Total|PERSONS +G2531,P_Korea_South_0_4,Persons_Korea_Republic_of_South_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2532,P_Korea_South_5_14,Persons_Korea_Republic_of_South_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2533,P_Korea_South_15_24,Persons_Korea_Republic_of_South_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2534,P_Korea_South_25_44,Persons_Korea_Republic_of_South_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2535,P_Korea_South_45_54,Persons_Korea_Republic_of_South_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2536,P_Korea_South_55_64,Persons_Korea_Republic_of_South_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2537,P_Korea_South_65_74,Persons_Korea_Republic_of_South_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2538,P_Korea_South_75_84,Persons_Korea_Republic_of_South_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2539,P_Korea_South_85ov,Persons_Korea_Republic_of_South_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2540,P_Korea_South_Tot,Persons_Korea_Republic_of_South_Total,G09G,G09e,Total|PERSONS +G2541,P_Lebanon_0_4,Persons_Lebanon_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2542,P_Lebanon_5_14,Persons_Lebanon_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2543,P_Lebanon_15_24,Persons_Lebanon_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2544,P_Lebanon_25_44,Persons_Lebanon_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2545,P_Lebanon_45_54,Persons_Lebanon_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2546,P_Lebanon_55_64,Persons_Lebanon_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2547,P_Lebanon_65_74,Persons_Lebanon_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2548,P_Lebanon_75_84,Persons_Lebanon_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2549,P_Lebanon_85ov,Persons_Lebanon_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2550,P_Lebanon_Tot,Persons_Lebanon_Total,G09G,G09e,Total|PERSONS +G2551,P_Malaysia_0_4,Persons_Malaysia_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2552,P_Malaysia_5_14,Persons_Malaysia_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2553,P_Malaysia_15_24,Persons_Malaysia_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2554,P_Malaysia_25_44,Persons_Malaysia_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2555,P_Malaysia_45_54,Persons_Malaysia_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2556,P_Malaysia_55_64,Persons_Malaysia_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2557,P_Malaysia_65_74,Persons_Malaysia_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2558,P_Malaysia_75_84,Persons_Malaysia_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2559,P_Malaysia_85ov,Persons_Malaysia_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2560,P_Malaysia_Tot,Persons_Malaysia_Total,G09G,G09e,Total|PERSONS +G2561,P_Malta_0_4,Persons_Malta_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2562,P_Malta_5_14,Persons_Malta_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2563,P_Malta_15_24,Persons_Malta_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2564,P_Malta_25_44,Persons_Malta_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2565,P_Malta_45_54,Persons_Malta_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2566,P_Malta_55_64,Persons_Malta_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2567,P_Malta_65_74,Persons_Malta_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2568,P_Malta_75_84,Persons_Malta_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2569,P_Malta_85ov,Persons_Malta_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2570,P_Malta_Tot,Persons_Malta_Total,G09G,G09e,Total|PERSONS +G2571,P_Mauritius_0_4,Persons_Mauritius_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2572,P_Mauritius_5_14,Persons_Mauritius_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2573,P_Mauritius_15_24,Persons_Mauritius_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2574,P_Mauritius_25_44,Persons_Mauritius_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2575,P_Mauritius_45_54,Persons_Mauritius_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2576,P_Mauritius_55_64,Persons_Mauritius_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2577,P_Mauritius_65_74,Persons_Mauritius_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2578,P_Mauritius_75_84,Persons_Mauritius_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2579,P_Mauritius_85ov,Persons_Mauritius_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2580,P_Mauritius_Tot,Persons_Mauritius_Total,G09G,G09e,Total|PERSONS +G2581,P_Myanmar_0_4,Persons_Myanmar_Age_0_4_years,G09G,G09e,Age: 0-4 years|PERSONS +G2582,P_Myanmar_5_14,Persons_Myanmar_Age_5_14_years,G09G,G09e,Age: 5-14 years|PERSONS +G2583,P_Myanmar_15_24,Persons_Myanmar_Age_15_24_years,G09G,G09e,Age: 15-24 years|PERSONS +G2584,P_Myanmar_25_44,Persons_Myanmar_Age_25_44_years,G09G,G09e,Age: 25-44 years|PERSONS +G2585,P_Myanmar_45_54,Persons_Myanmar_Age_45_54_years,G09G,G09e,Age: 45-54 years|PERSONS +G2586,P_Myanmar_55_64,Persons_Myanmar_Age_55_64_years,G09G,G09e,Age: 55-64 years|PERSONS +G2587,P_Myanmar_65_74,Persons_Myanmar_Age_65_74_years,G09G,G09e,Age: 65-74 years|PERSONS +G2588,P_Myanmar_75_84,Persons_Myanmar_Age_75_84_years,G09G,G09e,Age: 75-84 years|PERSONS +G2589,P_Myanmar_85ov,Persons_Myanmar_Age_85_years_and_over,G09G,G09e,Age: 85 years and over|PERSONS +G2590,P_Myanmar_Tot,Persons_Myanmar_Total,G09G,G09e,Total|PERSONS +G2591,P_Nepal_0_4,Persons_Nepal_Age_0_4_years,G09G,G09f,Age: 0-4 years|PERSONS +G2592,P_Nepal_5_14,Persons_Nepal_Age_5_14_years,G09G,G09f,Age: 5-14 years|PERSONS +G2593,P_Nepal_15_24,Persons_Nepal_Age_15_24_years,G09G,G09f,Age: 15-24 years|PERSONS +G2594,P_Nepal_25_44,Persons_Nepal_Age_25_44_years,G09G,G09f,Age: 25-44 years|PERSONS +G2595,P_Nepal_45_54,Persons_Nepal_Age_45_54_years,G09G,G09f,Age: 45-54 years|PERSONS +G2596,P_Nepal_55_64,Persons_Nepal_Age_55_64_years,G09G,G09f,Age: 55-64 years|PERSONS +G2597,P_Nepal_65_74,Persons_Nepal_Age_65_74_years,G09G,G09f,Age: 65-74 years|PERSONS +G2598,P_Nepal_75_84,Persons_Nepal_Age_75_84_years,G09G,G09f,Age: 75-84 years|PERSONS +G2599,P_Nepal_85ov,Persons_Nepal_Age_85_years_and_over,G09G,G09f,Age: 85 years and over|PERSONS +G2600,P_Nepal_Tot,Persons_Nepal_Total,G09G,G09f,Total|PERSONS +G2601,P_Netherlands_0_4,Persons_Netherlands_Age_0_4_years,G09G,G09f,Age: 0-4 years|PERSONS +G2602,P_Netherlands_5_14,Persons_Netherlands_Age_5_14_years,G09G,G09f,Age: 5-14 years|PERSONS +G2603,P_Netherlands_15_24,Persons_Netherlands_Age_15_24_years,G09G,G09f,Age: 15-24 years|PERSONS +G2604,P_Netherlands_25_44,Persons_Netherlands_Age_25_44_years,G09G,G09f,Age: 25-44 years|PERSONS +G2605,P_Netherlands_45_54,Persons_Netherlands_Age_45_54_years,G09G,G09f,Age: 45-54 years|PERSONS +G2606,P_Netherlands_55_64,Persons_Netherlands_Age_55_64_years,G09G,G09f,Age: 55-64 years|PERSONS +G2607,P_Netherlands_65_74,Persons_Netherlands_Age_65_74_years,G09G,G09f,Age: 65-74 years|PERSONS +G2608,P_Netherlands_75_84,Persons_Netherlands_Age_75_84_years,G09G,G09f,Age: 75-84 years|PERSONS +G2609,P_Netherlands_85ov,Persons_Netherlands_Age_85_years_and_over,G09G,G09f,Age: 85 years and over|PERSONS +G2610,P_Netherlands_Tot,Persons_Netherlands_Total,G09G,G09f,Total|PERSONS +G2611,P_New_Zealand_0_4,Persons_New_Zealand_Age_0_4_years,G09G,G09f,Age: 0-4 years|PERSONS +G2612,P_New_Zealand_5_14,Persons_New_Zealand_Age_5_14_years,G09G,G09f,Age: 5-14 years|PERSONS +G2613,P_New_Zealand_15_24,Persons_New_Zealand_Age_15_24_years,G09G,G09f,Age: 15-24 years|PERSONS +G2614,P_New_Zealand_25_44,Persons_New_Zealand_Age_25_44_years,G09G,G09f,Age: 25-44 years|PERSONS +G2615,P_New_Zealand_45_54,Persons_New_Zealand_Age_45_54_years,G09G,G09f,Age: 45-54 years|PERSONS +G2616,P_New_Zealand_55_64,Persons_New_Zealand_Age_55_64_years,G09G,G09f,Age: 55-64 years|PERSONS +G2617,P_New_Zealand_65_74,Persons_New_Zealand_Age_65_74_years,G09G,G09f,Age: 65-74 years|PERSONS +G2618,P_New_Zealand_75_84,Persons_New_Zealand_Age_75_84_years,G09G,G09f,Age: 75-84 years|PERSONS +G2619,P_New_Zealand_85ov,Persons_New_Zealand_Age_85_years_and_over,G09G,G09f,Age: 85 years and over|PERSONS +G2620,P_New_Zealand_Tot,Persons_New_Zealand_Total,G09G,G09f,Total|PERSONS +G2621,P_Nthern_Ireland_0_4,Persons_Northern_Ireland_Age_0_4_years,G09G,G09f,Age: 0-4 years|PERSONS +G2622,P_Nthern_Ireland_5_14,Persons_Northern_Ireland_Age_5_14_years,G09G,G09f,Age: 5-14 years|PERSONS +G2623,P_Nthern_Ireland_15_24,Persons_Northern_Ireland_Age_15_24_years,G09G,G09f,Age: 15-24 years|PERSONS +G2624,P_Nthern_Ireland_25_44,Persons_Northern_Ireland_Age_25_44_years,G09G,G09f,Age: 25-44 years|PERSONS +G2625,P_Nthern_Ireland_45_54,Persons_Northern_Ireland_Age_45_54_years,G09G,G09f,Age: 45-54 years|PERSONS +G2626,P_Nthern_Ireland_55_64,Persons_Northern_Ireland_Age_55_64_years,G09G,G09f,Age: 55-64 years|PERSONS +G2627,P_Nthern_Ireland_65_74,Persons_Northern_Ireland_Age_65_74_years,G09G,G09f,Age: 65-74 years|PERSONS +G2628,P_Nthern_Ireland_75_84,Persons_Northern_Ireland_Age_75_84_years,G09G,G09f,Age: 75-84 years|PERSONS +G2629,P_Nthern_Ireland_85ov,Persons_Northern_Ireland_Age_85_years_and_over,G09G,G09f,Age: 85 years and over|PERSONS +G2630,P_Nthern_Ireland_Tot,Persons_Northern_Ireland_Total,G09G,G09f,Total|PERSONS +G2631,P_Pakistan_0_4,Persons_Pakistan_Age_0_4_years,G09G,G09f,Age: 0-4 years|PERSONS +G2632,P_Pakistan_5_14,Persons_Pakistan_Age_5_14_years,G09G,G09f,Age: 5-14 years|PERSONS +G2633,P_Pakistan_15_24,Persons_Pakistan_Age_15_24_years,G09G,G09f,Age: 15-24 years|PERSONS +G2634,P_Pakistan_25_44,Persons_Pakistan_Age_25_44_years,G09G,G09f,Age: 25-44 years|PERSONS +G2635,P_Pakistan_45_54,Persons_Pakistan_Age_45_54_years,G09G,G09f,Age: 45-54 years|PERSONS +G2636,P_Pakistan_55_64,Persons_Pakistan_Age_55_64_years,G09G,G09f,Age: 55-64 years|PERSONS +G2637,P_Pakistan_65_74,Persons_Pakistan_Age_65_74_years,G09G,G09f,Age: 65-74 years|PERSONS +G2638,P_Pakistan_75_84,Persons_Pakistan_Age_75_84_years,G09G,G09f,Age: 75-84 years|PERSONS +G2639,P_Pakistan_85ov,Persons_Pakistan_Age_85_years_and_over,G09G,G09f,Age: 85 years and over|PERSONS +G2640,P_Pakistan_Tot,Persons_Pakistan_Total,G09G,G09f,Total|PERSONS +G2641,P_PNG_0_4,Persons_Papua_New_Guinea_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2642,P_PNG_5_14,Persons_Papua_New_Guinea_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2643,P_PNG_15_24,Persons_Papua_New_Guinea_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2644,P_PNG_25_44,Persons_Papua_New_Guinea_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2645,P_PNG_45_54,Persons_Papua_New_Guinea_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2646,P_PNG_55_64,Persons_Papua_New_Guinea_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2647,P_PNG_65_74,Persons_Papua_New_Guinea_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2648,P_PNG_75_84,Persons_Papua_New_Guinea_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2649,P_PNG_85ov,Persons_Papua_New_Guinea_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2650,P_PNG_Tot,Persons_Papua_New_Guinea_Total,G09H,G09f,Total|PERSONS +G2651,P_Philippines_0_4,Persons_Philippines_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2652,P_Philippines_5_14,Persons_Philippines_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2653,P_Philippines_15_24,Persons_Philippines_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2654,P_Philippines_25_44,Persons_Philippines_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2655,P_Philippines_45_54,Persons_Philippines_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2656,P_Philippines_55_64,Persons_Philippines_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2657,P_Philippines_65_74,Persons_Philippines_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2658,P_Philippines_75_84,Persons_Philippines_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2659,P_Philippines_85ov,Persons_Philippines_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2660,P_Philippines_Tot,Persons_Philippines_Total,G09H,G09f,Total|PERSONS +G2661,P_Poland_0_4,Persons_Poland_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2662,P_Poland_5_14,Persons_Poland_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2663,P_Poland_15_24,Persons_Poland_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2664,P_Poland_25_44,Persons_Poland_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2665,P_Poland_45_54,Persons_Poland_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2666,P_Poland_55_64,Persons_Poland_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2667,P_Poland_65_74,Persons_Poland_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2668,P_Poland_75_84,Persons_Poland_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2669,P_Poland_85ov,Persons_Poland_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2670,P_Poland_Tot,Persons_Poland_Total,G09H,G09f,Total|PERSONS +G2671,P_Scotland_0_4,Persons_Scotland_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2672,P_Scotland_5_14,Persons_Scotland_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2673,P_Scotland_15_24,Persons_Scotland_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2674,P_Scotland_25_44,Persons_Scotland_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2675,P_Scotland_45_54,Persons_Scotland_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2676,P_Scotland_55_64,Persons_Scotland_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2677,P_Scotland_65_74,Persons_Scotland_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2678,P_Scotland_75_84,Persons_Scotland_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2679,P_Scotland_85ov,Persons_Scotland_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2680,P_Scotland_Tot,Persons_Scotland_Total,G09H,G09f,Total|PERSONS +G2681,P_Singapore_0_4,Persons_Singapore_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2682,P_Singapore_5_14,Persons_Singapore_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2683,P_Singapore_15_24,Persons_Singapore_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2684,P_Singapore_25_44,Persons_Singapore_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2685,P_Singapore_45_54,Persons_Singapore_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2686,P_Singapore_55_64,Persons_Singapore_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2687,P_Singapore_65_74,Persons_Singapore_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2688,P_Singapore_75_84,Persons_Singapore_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2689,P_Singapore_85ov,Persons_Singapore_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2690,P_Singapore_Tot,Persons_Singapore_Total,G09H,G09f,Total|PERSONS +G2691,P_South_Africa_0_4,Persons_South_Africa_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2692,P_South_Africa_5_14,Persons_South_Africa_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2693,P_South_Africa_15_24,Persons_South_Africa_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2694,P_South_Africa_25_44,Persons_South_Africa_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2695,P_South_Africa_45_54,Persons_South_Africa_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2696,P_South_Africa_55_64,Persons_South_Africa_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2697,P_South_Africa_65_74,Persons_South_Africa_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2698,P_South_Africa_75_84,Persons_South_Africa_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2699,P_South_Africa_85ov,Persons_South_Africa_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2700,P_South_Africa_Tot,Persons_South_Africa_Total,G09H,G09f,Total|PERSONS +G2701,P_SE_Europe_nfd_0_4,Persons_South_Eastern_Europe_nfd_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2702,P_SE_Europe_nfd_5_14,Persons_South_Eastern_Europe_nfd_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2703,P_SE_Europe_nfd_15_24,Persons_South_Eastern_Europe_nfd_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2704,P_SE_Europe_nfd_25_44,Persons_South_Eastern_Europe_nfd_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2705,P_SE_Europe_nfd_45_54,Persons_South_Eastern_Europe_nfd_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2706,P_SE_Europe_nfd_55_64,Persons_South_Eastern_Europe_nfd_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2707,P_SE_Europe_nfd_65_74,Persons_South_Eastern_Europe_nfd_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2708,P_SE_Europe_nfd_75_84,Persons_South_Eastern_Europe_nfd_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2709,P_SE_Europe_nfd_85ov,Persons_South_Eastern_Europe_nfd_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2710,P_SE_Europe_nfd_Tot,Persons_South_Eastern_Europe_nfd_Total,G09H,G09f,Total|PERSONS +G2711,P_Sri_Lanka_0_4,Persons_Sri_Lanka_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2712,P_Sri_Lanka_5_14,Persons_Sri_Lanka_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2713,P_Sri_Lanka_15_24,Persons_Sri_Lanka_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2714,P_Sri_Lanka_25_44,Persons_Sri_Lanka_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2715,P_Sri_Lanka_45_54,Persons_Sri_Lanka_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2716,P_Sri_Lanka_55_64,Persons_Sri_Lanka_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2717,P_Sri_Lanka_65_74,Persons_Sri_Lanka_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2718,P_Sri_Lanka_75_84,Persons_Sri_Lanka_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2719,P_Sri_Lanka_85ov,Persons_Sri_Lanka_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2720,P_Sri_Lanka_Tot,Persons_Sri_Lanka_Total,G09H,G09f,Total|PERSONS +G2721,P_Taiwan_0_4,Persons_Taiwan_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2722,P_Taiwan_5_14,Persons_Taiwan_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2723,P_Taiwan_15_24,Persons_Taiwan_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2724,P_Taiwan_25_44,Persons_Taiwan_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2725,P_Taiwan_45_54,Persons_Taiwan_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2726,P_Taiwan_55_64,Persons_Taiwan_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2727,P_Taiwan_65_74,Persons_Taiwan_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2728,P_Taiwan_75_84,Persons_Taiwan_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2729,P_Taiwan_85ov,Persons_Taiwan_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2730,P_Taiwan_Tot,Persons_Taiwan_Total,G09H,G09f,Total|PERSONS +G2731,P_Thailand_0_4,Persons_Thailand_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2732,P_Thailand_5_14,Persons_Thailand_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2733,P_Thailand_15_24,Persons_Thailand_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2734,P_Thailand_25_44,Persons_Thailand_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2735,P_Thailand_45_54,Persons_Thailand_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2736,P_Thailand_55_64,Persons_Thailand_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2737,P_Thailand_65_74,Persons_Thailand_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2738,P_Thailand_75_84,Persons_Thailand_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2739,P_Thailand_85ov,Persons_Thailand_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2740,P_Thailand_Tot,Persons_Thailand_Total,G09H,G09f,Total|PERSONS +G2741,P_FYROM_0_4,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2742,P_FYROM_5_14,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2743,P_FYROM_15_24,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2744,P_FYROM_25_44,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2745,P_FYROM_45_54,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2746,P_FYROM_55_64,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2747,P_FYROM_65_74,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2748,P_FYROM_75_84,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2749,P_FYROM_85ov,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2750,P_FYROM_Tot,Persons_The_Former_Yugoslav_Republic_of_Macedonia_Total,G09H,G09f,Total|PERSONS +G2751,P_Turkey_0_4,Persons_Turkey_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2752,P_Turkey_5_14,Persons_Turkey_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2753,P_Turkey_15_24,Persons_Turkey_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2754,P_Turkey_25_44,Persons_Turkey_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2755,P_Turkey_45_54,Persons_Turkey_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2756,P_Turkey_55_64,Persons_Turkey_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2757,P_Turkey_65_74,Persons_Turkey_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2758,P_Turkey_75_84,Persons_Turkey_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2759,P_Turkey_85ov,Persons_Turkey_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2760,P_Turkey_Tot,Persons_Turkey_Total,G09H,G09f,Total|PERSONS +G2761,P_USA_0_4,Persons_United_States_of_America_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2762,P_USA_5_14,Persons_United_States_of_America_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2763,P_USA_15_24,Persons_United_States_of_America_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2764,P_USA_25_44,Persons_United_States_of_America_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2765,P_USA_45_54,Persons_United_States_of_America_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2766,P_USA_55_64,Persons_United_States_of_America_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2767,P_USA_65_74,Persons_United_States_of_America_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2768,P_USA_75_84,Persons_United_States_of_America_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2769,P_USA_85ov,Persons_United_States_of_America_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2770,P_USA_Tot,Persons_United_States_of_America_Total,G09H,G09f,Total|PERSONS +G2771,P_Vietnam_0_4,Persons_Vietnam_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2772,P_Vietnam_5_14,Persons_Vietnam_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2773,P_Vietnam_15_24,Persons_Vietnam_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2774,P_Vietnam_25_44,Persons_Vietnam_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2775,P_Vietnam_45_54,Persons_Vietnam_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2776,P_Vietnam_55_64,Persons_Vietnam_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2777,P_Vietnam_65_74,Persons_Vietnam_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2778,P_Vietnam_75_84,Persons_Vietnam_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2779,P_Vietnam_85ov,Persons_Vietnam_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2780,P_Vietnam_Tot,Persons_Vietnam_Total,G09H,G09f,Total|PERSONS +G2781,P_Wales_0_4,Persons_Wales_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2782,P_Wales_5_14,Persons_Wales_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2783,P_Wales_15_24,Persons_Wales_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2784,P_Wales_25_44,Persons_Wales_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2785,P_Wales_45_54,Persons_Wales_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2786,P_Wales_55_64,Persons_Wales_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2787,P_Wales_65_74,Persons_Wales_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2788,P_Wales_75_84,Persons_Wales_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2789,P_Wales_85ov,Persons_Wales_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2790,P_Wales_Tot,Persons_Wales_Total,G09H,G09f,Total|PERSONS +G2791,P_Zimbabwe_0_4,Persons_Zimbabwe_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2792,P_Zimbabwe_5_14,Persons_Zimbabwe_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2793,P_Zimbabwe_15_24,Persons_Zimbabwe_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2794,P_Zimbabwe_25_44,Persons_Zimbabwe_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2795,P_Zimbabwe_45_54,Persons_Zimbabwe_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2796,P_Zimbabwe_55_64,Persons_Zimbabwe_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2797,P_Zimbabwe_65_74,Persons_Zimbabwe_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2798,P_Zimbabwe_75_84,Persons_Zimbabwe_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2799,P_Zimbabwe_85ov,Persons_Zimbabwe_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2800,P_Zimbabwe_Tot,Persons_Zimbabwe_Total,G09H,G09f,Total|PERSONS +G2801,P_Elsewhere_0_4,Persons_Born_elsewhere_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2802,P_Elsewhere_5_14,Persons_Born_elsewhere_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2803,P_Elsewhere_15_24,Persons_Born_elsewhere_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2804,P_Elsewhere_25_44,Persons_Born_elsewhere_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2805,P_Elsewhere_45_54,Persons_Born_elsewhere_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2806,P_Elsewhere_55_64,Persons_Born_elsewhere_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2807,P_Elsewhere_65_74,Persons_Born_elsewhere_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2808,P_Elsewhere_75_84,Persons_Born_elsewhere_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2809,P_Elsewhere_85ov,Persons_Born_elsewhere_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2810,P_Elsewhere_Tot,Persons_Born_elsewhere_Total,G09H,G09f,Total|PERSONS +G2811,P_COB_NS_0_4,Persons_Country_of_birth_not_stated_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2812,P_COB_NS_5_14,Persons_Country_of_birth_not_stated_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2813,P_COB_NS_15_24,Persons_Country_of_birth_not_stated_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2814,P_COB_NS_25_44,Persons_Country_of_birth_not_stated_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2815,P_COB_NS_45_54,Persons_Country_of_birth_not_stated_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2816,P_COB_NS_55_64,Persons_Country_of_birth_not_stated_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2817,P_COB_NS_65_74,Persons_Country_of_birth_not_stated_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2818,P_COB_NS_75_84,Persons_Country_of_birth_not_stated_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2819,P_COB_NS_85ov,Persons_Country_of_birth_not_stated_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2820,P_COB_NS_Tot,Persons_Country_of_birth_not_stated_Total,G09H,G09f,Total|PERSONS +G2821,P_Tot_0_4,Persons_Total_Age_0_4_years,G09H,G09f,Age: 0-4 years|PERSONS +G2822,P_Tot_5_14,Persons_Total_Age_5_14_years,G09H,G09f,Age: 5-14 years|PERSONS +G2823,P_Tot_15_24,Persons_Total_Age_15_24_years,G09H,G09f,Age: 15-24 years|PERSONS +G2824,P_Tot_25_44,Persons_Total_Age_25_44_years,G09H,G09f,Age: 25-44 years|PERSONS +G2825,P_Tot_45_54,Persons_Total_Age_45_54_years,G09H,G09f,Age: 45-54 years|PERSONS +G2826,P_Tot_55_64,Persons_Total_Age_55_64_years,G09H,G09f,Age: 55-64 years|PERSONS +G2827,P_Tot_65_74,Persons_Total_Age_65_74_years,G09H,G09f,Age: 65-74 years|PERSONS +G2828,P_Tot_75_84,Persons_Total_Age_75_84_years,G09H,G09f,Age: 75-84 years|PERSONS +G2829,P_Tot_85ov,Persons_Total_Age_85_years_and_over,G09H,G09f,Age: 85 years and over|PERSONS +G2830,P_Tot_Tot,Persons_Total_Total,G09H,G09f,Total|PERSONS +G2831,Canada_Before_1946,Canada_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2832,Canada_1946_1955,Canada_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2833,Canada_1956_1965,Canada_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2834,Canada_1966_1975,Canada_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2835,Canada_1976_1985,Canada_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2836,Canada_1986_1995,Canada_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2837,Canada_1996_2005,Canada_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2838,Canada_2006_2010,Canada_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2839,Canada_2011,Canada_Year_of_arrival_2011,G10A,G10b,2011 +G2840,Canada_2012,Canada_Year_of_arrival_2012,G10A,G10b,2012 +G2841,Canada_2013,Canada_Year_of_arrival_2013,G10A,G10b,2013 +G2842,Canada_2014,Canada_Year_of_arrival_2014,G10A,G10b,2014 +G2843,Canada_2015,Canada_Year_of_arrival_2015,G10A,G10b,2015 +G2844,Canada_2016,Canada_Year_of_arrival_2016,G10A,G10b,2016 +G2845,Canada_Yr_arrival_NS,Canada_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2846,Canada_Tot,Canada_Total,G10A,G10b,Total +G2847,China_exc_SARs_Taiw_Bef_1946,China_excl_SARs_and_Taiwan_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2848,China_exc_SARs_Taiwan_46_55,China_excl_SARs_and_Taiwan_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2849,China_exc_SARs_Taiwan_56_65,China_excl_SARs_and_Taiwan_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2850,China_exc_SARs_Taiwan_66_75,China_excl_SARs_and_Taiwan_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2851,China_exc_SARs_Taiwan_76_85,China_excl_SARs_and_Taiwan_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2852,China_exc_SARs_Taiwan_86_95,China_excl_SARs_and_Taiwan_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2853,China_exc_SARs_Taiwan_96_05,China_excl_SARs_and_Taiwan_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2854,China_exc_SARs_Taiwan_06_10,China_excl_SARs_and_Taiwan_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2855,China_exc_SARs_Taiwan_2011,China_excl_SARs_and_Taiwan_Year_of_arrival_2011,G10A,G10b,2011 +G2856,China_exc_SARs_Taiwan_2012,China_excl_SARs_and_Taiwan_Year_of_arrival_2012,G10A,G10b,2012 +G2857,China_exc_SARs_Taiwan_2013,China_excl_SARs_and_Taiwan_Year_of_arrival_2013,G10A,G10b,2013 +G2858,China_exc_SARs_Taiwan_2014,China_excl_SARs_and_Taiwan_Year_of_arrival_2014,G10A,G10b,2014 +G2859,China_exc_SARs_Taiwan_2015,China_excl_SARs_and_Taiwan_Year_of_arrival_2015,G10A,G10b,2015 +G2860,China_exc_SARs_Taiwan_2016,China_excl_SARs_and_Taiwan_Year_of_arrival_2016,G10A,G10b,2016 +G2861,China_exc_SARs_Tawan_arr_ns,China_excl_SARs_and_Taiwan_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2862,China_exc_SARs_Taiwan_Tot,China_excl_SARs_and_Taiwan_Total,G10A,G10b,Total +G2863,Croatia_Before_1946,Croatia_Year_of_arrival_Before_1946,G10A,G10b,Before 1946 +G2864,Croatia_1946_1955,Croatia_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2865,Croatia_1956_1965,Croatia_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2866,Croatia_1966_1975,Croatia_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2867,Croatia_1976_1985,Croatia_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2868,Croatia_1986_1995,Croatia_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2869,Croatia_1996_2005,Croatia_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2870,Croatia_2006_2010,Croatia_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2871,Croatia_2011,Croatia_Year_of_arrival_2011,G10A,G10b,2011 +G2872,Croatia_2012,Croatia_Year_of_arrival_2012,G10A,G10b,2012 +G2873,Croatia_2013,Croatia_Year_of_arrival_2013,G10A,G10b,2013 +G2874,Croatia_2014,Croatia_Year_of_arrival_2014,G10A,G10b,2014 +G2875,Croatia_2015,Croatia_Year_of_arrival_2015,G10A,G10b,2015 +G2876,Croatia_2016,Croatia_Year_of_arrival_2016,G10A,G10b,2016 +G2877,Croatia_Yr_arrival_NS,Croatia_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2878,Croatia_Tot,Croatia_Total,G10A,G10b,Total +G2879,Egypt_Before_1946,Egypt_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2880,Egypt_1946_1955,Egypt_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2881,Egypt_1956_1965,Egypt_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2882,Egypt_1966_1975,Egypt_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2883,Egypt_1976_1985,Egypt_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2884,Egypt_1986_1995,Egypt_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2885,Egypt_1996_2005,Egypt_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2886,Egypt_2006_2010,Egypt_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2887,Egypt_2011,Egypt_Year_of_arrival_2011,G10A,G10b,2011 +G2888,Egypt_2012,Egypt_Year_of_arrival_2012,G10A,G10b,2012 +G2889,Egypt_2013,Egypt_Year_of_arrival_2013,G10A,G10b,2013 +G2890,Egypt_2014,Egypt_Year_of_arrival_2014,G10A,G10b,2014 +G2891,Egypt_2015,Egypt_Year_of_arrival_2015,G10A,G10b,2015 +G2892,Egypt_2016,Egypt_Year_of_arrival_2016,G10A,G10b,2016 +G2893,Egypt_Yr_arrival_NS,Egypt_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2894,Egypt_Tot,Egypt_Total,G10A,G10b,Total +G2895,Fiji_Before_1946,Fiji_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2896,Fiji_1946_1955,Fiji_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2897,Fiji_1956_1965,Fiji_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2898,Fiji_1966_1975,Fiji_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2899,Fiji_1976_1985,Fiji_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2900,Fiji_1986_1995,Fiji_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2901,Fiji_1996_2005,Fiji_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2902,Fiji_2006_2010,Fiji_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2903,Fiji_2011,Fiji_Year_of_arrival_2011,G10A,G10b,2011 +G2904,Fiji_2012,Fiji_Year_of_arrival_2012,G10A,G10b,2012 +G2905,Fiji_2013,Fiji_Year_of_arrival_2013,G10A,G10b,2013 +G2906,Fiji_2014,Fiji_Year_of_arrival_2014,G10A,G10b,2014 +G2907,Fiji_2015,Fiji_Year_of_arrival_2015,G10A,G10b,2015 +G2908,Fiji_2016,Fiji_Year_of_arrival_2016,G10A,G10b,2016 +G2909,Fiji_Yr_arrival_NS,Fiji_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2910,Fiji_Tot,Fiji_Total,G10A,G10b,Total +G2911,Germany_Before_1946,Germany_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2912,Germany_1946_1955,Germany_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2913,Germany_1956_1965,Germany_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2914,Germany_1966_1975,Germany_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2915,Germany_1976_1985,Germany_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2916,Germany_1986_1995,Germany_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2917,Germany_1996_2005,Germany_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2918,Germany_2006_2010,Germany_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2919,Germany_2011,Germany_Year_of_arrival_2011,G10A,G10b,2011 +G2920,Germany_2012,Germany_Year_of_arrival_2012,G10A,G10b,2012 +G2921,Germany_2013,Germany_Year_of_arrival_2013,G10A,G10b,2013 +G2922,Germany_2014,Germany_Year_of_arrival_2014,G10A,G10b,2014 +G2923,Germany_2015,Germany_Year_of_arrival_2015,G10A,G10b,2015 +G2924,Germany_2016,Germany_Year_of_arrival_2016,G10A,G10b,2016 +G2925,Germany_Yr_arrival_NS,Germany_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2926,Germany_Tot,Germany_Total,G10A,G10b,Total +G2927,Greece_Before_1946,Greece_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2928,Greece_1946_1955,Greece_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2929,Greece_1956_1965,Greece_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2930,Greece_1966_1975,Greece_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2931,Greece_1976_1985,Greece_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2932,Greece_1986_1995,Greece_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2933,Greece_1996_2005,Greece_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2934,Greece_2006_2010,Greece_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2935,Greece_2011,Greece_Year_of_arrival_2011,G10A,G10b,2011 +G2936,Greece_2012,Greece_Year_of_arrival_2012,G10A,G10b,2012 +G2937,Greece_2013,Greece_Year_of_arrival_2013,G10A,G10b,2013 +G2938,Greece_2014,Greece_Year_of_arrival_2014,G10A,G10b,2014 +G2939,Greece_2015,Greece_Year_of_arrival_2015,G10A,G10b,2015 +G2940,Greece_2016,Greece_Year_of_arrival_2016,G10A,G10b,2016 +G2941,Greece_Yr_arrival_NS,Greece_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2942,Greece_Tot,Greece_Total,G10A,G10b,Total +G2943,Hng_Kng_SAR_China_Bfre_1946,Hong_Kong_SAR_of_China_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2944,Hng_Kng_SAR_China_1946_1955,Hong_Kong_SAR_of_China_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2945,Hng_Kng_SAR_China_1956_1965,Hong_Kong_SAR_of_China_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2946,Hng_Kng_SAR_China_1966_1975,Hong_Kong_SAR_of_China_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2947,Hng_Kng_SAR_China_1976_1985,Hong_Kong_SAR_of_China_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2948,Hng_Kng_SAR_China_1986_1995,Hong_Kong_SAR_of_China_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2949,Hng_Kng_SAR_China_1996_2005,Hong_Kong_SAR_of_China_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2950,Hng_Kng_SAR_China_2006_2010,Hong_Kong_SAR_of_China_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2951,Hong_Kong_SAR_China_2011,Hong_Kong_SAR_of_China_Year_of_arrival_2011,G10A,G10b,2011 +G2952,Hong_Kong_SAR_China_2012,Hong_Kong_SAR_of_China_Year_of_arrival_2012,G10A,G10b,2012 +G2953,Hong_Kong_SAR_China_2013,Hong_Kong_SAR_of_China_Year_of_arrival_2013,G10A,G10b,2013 +G2954,Hong_Kong_SAR_China_2014,Hong_Kong_SAR_of_China_Year_of_arrival_2014,G10A,G10b,2014 +G2955,Hong_Kong_SAR_China_2015,Hong_Kong_SAR_of_China_Year_of_arrival_2015,G10A,G10b,2015 +G2956,Hong_Kong_SAR_China_2016,Hong_Kong_SAR_of_China_Year_of_arrival_2016,G10A,G10b,2016 +G2957,Hng_Kng_SAR_Chna_arrival_ns,Hong_Kong_SAR_of_China_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2958,Hong_Kong_SAR_China_Tot,Hong_Kong_SAR_of_China_Total,G10A,G10b,Total +G2959,India_Before_1946,India_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2960,India_1946_1955,India_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2961,India_1956_1965,India_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2962,India_1966_1975,India_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2963,India_1976_1985,India_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2964,India_1986_1995,India_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2965,India_1996_2005,India_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2966,India_2006_2010,India_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2967,India_2011,India_Year_of_arrival_2011,G10A,G10b,2011 +G2968,India_2012,India_Year_of_arrival_2012,G10A,G10b,2012 +G2969,India_2013,India_Year_of_arrival_2013,G10A,G10b,2013 +G2970,India_2014,India_Year_of_arrival_2014,G10A,G10b,2014 +G2971,India_2015,India_Year_of_arrival_2015,G10A,G10b,2015 +G2972,India_2016,India_Year_of_arrival_2016,G10A,G10b,2016 +G2973,India_Yr_arrival_NS,India_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2974,India_Tot,India_Total,G10A,G10b,Total +G2975,Indonesia_Before_1946,Indonesia_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2976,Indonesia_1946_1955,Indonesia_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2977,Indonesia_1956_1965,Indonesia_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2978,Indonesia_1966_1975,Indonesia_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2979,Indonesia_1976_1985,Indonesia_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2980,Indonesia_1986_1995,Indonesia_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2981,Indonesia_1996_2005,Indonesia_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2982,Indonesia_2006_2010,Indonesia_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2983,Indonesia_2011,Indonesia_Year_of_arrival_2011,G10A,G10b,2011 +G2984,Indonesia_2012,Indonesia_Year_of_arrival_2012,G10A,G10b,2012 +G2985,Indonesia_2013,Indonesia_Year_of_arrival_2013,G10A,G10b,2013 +G2986,Indonesia_2014,Indonesia_Year_of_arrival_2014,G10A,G10b,2014 +G2987,Indonesia_2015,Indonesia_Year_of_arrival_2015,G10A,G10b,2015 +G2988,Indonesia_2016,Indonesia_Year_of_arrival_2016,G10A,G10b,2016 +G2989,Indonesia_Yr_arrival_ns,Indonesia_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G2990,Indonesia_Tot,Indonesia_Total,G10A,G10b,Total +G2991,Iran_Before_1946,Iran_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G2992,Iran_1946_1955,Iran_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G2993,Iran_1956_1965,Iran_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G2994,Iran_1966_1975,Iran_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G2995,Iran_1976_1985,Iran_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G2996,Iran_1986_1995,Iran_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G2997,Iran_1996_2005,Iran_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G2998,Iran_2006_2010,Iran_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G2999,Iran_2011,Iran_Year_of_arrival_2011,G10A,G10b,2011 +G3000,Iran_2012,Iran_Year_of_arrival_2012,G10A,G10b,2012 +G3001,Iran_2013,Iran_Year_of_arrival_2013,G10A,G10b,2013 +G3002,Iran_2014,Iran_Year_of_arrival_2014,G10A,G10b,2014 +G3003,Iran_2015,Iran_Year_of_arrival_2015,G10A,G10b,2015 +G3004,Iran_2016,Iran_Year_of_arrival_2016,G10A,G10b,2016 +G3005,Iran_Yr_arrival_NS,Iran_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G3006,Iran_Tot,Iran_Total,G10A,G10b,Total +G3007,Iraq_Before_1946,Iraq_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G3008,Iraq_1946_1955,Iraq_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G3009,Iraq_1956_1965,Iraq_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G3010,Iraq_1966_1975,Iraq_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G3011,Iraq_1976_1985,Iraq_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G3012,Iraq_1986_1995,Iraq_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G3013,Iraq_1996_2005,Iraq_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G3014,Iraq_2006_2010,Iraq_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G3015,Iraq_2011,Iraq_Year_of_arrival_2011,G10A,G10b,2011 +G3016,Iraq_2012,Iraq_Year_of_arrival_2012,G10A,G10b,2012 +G3017,Iraq_2013,Iraq_Year_of_arrival_2013,G10A,G10b,2013 +G3018,Iraq_2014,Iraq_Year_of_arrival_2014,G10A,G10b,2014 +G3019,Iraq_2015,Iraq_Year_of_arrival_2015,G10A,G10b,2015 +G3020,Iraq_2016,Iraq_Year_of_arrival_2016,G10A,G10b,2016 +G3021,Iraq_Yr_arrival_NS,Iraq_Year_of_arrival_not_stated,G10A,G10b,Year of arrival not stated +G3022,Iraq_Tot,Iraq_Total,G10A,G10b,Total +G3023,Ireland_Before_1946,Ireland_Year_of_arrival_Before_1946,G10A,G10a,Before 1946 +G3024,Ireland_1946_1955,Ireland_Year_of_arrival_1946_1955,G10A,G10a,1946-1955 +G3025,Ireland_1956_1965,Ireland_Year_of_arrival_1956_1965,G10A,G10a,1956-1965 +G3026,Ireland_1966_1975,Ireland_Year_of_arrival_1966_1975,G10A,G10a,1966-1975 +G3027,Ireland_1976_1985,Ireland_Year_of_arrival_1976_1985,G10A,G10a,1976-1985 +G3028,Ireland_1986_1995,Ireland_Year_of_arrival_1986_1995,G10A,G10a,1986-1995 +G3029,Ireland_1996_2005,Ireland_Year_of_arrival_1996_2005,G10A,G10a,1996-2005 +G3030,Ireland_2006_2010,Ireland_Year_of_arrival_2006_2010,G10A,G10a,2006-2010 +G3031,Ireland_2011,Ireland_Year_of_arrival_2011,G10B,G10b,2011 +G3032,Ireland_2012,Ireland_Year_of_arrival_2012,G10B,G10b,2012 +G3033,Ireland_2013,Ireland_Year_of_arrival_2013,G10B,G10b,2013 +G3034,Ireland_2014,Ireland_Year_of_arrival_2014,G10B,G10b,2014 +G3035,Ireland_2015,Ireland_Year_of_arrival_2015,G10B,G10b,2015 +G3036,Ireland_2016,Ireland_Year_of_arrival_2016,G10B,G10b,2016 +G3037,Ireland_Yr_arrival_NS,Ireland_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3038,Ireland_Tot,Ireland_Total,G10B,G10b,Total +G3039,Italy_Before_1946,Italy_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3040,Italy_1946_1955,Italy_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3041,Italy_1956_1965,Italy_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3042,Italy_1966_1975,Italy_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3043,Italy_1976_1985,Italy_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3044,Italy_1986_1995,Italy_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3045,Italy_1996_2005,Italy_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3046,Italy_2006_2010,Italy_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3047,Italy_2011,Italy_Year_of_arrival_2011,G10B,G10b,2011 +G3048,Italy_2012,Italy_Year_of_arrival_2012,G10B,G10b,2012 +G3049,Italy_2013,Italy_Year_of_arrival_2013,G10B,G10b,2013 +G3050,Italy_2014,Italy_Year_of_arrival_2014,G10B,G10b,2014 +G3051,Italy_2015,Italy_Year_of_arrival_2015,G10B,G10b,2015 +G3052,Italy_2016,Italy_Year_of_arrival_2016,G10B,G10b,2016 +G3053,Italy_Yr_arrival_NS,Italy_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3054,Italy_Tot,Italy_Total,G10B,G10b,Total +G3055,Japan_Before_1946,Japan_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3056,Japan_1946_1955,Japan_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3057,Japan_1956_1965,Japan_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3058,Japan_1966_1975,Japan_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3059,Japan_1976_1985,Japan_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3060,Japan_1986_1995,Japan_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3061,Japan_1996_2005,Japan_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3062,Japan_2006_2010,Japan_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3063,Japan_2011,Japan_Year_of_arrival_2011,G10B,G10b,2011 +G3064,Japan_2012,Japan_Year_of_arrival_2012,G10B,G10b,2012 +G3065,Japan_2013,Japan_Year_of_arrival_2013,G10B,G10b,2013 +G3066,Japan_2014,Japan_Year_of_arrival_2014,G10B,G10b,2014 +G3067,Japan_2015,Japan_Year_of_arrival_2015,G10B,G10b,2015 +G3068,Japan_2016,Japan_Year_of_arrival_2016,G10B,G10b,2016 +G3069,Japan_Yr_arrival_NS,Japan_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3070,Japan_Tot,Japan_Total,G10B,G10b,Total +G3071,Korea_Rep_Sth_Before_1946,Korea_Republic_of_South_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3072,Korea_Rep_Sth_1946_1955,Korea_Republic_of_South_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3073,Korea_Rep_Sth_1956_1965,Korea_Republic_of_South_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3074,Korea_Rep_Sth_1966_1975,Korea_Republic_of_South_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3075,Korea_Rep_Sth_1976_1985,Korea_Republic_of_South_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3076,Korea_Rep_Sth_1986_1995,Korea_Republic_of_South_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3077,Korea_Rep_Sth_1996_2005,Korea_Republic_of_South_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3078,Korea_Rep_Sth_2006_2010,Korea_Republic_of_South_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3079,Korea_Republic_South_2011,Korea_Republic_of_South_Year_of_arrival_2011,G10B,G10b,2011 +G3080,Korea_Republic_South_2012,Korea_Republic_of_South_Year_of_arrival_2012,G10B,G10b,2012 +G3081,Korea_Republic_South_2013,Korea_Republic_of_South_Year_of_arrival_2013,G10B,G10b,2013 +G3082,Korea_Republic_South_2014,Korea_Republic_of_South_Year_of_arrival_2014,G10B,G10b,2014 +G3083,Korea_Republic_South_2015,Korea_Republic_of_South_Year_of_arrival_2015,G10B,G10b,2015 +G3084,Korea_Republic_South_2016,Korea_Republic_of_South_Year_of_arrival_2016,G10B,G10b,2016 +G3085,Korea_Repub_Sth_arrival_ns,Korea_Republic_of_South_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3086,Korea_Republic_South_Tot,Korea_Republic_of_South_Total,G10B,G10b,Total +G3087,Lebanon_Before_1946,Lebanon_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3088,Lebanon_1946_1955,Lebanon_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3089,Lebanon_1956_1965,Lebanon_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3090,Lebanon_1966_1975,Lebanon_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3091,Lebanon_1976_1985,Lebanon_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3092,Lebanon_1986_1995,Lebanon_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3093,Lebanon_1996_2005,Lebanon_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3094,Lebanon_2006_2010,Lebanon_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3095,Lebanon_2011,Lebanon_Year_of_arrival_2011,G10B,G10b,2011 +G3096,Lebanon_2012,Lebanon_Year_of_arrival_2012,G10B,G10b,2012 +G3097,Lebanon_2013,Lebanon_Year_of_arrival_2013,G10B,G10b,2013 +G3098,Lebanon_2014,Lebanon_Year_of_arrival_2014,G10B,G10b,2014 +G3099,Lebanon_2015,Lebanon_Year_of_arrival_2015,G10B,G10b,2015 +G3100,Lebanon_2016,Lebanon_Year_of_arrival_2016,G10B,G10b,2016 +G3101,Lebanon_Yr_arrival_NS,Lebanon_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3102,Lebanon_Tot,Lebanon_Total,G10B,G10b,Total +G3103,Malaysia_Before_1946,Malaysia_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3104,Malaysia_1946_1955,Malaysia_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3105,Malaysia_1956_1965,Malaysia_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3106,Malaysia_1966_1975,Malaysia_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3107,Malaysia_1976_1985,Malaysia_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3108,Malaysia_1986_1995,Malaysia_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3109,Malaysia_1996_2005,Malaysia_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3110,Malaysia_2006_2010,Malaysia_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3111,Malaysia_2011,Malaysia_Year_of_arrival_2011,G10B,G10b,2011 +G3112,Malaysia_2012,Malaysia_Year_of_arrival_2012,G10B,G10b,2012 +G3113,Malaysia_2013,Malaysia_Year_of_arrival_2013,G10B,G10b,2013 +G3114,Malaysia_2014,Malaysia_Year_of_arrival_2014,G10B,G10b,2014 +G3115,Malaysia_2015,Malaysia_Year_of_arrival_2015,G10B,G10b,2015 +G3116,Malaysia_2016,Malaysia_Year_of_arrival_2016,G10B,G10b,2016 +G3117,Malaysia_Yr_arrival_ns,Malaysia_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3118,Malaysia_Tot,Malaysia_Total,G10B,G10b,Total +G3119,Malta_Before_1946,Malta_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3120,Malta_1946_1955,Malta_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3121,Malta_1956_1965,Malta_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3122,Malta_1966_1975,Malta_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3123,Malta_1976_1985,Malta_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3124,Malta_1986_1995,Malta_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3125,Malta_1996_2005,Malta_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3126,Malta_2006_2010,Malta_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3127,Malta_2011,Malta_Year_of_arrival_2011,G10B,G10b,2011 +G3128,Malta_2012,Malta_Year_of_arrival_2012,G10B,G10b,2012 +G3129,Malta_2013,Malta_Year_of_arrival_2013,G10B,G10b,2013 +G3130,Malta_2014,Malta_Year_of_arrival_2014,G10B,G10b,2014 +G3131,Malta_2015,Malta_Year_of_arrival_2015,G10B,G10b,2015 +G3132,Malta_2016,Malta_Year_of_arrival_2016,G10B,G10b,2016 +G3133,Malta_Yr_arrival_NS,Malta_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3134,Malta_Tot,Malta_Total,G10B,G10b,Total +G3135,Netherlands_Before_1946,Netherlands_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3136,Netherlands_1946_1955,Netherlands_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3137,Netherlands_1956_1965,Netherlands_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3138,Netherlands_1966_1975,Netherlands_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3139,Netherlands_1976_1985,Netherlands_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3140,Netherlands_1986_1995,Netherlands_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3141,Netherlands_1996_2005,Netherlands_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3142,Netherlands_2006_2010,Netherlands_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3143,Netherlands_2011,Netherlands_Year_of_arrival_2011,G10B,G10b,2011 +G3144,Netherlands_2012,Netherlands_Year_of_arrival_2012,G10B,G10b,2012 +G3145,Netherlands_2013,Netherlands_Year_of_arrival_2013,G10B,G10b,2013 +G3146,Netherlands_2014,Netherlands_Year_of_arrival_2014,G10B,G10b,2014 +G3147,Netherlands_2015,Netherlands_Year_of_arrival_2015,G10B,G10b,2015 +G3148,Netherlands_2016,Netherlands_Year_of_arrival_2016,G10B,G10b,2016 +G3149,Netherlands_Yr_arrival_ns,Netherlands_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3150,Netherlands_Tot,Netherlands_Total,G10B,G10b,Total +G3151,New_Zealand_Before_1946,New_Zealand_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3152,New_Zealand_1946_1955,New_Zealand_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3153,New_Zealand_1956_1965,New_Zealand_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3154,New_Zealand_1966_1975,New_Zealand_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3155,New_Zealand_1976_1985,New_Zealand_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3156,New_Zealand_1986_1995,New_Zealand_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3157,New_Zealand_1996_2005,New_Zealand_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3158,New_Zealand_2006_2010,New_Zealand_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3159,New_Zealand_2011,New_Zealand_Year_of_arrival_2011,G10B,G10b,2011 +G3160,New_Zealand_2012,New_Zealand_Year_of_arrival_2012,G10B,G10b,2012 +G3161,New_Zealand_2013,New_Zealand_Year_of_arrival_2013,G10B,G10b,2013 +G3162,New_Zealand_2014,New_Zealand_Year_of_arrival_2014,G10B,G10b,2014 +G3163,New_Zealand_2015,New_Zealand_Year_of_arrival_2015,G10B,G10b,2015 +G3164,New_Zealand_2016,New_Zealand_Year_of_arrival_2016,G10B,G10b,2016 +G3165,New_Zealand_Yr_arrival_ns,New_Zealand_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3166,New_Zealand_Tot,New_Zealand_Total,G10B,G10b,Total +G3167,Pakistan_Before_1946,Pakistan_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3168,Pakistan_1946_1955,Pakistan_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3169,Pakistan_1956_1965,Pakistan_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3170,Pakistan_1966_1975,Pakistan_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3171,Pakistan_1976_1985,Pakistan_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3172,Pakistan_1986_1995,Pakistan_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3173,Pakistan_1996_2005,Pakistan_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3174,Pakistan_2006_2010,Pakistan_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3175,Pakistan_2011,Pakistan_Year_of_arrival_2011,G10B,G10b,2011 +G3176,Pakistan_2012,Pakistan_Year_of_arrival_2012,G10B,G10b,2012 +G3177,Pakistan_2013,Pakistan_Year_of_arrival_2013,G10B,G10b,2013 +G3178,Pakistan_2014,Pakistan_Year_of_arrival_2014,G10B,G10b,2014 +G3179,Pakistan_2015,Pakistan_Year_of_arrival_2015,G10B,G10b,2015 +G3180,Pakistan_2016,Pakistan_Year_of_arrival_2016,G10B,G10b,2016 +G3181,Pakistan_Yr_arrival_NS,Pakistan_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3182,Pakistan_Tot,Pakistan_Total,G10B,G10b,Total +G3183,Philippines_Before_1946,Philippines_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3184,Philippines_1946_1955,Philippines_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3185,Philippines_1956_1965,Philippines_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3186,Philippines_1966_1975,Philippines_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3187,Philippines_1976_1985,Philippines_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3188,Philippines_1986_1995,Philippines_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3189,Philippines_1996_2005,Philippines_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3190,Philippines_2006_2010,Philippines_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3191,Philippines_2011,Philippines_Year_of_arrival_2011,G10B,G10b,2011 +G3192,Philippines_2012,Philippines_Year_of_arrival_2012,G10B,G10b,2012 +G3193,Philippines_2013,Philippines_Year_of_arrival_2013,G10B,G10b,2013 +G3194,Philippines_2014,Philippines_Year_of_arrival_2014,G10B,G10b,2014 +G3195,Philippines_2015,Philippines_Year_of_arrival_2015,G10B,G10b,2015 +G3196,Philippines_2016,Philippines_Year_of_arrival_2016,G10B,G10b,2016 +G3197,Philippines_Yr_arrival_ns,Philippines_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3198,Philippines_Tot,Philippines_Total,G10B,G10b,Total +G3199,Poland_Before_1946,Poland_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3200,Poland_1946_1955,Poland_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3201,Poland_1956_1965,Poland_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3202,Poland_1966_1975,Poland_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3203,Poland_1976_1985,Poland_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3204,Poland_1986_1995,Poland_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3205,Poland_1996_2005,Poland_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3206,Poland_2006_2010,Poland_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3207,Poland_2011,Poland_Year_of_arrival_2011,G10B,G10b,2011 +G3208,Poland_2012,Poland_Year_of_arrival_2012,G10B,G10b,2012 +G3209,Poland_2013,Poland_Year_of_arrival_2013,G10B,G10b,2013 +G3210,Poland_2014,Poland_Year_of_arrival_2014,G10B,G10b,2014 +G3211,Poland_2015,Poland_Year_of_arrival_2015,G10B,G10b,2015 +G3212,Poland_2016,Poland_Year_of_arrival_2016,G10B,G10b,2016 +G3213,Poland_Yr_arrival_NS,Poland_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3214,Poland_Tot,Poland_Total,G10B,G10b,Total +G3215,Singapore_Before_1946,Singapore_Year_of_arrival_Before_1946,G10B,G10a,Before 1946 +G3216,Singapore_1946_1955,Singapore_Year_of_arrival_1946_1955,G10B,G10a,1946-1955 +G3217,Singapore_1956_1965,Singapore_Year_of_arrival_1956_1965,G10B,G10a,1956-1965 +G3218,Singapore_1966_1975,Singapore_Year_of_arrival_1966_1975,G10B,G10a,1966-1975 +G3219,Singapore_1976_1985,Singapore_Year_of_arrival_1976_1985,G10B,G10a,1976-1985 +G3220,Singapore_1986_1995,Singapore_Year_of_arrival_1986_1995,G10B,G10a,1986-1995 +G3221,Singapore_1996_2005,Singapore_Year_of_arrival_1996_2005,G10B,G10a,1996-2005 +G3222,Singapore_2006_2010,Singapore_Year_of_arrival_2006_2010,G10B,G10a,2006-2010 +G3223,Singapore_2011,Singapore_Year_of_arrival_2011,G10B,G10b,2011 +G3224,Singapore_2012,Singapore_Year_of_arrival_2012,G10B,G10b,2012 +G3225,Singapore_2013,Singapore_Year_of_arrival_2013,G10B,G10b,2013 +G3226,Singapore_2014,Singapore_Year_of_arrival_2014,G10B,G10b,2014 +G3227,Singapore_2015,Singapore_Year_of_arrival_2015,G10B,G10b,2015 +G3228,Singapore_2016,Singapore_Year_of_arrival_2016,G10B,G10b,2016 +G3229,Singapore_Yr_arrival_ns,Singapore_Year_of_arrival_not_stated,G10B,G10b,Year of arrival not stated +G3230,Singapore_Tot,Singapore_Total,G10B,G10b,Total +G3231,South_Africa_Before_1946,South_Africa_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3232,South_Africa_1946_1955,South_Africa_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3233,South_Africa_1956_1965,South_Africa_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3234,South_Africa_1966_1975,South_Africa_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3235,South_Africa_1976_1985,South_Africa_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3236,South_Africa_1986_1995,South_Africa_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3237,South_Africa_1996_2005,South_Africa_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3238,South_Africa_2006_2010,South_Africa_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3239,South_Africa_2011,South_Africa_Year_of_arrival_2011,G10C,G10b,2011 +G3240,South_Africa_2012,South_Africa_Year_of_arrival_2012,G10C,G10b,2012 +G3241,South_Africa_2013,South_Africa_Year_of_arrival_2013,G10C,G10b,2013 +G3242,South_Africa_2014,South_Africa_Year_of_arrival_2014,G10C,G10b,2014 +G3243,South_Africa_2015,South_Africa_Year_of_arrival_2015,G10C,G10b,2015 +G3244,South_Africa_2016,South_Africa_Year_of_arrival_2016,G10C,G10b,2016 +G3245,South_Africa_Yr_arrival_ns,South_Africa_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3246,South_Africa_Tot,South_Africa_Total,G10C,G10b,Total +G3247,Sri_Lanka_Before_1946,Sri_Lanka_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3248,Sri_Lanka_1946_1955,Sri_Lanka_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3249,Sri_Lanka_1956_1965,Sri_Lanka_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3250,Sri_Lanka_1966_1975,Sri_Lanka_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3251,Sri_Lanka_1976_1985,Sri_Lanka_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3252,Sri_Lanka_1986_1995,Sri_Lanka_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3253,Sri_Lanka_1996_2005,Sri_Lanka_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3254,Sri_Lanka_2006_2010,Sri_Lanka_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3255,Sri_Lanka_2011,Sri_Lanka_Year_of_arrival_2011,G10C,G10b,2011 +G3256,Sri_Lanka_2012,Sri_Lanka_Year_of_arrival_2012,G10C,G10b,2012 +G3257,Sri_Lanka_2013,Sri_Lanka_Year_of_arrival_2013,G10C,G10b,2013 +G3258,Sri_Lanka_2014,Sri_Lanka_Year_of_arrival_2014,G10C,G10b,2014 +G3259,Sri_Lanka_2015,Sri_Lanka_Year_of_arrival_2015,G10C,G10b,2015 +G3260,Sri_Lanka_2016,Sri_Lanka_Year_of_arrival_2016,G10C,G10b,2016 +G3261,Sri_Lanka_Yr_arrival_ns,Sri_Lanka_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3262,Sri_Lanka_Tot,Sri_Lanka_Total,G10C,G10b,Total +G3263,Thailand_Before_1946,Thailand_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3264,Thailand_1946_1955,Thailand_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3265,Thailand_1956_1965,Thailand_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3266,Thailand_1966_1975,Thailand_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3267,Thailand_1976_1985,Thailand_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3268,Thailand_1986_1995,Thailand_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3269,Thailand_1996_2005,Thailand_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3270,Thailand_2006_2010,Thailand_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3271,Thailand_2011,Thailand_Year_of_arrival_2011,G10C,G10b,2011 +G3272,Thailand_2012,Thailand_Year_of_arrival_2012,G10C,G10b,2012 +G3273,Thailand_2013,Thailand_Year_of_arrival_2013,G10C,G10b,2013 +G3274,Thailand_2014,Thailand_Year_of_arrival_2014,G10C,G10b,2014 +G3275,Thailand_2015,Thailand_Year_of_arrival_2015,G10C,G10b,2015 +G3276,Thailand_2016,Thailand_Year_of_arrival_2016,G10C,G10b,2016 +G3277,Thailand_Yr_arrival_ns,Thailand_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3278,Thailand_Tot,Thailand_Total,G10C,G10b,Total +G3279,FYROM_Before_1946,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3280,FYROM_1946_1955,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3281,FYROM_1956_1965,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3282,FYROM_1966_1975,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3283,FYROM_1976_1985,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3284,FYROM_1986_1995,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3285,FYROM_1996_2005,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3286,FYROM_2006_2010,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3287,FYROM_2011,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_2011,G10C,G10b,2011 +G3288,FYROM_2012,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_2012,G10C,G10b,2012 +G3289,FYROM_2013,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_2013,G10C,G10b,2013 +G3290,FYROM_2014,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_2014,G10C,G10b,2014 +G3291,FYROM_2015,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_2015,G10C,G10b,2015 +G3292,FYROM_2016,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_2016,G10C,G10b,2016 +G3293,FYROM_arrival_ns,The_Former_Yugoslav_Republic_of_Macedonia_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3294,FYROM_Tot,The_Former_Yugoslav_Republic_of_Macedonia_Total,G10C,G10b,Total +G3295,Turkey_Before_1946,Turkey_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3296,Turkey_1946_1955,Turkey_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3297,Turkey_1956_1965,Turkey_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3298,Turkey_1966_1975,Turkey_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3299,Turkey_1976_1985,Turkey_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3300,Turkey_1986_1995,Turkey_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3301,Turkey_1996_2005,Turkey_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3302,Turkey_2006_2010,Turkey_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3303,Turkey_2011,Turkey_Year_of_arrival_2011,G10C,G10b,2011 +G3304,Turkey_2012,Turkey_Year_of_arrival_2012,G10C,G10b,2012 +G3305,Turkey_2013,Turkey_Year_of_arrival_2013,G10C,G10b,2013 +G3306,Turkey_2014,Turkey_Year_of_arrival_2014,G10C,G10b,2014 +G3307,Turkey_2015,Turkey_Year_of_arrival_2015,G10C,G10b,2015 +G3308,Turkey_2016,Turkey_Year_of_arrival_2016,G10C,G10b,2016 +G3309,Turkey_Yr_arrival_ns,Turkey_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3310,Turkey_Tot,Turkey_Total,G10C,G10b,Total +G3311,United_Kingdom_Before_1946,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3312,United_Kingdom_1946_1955,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3313,United_Kingdom_1956_1965,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3314,United_Kingdom_1966_1975,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3315,United_Kingdom_1976_1985,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3316,United_Kingdom_1986_1995,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3317,United_Kingdom_1996_2005,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3318,United_Kingdom_2006_2010,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3319,United_Kingdom_2011,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_2011,G10C,G10b,2011 +G3320,United_Kingdom_2012,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_2012,G10C,G10b,2012 +G3321,United_Kingdom_2013,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_2013,G10C,G10b,2013 +G3322,United_Kingdom_2014,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_2014,G10C,G10b,2014 +G3323,United_Kingdom_2015,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_2015,G10C,G10b,2015 +G3324,United_Kingdom_2016,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_2016,G10C,G10b,2016 +G3325,United_Kingdom_Yr_arrival_ns,United_Kingdom_Channel_Islands_and_Isle_of_Man_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3326,United_Kingdom_Tot,United_Kingdom_Channel_Islands_and_Isle_of_Man_Total,G10C,G10b,Total +G3327,USA_Before_1946,United_States_of_America_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3328,USA_1946_1955,United_States_of_America_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3329,USA_1956_1965,United_States_of_America_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3330,USA_1966_1975,United_States_of_America_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3331,USA_1976_1985,United_States_of_America_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3332,USA_1986_1995,United_States_of_America_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3333,USA_1996_2005,United_States_of_America_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3334,USA_2006_2010,United_States_of_America_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3335,United_States_America_2011,United_States_of_America_Year_of_arrival_2011,G10C,G10b,2011 +G3336,United_States_America_2012,United_States_of_America_Year_of_arrival_2012,G10C,G10b,2012 +G3337,United_States_America_2013,United_States_of_America_Year_of_arrival_2013,G10C,G10b,2013 +G3338,United_States_America_2014,United_States_of_America_Year_of_arrival_2014,G10C,G10b,2014 +G3339,United_States_America_2015,United_States_of_America_Year_of_arrival_2015,G10C,G10b,2015 +G3340,United_States_America_2016,United_States_of_America_Year_of_arrival_2016,G10C,G10b,2016 +G3341,USA_year_of_arrival_ns,United_States_of_America_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3342,USA_Total,United_States_of_America_Total,G10C,G10b,Total +G3343,Vietnam_Before_1946,Vietnam_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3344,Vietnam_1946_1955,Vietnam_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3345,Vietnam_1956_1965,Vietnam_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3346,Vietnam_1966_1975,Vietnam_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3347,Vietnam_1976_1985,Vietnam_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3348,Vietnam_1986_1995,Vietnam_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3349,Vietnam_1996_2005,Vietnam_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3350,Vietnam_2006_2010,Vietnam_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3351,Vietnam_2011,Vietnam_Year_of_arrival_2011,G10C,G10b,2011 +G3352,Vietnam_2012,Vietnam_Year_of_arrival_2012,G10C,G10b,2012 +G3353,Vietnam_2013,Vietnam_Year_of_arrival_2013,G10C,G10b,2013 +G3354,Vietnam_2014,Vietnam_Year_of_arrival_2014,G10C,G10b,2014 +G3355,Vietnam_2015,Vietnam_Year_of_arrival_2015,G10C,G10b,2015 +G3356,Vietnam_2016,Vietnam_Year_of_arrival_2016,G10C,G10b,2016 +G3357,Vietnam_Yr_arrival_NS,Vietnam_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3358,Vietnam_Tot,Vietnam_Total,G10C,G10b,Total +G3359,Zimbabwe_Before_1946,Zimbabwe_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3360,Zimbabwe_1946_1955,Zimbabwe_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3361,Zimbabwe_1956_1965,Zimbabwe_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3362,Zimbabwe_1966_1975,Zimbabwe_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3363,Zimbabwe_1976_1985,Zimbabwe_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3364,Zimbabwe_1986_1995,Zimbabwe_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3365,Zimbabwe_1996_2005,Zimbabwe_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3366,Zimbabwe_2006_2010,Zimbabwe_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3367,Zimbabwe_2011,Zimbabwe_Year_of_arrival_2011,G10C,G10b,2011 +G3368,Zimbabwe_2012,Zimbabwe_Year_of_arrival_2012,G10C,G10b,2012 +G3369,Zimbabwe_2013,Zimbabwe_Year_of_arrival_2013,G10C,G10b,2013 +G3370,Zimbabwe_2014,Zimbabwe_Year_of_arrival_2014,G10C,G10b,2014 +G3371,Zimbabwe_2015,Zimbabwe_Year_of_arrival_2015,G10C,G10b,2015 +G3372,Zimbabwe_2016,Zimbabwe_Year_of_arrival_2016,G10C,G10b,2016 +G3373,Zimbabwe_Yr_arrival_NS,Zimbabwe_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3374,Zimbabwe_Tot,Zimbabwe_Total,G10C,G10b,Total +G3375,Born_elsewhere_Before_1946,Born_elsewhere_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3376,Born_elsewhere_1946_1955,Born_elsewhere_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3377,Born_elsewhere_1956_1965,Born_elsewhere_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3378,Born_elsewhere_1966_1975,Born_elsewhere_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3379,Born_elsewhere_1976_1985,Born_elsewhere_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3380,Born_elsewhere_1986_1995,Born_elsewhere_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3381,Born_elsewhere_1996_2005,Born_elsewhere_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3382,Born_elsewhere_2006_2010,Born_elsewhere_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3383,Born_elsewhere_2011,Born_elsewhere_Year_of_arrival_2011,G10C,G10b,2011 +G3384,Born_elsewhere_2012,Born_elsewhere_Year_of_arrival_2012,G10C,G10b,2012 +G3385,Born_elsewhere_2013,Born_elsewhere_Year_of_arrival_2013,G10C,G10b,2013 +G3386,Born_elsewhere_2014,Born_elsewhere_Year_of_arrival_2014,G10C,G10b,2014 +G3387,Born_elsewhere_2015,Born_elsewhere_Year_of_arrival_2015,G10C,G10b,2015 +G3388,Born_elsewhere_2016,Born_elsewhere_Year_of_arrival_2016,G10C,G10b,2016 +G3389,Born_elsewhere_Yr_arrival_ns,Born_elsewhere_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3390,Born_elsewhere_Tot,Born_elsewhere_Total,G10C,G10b,Total +G3391,Tot_Before_1946,Total_Year_of_arrival_Before_1946,G10C,G10a,Before 1946 +G3392,Tot_1946_1955,Total_Year_of_arrival_1946_1955,G10C,G10a,1946-1955 +G3393,Tot_1956_1965,Total_Year_of_arrival_1956_1965,G10C,G10a,1956-1965 +G3394,Tot_1966_1975,Total_Year_of_arrival_1966_1975,G10C,G10a,1966-1975 +G3395,Tot_1976_1985,Total_Year_of_arrival_1976_1985,G10C,G10a,1976-1985 +G3396,Tot_1986_1995,Total_Year_of_arrival_1986_1995,G10C,G10a,1986-1995 +G3397,Tot_1996_2005,Total_Year_of_arrival_1996_2005,G10C,G10a,1996-2005 +G3398,Tot_2006_2010,Total_Year_of_arrival_2006_2010,G10C,G10a,2006-2010 +G3399,Tot_2011,Total_Year_of_arrival_2011,G10C,G10b,2011 +G3400,Tot_2012,Total_Year_of_arrival_2012,G10C,G10b,2012 +G3401,Tot_2013,Total_Year_of_arrival_2013,G10C,G10b,2013 +G3402,Tot_2014,Total_Year_of_arrival_2014,G10C,G10b,2014 +G3403,Tot_2015,Total_Year_of_arrival_2015,G10C,G10b,2015 +G3404,Tot_2016,Total_Year_of_arrival_2016,G10C,G10b,2016 +G3405,Tot_Yr_arrival_NS,Total_Year_of_arrival_not_stated,G10C,G10b,Year of arrival not stated +G3406,Tot_Tot,Total_Total,G10C,G10b,Total +G3407,A0_14_SEO_B00,Aged_0_14_YEARS_Speaks_English_only_Before_2000,G11A,G11a,Before 2000|AGED 0-14 YEARS +G3408,A0_14_SEO_00_05,Aged_0_14_YEARS_Speaks_English_only_2000_2005,G11A,G11a,2000_2005|AGED 0-14 YEARS +G3409,A0_14_SEO_06_10,Aged_0_14_YEARS_Speaks_English_only_2006_2010,G11A,G11a,2006-2010|AGED 0-14 YEARS +G3410,A0_14_SEO_11,Aged_0_14_YEARS_Speaks_English_only_2011,G11A,G11a,2011|AGED 0-14 YEARS +G3411,A0_14_SEO_12,Aged_0_14_YEARS_Speaks_English_only_2012,G11A,G11a,2012|AGED 0-14 YEARS +G3412,A0_14_SEO_13,Aged_0_14_YEARS_Speaks_English_only_2013,G11A,G11a,2013|AGED 0-14 YEARS +G3413,A0_14_SEO_14,Aged_0_14_YEARS_Speaks_English_only_2014,G11A,G11a,2014|AGED 0-14 YEARS +G3414,A0_14_SEO_15,Aged_0_14_YEARS_Speaks_English_only_2015,G11A,G11a,2015|AGED 0-14 YEARS +G3415,A0_14_SEO_16,Aged_0_14_YEARS_Speaks_English_only_2016,G11A,G11a,2016|AGED 0-14 YEARS +G3416,A0_14_SEO_YNS,Aged_0_14_YEARS_Speaks_English_only_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 0-14 YEARS +G3417,A0_14_SEO_T,Aged_0_14_YEARS_Speaks_English_only_Total,G11A,G11a,Total|AGED 0-14 YEARS +G3418,A0_14_SOLSE_VWW_B00,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11A,G11a,Before 2000|AGED 0-14 YEARS +G3419,A0_14_SOLSE_VWW_00_05,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11A,G11a,2000_2005|AGED 0-14 YEARS +G3420,A0_14_SOLSE_VWW_06_10,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11A,G11a,2006-2010|AGED 0-14 YEARS +G3421,A0_14_SOLSE_VWW_11,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11A,G11a,2011|AGED 0-14 YEARS +G3422,A0_14_SOLSE_VWW_12,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11A,G11a,2012|AGED 0-14 YEARS +G3423,A0_14_SOLSE_VWW_13,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11A,G11a,2013|AGED 0-14 YEARS +G3424,A0_14_SOLSE_VWW_14,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11A,G11a,2014|AGED 0-14 YEARS +G3425,A0_14_SOLSE_VWW_15,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11A,G11a,2015|AGED 0-14 YEARS +G3426,A0_14_SOLSE_VWW_16,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11A,G11a,2016|AGED 0-14 YEARS +G3427,A0_14_SOLSE_VWW_YNS,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 0-14 YEARS +G3428,A0_14_SOLSE_VWW_T,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11A,G11a,Total|AGED 0-14 YEARS +G3429,A0_14_SOLSE_NWNAA_B00,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11A,G11a,Before 2000|AGED 0-14 YEARS +G3430,A0_14_SOLSE_NWNAA_00_05,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11A,G11a,2000_2005|AGED 0-14 YEARS +G3431,A0_14_SOLSE_NWNAA_06_10,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11A,G11a,2006-2015|AGED 0-14 YEARS +G3432,A0_14_SOLSE_NWNAA_11,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11A,G11a,2011|AGED 0-14 YEARS +G3433,A0_14_SOLSE_NWNAA_12,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11A,G11a,2012|AGED 0-14 YEARS +G3434,A0_14_SOLSE_NWNAA_13,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11A,G11a,2013|AGED 0-14 YEARS +G3435,A0_14_SOLSE_NWNAA_14,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11A,G11a,2014|AGED 0-14 YEARS +G3436,A0_14_SOLSE_NWNAA_15,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11A,G11a,2015|AGED 0-14 YEARS +G3437,A0_14_SOLSE_NWNAA_16,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11A,G11a,2016|AGED 0-14 YEARS +G3438,A0_14_SOLSE_NWNAA_YNS,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 0-14 YEARS +G3439,A0_14_SOLSE_NWNAA_T,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11A,G11a,Total|AGED 0-14 YEARS +G3440,A0_14_SOLSE_PinE_NS_B00,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11A,G11a,Before 2000|AGED 0-14 YEARS +G3441,A0_14_SOLSE_PinE_NS_00_05,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11A,G11a,2000_2005|AGED 0-14 YEARS +G3442,A0_14_SOLSE_PinE_NS_06_10,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11A,G11a,2006-2010|AGED 0-14 YEARS +G3443,A0_14_SOLSE_PinE_NS_11,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11A,G11a,2011|AGED 0-14 YEARS +G3444,A0_14_SOLSE_PinE_NS_12,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11A,G11a,2012|AGED 0-14 YEARS +G3445,A0_14_SOLSE_PinE_NS_13,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11A,G11a,2013|AGED 0-14 YEARS +G3446,A0_14_SOLSE_PinE_NS_14,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11A,G11a,2014|AGED 0-14 YEARS +G3447,A0_14_SOLSE_PinE_NS_15,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11A,G11a,2015|AGED 0-14 YEARS +G3448,A0_14_SOLSE_PinE_NS_16,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11A,G11a,2016|AGED 0-14 YEARS +G3449,A0_14_SOLSE_PinE_NS_YNS,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 0-14 YEARS +G3450,A0_14_SOLSE_PinE_NS_T,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11A,G11a,Total|AGED 0-14 YEARS +G3451,A0_14_SOLSE_T_B00,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_Before_2000,G11A,G11a,Before 2000|AGED 0-14 YEARS +G3452,A0_14_SOLSE_T_00_05,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_2000_2005,G11A,G11a,2000_2005|AGED 0-14 YEARS +G3453,A0_14_SOLSE_T_06_10,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_2006_2010,G11A,G11a,2006-2015|AGED 0-14 YEARS +G3454,A0_14_SOLSE_T_11,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_2011,G11A,G11a,2011|AGED 0-14 YEARS +G3455,A0_14_SOLSE_T_12,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_2012,G11A,G11a,2012|AGED 0-14 YEARS +G3456,A0_14_SOLSE_T_13,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_2013,G11A,G11a,2013|AGED 0-14 YEARS +G3457,A0_14_SOLSE_T_14,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_2014,G11A,G11a,2014|AGED 0-14 YEARS +G3458,A0_14_SOLSE_T_15,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_2015,G11A,G11a,2015|AGED 0-14 YEARS +G3459,A0_14_SOLSE_T_16,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_2016,G11A,G11a,2016|AGED 0-14 YEARS +G3460,A0_14_SOLSE_T_YNS,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 0-14 YEARS +G3461,A0_14_SOLSE_T_T,Aged_0_14_YEARS_Speaks_other_language_and_speaks_English_Total_Total,G11A,G11a,Total|AGED 0-14 YEARS +G3462,A0_14_L_PinE_NS_B00,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_Before_2000,G11A,G11a,Before 2000|AGED 0-14 YEARS +G3463,A0_14_L_PinE_NS_00_05,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_2000_2005,G11A,G11a,2000_2005|AGED 0-14 YEARS +G3464,A0_14_L_PinE_NS_06_10,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_2006_2010,G11A,G11a,2006-2010|AGED 0-14 YEARS +G3465,A0_14_L_PinE_NS_11,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_2011,G11A,G11a,2011|AGED 0-14 YEARS +G3466,A0_14_L_PinE_NS_12,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_2012,G11A,G11a,2012|AGED 0-14 YEARS +G3467,A0_14_L_PinE_NS_13,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_2013,G11A,G11a,2013|AGED 0-14 YEARS +G3468,A0_14_L_PinE_NS_14,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_2014,G11A,G11a,2014|AGED 0-14 YEARS +G3469,A0_14_L_PinE_NS_15,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_2015,G11A,G11a,2015|AGED 0-14 YEARS +G3470,A0_14_L_PinE_NS_16,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_2016,G11A,G11a,2016|AGED 0-14 YEARS +G3471,A0_14_L_PinE_NS_YNS,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 0-14 YEARS +G3472,A0_14_L_PinE_NS_T,Aged_0_14_YEARS_Language_and_proficiency_in_English_not_stated_Total,G11A,G11a,Total|AGED 0-14 YEARS +G3473,A0_14_T_B00,Aged_0_14_YEARS_Total_Before_2000,G11A,G11a,Before 2000|AGED 0-14 YEARS +G3474,A0_14_T_00_05,Aged_0_14_YEARS_Total_2000_2005,G11A,G11a,2000_2005|AGED 0-14 YEARS +G3475,A0_14_T_06_10,Aged_0_14_YEARS_Total_2006_2010,G11A,G11a,2006-2015|AGED 0-14 YEARS +G3476,A0_14_T_11,Aged_0_14_YEARS_Total_2011,G11A,G11a,2011|AGED 0-14 YEARS +G3477,A0_14_T_12,Aged_0_14_YEARS_Total_2012,G11A,G11a,2012|AGED 0-14 YEARS +G3478,A0_14_T_13,Aged_0_14_YEARS_Total_2013,G11A,G11a,2013|AGED 0-14 YEARS +G3479,A0_14_T_14,Aged_0_14_YEARS_Total_2014,G11A,G11a,2014|AGED 0-14 YEARS +G3480,A0_14_T_15,Aged_0_14_YEARS_Total_2015,G11A,G11a,2015|AGED 0-14 YEARS +G3481,A0_14_T_16,Aged_0_14_YEARS_Total_2016,G11A,G11a,2016|AGED 0-14 YEARS +G3482,A0_14_T_YNS,Aged_0_14_YEARS_Total_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 0-14 YEARS +G3483,A0_14_T_T,Aged_0_14_YEARS_Total_Total,G11A,G11a,Total|AGED 0-14 YEARS +G3484,A15_24_SEO_B00,Aged_15_24_YEARS_Speaks_English_only_Before_2000,G11A,G11a,Before 2000|AGED 15-24 YEARS +G3485,A15_24_SEO_00_05,Aged_15_24_YEARS_Speaks_English_only_2000_2005,G11A,G11a,2000_2005|AGED 15-24 YEARS +G3486,A15_24_SEO_06_10,Aged_15_24_YEARS_Speaks_English_only_2006_2010,G11A,G11a,2006-2010|AGED 15-24 YEARS +G3487,A15_24_SEO_11,Aged_15_24_YEARS_Speaks_English_only_2011,G11A,G11a,2011|AGED 15-24 YEARS +G3488,A15_24_SEO_12,Aged_15_24_YEARS_Speaks_English_only_2012,G11A,G11a,2012|AGED 15-24 YEARS +G3489,A15_24_SEO_13,Aged_15_24_YEARS_Speaks_English_only_2013,G11A,G11a,2013|AGED 15-24 YEARS +G3490,A15_24_SEO_14,Aged_15_24_YEARS_Speaks_English_only_2014,G11A,G11a,2014|AGED 15-24 YEARS +G3491,A15_24_SEO_15,Aged_15_24_YEARS_Speaks_English_only_2015,G11A,G11a,2015|AGED 15-24 YEARS +G3492,A15_24_SEO_16,Aged_15_24_YEARS_Speaks_English_only_2016,G11A,G11a,2016|AGED 15-24 YEARS +G3493,A15_24_SEO_YNS,Aged_15_24_YEARS_Speaks_English_only_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 15-24 YEARS +G3494,A15_24_SEO_T,Aged_15_24_YEARS_Speaks_English_only_Total,G11A,G11a,Total|AGED 15-24 YEARS +G3495,A15_24_SOLSE_VWW_B00,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11A,G11a,Before 2000|AGED 15-24 YEARS +G3496,A15_24_SOLSE_VWW_00_05,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11A,G11a,2000_2005|AGED 15-24 YEARS +G3497,A15_24_SOLSE_VWW_06_10,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11A,G11a,2006-2015|AGED 15-24 YEARS +G3498,A15_24_SOLSE_VWW_11,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11A,G11a,2011|AGED 15-24 YEARS +G3499,A15_24_SOLSE_VWW_12,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11A,G11a,2012|AGED 15-24 YEARS +G3500,A15_24_SOLSE_VWW_13,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11A,G11a,2013|AGED 15-24 YEARS +G3501,A15_24_SOLSE_VWW_14,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11A,G11a,2014|AGED 15-24 YEARS +G3502,A15_24_SOLSE_VWW_15,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11A,G11a,2015|AGED 15-24 YEARS +G3503,A15_24_SOLSE_VWW_16,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11A,G11a,2016|AGED 15-24 YEARS +G3504,A15_24_SOLSE_VWW_YNS,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 15-24 YEARS +G3505,A15_24_SOLSE_VWW_T,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11A,G11a,Total|AGED 15-24 YEARS +G3506,A15_24_SOLSE_NWNAA_B00,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11A,G11a,Before 2000|AGED 15-24 YEARS +G3507,A15_24_SOLSE_NWNAA_00_05,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11A,G11a,2000_2005|AGED 15-24 YEARS +G3508,A15_24_SOLSE_NWNAA_06_10,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11A,G11a,2006-2010|AGED 15-24 YEARS +G3509,A15_24_SOLSE_NWNAA_11,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11A,G11a,2011|AGED 15-24 YEARS +G3510,A15_24_SOLSE_NWNAA_12,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11A,G11a,2012|AGED 15-24 YEARS +G3511,A15_24_SOLSE_NWNAA_13,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11A,G11a,2013|AGED 15-24 YEARS +G3512,A15_24_SOLSE_NWNAA_14,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11A,G11a,2014|AGED 15-24 YEARS +G3513,A15_24_SOLSE_NWNAA_15,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11A,G11a,2015|AGED 15-24 YEARS +G3514,A15_24_SOLSE_NWNAA_16,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11A,G11a,2016|AGED 15-24 YEARS +G3515,A15_24_SOLSE_NWNAA_YNS,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 15-24 YEARS +G3516,A15_24_SOLSE_NWNAA_T,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11A,G11a,Total|AGED 15-24 YEARS +G3517,A15_24_SOLSE_PinE_NS_B00,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11A,G11a,Before 2000|AGED 15-24 YEARS +G3518,A15_24_SOLSE_PinE_NS_00_05,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11A,G11a,2000_2005|AGED 15-24 YEARS +G3519,A15_24_SOLSE_PinE_NS_06_10,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11A,G11a,2006-2015|AGED 15-24 YEARS +G3520,A15_24_SOLSE_PinE_NS_11,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11A,G11a,2011|AGED 15-24 YEARS +G3521,A15_24_SOLSE_PinE_NS_12,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11A,G11a,2012|AGED 15-24 YEARS +G3522,A15_24_SOLSE_PinE_NS_13,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11A,G11a,2013|AGED 15-24 YEARS +G3523,A15_24_SOLSE_PinE_NS_14,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11A,G11a,2014|AGED 15-24 YEARS +G3524,A15_24_SOLSE_PinE_NS_15,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11A,G11a,2015|AGED 15-24 YEARS +G3525,A15_24_SOLSE_PinE_NS_16,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11A,G11a,2016|AGED 15-24 YEARS +G3526,A15_24_SOLSE_PinE_NS_YNS,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 15-24 YEARS +G3527,A15_24_SOLSE_PinE_NS_T,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11A,G11a,Total|AGED 15-24 YEARS +G3528,A15_24_SOLSE_T_B00,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_Before_2000,G11A,G11a,Before 2000|AGED 15-24 YEARS +G3529,A15_24_SOLSE_T_00_05,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_2000_2005,G11A,G11a,2000_2005|AGED 15-24 YEARS +G3530,A15_24_SOLSE_T_06_10,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_2006_2010,G11A,G11a,2006-2010|AGED 15-24 YEARS +G3531,A15_24_SOLSE_T_11,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_2011,G11A,G11a,2011|AGED 15-24 YEARS +G3532,A15_24_SOLSE_T_12,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_2012,G11A,G11a,2012|AGED 15-24 YEARS +G3533,A15_24_SOLSE_T_13,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_2013,G11A,G11a,2013|AGED 15-24 YEARS +G3534,A15_24_SOLSE_T_14,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_2014,G11A,G11a,2014|AGED 15-24 YEARS +G3535,A15_24_SOLSE_T_15,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_2015,G11A,G11a,2015|AGED 15-24 YEARS +G3536,A15_24_SOLSE_T_16,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_2016,G11A,G11a,2016|AGED 15-24 YEARS +G3537,A15_24_SOLSE_T_YNS,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 15-24 YEARS +G3538,A15_24_SOLSE_T_T,Aged_15_24_YEARS_Speaks_other_language_and_speaks_English_Total_Total,G11A,G11a,Total|AGED 15-24 YEARS +G3539,A15_24_L_PinE_NS_B00,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_Before_2000,G11A,G11a,Before 2000|AGED 15-24 YEARS +G3540,A15_24_L_PinE_NS_00_05,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_2000_2005,G11A,G11a,2000_2005|AGED 15-24 YEARS +G3541,A15_24_L_PinE_NS_06_10,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_2006_2010,G11A,G11a,2006-2015|AGED 15-24 YEARS +G3542,A15_24_L_PinE_NS_11,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_2011,G11A,G11a,2011|AGED 15-24 YEARS +G3543,A15_24_L_PinE_NS_12,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_2012,G11A,G11a,2012|AGED 15-24 YEARS +G3544,A15_24_L_PinE_NS_13,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_2013,G11A,G11a,2013|AGED 15-24 YEARS +G3545,A15_24_L_PinE_NS_14,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_2014,G11A,G11a,2014|AGED 15-24 YEARS +G3546,A15_24_L_PinE_NS_15,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_2015,G11A,G11a,2015|AGED 15-24 YEARS +G3547,A15_24_L_PinE_NS_16,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_2016,G11A,G11a,2016|AGED 15-24 YEARS +G3548,A15_24_L_PinE_NS_YNS,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 15-24 YEARS +G3549,A15_24_L_PinE_NS_T,Aged_15_24_YEARS_Language_and_proficiency_in_English_not_stated_Total,G11A,G11a,Total|AGED 15-24 YEARS +G3550,A15_24_T_B00,Aged_15_24_YEARS_Total_Before_2000,G11A,G11a,Before 2000|AGED 15-24 YEARS +G3551,A15_24_T_00_05,Aged_15_24_YEARS_Total_2000_2005,G11A,G11a,2000_2005|AGED 15-24 YEARS +G3552,A15_24_T_06_10,Aged_15_24_YEARS_Total_2006_2010,G11A,G11a,2006-2010|AGED 15-24 YEARS +G3553,A15_24_T_11,Aged_15_24_YEARS_Total_2011,G11A,G11a,2011|AGED 15-24 YEARS +G3554,A15_24_T_12,Aged_15_24_YEARS_Total_2012,G11A,G11a,2012|AGED 15-24 YEARS +G3555,A15_24_T_13,Aged_15_24_YEARS_Total_2013,G11A,G11a,2013|AGED 15-24 YEARS +G3556,A15_24_T_14,Aged_15_24_YEARS_Total_2014,G11A,G11a,2014|AGED 15-24 YEARS +G3557,A15_24_T_15,Aged_15_24_YEARS_Total_2015,G11A,G11a,2015|AGED 15-24 YEARS +G3558,A15_24_T_16,Aged_15_24_YEARS_Total_2016,G11A,G11a,2016|AGED 15-24 YEARS +G3559,A15_24_T_YNS,Aged_15_24_YEARS_Total_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 15-24 YEARS +G3560,A15_24_T_T,Aged_15_24_YEARS_Total_Total,G11A,G11a,Total|AGED 15-24 YEARS +G3561,A25_34_SEO_B00,Aged_25_34_YEARS_Speaks_English_only_Before_2000,G11A,G11a,Before 2000|AGED 25-34 YEARS +G3562,A25_34_SEO_00_05,Aged_25_34_YEARS_Speaks_English_only_2000_2005,G11A,G11a,2000_2005|AGED 25-34 YEARS +G3563,A25_34_SEO_06_10,Aged_25_34_YEARS_Speaks_English_only_2006_2010,G11A,G11a,2006-2010|AGED 25-34 YEARS +G3564,A25_34_SEO_11,Aged_25_34_YEARS_Speaks_English_only_2011,G11A,G11a,2011|AGED 25-34 YEARS +G3565,A25_34_SEO_12,Aged_25_34_YEARS_Speaks_English_only_2012,G11A,G11a,2012|AGED 25-34 YEARS +G3566,A25_34_SEO_13,Aged_25_34_YEARS_Speaks_English_only_2013,G11A,G11a,2013|AGED 25-34 YEARS +G3567,A25_34_SEO_14,Aged_25_34_YEARS_Speaks_English_only_2014,G11A,G11a,2014|AGED 25-34 YEARS +G3568,A25_34_SEO_15,Aged_25_34_YEARS_Speaks_English_only_2015,G11A,G11a,2015|AGED 25-34 YEARS +G3569,A25_34_SEO_16,Aged_25_34_YEARS_Speaks_English_only_2016,G11A,G11a,2016|AGED 25-34 YEARS +G3570,A25_34_SEO_YNS,Aged_25_34_YEARS_Speaks_English_only_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 25-34 YEARS +G3571,A25_34_SEO_T,Aged_25_34_YEARS_Speaks_English_only_Total,G11A,G11a,Total|AGED 25-34 YEARS +G3572,A25_34_SOLSE_VWW_B00,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11A,G11a,Before 2000|AGED 25-34 YEARS +G3573,A25_34_SOLSE_VWW_00_05,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11A,G11a,2000_2005|AGED 25-34 YEARS +G3574,A25_34_SOLSE_VWW_06_10,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11A,G11a,2006-2010|AGED 25-34 YEARS +G3575,A25_34_SOLSE_VWW_11,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11A,G11a,2011|AGED 25-34 YEARS +G3576,A25_34_SOLSE_VWW_12,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11A,G11a,2012|AGED 25-34 YEARS +G3577,A25_34_SOLSE_VWW_13,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11A,G11a,2013|AGED 25-34 YEARS +G3578,A25_34_SOLSE_VWW_14,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11A,G11a,2014|AGED 25-34 YEARS +G3579,A25_34_SOLSE_VWW_15,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11A,G11a,2015|AGED 25-34 YEARS +G3580,A25_34_SOLSE_VWW_16,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11A,G11a,2016|AGED 25-34 YEARS +G3581,A25_34_SOLSE_VWW_YNS,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 25-34 YEARS +G3582,A25_34_SOLSE_VWW_T,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11A,G11a,Total|AGED 25-34 YEARS +G3583,A25_34_SOLSE_NWNAA_B00,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11A,G11a,Before 2000|AGED 25-34 YEARS +G3584,A25_34_SOLSE_NWNAA_00_05,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11A,G11a,2000_2005|AGED 25-34 YEARS +G3585,A25_34_SOLSE_NWNAA_06_10,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11A,G11a,2006-2010|AGED 25-34 YEARS +G3586,A25_34_SOLSE_NWNAA_11,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11A,G11a,2011|AGED 25-34 YEARS +G3587,A25_34_SOLSE_NWNAA_12,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11A,G11a,2012|AGED 25-34 YEARS +G3588,A25_34_SOLSE_NWNAA_13,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11A,G11a,2013|AGED 25-34 YEARS +G3589,A25_34_SOLSE_NWNAA_14,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11A,G11a,2014|AGED 25-34 YEARS +G3590,A25_34_SOLSE_NWNAA_15,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11A,G11a,2015|AGED 25-34 YEARS +G3591,A25_34_SOLSE_NWNAA_16,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11A,G11a,2016|AGED 25-34 YEARS +G3592,A25_34_SOLSE_NWNAA_YNS,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 25-34 YEARS +G3593,A25_34_SOLSE_NWNAA_T,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11A,G11a,Total|AGED 25-34 YEARS +G3594,A25_34_SOLSE_PinE_NS_B00,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11A,G11a,Before 2000|AGED 25-34 YEARS +G3595,A25_34_SOLSE_PinE_NS_00_05,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11A,G11a,2000_2005|AGED 25-34 YEARS +G3596,A25_34_SOLSE_PinE_NS_06_10,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11A,G11a,2006-2010|AGED 25-34 YEARS +G3597,A25_34_SOLSE_PinE_NS_11,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11A,G11a,2011|AGED 25-34 YEARS +G3598,A25_34_SOLSE_PinE_NS_12,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11A,G11a,2012|AGED 25-34 YEARS +G3599,A25_34_SOLSE_PinE_NS_13,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11A,G11a,2013|AGED 25-34 YEARS +G3600,A25_34_SOLSE_PinE_NS_14,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11A,G11a,2014|AGED 25-34 YEARS +G3601,A25_34_SOLSE_PinE_NS_15,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11A,G11a,2015|AGED 25-34 YEARS +G3602,A25_34_SOLSE_PinE_NS_16,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11A,G11a,2016|AGED 25-34 YEARS +G3603,A25_34_SOLSE_PinE_NS_YNS,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11A,G11a,Year of arrival not stated|AGED 25-34 YEARS +G3604,A25_34_SOLSE_PinE_NS_T,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11A,G11a,Total|AGED 25-34 YEARS +G3605,A25_34_SOLSE_T_B00,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_Before_2000,G11A,G11a,Before 2000|AGED 25-34 YEARS +G3606,A25_34_SOLSE_T_00_05,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_2000_2005,G11A,G11a,2000_2005|AGED 25-34 YEARS +G3607,A25_34_SOLSE_T_06_10,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_2006_2010,G11B,G11a,2006-2010|AGED 25-34 YEARS +G3608,A25_34_SOLSE_T_11,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_2011,G11B,G11a,2011|AGED 25-34 YEARS +G3609,A25_34_SOLSE_T_12,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_2012,G11B,G11a,2012|AGED 25-34 YEARS +G3610,A25_34_SOLSE_T_13,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_2013,G11B,G11a,2013|AGED 25-34 YEARS +G3611,A25_34_SOLSE_T_14,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_2014,G11B,G11a,2014|AGED 25-34 YEARS +G3612,A25_34_SOLSE_T_15,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_2015,G11B,G11a,2015|AGED 25-34 YEARS +G3613,A25_34_SOLSE_T_16,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_2016,G11B,G11a,2016|AGED 25-34 YEARS +G3614,A25_34_SOLSE_T_YNS,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 25-34 YEARS +G3615,A25_34_SOLSE_T_T,Aged_25_34_YEARS_Speaks_other_language_and_speaks_English_Total_Total,G11B,G11a,Total|AGED 25-34 YEARS +G3616,A25_34_L_PinE_NS_B00,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_Before_2000,G11B,G11a,Before 2000|AGED 25-34 YEARS +G3617,A25_34_L_PinE_NS_00_05,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_2000_2005,G11B,G11a,2000_2005|AGED 25-34 YEARS +G3618,A25_34_L_PinE_NS_06_10,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_2006_2010,G11B,G11a,2006-2010|AGED 25-34 YEARS +G3619,A25_34_L_PinE_NS_11,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_2011,G11B,G11a,2011|AGED 25-34 YEARS +G3620,A25_34_L_PinE_NS_12,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_2012,G11B,G11a,2012|AGED 25-34 YEARS +G3621,A25_34_L_PinE_NS_13,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_2013,G11B,G11a,2013|AGED 25-34 YEARS +G3622,A25_34_L_PinE_NS_14,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_2014,G11B,G11a,2014|AGED 25-34 YEARS +G3623,A25_34_L_PinE_NS_15,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_2015,G11B,G11a,2015|AGED 25-34 YEARS +G3624,A25_34_L_PinE_NS_16,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_2016,G11B,G11a,2016|AGED 25-34 YEARS +G3625,A25_34_L_PinE_NS_YNS,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 25-34 YEARS +G3626,A25_34_L_PinE_NS_T,Aged_25_34_YEARS_Language_and_proficiency_in_English_not_stated_Total,G11B,G11a,Total|AGED 25-34 YEARS +G3627,A25_34_T_B00,Aged_25_34_YEARS_Total_Before_2000,G11B,G11a,Before 2000|AGED 25-34 YEARS +G3628,A25_34_T_00_05,Aged_25_34_YEARS_Total_2000_2005,G11B,G11a,2000_2005|AGED 25-34 YEARS +G3629,A25_34_T_06_10,Aged_25_34_YEARS_Total_2006_2010,G11B,G11a,2006-2010|AGED 25-34 YEARS +G3630,A25_34_T_11,Aged_25_34_YEARS_Total_2011,G11B,G11a,2011|AGED 25-34 YEARS +G3631,A25_34_T_12,Aged_25_34_YEARS_Total_2012,G11B,G11a,2012|AGED 25-34 YEARS +G3632,A25_34_T_13,Aged_25_34_YEARS_Total_2013,G11B,G11a,2013|AGED 25-34 YEARS +G3633,A25_34_T_14,Aged_25_34_YEARS_Total_2014,G11B,G11a,2014|AGED 25-34 YEARS +G3634,A25_34_T_15,Aged_25_34_YEARS_Total_2015,G11B,G11a,2015|AGED 25-34 YEARS +G3635,A25_34_T_16,Aged_25_34_YEARS_Total_2016,G11B,G11a,2016|AGED 25-34 YEARS +G3636,A25_34_T_YNS,Aged_25_34_YEARS_Total_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 25-34 YEARS +G3637,A25_34_T_T,Aged_25_34_YEARS_Total_Total,G11B,G11a,Total|AGED 25-34 YEARS +G3638,A35_44_SEO_B00,Aged_35_44_YEARS_Speaks_English_only_Before_2000,G11B,G11a,Before 2000|AGED 35-44 YEARS +G3639,A35_44_SEO_00_05,Aged_35_44_YEARS_Speaks_English_only_2000_2005,G11B,G11a,2000_2005|AGED 35-44 YEARS +G3640,A35_44_SEO_06_10,Aged_35_44_YEARS_Speaks_English_only_2006_2010,G11B,G11a,2006-2010|AGED 35-44 YEARS +G3641,A35_44_SEO_11,Aged_35_44_YEARS_Speaks_English_only_2011,G11B,G11a,2011|AGED 35-44 YEARS +G3642,A35_44_SEO_12,Aged_35_44_YEARS_Speaks_English_only_2012,G11B,G11a,2012|AGED 35-44 YEARS +G3643,A35_44_SEO_13,Aged_35_44_YEARS_Speaks_English_only_2013,G11B,G11a,2013|AGED 35-44 YEARS +G3644,A35_44_SEO_14,Aged_35_44_YEARS_Speaks_English_only_2014,G11B,G11a,2014|AGED 35-44 YEARS +G3645,A35_44_SEO_15,Aged_35_44_YEARS_Speaks_English_only_2015,G11B,G11a,2015|AGED 35-44 YEARS +G3646,A35_44_SEO_16,Aged_35_44_YEARS_Speaks_English_only_2016,G11B,G11a,2016|AGED 35-44 YEARS +G3647,A35_44_SEO_YNS,Aged_35_44_YEARS_Speaks_English_only_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 35-44 YEARS +G3648,A35_44_SEO_T,Aged_35_44_YEARS_Speaks_English_only_Total,G11B,G11a,Total|AGED 35-44 YEARS +G3649,A35_44_SOLSE_VWW_B00,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11B,G11a,Before 2000|AGED 35-44 YEARS +G3650,A35_44_SOLSE_VWW_00_05,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11B,G11a,2000_2005|AGED 35-44 YEARS +G3651,A35_44_SOLSE_VWW_06_10,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11B,G11a,2006-2010|AGED 35-44 YEARS +G3652,A35_44_SOLSE_VWW_11,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11B,G11a,2011|AGED 35-44 YEARS +G3653,A35_44_SOLSE_VWW_12,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11B,G11a,2012|AGED 35-44 YEARS +G3654,A35_44_SOLSE_VWW_13,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11B,G11a,2013|AGED 35-44 YEARS +G3655,A35_44_SOLSE_VWW_14,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11B,G11a,2014|AGED 35-44 YEARS +G3656,A35_44_SOLSE_VWW_15,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11B,G11a,2015|AGED 35-44 YEARS +G3657,A35_44_SOLSE_VWW_16,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11B,G11a,2016|AGED 35-44 YEARS +G3658,A35_44_SOLSE_VWW_YNS,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 35-44 YEARS +G3659,A35_44_SOLSE_VWW_T,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11B,G11a,Total|AGED 35-44 YEARS +G3660,A35_44_SOLSE_NWNAA_B00,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11B,G11a,Before 2000|AGED 35-44 YEARS +G3661,A35_44_SOLSE_NWNAA_00_05,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11B,G11a,2000_2005|AGED 35-44 YEARS +G3662,A35_44_SOLSE_NWNAA_06_10,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11B,G11a,2006-2010|AGED 35-44 YEARS +G3663,A35_44_SOLSE_NWNAA_11,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11B,G11a,2011|AGED 35-44 YEARS +G3664,A35_44_SOLSE_NWNAA_12,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11B,G11a,2012|AGED 35-44 YEARS +G3665,A35_44_SOLSE_NWNAA_13,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11B,G11a,2013|AGED 35-44 YEARS +G3666,A35_44_SOLSE_NWNAA_14,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11B,G11a,2014|AGED 35-44 YEARS +G3667,A35_44_SOLSE_NWNAA_15,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11B,G11a,2015|AGED 35-44 YEARS +G3668,A35_44_SOLSE_NWNAA_16,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11B,G11a,2016|AGED 35-44 YEARS +G3669,A35_44_SOLSE_NWNAA_YNS,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 35-44 YEARS +G3670,A35_44_SOLSE_NWNAA_T,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11B,G11a,Total|AGED 35-44 YEARS +G3671,A35_44_SOLSE_PinE_NS_B00,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11B,G11a,Before 2000|AGED 35-44 YEARS +G3672,A35_44_SOLSE_PinE_NS_00_05,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11B,G11a,2000_2005|AGED 35-44 YEARS +G3673,A35_44_SOLSE_PinE_NS_06_10,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11B,G11a,2006-2010|AGED 35-44 YEARS +G3674,A35_44_SOLSE_PinE_NS_11,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11B,G11a,2011|AGED 35-44 YEARS +G3675,A35_44_SOLSE_PinE_NS_12,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11B,G11a,2012|AGED 35-44 YEARS +G3676,A35_44_SOLSE_PinE_NS_13,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11B,G11a,2013|AGED 35-44 YEARS +G3677,A35_44_SOLSE_PinE_NS_14,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11B,G11a,2014|AGED 35-44 YEARS +G3678,A35_44_SOLSE_PinE_NS_15,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11B,G11a,2015|AGED 35-44 YEARS +G3679,A35_44_SOLSE_PinE_NS_16,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11B,G11a,2016|AGED 35-44 YEARS +G3680,A35_44_SOLSE_PinE_NS_YNS,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 35-44 YEARS +G3681,A35_44_SOLSE_PinE_NS_T,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11B,G11a,Total|AGED 35-44 YEARS +G3682,A35_44_SOLSE_T_B00,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_Before_2000,G11B,G11a,Before 2000|AGED 35-44 YEARS +G3683,A35_44_SOLSE_T_00_05,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_2000_2005,G11B,G11a,2000_2005|AGED 35-44 YEARS +G3684,A35_44_SOLSE_T_06_10,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_2006_2010,G11B,G11a,2006-2010|AGED 35-44 YEARS +G3685,A35_44_SOLSE_T_11,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_2011,G11B,G11a,2011|AGED 35-44 YEARS +G3686,A35_44_SOLSE_T_12,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_2012,G11B,G11a,2012|AGED 35-44 YEARS +G3687,A35_44_SOLSE_T_13,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_2013,G11B,G11a,2013|AGED 35-44 YEARS +G3688,A35_44_SOLSE_T_14,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_2014,G11B,G11a,2014|AGED 35-44 YEARS +G3689,A35_44_SOLSE_T_15,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_2015,G11B,G11a,2015|AGED 35-44 YEARS +G3690,A35_44_SOLSE_T_16,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_2016,G11B,G11a,2016|AGED 35-44 YEARS +G3691,A35_44_SOLSE_T_YNS,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 35-44 YEARS +G3692,A35_44_SOLSE_T_T,Aged_35_44_YEARS_Speaks_other_language_and_speaks_English_Total_Total,G11B,G11a,Total|AGED 35-44 YEARS +G3693,A35_44_L_PinE_NS_B00,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_Before_2000,G11B,G11a,Before 2000|AGED 35-44 YEARS +G3694,A35_44_L_PinE_NS_00_05,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_2000_2005,G11B,G11a,2000_2005|AGED 35-44 YEARS +G3695,A35_44_L_PinE_NS_06_10,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_2006_2010,G11B,G11a,2006-2010|AGED 35-44 YEARS +G3696,A35_44_L_PinE_NS_11,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_2011,G11B,G11a,2011|AGED 35-44 YEARS +G3697,A35_44_L_PinE_NS_12,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_2012,G11B,G11a,2012|AGED 35-44 YEARS +G3698,A35_44_L_PinE_NS_13,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_2013,G11B,G11a,2013|AGED 35-44 YEARS +G3699,A35_44_L_PinE_NS_14,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_2014,G11B,G11a,2014|AGED 35-44 YEARS +G3700,A35_44_L_PinE_NS_15,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_2015,G11B,G11a,2015|AGED 35-44 YEARS +G3701,A35_44_L_PinE_NS_16,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_2016,G11B,G11a,2016|AGED 35-44 YEARS +G3702,A35_44_L_PinE_NS_YNS,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 35-44 YEARS +G3703,A35_44_L_PinE_NS_T,Aged_35_44_YEARS_Language_and_proficiency_in_English_not_stated_Total,G11B,G11a,Total|AGED 35-44 YEARS +G3704,A35_44_T_B00,Aged_35_44_YEARS_Total_Before_2000,G11B,G11a,Before 2000|AGED 35-44 YEARS +G3705,A35_44_T_00_05,Aged_35_44_YEARS_Total_2000_2005,G11B,G11a,2000_2005|AGED 35-44 YEARS +G3706,A35_44_T_06_10,Aged_35_44_YEARS_Total_2006_2010,G11B,G11a,2006-2010|AGED 35-44 YEARS +G3707,A35_44_T_11,Aged_35_44_YEARS_Total_2011,G11B,G11a,2011|AGED 35-44 YEARS +G3708,A35_44_T_12,Aged_35_44_YEARS_Total_2012,G11B,G11a,2012|AGED 35-44 YEARS +G3709,A35_44_T_13,Aged_35_44_YEARS_Total_2013,G11B,G11a,2013|AGED 35-44 YEARS +G3710,A35_44_T_14,Aged_35_44_YEARS_Total_2014,G11B,G11a,2014|AGED 35-44 YEARS +G3711,A35_44_T_15,Aged_35_44_YEARS_Total_2015,G11B,G11a,2015|AGED 35-44 YEARS +G3712,A35_44_T_16,Aged_35_44_YEARS_Total_2016,G11B,G11a,2016|AGED 35-44 YEARS +G3713,A35_44_T_YNS,Aged_35_44_YEARS_Total_Year_of_arrival_not_stated,G11B,G11a,Year of arrival not stated|AGED 35-44 YEARS +G3714,A35_44_T_T,Aged_35_44_YEARS_Total_Total,G11B,G11a,Total|AGED 35-44 YEARS +G3715,A45_54_SEO_B00,Aged_45_54_YEARS_Speaks_English_only_Before_2000,G11B,G11b,Before 2000|AGED 45-54 YEARS +G3716,A45_54_SEO_00_05,Aged_45_54_YEARS_Speaks_English_only_2000_2005,G11B,G11b,2000_2005|AGED 45-54 YEARS +G3717,A45_54_SEO_06_10,Aged_45_54_YEARS_Speaks_English_only_2006_2010,G11B,G11b,2006-2010|AGED 45-54 YEARS +G3718,A45_54_SEO_11,Aged_45_54_YEARS_Speaks_English_only_2011,G11B,G11b,2011|AGED 45-54 YEARS +G3719,A45_54_SEO_12,Aged_45_54_YEARS_Speaks_English_only_2012,G11B,G11b,2012|AGED 45-54 YEARS +G3720,A45_54_SEO_13,Aged_45_54_YEARS_Speaks_English_only_2013,G11B,G11b,2013|AGED 45-54 YEARS +G3721,A45_54_SEO_14,Aged_45_54_YEARS_Speaks_English_only_2014,G11B,G11b,2014|AGED 45-54 YEARS +G3722,A45_54_SEO_15,Aged_45_54_YEARS_Speaks_English_only_2015,G11B,G11b,2015|AGED 45-54 YEARS +G3723,A45_54_SEO_16,Aged_45_54_YEARS_Speaks_English_only_2016,G11B,G11b,2016|AGED 45-54 YEARS +G3724,A45_54_SEO_YNS,Aged_45_54_YEARS_Speaks_English_only_Year_of_arrival_not_stated,G11B,G11b,Year of arrival not stated|AGED 45-54 YEARS +G3725,A45_54_SEO_T,Aged_45_54_YEARS_Speaks_English_only_Total,G11B,G11b,Total|AGED 45-54 YEARS +G3726,A45_54_SOLSE_VWW_B00,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11B,G11b,Before 2000|AGED 45-54 YEARS +G3727,A45_54_SOLSE_VWW_00_05,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11B,G11b,2000_2005|AGED 45-54 YEARS +G3728,A45_54_SOLSE_VWW_06_10,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11B,G11b,2006-2010|AGED 45-54 YEARS +G3729,A45_54_SOLSE_VWW_11,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11B,G11b,2011|AGED 45-54 YEARS +G3730,A45_54_SOLSE_VWW_12,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11B,G11b,2012|AGED 45-54 YEARS +G3731,A45_54_SOLSE_VWW_13,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11B,G11b,2013|AGED 45-54 YEARS +G3732,A45_54_SOLSE_VWW_14,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11B,G11b,2014|AGED 45-54 YEARS +G3733,A45_54_SOLSE_VWW_15,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11B,G11b,2015|AGED 45-54 YEARS +G3734,A45_54_SOLSE_VWW_16,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11B,G11b,2016|AGED 45-54 YEARS +G3735,A45_54_SOLSE_VWW_YNS,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11B,G11b,Year of arrival not stated|AGED 45-54 YEARS +G3736,A45_54_SOLSE_VWW_T,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11B,G11b,Total|AGED 45-54 YEARS +G3737,A45_54_SOLSE_NWNAA_B00,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11B,G11b,Before 2000|AGED 45-54 YEARS +G3738,A45_54_SOLSE_NWNAA_00_05,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11B,G11b,2000_2005|AGED 45-54 YEARS +G3739,A45_54_SOLSE_NWNAA_06_10,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11B,G11b,2006-2010|AGED 45-54 YEARS +G3740,A45_54_SOLSE_NWNAA_11,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11B,G11b,2011|AGED 45-54 YEARS +G3741,A45_54_SOLSE_NWNAA_12,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11B,G11b,2012|AGED 45-54 YEARS +G3742,A45_54_SOLSE_NWNAA_13,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11B,G11b,2013|AGED 45-54 YEARS +G3743,A45_54_SOLSE_NWNAA_14,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11B,G11b,2014|AGED 45-54 YEARS +G3744,A45_54_SOLSE_NWNAA_15,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11B,G11b,2015|AGED 45-54 YEARS +G3745,A45_54_SOLSE_NWNAA_16,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11B,G11b,2016|AGED 45-54 YEARS +G3746,A45_54_SOLSE_NWNAA_YNS,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11B,G11b,Year of arrival not stated|AGED 45-54 YEARS +G3747,A45_54_SOLSE_NWNAA_T,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11B,G11b,Total|AGED 45-54 YEARS +G3748,A45_54_SOLSE_PinE_NS_B00,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11B,G11b,Before 2000|AGED 45-54 YEARS +G3749,A45_54_SOLSE_PinE_NS_00_05,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11B,G11b,2000_2005|AGED 45-54 YEARS +G3750,A45_54_SOLSE_PinE_NS_06_10,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11B,G11b,2006-2010|AGED 45-54 YEARS +G3751,A45_54_SOLSE_PinE_NS_11,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11B,G11b,2011|AGED 45-54 YEARS +G3752,A45_54_SOLSE_PinE_NS_12,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11B,G11b,2012|AGED 45-54 YEARS +G3753,A45_54_SOLSE_PinE_NS_13,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11B,G11b,2013|AGED 45-54 YEARS +G3754,A45_54_SOLSE_PinE_NS_14,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11B,G11b,2014|AGED 45-54 YEARS +G3755,A45_54_SOLSE_PinE_NS_15,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11B,G11b,2015|AGED 45-54 YEARS +G3756,A45_54_SOLSE_PinE_NS_16,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11B,G11b,2016|AGED 45-54 YEARS +G3757,A45_54_SOLSE_PinE_NS_YNS,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11B,G11b,Year of arrival not stated|AGED 45-54 YEARS +G3758,A45_54_SOLSE_PinE_NS_T,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11B,G11b,Total|AGED 45-54 YEARS +G3759,A45_54_SOLSE_T_B00,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_Before_2000,G11B,G11b,Before 2000|AGED 45-54 YEARS +G3760,A45_54_SOLSE_T_00_05,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_2000_2005,G11B,G11b,2000_2005|AGED 45-54 YEARS +G3761,A45_54_SOLSE_T_06_10,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_2006_2010,G11B,G11b,2006-2010|AGED 45-54 YEARS +G3762,A45_54_SOLSE_T_11,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_2011,G11B,G11b,2011|AGED 45-54 YEARS +G3763,A45_54_SOLSE_T_12,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_2012,G11B,G11b,2012|AGED 45-54 YEARS +G3764,A45_54_SOLSE_T_13,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_2013,G11B,G11b,2013|AGED 45-54 YEARS +G3765,A45_54_SOLSE_T_14,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_2014,G11B,G11b,2014|AGED 45-54 YEARS +G3766,A45_54_SOLSE_T_15,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_2015,G11B,G11b,2015|AGED 45-54 YEARS +G3767,A45_54_SOLSE_T_16,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_2016,G11B,G11b,2016|AGED 45-54 YEARS +G3768,A45_54_SOLSE_T_YNS,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11B,G11b,Year of arrival not stated|AGED 45-54 YEARS +G3769,A45_54_SOLSE_T_T,Aged_45_54_YEARS_Speaks_other_language_and_speaks_English_Total_Total,G11B,G11b,Total|AGED 45-54 YEARS +G3770,A45_54_L_PinE_NS_B00,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_Before_2000,G11B,G11b,Before 2000|AGED 45-54 YEARS +G3771,A45_54_L_PinE_NS_00_05,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_2000_2005,G11B,G11b,2000_2005|AGED 45-54 YEARS +G3772,A45_54_L_PinE_NS_06_10,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_2006_2010,G11B,G11b,2006-2010|AGED 45-54 YEARS +G3773,A45_54_L_PinE_NS_11,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_2011,G11B,G11b,2011|AGED 45-54 YEARS +G3774,A45_54_L_PinE_NS_12,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_2012,G11B,G11b,2012|AGED 45-54 YEARS +G3775,A45_54_L_PinE_NS_13,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_2013,G11B,G11b,2013|AGED 45-54 YEARS +G3776,A45_54_L_PinE_NS_14,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_2014,G11B,G11b,2014|AGED 45-54 YEARS +G3777,A45_54_L_PinE_NS_15,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_2015,G11B,G11b,2015|AGED 45-54 YEARS +G3778,A45_54_L_PinE_NS_16,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_2016,G11B,G11b,2016|AGED 45-54 YEARS +G3779,A45_54_L_PinE_NS_YNS,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11B,G11b,Year of arrival not stated|AGED 45-54 YEARS +G3780,A45_54_L_PinE_NS_T,Aged_45_54_YEARS_Language_and_proficiency_in_English_not_stated_Total,G11B,G11b,Total|AGED 45-54 YEARS +G3781,A45_54_T_B00,Aged_45_54_YEARS_Total_Before_2000,G11B,G11b,Before 2000|AGED 45-54 YEARS +G3782,A45_54_T_00_05,Aged_45_54_YEARS_Total_2000_2005,G11B,G11b,2000_2005|AGED 45-54 YEARS +G3783,A45_54_T_06_10,Aged_45_54_YEARS_Total_2006_2010,G11B,G11b,2006-2010|AGED 45-54 YEARS +G3784,A45_54_T_11,Aged_45_54_YEARS_Total_2011,G11B,G11b,2011|AGED 45-54 YEARS +G3785,A45_54_T_12,Aged_45_54_YEARS_Total_2012,G11B,G11b,2012|AGED 45-54 YEARS +G3786,A45_54_T_13,Aged_45_54_YEARS_Total_2013,G11B,G11b,2013|AGED 45-54 YEARS +G3787,A45_54_T_14,Aged_45_54_YEARS_Total_2014,G11B,G11b,2014|AGED 45-54 YEARS +G3788,A45_54_T_15,Aged_45_54_YEARS_Total_2015,G11B,G11b,2015|AGED 45-54 YEARS +G3789,A45_54_T_16,Aged_45_54_YEARS_Total_2016,G11B,G11b,2016|AGED 45-54 YEARS +G3790,A45_54_T_YNS,Aged_45_54_YEARS_Total_Year_of_arrival_not_stated,G11B,G11b,Year of arrival not stated|AGED 45-54 YEARS +G3791,A45_54_T_T,Aged_45_54_YEARS_Total_Total,G11B,G11b,Total|AGED 45-54 YEARS +G3792,A55_64_SEO_B00,Aged_55_64_YEARS_Speaks_English_only_Before_2000,G11B,G11b,Before 2000|AGED 55-64 YEARS +G3793,A55_64_SEO_00_05,Aged_55_64_YEARS_Speaks_English_only_2000_2005,G11B,G11b,2000_2005|AGED 55-64 YEARS +G3794,A55_64_SEO_06_10,Aged_55_64_YEARS_Speaks_English_only_2006_2010,G11B,G11b,2006-2010|AGED 55-64 YEARS +G3795,A55_64_SEO_11,Aged_55_64_YEARS_Speaks_English_only_2011,G11B,G11b,2011|AGED 55-64 YEARS +G3796,A55_64_SEO_12,Aged_55_64_YEARS_Speaks_English_only_2012,G11B,G11b,2012|AGED 55-64 YEARS +G3797,A55_64_SEO_13,Aged_55_64_YEARS_Speaks_English_only_2013,G11B,G11b,2013|AGED 55-64 YEARS +G3798,A55_64_SEO_14,Aged_55_64_YEARS_Speaks_English_only_2014,G11B,G11b,2014|AGED 55-64 YEARS +G3799,A55_64_SEO_15,Aged_55_64_YEARS_Speaks_English_only_2015,G11B,G11b,2015|AGED 55-64 YEARS +G3800,A55_64_SEO_16,Aged_55_64_YEARS_Speaks_English_only_2016,G11B,G11b,2016|AGED 55-64 YEARS +G3801,A55_64_SEO_YNS,Aged_55_64_YEARS_Speaks_English_only_Year_of_arrival_not_stated,G11B,G11b,Year of arrival not stated|AGED 55-64 YEARS +G3802,A55_64_SEO_T,Aged_55_64_YEARS_Speaks_English_only_Total,G11B,G11b,Total|AGED 55-64 YEARS +G3803,A55_64_SOLSE_VWW_B00,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11B,G11b,Before 2000|AGED 55-64 YEARS +G3804,A55_64_SOLSE_VWW_00_05,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11B,G11b,2000_2005|AGED 55-64 YEARS +G3805,A55_64_SOLSE_VWW_06_10,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11B,G11b,2006-2010|AGED 55-64 YEARS +G3806,A55_64_SOLSE_VWW_11,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11B,G11b,2011|AGED 55-64 YEARS +G3807,A55_64_SOLSE_VWW_12,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11C,G11b,2012|AGED 55-64 YEARS +G3808,A55_64_SOLSE_VWW_13,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11C,G11b,2013|AGED 55-64 YEARS +G3809,A55_64_SOLSE_VWW_14,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11C,G11b,2014|AGED 55-64 YEARS +G3810,A55_64_SOLSE_VWW_15,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11C,G11b,2015|AGED 55-64 YEARS +G3811,A55_64_SOLSE_VWW_16,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11C,G11b,2016|AGED 55-64 YEARS +G3812,A55_64_SOLSE_VWW_YNS,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 55-64 YEARS +G3813,A55_64_SOLSE_VWW_T,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11C,G11b,Total|AGED 55-64 YEARS +G3814,A55_64_SOLSE_NWNAA_B00,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11C,G11b,Before 2000|AGED 55-64 YEARS +G3815,A55_64_SOLSE_NWNAA_00_05,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11C,G11b,2000_2005|AGED 55-64 YEARS +G3816,A55_64_SOLSE_NWNAA_06_10,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11C,G11b,2006-2010|AGED 55-64 YEARS +G3817,A55_64_SOLSE_NWNAA_11,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11C,G11b,2011|AGED 55-64 YEARS +G3818,A55_64_SOLSE_NWNAA_12,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11C,G11b,2012|AGED 55-64 YEARS +G3819,A55_64_SOLSE_NWNAA_13,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11C,G11b,2013|AGED 55-64 YEARS +G3820,A55_64_SOLSE_NWNAA_14,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11C,G11b,2014|AGED 55-64 YEARS +G3821,A55_64_SOLSE_NWNAA_15,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11C,G11b,2015|AGED 55-64 YEARS +G3822,A55_64_SOLSE_NWNAA_16,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11C,G11b,2016|AGED 55-64 YEARS +G3823,A55_64_SOLSE_NWNAA_YNS,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 55-64 YEARS +G3824,A55_64_SOLSE_NWNAA_T,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11C,G11b,Total|AGED 55-64 YEARS +G3825,A55_64_SOLSE_PinE_NS_B00,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11C,G11b,Before 2000|AGED 55-64 YEARS +G3826,A55_64_SOLSE_PinE_NS_00_05,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11C,G11b,2000_2005|AGED 55-64 YEARS +G3827,A55_64_SOLSE_PinE_NS_06_10,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11C,G11b,2006-2010|AGED 55-64 YEARS +G3828,A55_64_SOLSE_PinE_NS_11,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11C,G11b,2011|AGED 55-64 YEARS +G3829,A55_64_SOLSE_PinE_NS_12,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11C,G11b,2012|AGED 55-64 YEARS +G3830,A55_64_SOLSE_PinE_NS_13,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11C,G11b,2013|AGED 55-64 YEARS +G3831,A55_64_SOLSE_PinE_NS_14,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11C,G11b,2014|AGED 55-64 YEARS +G3832,A55_64_SOLSE_PinE_NS_15,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11C,G11b,2015|AGED 55-64 YEARS +G3833,A55_64_SOLSE_PinE_NS_16,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11C,G11b,2016|AGED 55-64 YEARS +G3834,A55_64_SOLSE_PinE_NS_YNS,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 55-64 YEARS +G3835,A55_64_SOLSE_PinE_NS_T,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11C,G11b,Total|AGED 55-64 YEARS +G3836,A55_64_SOLSE_T_B00,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_Before_2000,G11C,G11b,Before 2000|AGED 55-64 YEARS +G3837,A55_64_SOLSE_T_00_05,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_2000_2005,G11C,G11b,2000_2005|AGED 55-64 YEARS +G3838,A55_64_SOLSE_T_06_10,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_2006_2010,G11C,G11b,2006-2010|AGED 55-64 YEARS +G3839,A55_64_SOLSE_T_11,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_2011,G11C,G11b,2011|AGED 55-64 YEARS +G3840,A55_64_SOLSE_T_12,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_2012,G11C,G11b,2012|AGED 55-64 YEARS +G3841,A55_64_SOLSE_T_13,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_2013,G11C,G11b,2013|AGED 55-64 YEARS +G3842,A55_64_SOLSE_T_14,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_2014,G11C,G11b,2014|AGED 55-64 YEARS +G3843,A55_64_SOLSE_T_15,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_2015,G11C,G11b,2015|AGED 55-64 YEARS +G3844,A55_64_SOLSE_T_16,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_2016,G11C,G11b,2016|AGED 55-64 YEARS +G3845,A55_64_SOLSE_T_YNS,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 55-64 YEARS +G3846,A55_64_SOLSE_T_T,Aged_55_64_YEARS_Speaks_other_language_and_speaks_English_Total_Total,G11C,G11b,Total|AGED 55-64 YEARS +G3847,A55_64_L_PinE_NS_B00,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_Before_2000,G11C,G11b,Before 2000|AGED 55-64 YEARS +G3848,A55_64_L_PinE_NS_00_05,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_2000_2005,G11C,G11b,2000_2005|AGED 55-64 YEARS +G3849,A55_64_L_PinE_NS_06_10,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_2006_2010,G11C,G11b,2006-2010|AGED 55-64 YEARS +G3850,A55_64_L_PinE_NS_11,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_2011,G11C,G11b,2011|AGED 55-64 YEARS +G3851,A55_64_L_PinE_NS_12,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_2012,G11C,G11b,2012|AGED 55-64 YEARS +G3852,A55_64_L_PinE_NS_13,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_2013,G11C,G11b,2013|AGED 55-64 YEARS +G3853,A55_64_L_PinE_NS_14,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_2014,G11C,G11b,2014|AGED 55-64 YEARS +G3854,A55_64_L_PinE_NS_15,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_2015,G11C,G11b,2015|AGED 55-64 YEARS +G3855,A55_64_L_PinE_NS_16,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_2016,G11C,G11b,2016|AGED 55-64 YEARS +G3856,A55_64_L_PinE_NS_YNS,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 55-64 YEARS +G3857,A55_64_L_PinE_NS_T,Aged_55_64_YEARS_Language_and_proficiency_in_English_not_stated_Total,G11C,G11b,Total|AGED 55-64 YEARS +G3858,A55_64_T_B00,Aged_55_64_YEARS_Total_Before_2000,G11C,G11b,Before 2000|AGED 55-64 YEARS +G3859,A55_64_T_00_05,Aged_55_64_YEARS_Total_2000_2005,G11C,G11b,2000_2005|AGED 55-64 YEARS +G3860,A55_64_T_06_10,Aged_55_64_YEARS_Total_2006_2010,G11C,G11b,2006-2010|AGED 55-64 YEARS +G3861,A55_64_T_11,Aged_55_64_YEARS_Total_2011,G11C,G11b,2011|AGED 55-64 YEARS +G3862,A55_64_T_12,Aged_55_64_YEARS_Total_2012,G11C,G11b,2012|AGED 55-64 YEARS +G3863,A55_64_T_13,Aged_55_64_YEARS_Total_2013,G11C,G11b,2013|AGED 55-64 YEARS +G3864,A55_64_T_14,Aged_55_64_YEARS_Total_2014,G11C,G11b,2014|AGED 55-64 YEARS +G3865,A55_64_T_15,Aged_55_64_YEARS_Total_2015,G11C,G11b,2015|AGED 55-64 YEARS +G3866,A55_64_T_16,Aged_55_64_YEARS_Total_2016,G11C,G11b,2016|AGED 55-64 YEARS +G3867,A55_64_T_YNS,Aged_55_64_YEARS_Total_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 55-64 YEARS +G3868,A55_64_T_T,Aged_55_64_YEARS_Total_Total,G11C,G11b,Total|AGED 55-64 YEARS +G3869,A65_74_SEO_B00,Aged_65_74_YEARS_Speaks_English_only_Before_2000,G11C,G11b,Before 2000|AGED 65-74 YEARS +G3870,A65_74_SEO_00_05,Aged_65_74_YEARS_Speaks_English_only_2000_2005,G11C,G11b,2000_2005|AGED 65-74 YEARS +G3871,A65_74_SEO_06_10,Aged_65_74_YEARS_Speaks_English_only_2006_2010,G11C,G11b,2006-2010|AGED 65-74 YEARS +G3872,A65_74_SEO_11,Aged_65_74_YEARS_Speaks_English_only_2011,G11C,G11b,2011|AGED 65-74 YEARS +G3873,A65_74_SEO_12,Aged_65_74_YEARS_Speaks_English_only_2012,G11C,G11b,2012|AGED 65-74 YEARS +G3874,A65_74_SEO_13,Aged_65_74_YEARS_Speaks_English_only_2013,G11C,G11b,2013|AGED 65-74 YEARS +G3875,A65_74_SEO_14,Aged_65_74_YEARS_Speaks_English_only_2014,G11C,G11b,2014|AGED 65-74 YEARS +G3876,A65_74_SEO_15,Aged_65_74_YEARS_Speaks_English_only_2015,G11C,G11b,2015|AGED 65-74 YEARS +G3877,A65_74_SEO_16,Aged_65_74_YEARS_Speaks_English_only_2016,G11C,G11b,2016|AGED 65-74 YEARS +G3878,A65_74_SEO_YNS,Aged_65_74_YEARS_Speaks_English_only_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 65-74 YEARS +G3879,A65_74_SEO_T,Aged_65_74_YEARS_Speaks_English_only_Total,G11C,G11b,Total|AGED 65-74 YEARS +G3880,A65_74_SOLSE_VWW_B00,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11C,G11b,Before 2000|AGED 65-74 YEARS +G3881,A65_74_SOLSE_VWW_00_05,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11C,G11b,2000_2005|AGED 65-74 YEARS +G3882,A65_74_SOLSE_VWW_06_10,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11C,G11b,2006-2010|AGED 65-74 YEARS +G3883,A65_74_SOLSE_VWW_11,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11C,G11b,2011|AGED 65-74 YEARS +G3884,A65_74_SOLSE_VWW_12,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11C,G11b,2012|AGED 65-74 YEARS +G3885,A65_74_SOLSE_VWW_13,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11C,G11b,2013|AGED 65-74 YEARS +G3886,A65_74_SOLSE_VWW_14,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11C,G11b,2014|AGED 65-74 YEARS +G3887,A65_74_SOLSE_VWW_15,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11C,G11b,2015|AGED 65-74 YEARS +G3888,A65_74_SOLSE_VWW_16,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11C,G11b,2016|AGED 65-74 YEARS +G3889,A65_74_SOLSE_VWW_YNS,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 65-74 YEARS +G3890,A65_74_SOLSE_VWW_T,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11C,G11b,Total|AGED 65-74 YEARS +G3891,A65_74_SOLSE_NWNAA_B00,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11C,G11b,Before 2000|AGED 65-74 YEARS +G3892,A65_74_SOLSE_NWNAA_00_05,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11C,G11b,2000_2005|AGED 65-74 YEARS +G3893,A65_74_SOLSE_NWNAA_06_10,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11C,G11b,2006-2010|AGED 65-74 YEARS +G3894,A65_74_SOLSE_NWNAA_11,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11C,G11b,2011|AGED 65-74 YEARS +G3895,A65_74_SOLSE_NWNAA_12,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11C,G11b,2012|AGED 65-74 YEARS +G3896,A65_74_SOLSE_NWNAA_13,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11C,G11b,2013|AGED 65-74 YEARS +G3897,A65_74_SOLSE_NWNAA_14,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11C,G11b,2014|AGED 65-74 YEARS +G3898,A65_74_SOLSE_NWNAA_15,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11C,G11b,2015|AGED 65-74 YEARS +G3899,A65_74_SOLSE_NWNAA_16,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11C,G11b,2016|AGED 65-74 YEARS +G3900,A65_74_SOLSE_NWNAA_YNS,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 65-74 YEARS +G3901,A65_74_SOLSE_NWNAA_T,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11C,G11b,Total|AGED 65-74 YEARS +G3902,A65_74_SOLSE_PinE_NS_B00,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11C,G11b,Before 2000|AGED 65-74 YEARS +G3903,A65_74_SOLSE_PinE_NS_00_05,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11C,G11b,2000_2005|AGED 65-74 YEARS +G3904,A65_74_SOLSE_PinE_NS_06_10,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11C,G11b,2006-2010|AGED 65-74 YEARS +G3905,A65_74_SOLSE_PinE_NS_11,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11C,G11b,2011|AGED 65-74 YEARS +G3906,A65_74_SOLSE_PinE_NS_12,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11C,G11b,2012|AGED 65-74 YEARS +G3907,A65_74_SOLSE_PinE_NS_13,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11C,G11b,2013|AGED 65-74 YEARS +G3908,A65_74_SOLSE_PinE_NS_14,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11C,G11b,2014|AGED 65-74 YEARS +G3909,A65_74_SOLSE_PinE_NS_15,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11C,G11b,2015|AGED 65-74 YEARS +G3910,A65_74_SOLSE_PinE_NS_16,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11C,G11b,2016|AGED 65-74 YEARS +G3911,A65_74_SOLSE_PinE_NS_YNS,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 65-74 YEARS +G3912,A65_74_SOLSE_PinE_NS_T,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11C,G11b,Total|AGED 65-74 YEARS +G3913,A65_74_SOLSE_T_B00,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_Before_2000,G11C,G11b,Before 2000|AGED 65-74 YEARS +G3914,A65_74_SOLSE_T_00_05,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_2000_2005,G11C,G11b,2000_2005|AGED 65-74 YEARS +G3915,A65_74_SOLSE_T_06_10,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_2006_2010,G11C,G11b,2006-2010|AGED 65-74 YEARS +G3916,A65_74_SOLSE_T_06,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_2011,G11C,G11b,2011|AGED 65-74 YEARS +G3917,A65_74_SOLSE_T_12,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_2012,G11C,G11b,2012|AGED 65-74 YEARS +G3918,A65_74_SOLSE_T_13,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_2013,G11C,G11b,2013|AGED 65-74 YEARS +G3919,A65_74_SOLSE_T_14,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_2014,G11C,G11b,2014|AGED 65-74 YEARS +G3920,A65_74_SOLSE_T_15,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_2015,G11C,G11b,2015|AGED 65-74 YEARS +G3921,A65_74_SOLSE_T_16,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_2016,G11C,G11b,2016|AGED 65-74 YEARS +G3922,A65_74_SOLSE_T_YNS,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 65-74 YEARS +G3923,A65_74_SOLSE_T_T,Aged_65_74_YEARS_Speaks_other_language_and_speaks_English_Total_Total,G11C,G11b,Total|AGED 65-74 YEARS +G3924,A65_74_L_PinE_NS_B00,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_Before_2000,G11C,G11b,Before 2000|AGED 65-74 YEARS +G3925,A65_74_L_PinE_NS_00_05,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_2000_2005,G11C,G11b,2000_2005|AGED 65-74 YEARS +G3926,A65_74_L_PinE_NS_06_10,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_2006_2010,G11C,G11b,2006-2010|AGED 65-74 YEARS +G3927,A65_74_L_PinE_NS_11,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_2011,G11C,G11b,2011|AGED 65-74 YEARS +G3928,A65_74_L_PinE_NS_12,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_2012,G11C,G11b,2012|AGED 65-74 YEARS +G3929,A65_74_L_PinE_NS_13,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_2013,G11C,G11b,2013|AGED 65-74 YEARS +G3930,A65_74_L_PinE_NS_14,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_2014,G11C,G11b,2014|AGED 65-74 YEARS +G3931,A65_74_L_PinE_NS_15,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_2015,G11C,G11b,2015|AGED 65-74 YEARS +G3932,A65_74_L_PinE_NS_16,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_2016,G11C,G11b,2016|AGED 65-74 YEARS +G3933,A65_74_L_PinE_NS_YNS,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 65-74 YEARS +G3934,A65_74_L_PinE_NS_T,Aged_65_74_YEARS_Language_and_proficiency_in_English_not_stated_Total,G11C,G11b,Total|AGED 65-74 YEARS +G3935,A65_74_T_B00,Aged_65_74_YEARS_Total_Before_2000,G11C,G11b,Before 2000|AGED 65-74 YEARS +G3936,A65_74_T_00_05,Aged_65_74_YEARS_Total_2000_2005,G11C,G11b,2000_2005|AGED 65-74 YEARS +G3937,A65_74_T_06_10,Aged_65_74_YEARS_Total_2006_2010,G11C,G11b,2006-2010|AGED 65-74 YEARS +G3938,A65_74_T_11,Aged_65_74_YEARS_Total_2011,G11C,G11b,2011|AGED 65-74 YEARS +G3939,A65_74_T_12,Aged_65_74_YEARS_Total_2012,G11C,G11b,2012|AGED 65-74 YEARS +G3940,A65_74_T_13,Aged_65_74_YEARS_Total_2013,G11C,G11b,2013|AGED 65-74 YEARS +G3941,A65_74_T_14,Aged_65_74_YEARS_Total_2014,G11C,G11b,2014|AGED 65-74 YEARS +G3942,A65_74_T_15,Aged_65_74_YEARS_Total_2015,G11C,G11b,2015|AGED 65-74 YEARS +G3943,A65_74_T_16,Aged_65_74_YEARS_Total_2016,G11C,G11b,2016|AGED 65-74 YEARS +G3944,A65_74_T_YNS,Aged_65_74_YEARS_Total_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 65-74 YEARS +G3945,A65_74_T_T,Aged_65_74_YEARS_Total_Total,G11C,G11b,Total|AGED 65-74 YEARS +G3946,A75_84_SEO_B00,Aged_75_84_YEARS_Speaks_English_only_Before_2000,G11C,G11b,Before 2000|AGED 75-84 YEARS +G3947,A75_84_SEO_00_05,Aged_75_84_YEARS_Speaks_English_only_2000_2005,G11C,G11b,2000_2005|AGED 75-84 YEARS +G3948,A75_84_SEO_06_10,Aged_75_84_YEARS_Speaks_English_only_2006_2010,G11C,G11b,2006-2010|AGED 75-84 YEARS +G3949,A75_84_SEO_11,Aged_75_84_YEARS_Speaks_English_only_2011,G11C,G11b,2011|AGED 75-84 YEARS +G3950,A75_84_SEO_12,Aged_75_84_YEARS_Speaks_English_only_2012,G11C,G11b,2012|AGED 75-84 YEARS +G3951,A75_84_SEO_13,Aged_75_84_YEARS_Speaks_English_only_2013,G11C,G11b,2013|AGED 75-84 YEARS +G3952,A75_84_SEO_14,Aged_75_84_YEARS_Speaks_English_only_2014,G11C,G11b,2014|AGED 75-84 YEARS +G3953,A75_84_SEO_15,Aged_75_84_YEARS_Speaks_English_only_2015,G11C,G11b,2015|AGED 75-84 YEARS +G3954,A75_84_SEO_16,Aged_75_84_YEARS_Speaks_English_only_2016,G11C,G11b,2016|AGED 75-84 YEARS +G3955,A75_84_SEO_YNS,Aged_75_84_YEARS_Speaks_English_only_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 75-84 YEARS +G3956,A75_84_SEO_T,Aged_75_84_YEARS_Speaks_English_only_Total,G11C,G11b,Total|AGED 75-84 YEARS +G3957,A75_84_SOLSE_VWW_B00,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11C,G11b,Before 2000|AGED 75-84 YEARS +G3958,A75_84_SOLSE_VWW_00_05,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11C,G11b,2000_2005|AGED 75-84 YEARS +G3959,A75_84_SOLSE_VWW_06_10,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11C,G11b,2006-2010|AGED 75-84 YEARS +G3960,A75_84_SOLSE_VWW_11,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11C,G11b,2011|AGED 75-84 YEARS +G3961,A75_84_SOLSE_VWW_12,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11C,G11b,2012|AGED 75-84 YEARS +G3962,A75_84_SOLSE_VWW_13,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11C,G11b,2013|AGED 75-84 YEARS +G3963,A75_84_SOLSE_VWW_14,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11C,G11b,2014|AGED 75-84 YEARS +G3964,A75_84_SOLSE_VWW_15,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11C,G11b,2015|AGED 75-84 YEARS +G3965,A75_84_SOLSE_VWW_16,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11C,G11b,2016|AGED 75-84 YEARS +G3966,A75_84_SOLSE_VWW_YNS,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 75-84 YEARS +G3967,A75_84_SOLSE_VWW_T,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11C,G11b,Total|AGED 75-84 YEARS +G3968,A75_84_SOLSE_NWNAA_B00,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11C,G11b,Before 2000|AGED 75-84 YEARS +G3969,A75_84_SOLSE_NWNAA_00_05,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11C,G11b,2000_2005|AGED 75-84 YEARS +G3970,A75_84_SOLSE_NWNAA_06_10,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11C,G11b,2006-2010|AGED 75-84 YEARS +G3971,A75_84_SOLSE_NWNAA_11,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11C,G11b,2011|AGED 75-84 YEARS +G3972,A75_84_SOLSE_NWNAA_12,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11C,G11b,2012|AGED 75-84 YEARS +G3973,A75_84_SOLSE_NWNAA_13,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11C,G11b,2013|AGED 75-84 YEARS +G3974,A75_84_SOLSE_NWNAA_14,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11C,G11b,2014|AGED 75-84 YEARS +G3975,A75_84_SOLSE_NWNAA_15,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11C,G11b,2015|AGED 75-84 YEARS +G3976,A75_84_SOLSE_NWNAA_16,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11C,G11b,2016|AGED 75-84 YEARS +G3977,A75_84_SOLSE_NWNAA_YNS,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 75-84 YEARS +G3978,A75_84_SOLSE_NWNAA_T,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11C,G11b,Total|AGED 75-84 YEARS +G3979,A75_84_SOLSE_PinE_NS_B00,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11C,G11b,Before 2000|AGED 75-84 YEARS +G3980,A75_84_SOLSE_PinE_NS_00_05,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11C,G11b,2000_2005|AGED 75-84 YEARS +G3981,A75_84_SOLSE_PinE_NS_06_10,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11C,G11b,2006-2010|AGED 75-84 YEARS +G3982,A75_84_SOLSE_PinE_NS_11,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11C,G11b,2011|AGED 75-84 YEARS +G3983,A75_84_SOLSE_PinE_NS_12,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11C,G11b,2012|AGED 75-84 YEARS +G3984,A75_84_SOLSE_PinE_NS_13,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11C,G11b,2013|AGED 75-84 YEARS +G3985,A75_84_SOLSE_PinE_NS_14,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11C,G11b,2014|AGED 75-84 YEARS +G3986,A75_84_SOLSE_PinE_NS_15,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11C,G11b,2015|AGED 75-84 YEARS +G3987,A75_84_SOLSE_PinE_NS_16,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11C,G11b,2016|AGED 75-84 YEARS +G3988,A75_84_SOLSE_PinE_NS_YNS,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 75-84 YEARS +G3989,A75_84_SOLSE_PinE_NS_T,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11C,G11b,Total|AGED 75-84 YEARS +G3990,A75_84_SOLSE_T_B00,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_Before_2000,G11C,G11b,Before 2000|AGED 75-84 YEARS +G3991,A75_84_SOLSE_T_00_05,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_2000_2005,G11C,G11b,2000_2005|AGED 75-84 YEARS +G3992,A75_84_SOLSE_T_06_10,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_2006_2010,G11C,G11b,2006-2010|AGED 75-84 YEARS +G3993,A75_84_SOLSE_T_11,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_2011,G11C,G11b,2011|AGED 75-84 YEARS +G3994,A75_84_SOLSE_T_12,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_2012,G11C,G11b,2012|AGED 75-84 YEARS +G3995,A75_84_SOLSE_T_13,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_2013,G11C,G11b,2013|AGED 75-84 YEARS +G3996,A75_84_SOLSE_T_14,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_2014,G11C,G11b,2014|AGED 75-84 YEARS +G3997,A75_84_SOLSE_T_15,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_2015,G11C,G11b,2015|AGED 75-84 YEARS +G3998,A75_84_SOLSE_T_16,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_2016,G11C,G11b,2016|AGED 75-84 YEARS +G3999,A75_84_SOLSE_T_YNS,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11C,G11b,Year of arrival not stated|AGED 75-84 YEARS +G4000,A75_84_SOLSE_T_T,Aged_75_84_YEARS_Speaks_other_language_and_speaks_English_Total_Total,G11C,G11b,Total|AGED 75-84 YEARS +G4001,A75_84_L_PinE_NS_B00,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_Before_2000,G11C,G11b,Before 2000|AGED 75-84 YEARS +G4002,A75_84_L_PinE_NS_00_05,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_2000_2005,G11C,G11b,2000_2005|AGED 75-84 YEARS +G4003,A75_84_L_PinE_NS_06_10,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_2006_2010,G11C,G11b,2006-2010|AGED 75-84 YEARS +G4004,A75_84_L_PinE_NS_11,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_2011,G11C,G11b,2011|AGED 75-84 YEARS +G4005,A75_84_L_PinE_NS_12,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_2012,G11C,G11b,2012|AGED 75-84 YEARS +G4006,A75_84_L_PinE_NS_13,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_2013,G11C,G11b,2013|AGED 75-84 YEARS +G4007,A75_84_L_PinE_NS_14,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_2014,G11D,G11b,2014|AGED 75-84 YEARS +G4008,A75_84_L_PinE_NS_15,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_2015,G11D,G11b,2015|AGED 75-84 YEARS +G4009,A75_84_L_PinE_NS_16,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_2016,G11D,G11b,2016|AGED 75-84 YEARS +G4010,A75_84_L_PinE_NS_YNS,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11D,G11b,Year of arrival not stated|AGED 75-84 YEARS +G4011,A75_84_L_PinE_NS_T,Aged_75_84_YEARS_Language_and_proficiency_in_English_not_stated_Total,G11D,G11b,Total|AGED 75-84 YEARS +G4012,A75_84_T_B00,Aged_75_84_YEARS_Total_Before_2000,G11D,G11b,Before 2000|AGED 75-84 YEARS +G4013,A75_84_T_00_05,Aged_75_84_YEARS_Total_2000_2005,G11D,G11b,2000_2005|AGED 75-84 YEARS +G4014,A75_84_T_06_10,Aged_75_84_YEARS_Total_2006_2010,G11D,G11b,2006-2010|AGED 75-84 YEARS +G4015,A75_84_T_11,Aged_75_84_YEARS_Total_2011,G11D,G11b,2011|AGED 75-84 YEARS +G4016,A75_84_T_12,Aged_75_84_YEARS_Total_2012,G11D,G11b,2012|AGED 75-84 YEARS +G4017,A75_84_T_13,Aged_75_84_YEARS_Total_2013,G11D,G11b,2013|AGED 75-84 YEARS +G4018,A75_84_T_14,Aged_75_84_YEARS_Total_2014,G11D,G11b,2014|AGED 75-84 YEARS +G4019,A75_84_T_15,Aged_75_84_YEARS_Total_2015,G11D,G11b,2015|AGED 75-84 YEARS +G4020,A75_84_T_16,Aged_75_84_YEARS_Total_2016,G11D,G11b,2016|AGED 75-84 YEARS +G4021,A75_84_T_YNS,Aged_75_84_YEARS_Total_Year_of_arrival_not_stated,G11D,G11b,Year of arrival not stated|AGED 75-84 YEARS +G4022,A75_84_T_T,Aged_75_84_YEARS_Total_Total,G11D,G11b,Total|AGED 75-84 YEARS +G4023,A85ov_SEO_B00,Aged_85_years_and_over_Speaks_English_only_Before_2000,G11D,G11c,Before 2000|AGED 85 YEARS AND OVER +G4024,A85ov_SEO_00_05,Aged_85_years_and_over_Speaks_English_only_2000_2005,G11D,G11c,2000_2005|AGED 85 YEARS AND OVER +G4025,A85ov_SEO_06_10,Aged_85_years_and_over_Speaks_English_only_2006_2010,G11D,G11c,2006-2010|AGED 85 YEARS AND OVER +G4026,A85ov_SEO_11,Aged_85_years_and_over_Speaks_English_only_2011,G11D,G11c,2011|AGED 85 YEARS AND OVER +G4027,A85ov_SEO_12,Aged_85_years_and_over_Speaks_English_only_2012,G11D,G11c,2012|AGED 85 YEARS AND OVER +G4028,A85ov_SEO_13,Aged_85_years_and_over_Speaks_English_only_2013,G11D,G11c,2013|AGED 85 YEARS AND OVER +G4029,A85ov_SEO_14,Aged_85_years_and_over_Speaks_English_only_2014,G11D,G11c,2014|AGED 85 YEARS AND OVER +G4030,A85ov_SEO_15,Aged_85_years_and_over_Speaks_English_only_2015,G11D,G11c,2015|AGED 85 YEARS AND OVER +G4031,A85ov_SEO_16,Aged_85_years_and_over_Speaks_English_only_2016,G11D,G11c,2016|AGED 85 YEARS AND OVER +G4032,A85ov_SEO_YNS,Aged_85_years_and_over_Speaks_English_only_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|AGED 85 YEARS AND OVER +G4033,A85ov_SEO_T,Aged_85_years_and_over_Speaks_English_only_Total,G11D,G11c,Total|AGED 85 YEARS AND OVER +G4034,A85ov_SOLSE_VWW_B00,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11D,G11c,Before 2000|AGED 85 YEARS AND OVER +G4035,A85ov_SOLSE_VWW_00_05,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11D,G11c,2000_2005|AGED 85 YEARS AND OVER +G4036,A85ov_SOLSE_VWW_06_10,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11D,G11c,2006-2010|AGED 85 YEARS AND OVER +G4037,A85ov_SOLSE_VWW_11,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11D,G11c,2011|AGED 85 YEARS AND OVER +G4038,A85ov_SOLSE_VWW_12,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11D,G11c,2012|AGED 85 YEARS AND OVER +G4039,A85ov_SOLSE_VWW_13,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11D,G11c,2013|AGED 85 YEARS AND OVER +G4040,A85ov_SOLSE_VWW_14,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11D,G11c,2014|AGED 85 YEARS AND OVER +G4041,A85ov_SOLSE_VWW_15,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11D,G11c,2015|AGED 85 YEARS AND OVER +G4042,A85ov_SOLSE_VWW_16,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11D,G11c,2016|AGED 85 YEARS AND OVER +G4043,A85ov_SOLSE_VWW_YNS,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|AGED 85 YEARS AND OVER +G4044,A85ov_SOLSE_VWW_T,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11D,G11c,Total|AGED 85 YEARS AND OVER +G4045,A85ov_SOLSE_NWNAA_B00,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11D,G11c,Before 2000|AGED 85 YEARS AND OVER +G4046,A85ov_SOLSE_NWNAA_00_05,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11D,G11c,2000_2005|AGED 85 YEARS AND OVER +G4047,A85ov_SOLSE_NWNAA_06_10,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11D,G11c,2006-2010|AGED 85 YEARS AND OVER +G4048,A85ov_SOLSE_NWNAA_11,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11D,G11c,2011|AGED 85 YEARS AND OVER +G4049,A85ov_SOLSE_NWNAA_12,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11D,G11c,2012|AGED 85 YEARS AND OVER +G4050,A85ov_SOLSE_NWNAA_13,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11D,G11c,2013|AGED 85 YEARS AND OVER +G4051,A85ov_SOLSE_NWNAA_14,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11D,G11c,2014|AGED 85 YEARS AND OVER +G4052,A85ov_SOLSE_NWNAA_15,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11D,G11c,2015|AGED 85 YEARS AND OVER +G4053,A85ov_SOLSE_NWNAA_16,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11D,G11c,2016|AGED 85 YEARS AND OVER +G4054,A85ov_SOLSE_NWNAA_YNS,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|AGED 85 YEARS AND OVER +G4055,A85ov_SOLSE_NWNAA_T,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11D,G11c,Total|AGED 85 YEARS AND OVER +G4056,A85ov_SOLSE_PinE_NS_B00,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11D,G11c,Before 2000|AGED 85 YEARS AND OVER +G4057,A85ov_SOLSE_PinE_NS_00_05,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11D,G11c,2000_2005|AGED 85 YEARS AND OVER +G4058,A85ov_SOLSE_PinE_NS_06_10,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11D,G11c,2006-2010|AGED 85 YEARS AND OVER +G4059,A85ov_SOLSE_PinE_NS_11,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11D,G11c,2011|AGED 85 YEARS AND OVER +G4060,A85ov_SOLSE_PinE_NS_12,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11D,G11c,2012|AGED 85 YEARS AND OVER +G4061,A85ov_SOLSE_PinE_NS_13,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11D,G11c,2013|AGED 85 YEARS AND OVER +G4062,A85ov_SOLSE_PinE_NS_14,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11D,G11c,2014|AGED 85 YEARS AND OVER +G4063,A85ov_SOLSE_PinE_NS_15,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11D,G11c,2015|AGED 85 YEARS AND OVER +G4064,A85ov_SOLSE_PinE_NS_16,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11D,G11c,2016|AGED 85 YEARS AND OVER +G4065,A85ov_SOLSE_PinE_NS_YNS,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|AGED 85 YEARS AND OVER +G4066,A85ov_SOLSE_PinE_NS_T,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11D,G11c,Total|AGED 85 YEARS AND OVER +G4067,A85ov_SOLSE_T_B00,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_Before_2000,G11D,G11c,Before 2000|AGED 85 YEARS AND OVER +G4068,A85ov_SOLSE_T_00_05,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_2000_2005,G11D,G11c,2000_2005|AGED 85 YEARS AND OVER +G4069,A85ov_SOLSE_T_06_10,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_2006_2010,G11D,G11c,2006-2010|AGED 85 YEARS AND OVER +G4070,A85ov_SOLSE_T_11,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_2011,G11D,G11c,2011|AGED 85 YEARS AND OVER +G4071,A85ov_SOLSE_T_12,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_2012,G11D,G11c,2012|AGED 85 YEARS AND OVER +G4072,A85ov_SOLSE_T_13,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_2013,G11D,G11c,2013|AGED 85 YEARS AND OVER +G4073,A85ov_SOLSE_T_14,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_2014,G11D,G11c,2014|AGED 85 YEARS AND OVER +G4074,A85ov_SOLSE_T_15,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_2015,G11D,G11c,2015|AGED 85 YEARS AND OVER +G4075,A85ov_SOLSE_T_16,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_2016,G11D,G11c,2016|AGED 85 YEARS AND OVER +G4076,A85ov_SOLSE_T_YNS,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|AGED 85 YEARS AND OVER +G4077,A85ov_SOLSE_T_T,Aged_85_years_and_over_Speaks_other_language_and_speaks_English_Total_Total,G11D,G11c,Total|AGED 85 YEARS AND OVER +G4078,A85ov_L_PinE_NS_B00,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_Before_2000,G11D,G11c,Before 2000|AGED 85 YEARS AND OVER +G4079,A85ov_L_PinE_NS_00_05,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_2000_2005,G11D,G11c,2000_2005|AGED 85 YEARS AND OVER +G4080,A85ov_L_PinE_NS_06_10,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_2006_2010,G11D,G11c,2006-2010|AGED 85 YEARS AND OVER +G4081,A85ov_L_PinE_NS_11,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_2011,G11D,G11c,2011|AGED 85 YEARS AND OVER +G4082,A85ov_L_PinE_NS_12,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_2012,G11D,G11c,2012|AGED 85 YEARS AND OVER +G4083,A85ov_L_PinE_NS_13,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_2013,G11D,G11c,2013|AGED 85 YEARS AND OVER +G4084,A85ov_L_PinE_NS_14,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_2014,G11D,G11c,2014|AGED 85 YEARS AND OVER +G4085,A85ov_L_PinE_NS_15,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_2015,G11D,G11c,2015|AGED 85 YEARS AND OVER +G4086,A85ov_L_PinE_NS_16,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_2016,G11D,G11c,2016|AGED 85 YEARS AND OVER +G4087,A85ov_L_PinE_NS_YNS,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|AGED 85 YEARS AND OVER +G4088,A85ov_L_PinE_NS_T,Aged_85_years_and_over_Language_and_proficiency_in_English_not_stated_Total,G11D,G11c,Total|AGED 85 YEARS AND OVER +G4089,A85ov_T_B00,Aged_85_years_and_over_Total_Before_2000,G11D,G11c,Before 2000|AGED 85 YEARS AND OVER +G4090,A85ov_T_00_05,Aged_85_years_and_over_Total_2000_2005,G11D,G11c,2000_2005|AGED 85 YEARS AND OVER +G4091,A85ov_T_06_10,Aged_85_years_and_over_Total_2006_2010,G11D,G11c,2006-2010|AGED 85 YEARS AND OVER +G4092,A85ov_T_11,Aged_85_years_and_over_Total_2011,G11D,G11c,2011|AGED 85 YEARS AND OVER +G4093,A85ov_T_12,Aged_85_years_and_over_Total_2012,G11D,G11c,2012|AGED 85 YEARS AND OVER +G4094,A85ov_T_13,Aged_85_years_and_over_Total_2013,G11D,G11c,2013|AGED 85 YEARS AND OVER +G4095,A85ov_T_14,Aged_85_years_and_over_Total_2014,G11D,G11c,2014|AGED 85 YEARS AND OVER +G4096,A85ov_T_15,Aged_85_years_and_over_Total_2015,G11D,G11c,2015|AGED 85 YEARS AND OVER +G4097,A85ov_T_16,Aged_85_years_and_over_Total_2016,G11D,G11c,2016|AGED 85 YEARS AND OVER +G4098,A85ov_T_YNS,Aged_85_years_and_over_Total_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|AGED 85 YEARS AND OVER +G4099,A85ov_T_T,Aged_85_years_and_over_Total_Total,G11D,G11c,Total|AGED 85 YEARS AND OVER +G4100,T_SEO_B00,Total_Speaks_English_only_Before_2000,G11D,G11c,Before 2000|TOTAL +G4101,T_SEO_00_05,Total_Speaks_English_only_2000_2005,G11D,G11c,2000_2005|TOTAL +G4102,T_SEO_06_10,Total_Speaks_English_only_2006_2010,G11D,G11c,2006-2010|TOTAL +G4103,T_SEO_11,Total_Speaks_English_only_2011,G11D,G11c,2011|TOTAL +G4104,T_SEO_12,Total_Speaks_English_only_2012,G11D,G11c,2012|TOTAL +G4105,T_SEO_13,Total_Speaks_English_only_2013,G11D,G11c,2013|TOTAL +G4106,T_SEO_14,Total_Speaks_English_only_2014,G11D,G11c,2014|TOTAL +G4107,T_SEO_15,Total_Speaks_English_only_2015,G11D,G11c,2015|TOTAL +G4108,T_SEO_16,Total_Speaks_English_only_2016,G11D,G11c,2016|TOTAL +G4109,T_SEO_YNS,Total_Speaks_English_only_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|TOTAL +G4110,T_SEO_T,Total_Speaks_English_only_Total,G11D,G11c,Total|TOTAL +G4111,T_SOLSE_VWW_B00,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_Before_2000,G11D,G11c,Before 2000|TOTAL +G4112,T_SOLSE_VWW_00_05,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_2000_2005,G11D,G11c,2000_2005|TOTAL +G4113,T_SOLSE_VWW_06_10,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_2006_2010,G11D,G11c,2006-2010|TOTAL +G4114,T_SOLSE_VWW_11,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_2011,G11D,G11c,2011|TOTAL +G4115,T_SOLSE_VWW_12,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_2012,G11D,G11c,2012|TOTAL +G4116,T_SOLSE_VWW_13,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_2013,G11D,G11c,2013|TOTAL +G4117,T_SOLSE_VWW_14,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_2014,G11D,G11c,2014|TOTAL +G4118,T_SOLSE_VWW_15,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_2015,G11D,G11c,2015|TOTAL +G4119,T_SOLSE_VWW_16,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_2016,G11D,G11c,2016|TOTAL +G4120,T_SOLSE_VWW_YNS,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|TOTAL +G4121,T_SOLSE_VWW_T,Total_Speaks_other_language_and_speaks_English_Very_well_or_well_Total,G11D,G11c,Total|TOTAL +G4122,T_SOLSE_NWNAA_B00,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Before_2000,G11D,G11c,Before 2000|TOTAL +G4123,T_SOLSE_NWNAA_00_05,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2000_2005,G11D,G11c,2000_2005|TOTAL +G4124,T_SOLSE_NWNAA_06_10,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2006_2010,G11D,G11c,2006-2010|TOTAL +G4125,T_SOLSE_NWNAA_11,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2011,G11D,G11c,2011|TOTAL +G4126,T_SOLSE_NWNAA_12,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2012,G11D,G11c,2012|TOTAL +G4127,T_SOLSE_NWNAA_13,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2013,G11D,G11c,2013|TOTAL +G4128,T_SOLSE_NWNAA_14,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2014,G11D,G11c,2014|TOTAL +G4129,T_SOLSE_NWNAA_15,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2015,G11D,G11c,2015|TOTAL +G4130,T_SOLSE_NWNAA_16,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_2016,G11D,G11c,2016|TOTAL +G4131,T_SOLSE_NWNAA_YNS,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|TOTAL +G4132,T_SOLSE_NWNAA_T,Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_Total,G11D,G11c,Total|TOTAL +G4133,T_SOLSE_PinE_NS_B00,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Before_2000,G11D,G11c,Before 2000|TOTAL +G4134,T_SOLSE_PinE_NS_00_05,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2000_2005,G11D,G11c,2000_2005|TOTAL +G4135,T_SOLSE_PinE_NS_06_10,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2006_2010,G11D,G11c,2006-2010|TOTAL +G4136,T_SOLSE_PinE_NS_11,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2011,G11D,G11c,2011|TOTAL +G4137,T_SOLSE_PinE_NS_12,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2012,G11D,G11c,2012|TOTAL +G4138,T_SOLSE_PinE_NS_13,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2013,G11D,G11c,2013|TOTAL +G4139,T_SOLSE_PinE_NS_14,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2014,G11D,G11c,2014|TOTAL +G4140,T_SOLSE_PinE_NS_15,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2015,G11D,G11c,2015|TOTAL +G4141,T_SOLSE_PinE_NS_16,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_2016,G11D,G11c,2016|TOTAL +G4142,T_SOLSE_PinE_NS_YNS,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|TOTAL +G4143,T_SOLSE_PinE_NS_T,Total_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_Total,G11D,G11c,Total|TOTAL +G4144,T_SOLSE_T_B00,Total_Speaks_other_language_and_speaks_English_Total_Before_2000,G11D,G11c,Before 2000|TOTAL +G4145,T_SOLSE_T_00_05,Total_Speaks_other_language_and_speaks_English_Total_2000_2005,G11D,G11c,2000_2005|TOTAL +G4146,T_SOLSE_T_06_10,Total_Speaks_other_language_and_speaks_English_Total_2006_2010,G11D,G11c,2006-2010|TOTAL +G4147,T_SOLSE_T_11,Total_Speaks_other_language_and_speaks_English_Total_2011,G11D,G11c,2011|TOTAL +G4148,T_SOLSE_T_12,Total_Speaks_other_language_and_speaks_English_Total_2012,G11D,G11c,2012|TOTAL +G4149,T_SOLSE_T_13,Total_Speaks_other_language_and_speaks_English_Total_2013,G11D,G11c,2013|TOTAL +G4150,T_SOLSE_T_14,Total_Speaks_other_language_and_speaks_English_Total_2014,G11D,G11c,2014|TOTAL +G4151,T_SOLSE_T_15,Total_Speaks_other_language_and_speaks_English_Total_2015,G11D,G11c,2015|TOTAL +G4152,T_SOLSE_T_16,Total_Speaks_other_language_and_speaks_English_Total_2016,G11D,G11c,2016|TOTAL +G4153,T_SOLSE_T_YNS,Total_Speaks_other_language_and_speaks_English_Total_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|TOTAL +G4154,T_SOLSE_T_T,Total_Speaks_other_language_and_speaks_English_Total_Total,G11D,G11c,Total|TOTAL +G4155,T_L_PinE_NS_B00,Total_Language_and_proficiency_in_English_not_stated_Before_2000,G11D,G11c,Before 2000|TOTAL +G4156,T_L_PinE_NS_00_05,Total_Language_and_proficiency_in_English_not_stated_2000_2005,G11D,G11c,2000_2005|TOTAL +G4157,T_L_PinE_NS_06_10,Total_Language_and_proficiency_in_English_not_stated_2006_2010,G11D,G11c,2006-2010|TOTAL +G4158,T_L_PinE_NS_11,Total_Language_and_proficiency_in_English_not_stated_2011,G11D,G11c,2011|TOTAL +G4159,T_L_PinE_NS_12,Total_Language_and_proficiency_in_English_not_stated_2012,G11D,G11c,2012|TOTAL +G4160,T_L_PinE_NS_13,Total_Language_and_proficiency_in_English_not_stated_2013,G11D,G11c,2013|TOTAL +G4161,T_L_PinE_NS_14,Total_Language_and_proficiency_in_English_not_stated_2014,G11D,G11c,2014|TOTAL +G4162,T_L_PinE_NS_15,Total_Language_and_proficiency_in_English_not_stated_2015,G11D,G11c,2015|TOTAL +G4163,T_L_PinE_NS_16,Total_Language_and_proficiency_in_English_not_stated_2016,G11D,G11c,2016|TOTAL +G4164,T_L_PinE_NS_YNS,Total_Language_and_proficiency_in_English_not_stated_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|TOTAL +G4165,T_L_PinE_NS_T,Total_Language_and_proficiency_in_English_not_stated_Total,G11D,G11c,Total|TOTAL +G4166,T_T_B00,Total_Total_Before_2000,G11D,G11c,Before 2000|TOTAL +G4167,T_T_00_05,Total_Total_2000_2005,G11D,G11c,2000_2005|TOTAL +G4168,T_T_06_10,Total_Total_2006_2010,G11D,G11c,2006-2010|TOTAL +G4169,T_T_11,Total_Total_2011,G11D,G11c,2011|TOTAL +G4170,T_T_12,Total_Total_2012,G11D,G11c,2012|TOTAL +G4171,T_T_13,Total_Total_2013,G11D,G11c,2013|TOTAL +G4172,T_T_14,Total_Total_2014,G11D,G11c,2014|TOTAL +G4173,T_T_15,Total_Total_2015,G11D,G11c,2015|TOTAL +G4174,T_T_16,Total_Total_2016,G11D,G11c,2016|TOTAL +G4175,T_T_YNS,Total_Total_Year_of_arrival_not_stated,G11D,G11c,Year of arrival not stated|TOTAL +G4176,T_T_T,Total_Total_Total,G11D,G11c,Total|TOTAL +G4177,C0_4F_EO_M_EO,Dependent_children_aged_0_4_years_female_parent_Speaks_English_only_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS +G4178,C0_4F_EO_M_O_EVWW,Dependent_children_aged_0_4_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS +G4179,C0_4F_EO_M_O_ENWNA,Dependent_children_aged_0_4_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS +G4180,C0_4F_EO_M_O_PENS,Dependent_children_aged_0_4_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4181,C0_4F_EO_M_O_E_T,Dependent_children_aged_0_4_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4182,C0_4F_EO_M_LPENS,Dependent_children_aged_0_4_years_female_parent_Speaks_English_only_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4183,C0_4F_EO_M_T,Dependent_children_aged_0_4_years_female_parent_Speaks_English_only_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4184,C0_4F_O_EVWW_M_EO,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS +G4185,C0_4F_O_EVWW_M_O_EVWW,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS +G4186,C0_4F_O_EVWW_M_O_ENWNA,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS +G4187,C0_4F_O_EVWW_M_O_PENS,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4188,C0_4F_O_EVWW_M_O_E_T,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4189,C0_4F_O_EVWW_M_LPENS,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4190,C0_4F_O_EVWW_M_T,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4191,C0_4F_O_ENWNA_M_EO,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS +G4192,C0_4F_O_ENWNA_M_O_EVWW,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS +G4193,C0_4F_O_ENWNA_M_O_ENWNA,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS +G4194,C0_4F_O_ENWNA_M_O_PENS,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4195,C0_4F_O_ENWNA_M_O_E_T,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4196,C0_4F_O_ENWNA_M_LPENS,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4197,C0_4F_O_ENWNA_M_T,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4198,C0_4F_O_PENS_M_EO,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS +G4199,C0_4F_O_PENS_M_O_EVWW,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS +G4200,C0_4F_O_PENS_M_O_ENWNA,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS +G4201,C0_4F_O_PENS_M_O_PENS,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4202,C0_4F_O_PENS_M_O_E_T,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4203,C0_4F_O_PENS_M_LPENS,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4204,C0_4F_O_PENS_M_T,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4205,C0_4F_O_E_T_M_EO,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS +G4206,C0_4F_O_E_T_M_O_EVWW,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS +G4207,C0_4F_O_E_T_M_O_ENWNA,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS +G4208,C0_4F_O_E_T_M_O_PENS,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4209,C0_4F_O_E_T_M_O_E_T,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4210,C0_4F_O_E_T_M_LPENS,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4211,C0_4F_O_E_T_M_T,Dependent_children_aged_0_4_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4212,C0_4F_LPENS_M_EO,Dependent_children_aged_0_4_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS +G4213,C0_4F_LPENS_M_O_EVWW,Dependent_children_aged_0_4_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS +G4214,C0_4F_LPENS_M_O_ENWNA,Dependent_children_aged_0_4_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS +G4215,C0_4F_LPENS_M_O_PENS,Dependent_children_aged_0_4_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4216,C0_4F_LPENS_M_O_E_T,Dependent_children_aged_0_4_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4217,C0_4F_LPENS_M_LPENS,Dependent_children_aged_0_4_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4218,C0_4F_LPENS_M_T,Dependent_children_aged_0_4_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4219,C0_4F_T_M_EO,Dependent_children_aged_0_4_years_female_parent_Total_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS +G4220,C0_4F_T_M_O_EVWW,Dependent_children_aged_0_4_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS +G4221,C0_4F_T_M_O_ENWNA,Dependent_children_aged_0_4_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS +G4222,C0_4F_T_M_O_PENS,Dependent_children_aged_0_4_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4223,C0_4F_T_M_O_E_T,Dependent_children_aged_0_4_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4224,C0_4F_T_M_LPENS,Dependent_children_aged_0_4_years_female_parent_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G4225,C0_4F_T_M_T,Dependent_children_aged_0_4_years_female_parent_Total_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G4226,C5_9F_EO_M_EO,Dependent_children_aged_5_9_years_female_parent_Speaks_English_only_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS +G4227,C5_9F_EO_M_O_EVWW,Dependent_children_aged_5_9_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS +G4228,C5_9F_EO_M_O_ENWNA,Dependent_children_aged_5_9_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS +G4229,C5_9F_EO_M_O_PENS,Dependent_children_aged_5_9_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4230,C5_9F_EO_M_O_E_T,Dependent_children_aged_5_9_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4231,C5_9F_EO_M_LPENS,Dependent_children_aged_5_9_years_female_parent_Speaks_English_only_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4232,C5_9F_EO_M_T,Dependent_children_aged_5_9_years_female_parent_Speaks_English_only_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4233,C5_9F_O_EVWW_M_EO,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS +G4234,C5_9F_O_EVWW_M_O_EVWW,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS +G4235,C5_9F_O_EVWW_M_O_ENWNA,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS +G4236,C5_9F_O_EVWW_M_O_PENS,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4237,C5_9F_O_EVWW_M_O_E_T,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4238,C5_9F_O_EVWW_M_LPENS,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4239,C5_9F_O_EVWW_M_T,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4240,C5_9F_O_ENWNA_M_EO,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS +G4241,C5_9F_O_ENWNA_M_O_EVWW,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS +G4242,C5_9F_O_ENWNA_M_O_ENWNA,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS +G4243,C5_9F_O_ENWNA_M_O_PENS,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4244,C5_9F_O_ENWNA_M_O_E_T,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4245,C5_9F_O_ENWNA_M_LPENS,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4246,C5_9F_O_ENWNA_M_T,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4247,C5_9F_O_PENS_M_EO,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS +G4248,C5_9F_O_PENS_M_O_EVWW,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS +G4249,C5_9F_O_PENS_M_O_ENWNA,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS +G4250,C5_9F_O_PENS_M_O_PENS,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4251,C5_9F_O_PENS_M_O_E_T,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4252,C5_9F_O_PENS_M_LPENS,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4253,C5_9F_O_PENS_M_T,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4254,C5_9F_O_E_T_M_EO,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS +G4255,C5_9F_O_E_T_M_O_EVWW,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS +G4256,C5_9F_O_E_T_M_O_ENWNA,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS +G4257,C5_9F_O_E_T_M_O_PENS,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4258,C5_9F_O_E_T_M_O_E_T,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4259,C5_9F_O_E_T_M_LPENS,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4260,C5_9F_O_E_T_M_T,Dependent_children_aged_5_9_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4261,C5_9F_LPENS_M_EO,Dependent_children_aged_5_9_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS +G4262,C5_9F_LPENS_M_O_EVWW,Dependent_children_aged_5_9_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS +G4263,C5_9F_LPENS_M_O_ENWNA,Dependent_children_aged_5_9_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS +G4264,C5_9F_LPENS_M_O_PENS,Dependent_children_aged_5_9_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4265,C5_9F_LPENS_M_O_E_T,Dependent_children_aged_5_9_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4266,C5_9F_LPENS_M_LPENS,Dependent_children_aged_5_9_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4267,C5_9F_LPENS_M_T,Dependent_children_aged_5_9_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4268,C5_9F_T_M_EO,Dependent_children_aged_5_9_years_female_parent_Total_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS +G4269,C5_9F_T_M_O_EVWW,Dependent_children_aged_5_9_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS +G4270,C5_9F_T_M_O_ENWNA,Dependent_children_aged_5_9_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS +G4271,C5_9F_T_M_O_PENS,Dependent_children_aged_5_9_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4272,C5_9F_T_M_O_E_T,Dependent_children_aged_5_9_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4273,C5_9F_T_M_LPENS,Dependent_children_aged_5_9_years_female_parent_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G4274,C5_9F_T_M_T,Dependent_children_aged_5_9_years_female_parent_Total_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G4275,C10_12F_EO_M_EO,Dependent_children_aged_10_12_years_female_parent_Speaks_English_only_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS +G4276,C10_12F_EO_M_O_EVWW,Dependent_children_aged_10_12_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS +G4277,C10_12F_EO_M_O_ENWNA,Dependent_children_aged_10_12_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS +G4278,C10_12F_EO_M_O_PENS,Dependent_children_aged_10_12_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4279,C10_12F_EO_M_O_E_T,Dependent_children_aged_10_12_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4280,C10_12F_EO_M_LPENS,Dependent_children_aged_10_12_years_female_parent_Speaks_English_only_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4281,C10_12F_EO_M_T,Dependent_children_aged_10_12_years_female_parent_Speaks_English_only_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4282,C10_12F_O_EVWW_M_EO,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS +G4283,C10_12F_O_EVWW_M_O_EVWW,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS +G4284,C10_12F_O_EVWW_M_O_ENWNA,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS +G4285,C10_12F_O_EVWW_M_O_PENS,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4286,C10_12F_O_EVWW_M_O_E_T,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4287,C10_12F_O_EVWW_M_LPENS,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4288,C10_12F_O_EVWW_M_T,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4289,C10_12F_O_ENWNA_M_EO,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS +G4290,C10_12F_O_ENWNA_M_O_EVWW,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS +G4291,C10_12F_O_ENWNA_M_O_ENWNA,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS +G4292,C10_12F_O_ENWNA_M_O_PENS,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4293,C10_12F_O_ENWNA_M_O_E_T,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4294,C10_12F_O_ENWNA_M_LPENS,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4295,C10_12F_O_ENWNA_M_T,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4296,C10_12F_O_PENS_M_EO,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS +G4297,C10_12F_O_PENS_M_O_EVWW,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS +G4298,C10_12F_O_PENS_M_O_ENWNA,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS +G4299,C10_12F_O_PENS_M_O_PENS,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4300,C10_12F_O_PENS_M_O_E_T,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4301,C10_12F_O_PENS_M_LPENS,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4302,C10_12F_O_PENS_M_T,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4303,C10_12F_O_E_T_M_EO,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS +G4304,C10_12F_O_E_T_M_O_EVWW,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS +G4305,C10_12F_O_E_T_M_O_ENWNA,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS +G4306,C10_12F_O_E_T_M_O_PENS,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4307,C10_12F_O_E_T_M_O_E_T,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4308,C10_12F_O_E_T_M_LPENS,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4309,C10_12F_O_E_T_M_T,Dependent_children_aged_10_12_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4310,C10_12F_LPENS_M_EO,Dependent_children_aged_10_12_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS +G4311,C10_12F_LPENS_M_O_EVWW,Dependent_children_aged_10_12_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS +G4312,C10_12F_LPENS_M_O_ENWNA,Dependent_children_aged_10_12_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS +G4313,C10_12F_LPENS_M_O_PENS,Dependent_children_aged_10_12_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4314,C10_12F_LPENS_M_O_E_T,Dependent_children_aged_10_12_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4315,C10_12F_LPENS_M_LPENS,Dependent_children_aged_10_12_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4316,C10_12F_LPENS_M_T,Dependent_children_aged_10_12_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4317,C10_12F_T_M_EO,Dependent_children_aged_10_12_years_female_parent_Total_male_parent_Speaks_English_only,G12A,G12a,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS +G4318,C10_12F_T_M_O_EVWW,Dependent_children_aged_10_12_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS +G4319,C10_12F_T_M_O_ENWNA,Dependent_children_aged_10_12_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS +G4320,C10_12F_T_M_O_PENS,Dependent_children_aged_10_12_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4321,C10_12F_T_M_O_E_T,Dependent_children_aged_10_12_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12a,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4322,C10_12F_T_M_LPENS,Dependent_children_aged_10_12_years_female_parent_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12a,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G4323,C10_12F_T_M_T,Dependent_children_aged_10_12_years_female_parent_Total_male_parent_Total,G12A,G12a,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G4324,C13_14F_EO_M_EO,Dependent_children_aged_13_14_years_female_parent_Speaks_English_only_male_parent_Speaks_English_only,G12A,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS +G4325,C13_14F_EO_M_O_EVWW,Dependent_children_aged_13_14_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS +G4326,C13_14F_EO_M_O_ENWNA,Dependent_children_aged_13_14_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS +G4327,C13_14F_EO_M_O_PENS,Dependent_children_aged_13_14_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4328,C13_14F_EO_M_O_E_T,Dependent_children_aged_13_14_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4329,C13_14F_EO_M_LPENS,Dependent_children_aged_13_14_years_female_parent_Speaks_English_only_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4330,C13_14F_EO_M_T,Dependent_children_aged_13_14_years_female_parent_Speaks_English_only_male_parent_Total,G12A,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4331,C13_14F_O_EVWW_M_EO,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_English_only,G12A,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS +G4332,C13_14F_O_EVWW_M_O_EVWW,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS +G4333,C13_14F_O_EVWW_M_O_ENWNA,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS +G4334,C13_14F_O_EVWW_M_O_PENS,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4335,C13_14F_O_EVWW_M_O_E_T,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4336,C13_14F_O_EVWW_M_LPENS,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4337,C13_14F_O_EVWW_M_T,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Total,G12A,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4338,C13_14F_O_ENWNA_M_EO,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_English_only,G12A,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS +G4339,C13_14F_O_ENWNA_M_O_EVWW,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS +G4340,C13_14F_O_ENWNA_M_O_ENWNA,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS +G4341,C13_14F_O_ENWNA_M_O_PENS,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4342,C13_14F_O_ENWNA_M_O_E_T,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4343,C13_14F_O_ENWNA_M_LPENS,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4344,C13_14F_O_ENWNA_M_T,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Total,G12A,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4345,C13_14F_O_PENS_M_EO,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12A,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS +G4346,C13_14F_O_PENS_M_O_EVWW,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS +G4347,C13_14F_O_PENS_M_O_ENWNA,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS +G4348,C13_14F_O_PENS_M_O_PENS,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4349,C13_14F_O_PENS_M_O_E_T,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4350,C13_14F_O_PENS_M_LPENS,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4351,C13_14F_O_PENS_M_T,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Total,G12A,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4352,C13_14F_O_E_T_M_EO,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_English_only,G12A,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS +G4353,C13_14F_O_E_T_M_O_EVWW,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS +G4354,C13_14F_O_E_T_M_O_ENWNA,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS +G4355,C13_14F_O_E_T_M_O_PENS,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4356,C13_14F_O_E_T_M_O_E_T,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4357,C13_14F_O_E_T_M_LPENS,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4358,C13_14F_O_E_T_M_T,Dependent_children_aged_13_14_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Total,G12A,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4359,C13_14F_LPENS_M_EO,Dependent_children_aged_13_14_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12A,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS +G4360,C13_14F_LPENS_M_O_EVWW,Dependent_children_aged_13_14_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS +G4361,C13_14F_LPENS_M_O_ENWNA,Dependent_children_aged_13_14_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS +G4362,C13_14F_LPENS_M_O_PENS,Dependent_children_aged_13_14_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4363,C13_14F_LPENS_M_O_E_T,Dependent_children_aged_13_14_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4364,C13_14F_LPENS_M_LPENS,Dependent_children_aged_13_14_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4365,C13_14F_LPENS_M_T,Dependent_children_aged_13_14_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Total,G12A,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4366,C13_14F_TM_EO,Dependent_children_aged_13_14_years_female_parent_Total_male_parent_Speaks_English_only,G12A,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS +G4367,C13_14F_TM_O_EVWW,Dependent_children_aged_13_14_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS +G4368,C13_14F_TM_O_ENWNA,Dependent_children_aged_13_14_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS +G4369,C13_14F_TM_O_PENS,Dependent_children_aged_13_14_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4370,C13_14F_TM_O_E_T,Dependent_children_aged_13_14_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4371,C13_14F_TM_LPENS,Dependent_children_aged_13_14_years_female_parent_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G4372,C13_14F_TM_T,Dependent_children_aged_13_14_years_female_parent_Total_male_parent_Total,G12A,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G4373,C15_17F_EO_M_EO,Dependent_children_aged_15_17_years_female_parent_Speaks_English_only_male_parent_Speaks_English_only,G12A,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS +G4374,C15_17F_EO_M_O_EVWW,Dependent_children_aged_15_17_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS +G4375,C15_17F_EO_M_O_ENWNA,Dependent_children_aged_15_17_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS +G4376,C15_17F_EO_M_O_PENS,Dependent_children_aged_15_17_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12A,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4377,C15_17F_EO_M_O_E_T,Dependent_children_aged_15_17_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4378,C15_17F_EO_M_LPENS,Dependent_children_aged_15_17_years_female_parent_Speaks_English_only_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4379,C15_17F_EO_M_T,Dependent_children_aged_15_17_years_female_parent_Speaks_English_only_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4380,C15_17F_O_EVWW_M_EO,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS +G4381,C15_17F_O_EVWW_M_O_EVWW,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS +G4382,C15_17F_O_EVWW_M_O_ENWNA,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS +G4383,C15_17F_O_EVWW_M_O_PENS,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4384,C15_17F_O_EVWW_M_O_E_T,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4385,C15_17F_O_EVWW_M_LPENS,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4386,C15_17F_O_EVWW_M_T,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4387,C15_17F_O_ENWNA_M_EO,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS +G4388,C15_17F_O_ENWNA_M_O_EVWW,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS +G4389,C15_17F_O_ENWNA_M_O_ENWNA,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS +G4390,C15_17F_O_ENWNA_M_O_PENS,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4391,C15_17F_O_ENWNA_M_O_E_T,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4392,C15_17F_O_ENWNA_M_LPENS,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4393,C15_17F_O_ENWNA_M_T,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4394,C15_17F_O_PENS_M_EO,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS +G4395,C15_17F_O_PENS_M_O_EVWW,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS +G4396,C15_17F_O_PENS_M_O_ENWNA,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS +G4397,C15_17F_O_PENS_M_O_PENS,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4398,C15_17F_O_PENS_M_O_E_T,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4399,C15_17F_O_PENS_M_LPENS,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4400,C15_17F_O_PENS_M_T,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4401,C15_17F_O_E_T_M_EO,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS +G4402,C15_17F_O_E_T_M_O_EVWW,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS +G4403,C15_17F_O_E_T_M_O_ENWNA,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS +G4404,C15_17F_O_E_T_M_O_PENS,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4405,C15_17F_O_E_T_M_O_E_T,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4406,C15_17F_O_E_T_M_LPENS,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4407,C15_17F_O_E_T_M_T,Dependent_children_aged_15_17_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4408,C15_17F_LPENS_M_EO,Dependent_children_aged_15_17_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS +G4409,C15_17F_LPENS_M_O_EVWW,Dependent_children_aged_15_17_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS +G4410,C15_17F_LPENS_M_O_ENWNA,Dependent_children_aged_15_17_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS +G4411,C15_17F_LPENS_M_O_PENS,Dependent_children_aged_15_17_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4412,C15_17F_LPENS_M_O_E_T,Dependent_children_aged_15_17_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4413,C15_17F_LPENS_M_LPENS,Dependent_children_aged_15_17_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4414,C15_17F_LPENS_M_T,Dependent_children_aged_15_17_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4415,C15_17F_T_M_EO,Dependent_children_aged_15_17_years_female_parent_Total_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS +G4416,C15_17F_T_M_O_EVWW,Dependent_children_aged_15_17_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS +G4417,C15_17F_T_M_O_ENWNA,Dependent_children_aged_15_17_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS +G4418,C15_17F_T_M_O_PENS,Dependent_children_aged_15_17_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4419,C15_17F_T_M_O_E_T,Dependent_children_aged_15_17_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4420,C15_17F_T_M_LPENS,Dependent_children_aged_15_17_years_female_parent_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G4421,C15_17F_T_M_T,Dependent_children_aged_15_17_years_female_parent_Total_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G4422,C18_20F_EO_M_EO,Dependent_children_aged_18_20_years_female_parent_Speaks_English_only_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS +G4423,C18_20F_EO_M_O_EVWW,Dependent_children_aged_18_20_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS +G4424,C18_20F_EO_M_O_ENWNA,Dependent_children_aged_18_20_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS +G4425,C18_20F_EO_M_O_PENS,Dependent_children_aged_18_20_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4426,C18_20F_EO_M_O_E_T,Dependent_children_aged_18_20_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4427,C18_20F_EO_M_LPENS,Dependent_children_aged_18_20_years_female_parent_Speaks_English_only_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4428,C18_20F_EO_M_T,Dependent_children_aged_18_20_years_female_parent_Speaks_English_only_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4429,C18_20F_O_EVWW_M_EO,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS +G4430,C18_20F_O_EVWW_M_O_EVWW,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS +G4431,C18_20F_O_EVWW_M_O_ENWNA,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS +G4432,C18_20F_O_EVWW_M_O_PENS,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4433,C18_20F_O_EVWW_M_O_E_T,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4434,C18_20F_O_EVWW_M_LPENS,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4435,C18_20F_O_EVWW_M_T,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4436,C18_20F_O_ENWNA_M_EO,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS +G4437,C18_20F_O_ENWNA_M_O_EVWW,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS +G4438,C18_20F_O_ENWNA_M_O_ENWNA,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS +G4439,C18_20F_O_ENWNA_M_O_PENS,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4440,C18_20F_O_ENWNA_M_O_E_T,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4441,C18_20F_O_ENWNA_M_LPENS,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4442,C18_20F_O_ENWNA_M_T,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4443,C18_20F_O_PENS_M_EO,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS +G4444,C18_20F_O_PENS_M_O_EVWW,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS +G4445,C18_20F_O_PENS_M_O_ENWNA,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS +G4446,C18_20F_O_PENS_M_O_PENS,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4447,C18_20F_O_PENS_M_O_E_T,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4448,C18_20F_O_PENS_M_LPENS,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4449,C18_20F_O_PENS_M_T,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4450,C18_20F_O_E_T_M_EO,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS +G4451,C18_20F_O_E_T_M_O_EVWW,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS +G4452,C18_20F_O_E_T_M_O_ENWNA,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS +G4453,C18_20F_O_E_T_M_O_PENS,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4454,C18_20F_O_E_T_M_O_E_T,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4455,C18_20F_O_E_T_M_LPENS,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4456,C18_20F_O_E_T_M_T,Dependent_children_aged_18_20_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4457,C18_20F_LPENS_M_EO,Dependent_children_aged_18_20_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS +G4458,C18_20F_LPENS_M_O_EVWW,Dependent_children_aged_18_20_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS +G4459,C18_20F_LPENS_M_O_ENWNA,Dependent_children_aged_18_20_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS +G4460,C18_20F_LPENS_M_O_PENS,Dependent_children_aged_18_20_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4461,C18_20F_LPENS_M_O_E_T,Dependent_children_aged_18_20_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4462,C18_20F_LPENS_M_LPENS,Dependent_children_aged_18_20_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4463,C18_20F_LPENS_M_T,Dependent_children_aged_18_20_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4464,C18_20F_T_M_EO,Dependent_children_aged_18_20_years_female_parent_Total_male_parent_Speaks_English_only,G12B,G12b,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS +G4465,C18_20F_T_M_O_EVWW,Dependent_children_aged_18_20_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS +G4466,C18_20F_T_M_O_ENWNA,Dependent_children_aged_18_20_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS +G4467,C18_20F_T_M_O_PENS,Dependent_children_aged_18_20_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4468,C18_20F_T_M_O_E_T,Dependent_children_aged_18_20_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12b,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4469,C18_20F_T_M_LPENS,Dependent_children_aged_18_20_years_female_parent_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12b,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G4470,C18_20F_T_M_T,Dependent_children_aged_18_20_years_female_parent_Total_male_parent_Total,G12B,G12b,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G4471,C21_24F_EO_M_EO,Dependent_children_aged_21_24_years_female_parent_Speaks_English_only_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS +G4472,C21_24F_EO_M_O_EVWW,Dependent_children_aged_21_24_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS +G4473,C21_24F_EO_M_O_ENWNA,Dependent_children_aged_21_24_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS +G4474,C21_24F_EO_M_O_PENS,Dependent_children_aged_21_24_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4475,C21_24F_EO_M_O_E_T,Dependent_children_aged_21_24_years_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4476,C21_24F_EO_M_LPENS,Dependent_children_aged_21_24_years_female_parent_Speaks_English_only_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4477,C21_24F_EO_M_T,Dependent_children_aged_21_24_years_female_parent_Speaks_English_only_male_parent_Total,G12B,G12c,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4478,C21_24F_O_EVWW_M_EO,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS +G4479,C21_24F_O_EVWW_M_O_EVWW,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS +G4480,C21_24F_O_EVWW_M_O_ENWNA,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS +G4481,C21_24F_O_EVWW_M_O_PENS,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4482,C21_24F_O_EVWW_M_O_E_T,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4483,C21_24F_O_EVWW_M_LPENS,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4484,C21_24F_O_EVWW_M_T,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Total,G12B,G12c,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4485,C21_24F_O_ENWNA_M_EO,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS +G4486,C21_24F_O_ENWNA_M_O_EVWW,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS +G4487,C21_24F_O_ENWNA_M_O_ENWNA,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS +G4488,C21_24F_O_ENWNA_M_O_PENS,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4489,C21_24F_O_ENWNA_M_O_E_T,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4490,C21_24F_O_ENWNA_M_LPENS,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4491,C21_24F_O_ENWNA_M_T,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Total,G12B,G12c,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4492,C21_24F_O_PENS_M_EO,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS +G4493,C21_24F_O_PENS_M_O_EVWW,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS +G4494,C21_24F_O_PENS_M_O_ENWNA,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS +G4495,C21_24F_O_PENS_M_O_PENS,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4496,C21_24F_O_PENS_M_O_E_T,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4497,C21_24F_O_PENS_M_LPENS,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4498,C21_24F_O_PENS_M_T,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Total,G12B,G12c,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4499,C21_24F_O_E_T_M_EO,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS +G4500,C21_24F_O_E_T_M_O_EVWW,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS +G4501,C21_24F_O_E_T_M_O_ENWNA,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS +G4502,C21_24F_O_E_T_M_O_PENS,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4503,C21_24F_O_E_T_M_O_E_T,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4504,C21_24F_O_E_T_M_LPENS,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4505,C21_24F_O_E_T_M_T,Dependent_children_aged_21_24_years_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Total,G12B,G12c,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4506,C21_24F_LPENS_M_EO,Dependent_children_aged_21_24_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS +G4507,C21_24F_LPENS_M_O_EVWW,Dependent_children_aged_21_24_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS +G4508,C21_24F_LPENS_M_O_ENWNA,Dependent_children_aged_21_24_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS +G4509,C21_24F_LPENS_M_O_PENS,Dependent_children_aged_21_24_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4510,C21_24F_LPENS_M_O_E_T,Dependent_children_aged_21_24_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4511,C21_24F_LPENS_M_LPENS,Dependent_children_aged_21_24_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4512,C21_24F_LPENS_M_T,Dependent_children_aged_21_24_years_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Total,G12B,G12c,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4513,C21_24F_T_M_EO,Dependent_children_aged_21_24_years_female_parent_Total_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS +G4514,C21_24F_T_M_O_EVWW,Dependent_children_aged_21_24_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS +G4515,C21_24F_T_M_O_ENWNA,Dependent_children_aged_21_24_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS +G4516,C21_24F_T_M_O_PENS,Dependent_children_aged_21_24_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4517,C21_24F_T_M_O_E_T,Dependent_children_aged_21_24_years_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4518,C21_24F_T_M_LPENS,Dependent_children_aged_21_24_years_female_parent_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G4519,C21_24F_T_M_T,Dependent_children_aged_21_24_years_female_parent_Total_male_parent_Total,G12B,G12c,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G4520,TCF_EO_M_EO,Total_dependent_children_female_parent_Speaks_English_only_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN +G4521,TCF_EO_M_O_EVWW,Total_dependent_children_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN +G4522,TCF_EO_M_O_ENWNA,Total_dependent_children_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN +G4523,TCF_EO_M_O_PENS,Total_dependent_children_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4524,TCF_EO_M_O_E_T,Total_dependent_children_female_parent_Speaks_English_only_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN +G4525,TCF_EO_M_LPENS,Total_dependent_children_female_parent_Speaks_English_only_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4526,TCF_EO_M_T,Total_dependent_children_female_parent_Speaks_English_only_male_parent_Total,G12B,G12c,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN +G4527,TCF_O_EVWW_M_EO,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN +G4528,TCF_O_EVWW_M_O_EVWW,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN +G4529,TCF_O_EVWW_M_O_ENWNA,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN +G4530,TCF_O_EVWW_M_O_PENS,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4531,TCF_O_EVWW_M_O_E_T,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN +G4532,TCF_O_EVWW_M_LPENS,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4533,TCF_O_EVWW_M_T,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Very_well_or_well_male_parent_Total,G12B,G12c,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN +G4534,TCF_O_ENWNA_M_EO,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN +G4535,TCF_O_ENWNA_M_O_EVWW,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN +G4536,TCF_O_ENWNA_M_O_ENWNA,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN +G4537,TCF_O_ENWNA_M_O_PENS,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4538,TCF_O_ENWNA_M_O_E_T,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN +G4539,TCF_O_ENWNA_M_LPENS,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4540,TCF_O_ENWNA_M_T,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all_male_parent_Total,G12B,G12c,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN +G4541,TCF_O_PENS_M_EO,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN +G4542,TCF_O_PENS_M_O_EVWW,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN +G4543,TCF_O_PENS_M_O_ENWNA,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN +G4544,TCF_O_PENS_M_O_PENS,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4545,TCF_O_PENS_M_O_E_T,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN +G4546,TCF_O_PENS_M_LPENS,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4547,TCF_O_PENS_M_T,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated_male_parent_Total,G12B,G12c,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN +G4548,TCF_O_E_T_M_EO,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN +G4549,TCF_O_E_T_M_O_EVWW,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN +G4550,TCF_O_E_T_M_O_ENWNA,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN +G4551,TCF_O_E_T_M_O_PENS,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4552,TCF_O_E_T_M_O_E_T,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN +G4553,TCF_O_E_T_M_LPENS,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4554,TCF_O_E_T_M_T,Total_dependent_children_female_parent_Speaks_other_language_and_speaks_English_Total_male_parent_Total,G12B,G12c,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN +G4555,TCF_LPENS_M_EO,Total_dependent_children_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN +G4556,TCF_LPENS_M_O_EVWW,Total_dependent_children_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN +G4557,TCF_LPENS_M_O_ENWNA,Total_dependent_children_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN +G4558,TCF_LPENS_M_O_PENS,Total_dependent_children_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4559,TCF_LPENS_M_O_E_T,Total_dependent_children_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN +G4560,TCF_LPENS_M_LPENS,Total_dependent_children_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4561,TCF_LPENS_M_T,Total_dependent_children_female_parent_Language_and_proficiency_in_English_not_stated_male_parent_Total,G12B,G12c,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN +G4562,TCF_T_M_EO,Total_dependent_children_female_parent_Total_male_parent_Speaks_English_only,G12B,G12c,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN +G4563,TCF_T_M_O_EVWW,Total_dependent_children_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Very_well_or_well,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN +G4564,TCF_T_M_O_ENWNA,Total_dependent_children_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN +G4565,TCF_T_M_O_PENS,Total_dependent_children_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4566,TCF_T_M_O_E_T,Total_dependent_children_female_parent_Total_male_parent_Speaks_other_language_and_speaks_English_Total,G12B,G12c,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN +G4567,TCF_T_M_LPENS,Total_dependent_children_female_parent_Total_male_parent_Language_and_proficiency_in_English_not_stated,G12B,G12c,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN +G4568,TCF_T_M_T,Total_dependent_children_female_parent_Total_male_parent_Total,G12B,G12c,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN +G4569,MSEO_SEO,Males_Speaks_English_only_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4570,MSEO_SOLSE_VWorW,Males_Speaks_English_only_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4571,MSEO_SOLSE_NWorNAA,Males_Speaks_English_only_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4572,MSEO_SOLSE_Tot,Males_Speaks_English_only_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4573,MSEO_NS,Males_Speaks_English_only_Not_stated,G13A,G13a,Not stated|MALES +G4574,MSEO_Tot,Males_Speaks_English_only_Total,G13A,G13a,Total|MALES +G4575,MOL_Afrikaans_SEO,Males_Speaks_other_language_Afrikaans_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4576,MOL_Afrikaans_SOLSE_VWorW,Males_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4577,MOL_Afrikaans_SOLSE_NWorNAA,Males_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4578,MOL_Afrikaans_SOLSE_Tot,Males_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4579,MOL_Afrikaans_NS,Males_Speaks_other_language_Afrikaans_Not_stated,G13A,G13a,Not stated|MALES +G4580,MOL_Afrikaans_Tot,Males_Speaks_other_language_Afrikaans_Total,G13A,G13a,Total|MALES +G4581,MOL_Arabic_SEO,Males_Speaks_other_language_Arabic_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4582,MOL_Arabic_SOLSE_VWorW,Males_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4583,MOL_Arabic_SOLSE_NWorNAA,Males_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4584,MOL_Arabic_SOLSE_Tot,Males_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4585,MOL_Arabic_NS,Males_Speaks_other_language_Arabic_Not_stated,G13A,G13a,Not stated|MALES +G4586,MOL_Arabic_Tot,Males_Speaks_other_language_Arabic_Total,G13A,G13a,Total|MALES +G4587,MOL_AIndLng_SEO,Males_Speaks_other_language_Australian_Indigenous_Languages_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4588,MOL_AIndLng_SOLSE_VWorW,Males_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4589,MOL_AIndLng_SOLSE_NWorNAA,Males_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4590,MOL_AIndLng_SOLSE_Tot,Males_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4591,MOL_AIndLng_NS,Males_Speaks_other_language_Australian_Indigenous_Languages_Not_stated,G13A,G13a,Not stated|MALES +G4592,MOL_AIndLng_Tot,Males_Speaks_other_language_Australian_Indigenous_Languages_Total,G13A,G13a,Total|MALES +G4593,MOL_CL_Canton_SEO,Males_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4594,MOL_CL_Canton_SOLSE_VWorW,Males_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4595,MOL_CL_Canton_SOLSE_NWorNAA,Males_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4596,MOL_CL_Canton_SOLSE_Tot,Males_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4597,MOL_CL_Canton_NS,Males_Speaks_other_language_Chinese_Languages_Cantonese_Not_stated,G13A,G13a,Not stated|MALES +G4598,MOL_CL_Canton_Tot,Males_Speaks_other_language_Chinese_Languages_Cantonese_Total,G13A,G13a,Total|MALES +G4599,MOL_CL_Mandarin_SEO,Males_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4600,MOL_CL_Mandarin_SOLSE_VWorW,Males_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4601,MOL_CL_Mandarin_SOLSE_NWorNAA,Males_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4602,MOL_CL_Mandarin_SOLSE_Tot,Males_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4603,MOL_CL_Mandarin_NS,Males_Speaks_other_language_Chinese_Languages_Mandarin_Not_stated,G13A,G13a,Not stated|MALES +G4604,MOL_CL_Mandarin_Tot,Males_Speaks_other_language_Chinese_Languages_Mandarin_Total,G13A,G13a,Total|MALES +G4605,MOL_CL_Oth_SEO,Males_Speaks_other_language_Chinese_languages_Other_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4606,MOL_CL_Oth_SOLSE_VWorW,Males_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4607,MOL_CL_Oth_SOLSE_NWorNAA,Males_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4608,MOL_CL_Oth_SOLSE_Tot,Males_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4609,MOL_CL_Oth_NS,Males_Speaks_other_language_Chinese_languages_Other_Not_stated,G13A,G13a,Not stated|MALES +G4610,MOL_CL_Oth_Tot,Males_Speaks_other_language_Chinese_languages_Other_Total,G13A,G13a,Total|MALES +G4611,MOL_CL_Tot_SEO,Males_Speaks_other_language_Chinese_Languages_Total_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4612,MOL_CL_Tot_SOLSE_VWorW,Males_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4613,MOL_CL_Tot_SOLSE_NWorNAA,Males_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4614,MOL_CL_Tot_SOLSE_Tot,Males_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4615,MOL_CL_Tot_NS,Males_Speaks_other_language_Chinese_Languages_Total_Not_stated,G13A,G13a,Not stated|MALES +G4616,MOL_CL_Tot_Tot,Males_Speaks_other_language_Chinese_Languages_Total_Total,G13A,G13a,Total|MALES +G4617,MOL_Croatian_SEO,Males_Speaks_other_language_Croatian_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4618,MOL_Croatian_SOLSE_VWorW,Males_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4619,MOL_Croatian_SOLSE_NWorNAA,Males_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4620,MOL_Croatian_SOLSE_Tot,Males_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4621,MOL_Croatian_NS,Males_Speaks_other_language_Croatian_Not_stated,G13A,G13a,Not stated|MALES +G4622,MOL_Croatian_Tot,Males_Speaks_other_language_Croatian_Total,G13A,G13a,Total|MALES +G4623,MOL_Dutch_SEO,Males_Speaks_other_language_Dutch_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4624,MOL_Dutch_SOLSE_VWorW,Males_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4625,MOL_Dutch_SOLSE_NWorNAA,Males_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4626,MOL_Dutch_SOLSE_Tot,Males_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4627,MOL_Dutch_NS,Males_Speaks_other_language_Dutch_Not_stated,G13A,G13a,Not stated|MALES +G4628,MOL_Dutch_Tot,Males_Speaks_other_language_Dutch_Total,G13A,G13a,Total|MALES +G4629,MOL_French_SEO,Males_Speaks_other_language_French_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4630,MOL_French_SOLSE_VWorW,Males_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4631,MOL_French_SOLSE_NWorNAA,Males_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4632,MOL_French_SOLSE_Tot,Males_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4633,MOL_French_NS,Males_Speaks_other_language_French_Not_stated,G13A,G13a,Not stated|MALES +G4634,MOL_French_Tot,Males_Speaks_other_language_French_Total,G13A,G13a,Total|MALES +G4635,MOL_German_SEO,Males_Speaks_other_language_German_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4636,MOL_German_SOLSE_VWorW,Males_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4637,MOL_German_SOLSE_NWorNAA,Males_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4638,MOL_German_SOLSE_Tot,Males_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4639,MOL_German_NS,Males_Speaks_other_language_German_Not_stated,G13A,G13a,Not stated|MALES +G4640,MOL_German_Tot,Males_Speaks_other_language_German_Total,G13A,G13a,Total|MALES +G4641,MOL_Greek_SEO,Males_Speaks_other_language_Greek_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4642,MOL_Greek_SOLSE_VWorW,Males_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4643,MOL_Greek_SOLSE_NWorNAA,Males_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4644,MOL_Greek_SOLSE_Tot,Males_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4645,MOL_Greek_NS,Males_Speaks_other_language_Greek_Not_stated,G13A,G13a,Not stated|MALES +G4646,MOL_Greek_Tot,Males_Speaks_other_language_Greek_Total,G13A,G13a,Total|MALES +G4647,MOL_IAL_Bengali_SEO,Males_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4648,MOL_IAL_Bengali_SOLSE_VWorW,Males_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4649,MOL_IAL_Bengali_SOLSE_NWorNAA,Males_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4650,MOL_IAL_Bengali_SOLSE_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4651,MOL_IAL_Bengali_NS,Males_Speaks_other_language_Indo_Aryan_Languages_Bengali_Not_stated,G13A,G13a,Not stated|MALES +G4652,MOL_IAL_Bengali_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Bengali_Total,G13A,G13a,Total|MALES +G4653,MOL_IAL_Hindi_SEO,Males_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4654,MOL_IAL_Hindi_SOLSE_VWorW,Males_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4655,MOL_IAL_Hindi_SOLSE_NWorNAA,Males_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4656,MOL_IAL_Hindi_SOLSE_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4657,MOL_IAL_Hindi_NS,Males_Speaks_other_language_Indo_Aryan_Languages_Hindi_Not_stated,G13A,G13a,Not stated|MALES +G4658,MOL_IAL_Hindi_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Hindi_Total,G13A,G13a,Total|MALES +G4659,MOL_IAL_Punjabi_SEO,Males_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4660,MOL_IAL_Punjabi_SOLSE_VWorW,Males_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4661,MOL_IAL_Punjabi_SOLSE_NWorNAA,Males_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4662,MOL_IAL_Punjabi_SOLSE_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4663,MOL_IAL_Punjabi_NS,Males_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Not_stated,G13A,G13a,Not stated|MALES +G4664,MOL_IAL_Punjabi_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Total,G13A,G13a,Total|MALES +G4665,MOL_IAL_Sinhal_SEO,Males_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4666,MOL_IAL_Sinhal_SOLSE_VWorW,Males_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4667,MOL_IAL_Sinhal_SOLSE_NWorNAA,Males_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4668,MOL_IAL_Sinhal_SOLSE_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4669,MOL_IAL_Sinhal_NS,Males_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Not_stated,G13A,G13a,Not stated|MALES +G4670,MOL_IAL_Sinhal_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Total,G13A,G13a,Total|MALES +G4671,MOL_IAL_Urdu_SEO,Males_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4672,MOL_IAL_Urdu_SOLSE_VWorW,Males_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4673,MOL_IAL_Urdu_SOLSE_NWorNAA,Males_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4674,MOL_IAL_Urdu_SOLSE_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4675,MOL_IAL_Urdu_NS,Males_Speaks_other_language_Indo_Aryan_Languages_Urdu_Not_stated,G13A,G13a,Not stated|MALES +G4676,MOL_IAL_Urdu_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Urdu_Total,G13A,G13a,Total|MALES +G4677,MOL_IAL_Oth_SEO,Males_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4678,MOL_IAL_Oth_SOLSE_VWorW,Males_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4679,MOL_IAL_Oth_SOLSE_NWorNAA,Males_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4680,MOL_IAL_Oth_SOLSE_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4681,MOL_IAL_Oth_NS,Males_Speaks_other_language_Indo_Aryan_Languages_Other_Not_stated,G13A,G13a,Not stated|MALES +G4682,MOL_IAL_Oth_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Other_Total,G13A,G13a,Total|MALES +G4683,MOL_IAL_Tot_SEO,Males_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_English_only,G13A,G13a,Speaks English only|MALES +G4684,MOL_IAL_Tot_SOLSE_VWorW,Males_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13a,Speaks other language and speaks English: Very well or well|MALES +G4685,MOL_IAL_Tot_SOLSE_NWorNAA,Males_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13a,Speaks other language and speaks English: Not well or not at all|MALES +G4686,MOL_IAL_Tot_SOLSE_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13A,G13a,Speaks other language and speaks English: Total|MALES +G4687,MOL_IAL_Tot_NS,Males_Speaks_other_language_Indo_Aryan_Languages_Total_Not_stated,G13A,G13a,Not stated|MALES +G4688,MOL_IAL_Tot_Tot,Males_Speaks_other_language_Indo_Aryan_Languages_Total_Total,G13A,G13a,Total|MALES +G4689,MOL_Italian_SEO,Males_Speaks_other_language_Italian_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4690,MOL_Italian_SOLSE_VWorW,Males_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4691,MOL_Italian_SOLSE_NWorNAA,Males_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4692,MOL_Italian_SOLSE_Tot,Males_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4693,MOL_Italian_NS,Males_Speaks_other_language_Italian_Not_stated,G13A,G13b,Not stated|MALES +G4694,MOL_Italian_Tot,Males_Speaks_other_language_Italian_Total,G13A,G13b,Total|MALES +G4695,MOL_Japan_SEO,Males_Speaks_other_language_Japanese_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4696,MOL_Japan_SOLSE_VWorW,Males_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4697,MOL_Japan_SOLSE_NWorNAA,Males_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4698,MOL_Japan_SOLSE_Tot,Males_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4699,MOL_Japan_NS,Males_Speaks_other_language_Japanese_Not_stated,G13A,G13b,Not stated|MALES +G4700,MOL_Japan_Tot,Males_Speaks_other_language_Japanese_Total,G13A,G13b,Total|MALES +G4701,MOL_Korean_SEO,Males_Speaks_other_language_Korean_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4702,MOL_Korean_SOLSE_VWorW,Males_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4703,MOL_Korean_SOLSE_NWorNAA,Males_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4704,MOL_Korean_SOLSE_Tot,Males_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4705,MOL_Korean_NS,Males_Speaks_other_language_Korean_Not_stated,G13A,G13b,Not stated|MALES +G4706,MOL_Korean_Tot,Males_Speaks_other_language_Korean_Total,G13A,G13b,Total|MALES +G4707,MOL_Macedon_SEO,Males_Speaks_other_language_Macedonian_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4708,MOL_Macedon_SOLSE_VWorW,Males_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4709,MOL_Macedon_SOLSE_NWorNAA,Males_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4710,MOL_Macedon_SOLSE_Tot,Males_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4711,MOL_Macedon_NS,Males_Speaks_other_language_Macedonian_Not_stated,G13A,G13b,Not stated|MALES +G4712,MOL_Macedon_Tot,Males_Speaks_other_language_Macedonian_Total,G13A,G13b,Total|MALES +G4713,MOL_Maltese_SEO,Males_Speaks_other_language_Maltese_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4714,MOL_Maltese_SOLSE_VWorW,Males_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4715,MOL_Maltese_SOLSE_NWorNAA,Males_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4716,MOL_Maltese_SOLSE_Tot,Males_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4717,MOL_Maltese_NS,Males_Speaks_other_language_Maltese_Not_stated,G13A,G13b,Not stated|MALES +G4718,MOL_Maltese_Tot,Males_Speaks_other_language_Maltese_Total,G13A,G13b,Total|MALES +G4719,MOL_Persian_ED_SEO,Males_Speaks_other_language_Persian_excluding_Dari_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4720,MOL_Persian_ED_SOLSE_VWorW,Males_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4721,MOL_Persian_ED_SOLSE_NWorNAA,Males_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4722,MOL_Persian_ED_SOLSE_Tot,Males_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4723,MOL_Persian_ED_NS,Males_Speaks_other_language_Persian_excluding_Dari_Not_stated,G13A,G13b,Not stated|MALES +G4724,MOL_Persian_ED_Tot,Males_Speaks_other_language_Persian_excluding_Dari_Total,G13A,G13b,Total|MALES +G4725,MOL_Polish_SEO,Males_Speaks_other_language_Polish_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4726,MOL_Polish_SOLSE_VWorW,Males_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4727,MOL_Polish_SOLSE_NWorNAA,Males_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4728,MOL_Polish_SOLSE_Tot,Males_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4729,MOL_Polish_NS,Males_Speaks_other_language_Polish_Not_stated,G13A,G13b,Not stated|MALES +G4730,MOL_Polish_Tot,Males_Speaks_other_language_Polish_Total,G13A,G13b,Total|MALES +G4731,MOL_Russian_SEO,Males_Speaks_other_language_Russian_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4732,MOL_Russian_SOLSE_VWorW,Males_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4733,MOL_Russian_SOLSE_NWorNAA,Males_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4734,MOL_Russian_SOLSE_Tot,Males_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4735,MOL_Russian_NS,Males_Speaks_other_language_Russian_Not_stated,G13A,G13b,Not stated|MALES +G4736,MOL_Russian_Tot,Males_Speaks_other_language_Russian_Total,G13A,G13b,Total|MALES +G4737,MOL_Samoan_SEO,Males_Speaks_other_language_Samoan_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4738,MOL_Samoan_SOLSE_VWorW,Males_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4739,MOL_Samoan_SOLSE_NWorNAA,Males_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4740,MOL_Samoan_SOLSE_Tot,Males_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4741,MOL_Samoan_NS,Males_Speaks_other_language_Samoan_Not_stated,G13A,G13b,Not stated|MALES +G4742,MOL_Samoan_Tot,Males_Speaks_other_language_Samoan_Total,G13A,G13b,Total|MALES +G4743,MOL_Serbian_SEO,Males_Speaks_other_language_Serbian_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4744,MOL_Serbian_SOLSE_VWorW,Males_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4745,MOL_Serbian_SOLSE_NWorNAA,Males_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4746,MOL_Serbian_SOLSE_Tot,Males_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4747,MOL_Serbian_NS,Males_Speaks_other_language_Serbian_Not_stated,G13A,G13b,Not stated|MALES +G4748,MOL_Serbian_Tot,Males_Speaks_other_language_Serbian_Total,G13A,G13b,Total|MALES +G4749,MOL_SAL_Filipin_SEO,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4750,MOL_SAL_Filipin_SOLSE_VWorW,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4751,MOL_SAL_Filipin_SOLSE_NWorNAA,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4752,MOL_SAL_Filipin_SOLSE_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4753,MOL_SAL_Filipin_NS,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Not_stated,G13A,G13b,Not stated|MALES +G4754,MOL_SAL_Filipin_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Total,G13A,G13b,Total|MALES +G4755,MOL_SAL_Indon_SEO,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4756,MOL_SAL_Indon_SOLSE_VWorW,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4757,MOL_SAL_Indon_SOLSE_NWorNAA,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4758,MOL_SAL_Indon_SOLSE_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4759,MOL_SAL_Indon_NS,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Not_stated,G13A,G13b,Not stated|MALES +G4760,MOL_SAL_Indon_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Total,G13A,G13b,Total|MALES +G4761,MOL_SAL_Tagalog_SEO,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4762,MOL_SAL_Tagalog_SOLSE_VWorW,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4763,MOL_SAL_Tagalog_SOLSE_NWorNAA,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13A,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4764,MOL_SAL_Tagalog_SOLSE_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Total,G13A,G13b,Speaks other language and speaks English: Total|MALES +G4765,MOL_SAL_Tagalog_NS,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Not_stated,G13A,G13b,Not stated|MALES +G4766,MOL_SAL_Tagalog_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Total,G13A,G13b,Total|MALES +G4767,MOL_SAL_Oth_SEO,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_English_only,G13A,G13b,Speaks English only|MALES +G4768,MOL_SAL_Oth_SOLSE_VWorW,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13A,G13b,Speaks other language and speaks English: Very well or well|MALES +G4769,MOL_SAL_Oth_SOLSE_NWorNAA,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4770,MOL_SAL_Oth_SOLSE_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4771,MOL_SAL_Oth_NS,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Not_stated,G13B,G13b,Not stated|MALES +G4772,MOL_SAL_Oth_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Total,G13B,G13b,Total|MALES +G4773,MOL_SAL_Tot_SEO,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4774,MOL_SAL_Tot_SOLSE_VWorW,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4775,MOL_SAL_Tot_SOLSE_NWorNAA,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4776,MOL_SAL_Tot_SOLSE_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4777,MOL_SAL_Tot_NS,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Not_stated,G13B,G13b,Not stated|MALES +G4778,MOL_SAL_Tot_Tot,Males_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Total,G13B,G13b,Total|MALES +G4779,MOL_Spanish_SEO,Males_Speaks_other_language_Spanish_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4780,MOL_Spanish_SOLSE_VWorW,Males_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4781,MOL_Spanish_SOLSE_NWorNAA,Males_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4782,MOL_Spanish_SOLSE_Tot,Males_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4783,MOL_Spanish_NS,Males_Speaks_other_language_Spanish_Not_stated,G13B,G13b,Not stated|MALES +G4784,MOL_Spanish_Tot,Males_Speaks_other_language_Spanish_Total,G13B,G13b,Total|MALES +G4785,MOL_Tamil_SEO,Males_Speaks_other_language_Tamil_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4786,MOL_Tamil_SOLSE_VWorW,Males_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4787,MOL_Tamil_SOLSE_NWorNAA,Males_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4788,MOL_Tamil_SOLSE_Tot,Males_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4789,MOL_Tamil_NS,Males_Speaks_other_language_Tamil_Not_stated,G13B,G13b,Not stated|MALES +G4790,MOL_Tamil_Tot,Males_Speaks_other_language_Tamil_Total,G13B,G13b,Total|MALES +G4791,MOL_Thai_SEO,Males_Speaks_other_language_Thai_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4792,MOL_Thai_SOLSE_VWorW,Males_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4793,MOL_Thai_SOLSE_NWorNAA,Males_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4794,MOL_Thai_SOLSE_Tot,Males_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4795,MOL_Thai_NS,Males_Speaks_other_language_Thai_Not_stated,G13B,G13b,Not stated|MALES +G4796,MOL_Thai_Tot,Males_Speaks_other_language_Thai_Total,G13B,G13b,Total|MALES +G4797,MOL_Turkish_SEO,Males_Speaks_other_language_Turkish_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4798,MOL_Turkish_SOLSE_VWorW,Males_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4799,MOL_Turkish_SOLSE_NWorNAA,Males_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4800,MOL_Turkish_SOLSE_Tot,Males_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4801,MOL_Turkish_NS,Males_Speaks_other_language_Turkish_Not_stated,G13B,G13b,Not stated|MALES +G4802,MOL_Turkish_Tot,Males_Speaks_other_language_Turkish_Total,G13B,G13b,Total|MALES +G4803,MOL_Vietnamese_SEO,Males_Speaks_other_language_Vietnamese_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4804,MOL_Vietnamese_SOLSE_VWorW,Males_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4805,MOL_Vietnamese_SOLSE_NWorNAA,Males_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4806,MOL_Vietnamese_SOLSE_Tot,Males_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4807,MOL_Vietnamese_NS,Males_Speaks_other_language_Vietnamese_Not_stated,G13B,G13b,Not stated|MALES +G4808,MOL_Vietnamese_Tot,Males_Speaks_other_language_Vietnamese_Total,G13B,G13b,Total|MALES +G4809,MOL_Oth_SEO,Males_Speaks_other_language_Other_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4810,MOL_Oth_SOLSE_VWorW,Males_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4811,MOL_Oth_SOLSE_NWorNAA,Males_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4812,MOL_Oth_SOLSE_Tot,Males_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4813,MOL_Oth_NS,Males_Speaks_other_language_Other_Not_stated,G13B,G13b,Not stated|MALES +G4814,MOL_Oth_Tot,Males_Speaks_other_language_Other_Total,G13B,G13b,Total|MALES +G4815,MOL_Tot_SEO,Males_Speaks_other_language_Total_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4816,MOL_Tot_SOLSE_VWorW,Males_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4817,MOL_Tot_SOLSE_NWorNAA,Males_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4818,MOL_Tot_SOLSE_Tot,Males_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4819,MOL_Tot_NS,Males_Speaks_other_language_Total_Not_stated,G13B,G13b,Not stated|MALES +G4820,MOL_Tot_Tot,Males_Speaks_other_language_Total_Total,G13B,G13b,Total|MALES +G4821,M_LSatH_NS_SEO,Males_Language_spoken_at_home_not_stated_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4822,M_LSatH_NS_SOLSE_VWorW,Males_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4823,M_LSatH_NS_SOLSE_NWorNAA,Males_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4824,M_LSatH_NS_SOLSE_Tot,Males_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4825,M_LSatH_NS_NS,Males_Language_spoken_at_home_not_stated_Not_stated,G13B,G13b,Not stated|MALES +G4826,M_LSatH_NS_Tot,Males_Language_spoken_at_home_not_stated_Total,G13B,G13b,Total|MALES +G4827,M_Tot_SEO,Males_Total_Speaks_English_only,G13B,G13b,Speaks English only|MALES +G4828,M_Tot_SOLSE_VWorW,Males_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13b,Speaks other language and speaks English: Very well or well|MALES +G4829,M_Tot_SOLSE_NWorNAA,Males_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13b,Speaks other language and speaks English: Not well or not at all|MALES +G4830,M_Tot_SOLSE_Tot,Males_Total_Speaks_other_language_and_speaks_English_Total,G13B,G13b,Speaks other language and speaks English: Total|MALES +G4831,M_Tot_NS,Males_Total_Not_stated,G13B,G13b,Not stated|MALES +G4832,M_Tot_Tot,Males_Total_Total,G13B,G13b,Total|MALES +G4833,FSEO_SEO,Females_Speaks_English_only_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4834,FSEO_SOLSE_VWorW,Females_Speaks_English_only_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4835,FSEO_SOLSE_NWorNAA,Females_Speaks_English_only_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4836,FSEO_SOLSE_Tot,Females_Speaks_English_only_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4837,FSEO_NS,Females_Speaks_English_only_Not_stated,G13B,G13c,Not stated|FEMALES +G4838,FSEO_Tot,Females_Speaks_English_only_Total,G13B,G13c,Total|FEMALES +G4839,FOL_Afrikaans_SEO,Females_Speaks_other_language_Afrikaans_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4840,FOL_Afrikaans_SOLSE_VWorW,Females_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4841,FOL_Afrikaans_SOLSE_NWorNAA,Females_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4842,FOL_Afrikaans_SOLSE_Tot,Females_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4843,FOL_Afrikaans_NS,Females_Speaks_other_language_Afrikaans_Not_stated,G13B,G13c,Not stated|FEMALES +G4844,FOL_Afrikaans_Tot,Females_Speaks_other_language_Afrikaans_Total,G13B,G13c,Total|FEMALES +G4845,FOL_Arabic_SEO,Females_Speaks_other_language_Arabic_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4846,FOL_Arabic_SOLSE_VWorW,Females_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4847,FOL_Arabic_SOLSE_NWorNAA,Females_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4848,FOL_Arabic_SOLSE_Tot,Females_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4849,FOL_Arabic_NS,Females_Speaks_other_language_Arabic_Not_stated,G13B,G13c,Not stated|FEMALES +G4850,FOL_Arabic_Tot,Females_Speaks_other_language_Arabic_Total,G13B,G13c,Total|FEMALES +G4851,FOL_AIndLng_SEO,Females_Speaks_other_language_Australian_Indigenous_Languages_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4852,FOL_AIndLng_SOLSE_VWorW,Females_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4853,FOL_AIndLng_SOLSE_NWorNAA,Females_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4854,FOL_AIndLng_SOLSE_Tot,Females_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4855,FOL_AIndLng_NS,Females_Speaks_other_language_Australian_Indigenous_Languages_Not_stated,G13B,G13c,Not stated|FEMALES +G4856,FOL_AIndLng_Tot,Females_Speaks_other_language_Australian_Indigenous_Languages_Total,G13B,G13c,Total|FEMALES +G4857,FOL_CL_Cantones_SEO,Females_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4858,FOL_CL_Cantones_SOLSE_VWorW,Females_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4859,FOL_CL_Cantones_SOLSE_NWorNAA,Females_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4860,FOL_CL_Cantones_SOLSE_Tot,Females_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4861,FOL_CL_Cantones_NS,Females_Speaks_other_language_Chinese_Languages_Cantonese_Not_stated,G13B,G13c,Not stated|FEMALES +G4862,FOL_CL_Cantones_Tot,Females_Speaks_other_language_Chinese_Languages_Cantonese_Total,G13B,G13c,Total|FEMALES +G4863,FOL_CL_Mandarin_SEO,Females_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4864,FOL_CL_Mandarin_SOLSE_VWorW,Females_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4865,FOL_CL_Mandarin_SOLSE_NWorNAA,Females_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4866,FOL_CL_Mandarin_SOLSE_Tot,Females_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4867,FOL_CL_Mandarin_NS,Females_Speaks_other_language_Chinese_Languages_Mandarin_Not_stated,G13B,G13c,Not stated|FEMALES +G4868,FOL_CL_Mandarin_Tot,Females_Speaks_other_language_Chinese_Languages_Mandarin_Total,G13B,G13c,Total|FEMALES +G4869,FOL_CL_Oth_SEO,Females_Speaks_other_language_Chinese_languages_Other_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4870,FOL_CL_Oth_SOLSE_VWorW,Females_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4871,FOL_CL_Oth_SOLSE_NWorNAA,Females_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4872,FOL_CL_Oth_SOLSE_Tot,Females_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4873,FOL_CL_Oth_NS,Females_Speaks_other_language_Chinese_languages_Other_Not_stated,G13B,G13c,Not stated|FEMALES +G4874,FOL_CL_Oth_Tot,Females_Speaks_other_language_Chinese_languages_Other_Total,G13B,G13c,Total|FEMALES +G4875,FOL_CL_Tot_SEO,Females_Speaks_other_language_Chinese_Languages_Total_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4876,FOL_CL_Tot_SOLSE_VWorW,Females_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4877,FOL_CL_Tot_SOLSE_NWorNAA,Females_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4878,FOL_CL_Tot_SOLSE_Tot,Females_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4879,FOL_CL_Tot_NS,Females_Speaks_other_language_Chinese_Languages_Total_Not_stated,G13B,G13c,Not stated|FEMALES +G4880,FOL_CL_Tot_Tot,Females_Speaks_other_language_Chinese_Languages_Total_Total,G13B,G13c,Total|FEMALES +G4881,FOL_Croatian_SEO,Females_Speaks_other_language_Croatian_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4882,FOL_Croatian_SOLSE_VWorW,Females_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4883,FOL_Croatian_SOLSE_NWorNAA,Females_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4884,FOL_Croatian_SOLSE_Tot,Females_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4885,FOL_Croatian_NS,Females_Speaks_other_language_Croatian_Not_stated,G13B,G13c,Not stated|FEMALES +G4886,FOL_Croatian_Tot,Females_Speaks_other_language_Croatian_Total,G13B,G13c,Total|FEMALES +G4887,FOL_Dutch_SEO,Females_Speaks_other_language_Dutch_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4888,FOL_Dutch_SOLSE_VWorW,Females_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4889,FOL_Dutch_SOLSE_NWorNAA,Females_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4890,FOL_Dutch_SOLSE_Tot,Females_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4891,FOL_Dutch_NS,Females_Speaks_other_language_Dutch_Not_stated,G13B,G13c,Not stated|FEMALES +G4892,FOL_Dutch_Tot,Females_Speaks_other_language_Dutch_Total,G13B,G13c,Total|FEMALES +G4893,FOL_French_SEO,Females_Speaks_other_language_French_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4894,FOL_French_SOLSE_VWorW,Females_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4895,FOL_French_SOLSE_NWorNAA,Females_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4896,FOL_French_SOLSE_Tot,Females_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4897,FOL_French_NS,Females_Speaks_other_language_French_Not_stated,G13B,G13c,Not stated|FEMALES +G4898,FOL_French_Tot,Females_Speaks_other_language_French_Total,G13B,G13c,Total|FEMALES +G4899,FOL_German_SEO,Females_Speaks_other_language_German_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4900,FOL_German_SOLSE_VWorW,Females_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4901,FOL_German_SOLSE_NWorNAA,Females_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4902,FOL_German_SOLSE_Tot,Females_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4903,FOL_German_NS,Females_Speaks_other_language_German_Not_stated,G13B,G13c,Not stated|FEMALES +G4904,FOL_German_Tot,Females_Speaks_other_language_German_Total,G13B,G13c,Total|FEMALES +G4905,FOL_Greek_SEO,Females_Speaks_other_language_Greek_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4906,FOL_Greek_SOLSE_VWorW,Females_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4907,FOL_Greek_SOLSE_NWorNAA,Females_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4908,FOL_Greek_SOLSE_Tot,Females_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4909,FOL_Greek_NS,Females_Speaks_other_language_Greek_Not_stated,G13B,G13c,Not stated|FEMALES +G4910,FOL_Greek_Tot,Females_Speaks_other_language_Greek_Total,G13B,G13c,Total|FEMALES +G4911,FOL_IAL_Bengali_SEO,Females_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4912,FOL_IAL_Bengali_SOLSE_VWorW,Females_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4913,FOL_IAL_Bengali_SOLSE_NWorNAA,Females_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4914,FOL_IAL_Bengali_SOLSE_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4915,FOL_IAL_Bengali_NS,Females_Speaks_other_language_Indo_Aryan_Languages_Bengali_Not_stated,G13B,G13c,Not stated|FEMALES +G4916,FOL_IAL_Bengali_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Bengali_Total,G13B,G13c,Total|FEMALES +G4917,FOL_IAL_Hindi_SEO,Females_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4918,FOL_IAL_Hindi_SOLSE_VWorW,Females_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4919,FOL_IAL_Hindi_SOLSE_NWorNAA,Females_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4920,FOL_IAL_Hindi_SOLSE_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4921,FOL_IAL_Hindi_NS,Females_Speaks_other_language_Indo_Aryan_Languages_Hindi_Not_stated,G13B,G13c,Not stated|FEMALES +G4922,FOL_IAL_Hindi_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Hindi_Total,G13B,G13c,Total|FEMALES +G4923,FOL_IAL_Punjabi_SEO,Females_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4924,FOL_IAL_Punjabi_SOLSE_VWorW,Females_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4925,FOL_IAL_Punjabi_SOLSE_NWorNAA,Females_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4926,FOL_IAL_Punjabi_SOLSE_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4927,FOL_IAL_Punjabi_NS,Females_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Not_stated,G13B,G13c,Not stated|FEMALES +G4928,FOL_IAL_Punjabi_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Total,G13B,G13c,Total|FEMALES +G4929,FOL_IAL_Sinhalese_SEO,Females_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4930,FOL_IAL_Sinhalese_SOLSE_VWorW,Females_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4931,FOL_IAL_Sinhale_SOLSE_NWorNAA,Females_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4932,FOL_IAL_Sinhalese_SOLSE_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4933,FOL_IAL_Sinhalese_NS,Females_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Not_stated,G13B,G13c,Not stated|FEMALES +G4934,FOL_IAL_Sinhalese_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Total,G13B,G13c,Total|FEMALES +G4935,FOL_IAL_Urdu_SEO,Females_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4936,FOL_IAL_Urdu_SOLSE_VWorW,Females_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4937,FOL_IAL_Urdu_SOLSE_NWorNAA,Females_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4938,FOL_IAL_Urdu_SOLSE_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4939,FOL_IAL_Urdu_NS,Females_Speaks_other_language_Indo_Aryan_Languages_Urdu_Not_stated,G13B,G13c,Not stated|FEMALES +G4940,FOL_IAL_Urdu_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Urdu_Total,G13B,G13c,Total|FEMALES +G4941,FOL_IAL_Oth_SEO,Females_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4942,FOL_IAL_Oth_SOLSE_VWorW,Females_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4943,FOL_IAL_Oth_SOLSE_NWorNAA,Females_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4944,FOL_IAL_Oth_SOLSE_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4945,FOL_IAL_Oth_NS,Females_Speaks_other_language_Indo_Aryan_Languages_Other_Not_stated,G13B,G13c,Not stated|FEMALES +G4946,FOL_IAL_Oth_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Other_Total,G13B,G13c,Total|FEMALES +G4947,FOL_IAL_Tot_SEO,Females_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_English_only,G13B,G13c,Speaks English only|FEMALES +G4948,FOL_IAL_Tot_SOLSE_VWorW,Females_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13c,Speaks other language and speaks English: Very well or well|FEMALES +G4949,FOL_IAL_Tot_SOLSE_NWorNAA,Females_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13c,Speaks other language and speaks English: Not well or not at all|FEMALES +G4950,FOL_IAL_Tot_SOLSE_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13B,G13c,Speaks other language and speaks English: Total|FEMALES +G4951,FOL_IAL_Tot_NS,Females_Speaks_other_language_Indo_Aryan_Languages_Total_Not_stated,G13B,G13c,Not stated|FEMALES +G4952,FOL_IAL_Tot_Tot,Females_Speaks_other_language_Indo_Aryan_Languages_Total_Total,G13B,G13c,Total|FEMALES +G4953,FOL_Italian_SEO,Females_Speaks_other_language_Italian_Speaks_English_only,G13B,G13d,Speaks English only|FEMALES +G4954,FOL_Italian_SOLSE_VWorW,Females_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G4955,FOL_Italian_SOLSE_NWorNAA,Females_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G4956,FOL_Italian_SOLSE_Tot,Females_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Total,G13B,G13d,Speaks other language and speaks English: Total|FEMALES +G4957,FOL_Italian_NS,Females_Speaks_other_language_Italian_Not_stated,G13B,G13d,Not stated|FEMALES +G4958,FOL_Italian_Tot,Females_Speaks_other_language_Italian_Total,G13B,G13d,Total|FEMALES +G4959,FOL_Japanese_SEO,Females_Speaks_other_language_Japanese_Speaks_English_only,G13B,G13d,Speaks English only|FEMALES +G4960,FOL_Japanese_SOLSE_VWorW,Females_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G4961,FOL_Japanese_SOLSE_NWorNAA,Females_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G4962,FOL_Japanese_SOLSE_Tot,Females_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Total,G13B,G13d,Speaks other language and speaks English: Total|FEMALES +G4963,FOL_Japanese_NS,Females_Speaks_other_language_Japanese_Not_stated,G13B,G13d,Not stated|FEMALES +G4964,FOL_Japanese_Tot,Females_Speaks_other_language_Japanese_Total,G13B,G13d,Total|FEMALES +G4965,FOL_Korean_SEO,Females_Speaks_other_language_Korean_Speaks_English_only,G13B,G13d,Speaks English only|FEMALES +G4966,FOL_Korean_SOLSE_VWorW,Females_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Very_well_or_well,G13B,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G4967,FOL_Korean_SOLSE_NWorNAA,Females_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13B,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G4968,FOL_Korean_SOLSE_Tot,Females_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Total,G13B,G13d,Speaks other language and speaks English: Total|FEMALES +G4969,FOL_Korean_NS,Females_Speaks_other_language_Korean_Not_stated,G13C,G13d,Not stated|FEMALES +G4970,FOL_Korean_Tot,Females_Speaks_other_language_Korean_Total,G13C,G13d,Total|FEMALES +G4971,FOL_Macedonian_SEO,Females_Speaks_other_language_Macedonian_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G4972,FOL_Macedonian_SOLSE_VWorW,Females_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G4973,FOL_Macedonian_SOLSE_NWorNAA,Females_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G4974,FOL_Macedonian_SOLSE_Tot,Females_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G4975,FOL_Macedonian_NS,Females_Speaks_other_language_Macedonian_Not_stated,G13C,G13d,Not stated|FEMALES +G4976,FOL_Macedonian_Tot,Females_Speaks_other_language_Macedonian_Total,G13C,G13d,Total|FEMALES +G4977,FOL_Maltese_SEO,Females_Speaks_other_language_Maltese_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G4978,FOL_Maltese_SOLSE_VWorW,Females_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G4979,FOL_Maltese_SOLSE_NWorNAA,Females_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G4980,FOL_Maltese_SOLSE_Tot,Females_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G4981,FOL_Maltese_NS,Females_Speaks_other_language_Maltese_Not_stated,G13C,G13d,Not stated|FEMALES +G4982,FOL_Maltese_Tot,Females_Speaks_other_language_Maltese_Total,G13C,G13d,Total|FEMALES +G4983,FOL_Persian_ED_SEO,Females_Speaks_other_language_Persian_excluding_Dari_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G4984,FOL_Persian_ED_SOLSE_VWorW,Females_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G4985,FOL_Persian_ED_SOLSE_NWorNAA,Females_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G4986,FOL_Persian_ED_SOLSE_Tot,Females_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G4987,FOL_Persian_ED_NS,Females_Speaks_other_language_Persian_excluding_Dari_Not_stated,G13C,G13d,Not stated|FEMALES +G4988,FOL_Persian_ED_Tot,Females_Speaks_other_language_Persian_excluding_Dari_Total,G13C,G13d,Total|FEMALES +G4989,FOL_Polish_SEO,Females_Speaks_other_language_Polish_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G4990,FOL_Polish_SOLSE_VWorW,Females_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G4991,FOL_Polish_SOLSE_NWorNAA,Females_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G4992,FOL_Polish_SOLSE_Tot,Females_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G4993,FOL_Polish_NS,Females_Speaks_other_language_Polish_Not_stated,G13C,G13d,Not stated|FEMALES +G4994,FOL_Polish_Tot,Females_Speaks_other_language_Polish_Total,G13C,G13d,Total|FEMALES +G4995,FOL_Russian_SEO,Females_Speaks_other_language_Russian_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G4996,FOL_Russian_SOLSE_VWorW,Females_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G4997,FOL_Russian_SOLSE_NWorNAA,Females_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G4998,FOL_Russian_SOLSE_Tot,Females_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G4999,FOL_Russian_NS,Females_Speaks_other_language_Russian_Not_stated,G13C,G13d,Not stated|FEMALES +G5000,FOL_Russian_Tot,Females_Speaks_other_language_Russian_Total,G13C,G13d,Total|FEMALES +G5001,FOL_Samoan_SEO,Females_Speaks_other_language_Samoan_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5002,FOL_Samoan_SOLSE_VWorW,Females_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5003,FOL_Samoan_SOLSE_NWorNAA,Females_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5004,FOL_Samoan_SOLSE_Tot,Females_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5005,FOL_Samoan_NS,Females_Speaks_other_language_Samoan_Not_stated,G13C,G13d,Not stated|FEMALES +G5006,FOL_Samoan_Tot,Females_Speaks_other_language_Samoan_Total,G13C,G13d,Total|FEMALES +G5007,FOL_Serbian_SEO,Females_Speaks_other_language_Serbian_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5008,FOL_Serbian_SOLSE_VWorW,Females_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5009,FOL_Serbian_SOLSE_NWorNAA,Females_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5010,FOL_Serbian_SOLSE_Tot,Females_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5011,FOL_Serbian_NS,Females_Speaks_other_language_Serbian_Not_stated,G13C,G13d,Not stated|FEMALES +G5012,FOL_Serbian_Tot,Females_Speaks_other_language_Serbian_Total,G13C,G13d,Total|FEMALES +G5013,FOL_SAL_Filipino_SEO,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5014,FOL_SAL_Filipino_SOLSE_VWorW,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5015,FOL_SAL_Filipin_SOLSE_NWorNAA,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5016,FOL_SAL_Filipino_SOLSE_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5017,FOL_SAL_Filipino_NS,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Not_stated,G13C,G13d,Not stated|FEMALES +G5018,FOL_SAL_Filipino_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Total,G13C,G13d,Total|FEMALES +G5019,FOL_SAL_Indonesian_SEO,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5020,FOL_SAL_Indonesia_SOLSE_VWorW,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5021,FOL_SAL_Indones_SOLSE_NWorNAA,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5022,FOL_SAL_Indonesian_SOLSE_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5023,FOL_SAL_Indonesian_NS,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Not_stated,G13C,G13d,Not stated|FEMALES +G5024,FOL_SAL_Indonesian_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Total,G13C,G13d,Total|FEMALES +G5025,FOL_SAL_Tagalog_SEO,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5026,FOL_SAL_Tagalog_SOLSE_VWorW,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5027,FOL_SAL_Tagalog_SOLSE_NWorNAA,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5028,FOL_SAL_Tagalog_SOLSE_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5029,FOL_SAL_Tagalog_NS,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Not_stated,G13C,G13d,Not stated|FEMALES +G5030,FOL_SAL_Tagalog_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Total,G13C,G13d,Total|FEMALES +G5031,FOL_SAL_Oth_SEO,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5032,FOL_SAL_Oth_SOLSE_VWorW,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5033,FOL_SAL_Oth_SOLSE_NWorNAA,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5034,FOL_SAL_Oth_SOLSE_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5035,FOL_SAL_Oth_NS,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Not_stated,G13C,G13d,Not stated|FEMALES +G5036,FOL_SAL_Oth_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Total,G13C,G13d,Total|FEMALES +G5037,FOL_SAL_Tot_SEO,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5038,FOL_SAL_Tot_SOLSE_VWorW,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5039,FOL_SAL_Tot_SOLSE_NWorNAA,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5040,FOL_SAL_Tot_SOLSE_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5041,FOL_SAL_Tot_NS,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Not_stated,G13C,G13d,Not stated|FEMALES +G5042,FOL_SAL_Tot_Tot,Females_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Total,G13C,G13d,Total|FEMALES +G5043,FOL_Spanish_SEO,Females_Speaks_other_language_Spanish_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5044,FOL_Spanish_SOLSE_VWorW,Females_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5045,FOL_Spanish_SOLSE_NWorNAA,Females_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5046,FOL_Spanish_SOLSE_Tot,Females_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5047,FOL_Spanish_NS,Females_Speaks_other_language_Spanish_Not_stated,G13C,G13d,Not stated|FEMALES +G5048,FOL_Spanish_Tot,Females_Speaks_other_language_Spanish_Total,G13C,G13d,Total|FEMALES +G5049,FOL_Tamil_SEO,Females_Speaks_other_language_Tamil_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5050,FOL_Tamil_SOLSE_VWorW,Females_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5051,FOL_Tamil_SOLSE_NWorNAA,Females_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5052,FOL_Tamil_SOLSE_Tot,Females_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5053,FOL_Tamil_NS,Females_Speaks_other_language_Tamil_Not_stated,G13C,G13d,Not stated|FEMALES +G5054,FOL_Tamil_Tot,Females_Speaks_other_language_Tamil_Total,G13C,G13d,Total|FEMALES +G5055,FOL_Thai_SEO,Females_Speaks_other_language_Thai_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5056,FOL_Thai_SOLSE_VWorW,Females_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5057,FOL_Thai_SOLSE_NWorNAA,Females_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5058,FOL_Thai_SOLSE_Tot,Females_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5059,FOL_Thai_NS,Females_Speaks_other_language_Thai_Not_stated,G13C,G13d,Not stated|FEMALES +G5060,FOL_Thai_Tot,Females_Speaks_other_language_Thai_Total,G13C,G13d,Total|FEMALES +G5061,FOL_Turkish_SEO,Females_Speaks_other_language_Turkish_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5062,FOL_Turkish_SOLSE_VWorW,Females_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5063,FOL_Turkish_SOLSE_NWorNAA,Females_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5064,FOL_Turkish_SOLSE_Tot,Females_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5065,FOL_Turkish_NS,Females_Speaks_other_language_Turkish_Not_stated,G13C,G13d,Not stated|FEMALES +G5066,FOL_Turkish_Tot,Females_Speaks_other_language_Turkish_Total,G13C,G13d,Total|FEMALES +G5067,FOL_Vietnamese_SEO,Females_Speaks_other_language_Vietnamese_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5068,FOL_Vietnamese_SOLSE_VWorW,Females_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5069,FOL_Vietnamese_SOLSE_NWorNAA,Females_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5070,FOL_Vietnamese_SOLSE_Tot,Females_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5071,FOL_Vietnamese_NS,Females_Speaks_other_language_Vietnamese_Not_stated,G13C,G13d,Not stated|FEMALES +G5072,FOL_Vietnamese_Tot,Females_Speaks_other_language_Vietnamese_Total,G13C,G13d,Total|FEMALES +G5073,FOL_Oth_SEO,Females_Speaks_other_language_Other_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5074,FOL_Oth_SOLSE_VWorW,Females_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5075,FOL_Oth_SOLSE_NWorNAA,Females_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5076,FOL_Oth_SOLSE_Tot,Females_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5077,FOL_Oth_NS,Females_Speaks_other_language_Other_Not_stated,G13C,G13d,Not stated|FEMALES +G5078,FOL_Oth_Tot,Females_Speaks_other_language_Other_Total,G13C,G13d,Total|FEMALES +G5079,FOL_Tot_SEO,Females_Speaks_other_language_Total_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5080,FOL_Tot_SOLSE_VWorW,Females_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5081,FOL_Tot_SOLSE_NWorNAA,Females_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5082,FOL_Tot_SOLSE_Tot,Females_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5083,FOL_Tot_NS,Females_Speaks_other_language_Total_Not_stated,G13C,G13d,Not stated|FEMALES +G5084,FOL_Tot_Tot,Females_Speaks_other_language_Total_Total,G13C,G13d,Total|FEMALES +G5085,F_LSatH_NS_SEO,Females_Language_spoken_at_home_not_stated_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5086,F_LSatH_NS_SOLSE_VWorW,Females_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5087,F_LSatH_NS_SOLSE_NWorNAA,Females_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5088,F_LSatH_NS_SOLSE_Tot,Females_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5089,F_LSatH_NS_NS,Females_Language_spoken_at_home_not_stated_Not_stated,G13C,G13d,Not stated|FEMALES +G5090,F_LSatH_NS_Tot,Females_Language_spoken_at_home_not_stated_Total,G13C,G13d,Total|FEMALES +G5091,F_Tot_SEO,Females_Total_Speaks_English_only,G13C,G13d,Speaks English only|FEMALES +G5092,F_Tot_SOLSE_VWorW,Females_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13d,Speaks other language and speaks English: Very well or well|FEMALES +G5093,F_Tot_SOLSE_NWorNAA,Females_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13d,Speaks other language and speaks English: Not well or not at all|FEMALES +G5094,F_Tot_SOLSE_Tot,Females_Total_Speaks_other_language_and_speaks_English_Total,G13C,G13d,Speaks other language and speaks English: Total|FEMALES +G5095,F_Tot_NS,Females_Total_Not_stated,G13C,G13d,Not stated|FEMALES +G5096,F_Tot_Tot,Females_Total_Total,G13C,G13d,Total|FEMALES +G5097,PSEO_SEO,Persons_Speaks_English_only_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5098,PSEO_SOLSE_VWorW,Persons_Speaks_English_only_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5099,PSEO_SOLSE_NWorNAA,Persons_Speaks_English_only_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5100,PSEO_SOLSE_Tot,Persons_Speaks_English_only_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5101,PSEO_NS,Persons_Speaks_English_only_Not_stated,G13C,G13e,Not stated|PERSONS +G5102,PSEO_Tot,Persons_Speaks_English_only_Total,G13C,G13e,Total|PERSONS +G5103,POL_Afrikaans_SEO,Persons_Speaks_other_language_Afrikaans_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5104,POL_Afrikaans_SOLSE_VWorW,Persons_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5105,POL_Afrikaans_SOLSE_NWorNAA,Persons_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5106,POL_Afrikaans_SOLSE_Tot,Persons_Speaks_other_language_Afrikaans_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5107,POL_Afrikaans_NS,Persons_Speaks_other_language_Afrikaans_Not_stated,G13C,G13e,Not stated|PERSONS +G5108,POL_Afrikaans_Tot,Persons_Speaks_other_language_Afrikaans_Total,G13C,G13e,Total|PERSONS +G5109,POL_Arabic_SEO,Persons_Speaks_other_language_Arabic_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5110,POL_Arabic_SOLSE_VWorW,Persons_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5111,POL_Arabic_SOLSE_NWorNAA,Persons_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5112,POL_Arabic_SOLSE_Tot,Persons_Speaks_other_language_Arabic_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5113,POL_Arabic_NS,Persons_Speaks_other_language_Arabic_Not_stated,G13C,G13e,Not stated|PERSONS +G5114,POL_Arabic_Tot,Persons_Speaks_other_language_Arabic_Total,G13C,G13e,Total|PERSONS +G5115,POL_AIndLng_SEO,Persons_Speaks_other_language_Australian_Indigenous_Languages_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5116,POL_AIndLng_SOLSE_VWorW,Persons_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5117,POL_AIndLng_SOLSE_NWorNAA,Persons_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5118,POL_AIndLng_SOLSE_Tot,Persons_Speaks_other_language_Australian_Indigenous_Languages_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5119,POL_AIndLng_NS,Persons_Speaks_other_language_Australian_Indigenous_Languages_Not_stated,G13C,G13e,Not stated|PERSONS +G5120,POL_AIndLng_Tot,Persons_Speaks_other_language_Australian_Indigenous_Languages_Total,G13C,G13e,Total|PERSONS +G5121,POL_CL_Cantones_SEO,Persons_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5122,POL_CL_Cantones_SOLSE_VWorW,Persons_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5123,POL_CL_Cantones_SOLSE_NWorNAA,Persons_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5124,POL_CL_Cantones_SOLSE_Tot,Persons_Speaks_other_language_Chinese_Languages_Cantonese_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5125,POL_CL_Cantones_NS,Persons_Speaks_other_language_Chinese_Languages_Cantonese_Not_stated,G13C,G13e,Not stated|PERSONS +G5126,POL_CL_Cantones_Tot,Persons_Speaks_other_language_Chinese_Languages_Cantonese_Total,G13C,G13e,Total|PERSONS +G5127,POL_CL_Mandarin_SEO,Persons_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5128,POL_CL_Mandarin_SOLSE_VWorW,Persons_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5129,POL_CL_Mandarin_SOLSE_NWorNAA,Persons_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5130,POL_CL_Mandarin_SOLSE_Tot,Persons_Speaks_other_language_Chinese_Languages_Mandarin_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5131,POL_CL_Mandarin_NS,Persons_Speaks_other_language_Chinese_Languages_Mandarin_Not_stated,G13C,G13e,Not stated|PERSONS +G5132,POL_CL_Mandarin_Tot,Persons_Speaks_other_language_Chinese_Languages_Mandarin_Total,G13C,G13e,Total|PERSONS +G5133,POL_CL_Oth_SEO,Persons_Speaks_other_language_Chinese_languages_Other_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5134,POL_CL_Oth_SOLSE_VWorW,Persons_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5135,POL_CL_Oth_SOLSE_NWorNAA,Persons_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5136,POL_CL_Oth_SOLSE_Tot,Persons_Speaks_other_language_Chinese_languages_Other_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5137,POL_CL_Oth_NS,Persons_Speaks_other_language_Chinese_languages_Other_Not_stated,G13C,G13e,Not stated|PERSONS +G5138,POL_CL_Oth_Tot,Persons_Speaks_other_language_Chinese_languages_Other_Total,G13C,G13e,Total|PERSONS +G5139,POL_CL_Tot_SEO,Persons_Speaks_other_language_Chinese_Languages_Total_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5140,POL_CL_Tot_SOLSE_VWorW,Persons_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5141,POL_CL_Tot_SOLSE_NWorNAA,Persons_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5142,POL_CL_Tot_SOLSE_Tot,Persons_Speaks_other_language_Chinese_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5143,POL_CL_Tot_NS,Persons_Speaks_other_language_Chinese_Languages_Total_Not_stated,G13C,G13e,Not stated|PERSONS +G5144,POL_CL_Tot_Tot,Persons_Speaks_other_language_Chinese_Languages_Total_Total,G13C,G13e,Total|PERSONS +G5145,POL_Croatian_SEO,Persons_Speaks_other_language_Croatian_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5146,POL_Croatian_SOLSE_VWorW,Persons_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5147,POL_Croatian_SOLSE_NWorNAA,Persons_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5148,POL_Croatian_SOLSE_Tot,Persons_Speaks_other_language_Croatian_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5149,POL_Croatian_NS,Persons_Speaks_other_language_Croatian_Not_stated,G13C,G13e,Not stated|PERSONS +G5150,POL_Croatian_Tot,Persons_Speaks_other_language_Croatian_Total,G13C,G13e,Total|PERSONS +G5151,POL_Dutch_SEO,Persons_Speaks_other_language_Dutch_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5152,POL_Dutch_SOLSE_VWorW,Persons_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5153,POL_Dutch_SOLSE_NWorNAA,Persons_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5154,POL_Dutch_SOLSE_Tot,Persons_Speaks_other_language_Dutch_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5155,POL_Dutch_NS,Persons_Speaks_other_language_Dutch_Not_stated,G13C,G13e,Not stated|PERSONS +G5156,POL_Dutch_Tot,Persons_Speaks_other_language_Dutch_Total,G13C,G13e,Total|PERSONS +G5157,POL_French_SEO,Persons_Speaks_other_language_French_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5158,POL_French_SOLSE_VWorW,Persons_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5159,POL_French_SOLSE_NWorNAA,Persons_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5160,POL_French_SOLSE_Tot,Persons_Speaks_other_language_French_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5161,POL_French_NS,Persons_Speaks_other_language_French_Not_stated,G13C,G13e,Not stated|PERSONS +G5162,POL_French_Tot,Persons_Speaks_other_language_French_Total,G13C,G13e,Total|PERSONS +G5163,POL_German_SEO,Persons_Speaks_other_language_German_Speaks_English_only,G13C,G13e,Speaks English only|PERSONS +G5164,POL_German_SOLSE_VWorW,Persons_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Very_well_or_well,G13C,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5165,POL_German_SOLSE_NWorNAA,Persons_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13C,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5166,POL_German_SOLSE_Tot,Persons_Speaks_other_language_German_Speaks_other_language_and_speaks_English_Total,G13C,G13e,Speaks other language and speaks English: Total|PERSONS +G5167,POL_German_NS,Persons_Speaks_other_language_German_Not_stated,G13C,G13e,Not stated|PERSONS +G5168,POL_German_Tot,Persons_Speaks_other_language_German_Total,G13C,G13e,Total|PERSONS +G5169,POL_Greek_SEO,Persons_Speaks_other_language_Greek_Speaks_English_only,G13D,G13e,Speaks English only|PERSONS +G5170,POL_Greek_SOLSE_VWorW,Persons_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5171,POL_Greek_SOLSE_NWorNAA,Persons_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5172,POL_Greek_SOLSE_Tot,Persons_Speaks_other_language_Greek_Speaks_other_language_and_speaks_English_Total,G13D,G13e,Speaks other language and speaks English: Total|PERSONS +G5173,POL_Greek_NS,Persons_Speaks_other_language_Greek_Not_stated,G13D,G13e,Not stated|PERSONS +G5174,POL_Greek_Tot,Persons_Speaks_other_language_Greek_Total,G13D,G13e,Total|PERSONS +G5175,POL_IAL_Bengali_SEO,Persons_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_English_only,G13D,G13e,Speaks English only|PERSONS +G5176,POL_IAL_Bengali_SOLSE_VWorW,Persons_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5177,POL_IAL_Bengali_SOLSE_NWorNAA,Persons_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5178,POL_IAL_Bengali_SOLSE_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Bengali_Speaks_other_language_and_speaks_English_Total,G13D,G13e,Speaks other language and speaks English: Total|PERSONS +G5179,POL_IAL_Bengali_NS,Persons_Speaks_other_language_Indo_Aryan_Languages_Bengali_Not_stated,G13D,G13e,Not stated|PERSONS +G5180,POL_IAL_Bengali_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Bengali_Total,G13D,G13e,Total|PERSONS +G5181,POL_IAL_Hindi_SEO,Persons_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_English_only,G13D,G13e,Speaks English only|PERSONS +G5182,POL_IAL_Hindi_SOLSE_VWorW,Persons_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5183,POL_IAL_Hindi_SOLSE_NWorNAA,Persons_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5184,POL_IAL_Hindi_SOLSE_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Hindi_Speaks_other_language_and_speaks_English_Total,G13D,G13e,Speaks other language and speaks English: Total|PERSONS +G5185,POL_IAL_Hindi_NS,Persons_Speaks_other_language_Indo_Aryan_Languages_Hindi_Not_stated,G13D,G13e,Not stated|PERSONS +G5186,POL_IAL_Hindi_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Hindi_Total,G13D,G13e,Total|PERSONS +G5187,POL_IAL_Punjabi_SEO,Persons_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_English_only,G13D,G13e,Speaks English only|PERSONS +G5188,POL_IAL_Punjabi_SOLSE_VWorW,Persons_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5189,POL_IAL_Punjabi_SOLSE_NWorNAA,Persons_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5190,POL_IAL_Punjabi_SOLSE_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Speaks_other_language_and_speaks_English_Total,G13D,G13e,Speaks other language and speaks English: Total|PERSONS +G5191,POL_IAL_Punjabi_NS,Persons_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Not_stated,G13D,G13e,Not stated|PERSONS +G5192,POL_IAL_Punjabi_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Punjabi_Total,G13D,G13e,Total|PERSONS +G5193,POL_IAL_Sinhalese_SEO,Persons_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_English_only,G13D,G13e,Speaks English only|PERSONS +G5194,POL_IAL_Sinhalese_SOLSE_VWorW,Persons_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5195,POL_IAL_Sinhale_SOLSE_NWorNAA,Persons_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5196,POL_IAL_Sinhalese_SOLSE_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Speaks_other_language_and_speaks_English_Total,G13D,G13e,Speaks other language and speaks English: Total|PERSONS +G5197,POL_IAL_Sinhalese_NS,Persons_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Not_stated,G13D,G13e,Not stated|PERSONS +G5198,POL_IAL_Sinhalese_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Sinhalese_Total,G13D,G13e,Total|PERSONS +G5199,POL_IAL_Urdu_SEO,Persons_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_English_only,G13D,G13e,Speaks English only|PERSONS +G5200,POL_IAL_Urdu_SOLSE_VWorW,Persons_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5201,POL_IAL_Urdu_SOLSE_NWorNAA,Persons_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5202,POL_IAL_Urdu_SOLSE_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Urdu_Speaks_other_language_and_speaks_English_Total,G13D,G13e,Speaks other language and speaks English: Total|PERSONS +G5203,POL_IAL_Urdu_NS,Persons_Speaks_other_language_Indo_Aryan_Languages_Urdu_Not_stated,G13D,G13e,Not stated|PERSONS +G5204,POL_IAL_Urdu_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Urdu_Total,G13D,G13e,Total|PERSONS +G5205,POL_IAL_Oth_SEO,Persons_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_English_only,G13D,G13e,Speaks English only|PERSONS +G5206,POL_IAL_Oth_SOLSE_VWorW,Persons_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5207,POL_IAL_Oth_SOLSE_NWorNAA,Persons_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5208,POL_IAL_Oth_SOLSE_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Other_Speaks_other_language_and_speaks_English_Total,G13D,G13e,Speaks other language and speaks English: Total|PERSONS +G5209,POL_IAL_Oth_NS,Persons_Speaks_other_language_Indo_Aryan_Languages_Other_Not_stated,G13D,G13e,Not stated|PERSONS +G5210,POL_IAL_Oth_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Other_Total,G13D,G13e,Total|PERSONS +G5211,POL_IAL_Tot_SEO,Persons_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_English_only,G13D,G13e,Speaks English only|PERSONS +G5212,POL_IAL_Tot_SOLSE_VWorW,Persons_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13e,Speaks other language and speaks English: Very well or well|PERSONS +G5213,POL_IAL_Tot_SOLSE_NWorNAA,Persons_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13e,Speaks other language and speaks English: Not well or not at all|PERSONS +G5214,POL_IAL_Tot_SOLSE_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13D,G13e,Speaks other language and speaks English: Total|PERSONS +G5215,POL_IAL_Tot_NS,Persons_Speaks_other_language_Indo_Aryan_Languages_Total_Not_stated,G13D,G13e,Not stated|PERSONS +G5216,POL_IAL_Tot_Tot,Persons_Speaks_other_language_Indo_Aryan_Languages_Total_Total,G13D,G13e,Total|PERSONS +G5217,POL_Italian_SEO,Persons_Speaks_other_language_Italian_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5218,POL_Italian_SOLSE_VWorW,Persons_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5219,POL_Italian_SOLSE_NWorNAA,Persons_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5220,POL_Italian_SOLSE_Tot,Persons_Speaks_other_language_Italian_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5221,POL_Italian_NS,Persons_Speaks_other_language_Italian_Not_stated,G13D,G13f,Not stated|PERSONS +G5222,POL_Italian_Tot,Persons_Speaks_other_language_Italian_Total,G13D,G13f,Total|PERSONS +G5223,POL_Japanese_SEO,Persons_Speaks_other_language_Japanese_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5224,POL_Japanese_SOLSE_VWorW,Persons_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5225,POL_Japanese_SOLSE_NWorNAA,Persons_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5226,POL_Japanese_SOLSE_Tot,Persons_Speaks_other_language_Japanese_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5227,POL_Japanese_NS,Persons_Speaks_other_language_Japanese_Not_stated,G13D,G13f,Not stated|PERSONS +G5228,POL_Japanese_Tot,Persons_Speaks_other_language_Japanese_Total,G13D,G13f,Total|PERSONS +G5229,POL_Korean_SEO,Persons_Speaks_other_language_Korean_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5230,POL_Korean_SOLSE_VWorW,Persons_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5231,POL_Korean_SOLSE_NWorNAA,Persons_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5232,POL_Korean_SOLSE_Tot,Persons_Speaks_other_language_Korean_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5233,POL_Korean_NS,Persons_Speaks_other_language_Korean_Not_stated,G13D,G13f,Not stated|PERSONS +G5234,POL_Korean_Tot,Persons_Speaks_other_language_Korean_Total,G13D,G13f,Total|PERSONS +G5235,POL_Macedonian_SEO,Persons_Speaks_other_language_Macedonian_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5236,POL_Macedonian_SOLSE_VWorW,Persons_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5237,POL_Macedonian_SOLSE_NWorNAA,Persons_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5238,POL_Macedonian_SOLSE_Tot,Persons_Speaks_other_language_Macedonian_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5239,POL_Macedonian_NS,Persons_Speaks_other_language_Macedonian_Not_stated,G13D,G13f,Not stated|PERSONS +G5240,POL_Macedonian_Tot,Persons_Speaks_other_language_Macedonian_Total,G13D,G13f,Total|PERSONS +G5241,POL_Maltese_SEO,Persons_Speaks_other_language_Maltese_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5242,POL_Maltese_SOLSE_VWorW,Persons_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5243,POL_Maltese_SOLSE_NWorNAA,Persons_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5244,POL_Maltese_SOLSE_Tot,Persons_Speaks_other_language_Maltese_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5245,POL_Maltese_NS,Persons_Speaks_other_language_Maltese_Not_stated,G13D,G13f,Not stated|PERSONS +G5246,POL_Maltese_Tot,Persons_Speaks_other_language_Maltese_Total,G13D,G13f,Total|PERSONS +G5247,POL_Persian_ED_SEO,Persons_Speaks_other_language_Persian_excluding_Dari_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5248,POL_Persian_ED_SOLSE_VWorW,Persons_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5249,POL_Persian_ED_SOLSE_NWorNAA,Persons_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5250,POL_Persian_ED_SOLSE_Tot,Persons_Speaks_other_language_Persian_excluding_Dari_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5251,POL_Persian_ED_NS,Persons_Speaks_other_language_Persian_excluding_Dari_Not_stated,G13D,G13f,Not stated|PERSONS +G5252,POL_Persian_ED_Tot,Persons_Speaks_other_language_Persian_excluding_Dari_Total,G13D,G13f,Total|PERSONS +G5253,POL_Polish_SEO,Persons_Speaks_other_language_Polish_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5254,POL_Polish_SOLSE_VWorW,Persons_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5255,POL_Polish_SOLSE_NWorNAA,Persons_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5256,POL_Polish_SOLSE_Tot,Persons_Speaks_other_language_Polish_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5257,POL_Polish_NS,Persons_Speaks_other_language_Polish_Not_stated,G13D,G13f,Not stated|PERSONS +G5258,POL_Polish_Tot,Persons_Speaks_other_language_Polish_Total,G13D,G13f,Total|PERSONS +G5259,POL_Russian_SEO,Persons_Speaks_other_language_Russian_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5260,POL_Russian_SOLSE_VWorW,Persons_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5261,POL_Russian_SOLSE_NWorNAA,Persons_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5262,POL_Russian_SOLSE_Tot,Persons_Speaks_other_language_Russian_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5263,POL_Russian_NS,Persons_Speaks_other_language_Russian_Not_stated,G13D,G13f,Not stated|PERSONS +G5264,POL_Russian_Tot,Persons_Speaks_other_language_Russian_Total,G13D,G13f,Total|PERSONS +G5265,POL_Samoan_SEO,Persons_Speaks_other_language_Samoan_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5266,POL_Samoan_SOLSE_VWorW,Persons_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5267,POL_Samoan_SOLSE_NWorNAA,Persons_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5268,POL_Samoan_SOLSE_Tot,Persons_Speaks_other_language_Samoan_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5269,POL_Samoan_NS,Persons_Speaks_other_language_Samoan_Not_stated,G13D,G13f,Not stated|PERSONS +G5270,POL_Samoan_Tot,Persons_Speaks_other_language_Samoan_Total,G13D,G13f,Total|PERSONS +G5271,POL_Serbian_SEO,Persons_Speaks_other_language_Serbian_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5272,POL_Serbian_SOLSE_VWorW,Persons_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5273,POL_Serbian_SOLSE_NWorNAA,Persons_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5274,POL_Serbian_SOLSE_Tot,Persons_Speaks_other_language_Serbian_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5275,POL_Serbian_NS,Persons_Speaks_other_language_Serbian_Not_stated,G13D,G13f,Not stated|PERSONS +G5276,POL_Serbian_Tot,Persons_Speaks_other_language_Serbian_Total,G13D,G13f,Total|PERSONS +G5277,POL_SAL_Filipino_SEO,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5278,POL_SAL_Filipino_SOLSE_VWorW,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5279,POL_SAL_Filipin_SOLSE_NWorNAA,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5280,POL_SAL_Filipino_SOLSE_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5281,POL_SAL_Filipino_NS,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Not_stated,G13D,G13f,Not stated|PERSONS +G5282,POL_SAL_Filipino_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Filipino_Total,G13D,G13f,Total|PERSONS +G5283,POL_SAL_Indonesian_SEO,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5284,POL_SAL_Indonesia_SOLSE_VWorW,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5285,POL_SAL_Indones_SOLSE_NWorNAA,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5286,POL_SAL_Indonesian_SOLSE_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5287,POL_SAL_Indonesian_NS,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Not_stated,G13D,G13f,Not stated|PERSONS +G5288,POL_SAL_Indonesian_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Indonesian_Total,G13D,G13f,Total|PERSONS +G5289,POL_SAL_Tagalog_SEO,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5290,POL_SAL_Tagalog_SOLSE_VWorW,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5291,POL_SAL_Tagalog_SOLSE_NWorNAA,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5292,POL_SAL_Tagalog_SOLSE_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5293,POL_SAL_Tagalog_NS,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Not_stated,G13D,G13f,Not stated|PERSONS +G5294,POL_SAL_Tagalog_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Tagalog_Total,G13D,G13f,Total|PERSONS +G5295,POL_SAL_Oth_SEO,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5296,POL_SAL_Oth_SOLSE_VWorW,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5297,POL_SAL_Oth_SOLSE_NWorNAA,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5298,POL_SAL_Oth_SOLSE_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5299,POL_SAL_Oth_NS,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Not_stated,G13D,G13f,Not stated|PERSONS +G5300,POL_SAL_Oth_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Other_Total,G13D,G13f,Total|PERSONS +G5301,POL_SAL_Tot_SEO,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5302,POL_SAL_Tot_SOLSE_VWorW,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5303,POL_SAL_Tot_SOLSE_NWorNAA,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5304,POL_SAL_Tot_SOLSE_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5305,POL_SAL_Tot_NS,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Not_stated,G13D,G13f,Not stated|PERSONS +G5306,POL_SAL_Tot_Tot,Persons_Speaks_other_language_Southeast_Asian_Austronesian_Languages_Total_Total,G13D,G13f,Total|PERSONS +G5307,POL_Spanish_SEO,Persons_Speaks_other_language_Spanish_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5308,POL_Spanish_SOLSE_VWorW,Persons_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5309,POL_Spanish_SOLSE_NWorNAA,Persons_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5310,POL_Spanish_SOLSE_Tot,Persons_Speaks_other_language_Spanish_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5311,POL_Spanish_NS,Persons_Speaks_other_language_Spanish_Not_stated,G13D,G13f,Not stated|PERSONS +G5312,POL_Spanish_Tot,Persons_Speaks_other_language_Spanish_Total,G13D,G13f,Total|PERSONS +G5313,POL_Tamil_SEO,Persons_Speaks_other_language_Tamil_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5314,POL_Tamil_SOLSE_VWorW,Persons_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5315,POL_Tamil_SOLSE_NWorNAA,Persons_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5316,POL_Tamil_SOLSE_Tot,Persons_Speaks_other_language_Tamil_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5317,POL_Tamil_NS,Persons_Speaks_other_language_Tamil_Not_stated,G13D,G13f,Not stated|PERSONS +G5318,POL_Tamil_Tot,Persons_Speaks_other_language_Tamil_Total,G13D,G13f,Total|PERSONS +G5319,POL_Thai_SEO,Persons_Speaks_other_language_Thai_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5320,POL_Thai_SOLSE_VWorW,Persons_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5321,POL_Thai_SOLSE_NWorNAA,Persons_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5322,POL_Thai_SOLSE_Tot,Persons_Speaks_other_language_Thai_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5323,POL_Thai_NS,Persons_Speaks_other_language_Thai_Not_stated,G13D,G13f,Not stated|PERSONS +G5324,POL_Thai_Tot,Persons_Speaks_other_language_Thai_Total,G13D,G13f,Total|PERSONS +G5325,POL_Turkish_SEO,Persons_Speaks_other_language_Turkish_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5326,POL_Turkish_SOLSE_VWorW,Persons_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5327,POL_Turkish_SOLSE_NWorNAA,Persons_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5328,POL_Turkish_SOLSE_Tot,Persons_Speaks_other_language_Turkish_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5329,POL_Turkish_NS,Persons_Speaks_other_language_Turkish_Not_stated,G13D,G13f,Not stated|PERSONS +G5330,POL_Turkish_Tot,Persons_Speaks_other_language_Turkish_Total,G13D,G13f,Total|PERSONS +G5331,POL_Vietnamese_SEO,Persons_Speaks_other_language_Vietnamese_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5332,POL_Vietnamese_SOLSE_VWorW,Persons_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5333,POL_Vietnamese_SOLSE_NWorNAA,Persons_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5334,POL_Vietnamese_SOLSE_Tot,Persons_Speaks_other_language_Vietnamese_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5335,POL_Vietnamese_NS,Persons_Speaks_other_language_Vietnamese_Not_stated,G13D,G13f,Not stated|PERSONS +G5336,POL_Vietnamese_Tot,Persons_Speaks_other_language_Vietnamese_Total,G13D,G13f,Total|PERSONS +G5337,POL_Oth_SEO,Persons_Speaks_other_language_Other_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5338,POL_Oth_SOLSE_VWorW,Persons_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5339,POL_Oth_SOLSE_NWorNAA,Persons_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5340,POL_Oth_SOLSE_Tot,Persons_Speaks_other_language_Other_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5341,POL_Oth_NS,Persons_Speaks_other_language_Other_Not_stated,G13D,G13f,Not stated|PERSONS +G5342,POL_Oth_Tot,Persons_Speaks_other_language_Other_Total,G13D,G13f,Total|PERSONS +G5343,POL_Tot_SEO,Persons_Speaks_other_language_Total_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5344,POL_Tot_SOLSE_VWorW,Persons_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5345,POL_Tot_SOLSE_NWorNAA,Persons_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5346,POL_Tot_SOLSE_Tot,Persons_Speaks_other_language_Total_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5347,POL_Tot_NS,Persons_Speaks_other_language_Total_Not_stated,G13D,G13f,Not stated|PERSONS +G5348,POL_Tot_Tot,Persons_Speaks_other_language_Total_Total,G13D,G13f,Total|PERSONS +G5349,P_LSatH_NS_SEO,Persons_Language_spoken_at_home_not_stated_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5350,P_LSatH_NS_SOLSE_VWorW,Persons_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5351,P_LSatH_NS_SOLSE_NWorNAA,Persons_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5352,P_LSatH_NS_SOLSE_Tot,Persons_Language_spoken_at_home_not_stated_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5353,P_LSatH_NS_NS,Persons_Language_spoken_at_home_not_stated_Not_stated,G13D,G13f,Not stated|PERSONS +G5354,P_LSatH_NS_Tot,Persons_Language_spoken_at_home_not_stated_Total,G13D,G13f,Total|PERSONS +G5355,P_Tot_SEO,Persons_Total_Speaks_English_only,G13D,G13f,Speaks English only|PERSONS +G5356,P_Tot_SOLSE_VWorW,Persons_Total_Speaks_other_language_and_speaks_English_Very_well_or_well,G13D,G13f,Speaks other language and speaks English: Very well or well|PERSONS +G5357,P_Tot_SOLSE_NWorNAA,Persons_Total_Speaks_other_language_and_speaks_English_Not_well_or_not_at_all,G13D,G13f,Speaks other language and speaks English: Not well or not at all|PERSONS +G5358,P_Tot_SOLSE_Tot,Persons_Total_Speaks_other_language_and_speaks_English_Total,G13D,G13f,Speaks other language and speaks English: Total|PERSONS +G5359,P_Tot_NS,Persons_Total_Not_stated,G13D,G13f,Not stated|PERSONS +G5360,P_Tot_Tot,Persons_Total_Total,G13D,G13f,Total|PERSONS +G5361,Buddhism_M,Buddhism_Males,G14,G14,Males +G5362,Buddhism_F,Buddhism_Females,G14,G14,Females +G5363,Buddhism_P,Buddhism_Persons,G14,G14,Persons +G5364,Christianity_Anglican_M,Christianity_Anglican_Males,G14,G14,Males +G5365,Christianity_Anglican_F,Christianity_Anglican_Females,G14,G14,Females +G5366,Christianity_Anglican_P,Christianity_Anglican_Persons,G14,G14,Persons +G5367,Christianity_Asyrin_Apstlic_M,Christianity_Assyrian_Apostolic_Males,G14,G14,Males +G5368,Christianity_Asyrin_Apstlic_F,Christianity_Assyrian_Apostolic_Females,G14,G14,Females +G5369,Christianity_Asyrin_Apstlic_P,Christianity_Assyrian_Apostolic_Persons,G14,G14,Persons +G5370,Christianity_Baptist_M,Christianity_Baptist_Males,G14,G14,Males +G5371,Christianity_Baptist_F,Christianity_Baptist_Females,G14,G14,Females +G5372,Christianity_Baptist_P,Christianity_Baptist_Persons,G14,G14,Persons +G5373,Christianity_Brethren_M,Christianity_Brethren_Males,G14,G14,Males +G5374,Christianity_Brethren_F,Christianity_Brethren_Females,G14,G14,Females +G5375,Christianity_Brethren_P,Christianity_Brethren_Persons,G14,G14,Persons +G5376,Christianity_Catholic_M,Christianity_Catholic_Males,G14,G14,Males +G5377,Christianity_Catholic_F,Christianity_Catholic_Females,G14,G14,Females +G5378,Christianity_Catholic_P,Christianity_Catholic_Persons,G14,G14,Persons +G5379,Christianity_Church_Christ_M,Christianity_Churches_of_Christ_Males,G14,G14,Males +G5380,Christianity_Church_Christ_F,Christianity_Churches_of_Christ_Females,G14,G14,Females +G5381,Christianity_Church_Christ_P,Christianity_Churches_of_Christ_Persons,G14,G14,Persons +G5382,Christianity_Eastrn_Orthdox_M,Christianity_Eastern_Orthodox_Males,G14,G14,Males +G5383,Christianity_Eastrn_Orthdox_F,Christianity_Eastern_Orthodox_Females,G14,G14,Females +G5384,Christianity_Eastrn_Orthdox_P,Christianity_Eastern_Orthodox_Persons,G14,G14,Persons +G5385,Christinty_Jehvahs_Witnses_M,Christianity_Jehovahs_Witnesses_Males,G14,G14,Males +G5386,Christinty_Jehvahs_Witnses_F,Christianity_Jehovahs_Witnesses_Females,G14,G14,Females +G5387,Christinty_Jehvahs_Witnses_P,Christianity_Jehovahs_Witnesses_Persons,G14,G14,Persons +G5388,Christianity_Lattr_day_Snts_M,Christianity_Latter_day_Saints_Males,G14,G14,Males +G5389,Christianity_Lattr_day_Snts_F,Christianity_Latter_day_Saints_Females,G14,G14,Females +G5390,Christianity_Lattr_day_Snts_P,Christianity_Latter_day_Saints_Persons,G14,G14,Persons +G5391,Christianity_Lutheran_M,Christianity_Lutheran_Males,G14,G14,Males +G5392,Christianity_Lutheran_F,Christianity_Lutheran_Females,G14,G14,Females +G5393,Christianity_Lutheran_P,Christianity_Lutheran_Persons,G14,G14,Persons +G5394,Christianity_Orintal_Orthdx_M,Christianity_Oriental_Orthodox_Males,G14,G14,Males +G5395,Christianity_Orintal_Orthdx_F,Christianity_Oriental_Orthodox_Females,G14,G14,Females +G5396,Christianity_Orintal_Orthdx_P,Christianity_Oriental_Orthodox_Persons,G14,G14,Persons +G5397,Christianity_Othr_Protestnt_M,Christianity_Other_Protestant_Males,G14,G14,Males +G5398,Christianity_Othr_Protestnt_F,Christianity_Other_Protestant_Females,G14,G14,Females +G5399,Christianity_Othr_Protestnt_P,Christianity_Other_Protestant_Persons,G14,G14,Persons +G5400,Christianity_Pentecostal_M,Christianity_Pentecostal_Males,G14,G14,Males +G5401,Christianity_Pentecostal_F,Christianity_Pentecostal_Females,G14,G14,Females +G5402,Christianity_Pentecostal_P,Christianity_Pentecostal_Persons,G14,G14,Persons +G5403,Christinty_Prsbytrin_Refrmd_M,Christianity_Presbyterian_and_Reformed_Males,G14,G14,Males +G5404,Christinty_Prsbytrin_Refrmd_F,Christianity_Presbyterian_and_Reformed_Females,G14,G14,Females +G5405,Christinty_Prsbytrin_Refrmd_P,Christianity_Presbyterian_and_Reformed_Persons,G14,G14,Persons +G5406,Christianity_Salvation_Army_M,Christianity_Salvation_Army_Males,G14,G14,Males +G5407,Christianity_Salvation_Army_F,Christianity_Salvation_Army_Females,G14,G14,Females +G5408,Christianity_Salvation_Army_P,Christianity_Salvation_Army_Persons,G14,G14,Persons +G5409,Christnty_Sevnth_dy_Advntst_M,Christianity_Seventh_day_Adventist_Males,G14,G14,Males +G5410,Christnty_Sevnth_dy_Advntst_F,Christianity_Seventh_day_Adventist_Females,G14,G14,Females +G5411,Christnty_Sevnth_dy_Advntst_P,Christianity_Seventh_day_Adventist_Persons,G14,G14,Persons +G5412,Christianity_Uniting_Church_M,Christianity_Uniting_Church_Males,G14,G14,Males +G5413,Christianity_Uniting_Church_F,Christianity_Uniting_Church_Females,G14,G14,Females +G5414,Christianity_Uniting_Church_P,Christianity_Uniting_Church_Persons,G14,G14,Persons +G5415,Christianity_Christian_nfd_M,Christianity_Christianity_nfd_Males,G14,G14,Males +G5416,Christianity_Christian_nfd_F,Christianity_Christianity_nfd_Females,G14,G14,Females +G5417,Christianity_Christian_nfd_P,Christianity_Christianity_nfd_Persons,G14,G14,Persons +G5418,Christianity_Othr_Christian_M,Christianity_Other_Christian_Males,G14,G14,Males +G5419,Christianity_Othr_Christian_F,Christianity_Other_Christian_Females,G14,G14,Females +G5420,Christianity_Othr_Christian_P,Christianity_Other_Christian_Persons,G14,G14,Persons +G5421,Christianity_Tot_M,Christianity_Total_Males,G14,G14,Males +G5422,Christianity_Tot_F,Christianity_Total_Females,G14,G14,Females +G5423,Christianity_Tot_P,Christianity_Total_Persons,G14,G14,Persons +G5424,Hinduism_M,Hinduism_Males,G14,G14,Males +G5425,Hinduism_F,Hinduism_Females,G14,G14,Females +G5426,Hinduism_P,Hinduism_Persons,G14,G14,Persons +G5427,Islam_M,Islam_Males,G14,G14,Males +G5428,Islam_F,Islam_Females,G14,G14,Females +G5429,Islam_P,Islam_Persons,G14,G14,Persons +G5430,Judaism_M,Judaism_Males,G14,G14,Males +G5431,Judaism_F,Judaism_Females,G14,G14,Females +G5432,Judaism_P,Judaism_Persons,G14,G14,Persons +G5433,Othr_Rel_Aust_Abor_Trad_Rel_M,Other_Religions_Australian_Aboriginal_Traditional_Religions_Males,G14,G14,Males +G5434,Othr_Rel_Aust_Abor_Trad_Rel_F,Other_Religions_Australian_Aboriginal_Traditional_Religions_Females,G14,G14,Females +G5435,Othr_Rel_Aust_Abor_Trad_Rel_P,Other_Religions_Australian_Aboriginal_Traditional_Religions_Persons,G14,G14,Persons +G5436,Othr_Rel_Sikhism_M,Other_Religions_Sikhism_Males,G14,G14,Males +G5437,Othr_Rel_Sikhism_F,Other_Religions_Sikhism_Females,G14,G14,Females +G5438,Othr_Rel_Sikhism_P,Other_Religions_Sikhism_Persons,G14,G14,Persons +G5439,Othr_Reln_Other_reln_groups_M,Other_Religions_Other_religious_groups_Males,G14,G14,Males +G5440,Othr_Reln_Other_reln_groups_F,Other_Religions_Other_religious_groups_Females,G14,G14,Females +G5441,Othr_Reln_Other_reln_groups_P,Other_Religions_Other_religious_groups_Persons,G14,G14,Persons +G5442,Other_Religions_Tot_M,Other_Religions_Total_Males,G14,G14,Males +G5443,Other_Religions_Tot_F,Other_Religions_Total_Females,G14,G14,Females +G5444,Other_Religions_Tot_P,Other_Religions_Total_Persons,G14,G14,Persons +G5445,SB_OSB_NRA_NR_M,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_No_Religion_So_Described_Males,G14,G14,Males +G5446,SB_OSB_NRA_NR_F,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_No_Religion_So_Described_Females,G14,G14,Females +G5447,SB_OSB_NRA_NR_P,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_No_Religion_So_Described_Persons,G14,G14,Persons +G5448,SB_OSB_NRA_SB_M,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Secular_Beliefs_Males,G14,G14,Males +G5449,SB_OSB_NRA_SB_F,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Secular_Beliefs_Females,G14,G14,Females +G5450,SB_OSB_NRA_SB_P,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Secular_Beliefs_Persons,G14,G14,Persons +G5451,SB_OSB_NRA_OSB_M,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Other_Spiritual_Beliefs_Males,G14,G14,Males +G5452,SB_OSB_NRA_OSB_F,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Other_Spiritual_Beliefs_Females,G14,G14,Females +G5453,SB_OSB_NRA_OSB_P,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Other_Spiritual_Beliefs_Persons,G14,G14,Persons +G5454,SB_OSB_NRA_Tot_M,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Total_Males,G14,G14,Males +G5455,SB_OSB_NRA_Tot_F,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Total_Females,G14,G14,Females +G5456,SB_OSB_NRA_Tot_P,Secular_Beliefs_and_Other_Spiritual_Beliefs_and_No_Religious_Affiliation_Total_Persons,G14,G14,Persons +G5457,Religious_affiliation_ns_M,Religious_affiliation_Not_Stated_Males,G14,G14,Males +G5458,Religious_affiliation_ns_F,Religious_affiliation_Not_Stated_Females,G14,G14,Females +G5459,Religious_affiliation_ns_P,Religious_affiliation_Not_Stated_Persons,G14,G14,Persons +G5460,Tot_M,Total_Males,G14,G14,Males +G5461,Tot_F,Total_Females,G14,G14,Females +G5462,Tot_P,Total_Persons,G14,G14,Persons +G5463,Pre_school_M,Pre_school_Males,G15,G15,Males +G5464,Pre_school_F,Pre_school_Females,G15,G15,Females +G5465,Pre_school_P,Pre_school_Persons,G15,G15,Persons +G5466,Infants_Primary_Government_M,Infants_Primary_Government_Males,G15,G15,Males +G5467,Infants_Primary_Government_F,Infants_Primary_Government_Females,G15,G15,Females +G5468,Infants_Primary_Government_P,Infants_Primary_Government_Persons,G15,G15,Persons +G5469,Infants_Primary_Catholic_M,Infants_Primary_Catholic_Males,G15,G15,Males +G5470,Infants_Primary_Catholic_F,Infants_Primary_Catholic_Females,G15,G15,Females +G5471,Infants_Primary_Catholic_P,Infants_Primary_Catholic_Persons,G15,G15,Persons +G5472,Infnts_Primry_Othr_Non_Govt_M,Infants_Primary_Other_Non_Government_Males,G15,G15,Males +G5473,Infnts_Primry_Othr_Non_Govt_F,Infants_Primary_Other_Non_Government_Females,G15,G15,Females +G5474,Infnts_Primry_Othr_Non_Govt_P,Infants_Primary_Other_Non_Government_Persons,G15,G15,Persons +G5475,Infants_Primary_Tot_M,Infants_Primary_Total_Males,G15,G15,Males +G5476,Infants_Primary_Tot_F,Infants_Primary_Total_Females,G15,G15,Females +G5477,Infants_Primary_Tot_P,Infants_Primary_Total_Persons,G15,G15,Persons +G5478,Secondary_Government_M,Secondary_Government_Males,G15,G15,Males +G5479,Secondary_Government_F,Secondary_Government_Females,G15,G15,Females +G5480,Secondary_Government_P,Secondary_Government_Persons,G15,G15,Persons +G5481,Secondary_Catholic_M,Secondary_Catholic_Males,G15,G15,Males +G5482,Secondary_Catholic_F,Secondary_Catholic_Females,G15,G15,Females +G5483,Secondary_Catholic_P,Secondary_Catholic_Persons,G15,G15,Persons +G5484,Secondary_Other_Non_Govt_M,Secondary_Other_Non_Government_Males,G15,G15,Males +G5485,Secondary_Other_Non_Govt_F,Secondary_Other_Non_Government_Females,G15,G15,Females +G5486,Secondary_Other_Non_Govt_P,Secondary_Other_Non_Government_Persons,G15,G15,Persons +G5487,Secondary_Tot_M,Secondary_Total_Males,G15,G15,Males +G5488,Secondary_Tot_F,Secondary_Total_Females,G15,G15,Females +G5489,Secondary_Tot_P,Secondary_Total_Persons,G15,G15,Persons +G5490,Tec_Furt_Educ_inst_Ft_15_24_M,Technical_or_Further_Educational_institution_Full_time_student_Aged_15_24_years_Males,G15,G15,Males +G5491,Tec_Furt_Educ_inst_Ft_15_24_F,Technical_or_Further_Educational_institution_Full_time_student_Aged_15_24_years_Females,G15,G15,Females +G5492,Tec_Furt_Educ_inst_Ft_15_24_P,Technical_or_Further_Educational_institution_Full_time_student_Aged_15_24_years_Persons,G15,G15,Persons +G5493,Tec_Furt_Educ_inst_Ft_25_ov_M,Technical_or_Further_Educational_institution_Full_time_student_Aged_25_years_and_over_Males,G15,G15,Males +G5494,Tec_Furt_Educ_inst_Ft_25_ov_F,Technical_or_Further_Educational_institution_Full_time_student_Aged_25_years_and_over_Females,G15,G15,Females +G5495,Tec_Furt_Educ_inst_Ft_25_ov_P,Technical_or_Further_Educational_institution_Full_time_student_Aged_25_years_and_over_Persons,G15,G15,Persons +G5496,Tec_Furt_Educ_inst_Pt_15_24_M,Technical_or_Further_Educational_institution_Part_time_student_Aged_15_24_years_Males,G15,G15,Males +G5497,Tec_Furt_Educ_inst_Pt_15_24_F,Technical_or_Further_Educational_institution_Part_time_student_Aged_15_24_years_Females,G15,G15,Females +G5498,Tec_Furt_Educ_inst_Pt_15_24_P,Technical_or_Further_Educational_institution_Part_time_student_Aged_15_24_years_Persons,G15,G15,Persons +G5499,Tec_Furt_Educ_inst_Pt_25_ov_M,Technical_or_Further_Educational_institution_Part_time_student_Aged_25_years_and_over_Males,G15,G15,Males +G5500,Tec_Furt_Educ_inst_Pt_25_ov_F,Technical_or_Further_Educational_institution_Part_time_student_Aged_25_years_and_over_Females,G15,G15,Females +G5501,Tec_Furt_Educ_inst_Pt_25_ov_P,Technical_or_Further_Educational_institution_Part_time_student_Aged_25_years_and_over_Persons,G15,G15,Persons +G5502,Tec_Furt_Educ_inst_F_Pt_ns_M,Technical_or_Further_Educational_institution_Full_Part_time_student_status_not_stated_Males,G15,G15,Males +G5503,Tec_Furt_Educ_inst_F_Pt_ns_F,Technical_or_Further_Educational_institution_Full_Part_time_student_status_not_stated_Females,G15,G15,Females +G5504,Tec_Furt_Educ_inst_F_Pt_ns_P,Technical_or_Further_Educational_institution_Full_Part_time_student_status_not_stated_Persons,G15,G15,Persons +G5505,Tec_Furt_Educ_inst_Tot_M,Technical_or_Further_Educational_institution_Total_Males,G15,G15,Males +G5506,Tec_Furt_Educ_inst_Tot_F,Technical_or_Further_Educational_institution_Total_Females,G15,G15,Females +G5507,Tec_Furt_Educ_inst_Tot_P,Technical_or_Further_Educational_institution_Total_Persons,G15,G15,Persons +G5508,Uni_othr_Tert_Inst_Ft_15_24_M,University_or_other_Tertiary_Institution_Full_time_student_Aged_15_24_years_Males,G15,G15,Males +G5509,Uni_othr_Tert_Inst_Ft_15_24_F,University_or_other_Tertiary_Institution_Full_time_student_Aged_15_24_years_Females,G15,G15,Females +G5510,Uni_othr_Tert_Inst_Ft_15_24_P,University_or_other_Tertiary_Institution_Full_time_student_Aged_15_24_years_Persons,G15,G15,Persons +G5511,Uni_othr_Tert_Inst_Ft_25_ov_M,University_or_other_Tertiary_Institution_Full_time_student_Aged_25_years_and_over_Males,G15,G15,Males +G5512,Uni_othr_Tert_Inst_Ft_25_ov_F,University_or_other_Tertiary_Institution_Full_time_student_Aged_25_years_and_over_Females,G15,G15,Females +G5513,Uni_othr_Tert_Inst_Ft_25_ov_P,University_or_other_Tertiary_Institution_Full_time_student_Aged_25_years_and_over_Persons,G15,G15,Persons +G5514,Uni_othr_Tert_Inst_Pt_15_24_M,University_or_other_Tertiary_Institution_Part_time_student_Aged_15_24_years_Males,G15,G15,Males +G5515,Uni_othr_Tert_Inst_Pt_15_24_F,University_or_other_Tertiary_Institution_Part_time_student_Aged_15_24_years_Females,G15,G15,Females +G5516,Uni_othr_Tert_Inst_Pt_15_24_P,University_or_other_Tertiary_Institution_Part_time_student_Aged_15_24_years_Persons,G15,G15,Persons +G5517,Uni_othr_Tert_Inst_Pt_25_ov_M,University_or_other_Tertiary_Institution_Part_time_student_Aged_25_years_and_over_Males,G15,G15,Males +G5518,Uni_othr_Tert_Inst_Pt_25_ov_F,University_or_other_Tertiary_Institution_Part_time_student_Aged_25_years_and_over_Females,G15,G15,Females +G5519,Uni_othr_Tert_Inst_Pt_25_ov_P,University_or_other_Tertiary_Institution_Part_time_student_Aged_25_years_and_over_Persons,G15,G15,Persons +G5520,Uni_othr_Tert_Inst_F_Pt_ns_M,University_or_other_Tertiary_Institution_Full_Part_time_student_status_not_stated_Males,G15,G15,Males +G5521,Uni_othr_Tert_Inst_F_Pt_ns_F,University_or_other_Tertiary_Institution_Full_Part_time_student_status_not_stated_Females,G15,G15,Females +G5522,Uni_othr_Tert_Inst_F_Pt_ns_P,University_or_other_Tertiary_Institution_Full_Part_time_student_status_not_stated_Persons,G15,G15,Persons +G5523,Uni_other_Tert_Instit_Tot_M,University_or_other_Tertiary_Institution_Total_Males,G15,G15,Males +G5524,Uni_other_Tert_Instit_Tot_F,University_or_other_Tertiary_Institution_Total_Females,G15,G15,Females +G5525,Uni_other_Tert_Instit_Tot_P,University_or_other_Tertiary_Institution_Total_Persons,G15,G15,Persons +G5526,Othr_typ_educ_inst_Ft_stud_M,Other_type_of_educational_institution_Full_time_student_Males,G15,G15,Males +G5527,Othr_typ_educ_inst_Ft_stud_F,Other_type_of_educational_institution_Full_time_student_Females,G15,G15,Females +G5528,Othr_typ_educ_inst_Ft_stud_P,Other_type_of_educational_institution_Full_time_student_Persons,G15,G15,Persons +G5529,Othr_typ_educ_inst_Pt_stud_M,Other_type_of_educational_institution_Part_time_student_Males,G15,G15,Males +G5530,Othr_typ_educ_inst_Pt_stud_F,Other_type_of_educational_institution_Part_time_student_Females,G15,G15,Females +G5531,Othr_typ_educ_inst_Pt_stud_P,Other_type_of_educational_institution_Part_time_student_Persons,G15,G15,Persons +G5532,Oth_typ_ed_instit_F_Pt_ns_M,Other_type_of_educational_institution_Full_Part_time_student_status_not_stated_Males,G15,G15,Males +G5533,Oth_typ_ed_instit_F_Pt_ns_F,Other_type_of_educational_institution_Full_Part_time_student_status_not_stated_Females,G15,G15,Females +G5534,Oth_typ_ed_instit_F_Pt_ns_P,Other_type_of_educational_institution_Full_Part_time_student_status_not_stated_Persons,G15,G15,Persons +G5535,Other_type_educ_instit_Tot_M,Other_type_of_educational_institution_Total_Males,G15,G15,Males +G5536,Other_type_educ_instit_Tot_F,Other_type_of_educational_institution_Total_Females,G15,G15,Females +G5537,Other_type_educ_instit_Tot_P,Other_type_of_educational_institution_Total_Persons,G15,G15,Persons +G5538,Type_educanl_institution_ns_M,Type_of_educational_institution_not_stated_Males,G15,G15,Males +G5539,Type_educanl_institution_ns_F,Type_of_educational_institution_not_stated_Females,G15,G15,Females +G5540,Type_educanl_institution_ns_P,Type_of_educational_institution_not_stated_Persons,G15,G15,Persons +G5541,Tot_M,Total_Males,G15,G15,Males +G5542,Tot_F,Total_Females,G15,G15,Females +G5543,Tot_P,Total_Persons,G15,G15,Persons +G5544,M_Y12e_15_19,Males_Year_12_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|MALES +G5545,M_Y12e_20_24,Males_Year_12_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|MALES +G5546,M_Y12e_25_34,Males_Year_12_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|MALES +G5547,M_Y12e_35_44,Males_Year_12_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|MALES +G5548,M_Y12e_45_54,Males_Year_12_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|MALES +G5549,M_Y12e_55_64,Males_Year_12_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|MALES +G5550,M_Y12e_65_74,Males_Year_12_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|MALES +G5551,M_Y12e_75_84,Males_Year_12_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|MALES +G5552,M_Y12e_85ov,Males_Year_12_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|MALES +G5553,M_Y12e_Tot,Males_Year_12_or_equivalent_Total,G16A,G16,Total|MALES +G5554,M_Y11e_15_19,Males_Year_11_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|MALES +G5555,M_Y11e_20_24,Males_Year_11_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|MALES +G5556,M_Y11e_25_34,Males_Year_11_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|MALES +G5557,M_Y11e_35_44,Males_Year_11_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|MALES +G5558,M_Y11e_45_54,Males_Year_11_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|MALES +G5559,M_Y11e_55_64,Males_Year_11_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|MALES +G5560,M_Y11e_65_74,Males_Year_11_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|MALES +G5561,M_Y11e_75_84,Males_Year_11_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|MALES +G5562,M_Y11e_85ov,Males_Year_11_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|MALES +G5563,M_Y11e_Tot,Males_Year_11_or_equivalent_Total,G16A,G16,Total|MALES +G5564,M_Y10e_15_19,Males_Year_10_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|MALES +G5565,M_Y10e_20_24,Males_Year_10_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|MALES +G5566,M_Y10e_25_34,Males_Year_10_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|MALES +G5567,M_Y10e_35_44,Males_Year_10_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|MALES +G5568,M_Y10e_45_54,Males_Year_10_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|MALES +G5569,M_Y10e_55_64,Males_Year_10_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|MALES +G5570,M_Y10e_65_74,Males_Year_10_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|MALES +G5571,M_Y10e_75_84,Males_Year_10_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|MALES +G5572,M_Y10e_85ov,Males_Year_10_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|MALES +G5573,M_Y10e_Tot,Males_Year_10_or_equivalent_Total,G16A,G16,Total|MALES +G5574,M_Y9e_15_19,Males_Year_9_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|MALES +G5575,M_Y9e_20_24,Males_Year_9_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|MALES +G5576,M_Y9e_25_34,Males_Year_9_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|MALES +G5577,M_Y9e_35_44,Males_Year_9_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|MALES +G5578,M_Y9e_45_54,Males_Year_9_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|MALES +G5579,M_Y9e_55_64,Males_Year_9_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|MALES +G5580,M_Y9e_65_74,Males_Year_9_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|MALES +G5581,M_Y9e_75_84,Males_Year_9_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|MALES +G5582,M_Y9e_85ov,Males_Year_9_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|MALES +G5583,M_Y9e_Tot,Males_Year_9_or_equivalent_Total,G16A,G16,Total|MALES +G5584,M_Y8b_15_19,Males_Year_8_or_below_Age_15_19_years,G16A,G16,15-19 years|MALES +G5585,M_Y8b_20_24,Males_Year_8_or_below_Age_20_24_years,G16A,G16,20-24 years|MALES +G5586,M_Y8b_25_34,Males_Year_8_or_below_Age_25_34_years,G16A,G16,25-34 years|MALES +G5587,M_Y8b_35_44,Males_Year_8_or_below_Age_35_44_years,G16A,G16,35-44 years|MALES +G5588,M_Y8b_45_54,Males_Year_8_or_below_Age_45_54_years,G16A,G16,45-54 years|MALES +G5589,M_Y8b_55_64,Males_Year_8_or_below_Age_55_64_years,G16A,G16,55-64 years|MALES +G5590,M_Y8b_65_74,Males_Year_8_or_below_Age_65_74_years,G16A,G16,65-74 years|MALES +G5591,M_Y8b_75_84,Males_Year_8_or_below_Age_75_84_years,G16A,G16,75-84 years|MALES +G5592,M_Y8b_85ov,Males_Year_8_or_below_Age_85_years_and_over,G16A,G16,85 years and over|MALES +G5593,M_Y8b_Tot,Males_Year_8_or_below_Total,G16A,G16,Total|MALES +G5594,M_DNGTS_15_19,Males_Did_not_go_to_school_Age_15_19_years,G16A,G16,15-19 years|MALES +G5595,M_DNGTS_20_24,Males_Did_not_go_to_school_Age_20_24_years,G16A,G16,20-24 years|MALES +G5596,M_DNGTS_25_34,Males_Did_not_go_to_school_Age_25_34_years,G16A,G16,25-34 years|MALES +G5597,M_DNGTS_35_44,Males_Did_not_go_to_school_Age_35_44_years,G16A,G16,35-44 years|MALES +G5598,M_DNGTS_45_54,Males_Did_not_go_to_school_Age_45_54_years,G16A,G16,45-54 years|MALES +G5599,M_DNGTS_55_64,Males_Did_not_go_to_school_Age_55_64_years,G16A,G16,55-64 years|MALES +G5600,M_DNGTS_65_74,Males_Did_not_go_to_school_Age_65_74_years,G16A,G16,65-74 years|MALES +G5601,M_DNGTS_75_84,Males_Did_not_go_to_school_Age_75_84_years,G16A,G16,75-84 years|MALES +G5602,M_DNGTS_85_ov,Males_Did_not_go_to_school_Age_85_years_and_over,G16A,G16,85 years and over|MALES +G5603,M_DNGTS_Tot,Males_Did_not_go_to_school_Total,G16A,G16,Total|MALES +G5604,M_Hghst_yr_schl_ns_15_19,Males_Highest_year_of_school_not_stated_Age_15_19_years,G16A,G16,15-19 years|MALES +G5605,M_Hghst_yr_schl_ns_20_24,Males_Highest_year_of_school_not_stated_Age_20_24_years,G16A,G16,20-24 years|MALES +G5606,M_Hghst_yr_schl_ns_25_34,Males_Highest_year_of_school_not_stated_Age_25_34_years,G16A,G16,25-34 years|MALES +G5607,M_Hghst_yr_schl_ns_35_44,Males_Highest_year_of_school_not_stated_Age_35_44_years,G16A,G16,35-44 years|MALES +G5608,M_Hghst_yr_schl_ns_45_54,Males_Highest_year_of_school_not_stated_Age_45_54_years,G16A,G16,45-54 years|MALES +G5609,M_Hghst_yr_schl_ns_55_64,Males_Highest_year_of_school_not_stated_Age_55_64_years,G16A,G16,55-64 years|MALES +G5610,M_Hghst_yr_schl_ns_65_74,Males_Highest_year_of_school_not_stated_Age_65_74_years,G16A,G16,65-74 years|MALES +G5611,M_Hghst_yr_schl_ns_75_84,Males_Highest_year_of_school_not_stated_Age_75_84_years,G16A,G16,75-84 years|MALES +G5612,M_Hghst_yr_schl_ns_85_ovr,Males_Highest_year_of_school_not_stated_Age_85_years_and_over,G16A,G16,85 years and over|MALES +G5613,M_Hghst_yr_schl_ns_Tot,Males_Highest_year_of_school_not_stated_Total,G16A,G16,Total|MALES +G5614,M_Tot_15_19,Males_Total_Age_15_19_years,G16A,G16,15-19 years|MALES +G5615,M_Tot_20_24,Males_Total_Age_20_24_years,G16A,G16,20-24 years|MALES +G5616,M_Tot_25_34,Males_Total_Age_25_34_years,G16A,G16,25-34 years|MALES +G5617,M_Tot_35_44,Males_Total_Age_35_44_years,G16A,G16,35-44 years|MALES +G5618,M_Tot_45_54,Males_Total_Age_45_54_years,G16A,G16,45-54 years|MALES +G5619,M_Tot_55_64,Males_Total_Age_55_64_years,G16A,G16,55-64 years|MALES +G5620,M_Tot_65_74,Males_Total_Age_65_74_years,G16A,G16,65-74 years|MALES +G5621,M_Tot_75_84,Males_Total_Age_75_84_years,G16A,G16,75-84 years|MALES +G5622,M_Tot_85ov,Males_Total_Age_85_years_and_over,G16A,G16,85 years and over|MALES +G5623,M_Tot_Tot,Males_Total_Total,G16A,G16,Total|MALES +G5624,F_Y12e_15_19,Females_Year_12_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|FEMALES +G5625,F_Y12e_20_24,Females_Year_12_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|FEMALES +G5626,F_Y12e_25_34,Females_Year_12_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|FEMALES +G5627,F_Y12e_35_44,Females_Year_12_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|FEMALES +G5628,F_Y12e_45_54,Females_Year_12_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|FEMALES +G5629,F_Y12e_55_64,Females_Year_12_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|FEMALES +G5630,F_Y12e_65_74,Females_Year_12_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|FEMALES +G5631,F_Y12e_75_84,Females_Year_12_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|FEMALES +G5632,F_Y12e_85ov,Females_Year_12_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|FEMALES +G5633,F_Y12e_Tot,Females_Year_12_or_equivalent_Total,G16A,G16,Total|FEMALES +G5634,F_Y11e_15_19,Females_Year_11_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|FEMALES +G5635,F_Y11e_20_24,Females_Year_11_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|FEMALES +G5636,F_Y11e_25_34,Females_Year_11_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|FEMALES +G5637,F_Y11e_35_44,Females_Year_11_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|FEMALES +G5638,F_Y11e_45_54,Females_Year_11_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|FEMALES +G5639,F_Y11e_55_64,Females_Year_11_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|FEMALES +G5640,F_Y11e_65_74,Females_Year_11_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|FEMALES +G5641,F_Y11e_75_84,Females_Year_11_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|FEMALES +G5642,F_Y11e_85ov,Females_Year_11_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|FEMALES +G5643,F_Y11e_Tot,Females_Year_11_or_equivalent_Total,G16A,G16,Total|FEMALES +G5644,F_Y10e_15_19,Females_Year_10_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|FEMALES +G5645,F_Y10e_20_24,Females_Year_10_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|FEMALES +G5646,F_Y10e_25_34,Females_Year_10_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|FEMALES +G5647,F_Y10e_35_44,Females_Year_10_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|FEMALES +G5648,F_Y10e_45_54,Females_Year_10_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|FEMALES +G5649,F_Y10e_55_64,Females_Year_10_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|FEMALES +G5650,F_Y10e_65_74,Females_Year_10_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|FEMALES +G5651,F_Y10e_75_84,Females_Year_10_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|FEMALES +G5652,F_Y10e_85ov,Females_Year_10_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|FEMALES +G5653,F_Y10e_Tot,Females_Year_10_or_equivalent_Total,G16A,G16,Total|FEMALES +G5654,F_Y9e_15_19,Females_Year_9_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|FEMALES +G5655,F_Y9e_20_24,Females_Year_9_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|FEMALES +G5656,F_Y9e_25_34,Females_Year_9_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|FEMALES +G5657,F_Y9e_35_44,Females_Year_9_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|FEMALES +G5658,F_Y9e_45_54,Females_Year_9_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|FEMALES +G5659,F_Y9e_55_64,Females_Year_9_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|FEMALES +G5660,F_Y9e_65_74,Females_Year_9_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|FEMALES +G5661,F_Y9e_75_84,Females_Year_9_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|FEMALES +G5662,F_Y9e_85ov,Females_Year_9_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|FEMALES +G5663,F_Y9e_Tot,Females_Year_9_or_equivalent_Total,G16A,G16,Total|FEMALES +G5664,F_Y8b_15_19,Females_Year_8_or_below_Age_15_19_years,G16A,G16,15-19 years|FEMALES +G5665,F_Y8b_20_24,Females_Year_8_or_below_Age_20_24_years,G16A,G16,20-24 years|FEMALES +G5666,F_Y8b_25_34,Females_Year_8_or_below_Age_25_34_years,G16A,G16,25-34 years|FEMALES +G5667,F_Y8b_35_44,Females_Year_8_or_below_Age_35_44_years,G16A,G16,35-44 years|FEMALES +G5668,F_Y8b_45_54,Females_Year_8_or_below_Age_45_54_years,G16A,G16,45-54 years|FEMALES +G5669,F_Y8b_55_64,Females_Year_8_or_below_Age_55_64_years,G16A,G16,55-64 years|FEMALES +G5670,F_Y8b_65_74,Females_Year_8_or_below_Age_65_74_years,G16A,G16,65-74 years|FEMALES +G5671,F_Y8b_75_84,Females_Year_8_or_below_Age_75_84_years,G16A,G16,75-84 years|FEMALES +G5672,F_Y8b_85ov,Females_Year_8_or_below_Age_85_years_and_over,G16A,G16,85 years and over|FEMALES +G5673,F_Y8b_Tot,Females_Year_8_or_below_Total,G16A,G16,Total|FEMALES +G5674,F_DNGTS_15_19,Females_Did_not_go_to_school_Age_15_19_years,G16A,G16,15-19 years|FEMALES +G5675,F_DNGTS_20_24,Females_Did_not_go_to_school_Age_20_24_years,G16A,G16,20-24 years|FEMALES +G5676,F_DNGTS_25_34,Females_Did_not_go_to_school_Age_25_34_years,G16A,G16,25-34 years|FEMALES +G5677,F_DNGTS_35_44,Females_Did_not_go_to_school_Age_35_44_years,G16A,G16,35-44 years|FEMALES +G5678,F_DNGTS_45_54,Females_Did_not_go_to_school_Age_45_54_years,G16A,G16,45-54 years|FEMALES +G5679,F_DNGTS_55_64,Females_Did_not_go_to_school_Age_55_64_years,G16A,G16,55-64 years|FEMALES +G5680,F_DNGTS_65_74,Females_Did_not_go_to_school_Age_65_74_years,G16A,G16,65-74 years|FEMALES +G5681,F_DNGTS_75_84,Females_Did_not_go_to_school_Age_75_84_years,G16A,G16,75-84 years|FEMALES +G5682,F_DNGTS_85_ov,Females_Did_not_go_to_school_Age_85_years_and_over,G16A,G16,85 years and over|FEMALES +G5683,F_DNGTS_Tot,Females_Did_not_go_to_school_Total,G16A,G16,Total|FEMALES +G5684,F_Hghst_yr_schl_ns_15_19,Females_Highest_year_of_school_not_stated_Age_15_19_years,G16A,G16,15-19 years|FEMALES +G5685,F_Hghst_yr_schl_ns_20_24,Females_Highest_year_of_school_not_stated_Age_20_24_years,G16A,G16,20-24 years|FEMALES +G5686,F_Hghst_yr_schl_ns_25_34,Females_Highest_year_of_school_not_stated_Age_25_34_years,G16A,G16,25-34 years|FEMALES +G5687,F_Hghst_yr_schl_ns_35_44,Females_Highest_year_of_school_not_stated_Age_35_44_years,G16A,G16,35-44 years|FEMALES +G5688,F_Hghst_yr_schl_ns_45_54,Females_Highest_year_of_school_not_stated_Age_45_54_years,G16A,G16,45-54 years|FEMALES +G5689,F_Hghst_yr_schl_ns_55_64,Females_Highest_year_of_school_not_stated_Age_55_64_years,G16A,G16,55-64 years|FEMALES +G5690,F_Hghst_yr_schl_ns_65_74,Females_Highest_year_of_school_not_stated_Age_65_74_years,G16A,G16,65-74 years|FEMALES +G5691,F_Hghst_yr_schl_ns_75_84,Females_Highest_year_of_school_not_stated_Age_75_84_years,G16A,G16,75-84 years|FEMALES +G5692,F_Hghst_yr_schl_ns_85_ovr,Females_Highest_year_of_school_not_stated_Age_85_years_and_over,G16A,G16,85 years and over|FEMALES +G5693,F_Hghst_yr_schl_ns_Tot,Females_Highest_year_of_school_not_stated_Total,G16A,G16,Total|FEMALES +G5694,F_Tot_15_19,Females_Total_Age_15_19_years,G16A,G16,15-19 years|FEMALES +G5695,F_Tot_20_24,Females_Total_Age_20_24_years,G16A,G16,20-24 years|FEMALES +G5696,F_Tot_25_34,Females_Total_Age_25_34_years,G16A,G16,25-34 years|FEMALES +G5697,F_Tot_35_44,Females_Total_Age_35_44_years,G16A,G16,35-44 years|FEMALES +G5698,F_Tot_45_54,Females_Total_Age_45_54_years,G16A,G16,45-54 years|FEMALES +G5699,F_Tot_55_64,Females_Total_Age_55_64_years,G16A,G16,55-64 years|FEMALES +G5700,F_Tot_65_74,Females_Total_Age_65_74_years,G16A,G16,65-74 years|FEMALES +G5701,F_Tot_75_84,Females_Total_Age_75_84_years,G16A,G16,75-84 years|FEMALES +G5702,F_Tot_85ov,Females_Total_Age_85_years_and_over,G16A,G16,85 years and over|FEMALES +G5703,F_Tot_Tot,Females_Total_Total,G16A,G16,Total|FEMALES +G5704,P_Y12e_15_19,Persons_Year_12_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|PERSONS +G5705,P_Y12e_20_24,Persons_Year_12_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|PERSONS +G5706,P_Y12e_25_34,Persons_Year_12_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|PERSONS +G5707,P_Y12e_35_44,Persons_Year_12_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|PERSONS +G5708,P_Y12e_45_54,Persons_Year_12_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|PERSONS +G5709,P_Y12e_55_64,Persons_Year_12_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|PERSONS +G5710,P_Y12e_65_74,Persons_Year_12_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|PERSONS +G5711,P_Y12e_75_84,Persons_Year_12_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|PERSONS +G5712,P_Y12e_85ov,Persons_Year_12_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|PERSONS +G5713,P_Y12e_Tot,Persons_Year_12_or_equivalent_Total,G16A,G16,Total|PERSONS +G5714,P_Y11e_15_19,Persons_Year_11_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|PERSONS +G5715,P_Y11e_20_24,Persons_Year_11_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|PERSONS +G5716,P_Y11e_25_34,Persons_Year_11_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|PERSONS +G5717,P_Y11e_35_44,Persons_Year_11_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|PERSONS +G5718,P_Y11e_45_54,Persons_Year_11_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|PERSONS +G5719,P_Y11e_55_64,Persons_Year_11_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|PERSONS +G5720,P_Y11e_65_74,Persons_Year_11_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|PERSONS +G5721,P_Y11e_75_84,Persons_Year_11_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|PERSONS +G5722,P_Y11e_85ov,Persons_Year_11_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|PERSONS +G5723,P_Y11e_Tot,Persons_Year_11_or_equivalent_Total,G16A,G16,Total|PERSONS +G5724,P_Y10e_15_19,Persons_Year_10_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|PERSONS +G5725,P_Y10e_20_24,Persons_Year_10_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|PERSONS +G5726,P_Y10e_25_34,Persons_Year_10_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|PERSONS +G5727,P_Y10e_35_44,Persons_Year_10_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|PERSONS +G5728,P_Y10e_45_54,Persons_Year_10_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|PERSONS +G5729,P_Y10e_55_64,Persons_Year_10_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|PERSONS +G5730,P_Y10e_65_74,Persons_Year_10_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|PERSONS +G5731,P_Y10e_75_84,Persons_Year_10_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|PERSONS +G5732,P_Y10e_85ov,Persons_Year_10_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|PERSONS +G5733,P_Y10e_Tot,Persons_Year_10_or_equivalent_Total,G16A,G16,Total|PERSONS +G5734,P_Y9e_15_19,Persons_Year_9_or_equivalent_Age_15_19_years,G16A,G16,15-19 years|PERSONS +G5735,P_Y9e_20_24,Persons_Year_9_or_equivalent_Age_20_24_years,G16A,G16,20-24 years|PERSONS +G5736,P_Y9e_25_34,Persons_Year_9_or_equivalent_Age_25_34_years,G16A,G16,25-34 years|PERSONS +G5737,P_Y9e_35_44,Persons_Year_9_or_equivalent_Age_35_44_years,G16A,G16,35-44 years|PERSONS +G5738,P_Y9e_45_54,Persons_Year_9_or_equivalent_Age_45_54_years,G16A,G16,45-54 years|PERSONS +G5739,P_Y9e_55_64,Persons_Year_9_or_equivalent_Age_55_64_years,G16A,G16,55-64 years|PERSONS +G5740,P_Y9e_65_74,Persons_Year_9_or_equivalent_Age_65_74_years,G16A,G16,65-74 years|PERSONS +G5741,P_Y9e_75_84,Persons_Year_9_or_equivalent_Age_75_84_years,G16A,G16,75-84 years|PERSONS +G5742,P_Y9e_85ov,Persons_Year_9_or_equivalent_Age_85_years_and_over,G16A,G16,85 years and over|PERSONS +G5743,P_Y9e_Tot,Persons_Year_9_or_equivalent_Total,G16A,G16,Total|PERSONS +G5744,P_Y8b_15_19_yrs,Persons_Year_8_or_below_Age_15_19_years,G16B,G16,15-19 years|PERSONS +G5745,P_Y8b_20_24_yrs,Persons_Year_8_or_below_Age_20_24_years,G16B,G16,20-24 years|PERSONS +G5746,P_Y8b_25_34_yrs,Persons_Year_8_or_below_Age_25_34_years,G16B,G16,25-34 years|PERSONS +G5747,P_Y8b_35_44_yrs,Persons_Year_8_or_below_Age_35_44_years,G16B,G16,35-44 years|PERSONS +G5748,P_Y8b_45_54_yrs,Persons_Year_8_or_below_Age_45_54_years,G16B,G16,45-54 years|PERSONS +G5749,P_Y8b_55_64_yrs,Persons_Year_8_or_below_Age_55_64_years,G16B,G16,55-64 years|PERSONS +G5750,P_Y8b_65_74_yrs,Persons_Year_8_or_below_Age_65_74_years,G16B,G16,65-74 years|PERSONS +G5751,P_Y8b_75_84_yrs,Persons_Year_8_or_below_Age_75_84_years,G16B,G16,75-84 years|PERSONS +G5752,P_Y8b_85ov,Persons_Year_8_or_below_Age_85_years_and_over,G16B,G16,85 years and over|PERSONS +G5753,P_Y8b_Tot,Persons_Year_8_or_below_Total,G16B,G16,Total|PERSONS +G5754,P_DNGTS_15_19,Persons_Did_not_go_to_school_Age_15_19_years,G16B,G16,15-19 years|PERSONS +G5755,P_DNGTS_20_24,Persons_Did_not_go_to_school_Age_20_24_years,G16B,G16,20-24 years|PERSONS +G5756,P_DNGTS_25_34,Persons_Did_not_go_to_school_Age_25_34_years,G16B,G16,25-34 years|PERSONS +G5757,P_DNGTS_35_44,Persons_Did_not_go_to_school_Age_35_44_years,G16B,G16,35-44 years|PERSONS +G5758,P_DNGTS_45_54,Persons_Did_not_go_to_school_Age_45_54_years,G16B,G16,45-54 years|PERSONS +G5759,P_DNGTS_55_64,Persons_Did_not_go_to_school_Age_55_64_years,G16B,G16,55-64 years|PERSONS +G5760,P_DNGTS_65_74,Persons_Did_not_go_to_school_Age_65_74_years,G16B,G16,65-74 years|PERSONS +G5761,P_DNGTS_75_84,Persons_Did_not_go_to_school_Age_75_84_years,G16B,G16,75-84 years|PERSONS +G5762,P_DNGTS_85_ov,Persons_Did_not_go_to_school_Age_85_years_and_over,G16B,G16,85 years and over|PERSONS +G5763,P_DNGTS_Tot,Persons_Did_not_go_to_school_Total,G16B,G16,Total|PERSONS +G5764,P_Hghst_yr_schl_ns_15_19_yrs,Persons_Highest_year_of_school_not_stated_Age_15_19_years,G16B,G16,15-19 years|PERSONS +G5765,P_Hghst_yr_schl_ns_20_24_yrs,Persons_Highest_year_of_school_not_stated_Age_20_24_years,G16B,G16,20-24 years|PERSONS +G5766,P_Hghst_yr_schl_ns_25_34_yrs,Persons_Highest_year_of_school_not_stated_Age_25_34_years,G16B,G16,25-34 years|PERSONS +G5767,P_Hghst_yr_schl_ns_35_44_yrs,Persons_Highest_year_of_school_not_stated_Age_35_44_years,G16B,G16,35-44 years|PERSONS +G5768,P_Hghst_yr_schl_ns_45_54_yrs,Persons_Highest_year_of_school_not_stated_Age_45_54_years,G16B,G16,45-54 years|PERSONS +G5769,P_Hghst_yr_schl_ns_55_64_yrs,Persons_Highest_year_of_school_not_stated_Age_55_64_years,G16B,G16,55-64 years|PERSONS +G5770,P_Hghst_yr_schl_ns_65_74_yrs,Persons_Highest_year_of_school_not_stated_Age_65_74_years,G16B,G16,65-74 years|PERSONS +G5771,P_Hghst_yr_schl_ns_75_84_yrs,Persons_Highest_year_of_school_not_stated_Age_75_84_years,G16B,G16,75-84 years|PERSONS +G5772,P_Hghst_yr_schl_ns_85_yrs_ovr,Persons_Highest_year_of_school_not_stated_Age_85_years_and_over,G16B,G16,85 years and over|PERSONS +G5773,P_Hghst_yr_schl_ns_Tot,Persons_Highest_year_of_school_not_stated_Total,G16B,G16,Total|PERSONS +G5774,P_Tot_15_19_yrs,Persons_Total_Age_15_19_years,G16B,G16,15-19 years|PERSONS +G5775,P_Tot_20_24_yrs,Persons_Total_Age_20_24_years,G16B,G16,20-24 years|PERSONS +G5776,P_Tot_25_34_yrs,Persons_Total_Age_25_34_years,G16B,G16,25-34 years|PERSONS +G5777,P_Tot_35_44_yrs,Persons_Total_Age_35_44_years,G16B,G16,35-44 years|PERSONS +G5778,P_Tot_45_54_yrs,Persons_Total_Age_45_54_years,G16B,G16,45-54 years|PERSONS +G5779,P_Tot_55_64_yrs,Persons_Total_Age_55_64_years,G16B,G16,55-64 years|PERSONS +G5780,P_Tot_65_74_yrs,Persons_Total_Age_65_74_years,G16B,G16,65-74 years|PERSONS +G5781,P_Tot_75_84_yrs,Persons_Total_Age_75_84_years,G16B,G16,75-84 years|PERSONS +G5782,P_Tot_85ov,Persons_Total_Age_85_years_and_over,G16B,G16,85 years and over|PERSONS +G5783,P_Tot_Tot,Persons_Total_Total,G16B,G16,Total|PERSONS +G5784,M_Neg_Nil_income_15_19_yrs,Males_Negative_Nil_income_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5785,M_Neg_Nil_income_20_24_yrs,Males_Negative_Nil_income_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5786,M_Neg_Nil_income_25_34_yrs,Males_Negative_Nil_income_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5787,M_Neg_Nil_income_35_44_yrs,Males_Negative_Nil_income_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5788,M_Neg_Nil_income_45_54_yrs,Males_Negative_Nil_income_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5789,M_Neg_Nil_income_55_64_yrs,Males_Negative_Nil_income_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5790,M_Neg_Nil_income_65_74_yrs,Males_Negative_Nil_income_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5791,M_Neg_Nil_income_75_84_yrs,Males_Negative_Nil_income_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5792,M_Negtve_Nil_incme_85_yrs_ovr,Males_Negative_Nil_income_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5793,M_Neg_Nil_income_Tot,Males_Negative_Nil_income_Total,G17A,G17a,Total|MALES +G5794,M_1_149_15_19_yrs,Males_1_149_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5795,M_1_149_20_24_yrs,Males_1_149_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5796,M_1_149_25_34_yrs,Males_1_149_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5797,M_1_149_35_44_yrs,Males_1_149_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5798,M_1_149_45_54_yrs,Males_1_149_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5799,M_1_149_55_64_yrs,Males_1_149_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5800,M_1_149_65_74_yrs,Males_1_149_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5801,M_1_149_75_84_yrs,Males_1_149_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5802,M_1_149_85ov,Males_1_149_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5803,M_1_149_Tot,Males_1_149_Total,G17A,G17a,Total|MALES +G5804,M_150_299_15_19_yrs,Males_150_299_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5805,M_150_299_20_24_yrs,Males_150_299_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5806,M_150_299_25_34_yrs,Males_150_299_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5807,M_150_299_35_44_yrs,Males_150_299_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5808,M_150_299_45_54_yrs,Males_150_299_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5809,M_150_299_55_64_yrs,Males_150_299_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5810,M_150_299_65_74_yrs,Males_150_299_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5811,M_150_299_75_84_yrs,Males_150_299_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5812,M_150_299_85ov,Males_150_299_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5813,M_150_299_Tot,Males_150_299_Total,G17A,G17a,Total|MALES +G5814,M_300_399_15_19_yrs,Males_300_399_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5815,M_300_399_20_24_yrs,Males_300_399_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5816,M_300_399_25_34_yrs,Males_300_399_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5817,M_300_399_35_44_yrs,Males_300_399_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5818,M_300_399_45_54_yrs,Males_300_399_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5819,M_300_399_55_64_yrs,Males_300_399_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5820,M_300_399_65_74_yrs,Males_300_399_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5821,M_300_399_75_84_yrs,Males_300_399_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5822,M_300_399_85ov,Males_300_399_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5823,M_300_399_Tot,Males_300_399_Total,G17A,G17a,Total|MALES +G5824,M_400_499_15_19_yrs,Males_400_499_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5825,M_400_499_20_24_yrs,Males_400_499_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5826,M_400_499_25_34_yrs,Males_400_499_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5827,M_400_499_35_44_yrs,Males_400_499_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5828,M_400_499_45_54_yrs,Males_400_499_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5829,M_400_499_55_64_yrs,Males_400_499_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5830,M_400_499_65_74_yrs,Males_400_499_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5831,M_400_499_75_84_yrs,Males_400_499_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5832,M_400_499_85ov,Males_400_499_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5833,M_400_499_Tot,Males_400_499_Total,G17A,G17a,Total|MALES +G5834,M_500_649_15_19_yrs,Males_500_649_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5835,M_500_649_20_24_yrs,Males_500_649_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5836,M_500_649_25_34_yrs,Males_500_649_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5837,M_500_649_35_44_yrs,Males_500_649_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5838,M_500_649_45_54_yrs,Males_500_649_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5839,M_500_649_55_64_yrs,Males_500_649_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5840,M_500_649_65_74_yrs,Males_500_649_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5841,M_500_649_75_84_yrs,Males_500_649_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5842,M_500_649_85ov,Males_500_649_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5843,M_500_649_Tot,Males_500_649_Total,G17A,G17a,Total|MALES +G5844,M_650_799_15_19_yrs,Males_650_799_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5845,M_650_799_20_24_yrs,Males_650_799_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5846,M_650_799_25_34_yrs,Males_650_799_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5847,M_650_799_35_44_yrs,Males_650_799_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5848,M_650_799_45_54_yrs,Males_650_799_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5849,M_650_799_55_64_yrs,Males_650_799_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5850,M_650_799_65_74_yrs,Males_650_799_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5851,M_650_799_75_84_yrs,Males_650_799_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5852,M_650_799_85ov,Males_650_799_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5853,M_650_799_Tot,Males_650_799_Total,G17A,G17a,Total|MALES +G5854,M_800_999_15_19_yrs,Males_800_999_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5855,M_800_999_20_24_yrs,Males_800_999_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5856,M_800_999_25_34_yrs,Males_800_999_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5857,M_800_999_35_44_yrs,Males_800_999_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5858,M_800_999_45_54_yrs,Males_800_999_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5859,M_800_999_55_64_yrs,Males_800_999_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5860,M_800_999_65_74_yrs,Males_800_999_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5861,M_800_999_75_84_yrs,Males_800_999_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5862,M_800_999_85ov,Males_800_999_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5863,M_800_999_Tot,Males_800_999_Total,G17A,G17a,Total|MALES +G5864,M_1000_1249_15_19_yrs,Males_1000_1249_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5865,M_1000_1249_20_24_yrs,Males_1000_1249_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5866,M_1000_1249_25_34_yrs,Males_1000_1249_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5867,M_1000_1249_35_44_yrs,Males_1000_1249_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5868,M_1000_1249_45_54_yrs,Males_1000_1249_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5869,M_1000_1249_55_64_yrs,Males_1000_1249_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5870,M_1000_1249_65_74_yrs,Males_1000_1249_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5871,M_1000_1249_75_84_yrs,Males_1000_1249_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5872,M_1000_1249_85ov,Males_1000_1249_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5873,M_1000_1249_Tot,Males_1000_1249_Total,G17A,G17a,Total|MALES +G5874,M_1250_1499_15_19_yrs,Males_1250_1499_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5875,M_1250_1499_20_24_yrs,Males_1250_1499_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5876,M_1250_1499_25_34_yrs,Males_1250_1499_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5877,M_1250_1499_35_44_yrs,Males_1250_1499_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5878,M_1250_1499_45_54_yrs,Males_1250_1499_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5879,M_1250_1499_55_64_yrs,Males_1250_1499_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5880,M_1250_1499_65_74_yrs,Males_1250_1499_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5881,M_1250_1499_75_84_yrs,Males_1250_1499_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5882,M_1250_1499_85ov,Males_1250_1499_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5883,M_1250_1499_Tot,Males_1250_1499_Total,G17A,G17a,Total|MALES +G5884,M_1500_1749_15_19_yrs,Males_1500_1749_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5885,M_1500_1749_20_24_yrs,Males_1500_1749_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5886,M_1500_1749_25_34_yrs,Males_1500_1749_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5887,M_1500_1749_35_44_yrs,Males_1500_1749_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5888,M_1500_1749_45_54_yrs,Males_1500_1749_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5889,M_1500_1749_55_64_yrs,Males_1500_1749_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5890,M_1500_1749_65_74_yrs,Males_1500_1749_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5891,M_1500_1749_75_84_yrs,Males_1500_1749_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5892,M_1500_1749_85ov,Males_1500_1749_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5893,M_1500_1749_Tot,Males_1500_1749_Total,G17A,G17a,Total|MALES +G5894,M_1750_1999_15_19_yrs,Males_1750_1999_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5895,M_1750_1999_20_24_yrs,Males_1750_1999_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5896,M_1750_1999_25_34_yrs,Males_1750_1999_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5897,M_1750_1999_35_44_yrs,Males_1750_1999_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5898,M_1750_1999_45_54_yrs,Males_1750_1999_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5899,M_1750_1999_55_64_yrs,Males_1750_1999_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5900,M_1750_1999_65_74_yrs,Males_1750_1999_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5901,M_1750_1999_75_84_yrs,Males_1750_1999_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5902,M_1750_1999_85ov,Males_1750_1999_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5903,M_1750_1999_Tot,Males_1750_1999_Total,G17A,G17a,Total|MALES +G5904,M_2000_2999_15_19_yrs,Males_2000_2999_more_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5905,M_2000_2999_20_24_yrs,Males_2000_2999_more_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5906,M_2000_2999_25_34_yrs,Males_2000_2999_more_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5907,M_2000_2999_35_44_yrs,Males_2000_2999_more_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5908,M_2000_2999_45_54_yrs,Males_2000_2999_more_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5909,M_2000_2999_55_64_yrs,Males_2000_2999_more_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5910,M_2000_2999_65_74_yrs,Males_2000_2999_more_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5911,M_2000_2999_75_84_yrs,Males_2000_2999_more_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5912,M_2000_2999_85ov,Males_2000_2999_more_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5913,M_2000_2999_Tot,Males_2000_2999_more_Total,G17A,G17a,Total|MALES +G5914,M_3000_more_15_19_yrs,Males_3000_or_more_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5915,M_3000_more_20_24_yrs,Males_3000_or_more_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5916,M_3000_more_25_34_yrs,Males_3000_or_more_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5917,M_3000_more_35_44_yrs,Males_3000_or_more_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5918,M_3000_more_45_54_yrs,Males_3000_or_more_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5919,M_3000_more_55_64_yrs,Males_3000_or_more_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5920,M_3000_more_65_74_yrs,Males_3000_or_more_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5921,M_3000_more_75_84_yrs,Males_3000_or_more_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5922,M_3000_more_85ov,Males_3000_or_more_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5923,M_3000_more_Tot,Males_3000_or_more_Total,G17A,G17a,Total|MALES +G5924,M_PI_NS_15_19_yrs,Males_Personal_income_not_stated_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5925,M_PI_NS_ns_20_24_yrs,Males_Personal_income_not_stated_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5926,M_PI_NS_ns_25_34_yrs,Males_Personal_income_not_stated_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5927,M_PI_NS_ns_35_44_yrs,Males_Personal_income_not_stated_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5928,M_PI_NS_ns_45_54_yrs,Males_Personal_income_not_stated_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5929,M_PI_NS_ns_55_64_yrs,Males_Personal_income_not_stated_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5930,M_PI_NS_ns_65_74_yrs,Males_Personal_income_not_stated_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5931,M_PI_NS_ns_75_84_yrs,Males_Personal_income_not_stated_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5932,M_PI_NS_ns_85_yrs_ovr,Males_Personal_income_not_stated_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5933,M_PI_NS_ns_Tot,Males_Personal_income_not_stated_Total,G17A,G17a,Total|MALES +G5934,M_Tot_15_19_yrs,Males_Total_Age_15_19_years,G17A,G17a,15-19 years|MALES +G5935,M_Tot_20_24_yrs,Males_Total_Age_20_24_years,G17A,G17a,20-24 years|MALES +G5936,M_Tot_25_34_yrs,Males_Total_Age_25_34_years,G17A,G17a,25-34 years|MALES +G5937,M_Tot_35_44_yrs,Males_Total_Age_35_44_years,G17A,G17a,35-44 years|MALES +G5938,M_Tot_45_54_yrs,Males_Total_Age_45_54_years,G17A,G17a,45-54 years|MALES +G5939,M_Tot_55_64_yrs,Males_Total_Age_55_64_years,G17A,G17a,55-64 years|MALES +G5940,M_Tot_65_74_yrs,Males_Total_Age_65_74_years,G17A,G17a,65-74 years|MALES +G5941,M_Tot_75_84_yrs,Males_Total_Age_75_84_years,G17A,G17a,75-84 years|MALES +G5942,M_Tot_85ov,Males_Total_Age_85_years_and_over,G17A,G17a,85 years and over|MALES +G5943,M_Tot_Tot,Males_Total_Total,G17A,G17a,Total|MALES +G5944,F_Neg_Nil_income_15_19_yrs,Females_Negative_Nil_income_Age_15_19_years,G17A,G17a,15-19 years|FEMALES +G5945,F_Neg_Nil_income_20_24_yrs,Females_Negative_Nil_income_Age_20_24_years,G17A,G17a,20-24 years|FEMALES +G5946,F_Neg_Nil_income_25_34_yrs,Females_Negative_Nil_income_Age_25_34_years,G17A,G17a,25-34 years|FEMALES +G5947,F_Neg_Nil_income_35_44_yrs,Females_Negative_Nil_income_Age_35_44_years,G17A,G17a,35-44 years|FEMALES +G5948,F_Neg_Nil_income_45_54_yrs,Females_Negative_Nil_income_Age_45_54_years,G17A,G17a,45-54 years|FEMALES +G5949,F_Neg_Nil_income_55_64_yrs,Females_Negative_Nil_income_Age_55_64_years,G17A,G17a,55-64 years|FEMALES +G5950,F_Neg_Nil_income_65_74_yrs,Females_Negative_Nil_income_Age_65_74_years,G17A,G17a,65-74 years|FEMALES +G5951,F_Neg_Nil_income_75_84_yrs,Females_Negative_Nil_income_Age_75_84_years,G17A,G17a,75-84 years|FEMALES +G5952,F_Neg_Nil_incme_85_yrs_ovr,Females_Negative_Nil_income_Age_85_years_and_over,G17A,G17a,85 years and over|FEMALES +G5953,F_Neg_Nil_income_Tot,Females_Negative_Nil_income_Total,G17A,G17a,Total|FEMALES +G5954,F_1_149_15_19_yrs,Females_1_149_Age_15_19_years,G17A,G17a,15-19 years|FEMALES +G5955,F_1_149_20_24_yrs,Females_1_149_Age_20_24_years,G17A,G17a,20-24 years|FEMALES +G5956,F_1_149_25_34_yrs,Females_1_149_Age_25_34_years,G17A,G17a,25-34 years|FEMALES +G5957,F_1_149_35_44_yrs,Females_1_149_Age_35_44_years,G17A,G17a,35-44 years|FEMALES +G5958,F_1_149_45_54_yrs,Females_1_149_Age_45_54_years,G17A,G17a,45-54 years|FEMALES +G5959,F_1_149_55_64_yrs,Females_1_149_Age_55_64_years,G17A,G17a,55-64 years|FEMALES +G5960,F_1_149_65_74_yrs,Females_1_149_Age_65_74_years,G17A,G17a,65-74 years|FEMALES +G5961,F_1_149_75_84_yrs,Females_1_149_Age_75_84_years,G17A,G17a,75-84 years|FEMALES +G5962,F_1_149_85ov,Females_1_149_Age_85_years_and_over,G17A,G17a,85 years and over|FEMALES +G5963,F_1_149_Tot,Females_1_149_Total,G17A,G17a,Total|FEMALES +G5964,F_150_299_15_19_yrs,Females_150_299_Age_15_19_years,G17A,G17a,15-19 years|FEMALES +G5965,F_150_299_20_24_yrs,Females_150_299_Age_20_24_years,G17A,G17a,20-24 years|FEMALES +G5966,F_150_299_25_34_yrs,Females_150_299_Age_25_34_years,G17A,G17a,25-34 years|FEMALES +G5967,F_150_299_35_44_yrs,Females_150_299_Age_35_44_years,G17A,G17a,35-44 years|FEMALES +G5968,F_150_299_45_54_yrs,Females_150_299_Age_45_54_years,G17A,G17a,45-54 years|FEMALES +G5969,F_150_299_55_64_yrs,Females_150_299_Age_55_64_years,G17A,G17a,55-64 years|FEMALES +G5970,F_150_299_65_74_yrs,Females_150_299_Age_65_74_years,G17A,G17a,65-74 years|FEMALES +G5971,F_150_299_75_84_yrs,Females_150_299_Age_75_84_years,G17A,G17a,75-84 years|FEMALES +G5972,F_150_299_85ov,Females_150_299_Age_85_years_and_over,G17A,G17a,85 years and over|FEMALES +G5973,F_150_299_Tot,Females_150_299_Total,G17A,G17a,Total|FEMALES +G5974,F_300_399_15_19_yrs,Females_300_399_Age_15_19_years,G17A,G17a,15-19 years|FEMALES +G5975,F_300_399_20_24_yrs,Females_300_399_Age_20_24_years,G17A,G17a,20-24 years|FEMALES +G5976,F_300_399_25_34_yrs,Females_300_399_Age_25_34_years,G17A,G17a,25-34 years|FEMALES +G5977,F_300_399_35_44_yrs,Females_300_399_Age_35_44_years,G17A,G17a,35-44 years|FEMALES +G5978,F_300_399_45_54_yrs,Females_300_399_Age_45_54_years,G17A,G17a,45-54 years|FEMALES +G5979,F_300_399_55_64_yrs,Females_300_399_Age_55_64_years,G17A,G17a,55-64 years|FEMALES +G5980,F_300_399_65_74_yrs,Females_300_399_Age_65_74_years,G17A,G17a,65-74 years|FEMALES +G5981,F_300_399_75_84_yrs,Females_300_399_Age_75_84_years,G17A,G17a,75-84 years|FEMALES +G5982,F_300_399_85ov,Females_300_399_Age_85_years_and_over,G17A,G17a,85 years and over|FEMALES +G5983,F_300_399_Tot,Females_300_399_Total,G17A,G17a,Total|FEMALES +G5984,F_400_499_15_19_yrs,Females_400_499_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G5985,F_400_499_20_24_yrs,Females_400_499_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G5986,F_400_499_25_34_yrs,Females_400_499_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G5987,F_400_499_35_44_yrs,Females_400_499_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G5988,F_400_499_45_54_yrs,Females_400_499_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G5989,F_400_499_55_64_yrs,Females_400_499_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G5990,F_400_499_65_74_yrs,Females_400_499_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G5991,F_400_499_75_84_yrs,Females_400_499_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G5992,F_400_499_85ov,Females_400_499_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G5993,F_400_499_Tot,Females_400_499_Total,G17B,G17a,Total|FEMALES +G5994,F_500_649_15_19_yrs,Females_500_649_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G5995,F_500_649_20_24_yrs,Females_500_649_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G5996,F_500_649_25_34_yrs,Females_500_649_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G5997,F_500_649_35_44_yrs,Females_500_649_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G5998,F_500_649_45_54_yrs,Females_500_649_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G5999,F_500_649_55_64_yrs,Females_500_649_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6000,F_500_649_65_74_yrs,Females_500_649_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6001,F_500_649_75_84_yrs,Females_500_649_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6002,F_500_649_85ov,Females_500_649_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6003,F_500_649_Tot,Females_500_649_Total,G17B,G17a,Total|FEMALES +G6004,F_650_799_15_19_yrs,Females_650_799_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6005,F_650_799_20_24_yrs,Females_650_799_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6006,F_650_799_25_34_yrs,Females_650_799_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6007,F_650_799_35_44_yrs,Females_650_799_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6008,F_650_799_45_54_yrs,Females_650_799_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6009,F_650_799_55_64_yrs,Females_650_799_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6010,F_650_799_65_74_yrs,Females_650_799_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6011,F_650_799_75_84_yrs,Females_650_799_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6012,F_650_799_85ov,Females_650_799_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6013,F_650_799_Tot,Females_650_799_Total,G17B,G17a,Total|FEMALES +G6014,F_800_999_15_19_yrs,Females_800_999_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6015,F_800_999_20_24_yrs,Females_800_999_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6016,F_800_999_25_34_yrs,Females_800_999_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6017,F_800_999_35_44_yrs,Females_800_999_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6018,F_800_999_45_54_yrs,Females_800_999_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6019,F_800_999_55_64_yrs,Females_800_999_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6020,F_800_999_65_74_yrs,Females_800_999_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6021,F_800_999_75_84_yrs,Females_800_999_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6022,F_800_999_85ov,Females_800_999_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6023,F_800_999_Tot,Females_800_999_Total,G17B,G17a,Total|FEMALES +G6024,F_1000_1249_15_19_yrs,Females_1000_1249_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6025,F_1000_1249_20_24_yrs,Females_1000_1249_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6026,F_1000_1249_25_34_yrs,Females_1000_1249_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6027,F_1000_1249_35_44_yrs,Females_1000_1249_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6028,F_1000_1249_45_54_yrs,Females_1000_1249_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6029,F_1000_1249_55_64_yrs,Females_1000_1249_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6030,F_1000_1249_65_74_yrs,Females_1000_1249_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6031,F_1000_1249_75_84_yrs,Females_1000_1249_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6032,F_1000_1249_85ov,Females_1000_1249_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6033,F_1000_1249_Tot,Females_1000_1249_Total,G17B,G17a,Total|FEMALES +G6034,F_1250_1499_15_19_yrs,Females_1250_1499_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6035,F_1250_1499_20_24_yrs,Females_1250_1499_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6036,F_1250_1499_25_34_yrs,Females_1250_1499_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6037,F_1250_1499_35_44_yrs,Females_1250_1499_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6038,F_1250_1499_45_54_yrs,Females_1250_1499_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6039,F_1250_1499_55_64_yrs,Females_1250_1499_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6040,F_1250_1499_65_74_yrs,Females_1250_1499_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6041,F_1250_1499_75_84_yrs,Females_1250_1499_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6042,F_1250_1499_85ov,Females_1250_1499_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6043,F_1250_1499_Tot,Females_1250_1499_Total,G17B,G17a,Total|FEMALES +G6044,F_1500_1749_15_19_yrs,Females_1500_1749_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6045,F_1500_1749_20_24_yrs,Females_1500_1749_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6046,F_1500_1749_25_34_yrs,Females_1500_1749_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6047,F_1500_1749_35_44_yrs,Females_1500_1749_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6048,F_1500_1749_45_54_yrs,Females_1500_1749_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6049,F_1500_1749_55_64_yrs,Females_1500_1749_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6050,F_1500_1749_65_74_yrs,Females_1500_1749_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6051,F_1500_1749_75_84_yrs,Females_1500_1749_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6052,F_1500_1749_85ov,Females_1500_1749_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6053,F_1500_1749_Tot,Females_1500_1749_Total,G17B,G17a,Total|FEMALES +G6054,F_1750_1999_15_19_yrs,Females_1750_1999_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6055,F_1750_1999_20_24_yrs,Females_1750_1999_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6056,F_1750_1999_25_34_yrs,Females_1750_1999_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6057,F_1750_1999_35_44_yrs,Females_1750_1999_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6058,F_1750_1999_45_54_yrs,Females_1750_1999_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6059,F_1750_1999_55_64_yrs,Females_1750_1999_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6060,F_1750_1999_65_74_yrs,Females_1750_1999_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6061,F_1750_1999_75_84_yrs,Females_1750_1999_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6062,F_1750_1999_85ov,Females_1750_1999_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6063,F_1750_1999_Tot,Females_1750_1999_Total,G17B,G17a,Total|FEMALES +G6064,F_2000_2999_15_19_yrs,Females_2000_2999_more_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6065,F_2000_2999_20_24_yrs,Females_2000_2999_more_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6066,F_2000_2999_25_34_yrs,Females_2000_2999_more_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6067,F_2000_2999_35_44_yrs,Females_2000_2999_more_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6068,F_2000_2999_45_54_yrs,Females_2000_2999_more_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6069,F_2000_2999_55_64_yrs,Females_2000_2999_more_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6070,F_2000_2999_65_74_yrs,Females_2000_2999_more_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6071,F_2000_2999_75_84_yrs,Females_2000_2999_more_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6072,F_2000_2999_85ov,Females_2000_2999_more_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6073,F_2000_2999_Tot,Females_2000_2999_more_Total,G17B,G17a,Total|FEMALES +G6074,F_3000_more_15_19_yrs,Females_3000_or_more_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6075,F_3000_more_20_24_yrs,Females_3000_or_more_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6076,F_3000_more_25_34_yrs,Females_3000_or_more_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6077,F_3000_more_35_44_yrs,Females_3000_or_more_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6078,F_3000_more_45_54_yrs,Females_3000_or_more_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6079,F_3000_more_55_64_yrs,Females_3000_or_more_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6080,F_3000_more_65_74_yrs,Females_3000_or_more_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6081,F_3000_more_75_84_yrs,Females_3000_or_more_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6082,F_3000_more_85ov,Females_3000_or_more_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6083,F_3000_more_Tot,Females_3000_or_more_Total,G17B,G17a,Total|FEMALES +G6084,F_PI_NS_15_19_yrs,Females_Personal_income_not_stated_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6085,F_PI_NS_ns_20_24_yrs,Females_Personal_income_not_stated_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6086,F_PI_NS_ns_25_34_yrs,Females_Personal_income_not_stated_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6087,F_PI_NS_ns_35_44_yrs,Females_Personal_income_not_stated_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6088,F_PI_NS_ns_45_54_yrs,Females_Personal_income_not_stated_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6089,F_PI_NS_ns_55_64_yrs,Females_Personal_income_not_stated_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6090,F_PI_NS_ns_65_74_yrs,Females_Personal_income_not_stated_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6091,F_PI_NS_ns_75_84_yrs,Females_Personal_income_not_stated_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6092,F_PI_NS_ns_85_yrs_ovr,Females_Personal_income_not_stated_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6093,F_PI_NS_ns_Tot,Females_Personal_income_not_stated_Total,G17B,G17a,Total|FEMALES +G6094,F_Tot_15_19_yrs,Females_Total_Age_15_19_years,G17B,G17a,15-19 years|FEMALES +G6095,F_Tot_20_24_yrs,Females_Total_Age_20_24_years,G17B,G17a,20-24 years|FEMALES +G6096,F_Tot_25_34_yrs,Females_Total_Age_25_34_years,G17B,G17a,25-34 years|FEMALES +G6097,F_Tot_35_44_yrs,Females_Total_Age_35_44_years,G17B,G17a,35-44 years|FEMALES +G6098,F_Tot_45_54_yrs,Females_Total_Age_45_54_years,G17B,G17a,45-54 years|FEMALES +G6099,F_Tot_55_64_yrs,Females_Total_Age_55_64_years,G17B,G17a,55-64 years|FEMALES +G6100,F_Tot_65_74_yrs,Females_Total_Age_65_74_years,G17B,G17a,65-74 years|FEMALES +G6101,F_Tot_75_84_yrs,Females_Total_Age_75_84_years,G17B,G17a,75-84 years|FEMALES +G6102,F_Tot_85ov,Females_Total_Age_85_years_and_over,G17B,G17a,85 years and over|FEMALES +G6103,F_Tot_Tot,Females_Total_Total,G17B,G17a,Total|FEMALES +G6104,P_Neg_Nil_income_15_19_yrs,Persons_Negative_Nil_income_Age_15_19_years,G17B,G17b,15-19 years|PERSONS +G6105,P_Neg_Nil_income_20_24_yrs,Persons_Negative_Nil_income_Age_20_24_years,G17B,G17b,20-24 years|PERSONS +G6106,P_Neg_Nil_income_25_34_yrs,Persons_Negative_Nil_income_Age_25_34_years,G17B,G17b,25-34 years|PERSONS +G6107,P_Neg_Nil_income_35_44_yrs,Persons_Negative_Nil_income_Age_35_44_years,G17B,G17b,35-44 years|PERSONS +G6108,P_Neg_Nil_income_45_54_yrs,Persons_Negative_Nil_income_Age_45_54_years,G17B,G17b,45-54 years|PERSONS +G6109,P_Neg_Nil_income_55_64_yrs,Persons_Negative_Nil_income_Age_55_64_years,G17B,G17b,55-64 years|PERSONS +G6110,P_Neg_Nil_income_65_74_yrs,Persons_Negative_Nil_income_Age_65_74_years,G17B,G17b,65-74 years|PERSONS +G6111,P_Neg_Nil_income_75_84_yrs,Persons_Negative_Nil_income_Age_75_84_years,G17B,G17b,75-84 years|PERSONS +G6112,P_Negtve_Nil_incme_85_yrs_ovr,Persons_Negative_Nil_income_Age_85_years_and_over,G17B,G17b,85 years and over|PERSONS +G6113,P_Neg_Nil_income_Tot,Persons_Negative_Nil_income_Total,G17B,G17b,Total|PERSONS +G6114,P_1_149_15_19_yrs,Persons_1_149_Age_15_19_years,G17B,G17b,15-19 years|PERSONS +G6115,P_1_149_20_24_yrs,Persons_1_149_Age_20_24_years,G17B,G17b,20-24 years|PERSONS +G6116,P_1_149_25_34_yrs,Persons_1_149_Age_25_34_years,G17B,G17b,25-34 years|PERSONS +G6117,P_1_149_35_44_yrs,Persons_1_149_Age_35_44_years,G17B,G17b,35-44 years|PERSONS +G6118,P_1_149_45_54_yrs,Persons_1_149_Age_45_54_years,G17B,G17b,45-54 years|PERSONS +G6119,P_1_149_55_64_yrs,Persons_1_149_Age_55_64_years,G17B,G17b,55-64 years|PERSONS +G6120,P_1_149_65_74_yrs,Persons_1_149_Age_65_74_years,G17B,G17b,65-74 years|PERSONS +G6121,P_1_149_75_84_yrs,Persons_1_149_Age_75_84_years,G17B,G17b,75-84 years|PERSONS +G6122,P_1_149_85ov,Persons_1_149_Age_85_years_and_over,G17B,G17b,85 years and over|PERSONS +G6123,P_1_149_Tot,Persons_1_149_Total,G17B,G17b,Total|PERSONS +G6124,P_150_299_15_19_yrs,Persons_150_299_Age_15_19_years,G17B,G17b,15-19 years|PERSONS +G6125,P_150_299_20_24_yrs,Persons_150_299_Age_20_24_years,G17B,G17b,20-24 years|PERSONS +G6126,P_150_299_25_34_yrs,Persons_150_299_Age_25_34_years,G17B,G17b,25-34 years|PERSONS +G6127,P_150_299_35_44_yrs,Persons_150_299_Age_35_44_years,G17B,G17b,35-44 years|PERSONS +G6128,P_150_299_45_54_yrs,Persons_150_299_Age_45_54_years,G17B,G17b,45-54 years|PERSONS +G6129,P_150_299_55_64_yrs,Persons_150_299_Age_55_64_years,G17B,G17b,55-64 years|PERSONS +G6130,P_150_299_65_74_yrs,Persons_150_299_Age_65_74_years,G17B,G17b,65-74 years|PERSONS +G6131,P_150_299_75_84_yrs,Persons_150_299_Age_75_84_years,G17B,G17b,75-84 years|PERSONS +G6132,P_150_299_85ov,Persons_150_299_Age_85_years_and_over,G17B,G17b,85 years and over|PERSONS +G6133,P_150_299_Tot,Persons_150_299_Total,G17B,G17b,Total|PERSONS +G6134,P_300_399_15_19_yrs,Persons_300_399_Age_15_19_years,G17B,G17b,15-19 years|PERSONS +G6135,P_300_399_20_24_yrs,Persons_300_399_Age_20_24_years,G17B,G17b,20-24 years|PERSONS +G6136,P_300_399_25_34_yrs,Persons_300_399_Age_25_34_years,G17B,G17b,25-34 years|PERSONS +G6137,P_300_399_35_44_yrs,Persons_300_399_Age_35_44_years,G17B,G17b,35-44 years|PERSONS +G6138,P_300_399_45_54_yrs,Persons_300_399_Age_45_54_years,G17B,G17b,45-54 years|PERSONS +G6139,P_300_399_55_64_yrs,Persons_300_399_Age_55_64_years,G17B,G17b,55-64 years|PERSONS +G6140,P_300_399_65_74_yrs,Persons_300_399_Age_65_74_years,G17B,G17b,65-74 years|PERSONS +G6141,P_300_399_75_84_yrs,Persons_300_399_Age_75_84_years,G17B,G17b,75-84 years|PERSONS +G6142,P_300_399_85ov,Persons_300_399_Age_85_years_and_over,G17B,G17b,85 years and over|PERSONS +G6143,P_300_399_Tot,Persons_300_399_Total,G17B,G17b,Total|PERSONS +G6144,P_400_499_15_19_yrs,Persons_400_499_Age_15_19_years,G17B,G17b,15-19 years|PERSONS +G6145,P_400_499_20_24_yrs,Persons_400_499_Age_20_24_years,G17B,G17b,20-24 years|PERSONS +G6146,P_400_499_25_34_yrs,Persons_400_499_Age_25_34_years,G17B,G17b,25-34 years|PERSONS +G6147,P_400_499_35_44_yrs,Persons_400_499_Age_35_44_years,G17B,G17b,35-44 years|PERSONS +G6148,P_400_499_45_54_yrs,Persons_400_499_Age_45_54_years,G17B,G17b,45-54 years|PERSONS +G6149,P_400_499_55_64_yrs,Persons_400_499_Age_55_64_years,G17B,G17b,55-64 years|PERSONS +G6150,P_400_499_65_74_yrs,Persons_400_499_Age_65_74_years,G17B,G17b,65-74 years|PERSONS +G6151,P_400_499_75_84_yrs,Persons_400_499_Age_75_84_years,G17B,G17b,75-84 years|PERSONS +G6152,P_400_499_85ov,Persons_400_499_Age_85_years_and_over,G17B,G17b,85 years and over|PERSONS +G6153,P_400_499_Tot,Persons_400_499_Total,G17B,G17b,Total|PERSONS +G6154,P_500_649_15_19_yrs,Persons_500_649_Age_15_19_years,G17B,G17b,15-19 years|PERSONS +G6155,P_500_649_20_24_yrs,Persons_500_649_Age_20_24_years,G17B,G17b,20-24 years|PERSONS +G6156,P_500_649_25_34_yrs,Persons_500_649_Age_25_34_years,G17B,G17b,25-34 years|PERSONS +G6157,P_500_649_35_44_yrs,Persons_500_649_Age_35_44_years,G17B,G17b,35-44 years|PERSONS +G6158,P_500_649_45_54_yrs,Persons_500_649_Age_45_54_years,G17B,G17b,45-54 years|PERSONS +G6159,P_500_649_55_64_yrs,Persons_500_649_Age_55_64_years,G17B,G17b,55-64 years|PERSONS +G6160,P_500_649_65_74_yrs,Persons_500_649_Age_65_74_years,G17B,G17b,65-74 years|PERSONS +G6161,P_500_649_75_84_yrs,Persons_500_649_Age_75_84_years,G17B,G17b,75-84 years|PERSONS +G6162,P_500_649_85ov,Persons_500_649_Age_85_years_and_over,G17B,G17b,85 years and over|PERSONS +G6163,P_500_649_Tot,Persons_500_649_Total,G17B,G17b,Total|PERSONS +G6164,P_650_799_15_19_yrs,Persons_650_799_Age_15_19_years,G17B,G17b,15-19 years|PERSONS +G6165,P_650_799_20_24_yrs,Persons_650_799_Age_20_24_years,G17B,G17b,20-24 years|PERSONS +G6166,P_650_799_25_34_yrs,Persons_650_799_Age_25_34_years,G17B,G17b,25-34 years|PERSONS +G6167,P_650_799_35_44_yrs,Persons_650_799_Age_35_44_years,G17B,G17b,35-44 years|PERSONS +G6168,P_650_799_45_54_yrs,Persons_650_799_Age_45_54_years,G17B,G17b,45-54 years|PERSONS +G6169,P_650_799_55_64_yrs,Persons_650_799_Age_55_64_years,G17B,G17b,55-64 years|PERSONS +G6170,P_650_799_65_74_yrs,Persons_650_799_Age_65_74_years,G17B,G17b,65-74 years|PERSONS +G6171,P_650_799_75_84_yrs,Persons_650_799_Age_75_84_years,G17B,G17b,75-84 years|PERSONS +G6172,P_650_799_85ov,Persons_650_799_Age_85_years_and_over,G17B,G17b,85 years and over|PERSONS +G6173,P_650_799_Tot,Persons_650_799_Total,G17B,G17b,Total|PERSONS +G6174,P_800_999_15_19_yrs,Persons_800_999_Age_15_19_years,G17B,G17b,15-19 years|PERSONS +G6175,P_800_999_20_24_yrs,Persons_800_999_Age_20_24_years,G17B,G17b,20-24 years|PERSONS +G6176,P_800_999_25_34_yrs,Persons_800_999_Age_25_34_years,G17B,G17b,25-34 years|PERSONS +G6177,P_800_999_35_44_yrs,Persons_800_999_Age_35_44_years,G17B,G17b,35-44 years|PERSONS +G6178,P_800_999_45_54_yrs,Persons_800_999_Age_45_54_years,G17B,G17b,45-54 years|PERSONS +G6179,P_800_999_55_64_yrs,Persons_800_999_Age_55_64_years,G17B,G17b,55-64 years|PERSONS +G6180,P_800_999_65_74_yrs,Persons_800_999_Age_65_74_years,G17B,G17b,65-74 years|PERSONS +G6181,P_800_999_75_84_yrs,Persons_800_999_Age_75_84_years,G17B,G17b,75-84 years|PERSONS +G6182,P_800_999_85ov,Persons_800_999_Age_85_years_and_over,G17B,G17b,85 years and over|PERSONS +G6183,P_800_999_Tot,Persons_800_999_Total,G17B,G17b,Total|PERSONS +G6184,P_1000_1249_15_19_yrs,Persons_1000_1249_Age_15_19_years,G17C,G17b,15-19 years|PERSONS +G6185,P_1000_1249_20_24_yrs,Persons_1000_1249_Age_20_24_years,G17C,G17b,20-24 years|PERSONS +G6186,P_1000_1249_25_34_yrs,Persons_1000_1249_Age_25_34_years,G17C,G17b,25-34 years|PERSONS +G6187,P_1000_1249_35_44_yrs,Persons_1000_1249_Age_35_44_years,G17C,G17b,35-44 years|PERSONS +G6188,P_1000_1249_45_54_yrs,Persons_1000_1249_Age_45_54_years,G17C,G17b,45-54 years|PERSONS +G6189,P_1000_1249_55_64_yrs,Persons_1000_1249_Age_55_64_years,G17C,G17b,55-64 years|PERSONS +G6190,P_1000_1249_65_74_yrs,Persons_1000_1249_Age_65_74_years,G17C,G17b,65-74 years|PERSONS +G6191,P_1000_1249_75_84_yrs,Persons_1000_1249_Age_75_84_years,G17C,G17b,75-84 years|PERSONS +G6192,P_1000_1249_85ov,Persons_1000_1249_Age_85_years_and_over,G17C,G17b,85 years and over|PERSONS +G6193,P_1000_1249_Tot,Persons_1000_1249_Total,G17C,G17b,Total|PERSONS +G6194,P_1250_1499_15_19_yrs,Persons_1250_1499_Age_15_19_years,G17C,G17b,15-19 years|PERSONS +G6195,P_1250_1499_20_24_yrs,Persons_1250_1499_Age_20_24_years,G17C,G17b,20-24 years|PERSONS +G6196,P_1250_1499_25_34_yrs,Persons_1250_1499_Age_25_34_years,G17C,G17b,25-34 years|PERSONS +G6197,P_1250_1499_35_44_yrs,Persons_1250_1499_Age_35_44_years,G17C,G17b,35-44 years|PERSONS +G6198,P_1250_1499_45_54_yrs,Persons_1250_1499_Age_45_54_years,G17C,G17b,45-54 years|PERSONS +G6199,P_1250_1499_55_64_yrs,Persons_1250_1499_Age_55_64_years,G17C,G17b,55-64 years|PERSONS +G6200,P_1250_1499_65_74_yrs,Persons_1250_1499_Age_65_74_years,G17C,G17b,65-74 years|PERSONS +G6201,P_1250_1499_75_84_yrs,Persons_1250_1499_Age_75_84_years,G17C,G17b,75-84 years|PERSONS +G6202,P_1250_1499_85ov,Persons_1250_1499_Age_85_years_and_over,G17C,G17b,85 years and over|PERSONS +G6203,P_1250_1499_Tot,Persons_1250_1499_Total,G17C,G17b,Total|PERSONS +G6204,P_1500_1749_15_19_yrs,Persons_1500_1749_Age_15_19_years,G17C,G17b,15-19 years|PERSONS +G6205,P_1500_1749_20_24_yrs,Persons_1500_1749_Age_20_24_years,G17C,G17b,20-24 years|PERSONS +G6206,P_1500_1749_25_34_yrs,Persons_1500_1749_Age_25_34_years,G17C,G17b,25-34 years|PERSONS +G6207,P_1500_1749_35_44_yrs,Persons_1500_1749_Age_35_44_years,G17C,G17b,35-44 years|PERSONS +G6208,P_1500_1749_45_54_yrs,Persons_1500_1749_Age_45_54_years,G17C,G17b,45-54 years|PERSONS +G6209,P_1500_1749_55_64_yrs,Persons_1500_1749_Age_55_64_years,G17C,G17b,55-64 years|PERSONS +G6210,P_1500_1749_65_74_yrs,Persons_1500_1749_Age_65_74_years,G17C,G17b,65-74 years|PERSONS +G6211,P_1500_1749_75_84_yrs,Persons_1500_1749_Age_75_84_years,G17C,G17b,75-84 years|PERSONS +G6212,P_1500_1749_85ov,Persons_1500_1749_Age_85_years_and_over,G17C,G17b,85 years and over|PERSONS +G6213,P_1500_1749_Tot,Persons_1500_1749_Total,G17C,G17b,Total|PERSONS +G6214,P_1750_1999_15_19_yrs,Persons_1750_1999_Age_15_19_years,G17C,G17b,15-19 years|PERSONS +G6215,P_1750_1999_20_24_yrs,Persons_1750_1999_Age_20_24_years,G17C,G17b,20-24 years|PERSONS +G6216,P_1750_1999_25_34_yrs,Persons_1750_1999_Age_25_34_years,G17C,G17b,25-34 years|PERSONS +G6217,P_1750_1999_35_44_yrs,Persons_1750_1999_Age_35_44_years,G17C,G17b,35-44 years|PERSONS +G6218,P_1750_1999_45_54_yrs,Persons_1750_1999_Age_45_54_years,G17C,G17b,45-54 years|PERSONS +G6219,P_1750_1999_55_64_yrs,Persons_1750_1999_Age_55_64_years,G17C,G17b,55-64 years|PERSONS +G6220,P_1750_1999_65_74_yrs,Persons_1750_1999_Age_65_74_years,G17C,G17b,65-74 years|PERSONS +G6221,P_1750_1999_75_84_yrs,Persons_1750_1999_Age_75_84_years,G17C,G17b,75-84 years|PERSONS +G6222,P_1750_1999_85ov,Persons_1750_1999_Age_85_years_and_over,G17C,G17b,85 years and over|PERSONS +G6223,P_1750_1999_Tot,Persons_1750_1999_Total,G17C,G17b,Total|PERSONS +G6224,P_2000_2999_15_19_yrs,Persons_2000_2999_more_Age_15_19_years,G17C,G17b,15-19 years|PERSONS +G6225,P_2000_2999_20_24_yrs,Persons_2000_2999_more_Age_20_24_years,G17C,G17b,20-24 years|PERSONS +G6226,P_2000_2999_25_34_yrs,Persons_2000_2999_more_Age_25_34_years,G17C,G17b,25-34 years|PERSONS +G6227,P_2000_2999_35_44_yrs,Persons_2000_2999_more_Age_35_44_years,G17C,G17b,35-44 years|PERSONS +G6228,P_2000_2999_45_54_yrs,Persons_2000_2999_more_Age_45_54_years,G17C,G17b,45-54 years|PERSONS +G6229,P_2000_2999_55_64_yrs,Persons_2000_2999_more_Age_55_64_years,G17C,G17b,55-64 years|PERSONS +G6230,P_2000_2999_65_74_yrs,Persons_2000_2999_more_Age_65_74_years,G17C,G17b,65-74 years|PERSONS +G6231,P_2000_2999_75_84_yrs,Persons_2000_2999_more_Age_75_84_years,G17C,G17b,75-84 years|PERSONS +G6232,P_2000_2999_85ov,Persons_2000_2999_more_Age_85_years_and_over,G17C,G17b,85 years and over|PERSONS +G6233,P_2000_2999_Tot,Persons_2000_2999_more_Total,G17C,G17b,Total|PERSONS +G6234,P_3000_more_15_19_yrs,Persons_3000_or_more_Age_15_19_years,G17C,G17b,15-19 years|PERSONS +G6235,P_3000_more_20_24_yrs,Persons_3000_or_more_Age_20_24_years,G17C,G17b,20-24 years|PERSONS +G6236,P_3000_more_25_34_yrs,Persons_3000_or_more_Age_25_34_years,G17C,G17b,25-34 years|PERSONS +G6237,P_3000_more_35_44_yrs,Persons_3000_or_more_Age_35_44_years,G17C,G17b,35-44 years|PERSONS +G6238,P_3000_more_45_54_yrs,Persons_3000_or_more_Age_45_54_years,G17C,G17b,45-54 years|PERSONS +G6239,P_3000_more_55_64_yrs,Persons_3000_or_more_Age_55_64_years,G17C,G17b,55-64 years|PERSONS +G6240,P_3000_more_65_74_yrs,Persons_3000_or_more_Age_65_74_years,G17C,G17b,65-74 years|PERSONS +G6241,P_3000_more_75_84_yrs,Persons_3000_or_more_Age_75_84_years,G17C,G17b,75-84 years|PERSONS +G6242,P_3000_more_85ov,Persons_3000_or_more_Age_85_years_and_over,G17C,G17b,85 years and over|PERSONS +G6243,P_3000_more_Tot,Persons_3000_or_more_Total,G17C,G17b,Total|PERSONS +G6244,P_PI_NS_15_19_yrs,Persons_Personal_income_not_stated_Age_15_19_years,G17C,G17b,15-19 years|PERSONS +G6245,P_PI_NS_ns_20_24_yrs,Persons_Personal_income_not_stated_Age_20_24_years,G17C,G17b,20-24 years|PERSONS +G6246,P_PI_NS_ns_25_34_yrs,Persons_Personal_income_not_stated_Age_25_34_years,G17C,G17b,25-34 years|PERSONS +G6247,P_PI_NS_ns_35_44_yrs,Persons_Personal_income_not_stated_Age_35_44_years,G17C,G17b,35-44 years|PERSONS +G6248,P_PI_NS_ns_45_54_yrs,Persons_Personal_income_not_stated_Age_45_54_years,G17C,G17b,45-54 years|PERSONS +G6249,P_PI_NS_ns_55_64_yrs,Persons_Personal_income_not_stated_Age_55_64_years,G17C,G17b,55-64 years|PERSONS +G6250,P_PI_NS_ns_65_74_yrs,Persons_Personal_income_not_stated_Age_65_74_years,G17C,G17b,65-74 years|PERSONS +G6251,P_PI_NS_ns_75_84_yrs,Persons_Personal_income_not_stated_Age_75_84_years,G17C,G17b,75-84 years|PERSONS +G6252,P_PI_NS_ns_85_yrs_ovr,Persons_Personal_income_not_stated_Age_85_years_and_over,G17C,G17b,85 years and over|PERSONS +G6253,P_PI_NS_ns_Tot,Persons_Personal_income_not_stated_Total,G17C,G17b,Total|PERSONS +G6254,P_Tot_15_19_yrs,Persons_Total_Age_15_19_years,G17C,G17b,15-19 years|PERSONS +G6255,P_Tot_20_24_yrs,Persons_Total_Age_20_24_years,G17C,G17b,20-24 years|PERSONS +G6256,P_Tot_25_34_yrs,Persons_Total_Age_25_34_years,G17C,G17b,25-34 years|PERSONS +G6257,P_Tot_35_44_yrs,Persons_Total_Age_35_44_years,G17C,G17b,35-44 years|PERSONS +G6258,P_Tot_45_54_yrs,Persons_Total_Age_45_54_years,G17C,G17b,45-54 years|PERSONS +G6259,P_Tot_55_64_yrs,Persons_Total_Age_55_64_years,G17C,G17b,55-64 years|PERSONS +G6260,P_Tot_65_74_yrs,Persons_Total_Age_65_74_years,G17C,G17b,65-74 years|PERSONS +G6261,P_Tot_75_84_yrs,Persons_Total_Age_75_84_years,G17C,G17b,75-84 years|PERSONS +G6262,P_Tot_85ov,Persons_Total_Age_85_years_and_over,G17C,G17b,85 years and over|PERSONS +G6263,P_Tot_Tot,Persons_Total_Total,G17C,G17b,Total|PERSONS +G6264,M_0_4_yrs_Need_for_assistance,Males_0_4_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6265,M_0_4_No_need_for_assistance,Males_0_4_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6266,M_0_4_Need_for_assistance_ns,Males_0_4_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6267,M_0_4_yrs_Tot,Males_0_4_years_Total,G18,G18,Total|MALES +G6268,M_5_14_Need_for_assistance,Males_5_14_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6269,M_5_14_No_need_for_assistance,Males_5_14_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6270,M_5_14_Need_for_assistance_ns,Males_5_14_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6271,M_5_14_yrs_Tot,Males_5_14_years_Total,G18,G18,Total|MALES +G6272,M_15_19_Need_for_assistance,Males_15_19_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6273,M_15_19_No_need_for_assistnce,Males_15_19_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6274,M_15_19_Need_for_assistnce_ns,Males_15_19_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6275,M_15_19_yrs_Tot,Males_15_19_years_Total,G18,G18,Total|MALES +G6276,M_20_24_Need_for_assistance,Males_20_24_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6277,M_20_24_No_need_for_assistnce,Males_20_24_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6278,M_20_24_Need_for_assistnce_ns,Males_20_24_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6279,M_20_24_yrs_Tot,Males_20_24_years_Total,G18,G18,Total|MALES +G6280,M_25_34_Need_for_assistance,Males_25_34_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6281,M_25_34_No_need_for_assistnce,Males_25_34_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6282,M_25_34_Need_for_assistnce_ns,Males_25_34_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6283,M_25_34_yrs_Tot,Males_25_34_years_Total,G18,G18,Total|MALES +G6284,M_35_44_Need_for_assistance,Males_35_44_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6285,M_35_44_No_need_for_assistnce,Males_35_44_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6286,M_35_44_Need_for_assistnce_ns,Males_35_44_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6287,M_35_44_yrs_Tot,Males_35_44_years_Total,G18,G18,Total|MALES +G6288,M_45_54_Need_for_assistance,Males_45_54_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6289,M_45_54_No_need_for_assistnce,Males_45_54_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6290,M_45_54_Need_for_assistnce_ns,Males_45_54_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6291,M_45_54_yrs_Tot,Males_45_54_years_Total,G18,G18,Total|MALES +G6292,M_55_64_Need_for_assistance,Males_55_64_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6293,M_55_64_No_need_for_assistnce,Males_55_64_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6294,M_55_64_Need_for_assistnce_ns,Males_55_64_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6295,M_55_64_yrs_Tot,Males_55_64_years_Total,G18,G18,Total|MALES +G6296,M_65_74_Need_for_assistance,Males_65_74_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6297,M_65_74_No_need_for_assistnce,Males_65_74_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6298,M_65_74_Need_for_assistnce_ns,Males_65_74_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6299,M_65_74_yrs_Tot,Males_65_74_years_Total,G18,G18,Total|MALES +G6300,M_75_84_Need_for_assistance,Males_75_84_years_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6301,M_75_84_No_need_for_assistnce,Males_75_84_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6302,M_75_84_Need_for_assistnce_ns,Males_75_84_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6303,M_75_84_yrs_Tot,Males_75_84_years_Total,G18,G18,Total|MALES +G6304,M_85_over_Need_for_assistance,Males_85_years_and_over_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6305,M_85_ov_No_need_for_assistnce,Males_85_years_and_over_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6306,M_85_ov_Need_for_assistnce_ns,Males_85_years_and_over_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6307,M_85_yrs_over_Tot,Males_85_years_and_over_Total,G18,G18,Total|MALES +G6308,M_Tot_Need_for_assistance,Males_Total_Has_need_for_assistance,G18,G18,Need for assistance|MALES +G6309,M_Tot_No_need_for_assistance,Males_Total_Does_not_have_need_for_assistance,G18,G18,No need for assistance|MALES +G6310,M_Tot_Need_for_assistance_ns,Males_Total_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|MALES +G6311,M_Tot_Tot,Males_Total_Total,G18,G18,Total|MALES +G6312,F_0_4_yrs_Need_for_assistance,Females_0_4_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6313,F_0_4_No_need_for_assistance,Females_0_4_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6314,F_0_4_Need_for_assistance_ns,Females_0_4_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6315,F_0_4_yrs_Tot,Females_0_4_years_Total,G18,G18,Total|FEMALES +G6316,F_5_14_Need_for_assistance,Females_5_14_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6317,F_5_14_No_need_for_assistance,Females_5_14_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6318,F_5_14_Need_for_assistance_ns,Females_5_14_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6319,F_5_14_yrs_Tot,Females_5_14_years_Total,G18,G18,Total|FEMALES +G6320,F_15_19_Need_for_assistance,Females_15_19_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6321,F_15_19_No_need_for_assistnce,Females_15_19_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6322,F_15_19_Need_for_assistnce_ns,Females_15_19_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6323,F_15_19_yrs_Tot,Females_15_19_years_Total,G18,G18,Total|FEMALES +G6324,F_20_24_Need_for_assistance,Females_20_24_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6325,F_20_24_No_need_for_assistnce,Females_20_24_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6326,F_20_24_Need_for_assistnce_ns,Females_20_24_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6327,F_20_24_yrs_Tot,Females_20_24_years_Total,G18,G18,Total|FEMALES +G6328,F_25_34_Need_for_assistance,Females_25_34_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6329,F_25_34_No_need_for_assistnce,Females_25_34_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6330,F_25_34_Need_for_assistnce_ns,Females_25_34_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6331,F_25_34_yrs_Tot,Females_25_34_years_Total,G18,G18,Total|FEMALES +G6332,F_35_44_Need_for_assistance,Females_35_44_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6333,F_35_44_No_need_for_assistnce,Females_35_44_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6334,F_35_44_Need_for_assistnce_ns,Females_35_44_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6335,F_35_44_yrs_Tot,Females_35_44_years_Total,G18,G18,Total|FEMALES +G6336,F_45_54_Need_for_assistance,Females_45_54_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6337,F_45_54_No_need_for_assistnce,Females_45_54_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6338,F_45_54_Need_for_assistnce_ns,Females_45_54_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6339,F_45_54_yrs_Tot,Females_45_54_years_Total,G18,G18,Total|FEMALES +G6340,F_55_64_Need_for_assistance,Females_55_64_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6341,F_55_64_No_need_for_assistnce,Females_55_64_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6342,F_55_64_Need_for_assistnce_ns,Females_55_64_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6343,F_55_64_yrs_Tot,Females_55_64_years_Total,G18,G18,Total|FEMALES +G6344,F_65_74_Need_for_assistance,Females_65_74_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6345,F_65_74_No_need_for_assistnce,Females_65_74_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6346,F_65_74_Need_for_assistnce_ns,Females_65_74_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6347,F_65_74_yrs_Tot,Females_65_74_years_Total,G18,G18,Total|FEMALES +G6348,F_75_84_Need_for_assistance,Females_75_84_years_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6349,F_75_84_No_need_for_assistnce,Females_75_84_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6350,F_75_84_Need_for_assistnce_ns,Females_75_84_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6351,F_75_84_yrs_Tot,Females_75_84_years_Total,G18,G18,Total|FEMALES +G6352,F_85_over_Need_for_assistance,Females_85_years_and_over_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6353,F_85_ov_No_need_for_assistnce,Females_85_years_and_over_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6354,F_85_ov_Need_for_assistnce_ns,Females_85_years_and_over_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6355,F_85_yrs_over_Tot,Females_85_years_and_over_Total,G18,G18,Total|FEMALES +G6356,F_Tot_Need_for_assistance,Females_Total_Has_need_for_assistance,G18,G18,Need for assistance|FEMALES +G6357,F_Tot_No_need_for_assistance,Females_Total_Does_not_have_need_for_assistance,G18,G18,No need for assistance|FEMALES +G6358,F_Tot_Need_for_assistance_ns,Females_Total_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|FEMALES +G6359,F_Tot_Tot,Females_Total_Total,G18,G18,Total|FEMALES +G6360,P_0_4_yrs_Need_for_assistance,Persons_0_4_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6361,P_0_4_No_need_for_assistance,Persons_0_4_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6362,P_0_4_Need_for_assistance_ns,Persons_0_4_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6363,P_0_4_yrs_Tot,Persons_0_4_years_Total,G18,G18,Total|PERSONS +G6364,P_5_14_Need_for_assistance,Persons_5_14_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6365,P_5_14_No_need_for_assistance,Persons_5_14_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6366,P_5_14_Need_for_assistance_ns,Persons_5_14_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6367,P_5_14_yrs_Tot,Persons_5_14_years_Total,G18,G18,Total|PERSONS +G6368,P_15_19_Need_for_assistance,Persons_15_19_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6369,P_15_19_No_need_for_assistnce,Persons_15_19_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6370,P_15_19_Need_for_assistnce_ns,Persons_15_19_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6371,P_15_19_yrs_Tot,Persons_15_19_years_Total,G18,G18,Total|PERSONS +G6372,P_20_24_Need_for_assistance,Persons_20_24_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6373,P_20_24_No_need_for_assistnce,Persons_20_24_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6374,P_20_24_Need_for_assistnce_ns,Persons_20_24_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6375,P_20_24_yrs_Tot,Persons_20_24_years_Total,G18,G18,Total|PERSONS +G6376,P_25_34_Need_for_assistance,Persons_25_34_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6377,P_25_34_No_need_for_assistnce,Persons_25_34_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6378,P_25_34_Need_for_assistnce_ns,Persons_25_34_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6379,P_25_34_yrs_Tot,Persons_25_34_years_Total,G18,G18,Total|PERSONS +G6380,P_35_44_Need_for_assistance,Persons_35_44_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6381,P_35_44_No_need_for_assistnce,Persons_35_44_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6382,P_35_44_Need_for_assistnce_ns,Persons_35_44_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6383,P_35_44_yrs_Tot,Persons_35_44_years_Total,G18,G18,Total|PERSONS +G6384,P_45_54_Need_for_assistance,Persons_45_54_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6385,P_45_54_No_need_for_assistnce,Persons_45_54_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6386,P_45_54_Need_for_assistnce_ns,Persons_45_54_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6387,P_45_54_yrs_Tot,Persons_45_54_years_Total,G18,G18,Total|PERSONS +G6388,P_55_64_Need_for_assistance,Persons_55_64_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6389,P_55_64_No_need_for_assistnce,Persons_55_64_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6390,P_55_64_Need_for_assistnce_ns,Persons_55_64_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6391,P_55_64_yrs_Tot,Persons_55_64_years_Total,G18,G18,Total|PERSONS +G6392,P_65_74_Need_for_assistance,Persons_65_74_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6393,P_65_74_No_need_for_assistnce,Persons_65_74_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6394,P_65_74_Need_for_assistnce_ns,Persons_65_74_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6395,P_65_74_yrs_Tot,Persons_65_74_years_Total,G18,G18,Total|PERSONS +G6396,P_75_84_Need_for_assistance,Persons_75_84_years_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6397,P_75_84_No_need_for_assistnce,Persons_75_84_years_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6398,P_75_84_Need_for_assistnce_ns,Persons_75_84_years_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6399,P_75_84_yrs_Tot,Persons_75_84_years_Total,G18,G18,Total|PERSONS +G6400,P_85_over_Need_for_assistance,Persons_85_years_and_over_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6401,P_85_ov_No_need_for_assistnce,Persons_85_years_and_over_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6402,P_85_ov_Need_for_assistnce_ns,Persons_85_years_and_over_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6403,P_85_yrs_over_Tot,Persons_85_years_and_over_Total,G18,G18,Total|PERSONS +G6404,P_Tot_Need_for_assistance,Persons_Total_Has_need_for_assistance,G18,G18,Need for assistance|PERSONS +G6405,P_Tot_No_need_for_assistance,Persons_Total_Does_not_have_need_for_assistance,G18,G18,No need for assistance|PERSONS +G6406,P_Tot_Need_for_assistance_ns,Persons_Total_Need_for_assistance_not_stated,G18,G18,Need for assistance not stated|PERSONS +G6407,P_Tot_Tot,Persons_Total_Total,G18,G18,Total|PERSONS +G6408,M_15_19_yr_Volunteer,Males_15_19_years_Volunteer,G19,G19,Volunteer|MALES +G6409,M_15_19_yr_N_a_volunteer,Males_15_19_years_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6410,M_15_19_yr_Voluntary_work_ns,Males_15_19_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6411,M_15_19_yr_Tot,Males_15_19_years_Total,G19,G19,Total|MALES +G6412,M_20_24_yr_Volunteer,Males_20_24_years_Volunteer,G19,G19,Volunteer|MALES +G6413,M_20_24_yr_N_a_volunteer,Males_20_24_years_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6414,M_20_24_yr_Voluntary_work_ns,Males_20_24_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6415,M_20_24_yr_Tot,Males_20_24_years_Total,G19,G19,Total|MALES +G6416,M_25_34_yr_Volunteer,Males_25_34_years_Volunteer,G19,G19,Volunteer|MALES +G6417,M_25_34_yr_N_a_volunteer,Males_25_34_years_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6418,M_25_34_yr_Voluntary_work_ns,Males_25_34_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6419,M_25_34_yr_Tot,Males_25_34_years_Total,G19,G19,Total|MALES +G6420,M_35_44_yr_Volunteer,Males_35_44_years_Volunteer,G19,G19,Volunteer|MALES +G6421,M_35_44_yr_N_a_volunteer,Males_35_44_years_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6422,M_35_44_yr_Voluntary_work_ns,Males_35_44_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6423,M_35_44_yr_Tot,Males_35_44_years_Total,G19,G19,Total|MALES +G6424,M_45_54_yr_Volunteer,Males_45_54_years_Volunteer,G19,G19,Volunteer|MALES +G6425,M_45_54_yr_N_a_volunteer,Males_45_54_years_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6426,M_45_54_yr_Voluntary_work_ns,Males_45_54_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6427,M_45_54_yr_Tot,Males_45_54_years_Total,G19,G19,Total|MALES +G6428,M_55_64_yr_Volunteer,Males_55_64_years_Volunteer,G19,G19,Volunteer|MALES +G6429,M_55_64_yr_N_a_volunteer,Males_55_64_years_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6430,M_55_64_yr_Voluntary_work_ns,Males_55_64_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6431,M_55_64_yr_Tot,Males_55_64_years_Total,G19,G19,Total|MALES +G6432,M_65_74_yr_Volunteer,Males_65_74_years_Volunteer,G19,G19,Volunteer|MALES +G6433,M_65_74_yr_N_a_volunteer,Males_65_74_years_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6434,M_65_74_yr_Voluntary_work_ns,Males_65_74_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6435,M_65_74_yr_Tot,Males_65_74_years_Total,G19,G19,Total|MALES +G6436,M_75_84_yr_Volunteer,Males_75_84_years_Volunteer,G19,G19,Volunteer|MALES +G6437,M_75_84_yr_N_a_volunteer,Males_75_84_years_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6438,M_75_84_yr_Voluntary_work_ns,Males_75_84_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6439,M_75_84_yr_Tot,Males_75_84_years_Total,G19,G19,Total|MALES +G6440,M_85ov_Volunteer,Males_85_years_and_over_Volunteer,G19,G19,Volunteer|MALES +G6441,M_85ov_N_a_volunteer,Males_85_years_and_over_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6442,M_85_ov_Voluntary_work_ns,Males_85_years_and_over_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6443,M_85ov_Tot,Males_85_years_and_over_Total,G19,G19,Total|MALES +G6444,M_Tot_Volunteer,Males_Total_Volunteer,G19,G19,Volunteer|MALES +G6445,M_Tot_N_a_volunteer,Males_Total_Not_a_volunteer,G19,G19,Not a volunteer|MALES +G6446,M_Tot_Voluntary_work_ns,Males_Total_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|MALES +G6447,M_Tot_Tot,Males_Total_Total,G19,G19,Total|MALES +G6448,F_15_19_yr_Volunteer,Females_15_19_years_Volunteer,G19,G19,Volunteer|FEMALES +G6449,F_15_19_yr_N_a_volunteer,Females_15_19_years_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6450,F_15_19_yr_Voluntary_work_ns,Females_15_19_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6451,F_15_19_yr_Tot,Females_15_19_years_Total,G19,G19,Total|FEMALES +G6452,F_20_24_yr_Volunteer,Females_20_24_years_Volunteer,G19,G19,Volunteer|FEMALES +G6453,F_20_24_yr_N_a_volunteer,Females_20_24_years_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6454,F_20_24_yr_Voluntary_work_ns,Females_20_24_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6455,F_20_24_yr_Tot,Females_20_24_years_Total,G19,G19,Total|FEMALES +G6456,F_25_34_yr_Volunteer,Females_25_34_years_Volunteer,G19,G19,Volunteer|FEMALES +G6457,F_25_34_yr_N_a_volunteer,Females_25_34_years_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6458,F_25_34_yr_Voluntary_work_ns,Females_25_34_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6459,F_25_34_yr_Tot,Females_25_34_years_Total,G19,G19,Total|FEMALES +G6460,F_35_44_yr_Volunteer,Females_35_44_years_Volunteer,G19,G19,Volunteer|FEMALES +G6461,F_35_44_yr_N_a_volunteer,Females_35_44_years_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6462,F_35_44_yr_Voluntary_work_ns,Females_35_44_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6463,F_35_44_yr_Tot,Females_35_44_years_Total,G19,G19,Total|FEMALES +G6464,F_45_54_yr_Volunteer,Females_45_54_years_Volunteer,G19,G19,Volunteer|FEMALES +G6465,F_45_54_yr_N_a_volunteer,Females_45_54_years_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6466,F_45_54_yr_Voluntary_work_ns,Females_45_54_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6467,F_45_54_yr_Tot,Females_45_54_years_Total,G19,G19,Total|FEMALES +G6468,F_55_64_yr_Volunteer,Females_55_64_years_Volunteer,G19,G19,Volunteer|FEMALES +G6469,F_55_64_yr_N_a_volunteer,Females_55_64_years_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6470,F_55_64_yr_Voluntary_work_ns,Females_55_64_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6471,F_55_64_yr_Tot,Females_55_64_years_Total,G19,G19,Total|FEMALES +G6472,F_65_74_yr_Volunteer,Females_65_74_years_Volunteer,G19,G19,Volunteer|FEMALES +G6473,F_65_74_yr_N_a_volunteer,Females_65_74_years_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6474,F_65_74_yr_Voluntary_work_ns,Females_65_74_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6475,F_65_74_yr_Tot,Females_65_74_years_Total,G19,G19,Total|FEMALES +G6476,F_75_84_yr_Volunteer,Females_75_84_years_Volunteer,G19,G19,Volunteer|FEMALES +G6477,F_75_84_yr_N_a_volunteer,Females_75_84_years_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6478,F_75_84_yr_Voluntary_work_ns,Females_75_84_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6479,F_75_84_yr_Tot,Females_75_84_years_Total,G19,G19,Total|FEMALES +G6480,F_85ov_Volunteer,Females_85_years_and_over_Volunteer,G19,G19,Volunteer|FEMALES +G6481,F_85ov_N_a_volunteer,Females_85_years_and_over_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6482,F_85_ov_Voluntary_work_ns,Females_85_years_and_over_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6483,F_85ov_Tot,Females_85_years_and_over_Total,G19,G19,Total|FEMALES +G6484,F_Tot_Volunteer,Females_Total_Volunteer,G19,G19,Volunteer|FEMALES +G6485,F_Tot_N_a_volunteer,Females_Total_Not_a_volunteer,G19,G19,Not a volunteer|FEMALES +G6486,F_Tot_Voluntary_work_ns,Females_Total_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|FEMALES +G6487,F_Tot_Tot,Females_Total_Total,G19,G19,Total|FEMALES +G6488,P_15_19_yr_Volunteer,Persons_15_19_years_Volunteer,G19,G19,Volunteer|PERSONS +G6489,P_15_19_yr_N_a_volunteer,Persons_15_19_years_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6490,P_15_19_yr_Voluntary_work_ns,Persons_15_19_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6491,P_15_19_yr_Tot,Persons_15_19_years_Total,G19,G19,Total|PERSONS +G6492,P_20_24_yr_Volunteer,Persons_20_24_years_Volunteer,G19,G19,Volunteer|PERSONS +G6493,P_20_24_yr_N_a_volunteer,Persons_20_24_years_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6494,P_20_24_yr_Voluntary_work_ns,Persons_20_24_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6495,P_20_24_yr_Tot,Persons_20_24_years_Total,G19,G19,Total|PERSONS +G6496,P_25_34_yr_Volunteer,Persons_25_34_years_Volunteer,G19,G19,Volunteer|PERSONS +G6497,P_25_34_yr_N_a_volunteer,Persons_25_34_years_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6498,P_25_34_yr_Voluntary_work_ns,Persons_25_34_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6499,P_25_34_yr_Tot,Persons_25_34_years_Total,G19,G19,Total|PERSONS +G6500,P_35_44_yr_Volunteer,Persons_35_44_years_Volunteer,G19,G19,Volunteer|PERSONS +G6501,P_35_44_yr_N_a_volunteer,Persons_35_44_years_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6502,P_35_44_yr_Voluntary_work_ns,Persons_35_44_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6503,P_35_44_yr_Tot,Persons_35_44_years_Total,G19,G19,Total|PERSONS +G6504,P_45_54_yr_Volunteer,Persons_45_54_years_Volunteer,G19,G19,Volunteer|PERSONS +G6505,P_45_54_yr_N_a_volunteer,Persons_45_54_years_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6506,P_45_54_yr_Voluntary_work_ns,Persons_45_54_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6507,P_45_54_yr_Tot,Persons_45_54_years_Total,G19,G19,Total|PERSONS +G6508,P_55_64_yr_Volunteer,Persons_55_64_years_Volunteer,G19,G19,Volunteer|PERSONS +G6509,P_55_64_yr_N_a_volunteer,Persons_55_64_years_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6510,P_55_64_yr_Voluntary_work_ns,Persons_55_64_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6511,P_55_64_yr_Tot,Persons_55_64_years_Total,G19,G19,Total|PERSONS +G6512,P_65_74_yr_Volunteer,Persons_65_74_years_Volunteer,G19,G19,Volunteer|PERSONS +G6513,P_65_74_yr_N_a_volunteer,Persons_65_74_years_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6514,P_65_74_yr_Voluntary_work_ns,Persons_65_74_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6515,P_65_74_yr_Tot,Persons_65_74_years_Total,G19,G19,Total|PERSONS +G6516,P_75_84_yr_Volunteer,Persons_75_84_years_Volunteer,G19,G19,Volunteer|PERSONS +G6517,P_75_84_yr_N_a_volunteer,Persons_75_84_years_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6518,P_75_84_yr_Voluntary_work_ns,Persons_75_84_years_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6519,P_75_84_yr_Tot,Persons_75_84_years_Total,G19,G19,Total|PERSONS +G6520,P_85ov_Volunteer,Persons_85_years_and_over_Volunteer,G19,G19,Volunteer|PERSONS +G6521,P_85ov_N_a_volunteer,Persons_85_years_and_over_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6522,P_85_ov_Voluntary_work_ns,Persons_85_years_and_over_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6523,P_85ov_Tot,Persons_85_years_and_over_Total,G19,G19,Total|PERSONS +G6524,P_Tot_Volunteer,Persons_Total_Volunteer,G19,G19,Volunteer|PERSONS +G6525,P_Tot_N_a_volunteer,Persons_Total_Not_a_volunteer,G19,G19,Not a volunteer|PERSONS +G6526,P_Tot_Voluntary_work_ns,Persons_Total_Voluntary_work_not_stated,G19,G19,Voluntary work not stated|PERSONS +G6527,P_Tot_Tot,Persons_Total_Total,G19,G19,Total|PERSONS +G6528,M_15_19y_DUDW_LT_5_h,Males_15_19_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6529,M_15_19y_DUDW_5_14_h,Males_15_19_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6530,M_15_19y_DUDW_15_29_h,Males_15_19_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6531,M_15_19y_DUDW_30_h_mo,Males_15_19_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6532,M_15_19y_DNUDW,Males_15_19_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6533,M_15_19y_UDW_NS,Males_15_19_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6534,M_15_19y_Total,Males_15_19_years_Total,G20A,G20,Total|MALES +G6535,M_20_24y_DUDW_LT_5_h,Males_20_24_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6536,M_20_24y_DUDW_5_14_h,Males_20_24_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6537,M_20_24y_DUDW_15_29_h,Males_20_24_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6538,M_20_24y_DUDW_30_h_mo,Males_20_24_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6539,M_20_24y_DNUDW,Males_20_24_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6540,M_20_24y_UDW_NS,Males_20_24_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6541,M_20_24y_Total,Males_20_24_years_Total,G20A,G20,Total|MALES +G6542,M_25_34y_DUDW_LT_5_h,Males_25_34_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6543,M_25_34y_DUDW_5_14_h,Males_25_34_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6544,M_25_34y_DUDW_15_29_h,Males_25_34_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6545,M_25_34y_DUDW_30_h_mo,Males_25_34_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6546,M_25_34y_DNUDW,Males_25_34_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6547,M_25_34y_UDW_NS,Males_25_34_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6548,M_25_34y_Total,Males_25_34_years_Total,G20A,G20,Total|MALES +G6549,M_35_44y_DUDW_LT_5_h,Males_35_44_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6550,M_35_44y_DUDW_5_14_h,Males_35_44_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6551,M_35_44y_DUDW_15_29_h,Males_35_44_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6552,M_35_44y_DUDW_30_h_mo,Males_35_44_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6553,M_35_44y_DNUDW,Males_35_44_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6554,M_35_44y_UDW_NS,Males_35_44_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6555,M_35_44y_Total,Males_35_44_years_Total,G20A,G20,Total|MALES +G6556,M_45_54y_DUDW_LT_5_h,Males_45_54_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6557,M_45_54y_DUDW_5_14_h,Males_45_54_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6558,M_45_54y_DUDW_15_29_h,Males_45_54_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6559,M_45_54y_DUDW_30_h_mo,Males_45_54_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6560,M_45_54y_DNUDW,Males_45_54_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6561,M_45_54y_UDW_NS,Males_45_54_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6562,M_45_54y_Total,Males_45_54_years_Total,G20A,G20,Total|MALES +G6563,M_55_64y_DUDW_LT_5_h,Males_55_64_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6564,M_55_64y_DUDW_5_14_h,Males_55_64_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6565,M_55_64y_DUDW_15_29_h,Males_55_64_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6566,M_55_64y_DUDW_30_h_mo,Males_55_64_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6567,M_55_64y_DNUDW,Males_55_64_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6568,M_55_64y_UDW_NS,Males_55_64_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6569,M_55_64y_Total,Males_55_64_years_Total,G20A,G20,Total|MALES +G6570,M_65_74y_DUDW_LT_5_h,Males_65_74_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6571,M_65_74y_DUDW_5_14_h,Males_65_74_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6572,M_65_74y_DUDW_15_29_h,Males_65_74_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6573,M_65_74y_DUDW_30_h_mo,Males_65_74_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6574,M_65_74y_DNUDW,Males_65_74_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6575,M_65_74y_UDW_NS,Males_65_74_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6576,M_65_74y_Total,Males_65_74_years_Total,G20A,G20,Total|MALES +G6577,M_75_84y_DUDW_LT_5_h,Males_75_84_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6578,M_75_84y_DUDW_5_14_h,Males_75_84_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6579,M_75_84y_DUDW_15_29_h,Males_75_84_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6580,M_75_84y_DUDW_30_h_mo,Males_75_84_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6581,M_75_84y_DNUDW,Males_75_84_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6582,M_75_84y_UDW_NS,Males_75_84_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6583,M_75_84y_Total,Males_75_84_years_Total,G20A,G20,Total|MALES +G6584,M_85y_ov_DUDW_LT_5_h,Males_85_years_and_over_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6585,M_85y_ov_DUDW_5_14_h,Males_85_years_and_over_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6586,M_85y_ov_DUDW_15_29_h,Males_85_years_and_over_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6587,M_85y_ov_DUDW_30_h_mo,Males_85_years_and_over_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6588,M_85y_ov_DNUDW,Males_85_years_and_over_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6589,M_85y_ov_UDW_NS,Males_85_years_and_over_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6590,M_85y_ov_Total,Males_85_years_and_over_Total,G20A,G20,Total|MALES +G6591,M_Tot_DUDW_LT_5_h,Males_Total_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|MALES +G6592,M_Tot_DUDW_5_14_h,Males_Total_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|MALES +G6593,M_Tot_DUDW_15_29_h,Males_Total_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|MALES +G6594,M_Tot_DUDW_30_h_mo,Males_Total_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|MALES +G6595,M_Tot_DNUDW,Males_Total_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|MALES +G6596,M_Tot_UDW_NS,Males_Total_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|MALES +G6597,M_Tot_Total,Males_Total_Total,G20A,G20,Total|MALES +G6598,F_15_19y_DUDW_LT_5_h,Females_15_19_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6599,F_15_19y_DUDW_5_14_h,Females_15_19_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6600,F_15_19y_DUDW_15_29_h,Females_15_19_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6601,F_15_19y_DUDW_30_h_mo,Females_15_19_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6602,F_15_19y_DNUDW,Females_15_19_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6603,F_15_19y_UDW_NS,Females_15_19_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6604,F_15_19y_Total,Females_15_19_years_Total,G20A,G20,Total|FEMALES +G6605,F_20_24y_DUDW_LT_5_h,Females_20_24_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6606,F_20_24y_DUDW_5_14_h,Females_20_24_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6607,F_20_24y_DUDW_15_29_h,Females_20_24_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6608,F_20_24y_DUDW_30_h_mo,Females_20_24_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6609,F_20_24y_DNUDW,Females_20_24_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6610,F_20_24y_UDW_NS,Females_20_24_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6611,F_20_24y_Total,Females_20_24_years_Total,G20A,G20,Total|FEMALES +G6612,F_25_34y_DUDW_LT_5_h,Females_25_34_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6613,F_25_34y_DUDW_5_14_h,Females_25_34_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6614,F_25_34y_DUDW_15_29_h,Females_25_34_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6615,F_25_34y_DUDW_30_h_mo,Females_25_34_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6616,F_25_34y_DNUDW,Females_25_34_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6617,F_25_34y_UDW_NS,Females_25_34_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6618,F_25_34y_Total,Females_25_34_years_Total,G20A,G20,Total|FEMALES +G6619,F_35_44y_DUDW_LT_5_h,Females_35_44_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6620,F_35_44y_DUDW_5_14_h,Females_35_44_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6621,F_35_44y_DUDW_15_29_h,Females_35_44_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6622,F_35_44y_DUDW_30_h_mo,Females_35_44_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6623,F_35_44y_DNUDW,Females_35_44_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6624,F_35_44y_UDW_NS,Females_35_44_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6625,F_35_44y_Total,Females_35_44_years_Total,G20A,G20,Total|FEMALES +G6626,F_45_54y_DUDW_LT_5_h,Females_45_54_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6627,F_45_54y_DUDW_5_14_h,Females_45_54_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6628,F_45_54y_DUDW_15_29_h,Females_45_54_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6629,F_45_54y_DUDW_30_h_mo,Females_45_54_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6630,F_45_54y_DNUDW,Females_45_54_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6631,F_45_54y_UDW_NS,Females_45_54_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6632,F_45_54y_Total,Females_45_54_years_Total,G20A,G20,Total|FEMALES +G6633,F_55_64y_DUDW_LT_5_h,Females_55_64_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6634,F_55_64y_DUDW_5_14_h,Females_55_64_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6635,F_55_64y_DUDW_15_29_h,Females_55_64_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6636,F_55_64y_DUDW_30_h_mo,Females_55_64_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6637,F_55_64y_DNUDW,Females_55_64_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6638,F_55_64y_UDW_NS,Females_55_64_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6639,F_55_64y_Total,Females_55_64_years_Total,G20A,G20,Total|FEMALES +G6640,F_65_74y_DUDW_LT_5_h,Females_65_74_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6641,F_65_74y_DUDW_5_14_h,Females_65_74_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6642,F_65_74y_DUDW_15_29_h,Females_65_74_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6643,F_65_74y_DUDW_30_h_mo,Females_65_74_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6644,F_65_74y_DNUDW,Females_65_74_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6645,F_65_74y_UDW_NS,Females_65_74_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6646,F_65_74y_Total,Females_65_74_years_Total,G20A,G20,Total|FEMALES +G6647,F_75_84y_DUDW_LT_5_h,Females_75_84_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6648,F_75_84y_DUDW_5_14_h,Females_75_84_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6649,F_75_84y_DUDW_15_29_h,Females_75_84_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6650,F_75_84y_DUDW_30_h_mo,Females_75_84_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6651,F_75_84y_DNUDW,Females_75_84_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6652,F_75_84y_UDW_NS,Females_75_84_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6653,F_75_84y_Total,Females_75_84_years_Total,G20A,G20,Total|FEMALES +G6654,F_85y_ov_DUDW_LT_5_h,Females_85_years_and_over_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6655,F_85y_ov_DUDW_5_14_h,Females_85_years_and_over_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6656,F_85y_ov_DUDW_15_29_h,Females_85_years_and_over_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6657,F_85y_ov_DUDW_30_h_mo,Females_85_years_and_over_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6658,F_85y_ov_DNUDW,Females_85_years_and_over_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6659,F_85y_ov_UDW_NS,Females_85_years_and_over_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6660,F_85y_ov_Total,Females_85_years_and_over_Total,G20A,G20,Total|FEMALES +G6661,F_Tot_DUDW_LT_5_h,Females_Total_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|FEMALES +G6662,F_Tot_DUDW_5_14_h,Females_Total_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|FEMALES +G6663,F_Tot_DUDW_15_29_h,Females_Total_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|FEMALES +G6664,F_Tot_DUDW_30_h_mo,Females_Total_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|FEMALES +G6665,F_Tot_DNUDW,Females_Total_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|FEMALES +G6666,F_Tot_UDW_NS,Females_Total_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|FEMALES +G6667,F_Tot_Total,Females_Total_Total,G20A,G20,Total|FEMALES +G6668,P_15_19y_DUDW_LT_5_h,Persons_15_19_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6669,P_15_19y_DUDW_5_14_h,Persons_15_19_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6670,P_15_19y_DUDW_15_29_h,Persons_15_19_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6671,P_15_19y_DUDW_30_h_mo,Persons_15_19_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6672,P_15_19y_DNUDW,Persons_15_19_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|PERSONS +G6673,P_15_19y_UDW_NS,Persons_15_19_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|PERSONS +G6674,P_15_19y_Total,Persons_15_19_years_Total,G20A,G20,Total|PERSONS +G6675,P_20_24y_DUDW_LT_5_h,Persons_20_24_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6676,P_20_24y_DUDW_5_14_h,Persons_20_24_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6677,P_20_24y_DUDW_15_29_h,Persons_20_24_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6678,P_20_24y_DUDW_30_h_mo,Persons_20_24_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6679,P_20_24y_DNUDW,Persons_20_24_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|PERSONS +G6680,P_20_24y_UDW_NS,Persons_20_24_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|PERSONS +G6681,P_20_24y_Total,Persons_20_24_years_Total,G20A,G20,Total|PERSONS +G6682,P_25_34y_DUDW_LT_5_h,Persons_25_34_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6683,P_25_34y_DUDW_5_14_h,Persons_25_34_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6684,P_25_34y_DUDW_15_29_h,Persons_25_34_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6685,P_25_34y_DUDW_30_h_mo,Persons_25_34_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6686,P_25_34y_DNUDW,Persons_25_34_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|PERSONS +G6687,P_25_34y_UDW_NS,Persons_25_34_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|PERSONS +G6688,P_25_34y_Total,Persons_25_34_years_Total,G20A,G20,Total|PERSONS +G6689,P_35_44y_DUDW_LT_5_h,Persons_35_44_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6690,P_35_44y_DUDW_5_14_h,Persons_35_44_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6691,P_35_44y_DUDW_15_29_h,Persons_35_44_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6692,P_35_44y_DUDW_30_h_mo,Persons_35_44_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6693,P_35_44y_DNUDW,Persons_35_44_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|PERSONS +G6694,P_35_44y_UDW_NS,Persons_35_44_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|PERSONS +G6695,P_35_44y_Total,Persons_35_44_years_Total,G20A,G20,Total|PERSONS +G6696,P_45_54y_DUDW_LT_5_h,Persons_45_54_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6697,P_45_54y_DUDW_5_14_h,Persons_45_54_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6698,P_45_54y_DUDW_15_29_h,Persons_45_54_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6699,P_45_54y_DUDW_30_h_mo,Persons_45_54_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6700,P_45_54y_DNUDW,Persons_45_54_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|PERSONS +G6701,P_45_54y_UDW_NS,Persons_45_54_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|PERSONS +G6702,P_45_54y_Total,Persons_45_54_years_Total,G20A,G20,Total|PERSONS +G6703,P_55_64y_DUDW_LT_5_h,Persons_55_64_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6704,P_55_64y_DUDW_5_14_h,Persons_55_64_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6705,P_55_64y_DUDW_15_29_h,Persons_55_64_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6706,P_55_64y_DUDW_30_h_mo,Persons_55_64_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6707,P_55_64y_DNUDW,Persons_55_64_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|PERSONS +G6708,P_55_64y_UDW_NS,Persons_55_64_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|PERSONS +G6709,P_55_64y_Total,Persons_55_64_years_Total,G20A,G20,Total|PERSONS +G6710,P_65_74y_DUDW_LT_5_h,Persons_65_74_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6711,P_65_74y_DUDW_5_14_h,Persons_65_74_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6712,P_65_74y_DUDW_15_29_h,Persons_65_74_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6713,P_65_74y_DUDW_30_h_mo,Persons_65_74_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6714,P_65_74y_DNUDW,Persons_65_74_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|PERSONS +G6715,P_65_74y_UDW_NS,Persons_65_74_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|PERSONS +G6716,P_65_74y_Total,Persons_65_74_years_Total,G20A,G20,Total|PERSONS +G6717,P_75_84y_DUDW_LT_5_h,Persons_75_84_years_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6718,P_75_84y_DUDW_5_14_h,Persons_75_84_years_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6719,P_75_84y_DUDW_15_29_h,Persons_75_84_years_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6720,P_75_84y_DUDW_30_h_mo,Persons_75_84_years_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6721,P_75_84y_DNUDW,Persons_75_84_years_Did_no_unpaid_domestic_work,G20A,G20,Did no unpaid domestic work|PERSONS +G6722,P_75_84y_UDW_NS,Persons_75_84_years_Unpaid_domestic_work_not_stated,G20A,G20,Unpaid domestic work not stated|PERSONS +G6723,P_75_84y_Total,Persons_75_84_years_Total,G20A,G20,Total|PERSONS +G6724,P_85y_ov_DUDW_LT_5_h,Persons_85_years_and_over_Did_unpaid_domestic_work_Less_than_5_hours,G20A,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6725,P_85y_ov_DUDW_5_14_h,Persons_85_years_and_over_Did_unpaid_domestic_work_5_14_hours,G20A,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6726,P_85y_ov_DUDW_15_29_h,Persons_85_years_and_over_Did_unpaid_domestic_work_15_29_hours,G20A,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6727,P_85y_ov_DUDW_30_h_mo,Persons_85_years_and_over_Did_unpaid_domestic_work_30_hours_or_more,G20A,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6728,P_85y_ov_DNUDW,Persons_85_years_and_over_Did_no_unpaid_domestic_work,G20B,G20,Did no unpaid domestic work|PERSONS +G6729,P_85y_ov_UDW_NS,Persons_85_years_and_over_Unpaid_domestic_work_not_stated,G20B,G20,Unpaid domestic work not stated|PERSONS +G6730,P_85y_ov_Total,Persons_85_years_and_over_Total,G20B,G20,Total|PERSONS +G6731,P_Tot_DUDW_LT_5_h,Persons_Total_Did_unpaid_domestic_work_Less_than_5_hours,G20B,G20,Did unpaid domestic work: Less than 5 hours|PERSONS +G6732,P_Tot_DUDW_5_14_h,Persons_Total_Did_unpaid_domestic_work_5_14_hours,G20B,G20,Did unpaid domestic work: 5-14 hours|PERSONS +G6733,P_Tot_DUDW_15_29_h,Persons_Total_Did_unpaid_domestic_work_15_29_hours,G20B,G20,Did unpaid domestic work: 15-29 hours|PERSONS +G6734,P_Tot_DUDW_30_h_mo,Persons_Total_Did_unpaid_domestic_work_30_hours_or_more,G20B,G20,Did unpaid domestic work: 30 hours or more|PERSONS +G6735,P_Tot_DNUDW,Persons_Total_Did_no_unpaid_domestic_work,G20B,G20,Did no unpaid domestic work|PERSONS +G6736,P_Tot_UDW_NS,Persons_Total_Unpaid_domestic_work_not_stated,G20B,G20,Unpaid domestic work not stated|PERSONS +G6737,P_Tot_Total,Persons_Total_Total,G20B,G20,Total|PERSONS +G6738,M_15_19_Prvided_unpaid_assist,Males_15_19_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6739,M_15_19_No_unpad_asst_prvided,Males_15_19_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6740,M_15_19_Unpaid_assist_ns,Males_15_19_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6741,M_15_19_Tot,Males_15_19_years_Total,G21,G21,Total|MALES +G6742,M_20_24_Prvided_unpaid_assist,Males_20_24_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6743,M_20_24_No_unpad_asst_prvided,Males_20_24_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6744,M_20_24_Unpaid_assist_ns,Males_20_24_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6745,M_20_24_Tot,Males_20_24_years_Total,G21,G21,Total|MALES +G6746,M_25_34_Prvided_unpaid_assist,Males_25_34_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6747,M_25_34_No_unpad_asst_prvided,Males_25_34_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6748,M_25_34_Unpaid_assist_ns,Males_25_34_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6749,M_25_34_Tot,Males_25_34_years_Total,G21,G21,Total|MALES +G6750,M_35_44_Prvided_unpaid_assist,Males_35_44_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6751,M_35_44_No_unpad_asst_prvided,Males_35_44_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6752,M_35_44_Unpaid_assist_ns,Males_35_44_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6753,M_35_44_Tot,Males_35_44_years_Total,G21,G21,Total|MALES +G6754,M_45_54_Prvided_unpaid_assist,Males_45_54_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6755,M_45_54_No_unpad_asst_prvided,Males_45_54_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6756,M_45_54_Unpaid_assist_ns,Males_45_54_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6757,M_45_54_Tot,Males_45_54_years_Total,G21,G21,Total|MALES +G6758,M_55_64_Prvided_unpaid_assist,Males_55_64_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6759,M_55_64_No_unpad_asst_prvided,Males_55_64_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6760,M_55_64_Unpaid_assist_ns,Males_55_64_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6761,M_55_64_Tot,Males_55_64_years_Total,G21,G21,Total|MALES +G6762,M_65_74_Prvided_unpaid_assist,Males_65_74_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6763,M_65_74_No_unpad_asst_prvided,Males_65_74_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6764,M_65_74_Unpaid_assist_ns,Males_65_74_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6765,M_65_74_Tot,Males_65_74_years_Total,G21,G21,Total|MALES +G6766,M_75_84_Prvided_unpaid_assist,Males_75_84_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6767,M_75_84_No_unpad_asst_prvided,Males_75_84_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6768,M_75_84_Unpaid_assist_ns,Males_75_84_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6769,M_75_84_Tot,Males_75_84_years_Total,G21,G21,Total|MALES +G6770,M_85_ov_Prvided_unpaid_assist,Males_85_years_and_over_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6771,M_85_ov_No_unpad_asst_prvided,Males_85_years_and_over_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6772,M_85_ov_Unpaid_assist_ns,Males_85_years_and_over_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6773,M_85_ov_Tot,Males_85_years_and_over_Total,G21,G21,Total|MALES +G6774,M_Tot_prvided_unpaid_assist,Males_Total_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|MALES +G6775,M_Tot_No_unpaid_asst_prvided,Males_Total_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|MALES +G6776,M_Tot_Unpaid_assist_ns,Males_Total_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|MALES +G6777,M_Tot_Tot,Males_Total_Total,G21,G21,Total|MALES +G6778,F_15_19_Prvided_unpaid_assist,Females_15_19_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6779,F_15_19_No_unpad_asst_prvided,Females_15_19_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6780,F_15_19_Unpaid_assist_ns,Females_15_19_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6781,F_15_19_Tot,Females_15_19_years_Total,G21,G21,Total|FEMALES +G6782,F_20_24_Prvided_unpaid_assist,Females_20_24_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6783,F_20_24_No_unpad_asst_prvided,Females_20_24_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6784,F_20_24_Unpaid_assist_ns,Females_20_24_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6785,F_20_24_Tot,Females_20_24_years_Total,G21,G21,Total|FEMALES +G6786,F_25_34_Prvided_unpaid_assist,Females_25_34_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6787,F_25_34_No_unpad_asst_prvided,Females_25_34_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6788,F_25_34_Unpaid_assist_ns,Females_25_34_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6789,F_25_34_Tot,Females_25_34_years_Total,G21,G21,Total|FEMALES +G6790,F_35_44_Prvided_unpaid_assist,Females_35_44_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6791,F_35_44_No_unpad_asst_prvided,Females_35_44_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6792,F_35_44_Unpaid_assist_ns,Females_35_44_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6793,F_35_44_Tot,Females_35_44_years_Total,G21,G21,Total|FEMALES +G6794,F_45_54_Prvided_unpaid_assist,Females_45_54_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6795,F_45_54_No_unpad_asst_prvided,Females_45_54_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6796,F_45_54_Unpaid_assist_ns,Females_45_54_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6797,F_45_54_Tot,Females_45_54_years_Total,G21,G21,Total|FEMALES +G6798,F_55_64_Prvided_unpaid_assist,Females_55_64_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6799,F_55_64_No_unpad_asst_prvided,Females_55_64_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6800,F_55_64_Unpaid_assist_ns,Females_55_64_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6801,F_55_64_Tot,Females_55_64_years_Total,G21,G21,Total|FEMALES +G6802,F_65_74_Prvided_unpaid_assist,Females_65_74_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6803,F_65_74_No_unpad_asst_prvided,Females_65_74_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6804,F_65_74_Unpaid_assist_ns,Females_65_74_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6805,F_65_74_Tot,Females_65_74_years_Total,G21,G21,Total|FEMALES +G6806,F_75_84_Prvided_unpaid_assist,Females_75_84_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6807,F_75_84_No_unpad_asst_prvided,Females_75_84_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6808,F_75_84_Unpaid_assist_ns,Females_75_84_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6809,F_75_84_Tot,Females_75_84_years_Total,G21,G21,Total|FEMALES +G6810,F_85_ov_Prvided_unpaid_assist,Females_85_years_and_over_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6811,F_85_ov_No_unpad_asst_prvided,Females_85_years_and_over_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6812,F_85_ov_Unpaid_assist_ns,Females_85_years_and_over_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6813,F_85_ov_Tot,Females_85_years_and_over_Total,G21,G21,Total|FEMALES +G6814,F_Tot_prvided_unpaid_assist,Females_Total_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|FEMALES +G6815,F_Tot_No_unpaid_asst_prvided,Females_Total_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|FEMALES +G6816,F_Tot_Unpaid_assist_ns,Females_Total_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|FEMALES +G6817,F_Tot_Tot,Females_Total_Total,G21,G21,Total|FEMALES +G6818,P_15_19_Prvided_unpaid_assist,Persons_15_19_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6819,P_15_19_No_unpad_asst_prvided,Persons_15_19_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6820,P_15_19_Unpaid_assist_ns,Persons_15_19_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6821,P_15_19_Tot,Persons_15_19_years_Total,G21,G21,Total|PERSONS +G6822,P_20_24_Prvided_unpaid_assist,Persons_20_24_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6823,P_20_24_No_unpad_asst_prvided,Persons_20_24_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6824,P_20_24_Unpaid_assist_ns,Persons_20_24_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6825,P_20_24_Tot,Persons_20_24_years_Total,G21,G21,Total|PERSONS +G6826,P_25_34_Prvided_unpaid_assist,Persons_25_34_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6827,P_25_34_No_unpad_asst_prvided,Persons_25_34_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6828,P_25_34_Unpaid_assist_ns,Persons_25_34_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6829,P_25_34_Tot,Persons_25_34_years_Total,G21,G21,Total|PERSONS +G6830,P_35_44_Prvided_unpaid_assist,Persons_35_44_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6831,P_35_44_No_unpad_asst_prvided,Persons_35_44_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6832,P_35_44_Unpaid_assist_ns,Persons_35_44_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6833,P_35_44_Tot,Persons_35_44_years_Total,G21,G21,Total|PERSONS +G6834,P_45_54_Prvided_unpaid_assist,Persons_45_54_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6835,P_45_54_No_unpad_asst_prvided,Persons_45_54_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6836,P_45_54_Unpaid_assist_ns,Persons_45_54_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6837,P_45_54_Tot,Persons_45_54_years_Total,G21,G21,Total|PERSONS +G6838,P_55_64_Prvided_unpaid_assist,Persons_55_64_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6839,P_55_64_No_unpad_asst_prvided,Persons_55_64_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6840,P_55_64_Unpaid_assist_ns,Persons_55_64_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6841,P_55_64_Tot,Persons_55_64_years_Total,G21,G21,Total|PERSONS +G6842,P_65_74_Prvided_unpaid_assist,Persons_65_74_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6843,P_65_74_No_unpad_asst_prvided,Persons_65_74_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6844,P_65_74_Unpaid_assist_ns,Persons_65_74_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6845,P_65_74_Tot,Persons_65_74_years_Total,G21,G21,Total|PERSONS +G6846,P_75_84_Prvided_unpaid_assist,Persons_75_84_years_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6847,P_75_84_No_unpad_asst_prvided,Persons_75_84_years_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6848,P_75_84_Unpaid_assist_ns,Persons_75_84_years_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6849,P_75_84_Tot,Persons_75_84_years_Total,G21,G21,Total|PERSONS +G6850,P_85_ov_Prvided_unpaid_assist,Persons_85_years_and_over_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6851,P_85_ov_No_unpad_asst_prvided,Persons_85_years_and_over_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6852,P_85_ov_Unpaid_assist_ns,Persons_85_years_and_over_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6853,P_85_ov_Tot,Persons_85_years_and_over_Total,G21,G21,Total|PERSONS +G6854,P_Tot_prvided_unpaid_assist,Persons_Total_Provided_unpaid_assistance,G21,G21,Provided unpaid assistance|PERSONS +G6855,P_Tot_No_unpaid_asst_prvided,Persons_Total_No_unpaid_assistance_provided,G21,G21,No unpaid assistance provided|PERSONS +G6856,P_Tot_Unpaid_assist_ns,Persons_Total_Unpaid_assistance_not_stated,G21,G21,Unpaid assistance not stated|PERSONS +G6857,P_Tot_Tot,Persons_Total_Total,G21,G21,Total|PERSONS +G6858,M_15_19_CF_Own_CCO,Males_15_19_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6859,M_15_19_CF_Oth_CCO,Males_15_19_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6860,M_15_19_CF_Own_CC_Oth_CC,Males_15_19_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6861,M_15_19_CF_Total,Males_15_19_years_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6862,M_15_19_DNPCC,Males_15_19_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6863,M_15_19_UCC_NS,Males_15_19_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6864,M_15_19_Total,Males_15_19_years_Total,G22A,G22,Total|MALES +G6865,M_20_24_CF_Own_CCO,Males_20_24_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6866,M_20_24_CF_Oth_CCO,Males_20_24_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6867,M_20_24_CF_Own_CC_Oth_CC,Males_20_24_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6868,M_20_24_CF_Total,Males_20_24_years_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6869,M_20_24_DNPCC,Males_20_24_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6870,M_20_24_UCC_NS,Males_20_24_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6871,M_20_24_Total,Males_20_24_years_Total,G22A,G22,Total|MALES +G6872,M_25_34_CF_Own_CCO,Males_25_34_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6873,M_25_34_CF_Oth_CCO,Males_25_34_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6874,M_25_34_CF_Own_CC_Oth_CC,Males_25_34_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6875,M_25_34_CF_Total,Males_25_34_years_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6876,M_25_34_DNPCC,Males_25_34_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6877,M_25_34_UCC_NS,Males_25_34_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6878,M_25_34_Total,Males_25_34_years_Total,G22A,G22,Total|MALES +G6879,M_35_44_CF_Own_CCO,Males_35_44_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6880,M_35_44_CF_Oth_CCO,Males_35_44_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6881,M_35_44_CF_Own_CC_Oth_CC,Males_35_44_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6882,M_35_44_CF_Total,Males_35_44_years_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6883,M_35_44_DNPCC,Males_35_44_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6884,M_35_44_UCC_NS,Males_35_44_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6885,M_35_44_Total,Males_35_44_years_Total,G22A,G22,Total|MALES +G6886,M_45_54_CF_Own_CCO,Males_45_54_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6887,M_45_54_CF_Oth_CCO,Males_45_54_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6888,M_45_54_CF_Own_CC_Oth_CC,Males_45_54_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6889,M_45_54_CF_Total,Males_45_54_years_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6890,M_45_54_DNPCC,Males_45_54_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6891,M_45_54_UCC_NS,Males_45_54_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6892,M_45_54_Total,Males_45_54_years_Total,G22A,G22,Total|MALES +G6893,M_55_64_CF_Own_CCO,Males_55_64_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6894,M_55_64_CF_Oth_CCO,Males_55_64_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6895,M_55_64_CF_Own_CC_Oth_CC,Males_55_64_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6896,M_55_64_CF_Total,Males_55_64_years_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6897,M_55_64_DNPCC,Males_55_64_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6898,M_55_64_UCC_NS,Males_55_64_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6899,M_55_64_Total,Males_55_64_years_Total,G22A,G22,Total|MALES +G6900,M_65_74_CF_Own_CCO,Males_65_74_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6901,M_65_74_CF_Oth_CCO,Males_65_74_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6902,M_65_74_CF_Own_CC_Oth_CC,Males_65_74_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6903,M_65_74_CF_Total,Males_65_74_years_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6904,M_65_74_DNPCC,Males_65_74_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6905,M_65_74_UCC_NS,Males_65_74_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6906,M_65_74_Total,Males_65_74_years_Total,G22A,G22,Total|MALES +G6907,M_75_84_CF_Own_CCO,Males_75_84_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6908,M_75_84_CF_Oth_CCO,Males_75_84_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6909,M_75_84_CF_Own_CC_Oth_CC,Males_75_84_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6910,M_75_84_CF_Total,Males_75_84_years_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6911,M_75_84_DNPCC,Males_75_84_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6912,M_75_84_UCC_NS,Males_75_84_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6913,M_75_84_Total,Males_75_84_years_Total,G22A,G22,Total|MALES +G6914,M_85ov_CF_Own_CCO,Males_85_years_and_over_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6915,M_85ov_CF_Oth_CCO,Males_85_years_and_over_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6916,M_85ov_CF_Own_CC_Oth_CC,Males_85_years_and_over_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6917,M_85ov_CF_Total,Males_85_years_and_over_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6918,M_85ov_DNPCC,Males_85_years_and_over_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6919,M_85ov_UCC_NS,Males_85_years_and_over_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6920,M_85ov_Total,Males_85_years_and_over_Total,G22A,G22,Total|MALES +G6921,M_Tot_CF_Own_CCO,Males_Total_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|MALES +G6922,M_Tot_CF_Oth_CCO,Males_Total_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|MALES +G6923,M_Tot_CF_Own_CC_Oth_CC,Males_Total_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|MALES +G6924,M_Tot_CF_Total,Males_Total_Cared_for_Total,G22A,G22,Cared for: Total|MALES +G6925,M_Tot_DNPCC,Males_Total_Did_not_provide_child_care,G22A,G22,Did not provide child care|MALES +G6926,M_Tot_UCC_NS,Males_Total_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|MALES +G6927,M_Tot_Total,Males_Total_Total,G22A,G22,Total|MALES +G6928,F_15_19_CF_Own_CCO,Females_15_19_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6929,F_15_19_CF_Oth_CCO,Females_15_19_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6930,F_15_19_CF_Own_CC_Oth_CC,Females_15_19_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6931,F_15_19_CF_Total,Females_15_19_years_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6932,F_15_19_DNPCC,Females_15_19_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6933,F_15_19_UCC_NS,Females_15_19_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6934,F_15_19_Total,Females_15_19_years_Total,G22A,G22,Total|FEMALES +G6935,F_20_24_CF_Own_CCO,Females_20_24_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6936,F_20_24_CF_Oth_CCO,Females_20_24_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6937,F_20_24_CF_Own_CC_Oth_CC,Females_20_24_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6938,F_20_24_CF_Total,Females_20_24_years_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6939,F_20_24_DNPCC,Females_20_24_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6940,F_20_24_UCC_NS,Females_20_24_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6941,F_20_24_Total,Females_20_24_years_Total,G22A,G22,Total|FEMALES +G6942,F_25_34_CF_Own_CCO,Females_25_34_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6943,F_25_34_CF_Oth_CCO,Females_25_34_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6944,F_25_34_CF_Own_CC_Oth_CC,Females_25_34_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6945,F_25_34_CF_Total,Females_25_34_years_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6946,F_25_34_DNPCC,Females_25_34_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6947,F_25_34_UCC_NS,Females_25_34_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6948,F_25_34_Total,Females_25_34_years_Total,G22A,G22,Total|FEMALES +G6949,F_35_44_CF_Own_CCO,Females_35_44_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6950,F_35_44_CF_Oth_CCO,Females_35_44_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6951,F_35_44_CF_Own_CC_Oth_CC,Females_35_44_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6952,F_35_44_CF_Total,Females_35_44_years_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6953,F_35_44_DNPCC,Females_35_44_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6954,F_35_44_UCC_NS,Females_35_44_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6955,F_35_44_Total,Females_35_44_years_Total,G22A,G22,Total|FEMALES +G6956,F_45_54_CF_Own_CCO,Females_45_54_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6957,F_45_54_CF_Oth_CCO,Females_45_54_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6958,F_45_54_CF_Own_CC_Oth_CC,Females_45_54_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6959,F_45_54_CF_Total,Females_45_54_years_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6960,F_45_54_DNPCC,Females_45_54_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6961,F_45_54_UCC_NS,Females_45_54_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6962,F_45_54_Total,Females_45_54_years_Total,G22A,G22,Total|FEMALES +G6963,F_55_64_CF_Own_CCO,Females_55_64_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6964,F_55_64_CF_Oth_CCO,Females_55_64_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6965,F_55_64_CF_Own_CC_Oth_CC,Females_55_64_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6966,F_55_64_CF_Total,Females_55_64_years_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6967,F_55_64_DNPCC,Females_55_64_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6968,F_55_64_UCC_NS,Females_55_64_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6969,F_55_64_Total,Females_55_64_years_Total,G22A,G22,Total|FEMALES +G6970,F_65_74_CF_Own_CCO,Females_65_74_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6971,F_65_74_CF_Oth_CCO,Females_65_74_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6972,F_65_74_CF_Own_CC_Oth_CC,Females_65_74_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6973,F_65_74_CF_Total,Females_65_74_years_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6974,F_65_74_DNPCC,Females_65_74_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6975,F_65_74_UCC_NS,Females_65_74_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6976,F_65_74_Total,Females_65_74_years_Total,G22A,G22,Total|FEMALES +G6977,F_75_84_CF_Own_CCO,Females_75_84_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6978,F_75_84_CF_Oth_CCO,Females_75_84_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6979,F_75_84_CF_Own_CC_Oth_CC,Females_75_84_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6980,F_75_84_CF_Total,Females_75_84_years_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6981,F_75_84_DNPCC,Females_75_84_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6982,F_75_84_UCC_NS,Females_75_84_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6983,F_75_84_Total,Females_75_84_years_Total,G22A,G22,Total|FEMALES +G6984,F_85ov_CF_Own_CCO,Females_85_years_and_over_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6985,F_85ov_CF_Oth_CCO,Females_85_years_and_over_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6986,F_85ov_CF_Own_CC_Oth_CC,Females_85_years_and_over_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6987,F_85ov_CF_Total,Females_85_years_and_over_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6988,F_85ov_DNPCC,Females_85_years_and_over_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6989,F_85ov_UCC_NS,Females_85_years_and_over_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6990,F_85ov_Total,Females_85_years_and_over_Total,G22A,G22,Total|FEMALES +G6991,F_Tot_CF_Own_CCO,Females_Total_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|FEMALES +G6992,F_Tot_CF_Oth_CCO,Females_Total_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|FEMALES +G6993,F_Tot_CF_Own_CC_Oth_CC,Females_Total_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|FEMALES +G6994,F_Tot_CF_Total,Females_Total_Cared_for_Total,G22A,G22,Cared for: Total|FEMALES +G6995,F_Tot_DNPCC,Females_Total_Did_not_provide_child_care,G22A,G22,Did not provide child care|FEMALES +G6996,F_Tot_UCC_NS,Females_Total_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|FEMALES +G6997,F_Tot_Total,Females_Total_Total,G22A,G22,Total|FEMALES +G6998,P_15_19_CF_Own_CCO,Persons_15_19_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G6999,P_15_19_CF_Oth_CCO,Persons_15_19_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7000,P_15_19_CF_Own_CC_Oth_CC,Persons_15_19_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7001,P_15_19_CF_Total,Persons_15_19_years_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7002,P_15_19_DNPCC,Persons_15_19_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|PERSONS +G7003,P_15_19_UCC_NS,Persons_15_19_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|PERSONS +G7004,P_15_19_Total,Persons_15_19_years_Total,G22A,G22,Total|PERSONS +G7005,P_20_24_CF_Own_CCO,Persons_20_24_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G7006,P_20_24_CF_Oth_CCO,Persons_20_24_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7007,P_20_24_CF_Own_CC_Oth_CC,Persons_20_24_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7008,P_20_24_CF_Total,Persons_20_24_years_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7009,P_20_24_DNPCC,Persons_20_24_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|PERSONS +G7010,P_20_24_UCC_NS,Persons_20_24_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|PERSONS +G7011,P_20_24_Total,Persons_20_24_years_Total,G22A,G22,Total|PERSONS +G7012,P_25_34_CF_Own_CCO,Persons_25_34_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G7013,P_25_34_CF_Oth_CCO,Persons_25_34_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7014,P_25_34_CF_Own_CC_Oth_CC,Persons_25_34_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7015,P_25_34_CF_Total,Persons_25_34_years_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7016,P_25_34_DNPCC,Persons_25_34_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|PERSONS +G7017,P_25_34_UCC_NS,Persons_25_34_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|PERSONS +G7018,P_25_34_Total,Persons_25_34_years_Total,G22A,G22,Total|PERSONS +G7019,P_35_44_CF_Own_CCO,Persons_35_44_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G7020,P_35_44_CF_Oth_CCO,Persons_35_44_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7021,P_35_44_CF_Own_CC_Oth_CC,Persons_35_44_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7022,P_35_44_CF_Total,Persons_35_44_years_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7023,P_35_44_DNPCC,Persons_35_44_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|PERSONS +G7024,P_35_44_UCC_NS,Persons_35_44_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|PERSONS +G7025,P_35_44_Total,Persons_35_44_years_Total,G22A,G22,Total|PERSONS +G7026,P_45_54_CF_Own_CCO,Persons_45_54_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G7027,P_45_54_CF_Oth_CCO,Persons_45_54_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7028,P_45_54_CF_Own_CC_Oth_CC,Persons_45_54_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7029,P_45_54_CF_Total,Persons_45_54_years_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7030,P_45_54_DNPCC,Persons_45_54_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|PERSONS +G7031,P_45_54_UCC_NS,Persons_45_54_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|PERSONS +G7032,P_45_54_Total,Persons_45_54_years_Total,G22A,G22,Total|PERSONS +G7033,P_55_64_CF_Own_CCO,Persons_55_64_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G7034,P_55_64_CF_Oth_CCO,Persons_55_64_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7035,P_55_64_CF_Own_CC_Oth_CC,Persons_55_64_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7036,P_55_64_CF_Total,Persons_55_64_years_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7037,P_55_64_DNPCC,Persons_55_64_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|PERSONS +G7038,P_55_64_UCC_NS,Persons_55_64_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|PERSONS +G7039,P_55_64_Total,Persons_55_64_years_Total,G22A,G22,Total|PERSONS +G7040,P_65_74_CF_Own_CCO,Persons_65_74_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G7041,P_65_74_CF_Oth_CCO,Persons_65_74_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7042,P_65_74_CF_Own_CC_Oth_CC,Persons_65_74_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7043,P_65_74_CF_Total,Persons_65_74_years_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7044,P_65_74_DNPCC,Persons_65_74_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|PERSONS +G7045,P_65_74_UCC_NS,Persons_65_74_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|PERSONS +G7046,P_65_74_Total,Persons_65_74_years_Total,G22A,G22,Total|PERSONS +G7047,P_75_84_CF_Own_CCO,Persons_75_84_years_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G7048,P_75_84_CF_Oth_CCO,Persons_75_84_years_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7049,P_75_84_CF_Own_CC_Oth_CC,Persons_75_84_years_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7050,P_75_84_CF_Total,Persons_75_84_years_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7051,P_75_84_DNPCC,Persons_75_84_years_Did_not_provide_child_care,G22A,G22,Did not provide child care|PERSONS +G7052,P_75_84_UCC_NS,Persons_75_84_years_Unpaid_child_care_not_stated,G22A,G22,Unpaid child care not stated|PERSONS +G7053,P_75_84_Total,Persons_75_84_years_Total,G22A,G22,Total|PERSONS +G7054,P_85ov_CF_Own_CCO,Persons_85_years_and_over_Cared_for_Own_child_children_only,G22A,G22,Cared for: Own child/children only|PERSONS +G7055,P_85ov_CF_Oth_CCO,Persons_85_years_and_over_Cared_for_Other_child_children_only,G22A,G22,Cared for: Other child/children only|PERSONS +G7056,P_85ov_CF_Own_CC_Oth_CC,Persons_85_years_and_over_Cared_for_Own_child_children_and_other_child_children,G22A,G22,Cared for: Own child/children and other child/children|PERSONS +G7057,P_85ov_CF_Total,Persons_85_years_and_over_Cared_for_Total,G22A,G22,Cared for: Total|PERSONS +G7058,P_85ov_DNPCC,Persons_85_years_and_over_Did_not_provide_child_care,G22B,G22,Did not provide child care|PERSONS +G7059,P_85ov_UCC_NS,Persons_85_years_and_over_Unpaid_child_care_not_stated,G22B,G22,Unpaid child care not stated|PERSONS +G7060,P_85ov_Total,Persons_85_years_and_over_Total,G22B,G22,Total|PERSONS +G7061,P_Tot_CF_Own_CCO,Persons_Total_Cared_for_Own_child_children_only,G22B,G22,Cared for: Own child/children only|PERSONS +G7062,P_Tot_CF_Oth_CCO,Persons_Total_Cared_for_Other_child_children_only,G22B,G22,Cared for: Other child/children only|PERSONS +G7063,P_Tot_CF_Own_CC_Oth_CC,Persons_Total_Cared_for_Own_child_children_and_other_child_children,G22B,G22,Cared for: Own child/children and other child/children|PERSONS +G7064,P_Tot_CF_Total,Persons_Total_Cared_for_Total,G22B,G22,Cared for: Total|PERSONS +G7065,P_Tot_DNPCC,Persons_Total_Did_not_provide_child_care,G22B,G22,Did not provide child care|PERSONS +G7066,P_Tot_UCC_NS,Persons_Total_Unpaid_child_care_not_stated,G22B,G22,Unpaid child care not stated|PERSONS +G7067,P_Tot_Total,Persons_Total_Total,G22B,G22,Total|PERSONS +G7068,M_Hbn_in_RM_0_14,Males_Husband_in_a_registered_marriage_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7069,M_Hbn_in_RM_15_24,Males_Husband_in_a_registered_marriage_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7070,M_Hbn_in_RM_25_34,Males_Husband_in_a_registered_marriage_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7071,M_Hbn_in_RM_35_44,Males_Husband_in_a_registered_marriage_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7072,M_Hbn_in_RM_45_54,Males_Husband_in_a_registered_marriage_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7073,M_Hbn_in_RM_55_64,Males_Husband_in_a_registered_marriage_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7074,M_Hbn_in_RM_65_74,Males_Husband_in_a_registered_marriage_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7075,M_Hbn_in_RM_75_84,Males_Husband_in_a_registered_marriage_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7076,M_Hbn_in_RM_85ov,Males_Husband_in_a_registered_marriage_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7077,M_Hbn_in_RM_Tot,Males_Husband_in_a_registered_marriage_Total,G23A,G23a,Total|MALES +G7078,M_Ptn_in_DFM_0_14,Males_Partner_in_de_facto_marriage_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7079,M_Ptn_in_DFM_15_24,Males_Partner_in_de_facto_marriage_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7080,M_Ptn_in_DFM_25_34,Males_Partner_in_de_facto_marriage_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7081,M_Ptn_in_DFM_35_44,Males_Partner_in_de_facto_marriage_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7082,M_Ptn_in_DFM_45_54,Males_Partner_in_de_facto_marriage_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7083,M_Ptn_in_DFM_55_64,Males_Partner_in_de_facto_marriage_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7084,M_Ptn_in_DFM_65_74,Males_Partner_in_de_facto_marriage_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7085,M_Ptn_in_DFM_75_84,Males_Partner_in_de_facto_marriage_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7086,M_Ptn_in_DFM_85ov,Males_Partner_in_de_facto_marriage_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7087,M_Ptn_in_DFM_Tot,Males_Partner_in_de_facto_marriage_Total,G23A,G23a,Total|MALES +G7088,M_LonePnt_0_14,Males_Lone_parent_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7089,M_LonePnt_15_24,Males_Lone_parent_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7090,M_LonePnt_25_34,Males_Lone_parent_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7091,M_LonePnt_35_44,Males_Lone_parent_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7092,M_LonePnt_45_54,Males_Lone_parent_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7093,M_LonePnt_55_64,Males_Lone_parent_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7094,M_LonePnt_65_74,Males_Lone_parent_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7095,M_LonePnt_75_84,Males_Lone_parent_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7096,M_LonePnt_85ov,Males_Lone_parent_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7097,M_LonePnt_Tot,Males_Lone_parent_Total,G23A,G23a,Total|MALES +G7098,M_CU15_0_14,Males_Child_under_15_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7099,M_CU15_15_24,Males_Child_under_15_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7100,M_CU15_25_34,Males_Child_under_15_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7101,M_CU15_35_44,Males_Child_under_15_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7102,M_CU15_45_54,Males_Child_under_15_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7103,M_CU15_55_64,Males_Child_under_15_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7104,M_CU15_65_74,Males_Child_under_15_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7105,M_CU15_75_84,Males_Child_under_15_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7106,M_CU15_85ov,Males_Child_under_15_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7107,M_CU15_Tot,Males_Child_under_15_Total,G23A,G23a,Total|MALES +G7108,M_DpStu_0_14,Males_Dependent_student_Aged_15_24_years_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7109,M_DpStu_15_24,Males_Dependent_student_Aged_15_24_years_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7110,M_DpStu_25_34,Males_Dependent_student_Aged_15_24_years_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7111,M_DpStu_35_44,Males_Dependent_student_Aged_15_24_years_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7112,M_DpStu_45_54,Males_Dependent_student_Aged_15_24_years_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7113,M_DpStu_55_64,Males_Dependent_student_Aged_15_24_years_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7114,M_DpStu_65_74,Males_Dependent_student_Aged_15_24_years_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7115,M_DpStu_75_84,Males_Dependent_student_Aged_15_24_years_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7116,M_DpStu_85ov,Males_Dependent_student_Aged_15_24_years_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7117,M_DpStu_Tot,Males_Dependent_student_Aged_15_24_years_Total,G23A,G23a,Total|MALES +G7118,M_NDpChl_0_14,Males_Non_dependent_child_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7119,M_NDpChl_15_24,Males_Non_dependent_child_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7120,M_NDpChl_25_34,Males_Non_dependent_child_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7121,M_NDpChl_35_44,Males_Non_dependent_child_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7122,M_NDpChl_45_54,Males_Non_dependent_child_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7123,M_NDpChl_55_64,Males_Non_dependent_child_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7124,M_NDpChl_65_74,Males_Non_dependent_child_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7125,M_NDpChl_75_84,Males_Non_dependent_child_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7126,M_NDpChl_85ov,Males_Non_dependent_child_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7127,M_NDpChl_Tot,Males_Non_dependent_child_Total,G23A,G23a,Total|MALES +G7128,M_OthRI_0_14,Males_Other_related_individual_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7129,M_OthRI_15_24,Males_Other_related_individual_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7130,M_OthRI_25_34,Males_Other_related_individual_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7131,M_OthRI_35_44,Males_Other_related_individual_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7132,M_OthRI_45_54,Males_Other_related_individual_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7133,M_OthRI_55_64,Males_Other_related_individual_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7134,M_OthRI_65_74,Males_Other_related_individual_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7135,M_OthRI_75_84,Males_Other_related_individual_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7136,M_OthRI_85ov,Males_Other_related_individual_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7137,M_OthRI_Tot,Males_Other_related_individual_Total,G23A,G23a,Total|MALES +G7138,M_URI_in_FH_0_14,Males_Unrelated_individual_living_in_family_household_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7139,M_URI_in_FH_15_24,Males_Unrelated_individual_living_in_family_household_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7140,M_URI_in_FH_25_34,Males_Unrelated_individual_living_in_family_household_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7141,M_URI_in_FH_35_44,Males_Unrelated_individual_living_in_family_household_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7142,M_URI_in_FH_45_54,Males_Unrelated_individual_living_in_family_household_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7143,M_URI_in_FH_55_64,Males_Unrelated_individual_living_in_family_household_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7144,M_URI_in_FH_65_74,Males_Unrelated_individual_living_in_family_household_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7145,M_URI_in_FH_75_84,Males_Unrelated_individual_living_in_family_household_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7146,M_URI_in_FH_85ov,Males_Unrelated_individual_living_in_family_household_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7147,M_URI_in_FH_Tot,Males_Unrelated_individual_living_in_family_household_Total,G23A,G23a,Total|MALES +G7148,M_GrpH_Mem_0_14,Males_Group_household_member_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7149,M_GrpH_Mem_15_24,Males_Group_household_member_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7150,M_GrpH_Mem_25_34,Males_Group_household_member_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7151,M_GrpH_Mem_35_44,Males_Group_household_member_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7152,M_GrpH_Mem_45_54,Males_Group_household_member_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7153,M_GrpH_Mem_55_64,Males_Group_household_member_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7154,M_GrpH_Mem_65_74,Males_Group_household_member_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7155,M_GrpH_Mem_75_84,Males_Group_household_member_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7156,M_GrpH_Mem_85ov,Males_Group_household_member_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7157,M_GrpH_Mem_Tot,Males_Group_household_member_Total,G23A,G23a,Total|MALES +G7158,M_LonePsn_0_14,Males_Lone_person_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7159,M_LonePsn_15_24,Males_Lone_person_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7160,M_LonePsn_25_34,Males_Lone_person_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7161,M_LonePsn_35_44,Males_Lone_person_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7162,M_LonePsn_45_54,Males_Lone_person_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7163,M_LonePsn_55_64,Males_Lone_person_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7164,M_LonePsn_65_74,Males_Lone_person_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7165,M_LonePsn_75_84,Males_Lone_person_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7166,M_LonePsn_85ov,Males_Lone_person_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7167,M_LonePsn_Tot,Males_Lone_person_Total,G23A,G23a,Total|MALES +G7168,M_Vis_within_Aus_0_14,Males_Visitor_from_within_Australia_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7169,M_Vis_within_Aus_15_24,Males_Visitor_from_within_Australia_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7170,M_Vis_within_Aus_25_34,Males_Visitor_from_within_Australia_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7171,M_Vis_within_Aus_35_44,Males_Visitor_from_within_Australia_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7172,M_Vis_within_Aus_45_54,Males_Visitor_from_within_Australia_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7173,M_Vis_within_Aus_55_64,Males_Visitor_from_within_Australia_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7174,M_Vis_within_Aus_65_74,Males_Visitor_from_within_Australia_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7175,M_Vis_within_Aus_75_84,Males_Visitor_from_within_Australia_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7176,M_Vis_within_Aus_85ov,Males_Visitor_from_within_Australia_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7177,M_Vis_within_Aus_Tot,Males_Visitor_from_within_Australia_Total,G23A,G23a,Total|MALES +G7178,M_Tot_0_14,Males_Total_Age_0_14_years,G23A,G23a,0-14 years|MALES +G7179,M_Tot_15_24,Males_Total_Age_15_24_years,G23A,G23a,15-24 years|MALES +G7180,M_Tot_25_34,Males_Total_Age_25_34_years,G23A,G23a,25-34 years|MALES +G7181,M_Tot_35_44,Males_Total_Age_35_44_years,G23A,G23a,35-44 years|MALES +G7182,M_Tot_45_54,Males_Total_Age_45_54_years,G23A,G23a,45-54 years|MALES +G7183,M_Tot_55_64,Males_Total_Age_55_64_years,G23A,G23a,55-64 years|MALES +G7184,M_Tot_65_74,Males_Total_Age_65_74_years,G23A,G23a,65-74 years|MALES +G7185,M_Tot_75_84,Males_Total_Age_75_84_years,G23A,G23a,75-84 years|MALES +G7186,M_Tot_85ov,Males_Total_Age_85_years_and_over,G23A,G23a,85 years and over|MALES +G7187,M_Tot_Tot,Males_Total_Total,G23A,G23a,Total|MALES +G7188,F_Wife_in_RM_0_14,Females_Wife_in_a_registered_marriage_Age_0_14_years,G23A,G23a,0-14 years|FEMALES +G7189,F_Wife_in_RM_15_24,Females_Wife_in_a_registered_marriage_Age_15_24_years,G23A,G23a,15-24 years|FEMALES +G7190,F_Wife_in_RM_25_34,Females_Wife_in_a_registered_marriage_Age_25_34_years,G23A,G23a,25-34 years|FEMALES +G7191,F_Wife_in_RM_35_44,Females_Wife_in_a_registered_marriage_Age_35_44_years,G23A,G23a,35-44 years|FEMALES +G7192,F_Wife_in_RM_45_54,Females_Wife_in_a_registered_marriage_Age_45_54_years,G23A,G23a,45-54 years|FEMALES +G7193,F_Wife_in_RM_55_64,Females_Wife_in_a_registered_marriage_Age_55_64_years,G23A,G23a,55-64 years|FEMALES +G7194,F_Wife_in_RM_65_74,Females_Wife_in_a_registered_marriage_Age_65_74_years,G23A,G23a,65-74 years|FEMALES +G7195,F_Wife_in_RM_75_84,Females_Wife_in_a_registered_marriage_Age_75_84_years,G23A,G23a,75-84 years|FEMALES +G7196,F_Wife_in_RM_85ov,Females_Wife_in_a_registered_marriage_Age_85_years_and_over,G23A,G23a,85 years and over|FEMALES +G7197,F_Wife_in_RM_Tot,Females_Wife_in_a_registered_marriage_Total,G23A,G23a,Total|FEMALES +G7198,F_Ptn_in_DFM_0_14,Females_Partner_in_de_facto_marriage_Age_0_14_years,G23A,G23a,0-14 years|FEMALES +G7199,F_Ptn_in_DFM_15_24,Females_Partner_in_de_facto_marriage_Age_15_24_years,G23A,G23a,15-24 years|FEMALES +G7200,F_Ptn_in_DFM_25_34,Females_Partner_in_de_facto_marriage_Age_25_34_years,G23A,G23a,25-34 years|FEMALES +G7201,F_Ptn_in_DFM_35_44,Females_Partner_in_de_facto_marriage_Age_35_44_years,G23A,G23a,35-44 years|FEMALES +G7202,F_Ptn_in_DFM_45_54,Females_Partner_in_de_facto_marriage_Age_45_54_years,G23A,G23a,45-54 years|FEMALES +G7203,F_Ptn_in_DFM_55_64,Females_Partner_in_de_facto_marriage_Age_55_64_years,G23A,G23a,55-64 years|FEMALES +G7204,F_Ptn_in_DFM_65_74,Females_Partner_in_de_facto_marriage_Age_65_74_years,G23A,G23a,65-74 years|FEMALES +G7205,F_Ptn_in_DFM_75_84,Females_Partner_in_de_facto_marriage_Age_75_84_years,G23A,G23a,75-84 years|FEMALES +G7206,F_Ptn_in_DFM_85ov,Females_Partner_in_de_facto_marriage_Age_85_years_and_over,G23A,G23a,85 years and over|FEMALES +G7207,F_Ptn_in_DFM_Tot,Females_Partner_in_de_facto_marriage_Total,G23A,G23a,Total|FEMALES +G7208,F_LonePnt_0_14,Females_Lone_parent_Age_0_14_years,G23A,G23a,0-14 years|FEMALES +G7209,F_LonePnt_15_24,Females_Lone_parent_Age_15_24_years,G23A,G23a,15-24 years|FEMALES +G7210,F_LonePnt_25_34,Females_Lone_parent_Age_25_34_years,G23A,G23a,25-34 years|FEMALES +G7211,F_LonePnt_35_44,Females_Lone_parent_Age_35_44_years,G23A,G23a,35-44 years|FEMALES +G7212,F_LonePnt_45_54,Females_Lone_parent_Age_45_54_years,G23A,G23a,45-54 years|FEMALES +G7213,F_LonePnt_55_64,Females_Lone_parent_Age_55_64_years,G23A,G23a,55-64 years|FEMALES +G7214,F_LonePnt_65_74,Females_Lone_parent_Age_65_74_years,G23A,G23a,65-74 years|FEMALES +G7215,F_LonePnt_75_84,Females_Lone_parent_Age_75_84_years,G23A,G23a,75-84 years|FEMALES +G7216,F_LonePnt_85ov,Females_Lone_parent_Age_85_years_and_over,G23A,G23a,85 years and over|FEMALES +G7217,F_LonePnt_Tot,Females_Lone_parent_Total,G23A,G23a,Total|FEMALES +G7218,F_CU15_0_14,Females_Child_under_15_Age_0_14_years,G23A,G23a,0-14 years|FEMALES +G7219,F_CU15_15_24,Females_Child_under_15_Age_15_24_years,G23A,G23a,15-24 years|FEMALES +G7220,F_CU15_25_34,Females_Child_under_15_Age_25_34_years,G23A,G23a,25-34 years|FEMALES +G7221,F_CU15_35_44,Females_Child_under_15_Age_35_44_years,G23A,G23a,35-44 years|FEMALES +G7222,F_CU15_45_54,Females_Child_under_15_Age_45_54_years,G23A,G23a,45-54 years|FEMALES +G7223,F_CU15_55_64,Females_Child_under_15_Age_55_64_years,G23A,G23a,55-64 years|FEMALES +G7224,F_CU15_65_74,Females_Child_under_15_Age_65_74_years,G23A,G23a,65-74 years|FEMALES +G7225,F_CU15_75_84,Females_Child_under_15_Age_75_84_years,G23A,G23a,75-84 years|FEMALES +G7226,F_CU15_85ov,Females_Child_under_15_Age_85_years_and_over,G23A,G23a,85 years and over|FEMALES +G7227,F_CU15_Tot,Females_Child_under_15_Total,G23A,G23a,Total|FEMALES +G7228,F_DpStu_0_14,Females_Dependent_student_Aged_15_24_years_Age_0_14_years,G23A,G23a,0-14 years|FEMALES +G7229,F_DpStu_15_24,Females_Dependent_student_Aged_15_24_years_Age_15_24_years,G23A,G23a,15-24 years|FEMALES +G7230,F_DpStu_25_34,Females_Dependent_student_Aged_15_24_years_Age_25_34_years,G23A,G23a,25-34 years|FEMALES +G7231,F_DpStu_35_44,Females_Dependent_student_Aged_15_24_years_Age_35_44_years,G23A,G23a,35-44 years|FEMALES +G7232,F_DpStu_45_54,Females_Dependent_student_Aged_15_24_years_Age_45_54_years,G23A,G23a,45-54 years|FEMALES +G7233,F_DpStu_55_64,Females_Dependent_student_Aged_15_24_years_Age_55_64_years,G23A,G23a,55-64 years|FEMALES +G7234,F_DpStu_65_74,Females_Dependent_student_Aged_15_24_years_Age_65_74_years,G23A,G23a,65-74 years|FEMALES +G7235,F_DpStu_75_84,Females_Dependent_student_Aged_15_24_years_Age_75_84_years,G23A,G23a,75-84 years|FEMALES +G7236,F_DpStu_85ov,Females_Dependent_student_Aged_15_24_years_Age_85_years_and_over,G23A,G23a,85 years and over|FEMALES +G7237,F_DpStu_Tot,Females_Dependent_student_Aged_15_24_years_Total,G23A,G23a,Total|FEMALES +G7238,F_NDpChl_0_14,Females_Non_dependent_child_Age_0_14_years,G23A,G23a,0-14 years|FEMALES +G7239,F_NDpChl_15_24,Females_Non_dependent_child_Age_15_24_years,G23A,G23a,15-24 years|FEMALES +G7240,F_NDpChl_25_34,Females_Non_dependent_child_Age_25_34_years,G23A,G23a,25-34 years|FEMALES +G7241,F_NDpChl_35_44,Females_Non_dependent_child_Age_35_44_years,G23A,G23a,35-44 years|FEMALES +G7242,F_NDpChl_45_54,Females_Non_dependent_child_Age_45_54_years,G23A,G23a,45-54 years|FEMALES +G7243,F_NDpChl_55_64,Females_Non_dependent_child_Age_55_64_years,G23A,G23a,55-64 years|FEMALES +G7244,F_NDpChl_65_74,Females_Non_dependent_child_Age_65_74_years,G23A,G23a,65-74 years|FEMALES +G7245,F_NDpChl_75_84,Females_Non_dependent_child_Age_75_84_years,G23A,G23a,75-84 years|FEMALES +G7246,F_NDpChl_85ov,Females_Non_dependent_child_Age_85_years_and_over,G23A,G23a,85 years and over|FEMALES +G7247,F_NDpChl_Tot,Females_Non_dependent_child_Total,G23A,G23a,Total|FEMALES +G7248,F_OthRI_0_14,Females_Other_related_individual_Age_0_14_years,G23A,G23a,0-14 years|FEMALES +G7249,F_OthRI_15_24,Females_Other_related_individual_Age_15_24_years,G23A,G23a,15-24 years|FEMALES +G7250,F_OthRI_25_34,Females_Other_related_individual_Age_25_34_years,G23A,G23a,25-34 years|FEMALES +G7251,F_OthRI_35_44,Females_Other_related_individual_Age_35_44_years,G23A,G23a,35-44 years|FEMALES +G7252,F_OthRI_45_54,Females_Other_related_individual_Age_45_54_years,G23A,G23a,45-54 years|FEMALES +G7253,F_OthRI_55_64,Females_Other_related_individual_Age_55_64_years,G23A,G23a,55-64 years|FEMALES +G7254,F_OthRI_65_74,Females_Other_related_individual_Age_65_74_years,G23A,G23a,65-74 years|FEMALES +G7255,F_OthRI_75_84,Females_Other_related_individual_Age_75_84_years,G23A,G23a,75-84 years|FEMALES +G7256,F_OthRI_85ov,Females_Other_related_individual_Age_85_years_and_over,G23A,G23a,85 years and over|FEMALES +G7257,F_OthRI_Tot,Females_Other_related_individual_Total,G23A,G23a,Total|FEMALES +G7258,F_URI_in_FH_0_14,Females_Unrelated_individual_living_in_family_household_Age_0_14_years,G23A,G23a,0-14 years|FEMALES +G7259,F_URI_in_FH_15_24,Females_Unrelated_individual_living_in_family_household_Age_15_24_years,G23A,G23a,15-24 years|FEMALES +G7260,F_URI_in_FH_25_34,Females_Unrelated_individual_living_in_family_household_Age_25_34_years,G23A,G23a,25-34 years|FEMALES +G7261,F_URI_in_FH_35_44,Females_Unrelated_individual_living_in_family_household_Age_35_44_years,G23A,G23a,35-44 years|FEMALES +G7262,F_URI_in_FH_45_54,Females_Unrelated_individual_living_in_family_household_Age_45_54_years,G23A,G23a,45-54 years|FEMALES +G7263,F_URI_in_FH_55_64,Females_Unrelated_individual_living_in_family_household_Age_55_64_years,G23A,G23a,55-64 years|FEMALES +G7264,F_URI_in_FH_65_74,Females_Unrelated_individual_living_in_family_household_Age_65_74_years,G23A,G23a,65-74 years|FEMALES +G7265,F_URI_in_FH_75_84,Females_Unrelated_individual_living_in_family_household_Age_75_84_years,G23A,G23a,75-84 years|FEMALES +G7266,F_URI_in_FH_85ov,Females_Unrelated_individual_living_in_family_household_Age_85_years_and_over,G23A,G23a,85 years and over|FEMALES +G7267,F_URI_in_FH_Tot,Females_Unrelated_individual_living_in_family_household_Total,G23A,G23a,Total|FEMALES +G7268,F_GrpH_Mem_0_14,Females_Group_household_member_Age_0_14_years,G23B,G23a,0-14 years|FEMALES +G7269,F_GrpH_Mem_15_24,Females_Group_household_member_Age_15_24_years,G23B,G23a,15-24 years|FEMALES +G7270,F_GrpH_Mem_25_34,Females_Group_household_member_Age_25_34_years,G23B,G23a,25-34 years|FEMALES +G7271,F_GrpH_Mem_35_44,Females_Group_household_member_Age_35_44_years,G23B,G23a,35-44 years|FEMALES +G7272,F_GrpH_Mem_45_54,Females_Group_household_member_Age_45_54_years,G23B,G23a,45-54 years|FEMALES +G7273,F_GrpH_Mem_55_64,Females_Group_household_member_Age_55_64_years,G23B,G23a,55-64 years|FEMALES +G7274,F_GrpH_Mem_65_74,Females_Group_household_member_Age_65_74_years,G23B,G23a,65-74 years|FEMALES +G7275,F_GrpH_Mem_75_84,Females_Group_household_member_Age_75_84_years,G23B,G23a,75-84 years|FEMALES +G7276,F_GrpH_Mem_85ov,Females_Group_household_member_Age_85_years_and_over,G23B,G23a,85 years and over|FEMALES +G7277,F_GrpH_Mem_Tot,Females_Group_household_member_Total,G23B,G23a,Total|FEMALES +G7278,F_LonePsn_0_14,Females_Lone_person_Age_0_14_years,G23B,G23a,0-14 years|FEMALES +G7279,F_LonePsn_15_24,Females_Lone_person_Age_15_24_years,G23B,G23a,15-24 years|FEMALES +G7280,F_LonePsn_25_34,Females_Lone_person_Age_25_34_years,G23B,G23a,25-34 years|FEMALES +G7281,F_LonePsn_35_44,Females_Lone_person_Age_35_44_years,G23B,G23a,35-44 years|FEMALES +G7282,F_LonePsn_45_54,Females_Lone_person_Age_45_54_years,G23B,G23a,45-54 years|FEMALES +G7283,F_LonePsn_55_64,Females_Lone_person_Age_55_64_years,G23B,G23a,55-64 years|FEMALES +G7284,F_LonePsn_65_74,Females_Lone_person_Age_65_74_years,G23B,G23a,65-74 years|FEMALES +G7285,F_LonePsn_75_84,Females_Lone_person_Age_75_84_years,G23B,G23a,75-84 years|FEMALES +G7286,F_LonePsn_85ov,Females_Lone_person_Age_85_years_and_over,G23B,G23a,85 years and over|FEMALES +G7287,F_LonePsn_Tot,Females_Lone_person_Total,G23B,G23a,Total|FEMALES +G7288,F_Vis_within_Aus_0_14,Females_Visitor_from_within_Australia_Age_0_14_years,G23B,G23a,0-14 years|FEMALES +G7289,F_Vis_within_Aus_15_24,Females_Visitor_from_within_Australia_Age_15_24_years,G23B,G23a,15-24 years|FEMALES +G7290,F_Vis_within_Aus_25_34,Females_Visitor_from_within_Australia_Age_25_34_years,G23B,G23a,25-34 years|FEMALES +G7291,F_Vis_within_Aus_35_44,Females_Visitor_from_within_Australia_Age_35_44_years,G23B,G23a,35-44 years|FEMALES +G7292,F_Vis_within_Aus_45_54,Females_Visitor_from_within_Australia_Age_45_54_years,G23B,G23a,45-54 years|FEMALES +G7293,F_Vis_within_Aus_55_64,Females_Visitor_from_within_Australia_Age_55_64_years,G23B,G23a,55-64 years|FEMALES +G7294,F_Vis_within_Aus_65_74,Females_Visitor_from_within_Australia_Age_65_74_years,G23B,G23a,65-74 years|FEMALES +G7295,F_Vis_within_Aus_75_84,Females_Visitor_from_within_Australia_Age_75_84_years,G23B,G23a,75-84 years|FEMALES +G7296,F_Vis_within_Aus_85ov,Females_Visitor_from_within_Australia_Age_85_years_and_over,G23B,G23a,85 years and over|FEMALES +G7297,F_Vis_within_Aus_Tot,Females_Visitor_from_within_Australia_Total,G23B,G23a,Total|FEMALES +G7298,F_Tot_0_14,Females_Total_Age_0_14_years,G23B,G23a,0-14 years|FEMALES +G7299,F_Tot_15_24,Females_Total_Age_15_24_years,G23B,G23a,15-24 years|FEMALES +G7300,F_Tot_25_34,Females_Total_Age_25_34_years,G23B,G23a,25-34 years|FEMALES +G7301,F_Tot_35_44,Females_Total_Age_35_44_years,G23B,G23a,35-44 years|FEMALES +G7302,F_Tot_45_54,Females_Total_Age_45_54_years,G23B,G23a,45-54 years|FEMALES +G7303,F_Tot_55_64,Females_Total_Age_55_64_years,G23B,G23a,55-64 years|FEMALES +G7304,F_Tot_65_74,Females_Total_Age_65_74_years,G23B,G23a,65-74 years|FEMALES +G7305,F_Tot_75_84,Females_Total_Age_75_84_years,G23B,G23a,75-84 years|FEMALES +G7306,F_Tot_85ov,Females_Total_Age_85_years_and_over,G23B,G23a,85 years and over|FEMALES +G7307,F_Tot_Tot,Females_Total_Total,G23B,G23a,Total|FEMALES +G7308,P_H_or_W_in_RM_0_14,Persons_Husband_or_wife_in_a_registered_marriage_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7309,P_H_or_W_in_RM_15_24,Persons_Husband_or_wife_in_a_registered_marriage_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7310,P_H_or_W_in_RM_25_34,Persons_Husband_or_wife_in_a_registered_marriage_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7311,P_H_or_W_in_RM_35_44,Persons_Husband_or_wife_in_a_registered_marriage_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7312,P_H_or_W_in_RM_45_54,Persons_Husband_or_wife_in_a_registered_marriage_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7313,P_H_or_W_in_RM_55_64,Persons_Husband_or_wife_in_a_registered_marriage_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7314,P_H_or_W_in_RM_65_74,Persons_Husband_or_wife_in_a_registered_marriage_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7315,P_H_or_W_in_RM_75_84,Persons_Husband_or_wife_in_a_registered_marriage_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7316,P_H_or_W_in_RM_85ov,Persons_Husband_or_wife_in_a_registered_marriage_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7317,P_H_or_W_in_RM_Tot,Persons_Husband_or_wife_in_a_registered_marriage_Total,G23B,G23b,Total|PERSONS +G7318,P_Ptn_in_DFM_0_14,Persons_Partner_in_de_facto_marriage_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7319,P_Ptn_in_DFM_15_24,Persons_Partner_in_de_facto_marriage_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7320,P_Ptn_in_DFM_25_34,Persons_Partner_in_de_facto_marriage_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7321,P_Ptn_in_DFM_35_44,Persons_Partner_in_de_facto_marriage_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7322,P_Ptn_in_DFM_45_54,Persons_Partner_in_de_facto_marriage_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7323,P_Ptn_in_DFM_55_64,Persons_Partner_in_de_facto_marriage_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7324,P_Ptn_in_DFM_65_74,Persons_Partner_in_de_facto_marriage_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7325,P_Ptn_in_DFM_75_84,Persons_Partner_in_de_facto_marriage_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7326,P_Ptn_in_DFM_85ov,Persons_Partner_in_de_facto_marriage_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7327,P_Ptn_in_DFM_Tot,Persons_Partner_in_de_facto_marriage_Total,G23B,G23b,Total|PERSONS +G7328,P_LonePnt_0_14,Persons_Lone_parent_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7329,P_LonePnt_15_24,Persons_Lone_parent_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7330,P_LonePnt_25_34,Persons_Lone_parent_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7331,P_LonePnt_35_44,Persons_Lone_parent_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7332,P_LonePnt_45_54,Persons_Lone_parent_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7333,P_LonePnt_55_64,Persons_Lone_parent_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7334,P_LonePnt_65_74,Persons_Lone_parent_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7335,P_LonePnt_75_84,Persons_Lone_parent_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7336,P_LonePnt_85ov,Persons_Lone_parent_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7337,P_LonePnt_Tot,Persons_Lone_parent_Total,G23B,G23b,Total|PERSONS +G7338,P_CU15_0_14,Persons_Child_under_15_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7339,P_CU15_15_24,Persons_Child_under_15_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7340,P_CU15_25_34,Persons_Child_under_15_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7341,P_CU15_35_44,Persons_Child_under_15_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7342,P_CU15_45_54,Persons_Child_under_15_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7343,P_CU15_55_64,Persons_Child_under_15_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7344,P_CU15_65_74,Persons_Child_under_15_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7345,P_CU15_75_84,Persons_Child_under_15_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7346,P_CU15_85ov,Persons_Child_under_15_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7347,P_CU15_Tot,Persons_Child_under_15_Total,G23B,G23b,Total|PERSONS +G7348,P_DpStu_0_14,Persons_Dependent_student_Aged_15_24_years_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7349,P_DpStu_15_24,Persons_Dependent_student_Aged_15_24_years_Age_15_24_years,G23B,G23b,Aged 15-24 years|PERSONS +G7350,P_DpStu_25_34,Persons_Dependent_student_Aged_15_24_years_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7351,P_DpStu_35_44,Persons_Dependent_student_Aged_15_24_years_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7352,P_DpStu_45_54,Persons_Dependent_student_Aged_15_24_years_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7353,P_DpStu_55_64,Persons_Dependent_student_Aged_15_24_years_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7354,P_DpStu_65_74,Persons_Dependent_student_Aged_15_24_years_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7355,P_DpStu_75_84,Persons_Dependent_student_Aged_15_24_years_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7356,P_DpStu_85ov,Persons_Dependent_student_Aged_15_24_years_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7357,P_DpStu_Tot,Persons_Dependent_student_Aged_15_24_years_Total,G23B,G23b,Total|PERSONS +G7358,P_NDpChl_0_14,Persons_Non_dependent_child_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7359,P_NDpChl_15_24,Persons_Non_dependent_child_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7360,P_NDpChl_25_34,Persons_Non_dependent_child_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7361,P_NDpChl_35_44,Persons_Non_dependent_child_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7362,P_NDpChl_45_54,Persons_Non_dependent_child_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7363,P_NDpChl_55_64,Persons_Non_dependent_child_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7364,P_NDpChl_65_74,Persons_Non_dependent_child_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7365,P_NDpChl_75_84,Persons_Non_dependent_child_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7366,P_NDpChl_85ov,Persons_Non_dependent_child_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7367,P_NDpChl_Tot,Persons_Non_dependent_child_Total,G23B,G23b,Total|PERSONS +G7368,P_OthRI_0_14,Persons_Other_related_individual_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7369,P_OthRI_15_24,Persons_Other_related_individual_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7370,P_OthRI_25_34,Persons_Other_related_individual_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7371,P_OthRI_35_44,Persons_Other_related_individual_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7372,P_OthRI_45_54,Persons_Other_related_individual_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7373,P_OthRI_55_64,Persons_Other_related_individual_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7374,P_OthRI_65_74,Persons_Other_related_individual_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7375,P_OthRI_75_84,Persons_Other_related_individual_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7376,P_OthRI_85ov,Persons_Other_related_individual_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7377,P_OthRI_Tot,Persons_Other_related_individual_Total,G23B,G23b,Total|PERSONS +G7378,P_URI_in_FH_0_14,Persons_Unrelated_individual_living_in_family_household_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7379,P_URI_in_FH_15_24,Persons_Unrelated_individual_living_in_family_household_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7380,P_URI_in_FH_25_34,Persons_Unrelated_individual_living_in_family_household_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7381,P_URI_in_FH_35_44,Persons_Unrelated_individual_living_in_family_household_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7382,P_URI_in_FH_45_54,Persons_Unrelated_individual_living_in_family_household_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7383,P_URI_in_FH_55_64,Persons_Unrelated_individual_living_in_family_household_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7384,P_URI_in_FH_65_74,Persons_Unrelated_individual_living_in_family_household_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7385,P_URI_in_FH_75_84,Persons_Unrelated_individual_living_in_family_household_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7386,P_URI_in_FH_85ov,Persons_Unrelated_individual_living_in_family_household_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7387,P_URI_in_FH_Tot,Persons_Unrelated_individual_living_in_family_household_Total,G23B,G23b,Total|PERSONS +G7388,P_GrpH_Mem_0_14,Persons_Group_household_member_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7389,P_GrpH_Mem_15_24,Persons_Group_household_member_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7390,P_GrpH_Mem_25_34,Persons_Group_household_member_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7391,P_GrpH_Mem_35_44,Persons_Group_household_member_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7392,P_GrpH_Mem_45_54,Persons_Group_household_member_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7393,P_GrpH_Mem_55_64,Persons_Group_household_member_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7394,P_GrpH_Mem_65_74,Persons_Group_household_member_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7395,P_GrpH_Mem_75_84,Persons_Group_household_member_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7396,P_GrpH_Mem_85ov,Persons_Group_household_member_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7397,P_GrpH_Mem_Tot,Persons_Group_household_member_Total,G23B,G23b,Total|PERSONS +G7398,P_LonePsn_0_14,Persons_Lone_person_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7399,P_LonePsn_15_24,Persons_Lone_person_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7400,P_LonePsn_25_34,Persons_Lone_person_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7401,P_LonePsn_35_44,Persons_Lone_person_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7402,P_LonePsn_45_54,Persons_Lone_person_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7403,P_LonePsn_55_64,Persons_Lone_person_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7404,P_LonePsn_65_74,Persons_Lone_person_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7405,P_LonePsn_75_84,Persons_Lone_person_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7406,P_LonePsn_85ov,Persons_Lone_person_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7407,P_LonePsn_Tot,Persons_Lone_person_Total,G23B,G23b,Total|PERSONS +G7408,P_Vis_within_Aus_0_14,Persons_Visitor_from_within_Australia_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7409,P_Vis_within_Aus_15_24,Persons_Visitor_from_within_Australia_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7410,P_Vis_within_Aus_25_34,Persons_Visitor_from_within_Australia_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7411,P_Vis_within_Aus_35_44,Persons_Visitor_from_within_Australia_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7412,P_Vis_within_Aus_45_54,Persons_Visitor_from_within_Australia_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7413,P_Vis_within_Aus_55_64,Persons_Visitor_from_within_Australia_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7414,P_Vis_within_Aus_65_74,Persons_Visitor_from_within_Australia_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7415,P_Vis_within_Aus_75_84,Persons_Visitor_from_within_Australia_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7416,P_Vis_within_Aus_85ov,Persons_Visitor_from_within_Australia_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7417,P_Vis_within_Aus_Tot,Persons_Visitor_from_within_Australia_Total,G23B,G23b,Total|PERSONS +G7418,P_Tot_0_14,Persons_Total_Age_0_14_years,G23B,G23b,0-14 years|PERSONS +G7419,P_Tot_15_24,Persons_Total_Age_15_24_years,G23B,G23b,15-24 years|PERSONS +G7420,P_Tot_25_34,Persons_Total_Age_25_34_years,G23B,G23b,25-34 years|PERSONS +G7421,P_Tot_35_44,Persons_Total_Age_35_44_years,G23B,G23b,35-44 years|PERSONS +G7422,P_Tot_45_54,Persons_Total_Age_45_54_years,G23B,G23b,45-54 years|PERSONS +G7423,P_Tot_55_64,Persons_Total_Age_55_64_years,G23B,G23b,55-64 years|PERSONS +G7424,P_Tot_65_74,Persons_Total_Age_65_74_years,G23B,G23b,65-74 years|PERSONS +G7425,P_Tot_75_84,Persons_Total_Age_75_84_years,G23B,G23b,75-84 years|PERSONS +G7426,P_Tot_85ov,Persons_Total_Age_85_years_and_over,G23B,G23b,85 years and over|PERSONS +G7427,P_Tot_Tot,Persons_Total_Total,G23B,G23b,Total|PERSONS +G7428,P_15_19_Num_chld_evr_brn_Nne,Age_group_of_parent_15_19_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7429,P_15_19_Num_chld_evr_brn_1,Age_group_of_parent_15_19_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7430,P_15_19_Num_chld_evr_brn_2,Age_group_of_parent_15_19_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7431,P_15_19_Num_chld_evr_brn_3,Age_group_of_parent_15_19_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7432,P_15_19_Num_chld_evr_brn_4,Age_group_of_parent_15_19_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7433,P_15_19_Num_chld_evr_brn_5,Age_group_of_parent_15_19_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7434,P_15_19_Num_chd_evr_brn_6_mr,Age_group_of_parent_15_19_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7435,P_15_19_Num_chld_evr_brn_ns,Age_group_of_parent_15_19_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7436,P_15_19_yrs_Total,Age_group_of_parent_15_19_years_Total,G24,G24,Total +G7437,P_20_24_Num_chld_evr_brn_Nne,Age_group_of_parent_20_24_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7438,P_20_24_Num_chld_evr_brn_1,Age_group_of_parent_20_24_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7439,P_20_24_Num_chld_evr_brn_2,Age_group_of_parent_20_24_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7440,P_20_24_Num_chld_evr_brn_3,Age_group_of_parent_20_24_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7441,P_20_24_Num_chld_evr_brn_4,Age_group_of_parent_20_24_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7442,P_20_24_Num_chld_evr_brn_5,Age_group_of_parent_20_24_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7443,P_20_24_Num_chd_evr_brn_6_mr,Age_group_of_parent_20_24_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7444,P_20_24_Num_chld_evr_brn_ns,Age_group_of_parent_20_24_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7445,P_20_24_yrs_Total,Age_group_of_parent_20_24_years_Total,G24,G24,Total +G7446,P_25_29_Num_chld_evr_brn_Nne,Age_group_of_parent_25_29_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7447,P_25_29_Num_chld_evr_brn_1,Age_group_of_parent_25_29_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7448,P_25_29_Num_chld_evr_brn_2,Age_group_of_parent_25_29_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7449,P_25_29_Num_chld_evr_brn_3,Age_group_of_parent_25_29_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7450,P_25_29_Num_chld_evr_brn_4,Age_group_of_parent_25_29_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7451,P_25_29_Num_chld_evr_brn_5,Age_group_of_parent_25_29_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7452,P_25_29_Num_chd_evr_brn_6_mr,Age_group_of_parent_25_29_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7453,P_25_29_Num_chld_evr_brn_ns,Age_group_of_parent_25_29_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7454,P_25_29_yrs_Total,Age_group_of_parent_25_29_years_Total,G24,G24,Total +G7455,P_30_34_Num_chld_evr_brn_Nne,Age_group_of_parent_30_34_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7456,P_30_34_Num_chld_evr_brn_1,Age_group_of_parent_30_34_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7457,P_30_34_Num_chld_evr_brn_2,Age_group_of_parent_30_34_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7458,P_30_34_Num_chld_evr_brn_3,Age_group_of_parent_30_34_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7459,P_30_34_Num_chld_evr_brn_4,Age_group_of_parent_30_34_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7460,P_30_34_Num_chld_evr_brn_5,Age_group_of_parent_30_34_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7461,P_30_34_Num_chd_evr_brn_6_mr,Age_group_of_parent_30_34_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7462,P_30_34_Num_chld_evr_brn_ns,Age_group_of_parent_30_34_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7463,P_30_34_yrs_Total,Age_group_of_parent_30_34_years_Total,G24,G24,Total +G7464,P_35_39_Num_chld_evr_brn_Nne,Age_group_of_parent_35_39_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7465,P_35_39_Num_chld_evr_brn_1,Age_group_of_parent_35_39_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7466,P_35_39_Num_chld_evr_brn_2,Age_group_of_parent_35_39_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7467,P_35_39_Num_chld_evr_brn_3,Age_group_of_parent_35_39_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7468,P_35_39_Num_chld_evr_brn_4,Age_group_of_parent_35_39_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7469,P_35_39_Num_chld_evr_brn_5,Age_group_of_parent_35_39_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7470,P_35_39_Num_chd_evr_brn_6_mr,Age_group_of_parent_35_39_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7471,P_35_39_Num_chld_evr_brn_ns,Age_group_of_parent_35_39_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7472,P_35_39_yrs_Total,Age_group_of_parent_35_39_years_Total,G24,G24,Total +G7473,P_40_44_Num_chld_evr_brn_Nne,Age_group_of_parent_40_44_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7474,P_40_44_Num_chld_evr_brn_1,Age_group_of_parent_40_44_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7475,P_40_44_Num_chld_evr_brn_2,Age_group_of_parent_40_44_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7476,P_40_44_Num_chld_evr_brn_3,Age_group_of_parent_40_44_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7477,P_40_44_Num_chld_evr_brn_4,Age_group_of_parent_40_44_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7478,P_40_44_Num_chld_evr_brn_5,Age_group_of_parent_40_44_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7479,P_40_44_Num_chd_evr_brn_6_mr,Age_group_of_parent_40_44_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7480,P_40_44_Num_chld_evr_brn_ns,Age_group_of_parent_40_44_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7481,P_40_44_yrs_Total,Age_group_of_parent_40_44_years_Total,G24,G24,Total +G7482,P_45_49_Num_chld_evr_brn_Nne,Age_group_of_parent_45_49_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7483,P_45_49_Num_chld_evr_brn_1,Age_group_of_parent_45_49_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7484,P_45_49_Num_chld_evr_brn_2,Age_group_of_parent_45_49_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7485,P_45_49_Num_chld_evr_brn_3,Age_group_of_parent_45_49_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7486,P_45_49_Num_chld_evr_brn_4,Age_group_of_parent_45_49_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7487,P_45_49_Num_chld_evr_brn_5,Age_group_of_parent_45_49_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7488,P_45_49_Num_chd_evr_brn_6_mr,Age_group_of_parent_45_49_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7489,P_45_49_Num_chld_evr_brn_ns,Age_group_of_parent_45_49_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7490,P_45_49_yrs_Total,Age_group_of_parent_45_49_years_Total,G24,G24,Total +G7491,P_50_54_Num_chld_evr_brn_Nne,Age_group_of_parent_50_54_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7492,P_50_54_Num_chld_evr_brn_1,Age_group_of_parent_50_54_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7493,P_50_54_Num_chld_evr_brn_2,Age_group_of_parent_50_54_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7494,P_50_54_Num_chld_evr_brn_3,Age_group_of_parent_50_54_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7495,P_50_54_Num_chld_evr_brn_4,Age_group_of_parent_50_54_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7496,P_50_54_Num_chld_evr_brn_5,Age_group_of_parent_50_54_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7497,P_50_54_Num_chd_evr_brn_6_mr,Age_group_of_parent_50_54_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7498,P_50_54_Num_chld_evr_brn_ns,Age_group_of_parent_50_54_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7499,P_50_54_yrs_Total,Age_group_of_parent_50_54_years_Total,G24,G24,Total +G7500,P_55_59_Num_chld_evr_brn_Nne,Age_group_of_parent_55_59_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7501,P_55_59_Num_chld_evr_brn_1,Age_group_of_parent_55_59_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7502,P_55_59_Num_chld_evr_brn_2,Age_group_of_parent_55_59_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7503,P_55_59_Num_chld_evr_brn_3,Age_group_of_parent_55_59_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7504,P_55_59_Num_chld_evr_brn_4,Age_group_of_parent_55_59_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7505,P_55_59_Num_chld_evr_brn_5,Age_group_of_parent_55_59_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7506,P_55_59_Num_chd_evr_brn_6_mr,Age_group_of_parent_55_59_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7507,P_55_59_Num_chld_evr_brn_ns,Age_group_of_parent_55_59_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7508,P_55_59_yrs_Total,Age_group_of_parent_55_59_years_Total,G24,G24,Total +G7509,P_60_64_Num_chld_evr_brn_Nne,Age_group_of_parent_60_64_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7510,P_60_64_Num_chld_evr_brn_1,Age_group_of_parent_60_64_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7511,P_60_64_Num_chld_evr_brn_2,Age_group_of_parent_60_64_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7512,P_60_64_Num_chld_evr_brn_3,Age_group_of_parent_60_64_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7513,P_60_64_Num_chld_evr_brn_4,Age_group_of_parent_60_64_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7514,P_60_64_Num_chld_evr_brn_5,Age_group_of_parent_60_64_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7515,P_60_64_Num_chd_evr_brn_6_mr,Age_group_of_parent_60_64_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7516,P_60_64_Num_chld_evr_brn_ns,Age_group_of_parent_60_64_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7517,P_60_64_yrs_Total,Age_group_of_parent_60_64_years_Total,G24,G24,Total +G7518,P_65_69_Num_chld_evr_brn_Nne,Age_group_of_parent_65_69_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7519,P_65_69_Num_chld_evr_brn_1,Age_group_of_parent_65_69_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7520,P_65_69_Num_chld_evr_brn_2,Age_group_of_parent_65_69_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7521,P_65_69_Num_chld_evr_brn_3,Age_group_of_parent_65_69_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7522,P_65_69_Num_chld_evr_brn_4,Age_group_of_parent_65_69_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7523,P_65_69_Num_chld_evr_brn_5,Age_group_of_parent_65_69_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7524,P_65_69_Num_chd_evr_brn_6_mr,Age_group_of_parent_65_69_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7525,P_65_69_Num_chld_evr_brn_ns,Age_group_of_parent_65_69_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7526,P_65_69_yrs_Total,Age_group_of_parent_65_69_years_Total,G24,G24,Total +G7527,P_70_74_Num_chld_evr_brn_Nne,Age_group_of_parent_70_74_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7528,P_70_74_Num_chld_evr_brn_1,Age_group_of_parent_70_74_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7529,P_70_74_Num_chld_evr_brn_2,Age_group_of_parent_70_74_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7530,P_70_74_Num_chld_evr_brn_3,Age_group_of_parent_70_74_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7531,P_70_74_Num_chld_evr_brn_4,Age_group_of_parent_70_74_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7532,P_70_74_Num_chld_evr_brn_5,Age_group_of_parent_70_74_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7533,P_70_74_Num_chd_evr_brn_6_mr,Age_group_of_parent_70_74_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7534,P_70_74_Num_chld_evr_brn_ns,Age_group_of_parent_70_74_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7535,P_70_74_yrs_Total,Age_group_of_parent_70_74_years_Total,G24,G24,Total +G7536,P_75_79_Num_chld_evr_brn_Nne,Age_group_of_parent_75_79_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7537,P_75_79_Num_chld_evr_brn_1,Age_group_of_parent_75_79_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7538,P_75_79_Num_chld_evr_brn_2,Age_group_of_parent_75_79_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7539,P_75_79_Num_chld_evr_brn_3,Age_group_of_parent_75_79_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7540,P_75_79_Num_chld_evr_brn_4,Age_group_of_parent_75_79_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7541,P_75_79_Num_chld_evr_brn_5,Age_group_of_parent_75_79_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7542,P_75_79_Num_chd_evr_brn_6_mr,Age_group_of_parent_75_79_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7543,P_75_79_Num_chld_evr_brn_ns,Age_group_of_parent_75_79_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7544,P_75_79_yrs_Total,Age_group_of_parent_75_79_years_Total,G24,G24,Total +G7545,P_80_84_Num_chld_evr_brn_Nne,Age_group_of_parent_80_84_years_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7546,P_80_84_Num_chld_evr_brn_1,Age_group_of_parent_80_84_years_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7547,P_80_84_Num_chld_evr_brn_2,Age_group_of_parent_80_84_years_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7548,P_80_84_Num_chld_evr_brn_3,Age_group_of_parent_80_84_years_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7549,P_80_84_Num_chld_evr_brn_4,Age_group_of_parent_80_84_years_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7550,P_80_84_Num_chld_evr_brn_5,Age_group_of_parent_80_84_years_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7551,P_80_84_Num_chd_evr_brn_6_mr,Age_group_of_parent_80_84_years_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7552,P_80_84_Num_chld_evr_brn_ns,Age_group_of_parent_80_84_years_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7553,P_80_84_yrs_Total,Age_group_of_parent_80_84_years_Total,G24,G24,Total +G7554,P_85_ov_Num_chld_evr_brn_Nne,Age_group_of_parent_85_years_and_over_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7555,P_85_ov_Num_chld_evr_brn_1,Age_group_of_parent_85_years_and_over_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7556,P_85_ov_Num_chld_evr_brn_2,Age_group_of_parent_85_years_and_over_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7557,P_85_ov_Num_chld_evr_brn_3,Age_group_of_parent_85_years_and_over_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7558,P_85_ov_Num_chld_evr_brn_4,Age_group_of_parent_85_years_and_over_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7559,P_85_ov_Num_chld_evr_brn_5,Age_group_of_parent_85_years_and_over_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7560,P_85_ov_Num_chd_evr_brn_6_mr,Age_group_of_parent_85_years_and_over_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7561,P_85_ov_Num_chld_evr_brn_ns,Age_group_of_parent_85_years_and_over_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7562,P_85ov_Total,Age_group_of_parent_85_years_and_over_Total,G24,G24,Total +G7563,Tot_Nmbr_child_ever_born_None,Total_Number_of_children_ever_born_No_children,G24,G24,Number of children ever born: None +G7564,Tot_Nmbr_children_ever_born_1,Total_Number_of_children_ever_born_One_child,G24,G24,Number of children ever born: 1 +G7565,Tot_Nmbr_children_ever_born_2,Total_Number_of_children_ever_born_Two_children,G24,G24,Number of children ever born: 2 +G7566,Tot_Nmbr_children_ever_born_3,Total_Number_of_children_ever_born_Three_children,G24,G24,Number of children ever born: 3 +G7567,Tot_Nmbr_children_ever_born_4,Total_Number_of_children_ever_born_Four_children,G24,G24,Number of children ever born: 4 +G7568,Tot_Nmbr_children_ever_born_5,Total_Number_of_children_ever_born_Five_children,G24,G24,Number of children ever born: 5 +G7569,Tot_Nmbr_chidrn_ever_brn_6_mr,Total_Number_of_children_ever_born_Six_or_more_children,G24,G24,Number of children ever born: 6 or more +G7570,Tot_Nmbr_childrn_ever_born_Ns,Total_Number_of_children_ever_born_Not_stated,G24,G24,Number of children ever born: Not stated +G7571,Total_Total,Total_Total,G24,G24,Total +G7572,CF_no_children_F,Couple_family_with_no_children_Families,G25,G25,Families +G7573,CF_no_children_P,Couple_family_with_no_children_Persons,G25,G25,Persons +G7574,CF_ChU15_a_DSs_a_NdCh_F,Couple_family_with_children_under_15_and_dependent_students_and_non_dependent_children_Families,G25,G25,Families +G7575,CF_ChU15_a_DSs_a_NdCh_P,Couple_family_with_children_under_15_and_dependent_students_and_non_dependent_children_Persons,G25,G25,Persons +G7576,CF_ChU15_a_DSs_a_no_NdCh_F,Couple_family_with_children_under_15_and_dependent_students_and_no_non_dependent_children_Families,G25,G25,Families +G7577,CF_ChU15_a_DSs_a_no_NdCh_P,Couple_family_with_children_under_15_and_dependent_students_and_no_non_dependent_children_Persons,G25,G25,Persons +G7578,CF_ChU15_a_no_DSs_a_NdCh_F,Couple_family_with_children_under_15_and_no_dependent_students_and_non_dependent_children_Families,G25,G25,Families +G7579,CF_ChU15_a_no_DSs_a_NdCh_P,Couple_family_with_children_under_15_and_no_dependent_students_and_non_dependent_children_Persons,G25,G25,Persons +G7580,CF_ChU15_a_no_DSs_a_no_NdCh_F,Couple_family_with_children_under_15_and_no_dependent_students_and_no_non_dependent_children_Families,G25,G25,Families +G7581,CF_ChU15_a_no_DSs_a_no_NdCh_P,Couple_family_with_children_under_15_and_no_dependent_students_and_no_non_dependent_children_Persons,G25,G25,Persons +G7582,CF_ChU15_a_Total_F,Couple_family_with_children_under_15_and_Total_Families,G25,G25,Families +G7583,CF_ChU15_a_Total_P,Couple_family_with_children_under_15_and_Total_Persons,G25,G25,Persons +G7584,CF_no_ChU15_a_DSs_a_NdCh_F,Couple_family_with_no_children_under_15_and_dependent_students_and_non_dependent_children_Families,G25,G25,Families +G7585,CF_no_ChU15_a_DSs_a_NdCh_P,Couple_family_with_no_children_under_15_and_dependent_students_and_non_dependent_children_Persons,G25,G25,Persons +G7586,CF_no_ChU15_a_DSs_a_no_NdCh_F,Couple_family_with_no_children_under_15_and_dependent_students_and_no_non_dependent_children_Families,G25,G25,Families +G7587,CF_no_ChU15_a_DSs_a_no_NdCh_P,Couple_family_with_no_children_under_15_and_dependent_students_and_no_non_dependent_children_Persons,G25,G25,Persons +G7588,CF_no_ChU15_a_no_DSs_a_NdCh_F,Couple_family_with_no_children_under_15_and_no_dependent_students_and_non_dependent_children_Families,G25,G25,Families +G7589,CF_no_ChU15_a_no_DSs_a_NdCh_P,Couple_family_with_no_children_under_15_and_no_dependent_students_and_non_dependent_children_Persons,G25,G25,Persons +G7590,CF_no_ChU15_a_Total_F,Couple_family_with_no_children_under_15_and_Total_Families,G25,G25,Families +G7591,CF_no_ChU15_a_Total_P,Couple_family_with_no_children_under_15_and_Total_Persons,G25,G25,Persons +G7592,CF_Total_F,Couple_family_with_Total_Families,G25,G25,Families +G7593,CF_Total_P,Couple_family_with_Total_Persons,G25,G25,Persons +G7594,OPF_ChU15_a_DSs_a_NdCh_F,One_parent_family_with_children_under_15_and_dependent_students_and_non_dependent_children_Families,G25,G25,Families +G7595,OPF_ChU15_a_DSs_a_NdCh_P,One_parent_family_with_children_under_15_and_dependent_students_and_non_dependent_children_Persons,G25,G25,Persons +G7596,OPF_ChU15_a_DSs_a_no_NdCh_F,One_parent_family_with_children_under_15_and_dependent_students_and_no_non_dependent_children_Families,G25,G25,Families +G7597,OPF_ChU15_a_DSs_a_no_NdCh_P,One_parent_family_with_children_under_15_and_dependent_students_and_no_non_dependent_children_Persons,G25,G25,Persons +G7598,OPF_ChU15_a_no_DSs_a_NdCh_F,One_parent_family_with_children_under_15_and_no_dependent_students_and_non_dependent_children_Families,G25,G25,Families +G7599,OPF_ChU15_a_no_DSs_a_NdCh_P,One_parent_family_with_children_under_15_and_no_dependent_students_and_non_dependent_children_Persons,G25,G25,Persons +G7600,OPF_ChU15_a_no_DSs_no_NdCh_F,One_parent_family_with_children_under_15_and_no_dependent_students_and_no_non_dependent_children_Families,G25,G25,Families +G7601,OPF_ChU15_a_no_DSs_no_NdCh_P,One_parent_family_with_children_under_15_and_no_dependent_students_and_no_non_dependent_children_Persons,G25,G25,Persons +G7602,OPF_ChU15_a_Total_F,One_parent_family_with_children_under_15_and_Total_Families,G25,G25,Families +G7603,OPF_ChU15_a_Total_P,One_parent_family_with_children_under_15_and_Total_Persons,G25,G25,Persons +G7604,OPF_no_ChU15_a_DSs_a_NdCh_F,One_parent_family_with_no_children_under_15_and_dependent_students_and_non_dependent_children_Families,G25,G25,Families +G7605,OPF_no_ChU15_a_DSs_a_NdCh_P,One_parent_family_with_no_children_under_15_and_dependent_students_and_non_dependent_children_Persons,G25,G25,Persons +G7606,OPF_no_ChU15_a_DSs_no_NdCh_F,One_parent_family_with_no_children_under_15_and_dependent_students_and_no_non_dependent_children_Families,G25,G25,Families +G7607,OPF_no_ChU15_a_DSs_no_NdCh_P,One_parent_family_with_no_children_under_15_and_dependent_students_and_no_non_dependent_children_Persons,G25,G25,Persons +G7608,OPF_no_ChU15_no_DSs_a_NdCh_F,One_parent_family_with_no_children_under_15_and_no_dependent_students_and_non_dependent_children_Families,G25,G25,Families +G7609,OPF_no_ChU15_no_DSs_a_NdCh_P,One_parent_family_with_no_children_under_15_and_no_dependent_students_and_non_dependent_children_Persons,G25,G25,Persons +G7610,OPF_no_ChU15_a_Total_F,One_parent_family_with_no_children_under_15_and_Total_Families,G25,G25,Families +G7611,OPF_no_ChU15_a_Total_P,One_parent_family_with_no_children_under_15_and_Total_Persons,G25,G25,Persons +G7612,OPF_Total_F,One_parent_family_with_Total_Families,G25,G25,Families +G7613,OPF_Total_P,One_parent_family_with_Total_Persons,G25,G25,Persons +G7614,Other_family_F,Other_family_Families,G25,G25,Families +G7615,Other_family_P,Other_family_Persons,G25,G25,Persons +G7616,Total_F,Total_Families,G25,G25,Families +G7617,Total_P,Total_Persons,G25,G25,Persons +G7618,CF_C_BPBO_DC_0_4,Couple_family_with_children_Both_parents_born_overseas_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7619,CF_C_BPBO_DC_5_9,Couple_family_with_children_Both_parents_born_overseas_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7620,CF_C_BPBO_DC_10_12,Couple_family_with_children_Both_parents_born_overseas_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7621,CF_C_BPBO_DC_13_14,Couple_family_with_children_Both_parents_born_overseas_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7622,CF_C_BPBO_DC_15_17,Couple_family_with_children_Both_parents_born_overseas_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7623,CF_C_BPBO_DC_18_20,Couple_family_with_children_Both_parents_born_overseas_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7624,CF_C_BPBO_DC_21_24,Couple_family_with_children_Both_parents_born_overseas_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7625,CF_C_BPBO_Tot,Couple_family_with_children_Both_parents_born_overseas_Total,G26,G26,Total +G7626,CF_C_FBO_DC_0_4,Couple_family_with_children_Father_only_born_overseas_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7627,CF_C_FBO_DC_5_9,Couple_family_with_children_Father_only_born_overseas_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7628,CF_C_FBO_DC_10_12,Couple_family_with_children_Father_only_born_overseas_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7629,CF_C_FBO_DC_13_14,Couple_family_with_children_Father_only_born_overseas_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7630,CF_C_FBO_DC_15_17,Couple_family_with_children_Father_only_born_overseas_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7631,CF_C_FBO_DC_18_20,Couple_family_with_children_Father_only_born_overseas_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7632,CF_C_FBO_DC_21_24,Couple_family_with_children_Father_only_born_overseas_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7633,CF_C_FBO_Tot,Couple_family_with_children_Father_only_born_overseas_Total,G26,G26,Total +G7634,CF_C_MBO_DC_0_4,Couple_family_with_children_Mother_only_born_overseas_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7635,CF_C_MBO_DC_5_9,Couple_family_with_children_Mother_only_born_overseas_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7636,CF_C_MBO_DC_10_12,Couple_family_with_children_Mother_only_born_overseas_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7637,CF_C_MBO_DC_13_14,Couple_family_with_children_Mother_only_born_overseas_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7638,CF_C_MBO_DC_15_17,Couple_family_with_children_Mother_only_born_overseas_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7639,CF_C_MBO_DC_18_20,Couple_family_with_children_Mother_only_born_overseas_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7640,CF_C_MBO_DC_21_24,Couple_family_with_children_Mother_only_born_overseas_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7641,CF_C_MBO_Tot,Couple_family_with_children_Mother_only_born_overseas_Total,G26,G26,Total +G7642,CF_C_BPBAu_DC_0_4,Couple_family_with_children_Both_parents_born_in_Australia_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7643,CF_C_BPBAu_DC_5_9,Couple_family_with_children_Both_parents_born_in_Australia_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7644,CF_C_BPBAu_DC_10_12,Couple_family_with_children_Both_parents_born_in_Australia_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7645,CF_C_BPBAu_DC_13_14,Couple_family_with_children_Both_parents_born_in_Australia_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7646,CF_C_BPBAu_DC_15_17,Couple_family_with_children_Both_parents_born_in_Australia_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7647,CF_C_BPBAu_DC_18_20,Couple_family_with_children_Both_parents_born_in_Australia_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7648,CF_C_BPBAu_DC_21_24,Couple_family_with_children_Both_parents_born_in_Australia_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7649,CF_C_BPBAu_Tot,Couple_family_with_children_Both_parents_born_in_Australia_Total,G26,G26,Total +G7650,CF_C_BP_NS_DC_0_4,Couple_family_with_children_Birthplace_not_stated_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7651,CF_C_BP_NS_DC_5_9,Couple_family_with_children_Birthplace_not_stated_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7652,CF_C_BP_NS_DC_10_12,Couple_family_with_children_Birthplace_not_stated_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7653,CF_C_BP_NS_DC_13_14,Couple_family_with_children_Birthplace_not_stated_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7654,CF_C_BP_NS_DC_15_17,Couple_family_with_children_Birthplace_not_stated_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7655,CF_C_BP_NS_DC_18_20,Couple_family_with_children_Birthplace_not_stated_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7656,CF_C_BP_NS_DC_21_24,Couple_family_with_children_Birthplace_not_stated_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7657,CF_C_BP_NS_Tot,Couple_family_with_children_Birthplace_not_stated_Total,G26,G26,Total +G7658,CF_C_Tot_DC_0_4,Couple_family_with_children_Total_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7659,CF_C_Tot_DC_5_9,Couple_family_with_children_Total_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7660,CF_C_Tot_DC_10_12,Couple_family_with_children_Total_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7661,CF_C_Tot_DC_13_14,Couple_family_with_children_Total_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7662,CF_C_Tot_DC_15_17,Couple_family_with_children_Total_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7663,CF_C_Tot_DC_18_20,Couple_family_with_children_Total_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7664,CF_C_Tot_DC_21_24,Couple_family_with_children_Total_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7665,CF_C_Tot_Tot,Couple_family_with_children_Total_Total,G26,G26,Total +G7666,One_PF_BPBO_DC_0_4,One_parent_family_Both_parents_born_overseas_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7667,One_PF_BPBO_DC_5_9,One_parent_family_Both_parents_born_overseas_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7668,One_PF_BPBO_DC_10_12,One_parent_family_Both_parents_born_overseas_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7669,One_PF_BPBO_DC_13_14,One_parent_family_Both_parents_born_overseas_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7670,One_PF_BPBO_DC_15_17,One_parent_family_Both_parents_born_overseas_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7671,One_PF_BPBO_DC_18_20,One_parent_family_Both_parents_born_overseas_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7672,One_PF_BPBO_DC_21_24,One_parent_family_Both_parents_born_overseas_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7673,One_PF_BPBO_Tot,One_parent_family_Both_parents_born_overseas_Total,G26,G26,Total +G7674,One_PF_FBO_DC_0_4,One_parent_family_Father_only_born_overseas_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7675,One_PF_FBO_DC_5_9,One_parent_family_Father_only_born_overseas_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7676,One_PF_FBO_DC_10_12,One_parent_family_Father_only_born_overseas_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7677,One_PF_FBO_DC_13_14,One_parent_family_Father_only_born_overseas_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7678,One_PF_FBO_DC_15_17,One_parent_family_Father_only_born_overseas_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7679,One_PF_FBO_DC_18_20,One_parent_family_Father_only_born_overseas_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7680,One_PF_FBO_DC_21_24,One_parent_family_Father_only_born_overseas_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7681,One_PF_FBO_Tot,One_parent_family_Father_only_born_overseas_Total,G26,G26,Total +G7682,One_PF_MBO_DC_0_4,One_parent_family_Mother_only_born_overseas_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7683,One_PF_MBO_DC_5_9,One_parent_family_Mother_only_born_overseas_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7684,One_PF_MBO_DC_10_12,One_parent_family_Mother_only_born_overseas_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7685,One_PF_MBO_DC_13_14,One_parent_family_Mother_only_born_overseas_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7686,One_PF_MBO_DC_15_17,One_parent_family_Mother_only_born_overseas_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7687,One_PF_MBO_DC_18_20,One_parent_family_Mother_only_born_overseas_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7688,One_PF_MBO_DC_21_24,One_parent_family_Mother_only_born_overseas_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7689,One_PF_MBO_Tot,One_parent_family_Mother_only_born_overseas_Total,G26,G26,Total +G7690,One_PF_BPBAu_DC_0_4,One_parent_family_Both_parents_born_in_Australia_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7691,One_PF_BPBAu_DC_5_9,One_parent_family_Both_parents_born_in_Australia_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7692,One_PF_BPBAu_DC_10_12,One_parent_family_Both_parents_born_in_Australia_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7693,One_PF_BPBAu_DC_13_14,One_parent_family_Both_parents_born_in_Australia_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7694,One_PF_BPBAu_DC_15_17,One_parent_family_Both_parents_born_in_Australia_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7695,One_PF_BPBAu_DC_18_20,One_parent_family_Both_parents_born_in_Australia_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7696,One_PF_BPBAu_DC_21_24,One_parent_family_Both_parents_born_in_Australia_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7697,One_PF_BPBAu_Tot,One_parent_family_Both_parents_born_in_Australia_Total,G26,G26,Total +G7698,One_PF_BP_NS_DC_0_4,One_parent_family_Birthplace_not_stated_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7699,One_PF_BP_NS_DC_5_9,One_parent_family_Birthplace_not_stated_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7700,One_PF_BP_NS_DC_10_12,One_parent_family_Birthplace_not_stated_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7701,One_PF_BP_NS_DC_13_14,One_parent_family_Birthplace_not_stated_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7702,One_PF_BP_NS_DC_15_17,One_parent_family_Birthplace_not_stated_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7703,One_PF_BP_NS_DC_18_20,One_parent_family_Birthplace_not_stated_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7704,One_PF_BP_NS_DC_21_24,One_parent_family_Birthplace_not_stated_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7705,One_PF_BP_NS_Tot,One_parent_family_Birthplace_not_stated_Total,G26,G26,Total +G7706,One_PF_Tot_DC_0_4,One_parent_family_Total_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7707,One_PF_Tot_DC_5_9,One_parent_family_Total_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7708,One_PF_Tot_DC_10_12,One_parent_family_Total_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7709,One_PF_Tot_DC_13_14,One_parent_family_Total_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7710,One_PF_Tot_DC_15_17,One_parent_family_Total_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7711,One_PF_Tot_DC_18_20,One_parent_family_Total_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7712,One_PF_Tot_DC_21_24,One_parent_family_Total_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7713,One_PF_Tot_Tot,One_parent_family_Total_Total,G26,G26,Total +G7714,Tot_DC_0_4,Total_Age_of_dependent_children_0_4_years,G26,G26,Age of dependent children: 0-4 years +G7715,Tot_DC_5_9,Total_Age_of_dependent_children_5_9_years,G26,G26,Age of dependent children: 5-9 years +G7716,Tot_DC_10_12,Total_Age_of_dependent_children_10_12_years,G26,G26,Age of dependent children: 10-12 years +G7717,Tot_DC_13_14,Total_Age_of_dependent_children_13_14_years,G26,G26,Age of dependent children: 13-14 years +G7718,Tot_DC_15_17,Total_Age_of_dependent_children_15_17_years,G26,G26,Age of dependent children: 15-17 years +G7719,Tot_DC_18_20,Total_Age_of_dependent_children_18_20_years,G26,G26,Age of dependent children: 18-20 years +G7720,Tot_DC_21_24,Total_Age_of_dependent_children_21_24_years,G26,G26,Age of dependent children: 21-24 years +G7721,Tot_Tot,Total_Total,G26,G26,Total +G7722,Intct_fam_no_otr_chld_pre_Fam,Intact_family_with_no_other_children_present_Families,G27,G27,Families +G7723,Step_fam_no_otr_chld_pre_Fam,Step_family_with_no_other_children_present_Families,G27,G27,Families +G7724,Blnd_fam_no_otr_chld_pre_Fam,Blended_family_with_no_other_children_present_Families,G27,G27,Families +G7725,Intct_fam_othr_child_pres_Fam,Intact_family_with_other_children_present_Families,G27,G27,Families +G7726,Step_fam_othr_child_pres_Fam,Step_family_with_other_children_present_Families,G27,G27,Families +G7727,Blnd_fam_othr_child_pres_Fam,Blended_family_with_other_children_present_Families,G27,G27,Families +G7728,Otr_cpl_fam_otr_chld_only_Fam,Other_couple_family_with_other_children_only_Families,G27,G27,Families +G7729,Tot_Families,Total_Families,G27,G27,Families +G7730,Neg_Nil_inc_cpl_fam_no_child,Negative_Nil_income_Couple_family_with_no_children,G28,G28,Couple family with no children +G7731,Neg_Nil_inc_cpl_fam_wth_chld,Negative_Nil_income_Couple_family_with_children,G28,G28,Couple family with children +G7732,Neg_Nil_inc_One_parent_fam,Negative_Nil_income_One_parent_family,G28,G28,One parent family +G7733,Neg_Nil_inc_Other_fam,Negative_Nil_income_Other_family,G28,G28,Other family +G7734,Neg_Nil_inc_Tot,Negative_Nil_income_Total,G28,G28,Total +G7735,FI_1_149_cpl_fam_no_child,1_149_Couple_family_with_no_children,G28,G28,Couple family with no children +G7736,FI_1_149_cpl_fam_with_child,1_149_Couple_family_with_children,G28,G28,Couple family with children +G7737,FI_1_149_One_parent_fam,1_149_One_parent_family,G28,G28,One parent family +G7738,FI_1_149_Other_fam,1_149_Other_family,G28,G28,Other family +G7739,FI_1_149_Tot,1_149_Total,G28,G28,Total +G7740,FI_150_299_cpl_fam_no_child,150_299_Couple_family_with_no_children,G28,G28,Couple family with no children +G7741,FI_150_299_cpl_fam_with_child,150_299_Couple_family_with_children,G28,G28,Couple family with children +G7742,FI_150_299_One_parent_fam,150_299_One_parent_family,G28,G28,One parent family +G7743,FI_150_299_Other_fam,150_299_Other_family,G28,G28,Other family +G7744,FI_150_299_Tot,150_299_Total,G28,G28,Total +G7745,FI_300_399_cpl_fam_no_child,300_399_Couple_family_with_no_children,G28,G28,Couple family with no children +G7746,FI_300_399_cpl_fam_with_child,300_399_Couple_family_with_children,G28,G28,Couple family with children +G7747,FI_300_399_One_parent_fam,300_399_One_parent_family,G28,G28,One parent family +G7748,FI_300_399_Other_fam,300_399_Other_family,G28,G28,Other family +G7749,FI_300_399_Tot,300_399_Total,G28,G28,Total +G7750,FI_400_499_cpl_fam_no_child,400_499_Couple_family_with_no_children,G28,G28,Couple family with no children +G7751,FI_400_499_cpl_fam_with_child,400_499_Couple_family_with_children,G28,G28,Couple family with children +G7752,FI_400_499_One_parent_fam,400_499_One_parent_family,G28,G28,One parent family +G7753,FI_400_499_Other_fam,400_499_Other_family,G28,G28,Other family +G7754,FI_400_499_Tot,400_499_Total,G28,G28,Total +G7755,FI_500_649_cpl_fam_no_child,500_649_Couple_family_with_no_children,G28,G28,Couple family with no children +G7756,FI_500_649_cpl_fam_with_child,500_649_Couple_family_with_children,G28,G28,Couple family with children +G7757,FI_500_649_One_parent_fam,500_649_One_parent_family,G28,G28,One parent family +G7758,FI_500_649_Other_fam,500_649_Other_family,G28,G28,Other family +G7759,FI_500_649_Tot,500_649_Total,G28,G28,Total +G7760,FI_650_799_cpl_fam_no_child,650_799_Couple_family_with_no_children,G28,G28,Couple family with no children +G7761,FI_650_799_cpl_fam_with_child,650_799_Couple_family_with_children,G28,G28,Couple family with children +G7762,FI_650_799_One_parent_fam,650_799_One_parent_family,G28,G28,One parent family +G7763,FI_650_799_Other_fam,650_799_Other_family,G28,G28,Other family +G7764,FI_650_799_Tot,650_799_Total,G28,G28,Total +G7765,FI_800_999_cpl_fam_no_child,800_999_Couple_family_with_no_children,G28,G28,Couple family with no children +G7766,FI_800_999_cpl_fam_wth_chld,800_999_Couple_family_with_children,G28,G28,Couple family with children +G7767,FI_800_999_One_parent_fam,800_999_One_parent_family,G28,G28,One parent family +G7768,FI_800_999_Other_fam,800_999_Other_family,G28,G28,Other family +G7769,FI_800_999_Tot,800_999_Total,G28,G28,Total +G7770,FI_1000_1249_cpl_fam_no_child,1000_1249_Couple_family_with_no_children,G28,G28,Couple family with no children +G7771,FI_1000_1249_cpl_fam_wth_chld,1000_1249_Couple_family_with_children,G28,G28,Couple family with children +G7772,FI_1000_1249_One_parent_fam,1000_1249_One_parent_family,G28,G28,One parent family +G7773,FI_1000_1249_Other_fam,1000_1249_Other_family,G28,G28,Other family +G7774,FI_1000_1249_Tot,1000_1249_Total,G28,G28,Total +G7775,FI_1250_1499_cpl_fam_no_child,1250_1499_Couple_family_with_no_children,G28,G28,Couple family with no children +G7776,FI_1250_1499_cpl_fam_wth_chld,1250_1499_Couple_family_with_children,G28,G28,Couple family with children +G7777,FI_1250_1499_One_parent_fam,1250_1499_One_parent_family,G28,G28,One parent family +G7778,FI_1250_1499_Other_fam,1250_1499_Other_family,G28,G28,Other family +G7779,FI_1250_1499_Tot,1250_1499_Total,G28,G28,Total +G7780,FI_1500_1749_cpl_fam_no_child,1500_1749_Couple_family_with_no_children,G28,G28,Couple family with no children +G7781,FI_1500_1749_cpl_fam_wth_chld,1500_1749_Couple_family_with_children,G28,G28,Couple family with children +G7782,FI_1500_1749_One_parent_fam,1500_1749_One_parent_family,G28,G28,One parent family +G7783,FI_1500_1749_Other_fam,1500_1749_Other_family,G28,G28,Other family +G7784,FI_1500_1749_Tot,1500_1749_Total,G28,G28,Total +G7785,FI_1750_1999_cpl_fam_no_child,1750_1999_Couple_family_with_no_children,G28,G28,Couple family with no children +G7786,FI_1750_1999_cpl_fam_wth_chld,1750_1999_Couple_family_with_children,G28,G28,Couple family with children +G7787,FI_1750_1999_One_parent_fam,1750_1999_One_parent_family,G28,G28,One parent family +G7788,FI_1750_1999_Other_fam,1750_1999_Other_family,G28,G28,Other family +G7789,FI_1750_1999_Tot,1750_1999_Total,G28,G28,Total +G7790,FI_2000_2499_cpl_fam_no_child,2000_2499_Couple_family_with_no_children,G28,G28,Couple family with no children +G7791,FI_2000_2499_cpl_fam_wth_chld,2000_2499_Couple_family_with_children,G28,G28,Couple family with children +G7792,FI_2000_2499_One_parent_fam,2000_2499_One_parent_family,G28,G28,One parent family +G7793,FI_2000_2499_Other_fam,2000_2499_Other_family,G28,G28,Other family +G7794,FI_2000_2499_Tot,2000_2499_Total,G28,G28,Total +G7795,FI_2500_2999_cpl_fam_no_child,2500_2999_Couple_family_with_no_children,G28,G28,Couple family with no children +G7796,FI_2500_2999_cpl_fam_wth_chld,2500_2999_Couple_family_with_children,G28,G28,Couple family with children +G7797,FI_2500_2999_One_parent_fam,2500_2999_One_parent_family,G28,G28,One parent family +G7798,FI_2500_2999_Other_fam,2500_2999_Other_family,G28,G28,Other family +G7799,FI_2500_2999_Tot,2500_2999_Total,G28,G28,Total +G7800,FI_3000_3499_cpl_fam_no_child,3000_3499_Couple_family_with_no_children,G28,G28,Couple family with no children +G7801,FI_3000_3499_cpl_fam_wth_chld,3000_3499_Couple_family_with_children,G28,G28,Couple family with children +G7802,FI_3000_3499_One_parent_fam,3000_3499_One_parent_family,G28,G28,One parent family +G7803,FI_3000_3499_Other_fam,3000_3499_Other_family,G28,G28,Other family +G7804,FI_3000_3499_Tot,3000_3499_Total,G28,G28,Total +G7805,FI_3500_3999_cpl_fam_no_child,3500_3999_Couple_family_with_no_children,G28,G28,Couple family with no children +G7806,FI_3500_3999_cpl_fam_wth_chld,3500_3999_Couple_family_with_children,G28,G28,Couple family with children +G7807,FI_3500_3999_One_parent_fam,3500_3999_One_parent_family,G28,G28,One parent family +G7808,FI_3500_3999_Other_fam,3500_3999_Other_family,G28,G28,Other family +G7809,FI_3500_3999_Tot,3500_3999_Total,G28,G28,Total +G7810,FI_4000_more_cpl_fam_no_child,4000_or_more_Couple_family_with_no_children,G28,G28,Couple family with no children +G7811,FI_4000_more_cpl_fam_wth_chld,4000_or_more_Couple_family_with_children,G28,G28,Couple family with children +G7812,FI_4000_more_One_parent_fam,4000_or_more_One_parent_family,G28,G28,One parent family +G7813,FI_4000_more_Other_fam,4000_or_more_Other_family,G28,G28,Other family +G7814,FI_4000_more_Tot,4000_or_more_Total,G28,G28,Total +G7815,Prt_inc_std_cpl_fam_no_child,Partial_income_stated_Couple_family_with_no_children,G28,G28,Couple family with no children +G7816,Part_inc_std_cpl_fam_wth_chld,Partial_income_stated_Couple_family_with_children,G28,G28,Couple family with children +G7817,Part_inc_statd_One_parent_fam,Partial_income_stated_One_parent_family,G28,G28,One parent family +G7818,Partial_income_statd_Othr_fam,Partial_income_stated_Other_family,G28,G28,Other family +G7819,Partial_income_stated_Tot,Partial_income_stated_Total,G28,G28,Total +G7820,All_inc_ns_cpl_fam_no_child,All_incomes_not_stated_Couple_family_with_no_children,G28,G28,Couple family with no children +G7821,All_inc_ns_cpl_fam_wth_chld,All_incomes_not_stated_Couple_family_with_children,G28,G28,Couple family with children +G7822,All_incomes_ns_One_parent_fam,All_incomes_not_stated_One_parent_family,G28,G28,One parent family +G7823,All_incomes_ns_Other_fam,All_incomes_not_stated_Other_family,G28,G28,Other family +G7824,All_incomes_ns_Tot,All_incomes_not_stated_Total,G28,G28,Total +G7825,Tot_cpl_fam_no_child,Total_Couple_family_with_no_children,G28,G28,Couple family with no children +G7826,Tot_cpl_fam_wth_chld,Total_Couple_family_with_children,G28,G28,Couple family with children +G7827,Tot_One_parent_fam,Total_One_parent_family,G28,G28,One parent family +G7828,Tot_Other_fam,Total_Other_family,G28,G28,Other family +G7829,Tot_Tot,Total_Total,G28,G28,Total +G7830,Neg_Nil_inc_fam_households,Negative_Nil_income_Family_households,G29,G29,Family households +G7831,Neg_Nil_inc_Non_fam_househlds,Negative_Nil_income_Non_family_households,G29,G29,Non-family households +G7832,Negative_Nil_income_Tot,Negative_Nil_income_Total,G29,G29,Total +G7833,HI_1_149_Family_households,1_149_Family_households,G29,G29,Family households +G7834,HI_1_149_Non_family_hseholds,1_149_Non_family_households,G29,G29,Non-family households +G7835,HI_1_149_Tot,1_149_Total,G29,G29,Total +G7836,HI_150_299_Family_households,150_299_Family_households,G29,G29,Family households +G7837,HI_150_299_Non_fam_househlds,150_299_Non_family_households,G29,G29,Non-family households +G7838,HI_150_299_Tot,150_299_Total,G29,G29,Total +G7839,HI_300_399_Family_households,300_399_Family_households,G29,G29,Family households +G7840,HI_300_399_Non_fam_househlds,300_399_Non_family_households,G29,G29,Non-family households +G7841,HI_300_399_Tot,300_399_Total,G29,G29,Total +G7842,HI_400_499_Family_households,400_499_Family_households,G29,G29,Family households +G7843,HI_400_499_Non_fam_househlds,400_499_Non_family_households,G29,G29,Non-family households +G7844,HI_400_499_Tot,400_499_Total,G29,G29,Total +G7845,HI_500_649_Family_households,500_649_Family_households,G29,G29,Family households +G7846,HI_500_649_Non_fam_househlds,500_649_Non_family_households,G29,G29,Non-family households +G7847,HI_500_649_Tot,500_649_Total,G29,G29,Total +G7848,HI_650_799_Family_households,650_799_Family_households,G29,G29,Family households +G7849,HI_650_799_Non_fam_househlds,650_799_Non_family_households,G29,G29,Non-family households +G7850,HI_650_799_Tot,650_799_Total,G29,G29,Total +G7851,HI_800_999_Fam_households,800_999_Family_households,G29,G29,Family households +G7852,HI_800_999_Non_fam_hsehlds,800_999_Non_family_households,G29,G29,Non-family households +G7853,HI_800_999_Tot,800_999_Total,G29,G29,Total +G7854,HI_1000_1249_Fam_households,1000_1249_Family_households,G29,G29,Family households +G7855,HI_1000_1249_Non_fam_hsehlds,1000_1249_Non_family_households,G29,G29,Non-family households +G7856,HI_1000_1249_Tot,1000_1249_Total,G29,G29,Total +G7857,HI_1250_1499_Fam_households,1250_1499_Family_households,G29,G29,Family households +G7858,HI_1250_1499_Non_fam_hsehlds,1250_1499_Non_family_households,G29,G29,Non-family households +G7859,HI_1250_1499_Tot,1250_1499_Total,G29,G29,Total +G7860,HI_1500_1749_Fam_households,1500_1749_Family_households,G29,G29,Family households +G7861,HI_1500_1749_Non_fam_hsehlds,1500_1749_Non_family_households,G29,G29,Non-family households +G7862,HI_1500_1749_Tot,1500_1749_Total,G29,G29,Total +G7863,HI_1750_1999_Fam_households,1750_1999_Family_households,G29,G29,Family households +G7864,HI_1750_1999_Non_fam_hsehlds,1750_1999_Non_family_households,G29,G29,Non-family households +G7865,HI_1750_1999_Tot,1750_1999_Total,G29,G29,Total +G7866,HI_2000_2499_Fam_households,2000_2499_Family_households,G29,G29,Family households +G7867,HI_2000_2499_Non_fam_hsehlds,2000_2499_Non_family_households,G29,G29,Non-family households +G7868,HI_2000_2499_Tot,2000_2499_Total,G29,G29,Total +G7869,HI_2500_2999_Fam_households,2500_2999_Family_households,G29,G29,Family households +G7870,HI_2500_2999_Non_fam_hsehlds,2500_2999_Non_family_households,G29,G29,Non-family households +G7871,HI_2500_2999_Tot,2500_2999_Total,G29,G29,Total +G7872,HI_3000_3499_Fam_households,3000_3499_Family_households,G29,G29,Family households +G7873,HI_3000_3499_Non_fam_hsehlds,3000_3499_Non_family_households,G29,G29,Non-family households +G7874,HI_3000_3499_Tot,3000_3499_Total,G29,G29,Total +G7875,HI_3500_3999_Fam_households,3500_3999_Family_households,G29,G29,Family households +G7876,HI_3500_3999_Non_fam_hsehlds,3500_3999_Non_family_households,G29,G29,Non-family households +G7877,HI_3500_3999_Tot,3500_3999_Total,G29,G29,Total +G7878,HI_4000_more_Fam_households,4000_or_more_Family_households,G29,G29,Family households +G7879,HI_4000_more_Non_fam_hsehlds,4000_or_more_Non_family_households,G29,G29,Non-family households +G7880,HI_4000_more_Tot,4000_or_more_Total,G29,G29,Total +G7881,Part_inc_stated_Fam_household,Partial_income_stated_Family_households,G29,G29,Family households +G7882,Part_inc_std_Non_fam_hhds,Partial_income_stated_Non_family_households,G29,G29,Non-family households +G7883,Partial_income_stated_Tot,Partial_income_stated_Total,G29,G29,Total +G7884,All_incomes_ns_Famly_househld,All_incomes_not_stated_Family_households,G29,G29,Family households +G7885,All_inc_ns_Non_famly_househld,All_incomes_not_stated_Non_family_households,G29,G29,Non-family households +G7886,All_incomes_not_stated_Tot,All_incomes_not_stated_Total,G29,G29,Total +G7887,Tot_Family_households,Total_Family_households,G29,G29,Family households +G7888,Tot_Non_family_households,Total_Non_family_households,G29,G29,Non-family households +G7889,Tot_Tot,Total_Total,G29,G29,Total +G7890,Num_MVs_per_dweling_0_MVs,Number_of_motor_vehicles_per_dwelling_No_motor_vehicles_Dwellings,G30,G30,Dwellings +G7891,Num_MVs_per_dweling_1_MVs,Number_of_motor_vehicles_per_dwelling_One_motor_vehicle_Dwellings,G30,G30,Dwellings +G7892,Num_MVs_per_dweling_2_MVs,Number_of_motor_vehicles_per_dwelling_Two_motor_vehicles_Dwellings,G30,G30,Dwellings +G7893,Num_MVs_per_dweling_3_MVs,Number_of_motor_vehicles_per_dwelling_Three_motor_vehicles_Dwellings,G30,G30,Dwellings +G7894,Num_MVs_per_dweling_4mo_MVs,Number_of_motor_vehicles_per_dwelling_Four_or_more_motor_vehicles_Dwellings,G30,G30,Dwellings +G7895,Num_MVs_per_dweling_Tot,Number_of_motor_vehicles_per_dwelling_Total_Dwellings,G30,G30,Dwellings +G7896,Num_MVs_NS,Number_of_motor_vehicles_not_stated_Dwellings,G30,G30,Dwellings +G7897,Total_dwelings,Total_Dwellings,G30,G30,Dwellings +G7898,Num_Psns_UR_1_FamHhold,Number_of_Persons_usually_resident_One_Family_households,G31,G31,Family households +G7899,Num_Psns_UR_1_NonFamHhold,Number_of_Persons_usually_resident_One_Non_family_households,G31,G31,Non-family households +G7900,Num_Psns_UR_1_Total,Number_of_Persons_usually_resident_One_Total,G31,G31,Total +G7901,Num_Psns_UR_2_FamHhold,Number_of_Persons_usually_resident_Two_Family_households,G31,G31,Family households +G7902,Num_Psns_UR_2_NonFamHhold,Number_of_Persons_usually_resident_Two_Non_family_households,G31,G31,Non-family households +G7903,Num_Psns_UR_2_Total,Number_of_Persons_usually_resident_Two_Total,G31,G31,Total +G7904,Num_Psns_UR_3_FamHhold,Number_of_Persons_usually_resident_Three_Family_households,G31,G31,Family households +G7905,Num_Psns_UR_3_NonFamHhold,Number_of_Persons_usually_resident_Three_Non_family_households,G31,G31,Non-family households +G7906,Num_Psns_UR_3_Total,Number_of_Persons_usually_resident_Three_Total,G31,G31,Total +G7907,Num_Psns_UR_4_FamHhold,Number_of_Persons_usually_resident_Four_Family_households,G31,G31,Family households +G7908,Num_Psns_UR_4_NonFamHhold,Number_of_Persons_usually_resident_Four_Non_family_households,G31,G31,Non-family households +G7909,Num_Psns_UR_4_Total,Number_of_Persons_usually_resident_Four_Total,G31,G31,Total +G7910,Num_Psns_UR_5_FamHhold,Number_of_Persons_usually_resident_Five_Family_households,G31,G31,Family households +G7911,Num_Psns_UR_5_NonFamHhold,Number_of_Persons_usually_resident_Five_Non_family_households,G31,G31,Non-family households +G7912,Num_Psns_UR_5_Total,Number_of_Persons_usually_resident_Five_Total,G31,G31,Total +G7913,Num_Psns_UR_6mo_FamHhold,Number_of_Persons_usually_resident_Six_or_more_Family_households,G31,G31,Family households +G7914,Num_Psns_UR_6mo_NonFamHhold,Number_of_Persons_usually_resident_Six_or_more_Non_family_households,G31,G31,Non-family households +G7915,Num_Psns_UR_6mo_Total,Number_of_Persons_usually_resident_Six_or_more_Total,G31,G31,Total +G7916,Total_FamHhold,Total_Family_households,G31,G31,Family households +G7917,Total_NonFamHhold,Total_Non_family_households,G31,G31,Non-family households +G7918,Total_Total,Total_Total,G31,G31,Total +G7919,OPDs_Separate_house_Dwellings,Occupied_private_dwellings_Separate_house_Dwellings,G32,G32,Dwellings +G7920,OPDs_Separate_house_Persons,Occupied_private_dwellings_Separate_house_Persons,G32,G32,Persons +G7921,OPDs_SD_r_t_h_th_1_sty_Dwgs,Occupied_private_dwellings_Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Dwellings,G32,G32,Dwellings +G7922,OPDs_SD_r_t_h_th_1_sty_Psns,Occupied_private_dwellings_Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Persons,G32,G32,Persons +G7923,OPDs_SD_r_t_h_th_2_m_sty_Dwgs,Occupied_private_dwellings_Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Dwellings,G32,G32,Dwellings +G7924,OPDs_SD_r_t_h_th_2_m_sty_Psns,Occupied_private_dwellings_Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Persons,G32,G32,Persons +G7925,OPDs_SD_r_t_h_th_Tot_Dwgs,Occupied_private_dwellings_Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Dwellings,G32,G32,Dwellings +G7926,OPDs_SD_r_t_h_th_Tot_Psns,Occupied_private_dwellings_Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Persons,G32,G32,Persons +G7927,OPDs_F_ap_I_1or2_sty_blk_Ds,Occupied_private_dwellings_Flat_or_apartment_In_a_one_or_two_storey_block_Dwellings,G32,G32,Dwellings +G7928,OPDs_F_ap_I_1or2_sty_blk_Ps,Occupied_private_dwellings_Flat_or_apartment_In_a_one_or_two_storey_block_Persons,G32,G32,Persons +G7929,OPDs_F_ap_I_3_sty_blk_Dwgs,Occupied_private_dwellings_Flat_or_apartment_In_a_three_storey_block_Dwellings,G32,G32,Dwellings +G7930,OPDs_F_ap_I_3_sty_blk_Psns,Occupied_private_dwellings_Flat_or_apartment_In_a_three_storey_block_Persons,G32,G32,Persons +G7931,OPDs_F_ap_I_4_m_sty_blk_Ds,Occupied_private_dwellings_Flat_or_apartment_In_a_four_or_more_storey_block_Dwellings,G32,G32,Dwellings +G7932,OPDs_F_ap_I_4_m_sty_blk_Ps,Occupied_private_dwellings_Flat_or_apartment_In_a_four_or_more_storey_block_Persons,G32,G32,Persons +G7933,OPDs_Flt_apt_Att_house_Ds,Occupied_private_dwellings_Flat_or_apartment_Attached_to_a_house_Dwellings,G32,G32,Dwellings +G7934,OPDs_Flt_apt_Att_house_Ps,Occupied_private_dwellings_Flat_or_apartment_Attached_to_a_house_Persons,G32,G32,Persons +G7935,OPDs_Flt_apart_Tot_Dwgs,Occupied_private_dwellings_Flat_or_apartment_Total_Dwellings,G32,G32,Dwellings +G7936,OPDs_Flt_apart_Tot_Psns,Occupied_private_dwellings_Flat_or_apartment_Total_Persons,G32,G32,Persons +G7937,OPDs_Oth_dwg_Cvn_Ds,Occupied_private_dwellings_Other_dwelling_Caravan_Dwellings,G32,G32,Dwellings +G7938,OPDs_Oth_dw_Cvn_Ps,Occupied_private_dwellings_Other_dwelling_Caravan_Persons,G32,G32,Persons +G7939,OPDs_Oth_dwg_cab_hboat_Ds,Occupied_private_dwellings_Other_dwelling_Cabin_houseboat_Dwellings,G32,G32,Dwellings +G7940,OPDs_Oth_dwg_cab_hboat_Ps,Occupied_private_dwellings_Other_dwelling_Cabin_houseboat_Persons,G32,G32,Persons +G7941,OPDs_Ot_dwg_Im_hm_tnt_SO_Ds,Occupied_private_dwellings_Other_dwelling_Improvised_home_tent_sleepers_out_Dwellings,G32,G32,Dwellings +G7942,OPDs_Ot_dwg_Im_hm_tnt_SO_Ps,Occupied_private_dwellings_Other_dwelling_Improvised_home_tent_sleepers_out_Persons,G32,G32,Persons +G7943,OPDs_Ot_dwg_Hs_f_att_sh_of_Ds,Occupied_private_dwellings_Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Dwellings,G32,G32,Dwellings +G7944,OPDs_Ot_dwg_Hs_f_att_sh_of_Ps,Occupied_private_dwellings_Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Persons,G32,G32,Persons +G7945,OPDs_Other_dwelling_Tot_Dwgs,Occupied_private_dwellings_Other_dwelling_Total_Dwellings,G32,G32,Dwellings +G7946,OPDs_Other_dwelling_Tot_Psns,Occupied_private_dwellings_Other_dwelling_Total_Persons,G32,G32,Persons +G7947,OPDs_Dwlling_structur_NS_Dwgs,Occupied_private_dwellings_Dwelling_structure_not_stated_Dwellings,G32,G32,Dwellings +G7948,OPDs_Dwlling_structur_NS_Psns,Occupied_private_dwellings_Dwelling_structure_not_stated_Persons,G32,G32,Persons +G7949,OPDs_Tot_OPDs_Dwellings,Occupied_private_dwellings_Total_occupied_private_dwellings_Dwellings,G32,G32,Dwellings +G7950,OPDs_Tot_OPDs_Persons,Occupied_private_dwellings_Total_occupied_private_dwellings_Persons,G32,G32,Persons +G7951,Unoccupied_PDs_Dwgs,Unoccupied_private_dwellings_Dwellings,G32,G32,Dwellings +G7952,Unoccupied_PDs_Psns,Unoccupied_private_dwellings_Persons,G32,G32,Persons +G7953,Total_PDs_Dwellings,Total_private_dwellings_Dwellings,G32,G32,Dwellings +G7954,Total_PDs_Persons,Total_private_dwellings_Persons,G32,G32,Persons +G7955,O_OR_DS_Sep_house,Owned_outright_Dwelling_structure_Separate_house,G33,G33,Separate house +G7956,O_OR_DS_SemiD_ro_or_tce_h_th,Owned_outright_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G7957,O_OR_DS_Flat_apart,Owned_outright_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G7958,O_OR_DS_Oth_dwell,Owned_outright_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G7959,O_OR_DS_not_stated,Owned_outright_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G7960,O_OR_Total,Owned_outright_Total,G33,G33,Total +G7961,O_MTG_DS_Sep_house,Owned_with_a_mortgage_Dwelling_structure_Separate_house,G33,G33,Separate house +G7962,O_MTG_DS_SemiD_ro_or_tce_h_th,Owned_with_a_mortgage_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G7963,O_MTG_DS_Flat_apart,Owned_with_a_mortgage_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G7964,O_MTG_DS_Oth_dwell,Owned_with_a_mortgage_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G7965,O_MTG_DS_not_stated,Owned_with_a_mortgage_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G7966,O_MTG_Total,Owned_with_a_mortgage_Total,G33,G33,Total +G7967,R_RE_Agt_DS_Sep_house,Rented_Real_Estate_Agent_Dwelling_structure_Separate_house,G33,G33,Separate house +G7968,R_RE_Ag_DS_SemD_ro_or_tc_h_th,Rented_Real_Estate_Agent_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G7969,R_RE_Agt_DS_Flat_apart,Rented_Real_Estate_Agent_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G7970,R_RE_Agt_DS_Oth_dwell,Rented_Real_Estate_Agent_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G7971,R_RE_Agt_DS_not_stated,Rented_Real_Estate_Agent_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G7972,R_RE_Agt_Total,Rented_Real_Estate_Agent_Total,G33,G33,Total +G7973,R_ST_h_auth_DS_Sep_house,Rented_State_or_territory_housing_authority_Dwelling_structure_Separate_house,G33,G33,Separate house +G7974,R_ST_h_au_DS_SD_ro_or_tc_h_th,Rented_State_or_territory_housing_authority_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G7975,R_ST_h_auth_DS_Flat_apart,Rented_State_or_territory_housing_authority_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G7976,R_ST_h_auth_DS_Oth_dwell,Rented_State_or_territory_housing_authority_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G7977,R_ST_h_auth_DS_not_stated,Rented_State_or_territory_housing_authority_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G7978,R_ST_h_auth_Total,Rented_State_or_territory_housing_authority_Total,G33,G33,Total +G7979,R_Psn_not_in_s_hh_DS_Sep_hous,Rented_Person_not_in_same_household_Dwelling_structure_Separate_house,G33,G33,Separate house +G7980,R_P_not_in_s_h_DS_SD_ro_t_h_t,Rented_Person_not_in_same_household_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G7981,R_P_not_in_s_hh_DS_Flat_apart,Rented_Person_not_in_same_household_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G7982,R_Psn_not_in_s_hh_DS_Oth_dwel,Rented_Person_not_in_same_household_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G7983,R_Psn_not_in_s_hh_DS_NS,Rented_Person_not_in_same_household_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G7984,R_Psn_not_in_s_hh_Total,Rented_Person_not_in_same_household_Total,G33,G33,Total +G7985,R_Hs_cop_cty_ch_gp_DS_Sp_ho,Rented_Housing_co_operative_community_church_group_Dwelling_structure_Separate_house,G33,G33,Separate house +G7986,R_Hs_c_ct_ch_g_DS_SD_ro_t_h_t,Rented_Housing_co_operative_community_church_group_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G7987,R_Hse_cp_cty_ch_g_DS_Flt_apt,Rented_Housing_co_operative_community_church_group_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G7988,R_Hs_cop_cty_ch_gp_DS_Ot_dwel,Rented_Housing_co_operative_community_church_group_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G7989,R_Hse_coop_cty_ch_gp_DS_NS,Rented_Housing_co_operative_community_church_group_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G7990,R_Hse_coop_cty_ch_gp_Total,Rented_Housing_co_operative_community_church_group_Total,G33,G33,Total +G7991,R_Ot_landld_typ_DS_Sep_house,Rented_Other_landlord_type_Dwelling_structure_Separate_house,G33,G33,Separate house +G7992,R_O_LLd_typ_DS_SD_ro_tc_h_th,Rented_Other_landlord_type_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G7993,R_Ot_LLd_typ_DS_Flat_apart,Rented_Other_landlord_type_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G7994,R_Ot_landld_typ_DS_Oth_dwell,Rented_Other_landlord_type_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G7995,R_Ot_landld_typ_DS_not_stated,Rented_Other_landlord_type_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G7996,R_Ot_landld_typ_Total,Rented_Other_landlord_type_Total,G33,G33,Total +G7997,R_Landld_typ_NS_DS_Sep_house,Rented_Landlord_type_not_stated_Dwelling_structure_Separate_house,G33,G33,Separate house +G7998,R_Ld_typ_NS_DS_SD_ro_tce_h_th,Rented_Landlord_type_not_stated_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G7999,R_LLd_typ_NS_DS_Flat_apart,Rented_Landlord_type_not_stated_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G8000,R_Landld_typ_NS_DS_Oth_dwell,Rented_Landlord_type_not_stated_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G8001,R_Landld_typ_NS_DS_not_stated,Rented_Landlord_type_not_stated_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G8002,R_Landld_typ_NS_Total,Rented_Landlord_type_not_stated_Total,G33,G33,Total +G8003,R_Tot_DS_Sep_house,Rented_Total_Dwelling_structure_Separate_house,G33,G33,Separate house +G8004,R_Tot_DS_SemiD_ro_or_tce_h_th,Rented_Total_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G8005,R_Tot_DS_Flat_apart,Rented_Total_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G8006,R_Tot_DS_Oth_dwell,Rented_Total_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G8007,R_Tot_DS_not_stated,Rented_Total_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G8008,R_Tot_Total,Rented_Total_Total,G33,G33,Total +G8009,Oth_ten_type_DS_Sep_house,Other_tenure_type_Dwelling_structure_Separate_house,G33,G33,Separate house +G8010,Oth_ten_ty_DS_SD_ro_tce_h_th,Other_tenure_type_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G8011,Oth_ten_type_DS_Flat_apart,Other_tenure_type_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G8012,Oth_ten_type_DS_Oth_dwell,Other_tenure_type_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G8013,Oth_ten_type_DS_not_stated,Other_tenure_type_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G8014,Oth_ten_type_Total,Other_tenure_type_Total,G33,G33,Total +G8015,Ten_type_NS_DS_Sep_house,Tenure_type_not_stated_Dwelling_structure_Separate_house,G33,G33,Separate house +G8016,Ten_ty_NS_DS_SD_ro_tce_h_t,Tenure_type_not_stated_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G8017,Ten_ty_NS_DS_Flat_apart,Tenure_type_not_stated_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G8018,Ten_type_NS_DS_Oth_dwell,Tenure_type_not_stated_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G8019,Ten_type_NS_DS_not_stated,Tenure_type_not_stated_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G8020,Ten_type_NS_Total,Tenure_type_not_stated_Total,G33,G33,Total +G8021,Total_DS_Sep_house,Total_Dwelling_structure_Separate_house,G33,G33,Separate house +G8022,Total_DS_SemiD_ro_or_tce_h_th,Total_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G33,G33,Semi-detached\ row or terrace house\ townhouse etc. +G8023,Total_DS_Flat_apart,Total_Dwelling_structure_Flat_or_apartment,G33,G33,Flat or apartment +G8024,Total_DS_Oth_dwell,Total_Dwelling_structure_Other_dwelling,G33,G33,Other dwelling +G8025,Total_DS_not_stated,Total_Dwelling_structure_not_stated,G33,G33,Dwelling structure not stated +G8026,Total_Total,Total_Total,G33,G33,Total +G8027,M_0_299_DS_DS_Sept_house,0_299_Dwelling_structure_Separate_house,G34,G34,Separate house +G8028,M_0_299_DS_DS_sd_row_tce_hs_t,0_299_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8029,M_0_299_DS_DS_Flat_apart,0_299_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8030,M_0_299_DS_DS_Other_dwg,0_299_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8031,M_0_299_DS_ns,0_299_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8032,M_0_299_Tot,0_299_Total,G34,G34,Total +G8033,M_300_449_DS_Separate_hse,300_449_Dwelling_structure_Separate_house,G34,G34,Separate house +G8034,M_300_449_DS_sd_row_tc_hse_th,300_449_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8035,M_300_449_DS_Flat_apart,300_449_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8036,M_300_449_DS_Other_dwg,300_449_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8037,M_300_449_DS_ns,300_449_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8038,M_300_449_Tot,300_449_Total,G34,G34,Total +G8039,M_450_599_DS_Separate_hse,450_599_Dwelling_structure_Separate_house,G34,G34,Separate house +G8040,M_450_599_DS_sd_row_tce_hs_th,450_599_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8041,M_450_599_DS_Flat_apart,450_599_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8042,M_450_599_DS_Other_dwg,450_599_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8043,M_450_599_DS_ns,450_599_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8044,M_450_599_Tot,450_599_Total,G34,G34,Total +G8045,M_600_799_DS_Separate_hse,600_799_Dwelling_structure_Separate_house,G34,G34,Separate house +G8046,M_600_799_DS_sd_row_tc_hs_th,600_799_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8047,M_600_799_DS_Flat_apart,600_799_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8048,M_600_799_DS_Other_dwg,600_799_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8049,M_600_799_DS_ns,600_799_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8050,M_600_799_Tot,600_799_Total,G34,G34,Total +G8051,M_800_999_DS_Separate_hse,800_999_Dwelling_structure_Separate_house,G34,G34,Separate house +G8052,M_800_999_DS_sd_row_tc_hs_th,800_999_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8053,M_800_999_DS_Flat_apart,800_999_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8054,M_800_999_DS_Other_dwg,800_999_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8055,M_800_999_DS_ns,800_999_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8056,M_800_999_Tot,800_999_Total,G34,G34,Total +G8057,M_1000_1399_DS_Separate_hse,1000_1399_Dwelling_structure_Separate_house,G34,G34,Separate house +G8058,M_1000_1399_DS_sd_rw_tc_h_th,1000_1399_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8059,M_1000_1399_DS_Flat_apart,1000_1399_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8060,M_1000_1399_DS_Other_dwg,1000_1399_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8061,M_1000_1399_DS_ns,1000_1399_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8062,M_1000_1399_Tot,1000_1399_Total,G34,G34,Total +G8063,M_1400_1799_DS_Separate_hse,1400_1799_Dwelling_structure_Separate_house,G34,G34,Separate house +G8064,M_1400_1799_DS_sd_rw_tc_h_th,1400_1799_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8065,M_1400_1799_DS_Flat_apart,1400_1799_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8066,M_1400_1799_DS_Other_dwg,1400_1799_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8067,M_1400_1799_DS_ns,1400_1799_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8068,M_1400_1799_Tot,1400_1799_Total,G34,G34,Total +G8069,M_1800_2399_DS_Separate_hse,1800_2399_Dwelling_structure_Separate_house,G34,G34,Separate house +G8070,M_1800_2399_DS_sd_rw_tc_h_th,1800_2399_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8071,M_1800_2399_DS_Flat_apart,1800_2399_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8072,M_1800_2399_DS_Other_dwg,1800_2399_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8073,M_1800_2399_DS_ns,1800_2399_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8074,M_1800_2399_Tot,1800_2399_Total,G34,G34,Total +G8075,M_2400_2999_DS_Separate_hse,2400_2999_Dwelling_structure_Separate_house,G34,G34,Separate house +G8076,M_2400_2999_DS_sd_rw_tc_h_th,2400_2999_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8077,M_2400_2999_DS_Flat_apart,2400_2999_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8078,M_2400_2999_DS_Other_dwg,2400_2999_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8079,M_2400_2999_DS_ns,2400_2999_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8080,M_2400_2999_Tot,2400_2999_Total,G34,G34,Total +G8081,M_3000_3999_DS_Separate_hse,3000_3999_Dwelling_structure_Separate_house,G34,G34,Separate house +G8082,M_3000_3999_DS_sd_rw_tc_h_th,3000_3999_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8083,M_3000_3999_DS_Flt_apart,3000_3999_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8084,M_3000_3999_DS_Other_dwg,3000_3999_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8085,M_3000_3999_DS_ns,3000_3999_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8086,M_3000_3999_Tot,3000_3999_Total,G34,G34,Total +G8087,M_4000_over_DS_Separate_hse,4000_and_over_Dwelling_structure_Separate_house,G34,G34,Separate house +G8088,M_4000_ov_DS_sd_rw_tce_hs_th,4000_and_over_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8089,M_4000_over_DS_Flat_apart,4000_and_over_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8090,M_4000_over_DS_Other_dwg,4000_and_over_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8091,M_4000_DS_over_ns,4000_and_over_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8092,M_4000_over_Tot,4000_and_over_Total,G34,G34,Total +G8093,Mort_Rpmnt_ns_DS_Separat_hs,Mortgage_repayment_not_stated_Dwelling_structure_Separate_house,G34,G34,Separate house +G8094,Mrt_Rpmt_ns_DS_sd_rw_tc_hs_th,Mortgage_repayment_not_stated_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8095,Mrt_Rpmt_ns_DS_Flat_apart,Mortgage_repayment_not_stated_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8096,Mort_Rpmnt_ns_DS_Other_dwg,Mortgage_repayment_not_stated_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8097,Mort_Rpmnt_ns_DS_ns,Mortgage_repayment_not_stated_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8098,Mort_Rpmnt_ns_Total,Mortgage_repayment_not_stated_Total,G34,G34,Total +G8099,Tot_DS_Separate_hse,Total_Dwelling_structure_Separate_house,G34,G34,Separate house +G8100,Tot_DS_sd_row_tce_hse_thse,Total_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G34,G34,Semi-detached\ row or terrace house\ townhouse etc. +G8101,Tot_DS_Flat_apartment,Total_Dwelling_structure_Flat_or_apartment,G34,G34,Flat or apartment +G8102,Tot_DS_Other_dwg,Total_Dwelling_structure_Other_dwelling,G34,G34,Other dwelling +G8103,Tot_DS_ns,Total_Dwelling_structure_Not_stated,G34,G34,Dwelling structure not stated +G8104,Tot_Tot,Total_Total,G34,G34,Total +G8105,M_0_149_CFNC,0_149_Couple_family_with_no_children,G35,G35,Couple family with no children +G8106,M_0_149_CF_C_und15,0_149_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8107,M_0_149_CFNC_und15,0_149_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8108,M_0_149_1PF_C_und15,0_149_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8109,M_0_149_1PFNC_und15,0_149_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8110,M_0_149_OthF,0_149_Other_family,G35,G35,Other family +G8111,M_0_149_Tot,0_149_Total,G35,G35,Total +G8112,M_150_299_CFNC,150_299_Couple_family_with_no_children,G35,G35,Couple family with no children +G8113,M_150_299_CF_C_und15,150_299_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8114,M_150_299_CFNC_und15,150_299_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8115,M_150_299_1PF_C_und15,150_299_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8116,M_150_299_1PFNC_und15,150_299_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8117,M_150_299_OthF,150_299_Other_family,G35,G35,Other family +G8118,M_150_299_Tot,150_299_Total,G35,G35,Total +G8119,M_300_449_CFNC,300_449_Couple_family_with_no_children,G35,G35,Couple family with no children +G8120,M_300_449_CF_C_und15,300_449_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8121,M_300_449_CFNC_und15,300_449_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8122,M_300_449_1PF_C_und15,300_449_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8123,M_300_449_1PFNC_und15,300_449_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8124,M_300_449_OthF,300_449_Other_family,G35,G35,Other family +G8125,M_300_449_Tot,300_449_Total,G35,G35,Total +G8126,M_450_599_CFNC,450_599_Couple_family_with_no_children,G35,G35,Couple family with no children +G8127,M_450_599_CF_C_und15,450_599_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8128,M_450_599_CFNC_und15,450_599_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8129,M_450_599_1PF_C_und15,450_599_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8130,M_450_599_1PFNC_und15,450_599_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8131,M_450_599_OthF,450_599_Other_family,G35,G35,Other family +G8132,M_450_599_Tot,450_599_Total,G35,G35,Total +G8133,M_600_799_CFNC,600_799_Couple_family_with_no_children,G35,G35,Couple family with no children +G8134,M_600_799_CF_C_und15,600_799_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8135,M_600_799_CFNC_und15,600_799_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8136,M_600_799_1PF_C_und15,600_799_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8137,M_600_799_1PFNC_und15,600_799_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8138,M_600_799_OthF,600_799_Other_family,G35,G35,Other family +G8139,M_600_799_Tot,600_799_Total,G35,G35,Total +G8140,M_800_999_CFNC,800_999_Couple_family_with_no_children,G35,G35,Couple family with no children +G8141,M_800_999_CF_C_und15,800_999_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8142,M_800_999_CFNC_und15,800_999_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8143,M_800_999_1PF_C_und15,800_999_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8144,M_800_999_1PFNC_und15,800_999_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8145,M_800_999_OthF,800_999_Other_family,G35,G35,Other family +G8146,M_800_999_Tot,800_999_Total,G35,G35,Total +G8147,M_1000_1199_CFNC,1000_1199_Couple_family_with_no_children,G35,G35,Couple family with no children +G8148,M_1000_1199_CF_C_und15,1000_1199_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8149,M_1000_1199_CFNC_und15,1000_1199_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8150,M_1000_1199_1PF_C_und15,1000_1199_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8151,M_1000_1199_1PFNC_und15,1000_1199_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8152,M_1000_1199_OthF,1000_1199_Other_family,G35,G35,Other family +G8153,M_1000_1199_Tot,1000_1199_Total,G35,G35,Total +G8154,M_1200_1399_CFNC,1200_1399_Couple_family_with_no_children,G35,G35,Couple family with no children +G8155,M_1200_1399_CF_C_und15,1200_1399_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8156,M_1200_1399_CFNC_und15,1200_1399_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8157,M_1200_1399_1PF_C_und15,1200_1399_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8158,M_1200_1399_1PFNC_und15,1200_1399_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8159,M_1200_1399_OthF,1200_1399_Other_family,G35,G35,Other family +G8160,M_1200_1399_Tot,1200_1399_Total,G35,G35,Total +G8161,M_1400_1599_CFNC,1400_1599_Couple_family_with_no_children,G35,G35,Couple family with no children +G8162,M_1400_1599_CF_C_und15,1400_1599_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8163,M_1400_1599_CFNC_und15,1400_1599_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8164,M_1400_1599_1PF_C_und15,1400_1599_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8165,M_1400_1599_1PFNC_und15,1400_1599_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8166,M_1400_1599_OthF,1400_1599_Other_family,G35,G35,Other family +G8167,M_1400_1599_Tot,1400_1599_Total,G35,G35,Total +G8168,M_1600_1799_CFNC,1600_1799_Couple_family_with_no_children,G35,G35,Couple family with no children +G8169,M_1600_1799_CF_C_und15,1600_1799_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8170,M_1600_1799_CFNC_und15,1600_1799_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8171,M_1600_1799_1PF_C_und15,1600_1799_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8172,M_1600_1799_1PFNC_und15,1600_1799_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8173,M_1600_1799_OthF,1600_1799_Other_family,G35,G35,Other family +G8174,M_1600_1799_Tot,1600_1799_Total,G35,G35,Total +G8175,M_1800_1999_CFNC,1800_1999_Couple_family_with_no_children,G35,G35,Couple family with no children +G8176,M_1800_1999_CF_C_und15,1800_1999_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8177,M_1800_1999_CFNC_und15,1800_1999_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8178,M_1800_1999_1PF_C_und15,1800_1999_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8179,M_1800_1999_1PFNC_und15,1800_1999_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8180,M_1800_1999_OthF,1800_1999_Other_family,G35,G35,Other family +G8181,M_1800_1999_Tot,1800_1999_Total,G35,G35,Total +G8182,M_2000_2199_CFNC,2000_2199_Couple_family_with_no_children,G35,G35,Couple family with no children +G8183,M_2000_2199_CF_C_und15,2000_2199_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8184,M_2000_2199_CFNC_und15,2000_2199_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8185,M_2000_2199_1PF_C_und15,2000_2199_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8186,M_2000_2199_1PFNC_und15,2000_2199_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8187,M_2000_2199_OthF,2000_2199_Other_family,G35,G35,Other family +G8188,M_2000_2199_Tot,2000_2199_Total,G35,G35,Total +G8189,M_2200_2399_CFNC,2200_2399_Couple_family_with_no_children,G35,G35,Couple family with no children +G8190,M_2200_2399_CF_C_und15,2200_2399_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8191,M_2200_2399_CFNC_und15,2200_2399_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8192,M_2200_2399_1PF_C_und15,2200_2399_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8193,M_2200_2399_1PFNC_und15,2200_2399_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8194,M_2200_2399_OthF,2200_2399_Other_family,G35,G35,Other family +G8195,M_2200_2399_Tot,2200_2399_Total,G35,G35,Total +G8196,M_2400_2599_CFNC,2400_2599_Couple_family_with_no_children,G35,G35,Couple family with no children +G8197,M_2400_2599_CF_C_und15,2400_2599_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8198,M_2400_2599_CFNC_und15,2400_2599_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8199,M_2400_2599_1PF_C_und15,2400_2599_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8200,M_2400_2599_1PFNC_und15,2400_2599_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8201,M_2400_2599_OthF,2400_2599_Other_family,G35,G35,Other family +G8202,M_2400_2599_Tot,2400_2599_Total,G35,G35,Total +G8203,M_2600_2999_CFNC,2600_2999_Couple_family_with_no_children,G35,G35,Couple family with no children +G8204,M_2600_2999_CF_C_und15,2600_2999_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8205,M_2600_2999_CFNC_und15,2600_2999_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8206,M_2600_2999_1PF_C_und15,2600_2999_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8207,M_2600_2999_1PFNC_und15,2600_2999_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8208,M_2600_2999_OthF,2600_2999_Other_family,G35,G35,Other family +G8209,M_2600_2999_Tot,2600_2999_Total,G35,G35,Total +G8210,M_3000_3999_CFNC,3000_3999_Couple_family_with_no_children,G35,G35,Couple family with no children +G8211,M_3000_3999_CF_C_und15,3000_3999_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8212,M_3000_3999_CFNC_und15,3000_3999_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8213,M_3000_3999_1PF_C_und15,3000_3999_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8214,M_3000_3999_1PFNC_und15,3000_3999_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8215,M_3000_3999_OthF,3000_3999_Other_family,G35,G35,Other family +G8216,M_3000_3999_Tot,3000_3999_Total,G35,G35,Total +G8217,M_4000_4999_CFNC,4000_4999_Couple_family_with_no_children,G35,G35,Couple family with no children +G8218,M_4000_4999_CF_C_und15,4000_4999_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8219,M_4000_4999_CFNC_und15,4000_4999_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8220,M_4000_4999_1PF_C_und15,4000_4999_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8221,M_4000_4999_1PFNC_und15,4000_4999_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8222,M_4000_4999_OthF,4000_4999_Other_family,G35,G35,Other family +G8223,M_4000_4999_Tot,4000_4999_Total,G35,G35,Total +G8224,M_5000over_CFNC,5000_and_over_Couple_family_with_no_children,G35,G35,Couple family with no children +G8225,M_5000over_CF_C_und15,5000_and_over_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8226,M_5000over_CFNC_und15,5000_and_over_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8227,M_5000over_1PF_C_und15,5000_and_over_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8228,M_5000over_1PFNC_und15,5000_and_over_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8229,M_5000over_OthF,5000_and_over_Other_family,G35,G35,Other family +G8230,M_5000over_Tot,5000_and_over_Total,G35,G35,Total +G8231,M_NS_CFNC,Mortgage_repayment_not_stated_Couple_family_with_no_children,G35,G35,Couple family with no children +G8232,M_NS_CF_C_und15,Mortgage_repayment_not_stated_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8233,M_NS_CFNC_und15,Mortgage_repayment_not_stated_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8234,M_NS_1PF_C_und15,Mortgage_repayment_not_stated_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8235,M_NS_1PFNC_und15,Mortgage_repayment_not_stated_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8236,M_NS_OthF,Mortgage_repayment_not_stated_Other_family,G35,G35,Other family +G8237,M_NS_Tot,Mortgage_repayment_not_stated_Total,G35,G35,Total +G8238,Tot_CFNC,Total_Couple_family_with_no_children,G35,G35,Couple family with no children +G8239,Tot_CF_C_und15,Total_Couple_family_with_Children_under_15,G35,G35,Couple family with: Children under 15 +G8240,Tot_CFNC_und15,Total_Couple_family_with_No_children_under_15,G35,G35,Couple family with: No children under 15 +G8241,Tot_1PF_C_und15,Total_One_parent_family_with_Children_under_15,G35,G35,One parent family with: Children under 15 +G8242,Tot_1PFNC_und15,Total_One_parent_family_with_No_children_under_15,G35,G35,One parent family with: No children under 15 +G8243,Tot_OthF,Total_Other_family,G35,G35,Other family +G8244,Tot_Tot,Total_Total,G35,G35,Total +G8245,R_0_74_LT_Real_estate_agent,0_74_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8246,R_0_74_LT_Ste_terr_hsg_auth,0_74_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8247,R_0_74_LT_Psn_not_Sme_hhd,0_74_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8248,R_0_74_LT_hs_coop_com_ch_g,0_74_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8249,R_0_74_LT_Other_Lld_type,0_74_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8250,R_0_74_LT_Lld_type_ns,0_74_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8251,R_0_74_Tot,0_74_Total,G36,G36,Total +G8252,R_75_99_LT_Real_estate_agent,75_99_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8253,R_75_99_LT_Ste_terr_hsg_auth,75_99_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8254,R_75_99_LT_Psn_not_Sme_hhd,75_99_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8255,R_75_99_LT_hs_coop_com_ch_g,75_99_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8256,R_75_99_LT_Other_Lld_type,75_99_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8257,R_75_99_LT_Lld_type_ns,75_99_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8258,R_75_99_Tot,75_99_Total,G36,G36,Total +G8259,R_100_149_LT_Real_eSte_agent,100_149_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8260,R_100_149_LT_St_ter_hsg_aut,100_149_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8261,R_100_149_LT_Psn_not_Sme_hhd,100_149_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8262,R_100_149_LT_hs_coop_com_ch_g,100_149_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8263,R_100_149_LT_Other_Lld_type,100_149_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8264,R_100_149_LT_Lld_type_ns,100_149_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8265,R_100_149_Tot,100_149_Total,G36,G36,Total +G8266,R_150_199_LT_Real_eSte_agent,150_199_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8267,R_150_199_LT_Ste_ter_hsg_aut,150_199_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8268,R_150_199_LT_Psn_not_Sme_hhd,150_199_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8269,R_150_199_LT_hs_coop_com_ch_g,150_199_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8270,R_150_199_LT_Other_Lld_type,150_199_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8271,R_150_199_LT_Lld_type_ns,150_199_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8272,R_150_199_Tot,150_199_Total,G36,G36,Total +G8273,R_200_224_LT_Real_eSte_agent,200_224_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8274,R_200_224_LT_Ste_ter_hsg_aut,200_224_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8275,R_200_224_LT_Psn_not_Sme_hhd,200_224_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8276,R_200_224_LT_hs_coop_com_ch_g,200_224_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8277,R_200_224_LT_Other_Lld_type,200_224_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8278,R_200_224_LT_Lld_type_ns,200_224_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8279,R_200_224_Tot,200_224_Total,G36,G36,Total +G8280,R_225_274_LT_Real_eSte_agent,225_274_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8281,R_225_274_LT_Ste_ter_hsg_aut,225_274_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8282,R_225_274_LT_Psn_not_Sme_hhd,225_274_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8283,R_225_274_LT_hs_coop_com_ch_g,225_274_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8284,R_225_274_LT_Other_Lld_type,225_274_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8285,R_225_274_LT_Lld_type_ns,225_274_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8286,R_225_274_Tot,225_274_Total,G36,G36,Total +G8287,R_275_349_LT_Real_eSte_agent,275_349_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8288,R_275_349_LT_Ste_ter_hsg_aut,275_349_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8289,R_275_349_LT_Psn_not_Sme_hhd,275_349_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8290,R_275_349_LT_hs_coop_com_ch_g,275_349_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8291,R_275_349_LT_Other_Lld_type,275_349_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8292,R_275_349_LT_Lld_type_ns,275_349_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8293,R_275_349_Tot,275_349_Total,G36,G36,Total +G8294,R_350_449_LT_Real_eSte_agent,350_449_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8295,R_350_449_LT_Ste_ter_hsg_aut,350_449_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8296,R_350_449_LT_Psn_not_Sme_hhd,350_449_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8297,R_350_449_LT_hs_coop_com_ch_g,350_449_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8298,R_350_449_LT_Other_Lld_type,350_449_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8299,R_350_449_LT_Lld_type_ns,350_449_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8300,R_350_449_Tot,350_449_Total,G36,G36,Total +G8301,R_450_549_LT_Real_eSte_agent,450_549_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8302,R_450_549_LT_Ste_ter_hsg_aut,450_549_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8303,R_450_549_LT_Psn_not_Sme_hhd,450_549_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8304,R_450_549_LT_hs_coop_com_ch_g,450_549_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8305,R_450_549_LT_Other_Lld_type,450_549_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8306,R_450_549_LT_Lld_type_ns,450_549_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8307,R_450_549_Tot,450_549_Total,G36,G36,Total +G8308,R_550_649_LT_Real_eSte_agent,550_649_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8309,R_550_649_LT_Ste_ter_hsg_aut,550_649_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8310,R_550_649_LT_Psn_not_Sme_hhd,550_649_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8311,R_550_649_LT_hs_coop_com_ch_g,550_649_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8312,R_550_649_LT_Other_Lld_type,550_649_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8313,R_550_649_LT_Lld_type_ns,550_649_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8314,R_550_649_Tot,550_649_Total,G36,G36,Total +G8315,R_650_749_LT_Real_eSte_agent,650_and_749_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8316,R_650_749_LT_Ste_ter_hsg_aut,650_and_749_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8317,R_650_749_LT_Psn_not_Sme_hhd,650_and_749_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8318,R_650_749_LT_hs_coop_com_ch_g,650_and_749_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8319,R_650_749_LT_Other_Lld_type,650_and_749_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8320,R_650_749_LT_Lld_type_ns,650_and_749_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8321,R_650_749_Tot,650_and_749_Total,G36,G36,Total +G8322,R_750_849_LT_Real_eSte_agent,750_and_849_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8323,R_750_849_LT_Ste_ter_hsg_aut,750_and_849_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8324,R_750_849_LT_Psn_not_Sme_hhd,750_and_849_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8325,R_750_849_LT_hs_coop_com_ch_g,750_and_849_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8326,R_750_849_LT_Other_Lld_type,750_and_849_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8327,R_750_849_LT_Lld_type_ns,750_and_849_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8328,R_750_849_Tot,750_and_849_Total,G36,G36,Total +G8329,R_850_949_LT_Real_estat_agent,850_and_949_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8330,R_850_949_LT_Ste_ter_hsg_aut,850_and_949_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8331,R_850_949_LT_Psn_not_Sme_hhd,850_and_949_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8332,R_850_949_LT_hs_coop_com_ch_g,850_and_949_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8333,R_850_949_LT_Other_Lld_type,850_and_949_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8334,R_850_949_LT_Lld_type_ns,850_and_949_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8335,R_850_949_Tot,850_and_949_Total,G36,G36,Total +G8336,R_950_over_LT_Real_eSte_agent,950_and_over_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8337,R_950_over_LT_Ste_ter_hsg_aut,950_and_over_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8338,R_950_over_LT_Psn_not_Sme_hhd,950_and_over_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8339,R_950_ovr_LT_hs_coop_com_ch_g,950_and_over_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8340,R_950_over_LT_Other_Lld_type,950_and_over_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8341,R_950_over_LT_Lld_type_ns,950_and_over_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8342,R_950_over_Tot,950_and_over_Total,G36,G36,Total +G8343,Rent_ns_LT_Real_eSte_agent,Rent_not_stated_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8344,Rent_ns_LT_Ste_ter_hsg_auth,Rent_not_stated_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8345,Rent_ns_LT_Psn_not_Sme_hhd,Rent_not_stated_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8346,Rent_ns_LT_hs_coop_com_ch_g,Rent_not_stated_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8347,Rent_ns_LT_Other_Lld_type,Rent_not_stated_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8348,Rent_ns_LT_Lld_type_ns,Rent_not_stated_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8349,Rent_ns_Tot,Rent_not_stated_Total,G36,G36,Total +G8350,Tot_LT_Real_eSte_agent,Total_Landlord_type_Real_estate_agent,G36,G36,Real estate agent +G8351,Tot_LT_Ste_ter_hsg_auth,Total_Landlord_type_State_or_territory_housing_authority,G36,G36,State or territory housing authority +G8352,Tot_LT_Psn_not_Sme_hhd,Total_Landlord_type_Person_not_in_same_household,G36,G36,Person not in same household +G8353,Tot_LT_hs_coop_com_ch_g,Total_Landlord_type_Housing_co_operative_community_church_group,G36,G36,Housing co-operative/ community/ church group +G8354,Tot_LT_Other_Lld_type,Total_Landlord_type_Other_landlord_type,G36,G36,Other landlord type +G8355,Tot_LT_Lld_type_ns,Total_Landlord_type_Not_stated,G36,G36,Landlord type not stated +G8356,Tot_Tot,Total_Total,G36,G36,Total +G8357,IA_DS_Separate_house,Internet_accessed_from_dwelling_Dwelling_structure_Separate_house,G37,G37,Separate house +G8358,IA_DS_SemD_ro_tr_h_th,Internet_accessed_from_dwelling_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G37,G37,Semi-detached\ row or terrace house\ townhouse etc. +G8359,IA_DS_Flat_or_Apart,Internet_accessed_from_dwelling_Dwelling_structure_Flat_or_Apartment,G37,G37,Flat or Apartment +G8360,IA_DS_Other_dwelling,Internet_accessed_from_dwelling_Dwelling_structure_Other_dwelling,G37,G37,Other dwelling +G8361,IA_DS_Not_stated,Internet_accessed_from_dwelling_Dwelling_structure_Not_stated,G37,G37,Dwelling structure not stated +G8362,IA_Total,Internet_accessed_from_dwelling_Total,G37,G37,Total +G8363,I_NA_DS_Separate_house,Internet_not_accessed_from_dwelling_Dwelling_structure_Separate_house,G37,G37,Separate house +G8364,I_NA_DS_SemD_ro_tr_h_th,Internet_not_accessed_from_dwelling_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G37,G37,Semi-detached\ row or terrace house\ townhouse etc. +G8365,I_NA_DS_Flat_or_Apart,Internet_not_accessed_from_dwelling_Dwelling_structure_Flat_or_Apartment,G37,G37,Flat or Apartment +G8366,I_NA_DS_Other_dwelling,Internet_not_accessed_from_dwelling_Dwelling_structure_Other_dwelling,G37,G37,Other dwelling +G8367,I_NA_DS_Not_stated,Internet_not_accessed_from_dwelling_Dwelling_structure_Not_stated,G37,G37,Dwelling structure not stated +G8368,I_NA_Total,Internet_not_accessed_from_dwelling_Total,G37,G37,Total +G8369,IC_NS_DS_Separate_house,Dwelling_Internet_connection_Not_stated_Dwelling_structure_Separate_house,G37,G37,Separate house +G8370,IC_NS_DS_SemD_ro_tr_h_th,Dwelling_Internet_connection_Not_stated_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G37,G37,Semi-detached\ row or terrace house\ townhouse etc. +G8371,IC_NS_DS_Flat_or_Apart,Dwelling_Internet_connection_Not_stated_Dwelling_structure_Flat_or_Apartment,G37,G37,Flat or Apartment +G8372,IC_NS_DS_Other_dwelling,Dwelling_Internet_connection_Not_stated_Dwelling_structure_Other_dwelling,G37,G37,Other dwelling +G8373,IC_NS_DS_Not_stated,Dwelling_Internet_connection_Not_stated_Dwelling_structure_Not_stated,G37,G37,Dwelling structure not stated +G8374,IC_not_stated_Total,Dwelling_Internet_connection_Not_stated_Total,G37,G37,Total +G8375,Total_DS_Separate_house,Total_Dwelling_structure_Separate_house,G37,G37,Separate house +G8376,Total_DS_SemD_ro_tr_h_th,Total_Dwelling_structure_Semi_detached_row_or_terrace_house_townhouse_etc,G37,G37,Semi-detached\ row or terrace house\ townhouse etc. +G8377,Total_DS_Flat_or_Apart,Total_Dwelling_structure_Flat_or_Apartment,G37,G37,Flat or Apartment +G8378,Total_DS_Other_dwelling,Total_Dwelling_structure_Other_dwelling,G37,G37,Other dwelling +G8379,Total_DS_Not_stated,Total_Dwelling_structure_Not_stated,G37,G37,Dwelling structure not stated +G8380,Total_Total,Total_Total,G37,G37,Total +G8381,Separate_house_NofB_0_i_b,Separate_house_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8382,Separate_house_NofB_1,Separate_house_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8383,Separate_house_NofB_2,Separate_house_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8384,Separate_house_NofB_3,Separate_house_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8385,Separate_house_NofB_4,Separate_house_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8386,Separate_house_NofB_5,Separate_house_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8387,Separate_house_NofB_6_or_m,Separate_house_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8388,Separate_house_NofB_NS,Separate_house_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8389,Separate_house_Total,Separate_house_Total,G38,G38,Total +G8390,Se_d_r_or_t_h_t_1_s_NofB_0_ib,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8391,Se_d_r_or_t_h_t_1_st_NofB_1,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8392,Se_d_r_or_t_h_t_1_st_NofB_2,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8393,Se_d_r_or_t_h_t_1_st_NofB_3,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8394,Se_d_r_or_t_h_t_1_st_NofB_4,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8395,Se_d_r_or_t_h_t_1_st_NofB_5,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8396,Se_d_r_or_t_h_t_1_st_NofB_6_m,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8397,Se_d_r_or_t_h_t_1_st_NofB_NS,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8398,Se_d_r_or_t_h_t_1_st_Total,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Total,G38,G38,Total +G8399,Se_d_r_or_t_h_t_2_s_NofB_0_ib,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8400,Se_d_r_or_t_h_t_2_sts_NofB_1,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8401,Se_d_r_or_t_h_t_2_sts_NofB_2,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8402,Se_d_r_or_t_h_t_2_sts_NofB_3,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8403,Se_d_r_or_t_h_t_2_sts_NofB_4,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8404,Se_d_r_or_t_h_t_2_sts_NofB_5,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8405,Se_d_r_or_t_h_t_2_st_NofB_6_m,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8406,Se_d_r_or_t_h_t_2_sts_NofB_NS,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8407,Se_d_r_or_t_h_t_2_sts_Total,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Total,G38,G38,Total +G8408,Se_d_r_or_t_h_t_Tot_NofB_0_ib,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8409,Se_d_r_or_t_h_t_Tot_NofB_1,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8410,Se_d_r_or_t_h_t_Tot_NofB_2,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8411,Se_d_r_or_t_h_t_Tot_NofB_3,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8412,Se_d_r_or_t_h_t_Tot_NofB_4,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8413,Se_d_r_or_t_h_t_Tot_NofB_5,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8414,Se_d_r_or_t_h_t_Tot_NofB_6_m,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8415,Se_d_r_or_t_h_t_Tot_NofB_NS,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8416,Se_d_r_or_t_h_t_Tot_Total,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Total,G38,G38,Total +G8417,Flt_at_1_or2_st_bl_NofB_0_ib,Flat_or_apartment_In_a_one_or_two_storey_block_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8418,Flt_at_In_1_or2_s_b_NofB_1,Flat_or_apartment_In_a_one_or_two_storey_block_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8419,Flt_at_In_1_or2_s_b_NofB_2,Flat_or_apartment_In_a_one_or_two_storey_block_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8420,Flt_at_In_1_or2_s_b_NofB_3,Flat_or_apartment_In_a_one_or_two_storey_block_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8421,Flt_at_In_1_or2_s_b_NofB_4,Flat_or_apartment_In_a_one_or_two_storey_block_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8422,Flt_at_In_1_or2_s_b_NofB_5,Flat_or_apartment_In_a_one_or_two_storey_block_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8423,Flt_at_In_1_or2_s_b_NoB_6_m,Flat_or_apartment_In_a_one_or_two_storey_block_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8424,Flt_at_In_1_or2_s_b_NoB_NS,Flat_or_apartment_In_a_one_or_two_storey_block_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8425,Flt_at_In_1_or2_s_b_Total,Flat_or_apartment_In_a_one_or_two_storey_block_Total,G38,G38,Total +G8426,Flt_apt_3_st_bl_NoB_0_ib,Flat_or_apartment_In_a_three_storey_block_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8427,Flt_apt_In_3_st_bl_NofB_1,Flat_or_apartment_In_a_three_storey_block_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8428,Flt_apt_In_3_st_bl_NofB_2,Flat_or_apartment_In_a_three_storey_block_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8429,Flt_apt_In_3_st_bl_NofB_3,Flat_or_apartment_In_a_three_storey_block_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8430,Flt_apt_In_3_st_bl_NofB_4,Flat_or_apartment_In_a_three_storey_block_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8431,Flt_apt_In_3_st_bl_NofB_5,Flat_or_apartment_In_a_three_storey_block_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8432,Flt_apt_In_3_s_bl_NofB_6_m,Flat_or_apartment_In_a_three_storey_block_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8433,Flt_apt_In_3_st_bl_NofB_NS,Flat_or_apartment_In_a_three_storey_block_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8434,Flt_apt_In_3_st_bl_Total,Flat_or_apartment_In_a_three_storey_block_Total,G38,G38,Total +G8435,Flt_apt_4_or_m_s_b_NofB_0_ib,Flat_or_apartment_In_a_four_or_more_storey_block_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8436,Flt_apt_4_or_m_s_b_NofB_1,Flat_or_apartment_In_a_four_or_more_storey_block_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8437,Flt_apt_4_or_m_s_b_NofB_2,Flat_or_apartment_In_a_four_or_more_storey_block_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8438,Flt_apt_4_or_m_s_b_NofB_3,Flat_or_apartment_In_a_four_or_more_storey_block_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8439,Flt_apt_4_or_m_s_b_NofB_4,Flat_or_apartment_In_a_four_or_more_storey_block_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8440,Flt_apt_4_or_m_s_b_NofB_5,Flat_or_apartment_In_a_four_or_more_storey_block_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8441,Flt_apt_4_or_m_s_b_NofB_6_m,Flat_or_apartment_In_a_four_or_more_storey_block_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8442,Flt_apt_4_or_m_s_b_NofB_NS,Flat_or_apartment_In_a_four_or_more_storey_block_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8443,Flt_apt_4_or_m_s_b_Total,Flat_or_apartment_In_a_four_or_more_storey_block_Total,G38,G38,Total +G8444,Flt_apt_At_to_a_h_NofB_0_ib,Flat_or_apartment_Attached_to_a_house_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8445,Flt_apt_At_to_a_hse_NofB_1,Flat_or_apartment_Attached_to_a_house_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8446,Flt_apt_At_to_a_hse_NofB_2,Flat_or_apartment_Attached_to_a_house_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8447,Flt_apt_At_to_a_hse_NofB_3,Flat_or_apartment_Attached_to_a_house_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8448,Flt_apt_At_to_a_hse_NofB_4,Flat_or_apartment_Attached_to_a_house_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8449,Flt_apt_At_to_a_hse_NofB_5,Flat_or_apartment_Attached_to_a_house_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8450,Flt_apt_At_to_a_hs_NofB_6_m,Flat_or_apartment_Attached_to_a_house_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8451,Flt_apt_At_to_a_hs_NofB_NS,Flat_or_apartment_Attached_to_a_house_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8452,Flt_apt_At_to_a_hse_Total,Flat_or_apartment_Attached_to_a_house_Total,G38,G38,Total +G8453,Flt_apart_Tot_NofB_0_i_b,Flat_or_apartment_Total_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8454,Flt_apart_Tot_NofB_1,Flat_or_apartment_Total_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8455,Flt_apart_Tot_NofB_2,Flat_or_apartment_Total_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8456,Flt_apart_Tot_NofB_3,Flat_or_apartment_Total_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8457,Flt_apart_Tot_NofB_4,Flat_or_apartment_Total_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8458,Flt_apart_Tot_NofB_5,Flat_or_apartment_Total_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8459,Flt_apart_Tot_NofB_6_or_m,Flat_or_apartment_Total_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8460,Flt_apart_Tot_NofB_NS,Flat_or_apartment_Total_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8461,Flt_apart_Tot_Total,Flat_or_apartment_Total_Total,G38,G38,Total +G8462,Other_dwelling_NofB_0_i_b,Other_dwelling_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8463,Other_dwelling_NofB_1,Other_dwelling_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8464,Other_dwelling_NofB_2,Other_dwelling_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8465,Other_dwelling_NofB_3,Other_dwelling_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8466,Other_dwelling_NofB_4,Other_dwelling_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8467,Other_dwelling_NofB_5,Other_dwelling_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8468,Other_dwelling_NofB_6_or_m,Other_dwelling_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8469,Other_dwelling_NofB_NS,Other_dwelling_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8470,Other_dwelling_Total,Other_dwelling_Total,G38,G38,Total +G8471,Dweling_structu_NS_NofB_0_i_b,Dwelling_structure_not_stated_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8472,Dweling_structur_NS_NofB_1,Dwelling_structure_not_stated_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8473,Dweling_structur_NS_NofB_2,Dwelling_structure_not_stated_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8474,Dweling_structur_NS_NofB_3,Dwelling_structure_not_stated_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8475,Dweling_structur_NS_NofB_4,Dwelling_structure_not_stated_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8476,Dweling_structur_NS_NofB_5,Dwelling_structure_not_stated_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8477,Dwelig_struct_NS_NofB_6_or_m,Dwelling_structure_not_stated_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8478,Dweling_structur_NS_NofB_NS,Dwelling_structure_not_stated_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8479,Dweling_structur_NS_Total,Dwelling_structure_not_stated_Total,G38,G38,Total +G8480,Total_NofB_0_i_b,Total_Number_of_bedrooms_None_includes_bedsitters,G38,G38,None (includes bedsitters) +G8481,Total_NofB_1,Total_Number_of_bedrooms_One_bedroom,G38,G38,One bedroom +G8482,Total_NofB_2,Total_Number_of_bedrooms_Two_bedrooms,G38,G38,Two bedrooms +G8483,Total_NofB_3,Total_Number_of_bedrooms_Three_bedrooms,G38,G38,Three bedrooms +G8484,Total_NofB_4,Total_Number_of_bedrooms_Four_bedrooms,G38,G38,Four bedrooms +G8485,Total_NofB_5,Total_Number_of_bedrooms_Five_bedrooms,G38,G38,Five bedrooms +G8486,Total_NofB_6_or_m,Total_Number_of_bedrooms_Six_or_more_bedrooms,G38,G38,Six bedrooms or more +G8487,Total_NofB_NS,Total_Number_of_bedrooms_Not_stated,G38,G38,Number of bedrooms not stated +G8488,Total_Total,Total_Total,G38,G38,Total +G8489,SH_FHs_CF_no_C,Separate_house_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8490,SH_FHs_CF_C,Separate_house_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8491,SH_FHs_OnePF,Separate_house_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8492,SH_FHs_Oth_fam,Separate_house_Family_households_Other_family,G39,G39,Family households: Other family +G8493,SH_FHs_Tot,Separate_house_Family_households_Total,G39,G39,Family households: Total +G8494,SH_Lone_P_H,Separate_house_Lone_person_household,G39,G39,Lone person household +G8495,SH_Group_H,Separate_house_Group_household,G39,G39,Group household +G8496,SH_Tot,Separate_house_Total,G39,G39,Total +G8497,SDRTHT_1_S_FHs_CF_no_C,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8498,SDRTHT_1_S_FHs_CF_C,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8499,SDRTHT_1_S_FHs_OnePF,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8500,SDRTHT_1_S_FHs_Oth_fam,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Family_households_Other_family,G39,G39,Family households: Other family +G8501,SDRTHT_1_S_FHs_Tot,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Family_households_Total,G39,G39,Family households: Total +G8502,SDRTHT_1_S_Lone_P_H,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Lone_person_household,G39,G39,Lone person household +G8503,SDRTHT_1_S_Group_H,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Group_household,G39,G39,Group household +G8504,SDRTHT_1_S_Tot,Semi_detached_row_or_terrace_house_townhouse_etc_with_One_storey_Total,G39,G39,Total +G8505,SDRTHT_2more_S_FHs_CF_no_C,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8506,SDRTHT_2more_S_FHs_CF_C,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8507,SDRTHT_2more_S_FHs_OnePF,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8508,SDRTHT_2more_S_FHs_Oth_fam,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Family_households_Other_family,G39,G39,Family households: Other family +G8509,SDRTHT_2more_S_FHs_Tot,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Family_households_Total,G39,G39,Family households: Total +G8510,SDRTHT_2more_S_Lone_P_H,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Lone_person_household,G39,G39,Lone person household +G8511,SDRTHT_2more_S_Group_H,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Group_household,G39,G39,Group household +G8512,SDRTHT_2more_S_Tot,Semi_detached_row_or_terrace_house_townhouse_etc_with_Two_or_more_storeys_Total,G39,G39,Total +G8513,SDRTHT_Tot_FHs_CF_no_C,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8514,SDRTHT_Tot_FHs_CF_C,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8515,SDRTHT_Tot_FHs_OnePF,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8516,SDRTHT_Tot_FHs_Oth_fam,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Family_households_Other_family,G39,G39,Family households: Other family +G8517,SDRTHT_Tot_FHs_Tot,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Family_households_Total,G39,G39,Family households: Total +G8518,SDRTHT_Tot_Lone_P_H,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Lone_person_household,G39,G39,Lone person household +G8519,SDRTHT_Tot_Group_H,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Group_household,G39,G39,Group household +G8520,SDRTHT_Tot_Tot,Semi_detached_row_or_terrace_house_townhouse_etc_with_Total_Total,G39,G39,Total +G8521,FoA_1_or_2_SB_FHs_CF_no_C,Flat_or_apartment_In_a_one_or_two_storey_block_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8522,FoA_1_or_2_SB_FHs_CF_C,Flat_or_apartment_In_a_one_or_two_storey_block_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8523,FoA_1_or_2_SB_FHs_OnePF,Flat_or_apartment_In_a_one_or_two_storey_block_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8524,FoA_1_or_2_SB_FHs_Oth_fam,Flat_or_apartment_In_a_one_or_two_storey_block_Family_households_Other_family,G39,G39,Family households: Other family +G8525,FoA_1_or_2_SB_FHs_Tot,Flat_or_apartment_In_a_one_or_two_storey_block_Family_households_Total,G39,G39,Family households: Total +G8526,FoA_1_or_2_SB_Lone_P_H,Flat_or_apartment_In_a_one_or_two_storey_block_Lone_person_household,G39,G39,Lone person household +G8527,FoA_1_or_2_SB_Group_H,Flat_or_apartment_In_a_one_or_two_storey_block_Group_household,G39,G39,Group household +G8528,FoA_1_or_2_SB_Tot,Flat_or_apartment_In_a_one_or_two_storey_block_Total,G39,G39,Total +G8529,FoA_3SB_FHs_CF_no_C,Flat_or_apartment_In_a_three_storey_block_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8530,FoA_3SB_FHs_CF_C,Flat_or_apartment_In_a_three_storey_block_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8531,FoA_3SB_FHs_OnePF,Flat_or_apartment_In_a_three_storey_block_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8532,FoA_3SB_FHs_Oth_fam,Flat_or_apartment_In_a_three_storey_block_Family_households_Other_family,G39,G39,Family households: Other family +G8533,FoA_3SB_FHs_Tot,Flat_or_apartment_In_a_three_storey_block_Family_households_Total,G39,G39,Family households: Total +G8534,FoA_3SB_Lone_P_H,Flat_or_apartment_In_a_three_storey_block_Lone_person_household,G39,G39,Lone person household +G8535,FoA_3SB_Group_H,Flat_or_apartment_In_a_three_storey_block_Group_household,G39,G39,Group household +G8536,FoA_3SB_Tot,Flat_or_apartment_In_a_three_storey_block_Total,G39,G39,Total +G8537,FoA_4moSB_FHs_CF_no_C,Flat_or_apartment_In_a_four_or_more_storey_block_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8538,FoA_4moSB_FHs_CF_C,Flat_or_apartment_In_a_four_or_more_storey_block_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8539,FoA_4moSB_FHs_OnePF,Flat_or_apartment_In_a_four_or_more_storey_block_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8540,FoA_4moSB_FHs_Oth_fam,Flat_or_apartment_In_a_four_or_more_storey_block_Family_households_Other_family,G39,G39,Family households: Other family +G8541,FoA_4moSB_FHs_Tot,Flat_or_apartment_In_a_four_or_more_storey_block_Family_households_Total,G39,G39,Family households: Total +G8542,FoA_4moSB_Lone_P_H,Flat_or_apartment_In_a_four_or_more_storey_block_Lone_person_household,G39,G39,Lone person household +G8543,FoA_4moSB_Group_H,Flat_or_apartment_In_a_four_or_more_storey_block_Group_household,G39,G39,Group household +G8544,FoA_4moSB_Tot,Flat_or_apartment_In_a_four_or_more_storey_block_Total,G39,G39,Total +G8545,FoA_Att_to_hous_FHs_CF_no_C,Flat_or_apartment_Attached_to_a_house_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8546,FoA_Att_to_hous_FHs_CF_C,Flat_or_apartment_Attached_to_a_house_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8547,FoA_Att_to_hous_FHs_OnePF,Flat_or_apartment_Attached_to_a_house_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8548,FoA_Att_to_hous_FHs_Oth_fam,Flat_or_apartment_Attached_to_a_house_Family_households_Other_family,G39,G39,Family households: Other family +G8549,FoA_Att_to_hous_FHs_Tot,Flat_or_apartment_Attached_to_a_house_Family_households_Total,G39,G39,Family households: Total +G8550,FoA_Att_to_hous_Lone_P_H,Flat_or_apartment_Attached_to_a_house_Lone_person_household,G39,G39,Lone person household +G8551,FoA_Att_to_hous_Group_H,Flat_or_apartment_Attached_to_a_house_Group_household,G39,G39,Group household +G8552,FoA_Att_to_hous_Tot,Flat_or_apartment_Attached_to_a_house_Total,G39,G39,Total +G8553,FoA_Tot_FHs_CF_no_C,Flat_or_apartment_Total_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8554,FoA_Tot_FHs_CF_C,Flat_or_apartment_Total_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8555,FoA_Tot_FHs_OnePF,Flat_or_apartment_Total_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8556,FoA_Tot_FHs_Oth_fam,Flat_or_apartment_Total_Family_households_Other_family,G39,G39,Family households: Other family +G8557,FoA_Tot_FHs_Tot,Flat_or_apartment_Total_Family_households_Total,G39,G39,Family households: Total +G8558,FoA_Tot_Lone_P_H,Flat_or_apartment_Total_Lone_person_household,G39,G39,Lone person household +G8559,FoA_Tot_Group_H,Flat_or_apartment_Total_Group_household,G39,G39,Group household +G8560,FoA_Tot_Tot,Flat_or_apartment_Total_Total,G39,G39,Total +G8561,OD_C_FHs_CF_no_C,Other_dwelling_Caravan_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8562,OD_C_FHs_CF_C,Other_dwelling_Caravan_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8563,OD_C_FHs_OnePF,Other_dwelling_Caravan_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8564,OD_C_FHs_Oth_fam,Other_dwelling_Caravan_Family_households_Other_family,G39,G39,Family households: Other family +G8565,OD_C_FHs_Tot,Other_dwelling_Caravan_Family_households_Total,G39,G39,Family households: Total +G8566,OD_C_Lone_P_H,Other_dwelling_Caravan_Lone_person_household,G39,G39,Lone person household +G8567,OD_C_Group_H,Other_dwelling_Caravan_Group_household,G39,G39,Group household +G8568,OD_C_Tot,Other_dwelling_Caravan_Total,G39,G39,Total +G8569,OD_CH_FHs_CF_no_C,Other_dwelling_Cabin_houseboat_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8570,OD_CH_FHs_CF_C,Other_dwelling_Cabin_houseboat_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8571,OD_CH_FHs_OnePF,Other_dwelling_Cabin_houseboat_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8572,OD_CH_FHs_Oth_fam,Other_dwelling_Cabin_houseboat_Family_households_Other_family,G39,G39,Family households: Other family +G8573,OD_CH_FHs_Tot,Other_dwelling_Cabin_houseboat_Family_households_Total,G39,G39,Family households: Total +G8574,OD_CH_Lone_P_H,Other_dwelling_Cabin_houseboat_Lone_person_household,G39,G39,Lone person household +G8575,OD_CH_Group_H,Other_dwelling_Cabin_houseboat_Group_household,G39,G39,Group household +G8576,OD_CH_Tot,Other_dwelling_Cabin_houseboat_Total,G39,G39,Total +G8577,OD_Imp_home_T_SO_FHs_CF_no_C,Other_dwelling_Improvised_home_tent_sleepers_out_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8578,OD_Imp_home_T_SO_FHs_CF_C,Other_dwelling_Improvised_home_tent_sleepers_out_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8579,OD_Imp_home_T_SO_FHs_OnePF,Other_dwelling_Improvised_home_tent_sleepers_out_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8580,OD_Imp_home_T_SO_FHs_Oth_fam,Other_dwelling_Improvised_home_tent_sleepers_out_Family_households_Other_family,G39,G39,Family households: Other family +G8581,OD_Imp_home_T_SO_FHs_Tot,Other_dwelling_Improvised_home_tent_sleepers_out_Family_households_Total,G39,G39,Family households: Total +G8582,OD_Imp_home_T_SO_Lone_P_H,Other_dwelling_Improvised_home_tent_sleepers_out_Lone_person_household,G39,G39,Lone person household +G8583,OD_Imp_home_T_SO_Group_H,Other_dwelling_Improvised_home_tent_sleepers_out_Group_household,G39,G39,Group household +G8584,OD_Imp_home_T_SO_Tot,Other_dwelling_Improvised_home_tent_sleepers_out_Total,G39,G39,Total +G8585,OD_HorF_at_to_S_O_FHs_CF_no_C,Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8586,OD_HorF_at_to_S_O_FHs_CF_C,Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8587,OD_HorF_at_to_S_O_FHs_OnePF,Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8588,OD_HorF_at_to_S_O_FHs_Oth_fam,Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Family_households_Other_family,G39,G39,Family households: Other family +G8589,OD_HorF_at_to_S_O_FHs_Tot,Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Family_households_Total,G39,G39,Family households: Total +G8590,OD_HorF_at_to_S_O_Lone_P_H,Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Lone_person_household,G39,G39,Lone person household +G8591,OD_HorF_at_to_S_O_Group_H,Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Group_household,G39,G39,Group household +G8592,OD_HorF_at_to_S_O_Tot,Other_dwelling_House_or_flat_attached_to_a_shop_office_etc_Total,G39,G39,Total +G8593,OD_Tot_FHs_CF_no_C,Other_dwelling_Total_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8594,OD_Tot_FHs_CF_C,Other_dwelling_Total_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8595,OD_Tot_FHs_OnePF,Other_dwelling_Total_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8596,OD_Tot_FHs_Oth_fam,Other_dwelling_Total_Family_households_Other_family,G39,G39,Family households: Other family +G8597,OD_Tot_FHs_Tot,Other_dwelling_Total_Family_households_Total,G39,G39,Family households: Total +G8598,OD_Tot_Lone_P_H,Other_dwelling_Total_Lone_person_household,G39,G39,Lone person household +G8599,OD_Tot_Group_H,Other_dwelling_Total_Group_household,G39,G39,Group household +G8600,OD_Tot_Tot,Other_dwelling_Total_Total,G39,G39,Total +G8601,DS_NS_FHs_CF_no_C,Dwelling_structure_not_stated_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8602,DS_NS_FHs_CF_C,Dwelling_structure_not_stated_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8603,DS_NS_FHs_OnePF,Dwelling_structure_not_stated_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8604,DS_NS_FHs_Oth_fam,Dwelling_structure_not_stated_Family_households_Other_family,G39,G39,Family households: Other family +G8605,DS_NS_FHs_Tot,Dwelling_structure_not_stated_Family_households_Total,G39,G39,Family households: Total +G8606,DS_NS_Lone_P_H,Dwelling_structure_not_stated_Lone_person_household,G39,G39,Lone person household +G8607,DS_NS_Group_H,Dwelling_structure_not_stated_Group_household,G39,G39,Group household +G8608,DS_NS_Tot,Dwelling_structure_not_stated_Total,G39,G39,Total +G8609,Tot_FHs_CF_no_C,Total_Family_households_Couple_family_with_no_children,G39,G39,Family households: Couple family with no children +G8610,Tot_FHs_CF_C,Total_Family_households_Couple_family_with_children,G39,G39,Family households: Couple family with children +G8611,Tot_FHs_OnePF,Total_Family_households_One_parent_family,G39,G39,Family households: One parent family +G8612,Tot_FHs_Oth_fam,Total_Family_households_Other_family,G39,G39,Family households: Other family +G8613,Tot_FHs_Tot,Total_Family_households_Total,G39,G39,Family households: Total +G8614,Tot_Lone_P_H,Total_Lone_person_household,G39,G39,Lone person household +G8615,Tot_Group_H,Total_Group_household,G39,G39,Group household +G8616,Tot_Tot,Total_Total,G39,G39,Total +G8617,P_15_yrs_over_M,Persons_aged_15_years_and_over_Males,G40,G40,Males +G8618,P_15_yrs_over_F,Persons_aged_15_years_and_over_Females,G40,G40,Females +G8619,P_15_yrs_over_P,Persons_aged_15_years_and_over_Persons,G40,G40,Persons +G8620,lfs_Emplyed_wrked_full_time_M,Labour_force_status_Employed_worked_full_time_Males,G40,G40,Males +G8621,lfs_Emplyed_wrked_full_time_F,Labour_force_status_Employed_worked_full_time_Females,G40,G40,Females +G8622,lfs_Emplyed_wrked_full_time_P,Labour_force_status_Employed_worked_full_time_Persons,G40,G40,Persons +G8623,lfs_Emplyed_wrked_part_time_M,Labour_force_status_Employed_worked_part_time_Males,G40,G40,Males +G8624,lfs_Emplyed_wrked_part_time_F,Labour_force_status_Employed_worked_part_time_Females,G40,G40,Females +G8625,lfs_Emplyed_wrked_part_time_P,Labour_force_status_Employed_worked_part_time_Persons,G40,G40,Persons +G8626,lfs_Employed_away_from_work_M,Labour_force_status_Employed_away_from_work_Males,G40,G40,Males +G8627,lfs_Employed_away_from_work_F,Labour_force_status_Employed_away_from_work_Females,G40,G40,Females +G8628,lfs_Employed_away_from_work_P,Labour_force_status_Employed_away_from_work_Persons,G40,G40,Persons +G8629,lfs_Unmplyed_lookng_for_wrk_M,Labour_force_status_Unemployed_looking_for_work_Males,G40,G40,Males +G8630,lfs_Unmplyed_lookng_for_wrk_F,Labour_force_status_Unemployed_looking_for_work_Females,G40,G40,Females +G8631,lfs_Unmplyed_lookng_for_wrk_P,Labour_force_status_Unemployed_looking_for_work_Persons,G40,G40,Persons +G8632,lfs_Tot_LF_M,Labour_force_status_Total_labour_force_Males,G40,G40,Males +G8633,lfs_Tot_LF_F,Labour_force_status_Total_labour_force_Females,G40,G40,Females +G8634,lfs_Tot_LF_P,Labour_force_status_Total_labour_force_Persons,G40,G40,Persons +G8635,lfs_N_the_labour_force_M,Labour_force_status_Not_in_the_labour_force_Males,G40,G40,Males +G8636,lfs_N_the_labour_force_F,Labour_force_status_Not_in_the_labour_force_Females,G40,G40,Females +G8637,lfs_N_the_labour_force_P,Labour_force_status_Not_in_the_labour_force_Persons,G40,G40,Persons +G8638,Percent_Unem_loyment_M,Labour_force_status_Percent_Unemployment_Males,G40,G40,Males +G8639,Percent_Unem_loyment_F,Labour_force_status_Percent_Unemployment_Females,G40,G40,Females +G8640,Percent_Unem_loyment_P,Labour_force_status_Percent_Unemployment_Persons,G40,G40,Persons +G8641,Percnt_LabForc_prticipation_M,Labour_force_status_Percent_Labour_force_participation_Males,G40,G40,Males +G8642,Percnt_LabForc_prticipation_F,Labour_force_status_Percent_Labour_force_participation_Females,G40,G40,Females +G8643,Percnt_LabForc_prticipation_P,Labour_force_status_Percent_Labour_force_participation_Persons,G40,G40,Persons +G8644,Percnt_Employment_to_populn_M,Labour_force_status_Percent_Employment_to_population_Males,G40,G40,Males +G8645,Percnt_Employment_to_populn_F,Labour_force_status_Percent_Employment_to_population_Females,G40,G40,Females +G8646,Percnt_Employment_to_populn_P,Labour_force_status_Percent_Employment_to_population_Persons,G40,G40,Persons +G8647,Non_sch_quals_PostGrad_Dgre_M,Non_school_qualifications_Postgraduate_Degree_Level_Males,G40,G40,Males +G8648,Non_sch_quals_PostGrad_Dgre_F,Non_school_qualifications_Postgraduate_Degree_Level_Females,G40,G40,Females +G8649,Non_sch_quals_PostGrad_Dgre_P,Non_school_qualifications_Postgraduate_Degree_Level_Persons,G40,G40,Persons +G8650,Non_sch_quals_Gr_Dip_Gr_Crt_M,Non_school_qualifications_Graduate_Diploma_and_Graduate_Certificate_Level_Males,G40,G40,Males +G8651,Non_sch_quals_Gr_Dip_Gr_Crt_F,Non_school_qualifications_Graduate_Diploma_and_Graduate_Certificate_Level_Females,G40,G40,Females +G8652,Non_sch_quals_Gr_Dip_Gr_Crt_P,Non_school_qualifications_Graduate_Diploma_and_Graduate_Certificate_Level_Persons,G40,G40,Persons +G8653,Non_sch_quals_Bchelr_Degree_M,Non_school_qualifications_Bachelor_Degree_Level_Males,G40,G40,Males +G8654,Non_sch_quals_Bchelr_Degree_F,Non_school_qualifications_Bachelor_Degree_Level_Females,G40,G40,Females +G8655,Non_sch_quals_Bchelr_Degree_P,Non_school_qualifications_Bachelor_Degree_Level_Persons,G40,G40,Persons +G8656,Non_sch_quls_Advncd_Dip_Dip_M,Non_school_qualifications_Advanced_Diploma_and_Diploma_Level_Males,G40,G40,Males +G8657,Non_sch_quls_Advncd_Dip_Dip_F,Non_school_qualifications_Advanced_Diploma_and_Diploma_Level_Females,G40,G40,Females +G8658,Non_sch_quls_Advncd_Dip_Dip_P,Non_school_qualifications_Advanced_Diploma_and_Diploma_Level_Persons,G40,G40,Persons +G8659,Non_sch_quls_Cert3a4_Level_M,Non_school_qualifications_Certificate_Level_Certificate_III_and_IV_Level_Males,G40,G40,Males +G8660,Non_sch_quls_Cert3a4_Level_F,Non_school_qualifications_Certificate_Level_Certificate_III_and_IV_Level_Females,G40,G40,Females +G8661,Non_sch_quls_Cert3a4_Level_P,Non_school_qualifications_Certificate_Level_Certificate_III_and_IV_Level_Persons,G40,G40,Persons +G8662,Non_sch_quls_Cert1a2_Level_M,Non_school_qualifications_Certificate_Level_Certificate_I_and_II_Level_Males,G40,G40,Males +G8663,Non_sch_quls_Cert1a2_Level_F,Non_school_qualifications_Certificate_Level_Certificate_I_and_II_Level_Females,G40,G40,Females +G8664,Non_sch_quls_Cert1a2_Level_P,Non_school_qualifications_Certificate_Level_Certificate_I_and_II_Level_Persons,G40,G40,Persons +G8665,Non_sch_quls_Certnfd_Level_M,Non_school_qualifications_Certificate_Level_Certificate_Level_nfd_Males,G40,G40,Males +G8666,Non_sch_quls_Certnfd_Level_F,Non_school_qualifications_Certificate_Level_Certificate_Level_nfd_Females,G40,G40,Females +G8667,Non_sch_quls_Certnfd_Level_P,Non_school_qualifications_Certificate_Level_Certificate_Level_nfd_Persons,G40,G40,Persons +G8668,Non_sch_quls_CertTot_Level_M,Non_school_qualifications_Certificate_Level_Total_Males,G40,G40,Males +G8669,Non_sch_quls_CertTot_Level_F,Non_school_qualifications_Certificate_Level_Total_Females,G40,G40,Females +G8670,Non_sch_quls_CertTot_Level_P,Non_school_qualifications_Certificate_Level_Total_Persons,G40,G40,Persons +G8671,Migtn_Lvd_same_add_1_yr_ago_M,Migration_Lived_at_same_address_1_year_ago_Males,G40,G40,Males +G8672,Migtn_Lvd_same_add_1_yr_ago_F,Migration_Lived_at_same_address_1_year_ago_Females,G40,G40,Females +G8673,Migtn_Lvd_same_add_1_yr_ago_P,Migration_Lived_at_same_address_1_year_ago_Persons,G40,G40,Persons +G8674,Migtn_Lvd_Diff_add_1_yr_ago_M,Migration_Lived_at_Different_address_1_year_ago_Males,G40,G40,Males +G8675,Migtn_Lvd_Diff_add_1_yr_ago_F,Migration_Lived_at_Different_address_1_year_ago_Females,G40,G40,Females +G8676,Migtn_Lvd_Diff_add_1_yr_ago_P,Migration_Lived_at_Different_address_1_year_ago_Persons,G40,G40,Persons +G8677,Migtn_Lvd_sme_add_5_yrs_ago_M,Migration_Lived_at_same_address_5_years_ago_Males,G40,G40,Males +G8678,Migtn_Lvd_sme_add_5_yrs_ago_F,Migration_Lived_at_same_address_5_years_ago_Females,G40,G40,Females +G8679,Migtn_Lvd_sme_add_5_yrs_ago_P,Migration_Lived_at_same_address_5_years_ago_Persons,G40,G40,Persons +G8680,Mign_Lvd_Diff_add_5_yrs_ago_M,Migration_Lived_at_Different_address_5_years_ago_Males,G40,G40,Males +G8681,Mign_Lvd_Diff_add_5_yrs_ago_F,Migration_Lived_at_Different_address_5_years_ago_Females,G40,G40,Females +G8682,Mign_Lvd_Diff_add_5_yrs_ago_P,Migration_Lived_at_Different_address_5_years_ago_Persons,G40,G40,Persons +G8683,Sme_Usl_ad_1_yr_ago_as_2016_M,Same_usual_address_1_year_ago_as_in_2016_Males,G41,G41,Males +G8684,Sme_Usl_ad_1_yr_ago_as_2016_F,Same_usual_address_1_year_ago_as_in_2016_Females,G41,G41,Females +G8685,Sme_Usl_ad_1_yr_ago_as_2016_P,Same_usual_address_1_year_ago_as_in_2016_Persons,G41,G41,Persons +G8686,Dif_Usl_ad_1_yr_ago_Sme_SA2_M,Different_usual_address_1_year_ago_Same_Statistical_Area_Level_2_SA2_Males,G41,G41,Males +G8687,Dif_Usl_ad_1_yr_ago_Sme_SA2_F,Different_usual_address_1_year_ago_Same_Statistical_Area_Level_2_SA2_Females,G41,G41,Females +G8688,Dif_Usl_ad_1_yr_ago_Sme_SA2_P,Different_usual_address_1_year_ago_Same_Statistical_Area_Level_2_SA2_Persons,G41,G41,Persons +G8689,Dif_Us_ad_1_ago_Dif_SA2_NSW_M,Different_usual_address_1_year_ago_Different_SA2_in_New_South_Wales_Males,G41,G41,Males +G8690,Dif_Us_ad_1_ago_Dif_SA2_NSW_F,Different_usual_address_1_year_ago_Different_SA2_in_New_South_Wales_Females,G41,G41,Females +G8691,Dif_Us_ad_1_ago_Dif_SA2_NSW_P,Different_usual_address_1_year_ago_Different_SA2_in_New_South_Wales_Persons,G41,G41,Persons +G8692,Dif_Us_ad_1_ago_Dif_SA2_Vic_M,Different_usual_address_1_year_ago_Different_SA2_in_Victoria_Males,G41,G41,Males +G8693,Dif_Us_ad_1_ago_Dif_SA2_Vic_F,Different_usual_address_1_year_ago_Different_SA2_in_Victoria_Females,G41,G41,Females +G8694,Dif_Us_ad_1_ago_Dif_SA2_Vic_P,Different_usual_address_1_year_ago_Different_SA2_in_Victoria_Persons,G41,G41,Persons +G8695,Dif_Us_ad_1_ago_Dif_SA2_Qld_M,Different_usual_address_1_year_ago_Different_SA2_in_Queensland_Males,G41,G41,Males +G8696,Dif_Us_ad_1_ago_Dif_SA2_Qld_F,Different_usual_address_1_year_ago_Different_SA2_in_Queensland_Females,G41,G41,Females +G8697,Dif_Us_ad_1_ago_Dif_SA2_Qld_P,Different_usual_address_1_year_ago_Different_SA2_in_Queensland_Persons,G41,G41,Persons +G8698,Dif_Us_ad_1_ago_Dif_SA2_SA_M,Different_usual_address_1_year_ago_Different_SA2_in_South_Australia_Males,G41,G41,Males +G8699,Dif_Us_ad_1_ago_Dif_SA2_SA_F,Different_usual_address_1_year_ago_Different_SA2_in_South_Australia_Females,G41,G41,Females +G8700,Dif_Us_ad_1_ago_Dif_SA2_SA_P,Different_usual_address_1_year_ago_Different_SA2_in_South_Australia_Persons,G41,G41,Persons +G8701,Dif_Us_ad_1_ago_Dif_SA2_WA_M,Different_usual_address_1_year_ago_Different_SA2_in_Western_Australia_Males,G41,G41,Males +G8702,Dif_Us_ad_1_ago_Dif_SA2_WA_F,Different_usual_address_1_year_ago_Different_SA2_in_Western_Australia_Females,G41,G41,Females +G8703,Dif_Us_ad_1_ago_Dif_SA2_WA_P,Different_usual_address_1_year_ago_Different_SA2_in_Western_Australia_Persons,G41,G41,Persons +G8704,Dif_Us_ad_1_ago_Dif_SA2_Tas_M,Different_usual_address_1_year_ago_Different_SA2_in_Tasmania_Males,G41,G41,Males +G8705,Dif_Us_ad_1_ago_Dif_SA2_Tas_F,Different_usual_address_1_year_ago_Different_SA2_in_Tasmania_Females,G41,G41,Females +G8706,Dif_Us_ad_1_ago_Dif_SA2_Tas_P,Different_usual_address_1_year_ago_Different_SA2_in_Tasmania_Persons,G41,G41,Persons +G8707,Dif_Us_ad_1_ago_Dif_SA2_NT_M,Different_usual_address_1_year_ago_Different_SA2_in_Northern_Territory_Males,G41,G41,Males +G8708,Dif_Us_ad_1_ago_Dif_SA2_NT_F,Different_usual_address_1_year_ago_Different_SA2_in_Northern_Territory_Females,G41,G41,Females +G8709,Dif_Us_ad_1_ago_Dif_SA2_NT_P,Different_usual_address_1_year_ago_Different_SA2_in_Northern_Territory_Persons,G41,G41,Persons +G8710,Dif_Us_ad_1_ago_Dif_SA2_ACT_M,Different_usual_address_1_year_ago_Different_SA2_in_Australian_Capital_Territory_Males,G41,G41,Males +G8711,Dif_Us_ad_1_ago_Dif_SA2_ACT_F,Different_usual_address_1_year_ago_Different_SA2_in_Australian_Capital_Territory_Females,G41,G41,Females +G8712,Dif_Us_ad_1_ago_Dif_SA2_ACT_P,Different_usual_address_1_year_ago_Different_SA2_in_Australian_Capital_Territory_Persons,G41,G41,Persons +G8713,Dif_Us_ad_1_ago_Dif_SA2_OT_M,Different_usual_address_1_year_ago_Different_SA2_in_Other_Territories_Males,G41,G41,Males +G8714,Dif_Us_ad_1_ago_Dif_SA2_OT_F,Different_usual_address_1_year_ago_Different_SA2_in_Other_Territories_Females,G41,G41,Females +G8715,Dif_Us_ad_1_ago_Dif_SA2_OT_P,Different_usual_address_1_year_ago_Different_SA2_in_Other_Territories_Persons,G41,G41,Persons +G8716,Dif_Us_ad_1_ago_Dif_SA2_Tot_M,Different_usual_address_1_year_ago_Different_SA2_in_Total_Males,G41,G41,Males +G8717,Dif_Us_ad_1_ago_Dif_SA2_Tot_F,Different_usual_address_1_year_ago_Different_SA2_in_Total_Females,G41,G41,Females +G8718,Dif_Us_ad_1_ago_Dif_SA2_Tot_P,Different_usual_address_1_year_ago_Different_SA2_in_Total_Persons,G41,G41,Persons +G8719,Difnt_Usl_add_1_yr_ago_OS_M,Different_usual_address_1_year_ago_Overseas_Males,G41,G41,Males +G8720,Difnt_Usl_add_1_yr_ago_OS_F,Different_usual_address_1_year_ago_Overseas_Females,G41,G41,Females +G8721,Difnt_Usl_add_1_yr_ago_OS_P,Different_usual_address_1_year_ago_Overseas_Persons,G41,G41,Persons +G8722,Difnt_Usl_add_1_yr_ago_Ns_M,Different_usual_address_1_year_ago_Not_stated_Males,G41,G41,Males +G8723,Difnt_Usl_add_1_yr_ago_Ns_F,Different_usual_address_1_year_ago_Not_stated_Females,G41,G41,Females +G8724,Difnt_Usl_add_1_yr_ago_Ns_P,Different_usual_address_1_year_ago_Not_stated_Persons,G41,G41,Persons +G8725,Difnt_Usl_add_1_yr_ago_Tot_M,Different_usual_address_1_year_ago_Total_Males,G41,G41,Males +G8726,Difnt_Usl_add_1_yr_ago_Tot_F,Different_usual_address_1_year_ago_Total_Females,G41,G41,Females +G8727,Difnt_Usl_add_1_yr_ago_Tot_P,Different_usual_address_1_year_ago_Total_Persons,G41,G41,Persons +G8728,N_stated_M,Not_stated_Males,G41,G41,Males +G8729,N_stated_F,Not_stated_Females,G41,G41,Females +G8730,N_stated_P,Not_stated_Persons,G41,G41,Persons +G8731,Tot_M,Total_Males,G41,G41,Males +G8732,Tot_F,Total_Females,G41,G41,Females +G8733,Tot_P,Total_Persons,G41,G41,Persons +G8734,Sme_Usl_ad_5_yr_ago_as_2016_M,Same_usual_address_5_years_ago_as_in_2016_Males,G42,G42,Males +G8735,Sme_Usl_ad_5_yr_ago_as_2016_F,Same_usual_address_5_years_ago_as_in_2016_Females,G42,G42,Females +G8736,Sme_Usl_ad_5_yr_ago_as_2016_P,Same_usual_address_5_years_ago_as_in_2016_Persons,G42,G42,Persons +G8737,Dif_Usl_ad_5_yr_ago_Sme_SA2_M,Different_usual_address_5_years_ago_Same_Statistical_Area_Level_2_SA2_Males,G42,G42,Males +G8738,Dif_Usl_ad_5_yr_ago_Sme_SA2_F,Different_usual_address_5_years_ago_Same_Statistical_Area_Level_2_SA2_Females,G42,G42,Females +G8739,Dif_Usl_ad_5_yr_ago_Sme_SA2_P,Different_usual_address_5_years_ago_Same_Statistical_Area_Level_2_SA2_Persons,G42,G42,Persons +G8740,Dif_Us_ad_5_ago_Dif_SA2_NSW_M,Different_usual_address_5_years_ago_Different_SA2_in_New_South_Wales_Males,G42,G42,Males +G8741,Dif_Us_ad_5_ago_Dif_SA2_NSW_F,Different_usual_address_5_years_ago_Different_SA2_in_New_South_Wales_Females,G42,G42,Females +G8742,Dif_Us_ad_5_ago_Dif_SA2_NSW_P,Different_usual_address_5_years_ago_Different_SA2_in_New_South_Wales_Persons,G42,G42,Persons +G8743,Dif_Us_ad_5_ago_Dif_SA2_Vic_M,Different_usual_address_5_years_ago_Different_SA2_in_Victoria_Males,G42,G42,Males +G8744,Dif_Us_ad_5_ago_Dif_SA2_Vic_F,Different_usual_address_5_years_ago_Different_SA2_in_Victoria_Females,G42,G42,Females +G8745,Dif_Us_ad_5_ago_Dif_SA2_Vic_P,Different_usual_address_5_years_ago_Different_SA2_in_Victoria_Persons,G42,G42,Persons +G8746,Dif_Us_ad_5_ago_Dif_SA2_Qld_M,Different_usual_address_5_years_ago_Different_SA2_in_Queensland_Males,G42,G42,Males +G8747,Dif_Us_ad_5_ago_Dif_SA2_Qld_F,Different_usual_address_5_years_ago_Different_SA2_in_Queensland_Females,G42,G42,Females +G8748,Dif_Us_ad_5_ago_Dif_SA2_Qld_P,Different_usual_address_5_years_ago_Different_SA2_in_Queensland_Persons,G42,G42,Persons +G8749,Dif_Us_ad_5_ago_Dif_SA2_SA_M,Different_usual_address_5_years_ago_Different_SA2_in_South_Australia_Males,G42,G42,Males +G8750,Dif_Us_ad_5_ago_Dif_SA2_SA_F,Different_usual_address_5_years_ago_Different_SA2_in_South_Australia_Females,G42,G42,Females +G8751,Dif_Us_ad_5_ago_Dif_SA2_SA_P,Different_usual_address_5_years_ago_Different_SA2_in_South_Australia_Persons,G42,G42,Persons +G8752,Dif_Us_ad_5_ago_Dif_SA2_WA_M,Different_usual_address_5_years_ago_Different_SA2_in_Western_Australia_Males,G42,G42,Males +G8753,Dif_Us_ad_5_ago_Dif_SA2_WA_F,Different_usual_address_5_years_ago_Different_SA2_in_Western_Australia_Females,G42,G42,Females +G8754,Dif_Us_ad_5_ago_Dif_SA2_WA_P,Different_usual_address_5_years_ago_Different_SA2_in_Western_Australia_Persons,G42,G42,Persons +G8755,Dif_Us_ad_5_ago_Dif_SA2_Tas_M,Different_usual_address_5_years_ago_Different_SA2_in_Tasmania_Males,G42,G42,Males +G8756,Dif_Us_ad_5_ago_Dif_SA2_Tas_F,Different_usual_address_5_years_ago_Different_SA2_in_Tasmania_Females,G42,G42,Females +G8757,Dif_Us_ad_5_ago_Dif_SA2_Tas_P,Different_usual_address_5_years_ago_Different_SA2_in_Tasmania_Persons,G42,G42,Persons +G8758,Dif_Us_ad_5_ago_Dif_SA2_NT_M,Different_usual_address_5_years_ago_Different_SA2_in_Northern_Territory_Males,G42,G42,Males +G8759,Dif_Us_ad_5_ago_Dif_SA2_NT_F,Different_usual_address_5_years_ago_Different_SA2_in_Northern_Territory_Females,G42,G42,Females +G8760,Dif_Us_ad_5_ago_Dif_SA2_NT_P,Different_usual_address_5_years_ago_Different_SA2_in_Northern_Territory_Persons,G42,G42,Persons +G8761,Dif_Us_ad_5_ago_Dif_SA2_ACT_M,Different_usual_address_5_years_ago_Different_SA2_in_Australian_Capital_Territory_Males,G42,G42,Males +G8762,Dif_Us_ad_5_ago_Dif_SA2_ACT_F,Different_usual_address_5_years_ago_Different_SA2_in_Australian_Capital_Territory_Females,G42,G42,Females +G8763,Dif_Us_ad_5_ago_Dif_SA2_ACT_P,Different_usual_address_5_years_ago_Different_SA2_in_Australian_Capital_Territory_Persons,G42,G42,Persons +G8764,Dif_Us_ad_5_ago_Dif_SA2_OT_M,Different_usual_address_5_years_ago_Different_SA2_in_Other_Territories_Males,G42,G42,Males +G8765,Dif_Us_ad_5_ago_Dif_SA2_OT_F,Different_usual_address_5_years_ago_Different_SA2_in_Other_Territories_Females,G42,G42,Females +G8766,Dif_Us_ad_5_ago_Dif_SA2_OT_P,Different_usual_address_5_years_ago_Different_SA2_in_Other_Territories_Persons,G42,G42,Persons +G8767,Dif_Us_ad_5_ago_Dif_SA2_Tot_M,Different_usual_address_5_years_ago_Different_SA2_in_Total_Males,G42,G42,Males +G8768,Dif_Us_ad_5_ago_Dif_SA2_Tot_F,Different_usual_address_5_years_ago_Different_SA2_in_Total_Females,G42,G42,Females +G8769,Dif_Us_ad_5_ago_Dif_SA2_Tot_P,Different_usual_address_5_years_ago_Different_SA2_in_Total_Persons,G42,G42,Persons +G8770,Difnt_Usl_add_5_yr_ago_OS_M,Different_usual_address_5_years_ago_Overseas_Males,G42,G42,Males +G8771,Difnt_Usl_add_5_yr_ago_OS_F,Different_usual_address_5_years_ago_Overseas_Females,G42,G42,Females +G8772,Difnt_Usl_add_5_yr_ago_OS_P,Different_usual_address_5_years_ago_Overseas_Persons,G42,G42,Persons +G8773,Difnt_Usl_add_5_yr_ago_Ns_M,Different_usual_address_5_years_ago_Not_stated_Males,G42,G42,Males +G8774,Difnt_Usl_add_5_yr_ago_Ns_F,Different_usual_address_5_years_ago_Not_stated_Females,G42,G42,Females +G8775,Difnt_Usl_add_5_yr_ago_Ns_P,Different_usual_address_5_years_ago_Not_stated_Persons,G42,G42,Persons +G8776,Difnt_Usl_add_5_yr_ago_Tot_M,Different_usual_address_5_years_ago_Total_Males,G42,G42,Males +G8777,Difnt_Usl_add_5_yr_ago_Tot_F,Different_usual_address_5_years_ago_Total_Females,G42,G42,Females +G8778,Difnt_Usl_add_5_yr_ago_Tot_P,Different_usual_address_5_years_ago_Total_Persons,G42,G42,Persons +G8779,N_stated_M,Not_stated_Males,G42,G42,Males +G8780,N_stated_F,Not_stated_Females,G42,G42,Females +G8781,N_stated_P,Not_stated_Persons,G42,G42,Persons +G8782,Tot_M,Total_Males,G42,G42,Males +G8783,Tot_F,Total_Females,G42,G42,Females +G8784,Tot_P,Total_Persons,G42,G42,Persons +G8785,M_Emp_FullT_15_19,Males_Employed_worked_Full_time_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8786,M_Emp_FullT_20_24,Males_Employed_worked_Full_time_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8787,M_Emp_FullT_25_34,Males_Employed_worked_Full_time_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8788,M_Emp_FullT_35_44,Males_Employed_worked_Full_time_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8789,M_Emp_FullT_45_54,Males_Employed_worked_Full_time_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8790,M_Emp_FullT_55_64,Males_Employed_worked_Full_time_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8791,M_Emp_FullT_65_74,Males_Employed_worked_Full_time_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8792,M_Emp_FullT_75_84,Males_Employed_worked_Full_time_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8793,M_Emp_FullT_85ov,Males_Employed_worked_Full_time_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8794,M_Emp_FullT_Tot,Males_Employed_worked_Full_time_Total,G43A,G43a,Total|MALES +G8795,M_Emp_PartT_15_19,Males_Employed_worked_Part_time_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8796,M_Emp_PartT_20_24,Males_Employed_worked_Part_time_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8797,M_Emp_PartT_25_34,Males_Employed_worked_Part_time_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8798,M_Emp_PartT_35_44,Males_Employed_worked_Part_time_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8799,M_Emp_PartT_45_54,Males_Employed_worked_Part_time_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8800,M_Emp_PartT_55_64,Males_Employed_worked_Part_time_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8801,M_Emp_PartT_65_74,Males_Employed_worked_Part_time_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8802,M_Emp_PartT_75_84,Males_Employed_worked_Part_time_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8803,M_Emp_PartT_85ov,Males_Employed_worked_Part_time_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8804,M_Emp_PartT_Tot,Males_Employed_worked_Part_time_Total,G43A,G43a,Total|MALES +G8805,M_Emp_awy_f_wrk_15_19,Males_Employed_away_from_work_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8806,M_Emp_awy_f_wrk_20_24,Males_Employed_away_from_work_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8807,M_Emp_awy_f_wrk_25_34,Males_Employed_away_from_work_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8808,M_Emp_awy_f_wrk_35_44,Males_Employed_away_from_work_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8809,M_Emp_awy_f_wrk_45_54,Males_Employed_away_from_work_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8810,M_Emp_awy_f_wrk_55_64,Males_Employed_away_from_work_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8811,M_Emp_awy_f_wrk_65_74,Males_Employed_away_from_work_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8812,M_Emp_awy_f_wrk_75_84,Males_Employed_away_from_work_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8813,M_Emp_awy_f_wrk_85ov,Males_Employed_away_from_work_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8814,M_Emp_awy_f_wrk_Tot,Males_Employed_away_from_work_Total,G43A,G43a,Total|MALES +G8815,M_Hours_wkd_NS_15_19,Males_Hours_worked_not_stated_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8816,M_Hours_wkd_NS_20_24,Males_Hours_worked_not_stated_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8817,M_Hours_wkd_NS_25_34,Males_Hours_worked_not_stated_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8818,M_Hours_wkd_NS_35_44,Males_Hours_worked_not_stated_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8819,M_Hours_wkd_NS_45_54,Males_Hours_worked_not_stated_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8820,M_Hours_wkd_NS_55_64,Males_Hours_worked_not_stated_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8821,M_Hours_wkd_NS_65_74,Males_Hours_worked_not_stated_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8822,M_Hours_wkd_NS_75_84,Males_Hours_worked_not_stated_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8823,M_Hours_wkd_NS_85ov,Males_Hours_worked_not_stated_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8824,M_Hours_wkd_NS_Tot,Males_Hours_worked_not_stated_Total,G43A,G43a,Total|MALES +G8825,M_Tot_Emp_15_19,Males_Total_employed_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8826,M_Tot_Emp_20_24,Males_Total_employed_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8827,M_Tot_Emp_25_34,Males_Total_employed_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8828,M_Tot_Emp_35_44,Males_Total_employed_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8829,M_Tot_Emp_45_54,Males_Total_employed_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8830,M_Tot_Emp_55_64,Males_Total_employed_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8831,M_Tot_Emp_65_74,Males_Total_employed_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8832,M_Tot_Emp_75_84,Males_Total_employed_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8833,M_Tot_Emp_85ov,Males_Total_employed_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8834,M_Tot_Emp_Tot,Males_Total_employed_Total,G43A,G43a,Total|MALES +G8835,M_Unem_look_FTW_15_19,Males_Unemployed_looking_for_Full_time_work_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8836,M_Unem_look_FTW_20_24,Males_Unemployed_looking_for_Full_time_work_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8837,M_Unem_look_FTW_25_34,Males_Unemployed_looking_for_Full_time_work_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8838,M_Unem_look_FTW_35_44,Males_Unemployed_looking_for_Full_time_work_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8839,M_Unem_look_FTW_45_54,Males_Unemployed_looking_for_Full_time_work_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8840,M_Unem_look_FTW_55_64,Males_Unemployed_looking_for_Full_time_work_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8841,M_Unem_look_FTW_65_74,Males_Unemployed_looking_for_Full_time_work_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8842,M_Unem_look_FTW_75_84,Males_Unemployed_looking_for_Full_time_work_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8843,M_Unem_look_FTW_85ov,Males_Unemployed_looking_for_Full_time_work_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8844,M_Unem_look_FTW_Tot,Males_Unemployed_looking_for_Full_time_work_Total,G43A,G43a,Total|MALES +G8845,M_Unem_look_PTW_15_19,Males_Unemployed_looking_for_Part_time_work_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8846,M_Unem_look_PTW_20_24,Males_Unemployed_looking_for_Part_time_work_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8847,M_Unem_look_PTW_25_34,Males_Unemployed_looking_for_Part_time_work_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8848,M_Unem_look_PTW_35_44,Males_Unemployed_looking_for_Part_time_work_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8849,M_Unem_look_PTW_45_54,Males_Unemployed_looking_for_Part_time_work_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8850,M_Unem_look_PTW_55_64,Males_Unemployed_looking_for_Part_time_work_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8851,M_Unem_look_PTW_65_74,Males_Unemployed_looking_for_Part_time_work_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8852,M_Unem_look_PTW_75_84,Males_Unemployed_looking_for_Part_time_work_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8853,M_Unem_look_PTW_85ov,Males_Unemployed_looking_for_Part_time_work_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8854,M_Unem_look_PTW_Tot,Males_Unemployed_looking_for_Part_time_work_Total,G43A,G43a,Total|MALES +G8855,M_Tot_Unemp_15_19,Males_Total_unemployed_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8856,M_Tot_Unemp_20_24,Males_Total_unemployed_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8857,M_Tot_Unemp_25_34,Males_Total_unemployed_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8858,M_Tot_Unemp_35_44,Males_Total_unemployed_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8859,M_Tot_Unemp_45_54,Males_Total_unemployed_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8860,M_Tot_Unemp_55_64,Males_Total_unemployed_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8861,M_Tot_Unemp_65_74,Males_Total_unemployed_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8862,M_Tot_Unemp_75_84,Males_Total_unemployed_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8863,M_Tot_Unemp_85ov,Males_Total_unemployed_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8864,M_Tot_Unemp_Tot,Males_Total_unemployed_Total,G43A,G43a,Total|MALES +G8865,M_Tot_LF_15_19,Males_Total_labour_force_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8866,M_Tot_LF_20_24,Males_Total_labour_force_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8867,M_Tot_LF_25_34,Males_Total_labour_force_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8868,M_Tot_LF_35_44,Males_Total_labour_force_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8869,M_Tot_LF_45_54,Males_Total_labour_force_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8870,M_Tot_LF_55_64,Males_Total_labour_force_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8871,M_Tot_LF_65_74,Males_Total_labour_force_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8872,M_Tot_LF_75_84,Males_Total_labour_force_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8873,M_Tot_LF_85ov,Males_Total_labour_force_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8874,M_Tot_LF_Tot,Males_Total_labour_force_Total,G43A,G43a,Total|MALES +G8875,M_Not_in_LF_15_19,Males_Not_in_the_labour_force_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8876,M_Not_in_LF_20_24,Males_Not_in_the_labour_force_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8877,M_Not_in_LF_25_34,Males_Not_in_the_labour_force_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8878,M_Not_in_LF_35_44,Males_Not_in_the_labour_force_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8879,M_Not_in_LF_45_54,Males_Not_in_the_labour_force_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8880,M_Not_in_LF_55_64,Males_Not_in_the_labour_force_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8881,M_Not_in_LF_65_74,Males_Not_in_the_labour_force_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8882,M_Not_in_LF_75_84,Males_Not_in_the_labour_force_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8883,M_Not_in_LF_85ov,Males_Not_in_the_labour_force_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8884,M_Not_in_LF_Tot,Males_Not_in_the_labour_force_Total,G43A,G43a,Total|MALES +G8885,M_LFS_NS_15_19,Males_Labour_force_status_not_stated_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8886,M_LFS_NS_20_24,Males_Labour_force_status_not_stated_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8887,M_LFS_NS_25_34,Males_Labour_force_status_not_stated_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8888,M_LFS_NS_35_44,Males_Labour_force_status_not_stated_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8889,M_LFS_NS_45_54,Males_Labour_force_status_not_stated_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8890,M_LFS_NS_55_64,Males_Labour_force_status_not_stated_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8891,M_LFS_NS_65_74,Males_Labour_force_status_not_stated_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8892,M_LFS_NS_75_84,Males_Labour_force_status_not_stated_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8893,M_LFS_NS_85ov,Males_Labour_force_status_not_stated_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8894,M_LFS_NS_Tot,Males_Labour_force_status_not_stated_Total,G43A,G43a,Total|MALES +G8895,M_Tot_15_19,Males_Total_Age_15_19_years,G43A,G43a,15-19 years|MALES +G8896,M_Tot_20_24,Males_Total_Age_20_24_years,G43A,G43a,20-24 years|MALES +G8897,M_Tot_25_34,Males_Total_Age_25_34_years,G43A,G43a,25-34 years|MALES +G8898,M_Tot_35_44,Males_Total_Age_35_44_years,G43A,G43a,35-44 years|MALES +G8899,M_Tot_45_54,Males_Total_Age_45_54_years,G43A,G43a,45-54 years|MALES +G8900,M_Tot_55_64,Males_Total_Age_55_64_years,G43A,G43a,55-64 years|MALES +G8901,M_Tot_65_74,Males_Total_Age_65_74_years,G43A,G43a,65-74 years|MALES +G8902,M_Tot_75_84,Males_Total_Age_75_84_years,G43A,G43a,75-84 years|MALES +G8903,M_Tot_85ov,Males_Total_Age_85_years_and_over,G43A,G43a,85 years and over|MALES +G8904,M_Tot_Tot,Males_Total_Total,G43A,G43a,Total|MALES +G8905,F_Emp_FullT_15_19,Females_Employed_worked_Full_time_Age_15_19_years,G43A,G43a,15-19 years|FEMALES +G8906,F_Emp_FullT_20_24,Females_Employed_worked_Full_time_Age_20_24_years,G43A,G43a,20-24 years|FEMALES +G8907,F_Emp_FullT_25_34,Females_Employed_worked_Full_time_Age_25_34_years,G43A,G43a,25-34 years|FEMALES +G8908,F_Emp_FullT_35_44,Females_Employed_worked_Full_time_Age_35_44_years,G43A,G43a,35-44 years|FEMALES +G8909,F_Emp_FullT_45_54,Females_Employed_worked_Full_time_Age_45_54_years,G43A,G43a,45-54 years|FEMALES +G8910,F_Emp_FullT_55_64,Females_Employed_worked_Full_time_Age_55_64_years,G43A,G43a,55-64 years|FEMALES +G8911,F_Emp_FullT_65_74,Females_Employed_worked_Full_time_Age_65_74_years,G43A,G43a,65-74 years|FEMALES +G8912,F_Emp_FullT_75_84,Females_Employed_worked_Full_time_Age_75_84_years,G43A,G43a,75-84 years|FEMALES +G8913,F_Emp_FullT_85ov,Females_Employed_worked_Full_time_Age_85_years_and_over,G43A,G43a,85 years and over|FEMALES +G8914,F_Emp_FullT_Tot,Females_Employed_worked_Full_time_Total,G43A,G43a,Total|FEMALES +G8915,F_Emp_PartT_15_19,Females_Employed_worked_Part_time_Age_15_19_years,G43A,G43a,15-19 years|FEMALES +G8916,F_Emp_PartT_20_24,Females_Employed_worked_Part_time_Age_20_24_years,G43A,G43a,20-24 years|FEMALES +G8917,F_Emp_PartT_25_34,Females_Employed_worked_Part_time_Age_25_34_years,G43A,G43a,25-34 years|FEMALES +G8918,F_Emp_PartT_35_44,Females_Employed_worked_Part_time_Age_35_44_years,G43A,G43a,35-44 years|FEMALES +G8919,F_Emp_PartT_45_54,Females_Employed_worked_Part_time_Age_45_54_years,G43A,G43a,45-54 years|FEMALES +G8920,F_Emp_PartT_55_64,Females_Employed_worked_Part_time_Age_55_64_years,G43A,G43a,55-64 years|FEMALES +G8921,F_Emp_PartT_65_74,Females_Employed_worked_Part_time_Age_65_74_years,G43A,G43a,65-74 years|FEMALES +G8922,F_Emp_PartT_75_84,Females_Employed_worked_Part_time_Age_75_84_years,G43A,G43a,75-84 years|FEMALES +G8923,F_Emp_PartT_85ov,Females_Employed_worked_Part_time_Age_85_years_and_over,G43A,G43a,85 years and over|FEMALES +G8924,F_Emp_PartT_Tot,Females_Employed_worked_Part_time_Total,G43A,G43a,Total|FEMALES +G8925,F_Emp_awy_f_wrk_15_19,Females_Employed_away_from_work_Age_15_19_years,G43A,G43a,15-19 years|FEMALES +G8926,F_Emp_awy_f_wrk_20_24,Females_Employed_away_from_work_Age_20_24_years,G43A,G43a,20-24 years|FEMALES +G8927,F_Emp_awy_f_wrk_25_34,Females_Employed_away_from_work_Age_25_34_years,G43A,G43a,25-34 years|FEMALES +G8928,F_Emp_awy_f_wrk_35_44,Females_Employed_away_from_work_Age_35_44_years,G43A,G43a,35-44 years|FEMALES +G8929,F_Emp_awy_f_wrk_45_54,Females_Employed_away_from_work_Age_45_54_years,G43A,G43a,45-54 years|FEMALES +G8930,F_Emp_awy_f_wrk_55_64,Females_Employed_away_from_work_Age_55_64_years,G43A,G43a,55-64 years|FEMALES +G8931,F_Emp_awy_f_wrk_65_74,Females_Employed_away_from_work_Age_65_74_years,G43A,G43a,65-74 years|FEMALES +G8932,F_Emp_awy_f_wrk_75_84,Females_Employed_away_from_work_Age_75_84_years,G43A,G43a,75-84 years|FEMALES +G8933,F_Emp_awy_f_wrk_85ov,Females_Employed_away_from_work_Age_85_years_and_over,G43A,G43a,85 years and over|FEMALES +G8934,F_Emp_awy_f_wrk_Tot,Females_Employed_away_from_work_Total,G43A,G43a,Total|FEMALES +G8935,F_Hours_wkd_NS_15_19,Females_Hours_worked_not_stated_Age_15_19_years,G43A,G43a,15-19 years|FEMALES +G8936,F_Hours_wkd_NS_20_24,Females_Hours_worked_not_stated_Age_20_24_years,G43A,G43a,20-24 years|FEMALES +G8937,F_Hours_wkd_NS_25_34,Females_Hours_worked_not_stated_Age_25_34_years,G43A,G43a,25-34 years|FEMALES +G8938,F_Hours_wkd_NS_35_44,Females_Hours_worked_not_stated_Age_35_44_years,G43A,G43a,35-44 years|FEMALES +G8939,F_Hours_wkd_NS_45_54,Females_Hours_worked_not_stated_Age_45_54_years,G43A,G43a,45-54 years|FEMALES +G8940,F_Hours_wkd_NS_55_64,Females_Hours_worked_not_stated_Age_55_64_years,G43A,G43a,55-64 years|FEMALES +G8941,F_Hours_wkd_NS_65_74,Females_Hours_worked_not_stated_Age_65_74_years,G43A,G43a,65-74 years|FEMALES +G8942,F_Hours_wkd_NS_75_84,Females_Hours_worked_not_stated_Age_75_84_years,G43A,G43a,75-84 years|FEMALES +G8943,F_Hours_wkd_NS_85ov,Females_Hours_worked_not_stated_Age_85_years_and_over,G43A,G43a,85 years and over|FEMALES +G8944,F_Hours_wkd_NS_Tot,Females_Hours_worked_not_stated_Total,G43A,G43a,Total|FEMALES +G8945,F_Tot_Emp_15_19,Females_Total_employed_Age_15_19_years,G43A,G43a,15-19 years|FEMALES +G8946,F_Tot_Emp_20_24,Females_Total_employed_Age_20_24_years,G43A,G43a,20-24 years|FEMALES +G8947,F_Tot_Emp_25_34,Females_Total_employed_Age_25_34_years,G43A,G43a,25-34 years|FEMALES +G8948,F_Tot_Emp_35_44,Females_Total_employed_Age_35_44_years,G43A,G43a,35-44 years|FEMALES +G8949,F_Tot_Emp_45_54,Females_Total_employed_Age_45_54_years,G43A,G43a,45-54 years|FEMALES +G8950,F_Tot_Emp_55_64,Females_Total_employed_Age_55_64_years,G43A,G43a,55-64 years|FEMALES +G8951,F_Tot_Emp_65_74,Females_Total_employed_Age_65_74_years,G43A,G43a,65-74 years|FEMALES +G8952,F_Tot_Emp_75_84,Females_Total_employed_Age_75_84_years,G43A,G43a,75-84 years|FEMALES +G8953,F_Tot_Emp_85ov,Females_Total_employed_Age_85_years_and_over,G43A,G43a,85 years and over|FEMALES +G8954,F_Tot_Emp_Tot,Females_Total_employed_Total,G43A,G43a,Total|FEMALES +G8955,F_Unem_look_FTW_15_19,Females_Unemployed_looking_for_Full_time_work_Age_15_19_years,G43A,G43a,15-19 years|FEMALES +G8956,F_Unem_look_FTW_20_24,Females_Unemployed_looking_for_Full_time_work_Age_20_24_years,G43A,G43a,20-24 years|FEMALES +G8957,F_Unem_look_FTW_25_34,Females_Unemployed_looking_for_Full_time_work_Age_25_34_years,G43A,G43a,25-34 years|FEMALES +G8958,F_Unem_look_FTW_35_44,Females_Unemployed_looking_for_Full_time_work_Age_35_44_years,G43A,G43a,35-44 years|FEMALES +G8959,F_Unem_look_FTW_45_54,Females_Unemployed_looking_for_Full_time_work_Age_45_54_years,G43A,G43a,45-54 years|FEMALES +G8960,F_Unem_look_FTW_55_64,Females_Unemployed_looking_for_Full_time_work_Age_55_64_years,G43A,G43a,55-64 years|FEMALES +G8961,F_Unem_look_FTW_65_74,Females_Unemployed_looking_for_Full_time_work_Age_65_74_years,G43A,G43a,65-74 years|FEMALES +G8962,F_Unem_look_FTW_75_84,Females_Unemployed_looking_for_Full_time_work_Age_75_84_years,G43A,G43a,75-84 years|FEMALES +G8963,F_Unem_look_FTW_85ov,Females_Unemployed_looking_for_Full_time_work_Age_85_years_and_over,G43A,G43a,85 years and over|FEMALES +G8964,F_Unem_look_FTW_Tot,Females_Unemployed_looking_for_Full_time_work_Total,G43A,G43a,Total|FEMALES +G8965,F_Unem_look_PTW_15_19,Females_Unemployed_looking_for_Part_time_work_Age_15_19_years,G43A,G43a,15-19 years|FEMALES +G8966,F_Unem_look_PTW_20_24,Females_Unemployed_looking_for_Part_time_work_Age_20_24_years,G43A,G43a,20-24 years|FEMALES +G8967,F_Unem_look_PTW_25_34,Females_Unemployed_looking_for_Part_time_work_Age_25_34_years,G43A,G43a,25-34 years|FEMALES +G8968,F_Unem_look_PTW_35_44,Females_Unemployed_looking_for_Part_time_work_Age_35_44_years,G43A,G43a,35-44 years|FEMALES +G8969,F_Unem_look_PTW_45_54,Females_Unemployed_looking_for_Part_time_work_Age_45_54_years,G43A,G43a,45-54 years|FEMALES +G8970,F_Unem_look_PTW_55_64,Females_Unemployed_looking_for_Part_time_work_Age_55_64_years,G43A,G43a,55-64 years|FEMALES +G8971,F_Unem_look_PTW_65_74,Females_Unemployed_looking_for_Part_time_work_Age_65_74_years,G43A,G43a,65-74 years|FEMALES +G8972,F_Unem_look_PTW_75_84,Females_Unemployed_looking_for_Part_time_work_Age_75_84_years,G43A,G43a,75-84 years|FEMALES +G8973,F_Unem_look_PTW_85ov,Females_Unemployed_looking_for_Part_time_work_Age_85_years_and_over,G43A,G43a,85 years and over|FEMALES +G8974,F_Unem_look_PTW_Tot,Females_Unemployed_looking_for_Part_time_work_Total,G43A,G43a,Total|FEMALES +G8975,F_Tot_Unemp_15_19,Females_Total_unemployed_Age_15_19_years,G43A,G43a,15-19 years|FEMALES +G8976,F_Tot_Unemp_20_24,Females_Total_unemployed_Age_20_24_years,G43A,G43a,20-24 years|FEMALES +G8977,F_Tot_Unemp_25_34,Females_Total_unemployed_Age_25_34_years,G43A,G43a,25-34 years|FEMALES +G8978,F_Tot_Unemp_35_44,Females_Total_unemployed_Age_35_44_years,G43A,G43a,35-44 years|FEMALES +G8979,F_Tot_Unemp_45_54,Females_Total_unemployed_Age_45_54_years,G43A,G43a,45-54 years|FEMALES +G8980,F_Tot_Unemp_55_64,Females_Total_unemployed_Age_55_64_years,G43A,G43a,55-64 years|FEMALES +G8981,F_Tot_Unemp_65_74,Females_Total_unemployed_Age_65_74_years,G43A,G43a,65-74 years|FEMALES +G8982,F_Tot_Unemp_75_84,Females_Total_unemployed_Age_75_84_years,G43A,G43a,75-84 years|FEMALES +G8983,F_Tot_Unemp_85ov,Females_Total_unemployed_Age_85_years_and_over,G43A,G43a,85 years and over|FEMALES +G8984,F_Tot_Unemp_Tot,Females_Total_unemployed_Total,G43A,G43a,Total|FEMALES +G8985,F_Tot_LF_15_19,Females_Total_labour_force_Age_15_19_years,G43B,G43a,15-19 years|FEMALES +G8986,F_Tot_LF_20_24,Females_Total_labour_force_Age_20_24_years,G43B,G43a,20-24 years|FEMALES +G8987,F_Tot_LF_25_34,Females_Total_labour_force_Age_25_34_years,G43B,G43a,25-34 years|FEMALES +G8988,F_Tot_LF_35_44,Females_Total_labour_force_Age_35_44_years,G43B,G43a,35-44 years|FEMALES +G8989,F_Tot_LF_45_54,Females_Total_labour_force_Age_45_54_years,G43B,G43a,45-54 years|FEMALES +G8990,F_Tot_LF_55_64,Females_Total_labour_force_Age_55_64_years,G43B,G43a,55-64 years|FEMALES +G8991,F_Tot_LF_65_74,Females_Total_labour_force_Age_65_74_years,G43B,G43a,65-74 years|FEMALES +G8992,F_Tot_LF_75_84,Females_Total_labour_force_Age_75_84_years,G43B,G43a,75-84 years|FEMALES +G8993,F_Tot_LF_85ov,Females_Total_labour_force_Age_85_years_and_over,G43B,G43a,85 years and over|FEMALES +G8994,F_Tot_LF_Tot,Females_Total_labour_force_Total,G43B,G43a,Total|FEMALES +G8995,F_Not_in_LF_15_19,Females_Not_in_the_labour_force_Age_15_19_years,G43B,G43a,15-19 years|FEMALES +G8996,F_Not_in_LF_20_24,Females_Not_in_the_labour_force_Age_20_24_years,G43B,G43a,20-24 years|FEMALES +G8997,F_Not_in_LF_25_34,Females_Not_in_the_labour_force_Age_25_34_years,G43B,G43a,25-34 years|FEMALES +G8998,F_Not_in_LF_35_44,Females_Not_in_the_labour_force_Age_35_44_years,G43B,G43a,35-44 years|FEMALES +G8999,F_Not_in_LF_45_54,Females_Not_in_the_labour_force_Age_45_54_years,G43B,G43a,45-54 years|FEMALES +G9000,F_Not_in_LF_55_64,Females_Not_in_the_labour_force_Age_55_64_years,G43B,G43a,55-64 years|FEMALES +G9001,F_Not_in_LF_65_74,Females_Not_in_the_labour_force_Age_65_74_years,G43B,G43a,65-74 years|FEMALES +G9002,F_Not_in_LF_75_84,Females_Not_in_the_labour_force_Age_75_84_years,G43B,G43a,75-84 years|FEMALES +G9003,F_Not_in_LF_85ov,Females_Not_in_the_labour_force_Age_85_years_and_over,G43B,G43a,85 years and over|FEMALES +G9004,F_Not_in_LF_Tot,Females_Not_in_the_labour_force_Total,G43B,G43a,Total|FEMALES +G9005,F_LFS_NS_15_19,Females_Labour_force_status_not_stated_Age_15_19_years,G43B,G43a,15-19 years|FEMALES +G9006,F_LFS_NS_20_24,Females_Labour_force_status_not_stated_Age_20_24_years,G43B,G43a,20-24 years|FEMALES +G9007,F_LFS_NS_25_34,Females_Labour_force_status_not_stated_Age_25_34_years,G43B,G43a,25-34 years|FEMALES +G9008,F_LFS_NS_35_44,Females_Labour_force_status_not_stated_Age_35_44_years,G43B,G43a,35-44 years|FEMALES +G9009,F_LFS_NS_45_54,Females_Labour_force_status_not_stated_Age_45_54_years,G43B,G43a,45-54 years|FEMALES +G9010,F_LFS_NS_55_64,Females_Labour_force_status_not_stated_Age_55_64_years,G43B,G43a,55-64 years|FEMALES +G9011,F_LFS_NS_65_74,Females_Labour_force_status_not_stated_Age_65_74_years,G43B,G43a,65-74 years|FEMALES +G9012,F_LFS_NS_75_84,Females_Labour_force_status_not_stated_Age_75_84_years,G43B,G43a,75-84 years|FEMALES +G9013,F_LFS_NS_85ov,Females_Labour_force_status_not_stated_Age_85_years_and_over,G43B,G43a,85 years and over|FEMALES +G9014,F_LFS_NS_Tot,Females_Labour_force_status_not_stated_Total,G43B,G43a,Total|FEMALES +G9015,F_Tot_15_19,Females_Total_Age_15_19_years,G43B,G43a,15-19 years|FEMALES +G9016,F_Tot_20_24,Females_Total_Age_20_24_years,G43B,G43a,20-24 years|FEMALES +G9017,F_Tot_25_34,Females_Total_Age_25_34_years,G43B,G43a,25-34 years|FEMALES +G9018,F_Tot_35_44,Females_Total_Age_35_44_years,G43B,G43a,35-44 years|FEMALES +G9019,F_Tot_45_54,Females_Total_Age_45_54_years,G43B,G43a,45-54 years|FEMALES +G9020,F_Tot_55_64,Females_Total_Age_55_64_years,G43B,G43a,55-64 years|FEMALES +G9021,F_Tot_65_74,Females_Total_Age_65_74_years,G43B,G43a,65-74 years|FEMALES +G9022,F_Tot_75_84,Females_Total_Age_75_84_years,G43B,G43a,75-84 years|FEMALES +G9023,F_Tot_85ov,Females_Total_Age_85_years_and_over,G43B,G43a,85 years and over|FEMALES +G9024,F_Tot_Tot,Females_Total_Total,G43B,G43a,Total|FEMALES +G9025,P_Emp_FullT_15_19,Persons_Employed_worked_Full_time_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9026,P_Emp_FullT_20_24,Persons_Employed_worked_Full_time_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9027,P_Emp_FullT_25_34,Persons_Employed_worked_Full_time_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9028,P_Emp_FullT_35_44,Persons_Employed_worked_Full_time_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9029,P_Emp_FullT_45_54,Persons_Employed_worked_Full_time_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9030,P_Emp_FullT_55_64,Persons_Employed_worked_Full_time_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9031,P_Emp_FullT_65_74,Persons_Employed_worked_Full_time_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9032,P_Emp_FullT_75_84,Persons_Employed_worked_Full_time_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9033,P_Emp_FullT_85ov,Persons_Employed_worked_Full_time_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9034,P_Emp_FullT_Tot,Persons_Employed_worked_Full_time_Total,G43B,G43b,Total|PERSONS +G9035,P_Emp_PartT_15_19,Persons_Employed_worked_Part_time_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9036,P_Emp_PartT_20_24,Persons_Employed_worked_Part_time_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9037,P_Emp_PartT_25_34,Persons_Employed_worked_Part_time_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9038,P_Emp_PartT_35_44,Persons_Employed_worked_Part_time_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9039,P_Emp_PartT_45_54,Persons_Employed_worked_Part_time_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9040,P_Emp_PartT_55_64,Persons_Employed_worked_Part_time_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9041,P_Emp_PartT_65_74,Persons_Employed_worked_Part_time_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9042,P_Emp_PartT_75_84,Persons_Employed_worked_Part_time_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9043,P_Emp_PartT_85ov,Persons_Employed_worked_Part_time_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9044,P_Emp_PartT_Tot,Persons_Employed_worked_Part_time_Total,G43B,G43b,Total|PERSONS +G9045,P_Emp_awy_f_wrk_15_19,Persons_Employed_away_from_work_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9046,P_Emp_awy_f_wrk_20_24,Persons_Employed_away_from_work_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9047,P_Emp_awy_f_wrk_25_34,Persons_Employed_away_from_work_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9048,P_Emp_awy_f_wrk_35_44,Persons_Employed_away_from_work_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9049,P_Emp_awy_f_wrk_45_54,Persons_Employed_away_from_work_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9050,P_Emp_awy_f_wrk_55_64,Persons_Employed_away_from_work_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9051,P_Emp_awy_f_wrk_65_74,Persons_Employed_away_from_work_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9052,P_Emp_awy_f_wrk_75_84,Persons_Employed_away_from_work_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9053,P_Emp_awy_f_wrk_85ov,Persons_Employed_away_from_work_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9054,P_Emp_awy_f_wrk_Tot,Persons_Employed_away_from_work_Total,G43B,G43b,Total|PERSONS +G9055,P_Hours_wkd_NS_15_19,Persons_Hours_worked_not_stated_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9056,P_Hours_wkd_NS_20_24,Persons_Hours_worked_not_stated_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9057,P_Hours_wkd_NS_25_34,Persons_Hours_worked_not_stated_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9058,P_Hours_wkd_NS_35_44,Persons_Hours_worked_not_stated_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9059,P_Hours_wkd_NS_45_54,Persons_Hours_worked_not_stated_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9060,P_Hours_wkd_NS_55_64,Persons_Hours_worked_not_stated_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9061,P_Hours_wkd_NS_65_74,Persons_Hours_worked_not_stated_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9062,P_Hours_wkd_NS_75_84,Persons_Hours_worked_not_stated_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9063,P_Hours_wkd_NS_85ov,Persons_Hours_worked_not_stated_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9064,P_Hours_wkd_NS_Tot,Persons_Hours_worked_not_stated_Total,G43B,G43b,Total|PERSONS +G9065,P_Tot_Emp_15_19,Persons_Total_employed_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9066,P_Tot_Emp_20_24,Persons_Total_employed_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9067,P_Tot_Emp_25_34,Persons_Total_employed_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9068,P_Tot_Emp_35_44,Persons_Total_employed_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9069,P_Tot_Emp_45_54,Persons_Total_employed_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9070,P_Tot_Emp_55_64,Persons_Total_employed_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9071,P_Tot_Emp_65_74,Persons_Total_employed_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9072,P_Tot_Emp_75_84,Persons_Total_employed_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9073,P_Tot_Emp_85ov,Persons_Total_employed_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9074,P_Tot_Emp_Tot,Persons_Total_employed_Total,G43B,G43b,Total|PERSONS +G9075,P_Unem_look_FTW_15_19,Persons_Unemployed_looking_for_Full_time_work_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9076,P_Unem_look_FTW_20_24,Persons_Unemployed_looking_for_Full_time_work_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9077,P_Unem_look_FTW_25_34,Persons_Unemployed_looking_for_Full_time_work_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9078,P_Unem_look_FTW_35_44,Persons_Unemployed_looking_for_Full_time_work_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9079,P_Unem_look_FTW_45_54,Persons_Unemployed_looking_for_Full_time_work_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9080,P_Unem_look_FTW_55_64,Persons_Unemployed_looking_for_Full_time_work_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9081,P_Unem_look_FTW_65_74,Persons_Unemployed_looking_for_Full_time_work_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9082,P_Unem_look_FTW_75_84,Persons_Unemployed_looking_for_Full_time_work_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9083,P_Unem_look_FTW_85ov,Persons_Unemployed_looking_for_Full_time_work_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9084,P_Unem_look_FTW_Tot,Persons_Unemployed_looking_for_Full_time_work_Total,G43B,G43b,Total|PERSONS +G9085,P_Unem_look_PTW_15_19,Persons_Unemployed_looking_for_Part_time_work_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9086,P_Unem_look_PTW_20_24,Persons_Unemployed_looking_for_Part_time_work_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9087,P_Unem_look_PTW_25_34,Persons_Unemployed_looking_for_Part_time_work_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9088,P_Unem_look_PTW_35_44,Persons_Unemployed_looking_for_Part_time_work_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9089,P_Unem_look_PTW_45_54,Persons_Unemployed_looking_for_Part_time_work_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9090,P_Unem_look_PTW_55_64,Persons_Unemployed_looking_for_Part_time_work_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9091,P_Unem_look_PTW_65_74,Persons_Unemployed_looking_for_Part_time_work_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9092,P_Unem_look_PTW_75_84,Persons_Unemployed_looking_for_Part_time_work_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9093,P_Unem_look_PTW_85ov,Persons_Unemployed_looking_for_Part_time_work_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9094,P_Unem_look_PTW_Tot,Persons_Unemployed_looking_for_Part_time_work_Total,G43B,G43b,Total|PERSONS +G9095,P_Tot_Unemp_15_19,Persons_Total_unemployed_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9096,P_Tot_Unemp_20_24,Persons_Total_unemployed_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9097,P_Tot_Unemp_25_34,Persons_Total_unemployed_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9098,P_Tot_Unemp_35_44,Persons_Total_unemployed_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9099,P_Tot_Unemp_45_54,Persons_Total_unemployed_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9100,P_Tot_Unemp_55_64,Persons_Total_unemployed_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9101,P_Tot_Unemp_65_74,Persons_Total_unemployed_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9102,P_Tot_Unemp_75_84,Persons_Total_unemployed_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9103,P_Tot_Unemp_85ov,Persons_Total_unemployed_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9104,P_Tot_Unemp_Tot,Persons_Total_unemployed_Total,G43B,G43b,Total|PERSONS +G9105,P_Tot_LF_15_19,Persons_Total_labour_force_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9106,P_Tot_LF_20_24,Persons_Total_labour_force_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9107,P_Tot_LF_25_34,Persons_Total_labour_force_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9108,P_Tot_LF_35_44,Persons_Total_labour_force_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9109,P_Tot_LF_45_54,Persons_Total_labour_force_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9110,P_Tot_LF_55_64,Persons_Total_labour_force_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9111,P_Tot_LF_65_74,Persons_Total_labour_force_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9112,P_Tot_LF_75_84,Persons_Total_labour_force_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9113,P_Tot_LF_85ov,Persons_Total_labour_force_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9114,P_Tot_LF_Tot,Persons_Total_labour_force_Total,G43B,G43b,Total|PERSONS +G9115,P_Not_in_LF_15_19,Persons_Not_in_the_labour_force_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9116,P_Not_in_LF_20_24,Persons_Not_in_the_labour_force_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9117,P_Not_in_LF_25_34,Persons_Not_in_the_labour_force_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9118,P_Not_in_LF_35_44,Persons_Not_in_the_labour_force_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9119,P_Not_in_LF_45_54,Persons_Not_in_the_labour_force_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9120,P_Not_in_LF_55_64,Persons_Not_in_the_labour_force_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9121,P_Not_in_LF_65_74,Persons_Not_in_the_labour_force_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9122,P_Not_in_LF_75_84,Persons_Not_in_the_labour_force_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9123,P_Not_in_LF_85ov,Persons_Not_in_the_labour_force_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9124,P_Not_in_LF_Tot,Persons_Not_in_the_labour_force_Total,G43B,G43b,Total|PERSONS +G9125,P_LFS_NS_15_19,Persons_Labour_force_status_not_stated_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9126,P_LFS_NS_20_24,Persons_Labour_force_status_not_stated_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9127,P_LFS_NS_25_34,Persons_Labour_force_status_not_stated_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9128,P_LFS_NS_35_44,Persons_Labour_force_status_not_stated_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9129,P_LFS_NS_45_54,Persons_Labour_force_status_not_stated_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9130,P_LFS_NS_55_64,Persons_Labour_force_status_not_stated_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9131,P_LFS_NS_65_74,Persons_Labour_force_status_not_stated_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9132,P_LFS_NS_75_84,Persons_Labour_force_status_not_stated_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9133,P_LFS_NS_85ov,Persons_Labour_force_status_not_stated_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9134,P_LFS_NS_Tot,Persons_Labour_force_status_not_stated_Total,G43B,G43b,Total|PERSONS +G9135,P_Tot_15_19,Persons_Total_Age_15_19_years,G43B,G43b,15-19 years|PERSONS +G9136,P_Tot_20_24,Persons_Total_Age_20_24_years,G43B,G43b,20-24 years|PERSONS +G9137,P_Tot_25_34,Persons_Total_Age_25_34_years,G43B,G43b,25-34 years|PERSONS +G9138,P_Tot_35_44,Persons_Total_Age_35_44_years,G43B,G43b,35-44 years|PERSONS +G9139,P_Tot_45_54,Persons_Total_Age_45_54_years,G43B,G43b,45-54 years|PERSONS +G9140,P_Tot_55_64,Persons_Total_Age_55_64_years,G43B,G43b,55-64 years|PERSONS +G9141,P_Tot_65_74,Persons_Total_Age_65_74_years,G43B,G43b,65-74 years|PERSONS +G9142,P_Tot_75_84,Persons_Total_Age_75_84_years,G43B,G43b,75-84 years|PERSONS +G9143,P_Tot_85ov,Persons_Total_Age_85_years_and_over,G43B,G43b,85 years and over|PERSONS +G9144,P_Tot_Tot,Persons_Total_Total,G43B,G43b,Total|PERSONS +G9145,D_0_4_FPEFT_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9146,D_0_4_FPEFT_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9147,D_0_4_FPEFT_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9148,D_0_4_FPEFT_MPEHNS,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9149,D_0_4_FPEFT_MPET,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9150,D_0_4_FPEFT_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9151,D_0_4_FPEFT_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9152,D_0_4_FPEFT_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9153,D_0_4_FPEFT_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9154,D_0_4_FPEFT_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9155,D_0_4_FPEFT_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9156,D_0_4_FPEFT_T,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Full_time_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9157,D_0_4_FPEPT_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9158,D_0_4_FPEPT_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9159,D_0_4_FPEPT_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9160,D_0_4_FPEPT_MPEHNS,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9161,D_0_4_FPEPT_MPET,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9162,D_0_4_FPEPT_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9163,D_0_4_FPEPT_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9164,D_0_4_FPEPT_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9165,D_0_4_FPEPT_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9166,D_0_4_FPEPT_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9167,D_0_4_FPEPT_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9168,D_0_4_FPEPT_T,Dependent_children_Aged_0_4_years_Female_parent_Employed_worked_Part_time_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9169,D_0_4_FPEAW_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9170,D_0_4_FPEAW_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9171,D_0_4_FPEAW_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9172,D_0_4_FPEAW_MPEHNS,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9173,D_0_4_FPEAW_MPET,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9174,D_0_4_FPEAW_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9175,D_0_4_FPEAW_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9176,D_0_4_FPEAW_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9177,D_0_4_FPEAW_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9178,D_0_4_FPEAW_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9179,D_0_4_FPEAW_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9180,D_0_4_FPEAW_T,Dependent_children_Aged_0_4_years_Female_parent_Employed_away_from_work_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9181,D_0_4_FPHNS_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9182,D_0_4_FPHNS_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9183,D_0_4_FPHNS_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9184,D_0_4_FPHNS_MPEHNS,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9185,D_0_4_FPHNS_MPET,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9186,D_0_4_FPHNS_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9187,D_0_4_FPHNS_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9188,D_0_4_FPHNS_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9189,D_0_4_FPHNS_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9190,D_0_4_FPHNS_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9191,D_0_4_FPHNS_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9192,D_0_4_FPHNS_T,Dependent_children_Aged_0_4_years_Female_parent_Hours_worked_not_stated_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9193,D_0_4_FPET_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Full_Time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9194,D_0_4_FPET_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Part_Time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9195,D_0_4_FPET_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Employed_Away_From_Work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9196,D_0_4_FPET_MPEHNS,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9197,D_0_4_FPET_MPET,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9198,D_0_4_FPET_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9199,D_0_4_FPET_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9200,D_0_4_FPET_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9201,D_0_4_FPET_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Total_Labour_Force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9202,D_0_4_FPET_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Not_In_The_Labour_Force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9203,D_0_4_FPET_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Male_Parent_Labour_Force_Status_Not_Stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9204,D_0_4_FPET_T,Dependent_children_Aged_0_4_years_Female_parent_Total_Employed_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9205,D_0_4_FPULFTW_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9206,D_0_4_FPULFTW_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9207,D_0_4_FPULFTW_MP_EAW,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9208,D_0_4_FPULFTW_MP_E_HW_NS,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9209,D_0_4_FPULFTW_MPET,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9210,D_0_4_FPULFTW_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9211,D_0_4_FPULFTW_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9212,D_0_4_FPULFTW_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9213,D_0_4_FPULFTW_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9214,D_0_4_FPULFTW_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9215,D_0_4_FPULFTW_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9216,D_0_4_FPULFTW_T,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Full_time_work_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9217,D_0_4_FPULPTW_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9218,D_0_4_FPULPTW_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9219,D_0_4_FPULPTW_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9220,D_0_4_FPULPTW_MPEm_HW_NS,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9221,D_0_4_FPULPTW_MPET,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9222,D_0_4_FPULPTW_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9223,D_0_4_FPULPTW_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9224,D_0_4_FPULPTW_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9225,D_0_4_FPULPTW_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9226,D_0_4_FPULPTW_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9227,D_0_4_FPULPTW_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9228,D_0_4_FPULPTW_T,Dependent_children_Aged_0_4_years_Female_parent_Unemployed_looking_for_Part_time_work_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9229,D_0_4_FPUT_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Full_Time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9230,D_0_4_FPUT_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Part_Time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9231,D_0_4_FPUT_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Away_From_Work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9232,D_0_4_FPUT_MP_E_HNS,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9233,D_0_4_FPUT_MPET,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9234,D_0_4_FPUT_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9235,D_0_4_FPUT_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9236,D_0_4_FPUT_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9237,D_0_4_FPUT_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Total_Labour_Force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9238,D_0_4_FPUT_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Not_In_The_Labour_Force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9239,D_0_4_FPUT_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Male_Parent_Labour_Force_Status_Not_Stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9240,D_0_4_FPUT_T,Dependent_children_Aged_0_4_years_Female_parent_Total_Unemployed_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9241,D_0_4_FPTLF_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9242,D_0_4_FPTLF_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9243,D_0_4_FPTLF_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9244,D_0_4_FPTLF_MPEHNS,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9245,D_0_4_FPTLF_MPET,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9246,D_0_4_FPTLF_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9247,D_0_4_FPTLF_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9248,D_0_4_FPTLF_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9249,D_0_4_FPTLF_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9250,D_0_4_FPTLF_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9251,D_0_4_FPTLF_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9252,D_0_4_FPTLF_T,Dependent_children_Aged_0_4_years_Female_parent_Total_labour_force_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9253,D_0_4_FPNLF_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9254,D_0_4_FPNLF_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9255,D_0_4_FPNLF_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9256,D_0_4_FPNLF_MP_E_HNS,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9257,D_0_4_FPNLF_MPET,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9258,D_0_4_FPNLF_MPUEmpLfFTW,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9259,D_0_4_FPNLF_MPUEmpLfPTW,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9260,D_0_4_FPNLF_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9261,D_0_4_FPNLF_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9262,D_0_4_FPNLF_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9263,D_0_4_FPNLF_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9264,D_0_4_FPNLF_T,Dependent_children_Aged_0_4_years_Female_parent_Not_in_the_labour_force_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9265,D_0_4_FPLFSNS_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9266,D_0_4_FPLFSNS_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9267,D_0_4_FPLFSNS_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9268,D_0_4_FPLFSNS_MP_E_HNS,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9269,D_0_4_FPLFSNS_MPET,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9270,D_0_4_FPLFSNS_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9271,D_0_4_FPLFSNS_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9272,D_0_4_FPLFSNS_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9273,D_0_4_FPLFSNS_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9274,D_0_4_FPLFSNS_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9275,D_0_4_FPLFSNS_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9276,D_0_4_FPLFSNS_T,Dependent_children_Aged_0_4_years_Female_parent_Labour_force_status_not_stated_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9277,D_0_4_FPT_MPEFT,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9278,D_0_4_FPT_MPEPT,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS +G9279,D_0_4_FPT_MPEAW,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9280,D_0_4_FPT_MPEHNS,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9281,D_0_4_FPT_MPET,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9282,D_0_4_FPT_MPULFTW,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9283,D_0_4_FPT_MPULPTW,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS +G9284,D_0_4_FPT_MPUT,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9285,D_0_4_FPT_MPTLF,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9286,D_0_4_FPT_MPNLF,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS +G9287,D_0_4_FPT_MPLFSNS,Dependent_children_Aged_0_4_years_Female_parent_Total_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS +G9288,D_0_4_FPT_T,Dependent_children_Aged_0_4_years_Female_parent_Total_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 0-4 YEARS +G9289,D_5_9_FPEFT_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9290,D_5_9_FPEFT_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9291,D_5_9_FPEFT_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9292,D_5_9_FPEFT_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9293,D_5_9_FPEFT_MPET,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9294,D_5_9_FPEFT_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9295,D_5_9_FPEFT_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9296,D_5_9_FPEFT_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9297,D_5_9_FPEFT_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9298,D_5_9_FPEFT_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9299,D_5_9_FPEFT_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9300,D_5_9_FPEFT_T,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Full_time_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9301,D_5_9_FPEPT_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9302,D_5_9_FPEPT_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9303,D_5_9_FPEPT_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9304,D_5_9_FPEPT_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9305,D_5_9_FPEPT_MPET,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9306,D_5_9_FPEPT_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9307,D_5_9_FPEPT_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9308,D_5_9_FPEPT_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9309,D_5_9_FPEPT_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9310,D_5_9_FPEPT_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9311,D_5_9_FPEPT_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9312,D_5_9_FPEPT_T,Dependent_children_Aged_5_9_years_Female_parent_Employed_worked_Part_time_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9313,D_5_9_FPEAW_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9314,D_5_9_FPEAW_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9315,D_5_9_FPEAW_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9316,D_5_9_FPEAW_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9317,D_5_9_FPEAW_MPET,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9318,D_5_9_FPEAW_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9319,D_5_9_FPEAW_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9320,D_5_9_FPEAW_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9321,D_5_9_FPEAW_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9322,D_5_9_FPEAW_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9323,D_5_9_FPEAW_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9324,D_5_9_FPEAW_T,Dependent_children_Aged_5_9_years_Female_parent_Employed_away_from_work_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9325,D_5_9_FPHNS_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_full_time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9326,D_5_9_FPHNS_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_part_time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9327,D_5_9_FPHNS_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Away_from_work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9328,D_5_9_FPHNS_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9329,D_5_9_FPHNS_MPET,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9330,D_5_9_FPHNS_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9331,D_5_9_FPHNS_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9332,D_5_9_FPHNS_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9333,D_5_9_FPHNS_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Total_labour_force,G44A,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9334,D_5_9_FPHNS_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Not_in_the_labour_force,G44A,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9335,D_5_9_FPHNS_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Male_parent_Labour_force_status_not_stated,G44A,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9336,D_5_9_FPHNS_T,Dependent_children_Aged_5_9_years_Female_parent_Hours_worked_not_stated_Total,G44A,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9337,D_5_9_FPET_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Full_Time,G44A,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9338,D_5_9_FPET_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Part_Time,G44A,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9339,D_5_9_FPET_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Employed_Away_From_Work,G44A,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9340,D_5_9_FPET_MP_E_HNS,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44A,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9341,D_5_9_FPET_MPET,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Employed_Total,G44A,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9342,D_5_9_FPET_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9343,D_5_9_FPET_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44A,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9344,D_5_9_FPET_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Total,G44A,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9345,D_5_9_FPET_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Total_Labour_Force,G44B,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9346,D_5_9_FPET_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Not_In_The_Labour_Force,G44B,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9347,D_5_9_FPET_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Male_Parent_Labour_Force_Status_Not_Stated,G44B,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9348,D_5_9_FPET_T,Dependent_children_Aged_5_9_years_Female_parent_Total_Employed_Total,G44B,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9349,D_5_9_FPULFTW_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_full_time,G44B,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9350,D_5_9_FPULFTW_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_part_time,G44B,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9351,D_5_9_FPULFTW_MP_EAW,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Away_from_work,G44B,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9352,D_5_9_FPULFTW_MP_E_HNS,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Hours_worked_not_stated,G44B,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9353,D_5_9_FPULFTW_MPET,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Total,G44B,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9354,D_5_9_FPULFTW_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9355,D_5_9_FPULFTW_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9356,D_5_9_FPULFTW_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Total,G44B,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9357,D_5_9_FPULFTW_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Total_labour_force,G44B,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9358,D_5_9_FPULFTW_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Not_in_the_labour_force,G44B,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9359,D_5_9_FPULFTW_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Labour_force_status_not_stated,G44B,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9360,D_5_9_FPULFTW_T,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Full_time_work_Total,G44B,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9361,D_5_9_FPULPTW_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_full_time,G44B,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9362,D_5_9_FPULPTW_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_part_time,G44B,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9363,D_5_9_FPULPTW_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Away_from_work,G44B,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9364,D_5_9_FPULPTW_MP_E_HNS,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Hours_worked_not_stated,G44B,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9365,D_5_9_FPULPTW_MPET,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Total,G44B,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9366,D_5_9_FPULPTW_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9367,D_5_9_FPULPTW_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9368,D_5_9_FPULPTW_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Total,G44B,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9369,D_5_9_FPULPTW_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Total_labour_force,G44B,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9370,D_5_9_FPULPTW_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Not_in_the_labour_force,G44B,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9371,D_5_9_FPULPTW_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Labour_force_status_not_stated,G44B,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9372,D_5_9_FPULPTW_T,Dependent_children_Aged_5_9_years_Female_parent_Unemployed_looking_for_Part_time_work_Total,G44B,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9373,D_5_9_FPUT_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Full_Time,G44B,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9374,D_5_9_FPUT_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Part_Time,G44B,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9375,D_5_9_FPUT_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Away_From_Work,G44B,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9376,D_5_9_FPUT_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44B,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9377,D_5_9_FPUT_MPET,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Total,G44B,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9378,D_5_9_FPUT_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9379,D_5_9_FPUT_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9380,D_5_9_FPUT_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Total,G44B,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9381,D_5_9_FPUT_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Total_Labour_Force,G44B,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9382,D_5_9_FPUT_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Not_In_The_Labour_Force,G44B,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9383,D_5_9_FPUT_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Male_Parent_Labour_Force_Status_Not_Stated,G44B,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9384,D_5_9_FPUT_T,Dependent_children_Aged_5_9_years_Female_parent_Total_Unemployed_Total,G44B,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9385,D_5_9_FPTLF_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_full_time,G44B,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9386,D_5_9_FPTLF_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_part_time,G44B,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9387,D_5_9_FPTLF_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Employed_Away_from_work,G44B,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9388,D_5_9_FPTLF_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44B,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9389,D_5_9_FPTLF_MPET,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Employed_Total,G44B,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9390,D_5_9_FPTLF_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9391,D_5_9_FPTLF_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9392,D_5_9_FPTLF_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Total,G44B,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9393,D_5_9_FPTLF_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Total_labour_force,G44B,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9394,D_5_9_FPTLF_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Not_in_the_labour_force,G44B,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9395,D_5_9_FPTLF_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Male_parent_Labour_force_status_not_stated,G44B,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9396,D_5_9_FPTLF_T,Dependent_children_Aged_5_9_years_Female_parent_Total_labour_force_Total,G44B,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9397,D_5_9_FPNLF_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_full_time,G44B,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9398,D_5_9_FPNLF_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_part_time,G44B,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9399,D_5_9_FPNLF_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Away_from_work,G44B,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9400,D_5_9_FPNLF_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44B,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9401,D_5_9_FPNLF_MPET,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Total,G44B,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9402,D_5_9_FPNLF_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9403,D_5_9_FPNLF_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9404,D_5_9_FPNLF_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Total,G44B,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9405,D_5_9_FPNLF_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Total_labour_force,G44B,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9406,D_5_9_FPNLF_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Not_in_the_labour_force,G44B,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9407,D_5_9_FPNLF_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Male_parent_Labour_force_status_not_stated,G44B,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9408,D_5_9_FPNLF_T,Dependent_children_Aged_5_9_years_Female_parent_Not_in_the_labour_force_Total,G44B,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9409,D_5_9_FPLFSNS_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_full_time,G44B,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9410,D_5_9_FPLFSNS_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_part_time,G44B,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9411,D_5_9_FPLFSNS_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Away_from_work,G44B,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9412,D_5_9_FPLFSNS_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44B,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9413,D_5_9_FPLFSNS_MPET,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Total,G44B,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9414,D_5_9_FPLFSNS_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9415,D_5_9_FPLFSNS_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9416,D_5_9_FPLFSNS_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Total,G44B,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9417,D_5_9_FPLFSNS_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Total_labour_force,G44B,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9418,D_5_9_FPLFSNS_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Not_in_the_labour_force,G44B,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9419,D_5_9_FPLFSNS_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Male_parent_Labour_force_status_not_stated,G44B,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9420,D_5_9_FPLFSNS_T,Dependent_children_Aged_5_9_years_Female_parent_Labour_force_status_not_stated_Total,G44B,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9421,D_5_9_FPT_MPEFT,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Employed_Worked_full_time,G44B,G44a,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9422,D_5_9_FPT_MPEPT,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Employed_Worked_part_time,G44B,G44a,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS +G9423,D_5_9_FPT_MPEAW,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Employed_Away_from_work,G44B,G44a,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9424,D_5_9_FPT_MPEHNS,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Employed_Hours_worked_not_stated,G44B,G44a,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9425,D_5_9_FPT_MPET,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Employed_Total,G44B,G44a,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9426,D_5_9_FPT_MPULFTW,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9427,D_5_9_FPT_MPULPTW,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44a,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS +G9428,D_5_9_FPT_MPUT,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Total,G44B,G44a,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9429,D_5_9_FPT_MPTLF,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Total_labour_force,G44B,G44a,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9430,D_5_9_FPT_MPNLF,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Not_in_the_labour_force,G44B,G44a,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS +G9431,D_5_9_FPT_MPLFSNS,Dependent_children_Aged_5_9_years_Female_parent_Total_Male_parent_Labour_force_status_not_stated,G44B,G44a,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS +G9432,D_5_9_FPT_T,Dependent_children_Aged_5_9_years_Female_parent_Total_Total,G44B,G44a,Total|DEPENDENT CHILDREN AGED 5-9 YEARS +G9433,D_10_12_FPEFT_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_full_time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9434,D_10_12_FPEFT_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_part_time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9435,D_10_12_FPEFT_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Away_from_work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9436,D_10_12_FPEFT_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Hours_worked_not_stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9437,D_10_12_FPEFT_MPET,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9438,D_10_12_FPEFT_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9439,D_10_12_FPEFT_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9440,D_10_12_FPEFT_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9441,D_10_12_FPEFT_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Total_labour_force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9442,D_10_12_FPEFT_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Not_in_the_labour_force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9443,D_10_12_FPEFT_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Male_parent_Labour_force_status_not_stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9444,D_10_12_FPEFT_T,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Full_time_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9445,D_10_12_FPEPT_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_full_time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9446,D_10_12_FPEPT_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_part_time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9447,D_10_12_FPEPT_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Away_from_work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9448,D_10_12_FPEPT_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Hours_worked_not_stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9449,D_10_12_FPEPT_MPET,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9450,D_10_12_FPEPT_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9451,D_10_12_FPEPT_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9452,D_10_12_FPEPT_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9453,D_10_12_FPEPT_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Total_labour_force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9454,D_10_12_FPEPT_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Not_in_the_labour_force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9455,D_10_12_FPEPT_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Male_parent_Labour_force_status_not_stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9456,D_10_12_FPEPT_T,Dependent_children_Aged_10_12_years_Female_parent_Employed_worked_Part_time_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9457,D_10_12_FPEAW_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_full_time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9458,D_10_12_FPEAW_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_part_time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9459,D_10_12_FPEAW_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Away_from_work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9460,D_10_12_FPEAW_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Hours_worked_not_stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9461,D_10_12_FPEAW_MPET,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9462,D_10_12_FPEAW_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9463,D_10_12_FPEAW_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9464,D_10_12_FPEAW_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9465,D_10_12_FPEAW_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Total_labour_force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9466,D_10_12_FPEAW_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Not_in_the_labour_force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9467,D_10_12_FPEAW_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Male_parent_Labour_force_status_not_stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9468,D_10_12_FPEAW_T,Dependent_children_Aged_10_12_years_Female_parent_Employed_away_from_work_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9469,D_10_12_FPHNS_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_full_time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9470,D_10_12_FPHNS_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_part_time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9471,D_10_12_FPHNS_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Away_from_work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9472,D_10_12_FPHNS_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9473,D_10_12_FPHNS_MPET,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9474,D_10_12_FPHNS_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9475,D_10_12_FPHNS_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9476,D_10_12_FPHNS_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9477,D_10_12_FPHNS_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Total_labour_force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9478,D_10_12_FPHNS_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Not_in_the_labour_force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9479,D_10_12_FPHNS_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Male_parent_Labour_force_status_not_stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9480,D_10_12_FPHNS_T,Dependent_children_Aged_10_12_years_Female_parent_Hours_worked_not_stated_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9481,D_10_12_FPET_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Full_Time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9482,D_10_12_FPET_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Part_Time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9483,D_10_12_FPET_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Employed_Away_From_Work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9484,D_10_12_FPET_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9485,D_10_12_FPET_MPET,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9486,D_10_12_FPET_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9487,D_10_12_FPET_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9488,D_10_12_FPET_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9489,D_10_12_FPET_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Total_Labour_Force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9490,D_10_12_FPET_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Not_In_The_Labour_Force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9491,D_10_12_FPET_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Male_Parent_Labour_Force_Status_Not_Stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9492,D_10_12_FPET_T,Dependent_children_Aged_10_12_years_Female_parent_Total_Employed_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9493,D_10_12_FPULFTW_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_full_time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9494,D_10_12_FPULFTW_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_part_time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9495,D_10_12_FPULFTW_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Away_from_work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9496,D_10_12_FPULFTW_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Hours_worked_not_stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9497,D_10_12_FPULFTW_MPET,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9498,D_10_12_FPULFTW_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9499,D_10_12_FPULFTW_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9500,D_10_12_FPULFTW_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9501,D_10_12_FPULFTW_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Total_labour_force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9502,D_10_12_FPULFTW_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Not_in_the_labour_force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9503,D_10_12_FPULFTW_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Labour_force_status_not_stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9504,D_10_12_FPULFTW_T,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Full_time_work_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9505,D_10_12_FPULPTW_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_full_time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9506,D_10_12_FPULPTW_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_part_time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9507,D_10_12_FPULPTW_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Away_from_work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9508,D_10_12_FPULPTW_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Hours_worked_not_stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9509,D_10_12_FPULPTW_MPET,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9510,D_10_12_FPULPTW_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9511,D_10_12_FPULPTW_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9512,D_10_12_FPULPTW_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9513,D_10_12_FPULPTW_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Total_labour_force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9514,D_10_12_FPULPTW_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Not_in_the_labour_force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9515,D_10_12_FPULPTW_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Labour_force_status_not_stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9516,D_10_12_FPULPTW_T,Dependent_children_Aged_10_12_years_Female_parent_Unemployed_looking_for_Part_time_work_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9517,D_10_12_FPUT_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Full_Time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9518,D_10_12_FPUT_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Part_Time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9519,D_10_12_FPUT_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Away_From_Work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9520,D_10_12_FPUT_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9521,D_10_12_FPUT_MPET,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9522,D_10_12_FPUT_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9523,D_10_12_FPUT_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9524,D_10_12_FPUT_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9525,D_10_12_FPUT_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Total_Labour_Force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9526,D_10_12_FPUT_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Not_In_The_Labour_Force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9527,D_10_12_FPUT_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Male_Parent_Labour_Force_Status_Not_Stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9528,D_10_12_FPUT_T,Dependent_children_Aged_10_12_years_Female_parent_Total_Unemployed_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9529,D_10_12_FPTLF_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_full_time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9530,D_10_12_FPTLF_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_part_time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9531,D_10_12_FPTLF_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Employed_Away_from_work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9532,D_10_12_FPTLF_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9533,D_10_12_FPTLF_MPET,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Employed_Total,G44B,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9534,D_10_12_FPTLF_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9535,D_10_12_FPTLF_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44B,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9536,D_10_12_FPTLF_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Total,G44B,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9537,D_10_12_FPTLF_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Total_labour_force,G44B,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9538,D_10_12_FPTLF_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Not_in_the_labour_force,G44B,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9539,D_10_12_FPTLF_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Male_parent_Labour_force_status_not_stated,G44B,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9540,D_10_12_FPTLF_T,Dependent_children_Aged_10_12_years_Female_parent_Total_labour_force_Total,G44B,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9541,D_10_12_FPNLF_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_full_time,G44B,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9542,D_10_12_FPNLF_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_part_time,G44B,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9543,D_10_12_FPNLF_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Away_from_work,G44B,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9544,D_10_12_FPNLF_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44B,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9545,D_10_12_FPNLF_MPET,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9546,D_10_12_FPNLF_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9547,D_10_12_FPNLF_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9548,D_10_12_FPNLF_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9549,D_10_12_FPNLF_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9550,D_10_12_FPNLF_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9551,D_10_12_FPNLF_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9552,D_10_12_FPNLF_T,Dependent_children_Aged_10_12_years_Female_parent_Not_in_the_labour_force_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9553,D_10_12_FPLFSNS_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9554,D_10_12_FPLFSNS_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9555,D_10_12_FPLFSNS_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9556,D_10_12_FPLFSNS_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9557,D_10_12_FPLFSNS_MPET,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9558,D_10_12_FPLFSNS_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9559,D_10_12_FPLFSNS_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9560,D_10_12_FPLFSNS_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9561,D_10_12_FPLFSNS_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9562,D_10_12_FPLFSNS_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9563,D_10_12_FPLFSNS_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9564,D_10_12_FPLFSNS_T,Dependent_children_Aged_10_12_years_Female_parent_Labour_force_status_not_stated_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9565,D_10_12_FPT_MPEFT,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9566,D_10_12_FPT_MPEPT,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS +G9567,D_10_12_FPT_MPEAW,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9568,D_10_12_FPT_MPEHNS,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9569,D_10_12_FPT_MPET,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9570,D_10_12_FPT_MPULFTW,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9571,D_10_12_FPT_MPULPTW,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS +G9572,D_10_12_FPT_MPUT,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9573,D_10_12_FPT_MPTLF,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9574,D_10_12_FPT_MPNLF,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS +G9575,D_10_12_FPT_MPLFSNS,Dependent_children_Aged_10_12_years_Female_parent_Total_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS +G9576,D_10_12_FPT_T,Dependent_children_Aged_10_12_years_Female_parent_Total_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 10-12 YEARS +G9577,D_13_14_FPEFT_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9578,D_13_14_FPEFT_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9579,D_13_14_FPEFT_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9580,D_13_14_FPEFT_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9581,D_13_14_FPEFT_MPET,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9582,D_13_14_FPEFT_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9583,D_13_14_FPEFT_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9584,D_13_14_FPEFT_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9585,D_13_14_FPEFT_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9586,D_13_14_FPEFT_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9587,D_13_14_FPEFT_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9588,D_13_14_FPEFT_T,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Full_time_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9589,D_13_14_FPEPT_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9590,D_13_14_FPEPT_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9591,D_13_14_FPEPT_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9592,D_13_14_FPEPT_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9593,D_13_14_FPEPT_MPET,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9594,D_13_14_FPEPT_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9595,D_13_14_FPEPT_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9596,D_13_14_FPEPT_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9597,D_13_14_FPEPT_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9598,D_13_14_FPEPT_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9599,D_13_14_FPEPT_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9600,D_13_14_FPEPT_T,Dependent_children_Aged_13_14_years_Female_parent_Employed_worked_Part_time_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9601,D_13_14_FPEAW_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9602,D_13_14_FPEAW_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9603,D_13_14_FPEAW_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9604,D_13_14_FPEAW_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9605,D_13_14_FPEAW_MPET,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9606,D_13_14_FPEAW_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9607,D_13_14_FPEAW_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9608,D_13_14_FPEAW_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9609,D_13_14_FPEAW_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9610,D_13_14_FPEAW_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9611,D_13_14_FPEAW_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9612,D_13_14_FPEAW_T,Dependent_children_Aged_13_14_years_Female_parent_Employed_away_from_work_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9613,D_13_14_FPHNS_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9614,D_13_14_FPHNS_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9615,D_13_14_FPHNS_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9616,D_13_14_FPHNS_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9617,D_13_14_FPHNS_MPET,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9618,D_13_14_FPHNS_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9619,D_13_14_FPHNS_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9620,D_13_14_FPHNS_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9621,D_13_14_FPHNS_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9622,D_13_14_FPHNS_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9623,D_13_14_FPHNS_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9624,D_13_14_FPHNS_T,Dependent_children_Aged_13_14_years_Female_parent_Hours_worked_not_stated_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9625,D_13_14_FPET_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Full_Time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9626,D_13_14_FPET_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Part_Time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9627,D_13_14_FPET_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Employed_Away_From_Work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9628,D_13_14_FPET_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9629,D_13_14_FPET_MPET,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9630,D_13_14_FPET_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9631,D_13_14_FPET_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9632,D_13_14_FPET_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9633,D_13_14_FPET_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Total_Labour_Force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9634,D_13_14_FPET_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Not_In_The_Labour_Force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9635,D_13_14_FPET_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Male_Parent_Labour_Force_Status_Not_Stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9636,D_13_14_FPET_T,Dependent_children_Aged_13_14_years_Female_parent_Total_Employed_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9637,D_13_14_FPULFTW_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9638,D_13_14_FPULFTW_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9639,D_13_14_FPULFTW_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9640,D_13_14_FPULFTW_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9641,D_13_14_FPULFTW_MPET,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9642,D_13_14_FPULFTW_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9643,D_13_14_FPULFTW_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9644,D_13_14_FPULFTW_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9645,D_13_14_FPULFTW_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9646,D_13_14_FPULFTW_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9647,D_13_14_FPULFTW_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9648,D_13_14_FPULFTW_T,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Full_time_work_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9649,D_13_14_FPULPTW_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9650,D_13_14_FPULPTW_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9651,D_13_14_FPULPTW_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9652,D_13_14_FPULPTW_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9653,D_13_14_FPULPTW_MPET,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9654,D_13_14_FPULPTW_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9655,D_13_14_FPULPTW_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9656,D_13_14_FPULPTW_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9657,D_13_14_FPULPTW_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9658,D_13_14_FPULPTW_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9659,D_13_14_FPULPTW_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9660,D_13_14_FPULPTW_T,Dependent_children_Aged_13_14_years_Female_parent_Unemployed_looking_for_Part_time_work_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9661,D_13_14_FPUT_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Full_Time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9662,D_13_14_FPUT_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Part_Time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9663,D_13_14_FPUT_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Away_From_Work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9664,D_13_14_FPUT_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9665,D_13_14_FPUT_MPET,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9666,D_13_14_FPUT_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9667,D_13_14_FPUT_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9668,D_13_14_FPUT_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9669,D_13_14_FPUT_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Total_Labour_Force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9670,D_13_14_FPUT_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Not_In_The_Labour_Force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9671,D_13_14_FPUT_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Male_Parent_Labour_Force_Status_Not_Stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9672,D_13_14_FPUT_T,Dependent_children_Aged_13_14_years_Female_parent_Total_Unemployed_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9673,D_13_14_FPTLF_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9674,D_13_14_FPTLF_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9675,D_13_14_FPTLF_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9676,D_13_14_FPTLF_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9677,D_13_14_FPTLF_MPET,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9678,D_13_14_FPTLF_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9679,D_13_14_FPTLF_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9680,D_13_14_FPTLF_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9681,D_13_14_FPTLF_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9682,D_13_14_FPTLF_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9683,D_13_14_FPTLF_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9684,D_13_14_FP_T,Dependent_children_Aged_13_14_years_Female_parent_Total_labour_force_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9685,D_13_14_FPNLF_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9686,D_13_14_FPNLF_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9687,D_13_14_FPNLF_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9688,D_13_14_FPNLF_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9689,D_13_14_FPNLF_MPET,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9690,D_13_14_FPNLF_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9691,D_13_14_FPNLF_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9692,D_13_14_FPNLF_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9693,D_13_14_FPNLF_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9694,D_13_14_FPNLF_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9695,D_13_14_FPNLF_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9696,D_13_14_FPNLF_T,Dependent_children_Aged_13_14_years_Female_parent_Not_in_the_labour_force_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9697,D_13_14_FPLFSNS_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9698,D_13_14_FPLFSNS_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9699,D_13_14_FPLFSNS_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9700,D_13_14_FPLFSNS_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9701,D_13_14_FPLFSNS_MPET,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9702,D_13_14_FPLFSNS_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9703,D_13_14_FPLFSNS_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9704,D_13_14_FPLFSNS_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9705,D_13_14_FPLFSNS_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9706,D_13_14_FPLFSNS_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9707,D_13_14_FPLFSNS_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9708,D_13_14_FPLFSNS_T,Dependent_children_Aged_13_14_years_Female_parent_Labour_force_status_not_stated_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9709,D_13_14_FPT_MPEFT,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Employed_Worked_full_time,G44C,G44b,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9710,D_13_14_FPT_MPEPT,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Employed_Worked_part_time,G44C,G44b,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS +G9711,D_13_14_FPT_MPEAW,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Employed_Away_from_work,G44C,G44b,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9712,D_13_14_FPT_MPEHNS,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Employed_Hours_worked_not_stated,G44C,G44b,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9713,D_13_14_FPT_MPET,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Employed_Total,G44C,G44b,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9714,D_13_14_FPT_MPULFTW,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9715,D_13_14_FPT_MPULPTW,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44b,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS +G9716,D_13_14_FPT_MPUT,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Total,G44C,G44b,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9717,D_13_14_FPT_MPTLF,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Total_labour_force,G44C,G44b,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9718,D_13_14_FPT_MPNLF,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Not_in_the_labour_force,G44C,G44b,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS +G9719,D_13_14_FPT_MPLFSNS,Dependent_children_Aged_13_14_years_Female_parent_Total_Male_parent_Labour_force_status_not_stated,G44C,G44b,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS +G9720,D_13_14_FPT_T,Dependent_children_Aged_13_14_years_Female_parent_Total_Total,G44C,G44b,Total|DEPENDENT CHILDREN AGED 13-14 YEARS +G9721,D_15_17_FPEFT_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_full_time,G44C,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9722,D_15_17_FPEFT_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_part_time,G44C,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9723,D_15_17_FPEFT_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Away_from_work,G44C,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9724,D_15_17_FPEFT_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Hours_worked_not_stated,G44C,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9725,D_15_17_FPEFT_MPET,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Total,G44C,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9726,D_15_17_FPEFT_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9727,D_15_17_FPEFT_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9728,D_15_17_FPEFT_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Total,G44C,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9729,D_15_17_FPEFT_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Total_labour_force,G44C,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9730,D_15_17_FPEFT_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Not_in_the_labour_force,G44C,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9731,D_15_17_FPEFT_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Male_parent_Labour_force_status_not_stated,G44C,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9732,D_15_17_FPEFT_T,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Full_time_Total,G44C,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9733,D_15_17_FPEPT_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_full_time,G44C,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9734,D_15_17_FPEPT_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_part_time,G44C,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9735,D_15_17_FPEPT_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Away_from_work,G44C,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9736,D_15_17_FPEPT_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Hours_worked_not_stated,G44C,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9737,D_15_17_FPEPT_MPET,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Total,G44C,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9738,D_15_17_FPEPT_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Full_time_work,G44C,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9739,D_15_17_FPEPT_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Part_time_work,G44C,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9740,D_15_17_FPEPT_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Total,G44C,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9741,D_15_17_FPEPT_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Total_labour_force,G44C,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9742,D_15_17_FPEPT_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Not_in_the_labour_force,G44C,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9743,D_15_17_FPEPT_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Male_parent_Labour_force_status_not_stated,G44C,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9744,D_15_17_FPEPT_T,Dependent_children_Aged_15_17_years_Female_parent_Employed_worked_Part_time_Total,G44C,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9745,D_15_17_FPEAW_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9746,D_15_17_FPEAW_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9747,D_15_17_FPEAW_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9748,D_15_17_FPEAW_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9749,D_15_17_FPEAW_MPET,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9750,D_15_17_FPEAW_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9751,D_15_17_FPEAW_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9752,D_15_17_FPEAW_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9753,D_15_17_FPEAW_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9754,D_15_17_FPEAW_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9755,D_15_17_FPEAW_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9756,D_15_17_FPEAW_T,Dependent_children_Aged_15_17_years_Female_parent_Employed_away_from_work_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9757,D_15_17_FPHNS_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9758,D_15_17_FPHNS_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9759,D_15_17_FPHNS_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9760,D_15_17_FPHNS_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9761,D_15_17_FPHNS_MPET,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9762,D_15_17_FPHNS_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9763,D_15_17_FPHNS_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9764,D_15_17_FPHNS_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9765,D_15_17_FPHNS_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9766,D_15_17_FPHNS_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9767,D_15_17_FPHNS_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9768,D_15_17_FPHNS_T,Dependent_children_Aged_15_17_years_Female_parent_Hours_worked_not_stated_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9769,D_15_17_FPET_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Full_Time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9770,D_15_17_FPET_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Part_Time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9771,D_15_17_FPET_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Employed_Away_From_Work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9772,D_15_17_FPET_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9773,D_15_17_FPET_MPET,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9774,D_15_17_FPET_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9775,D_15_17_FPET_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9776,D_15_17_FPET_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9777,D_15_17_FPET_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Total_Labour_Force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9778,D_15_17_FPET_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Not_In_The_Labour_Force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9779,D_15_17_FPET_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Male_Parent_Labour_Force_Status_Not_Stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9780,D_15_17_FPET_T,Dependent_children_Aged_15_17_years_Female_parent_Total_Employed_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9781,D_15_17_FPULFTW_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9782,D_15_17_FPULFTW_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9783,D_15_17_FPULFTW_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9784,D_15_17_FPULFTW_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9785,D_15_17_FPULFTW_MPET,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9786,D_15_17_FPULFTW_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9787,D_15_17_FPULFTW_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9788,D_15_17_FPULFTW_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9789,D_15_17_FPULFTW_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9790,D_15_17_FPULFTW_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9791,D_15_17_FPULFTW_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9792,D_15_17_FPULFTW_T,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Full_time_work_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9793,D_15_17_FPULPTW_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9794,D_15_17_FPULPTW_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9795,D_15_17_FPULPTW_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9796,D_15_17_FPULPTW_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9797,D_15_17_FPULPTW_MPET,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9798,D_15_17_FPULPTW_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9799,D_15_17_FPULPTW_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9800,D_15_17_FPULPTW_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9801,D_15_17_FPULPTW_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9802,D_15_17_FPULPTW_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9803,D_15_17_FPULPTW_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9804,D_15_17_FPULPTW_T,Dependent_children_Aged_15_17_years_Female_parent_Unemployed_looking_for_Part_time_work_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9805,D_15_17_FPUT_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Full_Time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9806,D_15_17_FPUT_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Part_Time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9807,D_15_17_FPUT_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Away_From_Work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9808,D_15_17_FPUT_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9809,D_15_17_FPUT_MPET,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9810,D_15_17_FPUT_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9811,D_15_17_FPUT_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9812,D_15_17_FPUT_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9813,D_15_17_FPUT_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Total_Labour_Force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9814,D_15_17_FPUT_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Not_In_The_Labour_Force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9815,D_15_17_FPUT_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Male_Parent_Labour_Force_Status_Not_Stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9816,D_15_17_FPUT_T,Dependent_children_Aged_15_17_years_Female_parent_Total_Unemployed_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9817,D_15_17_FPTLF_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9818,D_15_17_FPTLF_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9819,D_15_17_FPTLF_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9820,D_15_17_FPTLF_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9821,D_15_17_FPTLF_MPET,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9822,D_15_17_FPTLF_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9823,D_15_17_FPTLF_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9824,D_15_17_FPTLF_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9825,D_15_17_FPTLF_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9826,D_15_17_FPTLF_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9827,D_15_17_FPTLF_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9828,D_15_17_FPTLF_T,Dependent_children_Aged_15_17_years_Female_parent_Total_labour_force_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9829,D_15_17_FPNLF_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9830,D_15_17_FPNLF_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9831,D_15_17_FPNLF_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9832,D_15_17_FPNLF_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9833,D_15_17_FPNLF_MPET,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9834,D_15_17_FPNLF_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9835,D_15_17_FPNLF_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9836,D_15_17_FPNLF_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9837,D_15_17_FPNLF_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9838,D_15_17_FPNLF_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9839,D_15_17_FPNLF_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9840,D_15_17_FPNLF_T,Dependent_children_Aged_15_17_years_Female_parent_Not_in_the_labour_force_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9841,D_15_17_FPLFSNS_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9842,D_15_17_FPLFSNS_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9843,D_15_17_FPLFSNS_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9844,D_15_17_FPLFSNS_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9845,D_15_17_FPLFSNS_MPET,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9846,D_15_17_FPLFSNS_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9847,D_15_17_FPLFSNS_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9848,D_15_17_FPLFSNS_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9849,D_15_17_FPLFSNS_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9850,D_15_17_FPLFSNS_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9851,D_15_17_FPLFSNS_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9852,D_15_17_FPLFSNS_T,Dependent_children_Aged_15_17_years_Female_parent_Labour_force_status_not_stated_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9853,D_15_17_FPT_MPEFT,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9854,D_15_17_FPT_MPEPT,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS +G9855,D_15_17_FPT_MPEAW,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9856,D_15_17_FPT_MPEHNS,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9857,D_15_17_FPT_MPET,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9858,D_15_17_FPT_MPULFTW,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9859,D_15_17_FPT_MPULPTW,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS +G9860,D_15_17_FPT_MPUT,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9861,D_15_17_FPT_MPTLF,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9862,D_15_17_FPT_MPNLF,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS +G9863,D_15_17_FPT_MPLFSNS,Dependent_children_Aged_15_17_years_Female_parent_Total_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS +G9864,D_15_17_FPT_T,Dependent_children_Aged_15_17_years_Female_parent_Total_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 15-17 YEARS +G9865,D_18_20_FPEFT_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9866,D_18_20_FPEFT_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9867,D_18_20_FPEFT_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9868,D_18_20_FPEFT_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9869,D_18_20_FPEFT_MPET,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9870,D_18_20_FPEFT_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9871,D_18_20_FPEFT_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9872,D_18_20_FPEFT_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9873,D_18_20_FPEFT_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9874,D_18_20_FPEFT_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9875,D_18_20_FPEFT_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9876,D_18_20_FPEFT_T,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Full_time_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9877,D_18_20_FPEPT_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9878,D_18_20_FPEPT_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9879,D_18_20_FPEPT_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9880,D_18_20_FPEPT_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9881,D_18_20_FPEPT_MPET,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9882,D_18_20_FPEPT_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9883,D_18_20_FPEPT_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9884,D_18_20_FPEPT_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9885,D_18_20_FPEPT_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9886,D_18_20_FPEPT_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9887,D_18_20_FPEPT_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9888,D_18_20_FPEPT_T,Dependent_children_Aged_18_20_years_Female_parent_Employed_worked_Part_time_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9889,D_18_20_FPEAW_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9890,D_18_20_FPEAW_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9891,D_18_20_FPEAW_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9892,D_18_20_FPEAW_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9893,D_18_20_FPEAW_MPET,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9894,D_18_20_FPEAW_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9895,D_18_20_FPEAW_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9896,D_18_20_FPEAW_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9897,D_18_20_FPEAW_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9898,D_18_20_FPEAW_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9899,D_18_20_FPEAW_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9900,D_18_20_FPEAW_T,Dependent_children_Aged_18_20_years_Female_parent_Employed_away_from_work_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9901,D_18_20_FPHNS_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9902,D_18_20_FPHNS_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9903,D_18_20_FPHNS_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9904,D_18_20_FPHNS_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9905,D_18_20_FPHNS_MPET,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9906,D_18_20_FPHNS_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9907,D_18_20_FPHNS_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9908,D_18_20_FPHNS_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9909,D_18_20_FPHNS_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9910,D_18_20_FPHNS_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9911,D_18_20_FPHNS_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9912,D_18_20_FPHNS_T,Dependent_children_Aged_18_20_years_Female_parent_Hours_worked_not_stated_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9913,D_18_20_FPET_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Full_Time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9914,D_18_20_FPET_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Part_Time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9915,D_18_20_FPET_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Employed_Away_From_Work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9916,D_18_20_FPET_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9917,D_18_20_FPET_MPET,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9918,D_18_20_FPET_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9919,D_18_20_FPET_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9920,D_18_20_FPET_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9921,D_18_20_FPET_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Total_Labour_Force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9922,D_18_20_FPET_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Not_In_The_Labour_Force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9923,D_18_20_FPET_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Male_Parent_Labour_Force_Status_Not_Stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9924,D_18_20_FPET_T,Dependent_children_Aged_18_20_years_Female_parent_Total_Employed_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9925,D_18_20_FPULFTW_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9926,D_18_20_FPULFTW_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9927,D_18_20_FPULFTW_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9928,D_18_20_FPULFTW_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9929,D_18_20_FPULFTW_MPET,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9930,D_18_20_FPULFTW_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9931,D_18_20_FPULFTW_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9932,D_18_20_FPULFTW_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9933,D_18_20_FPULFTW_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Total_labour_force,G44D,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9934,D_18_20_FPULFTW_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Not_in_the_labour_force,G44D,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9935,D_18_20_FPULFTW_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Labour_force_status_not_stated,G44D,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9936,D_18_20_FPULFTW_T,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Full_time_work_Total,G44D,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9937,D_18_20_FPULPTW_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_full_time,G44D,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9938,D_18_20_FPULPTW_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_part_time,G44D,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9939,D_18_20_FPULPTW_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Away_from_work,G44D,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9940,D_18_20_FPULPTW_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Hours_worked_not_stated,G44D,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9941,D_18_20_FPULPTW_MPET,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Total,G44D,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9942,D_18_20_FPULPTW_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9943,D_18_20_FPULPTW_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44D,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9944,D_18_20_FPULPTW_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Total,G44D,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9945,D_18_20_FPULPTW_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Total_labour_force,G44E,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9946,D_18_20_FPULPTW_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Not_in_the_labour_force,G44E,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9947,D_18_20_FPULPTW_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Labour_force_status_not_stated,G44E,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9948,D_18_20_FPULPTW_T,Dependent_children_Aged_18_20_years_Female_parent_Unemployed_looking_for_Part_time_work_Total,G44E,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9949,D_18_20_FPUT_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Full_Time,G44E,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9950,D_18_20_FPUT_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Part_Time,G44E,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9951,D_18_20_FPUT_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Away_From_Work,G44E,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9952,D_18_20_FPUT_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44E,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9953,D_18_20_FPUT_MPET,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Total,G44E,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9954,D_18_20_FPUT_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9955,D_18_20_FPUT_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9956,D_18_20_FPUT_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Total,G44E,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9957,D_18_20_FPUT_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Total_Labour_Force,G44E,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9958,D_18_20_FPUT_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Not_In_The_Labour_Force,G44E,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9959,D_18_20_FPUT_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Male_Parent_Labour_Force_Status_Not_Stated,G44E,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9960,D_18_20_FPUT_T,Dependent_children_Aged_18_20_years_Female_parent_Total_Unemployed_Total,G44E,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9961,D_18_20_FPTLF_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_full_time,G44E,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9962,D_18_20_FPTLF_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_part_time,G44E,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9963,D_18_20_FPTLF_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Employed_Away_from_work,G44E,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9964,D_18_20_FPTLF_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44E,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9965,D_18_20_FPTLF_MPET,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Employed_Total,G44E,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9966,D_18_20_FPTLF_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9967,D_18_20_FPTLF_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9968,D_18_20_FPTLF_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Total,G44E,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9969,D_18_20_FPTLF_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Total_labour_force,G44E,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9970,D_18_20_FPTLF_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Not_in_the_labour_force,G44E,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9971,D_18_20_FPTLF_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Male_parent_Labour_force_status_not_stated,G44E,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9972,D_18_20_FPTLF_T,Dependent_children_Aged_18_20_years_Female_parent_Total_labour_force_Total,G44E,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9973,D_18_20_FPNLF_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_full_time,G44E,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9974,D_18_20_FPNLF_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_part_time,G44E,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9975,D_18_20_FPNLF_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Away_from_work,G44E,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9976,D_18_20_FPNLF_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44E,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9977,D_18_20_FPNLF_MPET,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Total,G44E,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9978,D_18_20_FPNLF_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9979,D_18_20_FPNLF_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9980,D_18_20_FPNLF_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Total,G44E,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9981,D_18_20_FPNLF_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Total_labour_force,G44E,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9982,D_18_20_FPNLF_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Not_in_the_labour_force,G44E,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9983,D_18_20_FPNLF_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Male_parent_Labour_force_status_not_stated,G44E,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9984,D_18_20_FPNLF_T,Dependent_children_Aged_18_20_years_Female_parent_Not_in_the_labour_force_Total,G44E,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9985,D_18_20_FPLFSNS_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_full_time,G44E,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9986,D_18_20_FPLFSNS_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_part_time,G44E,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9987,D_18_20_FPLFSNS_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Away_from_work,G44E,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9988,D_18_20_FPLFSNS_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44E,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9989,D_18_20_FPLFSNS_MPET,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Total,G44E,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9990,D_18_20_FPLFSNS_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9991,D_18_20_FPLFSNS_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G9992,D_18_20_FPLFSNS_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Total,G44E,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9993,D_18_20_FPLFSNS_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Total_labour_force,G44E,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9994,D_18_20_FPLFSNS_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Not_in_the_labour_force,G44E,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G9995,D_18_20_FPLFSNS_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Male_parent_Labour_force_status_not_stated,G44E,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G9996,D_18_20_FPLFSNS_T,Dependent_children_Aged_18_20_years_Female_parent_Labour_force_status_not_stated_Total,G44E,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G9997,D_18_20_FPT_MPEFT,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Employed_Worked_full_time,G44E,G44c,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9998,D_18_20_FPT_MPEPT,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Employed_Worked_part_time,G44E,G44c,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS +G9999,D_18_20_FPT_MPEAW,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Employed_Away_from_work,G44E,G44c,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS +G10000,D_18_20_FPT_MPEHNS,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Employed_Hours_worked_not_stated,G44E,G44c,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G10001,D_18_20_FPT_MPET,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Employed_Total,G44E,G44c,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G10002,D_18_20_FPT_MPULFTW,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G10003,D_18_20_FPT_MPULPTW,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44c,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS +G10004,D_18_20_FPT_MPUT,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Total,G44E,G44c,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G10005,D_18_20_FPT_MPTLF,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Total_labour_force,G44E,G44c,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G10006,D_18_20_FPT_MPNLF,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Not_in_the_labour_force,G44E,G44c,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS +G10007,D_18_20_FPT_MPLFSNS,Dependent_children_Aged_18_20_years_Female_parent_Total_Male_parent_Labour_force_status_not_stated,G44E,G44c,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS +G10008,D_18_20_FPT_T,Dependent_children_Aged_18_20_years_Female_parent_Total_Total,G44E,G44c,Total|DEPENDENT CHILDREN AGED 18-20 YEARS +G10009,D_21_24_FPEFT_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10010,D_21_24_FPEFT_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10011,D_21_24_FPEFT_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10012,D_21_24_FPEFT_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10013,D_21_24_FPEFT_MPET,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10014,D_21_24_FPEFT_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10015,D_21_24_FPEFT_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10016,D_21_24_FPEFT_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10017,D_21_24_FPEFT_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10018,D_21_24_FPEFT_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10019,D_21_24_FPEFT_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10020,D_21_24_FPEFT_T,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Full_time_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10021,D_21_24_FPEPT_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10022,D_21_24_FPEPT_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10023,D_21_24_FPEPT_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10024,D_21_24_FPEPT_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10025,D_21_24_FPEPT_MPET,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10026,D_21_24_FPEPT_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10027,D_21_24_FPEPT_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10028,D_21_24_FPEPT_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10029,D_21_24_FPEPT_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10030,D_21_24_FPEPT_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10031,D_21_24_FPEPT_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10032,D_21_24_FPEPT_T,Dependent_children_Aged_21_24_years_Female_parent_Employed_worked_Part_time_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10033,D_21_24_FPEAW_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10034,D_21_24_FPEAW_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10035,D_21_24_FPEAW_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10036,D_21_24_FPEAW_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10037,D_21_24_FPEAW_MPET,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10038,D_21_24_FPEAW_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10039,D_21_24_FPEAW_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10040,D_21_24_FPEAW_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10041,D_21_24_FPEAW_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10042,D_21_24_FPEAW_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10043,D_21_24_FPEAW_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10044,D_21_24_FPEAW_T,Dependent_children_Aged_21_24_years_Female_parent_Employed_away_from_work_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10045,D_21_24_FPHNS_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10046,D_21_24_FPHNS_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10047,D_21_24_FPHNS_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10048,D_21_24_FPHNS_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10049,D_21_24_FPHNS_MPET,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10050,D_21_24_FPHNS_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10051,D_21_24_FPHNS_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10052,D_21_24_FPHNS_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10053,D_21_24_FPHNS_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10054,D_21_24_FPHNS_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10055,D_21_24_FPHNS_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10056,D_21_24_FPHNS_T,Dependent_children_Aged_21_24_years_Female_parent_Hours_worked_not_stated_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10057,D_21_24_FPET_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Full_Time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10058,D_21_24_FPET_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Part_Time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10059,D_21_24_FPET_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Employed_Away_From_Work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10060,D_21_24_FPET_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10061,D_21_24_FPET_MPET,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10062,D_21_24_FPET_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10063,D_21_24_FPET_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10064,D_21_24_FPET_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10065,D_21_24_FPET_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Total_Labour_Force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10066,D_21_24_FPET_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Not_In_The_Labour_Force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10067,D_21_24_FPET_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Male_Parent_Labour_Force_Status_Not_Stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10068,D_21_24_FPET_T,Dependent_children_Aged_21_24_years_Female_parent_Total_Employed_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10069,D_21_24_FPULFTW_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10070,D_21_24_FPULFTW_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10071,D_21_24_FPULFTW_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10072,D_21_24_FPULFTW_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10073,D_21_24_FPULFTW_MPET,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10074,D_21_24_FPULFTW_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10075,D_21_24_FPULFTW_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10076,D_21_24_FPULFTW_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10077,D_21_24_FPULFTW_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10078,D_21_24_FPULFTW_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10079,D_21_24_FPULFTW_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10080,D_21_24_FPULFTW_T,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Full_time_work_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10081,D_21_24_FPULPTW_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10082,D_21_24_FPULPTW_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10083,D_21_24_FPULPTW_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10084,D_21_24_FPULPTW_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10085,D_21_24_FPULPTW_MPET,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10086,D_21_24_FPULPTW_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10087,D_21_24_FPULPTW_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10088,D_21_24_FPULPTW_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10089,D_21_24_FPULPTW_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10090,D_21_24_FPULPTW_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10091,D_21_24_FPULPTW_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10092,D_21_24_FPULPTW_T,Dependent_children_Aged_21_24_years_Female_parent_Unemployed_looking_for_Part_time_work_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10093,D_21_24_FPUT_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Full_Time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10094,D_21_24_FPUT_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Part_Time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10095,D_21_24_FPUT_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Away_From_Work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10096,D_21_24_FPUT_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10097,D_21_24_FPUT_MPET,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10098,D_21_24_FPUT_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10099,D_21_24_FPUT_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10100,D_21_24_FPUT_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10101,D_21_24_FPUT_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Total_Labour_Force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10102,D_21_24_FPUT_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Not_In_The_Labour_Force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10103,D_21_24_FPUT_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Male_Parent_Labour_Force_Status_Not_Stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10104,D_21_24_FPUT_T,Dependent_children_Aged_21_24_years_Female_parent_Total_Unemployed_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10105,D_21_24_FPTLF_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10106,D_21_24_FPTLF_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10107,D_21_24_FPTLF_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10108,D_21_24_FPTLF_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10109,D_21_24_FPTLF_MPET,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10110,D_21_24_FPTLF_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10111,D_21_24_FPTLF_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10112,D_21_24_FPTLF_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10113,D_21_24_FPTLF_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10114,D_21_24_FPTLF_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10115,D_21_24_FPTLF_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10116,D_21_24_FPTLF_T,Dependent_children_Aged_21_24_years_Female_parent_Total_labour_force_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10117,D_21_24_FPNLF_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10118,D_21_24_FPNLF_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10119,D_21_24_FPNLF_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10120,D_21_24_FPNLF_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10121,D_21_24_FPNLF_MPET,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10122,D_21_24_FPNLF_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10123,D_21_24_FPNLF_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10124,D_21_24_FPNLF_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10125,D_21_24_FPNLF_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10126,D_21_24_FPNLF_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10127,D_21_24_FPNLF_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10128,D_21_24_FPNLF_T,Dependent_children_Aged_21_24_years_Female_parent_Not_in_the_labour_force_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10129,D_21_24_FPLFSNS_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10130,D_21_24_FPLFSNS_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10131,D_21_24_FPLFSNS_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10132,D_21_24_FPLFSNS_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10133,D_21_24_FPLFSNS_MPET,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Total,G44E,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10134,D_21_24_FPLFSNS_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10135,D_21_24_FPLFSNS_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44E,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10136,D_21_24_FPLFSNS_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Total,G44E,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10137,D_21_24_FPLFSNS_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Total_labour_force,G44E,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10138,D_21_24_FPLFSNS_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Not_in_the_labour_force,G44E,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10139,D_21_24_FPLFSNS_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Male_parent_Labour_force_status_not_stated,G44E,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10140,D_21_24_FPLFSNS_T,Dependent_children_Aged_21_24_years_Female_parent_Labour_force_status_not_stated_Total,G44E,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10141,D_21_24_FPT_MPEFT,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Employed_Worked_full_time,G44E,G44d,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10142,D_21_24_FPT_MPEPT,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Employed_Worked_part_time,G44E,G44d,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS +G10143,D_21_24_FPT_MPEAW,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Employed_Away_from_work,G44E,G44d,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10144,D_21_24_FPT_MPEHNS,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Employed_Hours_worked_not_stated,G44E,G44d,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10145,D_21_24_FPT_MPET,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10146,D_21_24_FPT_MPULFTW,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10147,D_21_24_FPT_MPULPTW,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS +G10148,D_21_24_FPT_MPUT,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10149,D_21_24_FPT_MPTLF,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10150,D_21_24_FPT_MPNLF,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS +G10151,D_21_24_FPT_MPLFSNS,Dependent_children_Aged_21_24_years_Female_parent_Total_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS +G10152,D_21_24_FPT_T,Dependent_children_Aged_21_24_years_Female_parent_Total_Total,G44F,G44d,Total|DEPENDENT CHILDREN AGED 21-24 YEARS +G10153,TDCF_FPEFT_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10154,TDCF_FPEFT_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10155,TDCF_FPEFT_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10156,TDCF_FPEFT_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10157,TDCF_FPEFT_MPET,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10158,TDCF_FPEFT_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10159,TDCF_FPEFT_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10160,TDCF_FPEFT_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10161,TDCF_FPEFT_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10162,TDCF_FPEFT_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10163,TDCF_FPEFT_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10164,TDCF_FPEFT_T,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Full_time_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10165,TDCF_FPEPT_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10166,TDCF_FPEPT_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10167,TDCF_FPEPT_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10168,TDCF_FPEPT_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10169,TDCF_FPEPT_MPET,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10170,TDCF_FPEPT_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10171,TDCF_FPEPT_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10172,TDCF_FPEPT_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10173,TDCF_FPEPT_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10174,TDCF_FPEPT_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10175,TDCF_FPEPT_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10176,TDCF_FPEPT_T,Total_Dependent_children_in_couple_families_Female_parent_Employed_worked_Part_time_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10177,TDCF_FPEAW_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10178,TDCF_FPEAW_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10179,TDCF_FPEAW_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10180,TDCF_FPEAW_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10181,TDCF_FPEAW_MPET,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10182,TDCF_FPEAW_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10183,TDCF_FPEAW_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10184,TDCF_FPEAW_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10185,TDCF_FPEAW_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10186,TDCF_FPEAW_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10187,TDCF_FPEAW_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10188,TDCF_FPEAW_T,Total_Dependent_children_in_couple_families_Female_parent_Employed_away_from_work_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10189,TDCF_FPHNS_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10190,TDCF_FPHNS_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10191,TDCF_FPHNS_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10192,TDCF_FPHNS_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10193,TDCF_FPHNS_MPET,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10194,TDCF_FPHNS_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10195,TDCF_FPHNS_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10196,TDCF_FPHNS_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10197,TDCF_FPHNS_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10198,TDCF_FPHNS_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10199,TDCF_FPHNS_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10200,TDCF_FPHNS_T,Total_Dependent_children_in_couple_families_Female_parent_Hours_worked_not_stated_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10201,TDCF_FPET_MPEFT,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Full_Time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10202,TDCF_FPET_MPEPT,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Employed_Worked_Part_Time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10203,TDCF_FPET_MPEAW,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Employed_Away_From_Work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10204,TDCF_FPET_MPEHNS,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10205,TDCF_FPET_MPET,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10206,TDCF_FPET_MPULFTW,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10207,TDCF_FPET_MPULPTW,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10208,TDCF_FPET_MPUT,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Unemployed_Looking_For_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10209,TDCF_FPET_MPTLF,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Total_Labour_Force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10210,TDCF_FPET_MPNLF,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Not_In_The_Labour_Force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10211,TDCF_FPET_MPLFSNS,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Male_Parent_Labour_Force_Status_Not_Stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10212,TDCF_FPET_T,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Employed_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10213,TDCF_FPULFTW_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10214,TDCF_FPULFTW_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10215,TDCF_FPULFTW_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10216,TDCF_FPULFTW_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10217,TDCF_FPULFTW_MPET,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10218,TDCF_FPULFTW_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10219,TDCF_FPULFTW_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10220,TDCF_FPULFTW_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10221,TDCF_FPULFTW_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10222,TDCF_FPULFTW_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10223,TDCF_FPULFTW_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10224,TDCF_FPULFTW_T,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Full_time_work_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10225,TDCF_FPULPTW_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10226,TDCF_FPULPTW_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10227,TDCF_FPULPTW_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10228,TDCF_FPULPTW_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10229,TDCF_FPULPTW_MPET,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10230,TDCF_FPULPTW_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10231,TDCF_FPULPTW_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10232,TDCF_FPULPTW_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10233,TDCF_FPULPTW_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10234,TDCF_FPULPTW_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10235,TDCF_FPULPTW_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10236,TDCF_FPULPTW_T,Total_Dependent_children_in_couple_families_Female_parent_Unemployed_looking_for_Part_time_work_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10237,TDCF_FPUT_MPEFT,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Full_Time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10238,TDCF_FPUT_MPEPT,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Employed_Worked_Part_Time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10239,TDCF_FPUT_MPEAW,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Employed_Away_From_Work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10240,TDCF_FPUT_MPEHNS,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Employed_Hours_Worked_Not_Stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10241,TDCF_FPUT_MPET,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10242,TDCF_FPUT_MPULFTW,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Full_Time_Work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10243,TDCF_FPUT_MPULPTW,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Part_Time_Work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10244,TDCF_FPUT_MPUT,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Unemployed_Looking_For_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10245,TDCF_FPUT_MPTLF,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Total_Labour_Force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10246,TDCF_FPUT_MPNLF,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Not_In_The_Labour_Force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10247,TDCF_FPUT_MPLFSNS,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Male_Parent_Labour_Force_Status_Not_Stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10248,TDCF_FPUT_T,Total_Dependent_children_In_Couple_Families_Female_parent_Total_Unemployed_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10249,TDCF_FPTLF_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10250,TDCF_FPTLF_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10251,TDCF_FPTLF_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10252,TDCF_FPTLF_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10253,TDCF_FPTLF_MPET,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10254,TDCF_FPTLF_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10255,TDCF_FPTLF_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10256,TDCF_FPTLF_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10257,TDCF_FPTLF_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10258,TDCF_FPTLF_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10259,TDCF_FPTLF_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10260,TDCF_FPTLF_T,Total_Dependent_children_in_couple_families_Female_parent_Total_labour_force_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10261,TDCF_FPNLF_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10262,TDCF_FPNLF_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10263,TDCF_FPNLF_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10264,TDCF_FPNLF_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10265,TDCF_FPNLF_MPET,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10266,TDCF_FPNLF_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10267,TDCF_FPNLF_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10268,TDCF_FPNLF_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10269,TDCF_FPNLF_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10270,TDCF_FPNLF_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10271,TDCF_FPNLF_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10272,TDCF_FPNLF_T,Total_Dependent_children_in_couple_families_Female_parent_Not_in_the_labour_force_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10273,TDCF_FPLFSNS_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10274,TDCF_FPLFSNS_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10275,TDCF_FPLFSNS_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10276,TDCF_FPLFSNS_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10277,TDCF_FPLFSNS_MPET,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10278,TDCF_FPLFSNS_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10279,TDCF_FPLFSNS_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10280,TDCF_FPLFSNS_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10281,TDCF_FPLFSNS_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10282,TDCF_FPLFSNS_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10283,TDCF_FPLFSNS_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10284,TDCF_FPLFSNS_T,Total_Dependent_children_in_couple_families_Female_parent_Labour_force_status_not_stated_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10285,TDCF_FPT_MPEFT,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Employed_Worked_full_time,G44F,G44d,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10286,TDCF_FPT_MPEPT,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Employed_Worked_part_time,G44F,G44d,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10287,TDCF_FPT_MPEAW,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Employed_Away_from_work,G44F,G44d,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10288,TDCF_FPT_MPEHNS,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Employed_Hours_worked_not_stated,G44F,G44d,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10289,TDCF_FPT_MPET,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Employed_Total,G44F,G44d,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10290,TDCF_FPT_MPULFTW,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Unemployed_looking_for_Full_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10291,TDCF_FPT_MPULPTW,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Unemployed_looking_for_Part_time_work,G44F,G44d,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10292,TDCF_FPT_MPUT,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Unemployed_looking_for_Total,G44F,G44d,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10293,TDCF_FPT_MPTLF,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Total_labour_force,G44F,G44d,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10294,TDCF_FPT_MPNLF,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Not_in_the_labour_force,G44F,G44d,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10295,TDCF_FPT_MPLFSNS,Total_Dependent_children_in_couple_families_Female_parent_Total_Male_parent_Labour_force_status_not_stated,G44F,G44d,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10296,TDCF_FPT_T,Total_Dependent_children_in_couple_families_Female_parent_Total_Total,G44F,G44d,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES +G10297,M_LPLFS_EFT_DC_0_4,Male_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10298,M_LPLFS_EFT_DC_5_9,Male_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10299,M_LPLFS_EFT_DC_10_12,Male_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10300,M_LPLFS_EFT_DC_13_14,Male_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10301,M_LPLFS_EFT_DC_15_17,Male_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10302,M_LPLFS_EFT_DC_18_20,Male_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10303,M_LPLFS_EFT_DC_21_24,Male_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10304,M_LPLFS_EFT_T,Male_Lone_Parent_Employed_Worked_Full_Time_Total,G45A,G45a,Total +G10305,M_LPLFS_EPT_DC_0_4,Male_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10306,M_LPLFS_EPT_DC_5_9,Male_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10307,M_LPLFS_EPT_DC_10_12,Male_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10308,M_LPLFS_EPT_DC_13_14,Male_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10309,M_LPLFS_EPT_DC_15_17,Male_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10310,M_LPLFS_EPT_DC_18_20,Male_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10311,M_LPLFS_EPT_DC_21_24,Male_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10312,M_LPLFS_EPT_T,Male_Lone_Parent_Employed_Worked_Part_Time_Total,G45A,G45a,Total +G10313,M_LPLFS_EAW_DC_0_4,Male_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10314,M_LPLFS_EAW_DC_5_9,Male_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10315,M_LPLFS_EAW_DC_10_12,Male_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10316,M_LPLFS_EAW_DC_13_14,Male_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10317,M_LPLFS_EAW_DC_15_17,Male_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10318,M_LPLFS_EAW_DC_18_20,Male_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10319,M_LPLFS_EAW_DC_21_24,Male_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10320,M_LPLFS_EAW_T,Male_Lone_Parent_Employed_Away_From_Work_Total,G45A,G45a,Total +G10321,M_LPLFS_HNS_DC_0_4,Male_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10322,M_LPLFS_HNS_DC_5_9,Male_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10323,M_LPLFS_HNS_DC_10_12,Male_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10324,M_LPLFS_HNS_DC_13_14,Male_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10325,M_LPLFS_HNS_DC_15_17,Male_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10326,M_LPLFS_HNS_DC_18_20,Male_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10327,M_LPLFS_HNS_DC_21_24,Male_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10328,M_LPLFS_HNS_T,Male_Lone_Parent_Hours_Worked_Not_Stated_Total,G45A,G45a,Total +G10329,M_LPLFS_EW_T_DC_0_4,Male_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10330,M_LPLFS_EW_T_DC_5_9,Male_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10331,M_LPLFS_EW_T_DC_10_12,Male_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10332,M_LPLFS_EW_T_DC_13_14,Male_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10333,M_LPLFS_EW_T_DC_15_17,Male_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10334,M_LPLFS_EW_T_DC_18_20,Male_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10335,M_LPLFS_EW_T_DC_21_24,Male_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10336,M_LPLFS_EW_T_T,Male_Lone_Parent_Total_Employed_Total,G45A,G45a,Total +G10337,M_LPLFS_ULFTW_DC_0_4,Male_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10338,M_LPLFS_ULFTW_DC_5_9,Male_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10339,M_LPLFS_ULFTW_DC_10_12,Male_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10340,M_LPLFS_ULFTW_DC_13_14,Male_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10341,M_LPLFS_ULFTW_DC_15_17,Male_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10342,M_LPLFS_ULFTW_DC_18_20,Male_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10343,M_LPLFS_ULFTW_DC_21_24,Male_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10344,M_LPLFS_ULFTW_T,Male_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Total,G45A,G45a,Total +G10345,M_LPLFS_ULPTW_DC_0_4,Male_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10346,M_LPLFS_ULPTW_DC_5_9,Male_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10347,M_LPLFS_ULPTW_DC_10_12,Male_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10348,M_LPLFS_ULPTW_DC_13_14,Male_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10349,M_LPLFS_ULPTW_DC_15_17,Male_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10350,M_LPLFS_ULPTW_DC_18_20,Male_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10351,M_LPLFS_ULPTW_DC_21_24,Male_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10352,M_LPLFS_ULPTW_T,Male_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Total,G45A,G45a,Total +G10353,M_LPLFS_U_T_DC_0_4,Male_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10354,M_LPLFS_U_T_DC_5_9,Male_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10355,M_LPLFS_U_T_DC_10_12,Male_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10356,M_LPLFS_U_T_DC_13_14,Male_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10357,M_LPLFS_U_T_DC_15_17,Male_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10358,M_LPLFS_U_T_DC_18_20,Male_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10359,M_LPLFS_U_T_DC_21_24,Male_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10360,M_LPLFS_U_T_T,Male_Lone_Parent_Total_Unemployed_Total,G45A,G45a,Total +G10361,M_LPLFS_T_LF_DC_0_4,Male_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10362,M_LPLFS_T_LF_DC_5_9,Male_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10363,M_LPLFS_T_LF_DC_10_12,Male_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10364,M_LPLFS_T_LF_DC_13_14,Male_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10365,M_LPLFS_T_LF_DC_15_17,Male_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10366,M_LPLFS_T_LF_DC_18_20,Male_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10367,M_LPLFS_T_LF_DC_21_24,Male_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10368,M_LPLFS_T_LF_T,Male_Lone_Parent_Total_Labour_Force_Total,G45A,G45a,Total +G10369,M_LPLFS_NLF_DC_0_4,Male_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10370,M_LPLFS_NLF_DC_5_9,Male_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10371,M_LPLFS_NLF_DC_10_12,Male_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10372,M_LPLFS_NLF_DC_13_14,Male_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10373,M_LPLFS_NLF_DC_15_17,Male_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10374,M_LPLFS_NLF_DC_18_20,Male_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10375,M_LPLFS_NLF_DC_21_24,Male_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10376,M_LPLFS_NLF_T,Male_Lone_Parent_Not_In_The_Labour_Force_Total,G45A,G45a,Total +G10377,M_LPLFS_LFSNS_DC_0_4,Male_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10378,M_LPLFS_LFSNS_DC_5_9,Male_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10379,M_LPLFS_LFSNS_DC_10_12,Male_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10380,M_LPLFS_LFSNS_DC_13_14,Male_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10381,M_LPLFS_LFSNS_DC_15_17,Male_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10382,M_LPLFS_LFSNS_DC_18_20,Male_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10383,M_LPLFS_LFSNS_DC_21_24,Male_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10384,M_LPLFS_LFSNS_T,Male_Lone_Parent_Labour_Force_Status_Not_Stated_Total,G45A,G45a,Total +G10385,M_LPLFS_T_DC_0_4,Male_Lone_Parent_Total_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10386,M_LPLFS_T_DC_5_9,Male_Lone_Parent_Total_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10387,M_LPLFS_T_DC_10_12,Male_Lone_Parent_Total_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10388,M_LPLFS_T_DC_13_14,Male_Lone_Parent_Total_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10389,M_LPLFS_T_DC_15_17,Male_Lone_Parent_Total_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10390,M_LPLFS_T_DC_18_20,Male_Lone_Parent_Total_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10391,M_LPLFS_T_DC_21_24,Male_Lone_Parent_Total_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10392,M_LPLFS_T_T,Male_Lone_Parent_Total_Total,G45A,G45a,Total +G10393,F_LPLFS_EFT_DC_0_4,Female_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10394,F_LPLFS_EFT_DC_5_9,Female_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10395,F_LPLFS_EFT_DC_10_12,Female_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10396,F_LPLFS_EFT_DC_13_14,Female_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10397,F_LPLFS_EFT_DC_15_17,Female_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10398,F_LPLFS_EFT_DC_18_20,Female_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10399,F_LPLFS_EFT_DC_21_24,Female_Lone_Parent_Employed_Worked_Full_Time_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10400,F_LPLFS_EFT_T,Female_Lone_Parent_Employed_Worked_Full_Time_Total,G45A,G45a,Total +G10401,F_LPLFS_EPT_DC_0_4,Female_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10402,F_LPLFS_EPT_DC_5_9,Female_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10403,F_LPLFS_EPT_DC_10_12,Female_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10404,F_LPLFS_EPT_DC_13_14,Female_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10405,F_LPLFS_EPT_DC_15_17,Female_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10406,F_LPLFS_EPT_DC_18_20,Female_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10407,F_LPLFS_EPT_DC_21_24,Female_Lone_Parent_Employed_Worked_Part_Time_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10408,F_LPLFS_EPT_T,Female_Lone_Parent_Employed_Worked_Part_Time_Total,G45A,G45a,Total +G10409,F_LPLFS_EAW_DC_0_4,Female_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10410,F_LPLFS_EAW_DC_5_9,Female_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10411,F_LPLFS_EAW_DC_10_12,Female_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10412,F_LPLFS_EAW_DC_13_14,Female_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10413,F_LPLFS_EAW_DC_15_17,Female_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10414,F_LPLFS_EAW_DC_18_20,Female_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10415,F_LPLFS_EAW_DC_21_24,Female_Lone_Parent_Employed_Away_From_Work_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10416,F_LPLFS_EAW_T,Female_Lone_Parent_Employed_Away_From_Work_Total,G45A,G45a,Total +G10417,F_LPLFS_HNS_DC_0_4,Female_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10418,F_LPLFS_HNS_DC_5_9,Female_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10419,F_LPLFS_HNS_DC_10_12,Female_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10420,F_LPLFS_HNS_DC_13_14,Female_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10421,F_LPLFS_HNS_DC_15_17,Female_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10422,F_LPLFS_HNS_DC_18_20,Female_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10423,F_LPLFS_HNS_DC_21_24,Female_Lone_Parent_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10424,F_LPLFS_HNS_T,Female_Lone_Parent_Hours_Worked_Not_Stated_Total,G45A,G45a,Total +G10425,F_LPLFS_EW_T_DC_0_4,Female_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10426,F_LPLFS_EW_T_DC_5_9,Female_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10427,F_LPLFS_EW_T_DC_10_12,Female_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10428,F_LPLFS_EW_T_DC_13_14,Female_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10429,F_LPLFS_EW_T_DC_15_17,Female_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10430,F_LPLFS_EW_T_DC_18_20,Female_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10431,F_LPLFS_EW_T_DC_21_24,Female_Lone_Parent_Total_Employed_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10432,F_LPLFS_EW_T_T,Female_Lone_Parent_Total_Employed_Total,G45A,G45a,Total +G10433,F_LPLFS_ULFTW_DC_0_4,Female_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10434,F_LPLFS_ULFTW_DC_5_9,Female_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10435,F_LPLFS_ULFTW_DC_10_12,Female_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10436,F_LPLFS_ULFTW_DC_13_14,Female_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10437,F_LPLFS_ULFTW_DC_15_17,Female_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10438,F_LPLFS_ULFTW_DC_18_20,Female_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10439,F_LPLFS_ULFTW_DC_21_24,Female_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10440,F_LPLFS_ULFTW_T,Female_Lone_Parent_Unemployed_Looking_For_Full_Time_Work_Total,G45A,G45a,Total +G10441,F_LPLFS_ULPTW_DC_0_4,Female_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10442,F_LPLFS_ULPTW_DC_5_9,Female_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10443,F_LPLFS_ULPTW_DC_10_12,Female_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10444,F_LPLFS_ULPTW_DC_13_14,Female_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10445,F_LPLFS_ULPTW_DC_15_17,Female_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10446,F_LPLFS_ULPTW_DC_18_20,Female_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10447,F_LPLFS_ULPTW_DC_21_24,Female_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10448,F_LPLFS_ULPTW_T,Female_Lone_Parent_Unemployed_Looking_For_Part_Time_Work_Total,G45A,G45a,Total +G10449,F_LPLFS_U_T_DC_0_4,Female_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10450,F_LPLFS_U_T_DC_5_9,Female_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10451,F_LPLFS_U_T_DC_10_12,Female_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10452,F_LPLFS_U_T_DC_13_14,Female_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10453,F_LPLFS_U_T_DC_15_17,Female_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10454,F_LPLFS_U_T_DC_18_20,Female_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10455,F_LPLFS_U_T_DC_21_24,Female_Lone_Parent_Total_Unemployed_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10456,F_LPLFS_U_T_T,Female_Lone_Parent_Total_Unemployed_Total,G45A,G45a,Total +G10457,F_LPLFS_T_LF_DC_0_4,Female_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10458,F_LPLFS_T_LF_DC_5_9,Female_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10459,F_LPLFS_T_LF_DC_10_12,Female_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10460,F_LPLFS_T_LF_DC_13_14,Female_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10461,F_LPLFS_T_LF_DC_15_17,Female_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10462,F_LPLFS_T_LF_DC_18_20,Female_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10463,F_LPLFS_T_LF_DC_21_24,Female_Lone_Parent_Total_Labour_Force_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10464,F_LPLFS_T_LF_T,Female_Lone_Parent_Total_Labour_Force_Total,G45A,G45a,Total +G10465,F_LPLFS_NLF_DC_0_4,Female_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10466,F_LPLFS_NLF_DC_5_9,Female_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10467,F_LPLFS_NLF_DC_10_12,Female_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10468,F_LPLFS_NLF_DC_13_14,Female_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10469,F_LPLFS_NLF_DC_15_17,Female_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10470,F_LPLFS_NLF_DC_18_20,Female_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10471,F_LPLFS_NLF_DC_21_24,Female_Lone_Parent_Not_In_The_Labour_Force_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10472,F_LPLFS_NLF_T,Female_Lone_Parent_Not_In_The_Labour_Force_Total,G45A,G45a,Total +G10473,F_LPLFS_LFSNS_DC_0_4,Female_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10474,F_LPLFS_LFSNS_DC_5_9,Female_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10475,F_LPLFS_LFSNS_DC_10_12,Female_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10476,F_LPLFS_LFSNS_DC_13_14,Female_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10477,F_LPLFS_LFSNS_DC_15_17,Female_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10478,F_LPLFS_LFSNS_DC_18_20,Female_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10479,F_LPLFS_LFSNS_DC_21_24,Female_Lone_Parent_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10480,F_LPLFS_LFSNS_T,Female_Lone_Parent_Labour_Force_Status_Not_Stated_Total,G45A,G45a,Total +G10481,F_LPLFS_T_DC_0_4,Female_Lone_Parent_Total_Age_Of_Dependent_Children_0_4_Years,G45A,G45a,Age of dependent children: 0-4 years +G10482,F_LPLFS_T_DC_5_9,Female_Lone_Parent_Total_Age_Of_Dependent_Children_5_9_Years,G45A,G45a,Age of dependent children: 5-9 years +G10483,F_LPLFS_T_DC_10_12,Female_Lone_Parent_Total_Age_Of_Dependent_Children_10_12_Years,G45A,G45a,Age of dependent children: 10-12 years +G10484,F_LPLFS_T_DC_13_14,Female_Lone_Parent_Total_Age_Of_Dependent_Children_13_14_Years,G45A,G45a,Age of dependent children: 13-14 years +G10485,F_LPLFS_T_DC_15_17,Female_Lone_Parent_Total_Age_Of_Dependent_Children_15_17_Years,G45A,G45a,Age of dependent children: 15-17 years +G10486,F_LPLFS_T_DC_18_20,Female_Lone_Parent_Total_Age_Of_Dependent_Children_18_20_Years,G45A,G45a,Age of dependent children: 18-20 years +G10487,F_LPLFS_T_DC_21_24,Female_Lone_Parent_Total_Age_Of_Dependent_Children_21_24_Years,G45A,G45a,Age of dependent children: 21-24 years +G10488,F_LPLFS_T_T,Female_Lone_Parent_Total_Total,G45A,G45a,Total +G10489,T_LPLFS_EFT_DC_0_4,Total_Lone_Parents_Employed_Worked_Full_Time_Age_Of_Dependent_Children_0_4_Years,G45A,G45b,Age of dependent children: 0-4 years +G10490,T_LPLFS_EFT_DC_5_9,Total_Lone_Parents_Employed_Worked_Full_Time_Age_Of_Dependent_Children_5_9_Years,G45A,G45b,Age of dependent children: 5-9 years +G10491,T_LPLFS_EFT_DC_10_12,Total_Lone_Parents_Employed_Worked_Full_Time_Age_Of_Dependent_Children_10_12_Years,G45A,G45b,Age of dependent children: 10-12 years +G10492,T_LPLFS_EFT_DC_13_14,Total_Lone_Parents_Employed_Worked_Full_Time_Age_Of_Dependent_Children_13_14_Years,G45A,G45b,Age of dependent children: 13-14 years +G10493,T_LPLFS_EFT_DC_15_17,Total_Lone_Parents_Employed_Worked_Full_Time_Age_Of_Dependent_Children_15_17_Years,G45A,G45b,Age of dependent children: 15-17 years +G10494,T_LPLFS_EFT_DC_18_20,Total_Lone_Parents_Employed_Worked_Full_Time_Age_Of_Dependent_Children_18_20_Years,G45A,G45b,Age of dependent children: 18-20 years +G10495,T_LPLFS_EFT_DC_21_24,Total_Lone_Parents_Employed_Worked_Full_Time_Age_Of_Dependent_Children_21_24_Years,G45A,G45b,Age of dependent children: 21-24 years +G10496,T_LPLFS_EFT_T,Total_Lone_Parents_Employed_Worked_Full_Time_Total,G45A,G45b,Total +G10497,T_LPLFS_EPT_DC_0_4,Total_Lone_Parents_Employed_Worked_Part_Time_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10498,T_LPLFS_EPT_DC_5_9,Total_Lone_Parents_Employed_Worked_Part_Time_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10499,T_LPLFS_EPT_DC_10_12,Total_Lone_Parents_Employed_Worked_Part_Time_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10500,T_LPLFS_EPT_DC_13_14,Total_Lone_Parents_Employed_Worked_Part_Time_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10501,T_LPLFS_EPT_DC_15_17,Total_Lone_Parents_Employed_Worked_Part_Time_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10502,T_LPLFS_EPT_DC_18_20,Total_Lone_Parents_Employed_Worked_Part_Time_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10503,T_LPLFS_EPT_DC_21_24,Total_Lone_Parents_Employed_Worked_Part_Time_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10504,T_LPLFS_EPT_Tot,Total_Lone_Parents_Employed_Worked_Part_Time_Total,G45B,G45b,Total +G10505,T_LPLFS_EAW_DC_0_4,Total_Lone_Parents_Employed_Away_From_Work_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10506,T_LPLFS_EAW_DC_5_9,Total_Lone_Parents_Employed_Away_From_Work_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10507,T_LPLFS_EAW_DC_10_12,Total_Lone_Parents_Employed_Away_From_Work_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10508,T_LPLFS_EAW_DC_13_14,Total_Lone_Parents_Employed_Away_From_Work_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10509,T_LPLFS_EAW_DC_15_17,Total_Lone_Parents_Employed_Away_From_Work_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10510,T_LPLFS_EAW_DC_18_20,Total_Lone_Parents_Employed_Away_From_Work_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10511,T_LPLFS_EAW_DC_21_24,Total_Lone_Parents_Employed_Away_From_Work_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10512,T_LPLFS_EAW_Tot,Total_Lone_Parents_Employed_Away_From_Work_Total,G45B,G45b,Total +G10513,T_LPLFS_HNS_DC_0_4,Total_Lone_Parents_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10514,T_LPLFS_HNS_DC_5_9,Total_Lone_Parents_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10515,T_LPLFS_HNS_DC_10_12,Total_Lone_Parents_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10516,T_LPLFS_HNS_DC_13_14,Total_Lone_Parents_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10517,T_LPLFS_HNS_DC_15_17,Total_Lone_Parents_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10518,T_LPLFS_HNS_DC_18_20,Total_Lone_Parents_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10519,T_LPLFS_HNS_DC_21_24,Total_Lone_Parents_Hours_Worked_Not_Stated_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10520,T_LPLFS_HNS_Tot,Total_Lone_Parents_Hours_Worked_Not_Stated_Total,G45B,G45b,Total +G10521,T_LPLFS_EW_Tot_DC_0_4,Total_Lone_Parents_Total_Employed_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10522,T_LPLFS_EW_Tot_DC_5_9,Total_Lone_Parents_Total_Employed_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10523,T_LPLFS_EW_Tot_DC_10_12,Total_Lone_Parents_Total_Employed_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10524,T_LPLFS_EW_Tot_DC_13_14,Total_Lone_Parents_Total_Employed_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10525,T_LPLFS_EW_Tot_DC_15_17,Total_Lone_Parents_Total_Employed_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10526,T_LPLFS_EW_Tot_DC_18_20,Total_Lone_Parents_Total_Employed_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10527,T_LPLFS_EW_Tot_DC_21_24,Total_Lone_Parents_Total_Employed_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10528,T_LPLFS_EW_Tot_Tot,Total_Lone_Parents_Total_Employed_Total,G45B,G45b,Total +G10529,T_LPLFS_ULFTW_DC_0_4,Total_Lone_Parents_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10530,T_LPLFS_ULFTW_DC_5_9,Total_Lone_Parents_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10531,T_LPLFS_ULFTW_DC_10_12,Total_Lone_Parents_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10532,T_LPLFS_ULFTW_DC_13_14,Total_Lone_Parents_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10533,T_LPLFS_ULFTW_DC_15_17,Total_Lone_Parents_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10534,T_LPLFS_ULFTW_DC_18_20,Total_Lone_Parents_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10535,T_LPLFS_ULFTW_DC_21_24,Total_Lone_Parents_Unemployed_Looking_For_Full_Time_Work_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10536,T_LPLFS_ULFTW_Tot,Total_Lone_Parents_Unemployed_Looking_For_Full_Time_Work_Total,G45B,G45b,Total +G10537,T_LPLFS_ULPTW_DC_0_4,Total_Lone_Parents_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10538,T_LPLFS_ULPTW_DC_5_9,Total_Lone_Parents_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10539,T_LPLFS_ULPTW_DC_10_12,Total_Lone_Parents_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10540,T_LPLFS_ULPTW_DC_13_14,Total_Lone_Parents_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10541,T_LPLFS_ULPTW_DC_15_17,Total_Lone_Parents_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10542,T_LPLFS_ULPTW_DC_18_20,Total_Lone_Parents_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10543,T_LPLFS_ULPTW_DC_21_24,Total_Lone_Parents_Unemployed_Looking_For_Part_Time_Work_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10544,T_LPLFS_ULPTW_Tot,Total_Lone_Parents_Unemployed_Looking_For_Part_Time_Work_Total,G45B,G45b,Total +G10545,T_LPLFS_U_T_DC_0_4,Total_Lone_Parents_Total_Unemployed_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10546,T_LPLFS_U_T_DC_5_9,Total_Lone_Parents_Total_Unemployed_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10547,T_LPLFS_U_T_DC_10_12,Total_Lone_Parents_Total_Unemployed_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10548,T_LPLFS_U_T_DC_13_14,Total_Lone_Parents_Total_Unemployed_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10549,T_LPLFS_U_T_DC_15_17,Total_Lone_Parents_Total_Unemployed_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10550,T_LPLFS_U_T_DC_18_20,Total_Lone_Parents_Total_Unemployed_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10551,T_LPLFS_U_T_DC_21_24,Total_Lone_Parents_Total_Unemployed_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10552,T_LPLFS_U_T_Tot,Total_Lone_Parents_Total_Unemployed_Total,G45B,G45b,Total +G10553,T_LPLFS_T_LF_DC_0_4,Total_Lone_Parents_Total_Labour_Force_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10554,T_LPLFS_T_LF_DC_5_9,Total_Lone_Parents_Total_Labour_Force_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10555,T_LPLFS_T_LF_DC_10_12,Total_Lone_Parents_Total_Labour_Force_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10556,T_LPLFS_T_LF_DC_13_14,Total_Lone_Parents_Total_Labour_Force_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10557,T_LPLFS_T_LF_DC_15_17,Total_Lone_Parents_Total_Labour_Force_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10558,T_LPLFS_T_LF_DC_18_20,Total_Lone_Parents_Total_Labour_Force_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10559,T_LPLFS_T_LF_DC_21_24,Total_Lone_Parents_Total_Labour_Force_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10560,T_LPLFS_T_LF_Tot,Total_Lone_Parents_Total_Labour_Force_Total,G45B,G45b,Total +G10561,T_LPLFS_NLF_DC_0_4,Total_Lone_Parents_Not_In_The_Labour_Force_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10562,T_LPLFS_NLF_DC_5_9,Total_Lone_Parents_Not_In_The_Labour_Force_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10563,T_LPLFS_NLF_DC_10_12,Total_Lone_Parents_Not_In_The_Labour_Force_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10564,T_LPLFS_NLF_DC_13_14,Total_Lone_Parents_Not_In_The_Labour_Force_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10565,T_LPLFS_NLF_DC_15_17,Total_Lone_Parents_Not_In_The_Labour_Force_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10566,T_LPLFS_NLF_DC_18_20,Total_Lone_Parents_Not_In_The_Labour_Force_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10567,T_LPLFS_NLF_DC_21_24,Total_Lone_Parents_Not_In_The_Labour_Force_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10568,T_LPLFS_NLF_Tot,Total_Lone_Parents_Not_In_The_Labour_Force_Total,G45B,G45b,Total +G10569,T_LPLFS_LFSNS_DC_0_4,Total_Lone_Parents_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10570,T_LPLFS_LFSNS_DC_5_9,Total_Lone_Parents_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10571,T_LPLFS_LFSNS_DC_10_12,Total_Lone_Parents_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10572,T_LPLFS_LFSNS_DC_13_14,Total_Lone_Parents_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10573,T_LPLFS_LFSNS_DC_15_17,Total_Lone_Parents_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10574,T_LPLFS_LFSNS_DC_18_20,Total_Lone_Parents_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10575,T_LPLFS_LFSNS_DC_21_24,Total_Lone_Parents_Labour_Force_Status_Not_Stated_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10576,T_LPLFS_LFSNS_Tot,Total_Lone_Parents_Labour_Force_Status_Not_Stated_Total,G45B,G45b,Total +G10577,T_LPLFS_Tot_DC_0_4,Total_Lone_Parents_Total_Age_Of_Dependent_Children_0_4_Years,G45B,G45b,Age of dependent children: 0-4 years +G10578,T_LPLFS_Tot_DC_5_9,Total_Lone_Parents_Total_Age_Of_Dependent_Children_5_9_Years,G45B,G45b,Age of dependent children: 5-9 years +G10579,T_LPLFS_Tot_DC_10_12,Total_Lone_Parents_Total_Age_Of_Dependent_Children_10_12_Years,G45B,G45b,Age of dependent children: 10-12 years +G10580,T_LPLFS_Tot_DC_13_14,Total_Lone_Parents_Total_Age_Of_Dependent_Children_13_14_Years,G45B,G45b,Age of dependent children: 13-14 years +G10581,T_LPLFS_Tot_DC_15_17,Total_Lone_Parents_Total_Age_Of_Dependent_Children_15_17_Years,G45B,G45b,Age of dependent children: 15-17 years +G10582,T_LPLFS_Tot_DC_18_20,Total_Lone_Parents_Total_Age_Of_Dependent_Children_18_20_Years,G45B,G45b,Age of dependent children: 18-20 years +G10583,T_LPLFS_Tot_DC_21_24,Total_Lone_Parents_Total_Age_Of_Dependent_Children_21_24_Years,G45B,G45b,Age of dependent children: 21-24 years +G10584,T_LPLFS_Tot_Tot,Total_Lone_Parents_Total_Total,G45B,G45b,Total +G10585,M_PGrad_Deg_15_24,Males_Postgraduate_Degree_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10586,M_PGrad_Deg_25_34,Males_Postgraduate_Degree_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10587,M_PGrad_Deg_35_44,Males_Postgraduate_Degree_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10588,M_PGrad_Deg_45_54,Males_Postgraduate_Degree_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10589,M_PGrad_Deg_55_64,Males_Postgraduate_Degree_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10590,M_PGrad_Deg_65_74,Males_Postgraduate_Degree_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10591,M_PGrad_Deg_75_84,Males_Postgraduate_Degree_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10592,M_PGrad_Deg_85ov,Males_Postgraduate_Degree_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10593,M_PGrad_Deg_Total,Males_Postgraduate_Degree_Level_Total,G46A,G46a,Total|MALES +G10594,M_GradDip_and_GradCert_15_24,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10595,M_GradDip_and_GradCert_25_34,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10596,M_GradDip_and_GradCert_35_44,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10597,M_GradDip_and_GradCert_45_54,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10598,M_GradDip_and_GradCert_55_64,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10599,M_GradDip_and_GradCert_65_74,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10600,M_GradDip_and_GradCert_75_84,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10601,M_GradDip_and_GradCert_85ov,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10602,M_GradDip_and_GradCert_Total,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Total,G46A,G46a,Total|MALES +G10603,M_BachDeg_15_24,Males_Bachelor_Degree_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10604,M_BachDeg_25_34,Males_Bachelor_Degree_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10605,M_BachDeg_35_44,Males_Bachelor_Degree_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10606,M_BachDeg_45_54,Males_Bachelor_Degree_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10607,M_BachDeg_55_64,Males_Bachelor_Degree_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10608,M_BachDeg_65_74,Males_Bachelor_Degree_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10609,M_BachDeg_75_84,Males_Bachelor_Degree_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10610,M_BachDeg_85ov,Males_Bachelor_Degree_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10611,M_BachDeg_Total,Males_Bachelor_Degree_Level_Total,G46A,G46a,Total|MALES +G10612,M_AdvDip_and_Dip_15_24,Males_Advanced_Diploma_and_Diploma_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10613,M_AdvDip_and_Dip_25_34,Males_Advanced_Diploma_and_Diploma_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10614,M_AdvDip_and_Dip_35_44,Males_Advanced_Diploma_and_Diploma_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10615,M_AdvDip_and_Dip_45_54,Males_Advanced_Diploma_and_Diploma_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10616,M_AdvDip_and_Dip_55_64,Males_Advanced_Diploma_and_Diploma_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10617,M_AdvDip_and_Dip_65_74,Males_Advanced_Diploma_and_Diploma_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10618,M_AdvDip_and_Dip_75_84,Males_Advanced_Diploma_and_Diploma_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10619,M_AdvDip_and_Dip_85ov,Males_Advanced_Diploma_and_Diploma_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10620,M_AdvDip_and_Dip_Total,Males_Advanced_Diploma_and_Diploma_Level_Total,G46A,G46a,Total|MALES +G10621,M_Cert_III_IV_15_24,Males_Certificate_Level_Certificate_III_and_IV_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10622,M_Cert_III_IV_25_34,Males_Certificate_Level_Certificate_III_and_IV_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10623,M_Cert_III_IV_35_44,Males_Certificate_Level_Certificate_III_and_IV_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10624,M_Cert_III_IV_45_54,Males_Certificate_Level_Certificate_III_and_IV_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10625,M_Cert_III_IV_55_64,Males_Certificate_Level_Certificate_III_and_IV_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10626,M_Cert_III_IV_65_74,Males_Certificate_Level_Certificate_III_and_IV_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10627,M_Cert_III_IV_75_84,Males_Certificate_Level_Certificate_III_and_IV_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10628,M_Cert_III_IV_85ov,Males_Certificate_Level_Certificate_III_and_IV_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10629,M_Cert_III_IV_Total,Males_Certificate_Level_Certificate_III_and_IV_Level_Total,G46A,G46a,Total|MALES +G10630,M_Cert_I_II_15_24,Males_Certificate_Level_Certificate_I_and_II_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10631,M_Cert_I_II_25_34,Males_Certificate_Level_Certificate_I_and_II_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10632,M_Cert_I_II_35_44,Males_Certificate_Level_Certificate_I_and_II_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10633,M_Cert_I_II_45_54,Males_Certificate_Level_Certificate_I_and_II_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10634,M_Cert_I_II_55_64,Males_Certificate_Level_Certificate_I_and_II_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10635,M_Cert_I_II_65_74,Males_Certificate_Level_Certificate_I_and_II_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10636,M_Cert_I_II_75_84,Males_Certificate_Level_Certificate_I_and_II_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10637,M_Cert_I_II_85ov,Males_Certificate_Level_Certificate_I_and_II_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10638,M_Cert_I_II_Total,Males_Certificate_Level_Certificate_I_and_II_Level_Total,G46A,G46a,Total|MALES +G10639,M_Cert_Levl_nfd_15_24,Males_Certificate_Level_Certificate_Level_nfd_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10640,M_Cert_Levl_nfd_25_34,Males_Certificate_Level_Certificate_Level_nfd_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10641,M_Cert_Levl_nfd_35_44,Males_Certificate_Level_Certificate_Level_nfd_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10642,M_Cert_Levl_nfd_45_54,Males_Certificate_Level_Certificate_Level_nfd_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10643,M_Cert_Levl_nfd_55_64,Males_Certificate_Level_Certificate_Level_nfd_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10644,M_Cert_Levl_nfd_65_74,Males_Certificate_Level_Certificate_Level_nfd_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10645,M_Cert_Levl_nfd_75_84,Males_Certificate_Level_Certificate_Level_nfd_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10646,M_Cert_Levl_nfd_85ov,Males_Certificate_Level_Certificate_Level_nfd_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10647,M_Cert_Levl_nfd_Total,Males_Certificate_Level_Certificate_Level_nfd_Total,G46A,G46a,Total|MALES +G10648,M_Cert_Lev_Tot_15_24,Males_Certificate_Level_Total_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10649,M_Cert_Lev_Tot_25_34,Males_Certificate_Level_Total_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10650,M_Cert_Lev_Tot_35_44,Males_Certificate_Level_Total_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10651,M_Cert_Lev_Tot_45_54,Males_Certificate_Level_Total_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10652,M_Cert_Lev_Tot_55_64,Males_Certificate_Level_Total_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10653,M_Cert_Lev_Tot_65_74,Males_Certificate_Level_Total_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10654,M_Cert_Lev_Tot_75_84,Males_Certificate_Level_Total_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10655,M_Cert_Lev_Tot_85ov,Males_Certificate_Level_Total_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10656,M_Cert_Lev_Tot_Total,Males_Certificate_Level_Total_Total,G46A,G46a,Total|MALES +G10657,M_Lev_Edu_IDes_15_24,Males_Level_of_education_inadequately_described_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10658,M_Lev_Edu_IDes_25_34,Males_Level_of_education_inadequately_described_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10659,M_Lev_Edu_IDes_35_44,Males_Level_of_education_inadequately_described_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10660,M_Lev_Edu_IDes_45_54,Males_Level_of_education_inadequately_described_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10661,M_Lev_Edu_IDes_55_64,Males_Level_of_education_inadequately_described_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10662,M_Lev_Edu_IDes_65_74,Males_Level_of_education_inadequately_described_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10663,M_Lev_Edu_IDes_75_84,Males_Level_of_education_inadequately_described_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10664,M_Lev_Edu_IDes_85ov,Males_Level_of_education_inadequately_described_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10665,M_Lev_Edu_IDes_Total,Males_Level_of_education_inadequately_described_Total,G46A,G46a,Total|MALES +G10666,M_Lev_Edu_NS_15_24,Males_Level_of_education_not_stated_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10667,M_Lev_Edu_NS_25_34,Males_Level_of_education_not_stated_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10668,M_Lev_Edu_NS_35_44,Males_Level_of_education_not_stated_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10669,M_Lev_Edu_NS_45_54,Males_Level_of_education_not_stated_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10670,M_Lev_Edu_NS_55_64,Males_Level_of_education_not_stated_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10671,M_Lev_Edu_NS_65_74,Males_Level_of_education_not_stated_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10672,M_Lev_Edu_NS_75_84,Males_Level_of_education_not_stated_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10673,M_Lev_Edu_NS_85ov,Males_Level_of_education_not_stated_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10674,M_Lev_Edu_NS_Total,Males_Level_of_education_not_stated_Total,G46A,G46a,Total|MALES +G10675,M_Tot_15_24,Males_Total_Age_15_24_years,G46A,G46a,Age: 15-24 years|MALES +G10676,M_Tot_25_34,Males_Total_Age_25_34_years,G46A,G46a,Age: 25-34 years|MALES +G10677,M_Tot_35_44,Males_Total_Age_35_44_years,G46A,G46a,Age: 35-44 years|MALES +G10678,M_Tot_45_54,Males_Total_Age_45_54_years,G46A,G46a,Age: 45-54 years|MALES +G10679,M_Tot_55_64,Males_Total_Age_55_64_years,G46A,G46a,Age: 55-64 years|MALES +G10680,M_Tot_65_74,Males_Total_Age_65_74_years,G46A,G46a,Age: 65-74 years|MALES +G10681,M_Tot_75_84,Males_Total_Age_75_84_years,G46A,G46a,Age: 75-84 years|MALES +G10682,M_Tot_85ov,Males_Total_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|MALES +G10683,M_Tot_Total,Males_Total_Total,G46A,G46a,Total|MALES +G10684,F_PGrad_Deg_15_24,Females_Postgraduate_Degree_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10685,F_PGrad_Deg_25_34,Females_Postgraduate_Degree_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10686,F_PGrad_Deg_35_44,Females_Postgraduate_Degree_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10687,F_PGrad_Deg_45_54,Females_Postgraduate_Degree_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10688,F_PGrad_Deg_55_64,Females_Postgraduate_Degree_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10689,F_PGrad_Deg_65_74,Females_Postgraduate_Degree_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10690,F_PGrad_Deg_75_84,Females_Postgraduate_Degree_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10691,F_PGrad_Deg_85ov,Females_Postgraduate_Degree_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10692,F_PGrad_Deg_Total,Females_Postgraduate_Degree_Level_Total,G46A,G46a,Total|FEMALES +G10693,F_GradDip_and_GradCert_15_24,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10694,F_GradDip_and_GradCert_25_34,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10695,F_GradDip_and_GradCert_35_44,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10696,F_GradDip_and_GradCert_45_54,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10697,F_GradDip_and_GradCert_55_64,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10698,F_GradDip_and_GradCert_65_74,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10699,F_GradDip_and_GradCert_75_84,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10700,F_GradDip_and_GradCert_85ov,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10701,F_GradDip_and_GradCert_Total,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Total,G46A,G46a,Total|FEMALES +G10702,F_BachDeg_15_24,Females_Bachelor_Degree_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10703,F_BachDeg_25_34,Females_Bachelor_Degree_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10704,F_BachDeg_35_44,Females_Bachelor_Degree_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10705,F_BachDeg_45_54,Females_Bachelor_Degree_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10706,F_BachDeg_55_64,Females_Bachelor_Degree_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10707,F_BachDeg_65_74,Females_Bachelor_Degree_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10708,F_BachDeg_75_84,Females_Bachelor_Degree_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10709,F_BachDeg_85ov,Females_Bachelor_Degree_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10710,F_BachDeg_Total,Females_Bachelor_Degree_Level_Total,G46A,G46a,Total|FEMALES +G10711,F_AdvDip_and_Dip_15_24,Females_Advanced_Diploma_and_Diploma_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10712,F_AdvDip_and_Dip_25_34,Females_Advanced_Diploma_and_Diploma_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10713,F_AdvDip_and_Dip_35_44,Females_Advanced_Diploma_and_Diploma_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10714,F_AdvDip_and_Dip_45_54,Females_Advanced_Diploma_and_Diploma_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10715,F_AdvDip_and_Dip_55_64,Females_Advanced_Diploma_and_Diploma_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10716,F_AdvDip_and_Dip_65_74,Females_Advanced_Diploma_and_Diploma_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10717,F_AdvDip_and_Dip_75_84,Females_Advanced_Diploma_and_Diploma_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10718,F_AdvDip_and_Dip_85ov,Females_Advanced_Diploma_and_Diploma_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10719,F_AdvDip_and_Dip_Total,Females_Advanced_Diploma_and_Diploma_Level_Total,G46A,G46a,Total|FEMALES +G10720,F_Cert_III_IV_15_24,Females_Certificate_Level_Certificate_III_and_IV_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10721,F_Cert_III_IV_25_34,Females_Certificate_Level_Certificate_III_and_IV_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10722,F_Cert_III_IV_35_44,Females_Certificate_Level_Certificate_III_and_IV_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10723,F_Cert_III_IV_45_54,Females_Certificate_Level_Certificate_III_and_IV_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10724,F_Cert_III_IV_55_64,Females_Certificate_Level_Certificate_III_and_IV_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10725,F_Cert_III_IV_65_74,Females_Certificate_Level_Certificate_III_and_IV_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10726,F_Cert_III_IV_75_84,Females_Certificate_Level_Certificate_III_and_IV_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10727,F_Cert_III_IV_85ov,Females_Certificate_Level_Certificate_III_and_IV_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10728,F_Cert_III_IV_Total,Females_Certificate_Level_Certificate_III_and_IV_Level_Total,G46A,G46a,Total|FEMALES +G10729,F_Cert_I_II_15_24,Females_Certificate_Level_Certificate_I_and_II_Level_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10730,F_Cert_I_II_25_34,Females_Certificate_Level_Certificate_I_and_II_Level_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10731,F_Cert_I_II_35_44,Females_Certificate_Level_Certificate_I_and_II_Level_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10732,F_Cert_I_II_45_54,Females_Certificate_Level_Certificate_I_and_II_Level_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10733,F_Cert_I_II_55_64,Females_Certificate_Level_Certificate_I_and_II_Level_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10734,F_Cert_I_II_65_74,Females_Certificate_Level_Certificate_I_and_II_Level_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10735,F_Cert_I_II_75_84,Females_Certificate_Level_Certificate_I_and_II_Level_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10736,F_Cert_I_II_85ov,Females_Certificate_Level_Certificate_I_and_II_Level_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10737,F_Cert_I_II_Total,Females_Certificate_Level_Certificate_I_and_II_Level_Total,G46A,G46a,Total|FEMALES +G10738,F_Cert_Levl_nfd_15_24,Females_Certificate_Level_Certificate_Level_nfd_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10739,F_Cert_Levl_nfd_25_34,Females_Certificate_Level_Certificate_Level_nfd_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10740,F_Cert_Levl_nfd_35_44,Females_Certificate_Level_Certificate_Level_nfd_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10741,F_Cert_Levl_nfd_45_54,Females_Certificate_Level_Certificate_Level_nfd_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10742,F_Cert_Levl_nfd_55_64,Females_Certificate_Level_Certificate_Level_nfd_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10743,F_Cert_Levl_nfd_65_74,Females_Certificate_Level_Certificate_Level_nfd_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10744,F_Cert_Levl_nfd_75_84,Females_Certificate_Level_Certificate_Level_nfd_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10745,F_Cert_Levl_nfd_85ov,Females_Certificate_Level_Certificate_Level_nfd_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10746,F_Cert_Levl_nfd_Total,Females_Certificate_Level_Certificate_Level_nfd_Total,G46A,G46a,Total|FEMALES +G10747,F_Cert_Lev_Tot_15_24,Females_Certificate_Level_Total_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10748,F_Cert_Lev_Tot_25_34,Females_Certificate_Level_Total_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10749,F_Cert_Lev_Tot_35_44,Females_Certificate_Level_Total_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10750,F_Cert_Lev_Tot_45_54,Females_Certificate_Level_Total_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10751,F_Cert_Lev_Tot_55_64,Females_Certificate_Level_Total_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10752,F_Cert_Lev_Tot_65_74,Females_Certificate_Level_Total_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10753,F_Cert_Lev_Tot_75_84,Females_Certificate_Level_Total_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10754,F_Cert_Lev_Tot_85ov,Females_Certificate_Level_Total_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10755,F_Cert_Lev_Tot_Total,Females_Certificate_Level_Total_Total,G46A,G46a,Total|FEMALES +G10756,F_Lev_Edu_IDes_15_24,Females_Level_of_education_inadequately_described_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10757,F_Lev_Edu_IDes_25_34,Females_Level_of_education_inadequately_described_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10758,F_Lev_Edu_IDes_35_44,Females_Level_of_education_inadequately_described_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10759,F_Lev_Edu_IDes_45_54,Females_Level_of_education_inadequately_described_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10760,F_Lev_Edu_IDes_55_64,Females_Level_of_education_inadequately_described_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10761,F_Lev_Edu_IDes_65_74,Females_Level_of_education_inadequately_described_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10762,F_Lev_Edu_IDes_75_84,Females_Level_of_education_inadequately_described_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10763,F_Lev_Edu_IDes_85ov,Females_Level_of_education_inadequately_described_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10764,F_Lev_Edu_IDes_Total,Females_Level_of_education_inadequately_described_Total,G46A,G46a,Total|FEMALES +G10765,F_Lev_Edu_NS_15_24,Females_Level_of_education_not_stated_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10766,F_Lev_Edu_NS_25_34,Females_Level_of_education_not_stated_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10767,F_Lev_Edu_NS_35_44,Females_Level_of_education_not_stated_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10768,F_Lev_Edu_NS_45_54,Females_Level_of_education_not_stated_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10769,F_Lev_Edu_NS_55_64,Females_Level_of_education_not_stated_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10770,F_Lev_Edu_NS_65_74,Females_Level_of_education_not_stated_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10771,F_Lev_Edu_NS_75_84,Females_Level_of_education_not_stated_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10772,F_Lev_Edu_NS_85ov,Females_Level_of_education_not_stated_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10773,F_Lev_Edu_NS_Total,Females_Level_of_education_not_stated_Total,G46A,G46a,Total|FEMALES +G10774,F_Tot_15_24,Females_Total_Age_15_24_years,G46A,G46a,Age: 15-24 years|FEMALES +G10775,F_Tot_25_34,Females_Total_Age_25_34_years,G46A,G46a,Age: 25-34 years|FEMALES +G10776,F_Tot_35_44,Females_Total_Age_35_44_years,G46A,G46a,Age: 35-44 years|FEMALES +G10777,F_Tot_45_54,Females_Total_Age_45_54_years,G46A,G46a,Age: 45-54 years|FEMALES +G10778,F_Tot_55_64,Females_Total_Age_55_64_years,G46A,G46a,Age: 55-64 years|FEMALES +G10779,F_Tot_65_74,Females_Total_Age_65_74_years,G46A,G46a,Age: 65-74 years|FEMALES +G10780,F_Tot_75_84,Females_Total_Age_75_84_years,G46A,G46a,Age: 75-84 years|FEMALES +G10781,F_Tot_85ov,Females_Total_Age_85_years_and_over,G46A,G46a,Age: 85 years and over|FEMALES +G10782,F_Tot_Total,Females_Total_Total,G46A,G46a,Total|FEMALES +G10783,P_PGrad_Deg_15_24,Persons_Postgraduate_Degree_Level_Age_15_24_years,G46A,G46b,Age: 15-24 years|PERSONS +G10784,P_PGrad_Deg_25_34,Persons_Postgraduate_Degree_Level_Age_25_34_years,G46A,G46b,Age: 25-34 years|PERSONS +G10785,P_PGrad_Deg_35_44,Persons_Postgraduate_Degree_Level_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10786,P_PGrad_Deg_45_54,Persons_Postgraduate_Degree_Level_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10787,P_PGrad_Deg_55_64,Persons_Postgraduate_Degree_Level_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10788,P_PGrad_Deg_65_74,Persons_Postgraduate_Degree_Level_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10789,P_PGrad_Deg_75_84,Persons_Postgraduate_Degree_Level_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10790,P_PGrad_Deg_85ov,Persons_Postgraduate_Degree_Level_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10791,P_PGrad_Deg_Total,Persons_Postgraduate_Degree_Level_Total,G46B,G46b,Total|PERSONS +G10792,P_GradDip_and_GradCert_15_24,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10793,P_GradDip_and_GradCert_25_34,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10794,P_GradDip_and_GradCert_35_44,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10795,P_GradDip_and_GradCert_45_54,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10796,P_GradDip_and_GradCert_55_64,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10797,P_GradDip_and_GradCert_65_74,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10798,P_GradDip_and_GradCert_75_84,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10799,P_GradDip_and_GradCert_85ov,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10800,P_GradDip_and_GradCert_Total,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Total,G46B,G46b,Total|PERSONS +G10801,P_BachDeg_15_24,Persons_Bachelor_Degree_Level_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10802,P_BachDeg_25_34,Persons_Bachelor_Degree_Level_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10803,P_BachDeg_35_44,Persons_Bachelor_Degree_Level_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10804,P_BachDeg_45_54,Persons_Bachelor_Degree_Level_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10805,P_BachDeg_55_64,Persons_Bachelor_Degree_Level_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10806,P_BachDeg_65_74,Persons_Bachelor_Degree_Level_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10807,P_BachDeg_75_84,Persons_Bachelor_Degree_Level_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10808,P_BachDeg_85ov,Persons_Bachelor_Degree_Level_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10809,P_BachDeg_Total,Persons_Bachelor_Degree_Level_Total,G46B,G46b,Total|PERSONS +G10810,P_AdvDip_and_Dip_15_24,Persons_Advanced_Diploma_and_Diploma_Level_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10811,P_AdvDip_and_Dip_25_34,Persons_Advanced_Diploma_and_Diploma_Level_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10812,P_AdvDip_and_Dip_35_44,Persons_Advanced_Diploma_and_Diploma_Level_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10813,P_AdvDip_and_Dip_45_54,Persons_Advanced_Diploma_and_Diploma_Level_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10814,P_AdvDip_and_Dip_55_64,Persons_Advanced_Diploma_and_Diploma_Level_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10815,P_AdvDip_and_Dip_65_74,Persons_Advanced_Diploma_and_Diploma_Level_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10816,P_AdvDip_and_Dip_75_84,Persons_Advanced_Diploma_and_Diploma_Level_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10817,P_AdvDip_and_Dip_85ov,Persons_Advanced_Diploma_and_Diploma_Level_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10818,P_AdvDip_and_Dip_Total,Persons_Advanced_Diploma_and_Diploma_Level_Total,G46B,G46b,Total|PERSONS +G10819,P_Cert_III_IV_15_24,Persons_Certificate_Level_Certificate_III_and_IV_Level_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10820,P_Cert_III_IV_25_34,Persons_Certificate_Level_Certificate_III_and_IV_Level_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10821,P_Cert_III_IV_35_44,Persons_Certificate_Level_Certificate_III_and_IV_Level_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10822,P_Cert_III_IV_45_54,Persons_Certificate_Level_Certificate_III_and_IV_Level_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10823,P_Cert_III_IV_55_64,Persons_Certificate_Level_Certificate_III_and_IV_Level_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10824,P_Cert_III_IV_65_74,Persons_Certificate_Level_Certificate_III_and_IV_Level_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10825,P_Cert_III_IV_75_84,Persons_Certificate_Level_Certificate_III_and_IV_Level_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10826,P_Cert_III_IV_85ov,Persons_Certificate_Level_Certificate_III_and_IV_Level_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10827,P_Cert_III_IV_Total,Persons_Certificate_Level_Certificate_III_and_IV_Level_Total,G46B,G46b,Total|PERSONS +G10828,P_Cert_I_II_15_24,Persons_Certificate_Level_Certificate_I_and_II_Level_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10829,P_Cert_I_II_25_34,Persons_Certificate_Level_Certificate_I_and_II_Level_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10830,P_Cert_I_II_35_44,Persons_Certificate_Level_Certificate_I_and_II_Level_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10831,P_Cert_I_II_45_54,Persons_Certificate_Level_Certificate_I_and_II_Level_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10832,P_Cert_I_II_55_64,Persons_Certificate_Level_Certificate_I_and_II_Level_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10833,P_Cert_I_II_65_74,Persons_Certificate_Level_Certificate_I_and_II_Level_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10834,P_Cert_I_II_75_84,Persons_Certificate_Level_Certificate_I_and_II_Level_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10835,P_Cert_I_II_85ov,Persons_Certificate_Level_Certificate_I_and_II_Level_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10836,P_Cert_I_II_Total,Persons_Certificate_Level_Certificate_I_and_II_Level_Total,G46B,G46b,Total|PERSONS +G10837,P_Cert_Levl_nfd_15_24,Persons_Certificate_Level_Certificate_Level_nfd_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10838,P_Cert_Levl_nfd_25_34,Persons_Certificate_Level_Certificate_Level_nfd_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10839,P_Cert_Levl_nfd_35_44,Persons_Certificate_Level_Certificate_Level_nfd_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10840,P_Cert_Levl_nfd_45_54,Persons_Certificate_Level_Certificate_Level_nfd_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10841,P_Cert_Levl_nfd_55_64,Persons_Certificate_Level_Certificate_Level_nfd_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10842,P_Cert_Levl_nfd_65_74,Persons_Certificate_Level_Certificate_Level_nfd_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10843,P_Cert_Levl_nfd_75_84,Persons_Certificate_Level_Certificate_Level_nfd_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10844,P_Cert_Levl_nfd_85ov,Persons_Certificate_Level_Certificate_Level_nfd_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10845,P_Cert_Levl_nfd_Total,Persons_Certificate_Level_Certificate_Level_nfd_Total,G46B,G46b,Total|PERSONS +G10846,P_Cert_Lev_Tot_15_24,Persons_Certificate_Level_Total_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10847,P_Cert_Lev_Tot_25_34,Persons_Certificate_Level_Total_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10848,P_Cert_Lev_Tot_35_44,Persons_Certificate_Level_Total_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10849,P_Cert_Lev_Tot_45_54,Persons_Certificate_Level_Total_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10850,P_Cert_Lev_Tot_55_64,Persons_Certificate_Level_Total_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10851,P_Cert_Lev_Tot_65_74,Persons_Certificate_Level_Total_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10852,P_Cert_Lev_Tot_75_84,Persons_Certificate_Level_Total_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10853,P_Cert_Lev_Tot_85ov,Persons_Certificate_Level_Total_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10854,P_Cert_Lev_Tot_Total,Persons_Certificate_Level_Total_Total,G46B,G46b,Total|PERSONS +G10855,P_Lev_Edu_IDes_15_24,Persons_Level_of_education_inadequately_described_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10856,P_Lev_Edu_IDes_25_34,Persons_Level_of_education_inadequately_described_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10857,P_Lev_Edu_IDes_35_44,Persons_Level_of_education_inadequately_described_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10858,P_Lev_Edu_IDes_45_54,Persons_Level_of_education_inadequately_described_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10859,P_Lev_Edu_IDes_55_64,Persons_Level_of_education_inadequately_described_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10860,P_Lev_Edu_IDes_65_74,Persons_Level_of_education_inadequately_described_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10861,P_Lev_Edu_IDes_75_84,Persons_Level_of_education_inadequately_described_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10862,P_Lev_Edu_IDes_85ov,Persons_Level_of_education_inadequately_described_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10863,P_Lev_Edu_IDes_Total,Persons_Level_of_education_inadequately_described_Total,G46B,G46b,Total|PERSONS +G10864,P_Lev_Edu_NS_15_24,Persons_Level_of_education_not_stated_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10865,P_Lev_Edu_NS_25_34,Persons_Level_of_education_not_stated_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10866,P_Lev_Edu_NS_35_44,Persons_Level_of_education_not_stated_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10867,P_Lev_Edu_NS_45_54,Persons_Level_of_education_not_stated_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10868,P_Lev_Edu_NS_55_64,Persons_Level_of_education_not_stated_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10869,P_Lev_Edu_NS_65_74,Persons_Level_of_education_not_stated_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10870,P_Lev_Edu_NS_75_84,Persons_Level_of_education_not_stated_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10871,P_Lev_Edu_NS_85ov,Persons_Level_of_education_not_stated_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10872,P_Lev_Edu_NS_Total,Persons_Level_of_education_not_stated_Total,G46B,G46b,Total|PERSONS +G10873,P_Tot_15_24,Persons_Total_Age_15_24_years,G46B,G46b,Age: 15-24 years|PERSONS +G10874,P_Tot_25_34,Persons_Total_Age_25_34_years,G46B,G46b,Age: 25-34 years|PERSONS +G10875,P_Tot_35_44,Persons_Total_Age_35_44_years,G46B,G46b,Age: 35-44 years|PERSONS +G10876,P_Tot_45_54,Persons_Total_Age_45_54_years,G46B,G46b,Age: 45-54 years|PERSONS +G10877,P_Tot_55_64,Persons_Total_Age_55_64_years,G46B,G46b,Age: 55-64 years|PERSONS +G10878,P_Tot_65_74,Persons_Total_Age_65_74_years,G46B,G46b,Age: 65-74 years|PERSONS +G10879,P_Tot_75_84,Persons_Total_Age_75_84_years,G46B,G46b,Age: 75-84 years|PERSONS +G10880,P_Tot_85ov,Persons_Total_Age_85_years_and_over,G46B,G46b,Age: 85 years and over|PERSONS +G10881,P_Tot_Total,Persons_Total_Total,G46B,G46b,Total|PERSONS +G10882,M_NatPhyl_Scn_15_24,Males_Natural_and_Physical_Sciences_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10883,M_NatPhyl_Scn_25_34,Males_Natural_and_Physical_Sciences_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10884,M_NatPhyl_Scn_35_44,Males_Natural_and_Physical_Sciences_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10885,M_NatPhyl_Scn_45_54,Males_Natural_and_Physical_Sciences_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10886,M_NatPhyl_Scn_55_64,Males_Natural_and_Physical_Sciences_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10887,M_NatPhyl_Scn_65_74,Males_Natural_and_Physical_Sciences_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10888,M_NatPhyl_Scn_75_84,Males_Natural_and_Physical_Sciences_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10889,M_NatPhyl_Scn_85ov,Males_Natural_and_Physical_Sciences_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10890,M_NatPhyl_Scn_Tot,Males_Natural_and_Physical_Sciences_Total,G47A,G47a,Total|MALES +G10891,M_InfoTech_15_24,Males_Information_Technology_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10892,M_InfoTech_25_34,Males_Information_Technology_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10893,M_InfoTech_35_44,Males_Information_Technology_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10894,M_InfoTech_45_54,Males_Information_Technology_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10895,M_InfoTech_55_64,Males_Information_Technology_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10896,M_InfoTech_65_74,Males_Information_Technology_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10897,M_InfoTech_75_84,Males_Information_Technology_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10898,M_InfoTech_85ov,Males_Information_Technology_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10899,M_InfoTech_Tot,Males_Information_Technology_Total,G47A,G47a,Total|MALES +G10900,M_Eng_RelTec_15_24,Males_Engineering_and_Related_Technologies_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10901,M_Eng_RelTec_25_34,Males_Engineering_and_Related_Technologies_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10902,M_Eng_RelTec_35_44,Males_Engineering_and_Related_Technologies_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10903,M_Eng_RelTec_45_54,Males_Engineering_and_Related_Technologies_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10904,M_Eng_RelTec_55_64,Males_Engineering_and_Related_Technologies_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10905,M_Eng_RelTec_65_74,Males_Engineering_and_Related_Technologies_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10906,M_Eng_RelTec_75_84,Males_Engineering_and_Related_Technologies_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10907,M_Eng_RelTec_85ov,Males_Engineering_and_Related_Technologies_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10908,M_Eng_RelTec_Tot,Males_Engineering_and_Related_Technologies_Total,G47A,G47a,Total|MALES +G10909,M_ArchtBldng_15_24,Males_Architecture_and_Building_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10910,M_ArchtBldng_25_34,Males_Architecture_and_Building_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10911,M_ArchtBldng_35_44,Males_Architecture_and_Building_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10912,M_ArchtBldng_45_54,Males_Architecture_and_Building_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10913,M_ArchtBldng_55_64,Males_Architecture_and_Building_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10914,M_ArchtBldng_65_74,Males_Architecture_and_Building_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10915,M_ArchtBldng_75_84,Males_Architecture_and_Building_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10916,M_ArchtBldng_85ov,Males_Architecture_and_Building_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10917,M_ArchtBldng_Tot,Males_Architecture_and_Building_Total,G47A,G47a,Total|MALES +G10918,M_Ag_Envir_Rltd_Sts_15_24,Males_Agriculture_Environmental_and_Related_Studies_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10919,M_Ag_Envir_Rltd_Sts_25_34,Males_Agriculture_Environmental_and_Related_Studies_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10920,M_Ag_Envir_Rltd_Sts_35_44,Males_Agriculture_Environmental_and_Related_Studies_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10921,M_Ag_Envir_Rltd_Sts_45_54,Males_Agriculture_Environmental_and_Related_Studies_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10922,M_Ag_Envir_Rltd_Sts_55_64,Males_Agriculture_Environmental_and_Related_Studies_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10923,M_Ag_Envir_Rltd_Sts_65_74,Males_Agriculture_Environmental_and_Related_Studies_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10924,M_Ag_Envir_Rltd_Sts_75_84,Males_Agriculture_Environmental_and_Related_Studies_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10925,M_Ag_Envir_Rltd_Sts_85ov,Males_Agriculture_Environmental_and_Related_Studies_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10926,M_Ag_Envir_Rltd_Sts_Tot,Males_Agriculture_Environmental_and_Related_Studies_Total,G47A,G47a,Total|MALES +G10927,M_Health_15_24,Males_Health_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10928,M_Health_25_34,Males_Health_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10929,M_Health_35_44,Males_Health_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10930,M_Health_45_54,Males_Health_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10931,M_Health_55_64,Males_Health_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10932,M_Health_65_74,Males_Health_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10933,M_Health_75_84,Males_Health_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10934,M_Health_85ov,Males_Health_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10935,M_Health_Tot,Males_Health_Total,G47A,G47a,Total|MALES +G10936,M_Educ_15_24,Males_Education_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10937,M_Educ_25_34,Males_Education_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10938,M_Educ_35_44,Males_Education_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10939,M_Educ_45_54,Males_Education_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10940,M_Educ_55_64,Males_Education_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10941,M_Educ_65_74,Males_Education_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10942,M_Educ_75_84,Males_Education_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10943,M_Educ_85_years_and_over,Males_Education_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10944,M_Educ_Tot,Males_Education_Total,G47A,G47a,Total|MALES +G10945,M_Mgnt_Com_15_24,Males_Management_and_Commerce_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10946,M_Mgnt_Com_25_34,Males_Management_and_Commerce_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10947,M_Mgnt_Com_35_44,Males_Management_and_Commerce_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10948,M_Mgnt_Com_45_54,Males_Management_and_Commerce_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10949,M_Mgnt_Com_55_64,Males_Management_and_Commerce_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10950,M_Mgnt_Com_65_74,Males_Management_and_Commerce_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10951,M_Mgnt_Com_75_84,Males_Management_and_Commerce_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10952,M_Mgnt_Com_85ov,Males_Management_and_Commerce_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10953,M_Mgnt_Com_Tot,Males_Management_and_Commerce_Total,G47A,G47a,Total|MALES +G10954,M_Society_Cult_15_24,Males_Society_and_Culture_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10955,M_Society_Cult_25_34,Males_Society_and_Culture_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10956,M_Society_Cult_35_44,Males_Society_and_Culture_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10957,M_Society_Cult_45_54,Males_Society_and_Culture_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10958,M_Society_Cult_55_64,Males_Society_and_Culture_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10959,M_Society_Cult_65_74,Males_Society_and_Culture_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10960,M_Society_Cult_75_84,Males_Society_and_Culture_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10961,M_Society_Cult_85ov,Males_Society_and_Culture_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10962,M_Society_Cult_Tot,Males_Society_and_Culture_Total,G47A,G47a,Total|MALES +G10963,M_Creative_Arts_15_24,Males_Creative_Arts_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10964,M_Creative_Arts_25_34,Males_Creative_Arts_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10965,M_Creative_Arts_35_44,Males_Creative_Arts_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10966,M_Creative_Arts_45_54,Males_Creative_Arts_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10967,M_Creative_Arts_55_64,Males_Creative_Arts_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10968,M_Creative_Arts_65_74,Males_Creative_Arts_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10969,M_Creative_Arts_75_84,Males_Creative_Arts_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10970,M_Creative_Arts_85ov,Males_Creative_Arts_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10971,M_Creative_Arts_Tot,Males_Creative_Arts_Total,G47A,G47a,Total|MALES +G10972,M_Fd_Hosp_Psnl_Svcs_15_24,Males_Food_Hospitality_and_Personal_Services_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10973,M_Fd_Hosp_Psnl_Svcs_25_34,Males_Food_Hospitality_and_Personal_Services_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10974,M_Fd_Hosp_Psnl_Svcs_35_44,Males_Food_Hospitality_and_Personal_Services_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10975,M_Fd_Hosp_Psnl_Svcs_45_54,Males_Food_Hospitality_and_Personal_Services_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10976,M_Fd_Hosp_Psnl_Svcs_55_64,Males_Food_Hospitality_and_Personal_Services_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10977,M_Fd_Hosp_Psnl_Svcs_65_74,Males_Food_Hospitality_and_Personal_Services_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10978,M_Fd_Hosp_Psnl_Svcs_75_84,Males_Food_Hospitality_and_Personal_Services_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10979,M_Fd_Hosp_Psnl_Svcs_85ov,Males_Food_Hospitality_and_Personal_Services_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10980,M_Fd_Hosp_Psnl_Svcs_Tot,Males_Food_Hospitality_and_Personal_Services_Total,G47A,G47a,Total|MALES +G10981,M_MixFld_Prgm_15_24,Males_Mixed_Field_Programmes_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10982,M_MixFld_Prgm_25_34,Males_Mixed_Field_Programmes_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10983,M_MixFld_Prgm_35_44,Males_Mixed_Field_Programmes_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10984,M_MixFld_Prgm_45_54,Males_Mixed_Field_Programmes_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10985,M_MixFld_Prgm_55_64,Males_Mixed_Field_Programmes_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10986,M_MixFld_Prgm_65_74,Males_Mixed_Field_Programmes_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10987,M_MixFld_Prgm_75_84,Males_Mixed_Field_Programmes_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10988,M_MixFld_Prgm_85ov,Males_Mixed_Field_Programmes_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10989,M_MixFld_Prgm_Tot,Males_Mixed_Field_Programmes_Total,G47A,G47a,Total|MALES +G10990,M_FldStd_InadDes_15_24,Males_Field_of_study_inadequately_described_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G10991,M_FldStd_InadDes_25_34,Males_Field_of_study_inadequately_described_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G10992,M_FldStd_InadDes_35_44,Males_Field_of_study_inadequately_described_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G10993,M_FldStd_InadDes_45_54,Males_Field_of_study_inadequately_described_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G10994,M_FldStd_InadDes_55_64,Males_Field_of_study_inadequately_described_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G10995,M_FldStd_InadDes_65_74,Males_Field_of_study_inadequately_described_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G10996,M_FldStd_InadDes_75_84,Males_Field_of_study_inadequately_described_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G10997,M_FldStd_InadDes_85ov,Males_Field_of_study_inadequately_described_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G10998,M_FldStd_InadDes_Tot,Males_Field_of_study_inadequately_described_Total,G47A,G47a,Total|MALES +G10999,M_FldStd_NS_15_24,Males_Field_of_study_not_stated_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G11000,M_FldStd_NS_25_34,Males_Field_of_study_not_stated_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G11001,M_FldStd_NS_35_44,Males_Field_of_study_not_stated_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G11002,M_FldStd_NS_45_54,Males_Field_of_study_not_stated_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G11003,M_FldStd_NS_55_64,Males_Field_of_study_not_stated_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G11004,M_FldStd_NS_65_74,Males_Field_of_study_not_stated_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G11005,M_FldStd_NS_75_84,Males_Field_of_study_not_stated_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G11006,M_FldStd_NS_85ov,Males_Field_of_study_not_stated_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G11007,M_FldStd_NS_Tot,Males_Field_of_study_not_stated_Total,G47A,G47a,Total|MALES +G11008,M_Tot_15_24,Males_Total_Age_15_24_years,G47A,G47a,Age: 15-24 years|MALES +G11009,M_Tot_25_34,Males_Total_Age_25_34_years,G47A,G47a,Age: 25-34 years|MALES +G11010,M_Tot_35_44,Males_Total_Age_35_44_years,G47A,G47a,Age: 35-44 years|MALES +G11011,M_Tot_45_54,Males_Total_Age_45_54_years,G47A,G47a,Age: 45-54 years|MALES +G11012,M_Tot_55_64,Males_Total_Age_55_64_years,G47A,G47a,Age: 55-64 years|MALES +G11013,M_Tot_65_74,Males_Total_Age_65_74_years,G47A,G47a,Age: 65-74 years|MALES +G11014,M_Tot_75_84,Males_Total_Age_75_84_years,G47A,G47a,Age: 75-84 years|MALES +G11015,M_Tot_85_years_and_over,Males_Total_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|MALES +G11016,M_Tot_Tot,Males_Total_Total,G47A,G47a,Total|MALES +G11017,F_NatPhyl_Scn_15_24,Females_Natural_and_Physical_Sciences_Age_15_24_years,G47A,G47a,Age: 15-24 years|FEMALES +G11018,F_NatPhyl_Scn_25_34,Females_Natural_and_Physical_Sciences_Age_25_34_years,G47A,G47a,Age: 25-34 years|FEMALES +G11019,F_NatPhyl_Scn_35_44,Females_Natural_and_Physical_Sciences_Age_35_44_years,G47A,G47a,Age: 35-44 years|FEMALES +G11020,F_NatPhyl_Scn_45_54,Females_Natural_and_Physical_Sciences_Age_45_54_years,G47A,G47a,Age: 45-54 years|FEMALES +G11021,F_NatPhyl_Scn_55_64,Females_Natural_and_Physical_Sciences_Age_55_64_years,G47A,G47a,Age: 55-64 years|FEMALES +G11022,F_NatPhyl_Scn_65_74,Females_Natural_and_Physical_Sciences_Age_65_74_years,G47A,G47a,Age: 65-74 years|FEMALES +G11023,F_NatPhyl_Scn_75_84,Females_Natural_and_Physical_Sciences_Age_75_84_years,G47A,G47a,Age: 75-84 years|FEMALES +G11024,F_NatPhyl_Scn_85ov,Females_Natural_and_Physical_Sciences_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|FEMALES +G11025,F_NatPhyl_Scn_Tot,Females_Natural_and_Physical_Sciences_Total,G47A,G47a,Total|FEMALES +G11026,F_InfoTech_15_24,Females_Information_Technology_Age_15_24_years,G47A,G47a,Age: 15-24 years|FEMALES +G11027,F_InfoTech_25_34,Females_Information_Technology_Age_25_34_years,G47A,G47a,Age: 25-34 years|FEMALES +G11028,F_InfoTech_35_44,Females_Information_Technology_Age_35_44_years,G47A,G47a,Age: 35-44 years|FEMALES +G11029,F_InfoTech_45_54,Females_Information_Technology_Age_45_54_years,G47A,G47a,Age: 45-54 years|FEMALES +G11030,F_InfoTech_55_64,Females_Information_Technology_Age_55_64_years,G47A,G47a,Age: 55-64 years|FEMALES +G11031,F_InfoTech_65_74,Females_Information_Technology_Age_65_74_years,G47A,G47a,Age: 65-74 years|FEMALES +G11032,F_InfoTech_75_84,Females_Information_Technology_Age_75_84_years,G47A,G47a,Age: 75-84 years|FEMALES +G11033,F_InfoTech_85ov,Females_Information_Technology_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|FEMALES +G11034,F_InfoTech_Tot,Females_Information_Technology_Total,G47A,G47a,Total|FEMALES +G11035,F_Eng_RelTec_15_24,Females_Engineering_and_Related_Technologies_Age_15_24_years,G47A,G47a,Age: 15-24 years|FEMALES +G11036,F_Eng_RelTec_25_34,Females_Engineering_and_Related_Technologies_Age_25_34_years,G47A,G47a,Age: 25-34 years|FEMALES +G11037,F_Eng_RelTec_35_44,Females_Engineering_and_Related_Technologies_Age_35_44_years,G47A,G47a,Age: 35-44 years|FEMALES +G11038,F_Eng_RelTec_45_54,Females_Engineering_and_Related_Technologies_Age_45_54_years,G47A,G47a,Age: 45-54 years|FEMALES +G11039,F_Eng_RelTec_55_64,Females_Engineering_and_Related_Technologies_Age_55_64_years,G47A,G47a,Age: 55-64 years|FEMALES +G11040,F_Eng_RelTec_65_74,Females_Engineering_and_Related_Technologies_Age_65_74_years,G47A,G47a,Age: 65-74 years|FEMALES +G11041,F_Eng_RelTec_75_84,Females_Engineering_and_Related_Technologies_Age_75_84_years,G47A,G47a,Age: 75-84 years|FEMALES +G11042,F_Eng_RelTec_85ov,Females_Engineering_and_Related_Technologies_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|FEMALES +G11043,F_Eng_RelTec_Tot,Females_Engineering_and_Related_Technologies_Total,G47A,G47a,Total|FEMALES +G11044,F_ArchtBldng_15_24,Females_Architecture_and_Building_Age_15_24_years,G47A,G47a,Age: 15-24 years|FEMALES +G11045,F_ArchtBldng_25_34,Females_Architecture_and_Building_Age_25_34_years,G47A,G47a,Age: 25-34 years|FEMALES +G11046,F_ArchtBldng_35_44,Females_Architecture_and_Building_Age_35_44_years,G47A,G47a,Age: 35-44 years|FEMALES +G11047,F_ArchtBldng_45_54,Females_Architecture_and_Building_Age_45_54_years,G47A,G47a,Age: 45-54 years|FEMALES +G11048,F_ArchtBldng_55_64,Females_Architecture_and_Building_Age_55_64_years,G47A,G47a,Age: 55-64 years|FEMALES +G11049,F_ArchtBldng_65_74,Females_Architecture_and_Building_Age_65_74_years,G47A,G47a,Age: 65-74 years|FEMALES +G11050,F_ArchtBldng_75_84,Females_Architecture_and_Building_Age_75_84_years,G47A,G47a,Age: 75-84 years|FEMALES +G11051,F_ArchtBldng_85ov,Females_Architecture_and_Building_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|FEMALES +G11052,F_ArchtBldng_Tot,Females_Architecture_and_Building_Total,G47A,G47a,Total|FEMALES +G11053,F_Ag_Envir_Rltd_Sts_15_24,Females_Agriculture_Environmental_and_Related_Studies_Age_15_24_years,G47A,G47a,Age: 15-24 years|FEMALES +G11054,F_Ag_Envir_Rltd_Sts_25_34,Females_Agriculture_Environmental_and_Related_Studies_Age_25_34_years,G47A,G47a,Age: 25-34 years|FEMALES +G11055,F_Ag_Envir_Rltd_Sts_35_44,Females_Agriculture_Environmental_and_Related_Studies_Age_35_44_years,G47A,G47a,Age: 35-44 years|FEMALES +G11056,F_Ag_Envir_Rltd_Sts_45_54,Females_Agriculture_Environmental_and_Related_Studies_Age_45_54_years,G47A,G47a,Age: 45-54 years|FEMALES +G11057,F_Ag_Envir_Rltd_Sts_55_64,Females_Agriculture_Environmental_and_Related_Studies_Age_55_64_years,G47A,G47a,Age: 55-64 years|FEMALES +G11058,F_Ag_Envir_Rltd_Sts_65_74,Females_Agriculture_Environmental_and_Related_Studies_Age_65_74_years,G47A,G47a,Age: 65-74 years|FEMALES +G11059,F_Ag_Envir_Rltd_Sts_75_84,Females_Agriculture_Environmental_and_Related_Studies_Age_75_84_years,G47A,G47a,Age: 75-84 years|FEMALES +G11060,F_Ag_Envir_Rltd_Sts_85ov,Females_Agriculture_Environmental_and_Related_Studies_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|FEMALES +G11061,F_Ag_Envir_Rltd_Sts_Tot,Females_Agriculture_Environmental_and_Related_Studies_Total,G47A,G47a,Total|FEMALES +G11062,F_Health_15_24,Females_Health_Age_15_24_years,G47A,G47a,Age: 15-24 years|FEMALES +G11063,F_Health_25_34,Females_Health_Age_25_34_years,G47A,G47a,Age: 25-34 years|FEMALES +G11064,F_Health_35_44,Females_Health_Age_35_44_years,G47A,G47a,Age: 35-44 years|FEMALES +G11065,F_Health_45_54,Females_Health_Age_45_54_years,G47A,G47a,Age: 45-54 years|FEMALES +G11066,F_Health_55_64,Females_Health_Age_55_64_years,G47A,G47a,Age: 55-64 years|FEMALES +G11067,F_Health_65_74,Females_Health_Age_65_74_years,G47A,G47a,Age: 65-74 years|FEMALES +G11068,F_Health_75_84,Females_Health_Age_75_84_years,G47A,G47a,Age: 75-84 years|FEMALES +G11069,F_Health_85ov,Females_Health_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|FEMALES +G11070,F_Health_Tot,Females_Health_Total,G47A,G47a,Total|FEMALES +G11071,F_Educ_15_24,Females_Education_Age_15_24_years,G47A,G47a,Age: 15-24 years|FEMALES +G11072,F_Educ_25_34,Females_Education_Age_25_34_years,G47A,G47a,Age: 25-34 years|FEMALES +G11073,F_Educ_35_44,Females_Education_Age_35_44_years,G47A,G47a,Age: 35-44 years|FEMALES +G11074,F_Educ_45_54,Females_Education_Age_45_54_years,G47A,G47a,Age: 45-54 years|FEMALES +G11075,F_Educ_55_64,Females_Education_Age_55_64_years,G47A,G47a,Age: 55-64 years|FEMALES +G11076,F_Educ_65_74,Females_Education_Age_65_74_years,G47A,G47a,Age: 65-74 years|FEMALES +G11077,F_Educ_75_84,Females_Education_Age_75_84_years,G47A,G47a,Age: 75-84 years|FEMALES +G11078,F_Educ_85ov,Females_Education_Age_85_years_and_over,G47A,G47a,Age: 85 years and over|FEMALES +G11079,F_Educ_Tot,Females_Education_Total,G47A,G47a,Total|FEMALES +G11080,F_Mgnt_Com_15_24,Females_Management_and_Commerce_Age_15_24_years,G47A,G47a,Age: 15-24 years|FEMALES +G11081,F_Mgnt_Com_25_34,Females_Management_and_Commerce_Age_25_34_years,G47A,G47a,Age: 25-34 years|FEMALES +G11082,F_Mgnt_Com_35_44,Females_Management_and_Commerce_Age_35_44_years,G47B,G47a,Age: 35-44 years|FEMALES +G11083,F_Mgnt_Com_45_54,Females_Management_and_Commerce_Age_45_54_years,G47B,G47a,Age: 45-54 years|FEMALES +G11084,F_Mgnt_Com_55_64,Females_Management_and_Commerce_Age_55_64_years,G47B,G47a,Age: 55-64 years|FEMALES +G11085,F_Mgnt_Com_65_74,Females_Management_and_Commerce_Age_65_74_years,G47B,G47a,Age: 65-74 years|FEMALES +G11086,F_Mgnt_Com_75_84,Females_Management_and_Commerce_Age_75_84_years,G47B,G47a,Age: 75-84 years|FEMALES +G11087,F_Mgnt_Com_85ov,Females_Management_and_Commerce_Age_85_years_and_over,G47B,G47a,Age: 85 years and over|FEMALES +G11088,F_Mgnt_Com_Tot,Females_Management_and_Commerce_Total,G47B,G47a,Total|FEMALES +G11089,F_Society_Cult_15_24,Females_Society_and_Culture_Age_15_24_years,G47B,G47a,Age: 15-24 years|FEMALES +G11090,F_Society_Cult_25_34,Females_Society_and_Culture_Age_25_34_years,G47B,G47a,Age: 25-34 years|FEMALES +G11091,F_Society_Cult_35_44,Females_Society_and_Culture_Age_35_44_years,G47B,G47a,Age: 35-44 years|FEMALES +G11092,F_Society_Cult_45_54,Females_Society_and_Culture_Age_45_54_years,G47B,G47a,Age: 45-54 years|FEMALES +G11093,F_Society_Cult_55_64,Females_Society_and_Culture_Age_55_64_years,G47B,G47a,Age: 55-64 years|FEMALES +G11094,F_Society_Cult_65_74,Females_Society_and_Culture_Age_65_74_years,G47B,G47a,Age: 65-74 years|FEMALES +G11095,F_Society_Cult_75_84,Females_Society_and_Culture_Age_75_84_years,G47B,G47a,Age: 75-84 years|FEMALES +G11096,F_Society_Cult_85ov,Females_Society_and_Culture_Age_85_years_and_over,G47B,G47a,Age: 85 years and over|FEMALES +G11097,F_Society_Cult_Tot,Females_Society_and_Culture_Total,G47B,G47a,Total|FEMALES +G11098,F_Creative_Arts_15_24,Females_Creative_Arts_Age_15_24_years,G47B,G47a,Age: 15-24 years|FEMALES +G11099,F_Creative_Arts_25_34,Females_Creative_Arts_Age_25_34_years,G47B,G47a,Age: 25-34 years|FEMALES +G11100,F_Creative_Arts_35_44,Females_Creative_Arts_Age_35_44_years,G47B,G47a,Age: 35-44 years|FEMALES +G11101,F_Creative_Arts_45_54,Females_Creative_Arts_Age_45_54_years,G47B,G47a,Age: 45-54 years|FEMALES +G11102,F_Creative_Arts_55_64,Females_Creative_Arts_Age_55_64_years,G47B,G47a,Age: 55-64 years|FEMALES +G11103,F_Creative_Arts_65_74,Females_Creative_Arts_Age_65_74_years,G47B,G47a,Age: 65-74 years|FEMALES +G11104,F_Creative_Arts_75_84,Females_Creative_Arts_Age_75_84_years,G47B,G47a,Age: 75-84 years|FEMALES +G11105,F_Creative_Arts_85ov,Females_Creative_Arts_Age_85_years_and_over,G47B,G47a,Age: 85 years and over|FEMALES +G11106,F_Creative_Arts_Tot,Females_Creative_Arts_Total,G47B,G47a,Total|FEMALES +G11107,F_Fd_Hosp_Psnl_Svcs_15_24,Females_Food_Hospitality_and_Personal_Services_Age_15_24_years,G47B,G47a,Age: 15-24 years|FEMALES +G11108,F_Fd_Hosp_Psnl_Svcs_25_34,Females_Food_Hospitality_and_Personal_Services_Age_25_34_years,G47B,G47a,Age: 25-34 years|FEMALES +G11109,F_Fd_Hosp_Psnl_Svcs_35_44,Females_Food_Hospitality_and_Personal_Services_Age_35_44_years,G47B,G47a,Age: 35-44 years|FEMALES +G11110,F_Fd_Hosp_Psnl_Svcs_45_54,Females_Food_Hospitality_and_Personal_Services_Age_45_54_years,G47B,G47a,Age: 45-54 years|FEMALES +G11111,F_Fd_Hosp_Psnl_Svcs_55_64,Females_Food_Hospitality_and_Personal_Services_Age_55_64_years,G47B,G47a,Age: 55-64 years|FEMALES +G11112,F_Fd_Hosp_Psnl_Svcs_65_74,Females_Food_Hospitality_and_Personal_Services_Age_65_74_years,G47B,G47a,Age: 65-74 years|FEMALES +G11113,F_Fd_Hosp_Psnl_Svcs_75_84,Females_Food_Hospitality_and_Personal_Services_Age_75_84_years,G47B,G47a,Age: 75-84 years|FEMALES +G11114,F_Fd_Hosp_Psnl_Svcs_85ov,Females_Food_Hospitality_and_Personal_Services_Age_85_years_and_over,G47B,G47a,Age: 85 years and over|FEMALES +G11115,F_Fd_Hosp_Psnl_Svcs_Tot,Females_Food_Hospitality_and_Personal_Services_Total,G47B,G47a,Total|FEMALES +G11116,F_MixFld_Prgm_15_24,Females_Mixed_Field_Programmes_Age_15_24_years,G47B,G47a,Age: 15-24 years|FEMALES +G11117,F_MixFld_Prgm_25_34,Females_Mixed_Field_Programmes_Age_25_34_years,G47B,G47a,Age: 25-34 years|FEMALES +G11118,F_MixFld_Prgm_35_44,Females_Mixed_Field_Programmes_Age_35_44_years,G47B,G47a,Age: 35-44 years|FEMALES +G11119,F_MixFld_Prgm_45_54,Females_Mixed_Field_Programmes_Age_45_54_years,G47B,G47a,Age: 45-54 years|FEMALES +G11120,F_MixFld_Prgm_55_64,Females_Mixed_Field_Programmes_Age_55_64_years,G47B,G47a,Age: 55-64 years|FEMALES +G11121,F_MixFld_Prgm_65_74,Females_Mixed_Field_Programmes_Age_65_74_years,G47B,G47a,Age: 65-74 years|FEMALES +G11122,F_MixFld_Prgm_75_84,Females_Mixed_Field_Programmes_Age_75_84_years,G47B,G47a,Age: 75-84 years|FEMALES +G11123,F_MixFld_Prgm_85ov,Females_Mixed_Field_Programmes_Age_85_years_and_over,G47B,G47a,Age: 85 years and over|FEMALES +G11124,F_MixFld_Prgm_Tot,Females_Mixed_Field_Programmes_Total,G47B,G47a,Total|FEMALES +G11125,F_FldStd_InadDes_15_24,Females_Field_of_study_inadequately_described_Age_15_24_years,G47B,G47a,Age: 15-24 years|FEMALES +G11126,F_FldStd_InadDes_25_34,Females_Field_of_study_inadequately_described_Age_25_34_years,G47B,G47a,Age: 25-34 years|FEMALES +G11127,F_FldStd_InadDes_35_44,Females_Field_of_study_inadequately_described_Age_35_44_years,G47B,G47a,Age: 35-44 years|FEMALES +G11128,F_FldStd_InadDes_45_54,Females_Field_of_study_inadequately_described_Age_45_54_years,G47B,G47a,Age: 45-54 years|FEMALES +G11129,F_FldStd_InadDes_55_64,Females_Field_of_study_inadequately_described_Age_55_64_years,G47B,G47a,Age: 55-64 years|FEMALES +G11130,F_FldStd_InadDes_65_74,Females_Field_of_study_inadequately_described_Age_65_74_years,G47B,G47a,Age: 65-74 years|FEMALES +G11131,F_FldStd_InadDes_75_84,Females_Field_of_study_inadequately_described_Age_75_84_years,G47B,G47a,Age: 75-84 years|FEMALES +G11132,F_FldStd_InadDes_85ov,Females_Field_of_study_inadequately_described_Age_85_years_and_over,G47B,G47a,Age: 85 years and over|FEMALES +G11133,F_FldStd_InadDes_Tot,Females_Field_of_study_inadequately_described_Total,G47B,G47a,Total|FEMALES +G11134,F_FldStd_NS_15_24,Females_Field_of_study_not_stated_Age_15_24_years,G47B,G47a,Age: 15-24 years|FEMALES +G11135,F_FldStd_NS_25_34,Females_Field_of_study_not_stated_Age_25_34_years,G47B,G47a,Age: 25-34 years|FEMALES +G11136,F_FldStd_NS_35_44,Females_Field_of_study_not_stated_Age_35_44_years,G47B,G47a,Age: 35-44 years|FEMALES +G11137,F_FldStd_NS_45_54,Females_Field_of_study_not_stated_Age_45_54_years,G47B,G47a,Age: 45-54 years|FEMALES +G11138,F_FldStd_NS_55_64,Females_Field_of_study_not_stated_Age_55_64_years,G47B,G47a,Age: 55-64 years|FEMALES +G11139,F_FldStd_NS_65_74,Females_Field_of_study_not_stated_Age_65_74_years,G47B,G47a,Age: 65-74 years|FEMALES +G11140,F_FldStd_NS_75_84,Females_Field_of_study_not_stated_Age_75_84_years,G47B,G47a,Age: 75-84 years|FEMALES +G11141,F_FldStd_NS_85ov,Females_Field_of_study_not_stated_Age_85_years_and_over,G47B,G47a,Age: 85 years and over|FEMALES +G11142,F_FldStd_NS_Tot,Females_Field_of_study_not_stated_Total,G47B,G47a,Total|FEMALES +G11143,F_Tot_15_24,Females_Total_Age_15_24_years,G47B,G47a,Age: 15-24 years|FEMALES +G11144,F_Tot_25_34,Females_Total_Age_25_34_years,G47B,G47a,Age: 25-34 years|FEMALES +G11145,F_Tot_35_44,Females_Total_Age_35_44_years,G47B,G47a,Age: 35-44 years|FEMALES +G11146,F_Tot_45_54,Females_Total_Age_45_54_years,G47B,G47a,Age: 45-54 years|FEMALES +G11147,F_Tot_55_64,Females_Total_Age_55_64_years,G47B,G47a,Age: 55-64 years|FEMALES +G11148,F_Tot_65_74,Females_Total_Age_65_74_years,G47B,G47a,Age: 65-74 years|FEMALES +G11149,F_Tot_75_84,Females_Total_Age_75_84_years,G47B,G47a,Age: 75-84 years|FEMALES +G11150,F_Tot_85ov,Females_Total_Age_85_years_and_over,G47B,G47a,Age: 85 years and over|FEMALES +G11151,F_Tot_Tot,Females_Total_Total,G47B,G47a,Total|FEMALES +G11152,P_NatPhyl_Scn_15_24,Persons_Natural_and_Physical_Sciences_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11153,P_NatPhyl_Scn_25_34,Persons_Natural_and_Physical_Sciences_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11154,P_NatPhyl_Scn_35_44,Persons_Natural_and_Physical_Sciences_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11155,P_NatPhyl_Scn_45_54,Persons_Natural_and_Physical_Sciences_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11156,P_NatPhyl_Scn_55_64,Persons_Natural_and_Physical_Sciences_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11157,P_NatPhyl_Scn_65_74,Persons_Natural_and_Physical_Sciences_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11158,P_NatPhyl_Scn_75_84,Persons_Natural_and_Physical_Sciences_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11159,P_NatPhyl_Scn_85ov,Persons_Natural_and_Physical_Sciences_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11160,P_NatPhyl_Scn_Tot,Persons_Natural_and_Physical_Sciences_Total,G47B,G47b,Total|PERSONS +G11161,P_InfoTech_15_24,Persons_Information_Technology_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11162,P_InfoTech_25_34,Persons_Information_Technology_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11163,P_InfoTech_35_44,Persons_Information_Technology_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11164,P_InfoTech_45_54,Persons_Information_Technology_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11165,P_InfoTech_55_64,Persons_Information_Technology_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11166,P_InfoTech_65_74,Persons_Information_Technology_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11167,P_InfoTech_75_84,Persons_Information_Technology_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11168,P_InfoTech_85ov,Persons_Information_Technology_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11169,P_InfoTech_Tot,Persons_Information_Technology_Total,G47B,G47b,Total|PERSONS +G11170,P_Eng_RelTec_15_24,Persons_Engineering_and_Related_Technologies_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11171,P_Eng_RelTec_25_34,Persons_Engineering_and_Related_Technologies_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11172,P_Eng_RelTec_35_44,Persons_Engineering_and_Related_Technologies_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11173,P_Eng_RelTec_45_54,Persons_Engineering_and_Related_Technologies_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11174,P_Eng_RelTec_55_64,Persons_Engineering_and_Related_Technologies_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11175,P_Eng_RelTec_65_74,Persons_Engineering_and_Related_Technologies_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11176,P_Eng_RelTec_75_84,Persons_Engineering_and_Related_Technologies_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11177,P_Eng_RelTec_85ov,Persons_Engineering_and_Related_Technologies_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11178,P_Eng_RelTec_Tot,Persons_Engineering_and_Related_Technologies_Total,G47B,G47b,Total|PERSONS +G11179,P_ArchtBldng_15_24,Persons_Architecture_and_Building_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11180,P_ArchtBldng_25_34,Persons_Architecture_and_Building_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11181,P_ArchtBldng_35_44,Persons_Architecture_and_Building_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11182,P_ArchtBldng_45_54,Persons_Architecture_and_Building_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11183,P_ArchtBldng_55_64,Persons_Architecture_and_Building_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11184,P_ArchtBldng_65_74,Persons_Architecture_and_Building_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11185,P_ArchtBldng_75_84,Persons_Architecture_and_Building_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11186,P_ArchtBldng_85ov,Persons_Architecture_and_Building_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11187,P_ArchtBldng_Tot,Persons_Architecture_and_Building_Total,G47B,G47b,Total|PERSONS +G11188,P_Ag_Envir_Rltd_Sts_15_24,Persons_Agriculture_Environmental_and_Related_Studies_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11189,P_Ag_Envir_Rltd_Sts_25_34,Persons_Agriculture_Environmental_and_Related_Studies_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11190,P_Ag_Envir_Rltd_Sts_35_44,Persons_Agriculture_Environmental_and_Related_Studies_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11191,P_Ag_Envir_Rltd_Sts_45_54,Persons_Agriculture_Environmental_and_Related_Studies_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11192,P_Ag_Envir_Rltd_Sts_55_64,Persons_Agriculture_Environmental_and_Related_Studies_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11193,P_Ag_Envir_Rltd_Sts_65_74,Persons_Agriculture_Environmental_and_Related_Studies_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11194,P_Ag_Envir_Rltd_Sts_75_84,Persons_Agriculture_Environmental_and_Related_Studies_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11195,P_Ag_Envir_Rltd_Sts_85ov,Persons_Agriculture_Environmental_and_Related_Studies_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11196,P_Ag_Envir_Rltd_Sts_Tot,Persons_Agriculture_Environmental_and_Related_Studies_Total,G47B,G47b,Total|PERSONS +G11197,P_Health_15_24,Persons_Health_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11198,P_Health_25_34,Persons_Health_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11199,P_Health_35_44,Persons_Health_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11200,P_Health_45_54,Persons_Health_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11201,P_Health_55_64,Persons_Health_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11202,P_Health_65_74,Persons_Health_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11203,P_Health_75_84,Persons_Health_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11204,P_Health_85ov,Persons_Health_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11205,P_Health_Tot,Persons_Health_Total,G47B,G47b,Total|PERSONS +G11206,P_Educ_15_24,Persons_Education_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11207,P_Educ_25_34,Persons_Education_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11208,P_Educ_35_44,Persons_Education_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11209,P_Educ_45_54,Persons_Education_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11210,P_Educ_55_64,Persons_Education_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11211,P_Educ_65_74,Persons_Education_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11212,P_Educ_75_84,Persons_Education_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11213,P_Educ_85ov,Persons_Education_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11214,P_Educ_Tot,Persons_Education_Total,G47B,G47b,Total|PERSONS +G11215,P_Mgnt_Com_15_24,Persons_Management_and_Commerce_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11216,P_Mgnt_Com_25_34,Persons_Management_and_Commerce_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11217,P_Mgnt_Com_35_44,Persons_Management_and_Commerce_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11218,P_Mgnt_Com_45_54,Persons_Management_and_Commerce_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11219,P_Mgnt_Com_55_64,Persons_Management_and_Commerce_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11220,P_Mgnt_Com_65_74,Persons_Management_and_Commerce_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11221,P_Mgnt_Com_75_84,Persons_Management_and_Commerce_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11222,P_Mgnt_Com_85ov,Persons_Management_and_Commerce_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11223,P_Mgnt_Com_Tot,Persons_Management_and_Commerce_Total,G47B,G47b,Total|PERSONS +G11224,P_Society_Cult_15_24,Persons_Society_and_Culture_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11225,P_Society_Cult_25_34,Persons_Society_and_Culture_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11226,P_Society_Cult_35_44,Persons_Society_and_Culture_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11227,P_Society_Cult_45_54,Persons_Society_and_Culture_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11228,P_Society_Cult_55_64,Persons_Society_and_Culture_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11229,P_Society_Cult_65_74,Persons_Society_and_Culture_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11230,P_Society_Cult_75_84,Persons_Society_and_Culture_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11231,P_Society_Cult_85ov,Persons_Society_and_Culture_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11232,P_Society_Cult_Tot,Persons_Society_and_Culture_Total,G47B,G47b,Total|PERSONS +G11233,P_Creative_Arts_15_24,Persons_Creative_Arts_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11234,P_Creative_Arts_25_34,Persons_Creative_Arts_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11235,P_Creative_Arts_35_44,Persons_Creative_Arts_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11236,P_Creative_Arts_45_54,Persons_Creative_Arts_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11237,P_Creative_Arts_55_64,Persons_Creative_Arts_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11238,P_Creative_Arts_65_74,Persons_Creative_Arts_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11239,P_Creative_Arts_75_84,Persons_Creative_Arts_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11240,P_Creative_Arts_85ov,Persons_Creative_Arts_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11241,P_Creative_Arts_Tot,Persons_Creative_Arts_Total,G47B,G47b,Total|PERSONS +G11242,P_Fd_Hosp_Psnl_Svcs_15_24,Persons_Food_Hospitality_and_Personal_Services_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11243,P_Fd_Hosp_Psnl_Svcs_25_34,Persons_Food_Hospitality_and_Personal_Services_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11244,P_Fd_Hosp_Psnl_Svcs_35_44,Persons_Food_Hospitality_and_Personal_Services_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11245,P_Fd_Hosp_Psnl_Svcs_45_54,Persons_Food_Hospitality_and_Personal_Services_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11246,P_Fd_Hosp_Psnl_Svcs_55_64,Persons_Food_Hospitality_and_Personal_Services_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11247,P_Fd_Hosp_Psnl_Svcs_65_74,Persons_Food_Hospitality_and_Personal_Services_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11248,P_Fd_Hosp_Psnl_Svcs_75_84,Persons_Food_Hospitality_and_Personal_Services_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11249,P_Fd_Hosp_Psnl_Svcs_85ov,Persons_Food_Hospitality_and_Personal_Services_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11250,P_Fd_Hosp_Psnl_Svcs_Tot,Persons_Food_Hospitality_and_Personal_Services_Total,G47B,G47b,Total|PERSONS +G11251,P_MixFld_Prgm_15_24,Persons_Mixed_Field_Programmes_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11252,P_MixFld_Prgm_25_34,Persons_Mixed_Field_Programmes_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11253,P_MixFld_Prgm_35_44,Persons_Mixed_Field_Programmes_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11254,P_MixFld_Prgm_45_54,Persons_Mixed_Field_Programmes_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11255,P_MixFld_Prgm_55_64,Persons_Mixed_Field_Programmes_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11256,P_MixFld_Prgm_65_74,Persons_Mixed_Field_Programmes_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11257,P_MixFld_Prgm_75_84,Persons_Mixed_Field_Programmes_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11258,P_MixFld_Prgm_85ov,Persons_Mixed_Field_Programmes_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11259,P_MixFld_Prgm_Tot,Persons_Mixed_Field_Programmes_Total,G47B,G47b,Total|PERSONS +G11260,P_FldStd_InadDes_15_24,Persons_Field_of_study_inadequately_described_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11261,P_FldStd_InadDes_25_34,Persons_Field_of_study_inadequately_described_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11262,P_FldStd_InadDes_35_44,Persons_Field_of_study_inadequately_described_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11263,P_FldStd_InadDes_45_54,Persons_Field_of_study_inadequately_described_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11264,P_FldStd_InadDes_55_64,Persons_Field_of_study_inadequately_described_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11265,P_FldStd_InadDes_65_74,Persons_Field_of_study_inadequately_described_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11266,P_FldStd_InadDes_75_84,Persons_Field_of_study_inadequately_described_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11267,P_FldStd_InadDes_85ov,Persons_Field_of_study_inadequately_described_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11268,P_FldStd_InadDes_Tot,Persons_Field_of_study_inadequately_described_Total,G47B,G47b,Total|PERSONS +G11269,P_FldStd_NS_15_24,Persons_Field_of_study_not_stated_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11270,P_FldStd_NS_25_34,Persons_Field_of_study_not_stated_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11271,P_FldStd_NS_35_44,Persons_Field_of_study_not_stated_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11272,P_FldStd_NS_45_54,Persons_Field_of_study_not_stated_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11273,P_FldStd_NS_55_64,Persons_Field_of_study_not_stated_Age_55_64_years,G47B,G47b,Age: 55-64 years|PERSONS +G11274,P_FldStd_NS_65_74,Persons_Field_of_study_not_stated_Age_65_74_years,G47B,G47b,Age: 65-74 years|PERSONS +G11275,P_FldStd_NS_75_84,Persons_Field_of_study_not_stated_Age_75_84_years,G47B,G47b,Age: 75-84 years|PERSONS +G11276,P_FldStd_NS_85ov,Persons_Field_of_study_not_stated_Age_85_years_and_over,G47B,G47b,Age: 85 years and over|PERSONS +G11277,P_FldStd_NS_Tot,Persons_Field_of_study_not_stated_Total,G47B,G47b,Total|PERSONS +G11278,P_Tot_15_24,Persons_Total_Age_15_24_years,G47B,G47b,Age: 15-24 years|PERSONS +G11279,P_Tot_25_34,Persons_Total_Age_25_34_years,G47B,G47b,Age: 25-34 years|PERSONS +G11280,P_Tot_35_44,Persons_Total_Age_35_44_years,G47B,G47b,Age: 35-44 years|PERSONS +G11281,P_Tot_45_54,Persons_Total_Age_45_54_years,G47B,G47b,Age: 45-54 years|PERSONS +G11282,P_Tot_55_64,Persons_Total_Age_55_64_years,G47C,G47b,Age: 55-64 years|PERSONS +G11283,P_Tot_65_74,Persons_Total_Age_65_74_years,G47C,G47b,Age: 65-74 years|PERSONS +G11284,P_Tot_75_84,Persons_Total_Age_75_84_years,G47C,G47b,Age: 75-84 years|PERSONS +G11285,P_Tot_85ov,Persons_Total_Age_85_years_and_over,G47C,G47b,Age: 85 years and over|PERSONS +G11286,P_Tot_Tot,Persons_Total_Total,G47C,G47b,Total|PERSONS +G11287,M_NatPhySci_Occ_Mng,Males_Natural_and_Physical_Sciences_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11288,M_NatPhySci_Occ_Pro,Males_Natural_and_Physical_Sciences_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11289,M_NatPhySci_Occ_TTW,Males_Natural_and_Physical_Sciences_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11290,M_NatPhySci_Occ_CPS,Males_Natural_and_Physical_Sciences_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11291,M_NatPhySci_Occ_CA,Males_Natural_and_Physical_Sciences_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11292,M_NatPhySci_Occ_Sal,Males_Natural_and_Physical_Sciences_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11293,M_NatPhySci_Occ_MOD,Males_Natural_and_Physical_Sciences_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11294,M_NatPhySci_Occ_Lab,Males_Natural_and_Physical_Sciences_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11295,M_NatPhySci_Occ_IDNS,Males_Natural_and_Physical_Sciences_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11296,M_NatPhySci_Total,Males_Natural_and_Physical_Sciences_Total,G48A,G48a,Total|MALES +G11297,M_InfoTechn_Occ_Mng,Males_Information_Technology_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11298,M_InfoTechn_Occ_Pro,Males_Information_Technology_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11299,M_InfoTechn_Occ_TTW,Males_Information_Technology_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11300,M_InfoTechn_Occ_CPS,Males_Information_Technology_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11301,M_InfoTechn_Occ_CA,Males_Information_Technology_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11302,M_InfoTechn_Occ_Sal,Males_Information_Technology_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11303,M_InfoTechn_Occ_MOD,Males_Information_Technology_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11304,M_InfoTechn_Occ_Lab,Males_Information_Technology_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11305,M_InfoTechn_Occ_IDNS,Males_Information_Technology_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11306,M_InfoTechn_Total,Males_Information_Technology_Total,G48A,G48a,Total|MALES +G11307,M_EngRelTech_Occ_Mng,Males_Engineering_and_Related_Technologies_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11308,M_EngRelTech_Occ_Pro,Males_Engineering_and_Related_Technologies_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11309,M_EngRelTech_Occ_TTW,Males_Engineering_and_Related_Technologies_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11310,M_EngRelTech_Occ_CPS,Males_Engineering_and_Related_Technologies_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11311,M_EngRelTech_Occ_CA,Males_Engineering_and_Related_Technologies_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11312,M_EngRelTech_Occ_Sal,Males_Engineering_and_Related_Technologies_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11313,M_EngRelTech_Occ_MOD,Males_Engineering_and_Related_Technologies_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11314,M_EngRelTech_Occ_Lab,Males_Engineering_and_Related_Technologies_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11315,M_EngRelTech_Occ_IDNS,Males_Engineering_and_Related_Technologies_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11316,M_EngRelTech_Total,Males_Engineering_and_Related_Technologies_Total,G48A,G48a,Total|MALES +G11317,M_ArchitBuild_Occ_Mng,Males_Architecture_and_Building_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11318,M_ArchitBuild_Occ_Pro,Males_Architecture_and_Building_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11319,M_ArchitBuild_Occ_TTW,Males_Architecture_and_Building_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11320,M_ArchitBuild_Occ_CPS,Males_Architecture_and_Building_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11321,M_ArchitBuild_Occ_CA,Males_Architecture_and_Building_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11322,M_ArchitBuild_Occ_Sal,Males_Architecture_and_Building_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11323,M_ArchitBuild_Occ_MOD,Males_Architecture_and_Building_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11324,M_ArchitBuild_Occ_Lab,Males_Architecture_and_Building_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11325,M_ArchitBuild_Occ_IDNS,Males_Architecture_and_Building_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11326,M_ArchitBuild_Total,Males_Architecture_and_Building_Total,G48A,G48a,Total|MALES +G11327,M_AgriEnviRelStu_Occ_Mng,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11328,M_AgriEnviRelStu_Occ_Pro,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11329,M_AgriEnviRelStu_Occ_TTW,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11330,M_AgriEnviRelStu_Occ_CPS,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11331,M_AgriEnviRelStu_Occ_CA,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11332,M_AgriEnviRelStu_Occ_Sal,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11333,M_AgriEnviRelStu_Occ_MOD,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11334,M_AgriEnviRelStu_Occ_Lab,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11335,M_AgriEnviRelStu_Occ_IDNS,Males_Agriculture_Environmental_and_Related_Studies_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11336,M_AgriEnviRelStu_Total,Males_Agriculture_Environmental_and_Related_Studies_Total,G48A,G48a,Total|MALES +G11337,M_Health_Occ_Mng,Males_Health_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11338,M_Health_Occ_Pro,Males_Health_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11339,M_Health_Occ_TTW,Males_Health_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11340,M_Health_Occ_CPS,Males_Health_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11341,M_Health_Occ_CA,Males_Health_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11342,M_Health_Occ_Sal,Males_Health_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11343,M_Health_Occ_MOD,Males_Health_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11344,M_Health_Occ_Lab,Males_Health_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11345,M_Health_Occ_IDNS,Males_Health_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11346,M_Health_Total,Males_Health_Total,G48A,G48a,Total|MALES +G11347,M_Educat_Occ_Mng,Males_Education_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11348,M_Educat_Occ_Pro,Males_Education_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11349,M_Educat_Occ_TTW,Males_Education_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11350,M_Educat_Occ_CPS,Males_Education_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11351,M_Educat_Occ_CA,Males_Education_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11352,M_Educat_Occ_Sal,Males_Education_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11353,M_Educat_Occ_MOD,Males_Education_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11354,M_Educat_Occ_Lab,Males_Education_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11355,M_Educat_Occ_IDNS,Males_Education_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11356,M_Educat_Total,Males_Education_Total,G48A,G48a,Total|MALES +G11357,M_ManagCom_Occ_Mng,Males_Management_and_Commerce_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11358,M_ManagCom_Occ_Pro,Males_Management_and_Commerce_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11359,M_ManagCom_Occ_TTW,Males_Management_and_Commerce_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11360,M_ManagCom_Occ_CPS,Males_Management_and_Commerce_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11361,M_ManagCom_Occ_CA,Males_Management_and_Commerce_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11362,M_ManagCom_Occ_Sal,Males_Management_and_Commerce_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11363,M_ManagCom_Occ_MOD,Males_Management_and_Commerce_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11364,M_ManagCom_Occ_Lab,Males_Management_and_Commerce_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11365,M_ManagCom_Occ_IDNS,Males_Management_and_Commerce_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11366,M_ManagCom_Total,Males_Management_and_Commerce_Total,G48A,G48a,Total|MALES +G11367,M_SocietCultu_Occ_Mng,Males_Society_and_Culture_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11368,M_SocietCultu_Occ_Pro,Males_Society_and_Culture_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11369,M_SocietCultu_Occ_TTW,Males_Society_and_Culture_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11370,M_SocietCultu_Occ_CPS,Males_Society_and_Culture_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11371,M_SocietCultu_Occ_CA,Males_Society_and_Culture_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11372,M_SocietCultu_Occ_Sal,Males_Society_and_Culture_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11373,M_SocietCultu_Occ_MOD,Males_Society_and_Culture_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11374,M_SocietCultu_Occ_Lab,Males_Society_and_Culture_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11375,M_SocietCultu_Occ_IDNS,Males_Society_and_Culture_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11376,M_SocietCultu_Total,Males_Society_and_Culture_Total,G48A,G48a,Total|MALES +G11377,M_CreatArt_Occ_Mng,Males_Creative_Arts_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11378,M_CreatArt_Occ_Pro,Males_Creative_Arts_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11379,M_CreatArt_Occ_TTW,Males_Creative_Arts_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11380,M_CreatArt_Occ_CPS,Males_Creative_Arts_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11381,M_CreatArt_Occ_CA,Males_Creative_Arts_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11382,M_CreatArt_Occ_Sal,Males_Creative_Arts_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11383,M_CreatArt_Occ_MOD,Males_Creative_Arts_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11384,M_CreatArt_Occ_Lab,Males_Creative_Arts_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11385,M_CreatArt_Occ_IDNS,Males_Creative_Arts_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11386,M_CreatArt_Total,Males_Creative_Arts_Total,G48A,G48a,Total|MALES +G11387,M_FoodHospPersServ_Occ_Mng,Males_Food_Hospitality_and_Personal_Services_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11388,M_FoodHospPersServ_Occ_Pro,Males_Food_Hospitality_and_Personal_Services_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11389,M_FoodHospPersServ_Occ_TTW,Males_Food_Hospitality_and_Personal_Services_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11390,M_FoodHospPersServ_Occ_CPS,Males_Food_Hospitality_and_Personal_Services_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11391,M_FoodHospPersServ_Occ_CA,Males_Food_Hospitality_and_Personal_Services_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11392,M_FoodHospPersServ_Occ_Sal,Males_Food_Hospitality_and_Personal_Services_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11393,M_FoodHospPersServ_Occ_MOD,Males_Food_Hospitality_and_Personal_Services_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11394,M_FoodHospPersServ_Occ_Lab,Males_Food_Hospitality_and_Personal_Services_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11395,M_FoodHospPersServ_Occ_IDNS,Males_Food_Hospitality_and_Personal_Services_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11396,M_FoodHospPersServ_Total,Males_Food_Hospitality_and_Personal_Services_Total,G48A,G48a,Total|MALES +G11397,M_MixFieldProg_Occ_Mng,Males_Mixed_Field_Programmes_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11398,M_MixFieldProg_Occ_Pro,Males_Mixed_Field_Programmes_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11399,M_MixFieldProg_Occ_TTW,Males_Mixed_Field_Programmes_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11400,M_MixFieldProg_Occ_CPS,Males_Mixed_Field_Programmes_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11401,M_MixFieldProg_Occ_CA,Males_Mixed_Field_Programmes_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11402,M_MixFieldProg_Occ_Sal,Males_Mixed_Field_Programmes_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11403,M_MixFieldProg_Occ_MOD,Males_Mixed_Field_Programmes_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11404,M_MixFieldProg_Occ_Lab,Males_Mixed_Field_Programmes_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11405,M_MixFieldProg_Occ_IDNS,Males_Mixed_Field_Programmes_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11406,M_MixFieldProg_Total,Males_Mixed_Field_Programmes_Total,G48A,G48a,Total|MALES +G11407,M_FS_ID_Occ_Mng,Males_Field_of_study_inadequately_described_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11408,M_FS_ID_Occ_Pro,Males_Field_of_study_inadequately_described_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11409,M_FS_ID_Occ_TTW,Males_Field_of_study_inadequately_described_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11410,M_FS_ID_Occ_CPS,Males_Field_of_study_inadequately_described_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11411,M_FS_ID_Occ_CA,Males_Field_of_study_inadequately_described_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11412,M_FS_ID_Occ_Sal,Males_Field_of_study_inadequately_described_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11413,M_FS_ID_Occ_MOD,Males_Field_of_study_inadequately_described_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11414,M_FS_ID_Occ_Lab,Males_Field_of_study_inadequately_described_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11415,M_FS_ID_Occ_IDNS,Males_Field_of_study_inadequately_described_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11416,M_FS_ID_Total,Males_Field_of_study_inadequately_described_Total,G48A,G48a,Total|MALES +G11417,M_FS_NS_Occ_Mng,Males_Field_of_study_not_stated_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11418,M_FS_NS_Occ_Pro,Males_Field_of_study_not_stated_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11419,M_FS_NS_Occ_TTW,Males_Field_of_study_not_stated_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11420,M_FS_NS_Occ_CPS,Males_Field_of_study_not_stated_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11421,M_FS_NS_Occ_CA,Males_Field_of_study_not_stated_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11422,M_FS_NS_Occ_Sal,Males_Field_of_study_not_stated_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11423,M_FS_NS_Occ_MOD,Males_Field_of_study_not_stated_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11424,M_FS_NS_Occ_Lab,Males_Field_of_study_not_stated_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11425,M_FS_NS_Occ_IDNS,Males_Field_of_study_not_stated_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11426,M_FS_NS_Total,Males_Field_of_study_not_stated_Total,G48A,G48a,Total|MALES +G11427,M_Tot_Occ_Mng,Males_Total_Occupation_Managers,G48A,G48a,Occupation: Managers|MALES +G11428,M_Tot_Occ_Pro,Males_Total_Occupation_Professionals,G48A,G48a,Occupation: Professionals|MALES +G11429,M_Tot_Occ_TTW,Males_Total_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|MALES +G11430,M_Tot_Occ_CPS,Males_Total_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|MALES +G11431,M_Tot_Occ_CA,Males_Total_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|MALES +G11432,M_Tot_Occ_Sal,Males_Total_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|MALES +G11433,M_Tot_Occ_MOD,Males_Total_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|MALES +G11434,M_Tot_Occ_Lab,Males_Total_Occupation_Labourers,G48A,G48a,Occupation: Labourers|MALES +G11435,M_Tot_Occ_IDNS,Males_Total_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|MALES +G11436,M_Total_Total,Males_Total_Total,G48A,G48a,Total|MALES +G11437,F_NatPhySci_Occ_Mng,Females_Natural_and_Physical_Sciences_Occupation_Managers,G48A,G48a,Occupation: Managers|FEMALES +G11438,F_NatPhySci_Occ_Pro,Females_Natural_and_Physical_Sciences_Occupation_Professionals,G48A,G48a,Occupation: Professionals|FEMALES +G11439,F_NatPhySci_Occ_TTW,Females_Natural_and_Physical_Sciences_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|FEMALES +G11440,F_NatPhySci_Occ_CPS,Females_Natural_and_Physical_Sciences_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|FEMALES +G11441,F_NatPhySci_Occ_CA,Females_Natural_and_Physical_Sciences_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|FEMALES +G11442,F_NatPhySci_Occ_Sal,Females_Natural_and_Physical_Sciences_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|FEMALES +G11443,F_NatPhySci_Occ_MOD,Females_Natural_and_Physical_Sciences_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|FEMALES +G11444,F_NatPhySci_Occ_Lab,Females_Natural_and_Physical_Sciences_Occupation_Labourers,G48A,G48a,Occupation: Labourers|FEMALES +G11445,F_NatPhySci_Occ_IDNS,Females_Natural_and_Physical_Sciences_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11446,F_NatPhySci_Total,Females_Natural_and_Physical_Sciences_Total,G48A,G48a,Total|FEMALES +G11447,F_InfoTechn_Occ_Mng,Females_Information_Technology_Occupation_Managers,G48A,G48a,Occupation: Managers|FEMALES +G11448,F_InfoTechn_Occ_Pro,Females_Information_Technology_Occupation_Professionals,G48A,G48a,Occupation: Professionals|FEMALES +G11449,F_InfoTechn_Occ_TTW,Females_Information_Technology_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|FEMALES +G11450,F_InfoTechn_Occ_CPS,Females_Information_Technology_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|FEMALES +G11451,F_InfoTechn_Occ_CA,Females_Information_Technology_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|FEMALES +G11452,F_InfoTechn_Occ_Sal,Females_Information_Technology_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|FEMALES +G11453,F_InfoTechn_Occ_MOD,Females_Information_Technology_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|FEMALES +G11454,F_InfoTechn_Occ_Lab,Females_Information_Technology_Occupation_Labourers,G48A,G48a,Occupation: Labourers|FEMALES +G11455,F_InfoTechn_Occ_IDNS,Females_Information_Technology_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11456,F_InfoTechn_Total,Females_Information_Technology_Total,G48A,G48a,Total|FEMALES +G11457,F_EngRelTech_Occ_Mng,Females_Engineering_and_Related_Technologies_Occupation_Managers,G48A,G48a,Occupation: Managers|FEMALES +G11458,F_EngRelTech_Occ_Pro,Females_Engineering_and_Related_Technologies_Occupation_Professionals,G48A,G48a,Occupation: Professionals|FEMALES +G11459,F_EngRelTech_Occ_TTW,Females_Engineering_and_Related_Technologies_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|FEMALES +G11460,F_EngRelTech_Occ_CPS,Females_Engineering_and_Related_Technologies_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|FEMALES +G11461,F_EngRelTech_Occ_CA,Females_Engineering_and_Related_Technologies_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|FEMALES +G11462,F_EngRelTech_Occ_Sal,Females_Engineering_and_Related_Technologies_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|FEMALES +G11463,F_EngRelTech_Occ_MOD,Females_Engineering_and_Related_Technologies_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|FEMALES +G11464,F_EngRelTech_Occ_Lab,Females_Engineering_and_Related_Technologies_Occupation_Labourers,G48A,G48a,Occupation: Labourers|FEMALES +G11465,F_EngRelTech_Occ_IDNS,Females_Engineering_and_Related_Technologies_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11466,F_EngRelTech_Total,Females_Engineering_and_Related_Technologies_Total,G48A,G48a,Total|FEMALES +G11467,F_ArchitBuild_Occ_Mng,Females_Architecture_and_Building_Occupation_Managers,G48A,G48a,Occupation: Managers|FEMALES +G11468,F_ArchitBuild_Occ_Pro,Females_Architecture_and_Building_Occupation_Professionals,G48A,G48a,Occupation: Professionals|FEMALES +G11469,F_ArchitBuild_Occ_TTW,Females_Architecture_and_Building_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|FEMALES +G11470,F_ArchitBuild_Occ_CPS,Females_Architecture_and_Building_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|FEMALES +G11471,F_ArchitBuild_Occ_CA,Females_Architecture_and_Building_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|FEMALES +G11472,F_ArchitBuild_Occ_Sal,Females_Architecture_and_Building_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|FEMALES +G11473,F_ArchitBuild_Occ_MOD,Females_Architecture_and_Building_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|FEMALES +G11474,F_ArchitBuild_Occ_Lab,Females_Architecture_and_Building_Occupation_Labourers,G48A,G48a,Occupation: Labourers|FEMALES +G11475,F_ArchitBuild_Occ_IDNS,Females_Architecture_and_Building_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11476,F_ArchitBuild_Total,Females_Architecture_and_Building_Total,G48A,G48a,Total|FEMALES +G11477,F_AgriEnviRelStu_Occ_Mng,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Managers,G48A,G48a,Occupation: Managers|FEMALES +G11478,F_AgriEnviRelStu_Occ_Pro,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Professionals,G48A,G48a,Occupation: Professionals|FEMALES +G11479,F_AgriEnviRelStu_Occ_TTW,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Technicians_and_trades_workers,G48A,G48a,Occupation: Technicians & trades workers|FEMALES +G11480,F_AgriEnviRelStu_Occ_CPS,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Community_and_personal_service_workers,G48A,G48a,Occupation: Community & personal service workers|FEMALES +G11481,F_AgriEnviRelStu_Occ_CA,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Clerical_and_administrative_workers,G48A,G48a,Occupation: Clerical & administrative workers|FEMALES +G11482,F_AgriEnviRelStu_Occ_Sal,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Sales_workers,G48A,G48a,Occupation: Sales workers|FEMALES +G11483,F_AgriEnviRelStu_Occ_MOD,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Machinery_operators_and_drivers,G48A,G48a,Occupation: Machinery operators & drivers|FEMALES +G11484,F_AgriEnviRelStu_Occ_Lab,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Labourers,G48A,G48a,Occupation: Labourers|FEMALES +G11485,F_AgriEnviRelStu_Occ_IDNS,Females_Agriculture_Environmental_and_Related_Studies_Occupation_Inadequately_described_Not_stated,G48A,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11486,F_AgriEnviRelStu_Total,Females_Agriculture_Environmental_and_Related_Studies_Total,G48A,G48a,Total|FEMALES +G11487,F_Health_Occ_Mng,Females_Health_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11488,F_Health_Occ_Pro,Females_Health_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11489,F_Health_Occ_TTW,Females_Health_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11490,F_Health_Occ_CPS,Females_Health_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11491,F_Health_Occ_CA,Females_Health_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11492,F_Health_Occ_Sal,Females_Health_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11493,F_Health_Occ_MOD,Females_Health_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11494,F_Health_Occ_Lab,Females_Health_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11495,F_Health_Occ_IDNS,Females_Health_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11496,F_Health_Total,Females_Health_Total,G48B,G48a,Total|FEMALES +G11497,F_Educat_Occ_Mng,Females_Education_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11498,F_Educat_Occ_Pro,Females_Education_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11499,F_Educat_Occ_TTW,Females_Education_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11500,F_Educat_Occ_CPS,Females_Education_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11501,F_Educat_Occ_CA,Females_Education_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11502,F_Educat_Occ_Sal,Females_Education_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11503,F_Educat_Occ_MOD,Females_Education_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11504,F_Educat_Occ_Lab,Females_Education_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11505,F_Educat_Occ_IDNS,Females_Education_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11506,F_Educat_Total,Females_Education_Total,G48B,G48a,Total|FEMALES +G11507,F_ManagCom_Occ_Mng,Females_Management_and_Commerce_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11508,F_ManagCom_Occ_Pro,Females_Management_and_Commerce_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11509,F_ManagCom_Occ_TTW,Females_Management_and_Commerce_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11510,F_ManagCom_Occ_CPS,Females_Management_and_Commerce_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11511,F_ManagCom_Occ_CA,Females_Management_and_Commerce_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11512,F_ManagCom_Occ_Sal,Females_Management_and_Commerce_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11513,F_ManagCom_Occ_MOD,Females_Management_and_Commerce_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11514,F_ManagCom_Occ_Lab,Females_Management_and_Commerce_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11515,F_ManagCom_Occ_IDNS,Females_Management_and_Commerce_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11516,F_ManagCom_Total,Females_Management_and_Commerce_Total,G48B,G48a,Total|FEMALES +G11517,F_SocietCultu_Occ_Mng,Females_Society_and_Culture_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11518,F_SocietCultu_Occ_Pro,Females_Society_and_Culture_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11519,F_SocietCultu_Occ_TTW,Females_Society_and_Culture_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11520,F_SocietCultu_Occ_CPS,Females_Society_and_Culture_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11521,F_SocietCultu_Occ_CA,Females_Society_and_Culture_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11522,F_SocietCultu_Occ_Sal,Females_Society_and_Culture_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11523,F_SocietCultu_Occ_MOD,Females_Society_and_Culture_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11524,F_SocietCultu_Occ_Lab,Females_Society_and_Culture_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11525,F_SocietCultu_Occ_IDNS,Females_Society_and_Culture_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11526,F_SocietCultu_Total,Females_Society_and_Culture_Total,G48B,G48a,Total|FEMALES +G11527,F_CreatArt_Occ_Mng,Females_Creative_Arts_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11528,F_CreatArt_Occ_Pro,Females_Creative_Arts_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11529,F_CreatArt_Occ_TTW,Females_Creative_Arts_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11530,F_CreatArt_Occ_CPS,Females_Creative_Arts_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11531,F_CreatArt_Occ_CA,Females_Creative_Arts_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11532,F_CreatArt_Occ_Sal,Females_Creative_Arts_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11533,F_CreatArt_Occ_MOD,Females_Creative_Arts_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11534,F_CreatArt_Occ_Lab,Females_Creative_Arts_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11535,F_CreatArt_Occ_IDNS,Females_Creative_Arts_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11536,F_CreatArt_Total,Females_Creative_Arts_Total,G48B,G48a,Total|FEMALES +G11537,F_FoodHospPersServ_Occ_Mng,Females_Food_Hospitality_and_Personal_Services_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11538,F_FoodHospPersServ_Occ_Pro,Females_Food_Hospitality_and_Personal_Services_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11539,F_FoodHospPersServ_Occ_TTW,Females_Food_Hospitality_and_Personal_Services_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11540,F_FoodHospPersServ_Occ_CPS,Females_Food_Hospitality_and_Personal_Services_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11541,F_FoodHospPersServ_Occ_CA,Females_Food_Hospitality_and_Personal_Services_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11542,F_FoodHospPersServ_Occ_Sal,Females_Food_Hospitality_and_Personal_Services_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11543,F_FoodHospPersServ_Occ_MOD,Females_Food_Hospitality_and_Personal_Services_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11544,F_FoodHospPersServ_Occ_Lab,Females_Food_Hospitality_and_Personal_Services_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11545,F_FoodHospPersServ_Occ_IDNS,Females_Food_Hospitality_and_Personal_Services_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11546,F_FoodHospPersServ_Total,Females_Food_Hospitality_and_Personal_Services_Total,G48B,G48a,Total|FEMALES +G11547,F_MixFieldProg_Occ_Mng,Females_Mixed_Field_Programmes_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11548,F_MixFieldProg_Occ_Pro,Females_Mixed_Field_Programmes_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11549,F_MixFieldProg_Occ_TTW,Females_Mixed_Field_Programmes_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11550,F_MixFieldProg_Occ_CPS,Females_Mixed_Field_Programmes_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11551,F_MixFieldProg_Occ_CA,Females_Mixed_Field_Programmes_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11552,F_MixFieldProg_Occ_Sal,Females_Mixed_Field_Programmes_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11553,F_MixFieldProg_Occ_MOD,Females_Mixed_Field_Programmes_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11554,F_MixFieldProg_Occ_Lab,Females_Mixed_Field_Programmes_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11555,F_MixFieldProg_Occ_IDNS,Females_Mixed_Field_Programmes_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11556,F_MixFieldProg_Total,Females_Mixed_Field_Programmes_Total,G48B,G48a,Total|FEMALES +G11557,F_FS_ID_Occ_Mng,Females_Field_of_study_inadequately_described_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11558,F_FS_ID_Occ_Pro,Females_Field_of_study_inadequately_described_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11559,F_FS_ID_Occ_TTW,Females_Field_of_study_inadequately_described_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11560,F_FS_ID_Occ_CPS,Females_Field_of_study_inadequately_described_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11561,F_FS_ID_Occ_CA,Females_Field_of_study_inadequately_described_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11562,F_FS_ID_Occ_Sal,Females_Field_of_study_inadequately_described_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11563,F_FS_ID_Occ_MOD,Females_Field_of_study_inadequately_described_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11564,F_FS_ID_Occ_Lab,Females_Field_of_study_inadequately_described_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11565,F_FS_ID_Occ_IDNS,Females_Field_of_study_inadequately_described_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11566,F_FS_ID_Total,Females_Field_of_study_inadequately_described_Total,G48B,G48a,Total|FEMALES +G11567,F_FS_NS_Occ_Mng,Females_Field_of_study_not_stated_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11568,F_FS_NS_Occ_Pro,Females_Field_of_study_not_stated_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11569,F_FS_NS_Occ_TTW,Females_Field_of_study_not_stated_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11570,F_FS_NS_Occ_CPS,Females_Field_of_study_not_stated_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11571,F_FS_NS_Occ_CA,Females_Field_of_study_not_stated_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11572,F_FS_NS_Occ_Sal,Females_Field_of_study_not_stated_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11573,F_FS_NS_Occ_MOD,Females_Field_of_study_not_stated_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11574,F_FS_NS_Occ_Lab,Females_Field_of_study_not_stated_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11575,F_FS_NS_Occ_IDNS,Females_Field_of_study_not_stated_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11576,F_FS_NS_Total,Females_Field_of_study_not_stated_Total,G48B,G48a,Total|FEMALES +G11577,F_Tot_Occ_Mng,Females_Total_Occupation_Managers,G48B,G48a,Occupation: Managers|FEMALES +G11578,F_Tot_Occ_Pro,Females_Total_Occupation_Professionals,G48B,G48a,Occupation: Professionals|FEMALES +G11579,F_Tot_Occ_TTW,Females_Total_Occupation_Technicians_and_trades_workers,G48B,G48a,Occupation: Technicians & trades workers|FEMALES +G11580,F_Tot_Occ_CPS,Females_Total_Occupation_Community_and_personal_service_workers,G48B,G48a,Occupation: Community & personal service workers|FEMALES +G11581,F_Tot_Occ_CA,Females_Total_Occupation_Clerical_and_administrative_workers,G48B,G48a,Occupation: Clerical & administrative workers|FEMALES +G11582,F_Tot_Occ_Sal,Females_Total_Occupation_Sales_workers,G48B,G48a,Occupation: Sales workers|FEMALES +G11583,F_Tot_Occ_MOD,Females_Total_Occupation_Machinery_operators_and_drivers,G48B,G48a,Occupation: Machinery operators & drivers|FEMALES +G11584,F_Tot_Occ_Lab,Females_Total_Occupation_Labourers,G48B,G48a,Occupation: Labourers|FEMALES +G11585,F_Tot_Occ_IDNS,Females_Total_Occupation_Inadequately_described_Not_stated,G48B,G48a,Occupation: Inadequately described/ Not stated|FEMALES +G11586,F_Total_Total,Females_Total_Total,G48B,G48a,Total|FEMALES +G11587,P_NatPhySci_Occ_Mng,Persons_Natural_and_Physical_Sciences_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11588,P_NatPhySci_Occ_Pro,Persons_Natural_and_Physical_Sciences_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11589,P_NatPhySci_Occ_TTW,Persons_Natural_and_Physical_Sciences_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11590,P_NatPhySci_Occ_CPS,Persons_Natural_and_Physical_Sciences_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11591,P_NatPhySci_Occ_CA,Persons_Natural_and_Physical_Sciences_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11592,P_NatPhySci_Occ_Sal,Persons_Natural_and_Physical_Sciences_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11593,P_NatPhySci_Occ_MOD,Persons_Natural_and_Physical_Sciences_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11594,P_NatPhySci_Occ_Lab,Persons_Natural_and_Physical_Sciences_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11595,P_NatPhySci_Occ_IDNS,Persons_Natural_and_Physical_Sciences_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11596,P_NatPhySci_Total,Persons_Natural_and_Physical_Sciences_Total,G48B,G48b,Total|PERSONS +G11597,P_InfoTechn_Occ_Mng,Persons_Information_Technology_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11598,P_InfoTechn_Occ_Pro,Persons_Information_Technology_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11599,P_InfoTechn_Occ_TTW,Persons_Information_Technology_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11600,P_InfoTechn_Occ_CPS,Persons_Information_Technology_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11601,P_InfoTechn_Occ_CA,Persons_Information_Technology_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11602,P_InfoTechn_Occ_Sal,Persons_Information_Technology_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11603,P_InfoTechn_Occ_MOD,Persons_Information_Technology_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11604,P_InfoTechn_Occ_Lab,Persons_Information_Technology_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11605,P_InfoTechn_Occ_IDNS,Persons_Information_Technology_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11606,P_InfoTechn_Total,Persons_Information_Technology_Total,G48B,G48b,Total|PERSONS +G11607,P_EngRelTech_Occ_Mng,Persons_Engineering_and_Related_Technologies_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11608,P_EngRelTech_Occ_Pro,Persons_Engineering_and_Related_Technologies_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11609,P_EngRelTech_Occ_TTW,Persons_Engineering_and_Related_Technologies_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11610,P_EngRelTech_Occ_CPS,Persons_Engineering_and_Related_Technologies_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11611,P_EngRelTech_Occ_CA,Persons_Engineering_and_Related_Technologies_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11612,P_EngRelTech_Occ_Sal,Persons_Engineering_and_Related_Technologies_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11613,P_EngRelTech_Occ_MOD,Persons_Engineering_and_Related_Technologies_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11614,P_EngRelTech_Occ_Lab,Persons_Engineering_and_Related_Technologies_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11615,P_EngRelTech_Occ_IDNS,Persons_Engineering_and_Related_Technologies_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11616,P_EngRelTech_Total,Persons_Engineering_and_Related_Technologies_Total,G48B,G48b,Total|PERSONS +G11617,P_ArchitBuild_Occ_Mng,Persons_Architecture_and_Building_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11618,P_ArchitBuild_Occ_Pro,Persons_Architecture_and_Building_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11619,P_ArchitBuild_Occ_TTW,Persons_Architecture_and_Building_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11620,P_ArchitBuild_Occ_CPS,Persons_Architecture_and_Building_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11621,P_ArchitBuild_Occ_CA,Persons_Architecture_and_Building_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11622,P_ArchitBuild_Occ_Sal,Persons_Architecture_and_Building_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11623,P_ArchitBuild_Occ_MOD,Persons_Architecture_and_Building_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11624,P_ArchitBuild_Occ_Lab,Persons_Architecture_and_Building_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11625,P_ArchitBuild_Occ_IDNS,Persons_Architecture_and_Building_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11626,P_ArchitBuild_Total,Persons_Architecture_and_Building_Total,G48B,G48b,Total|PERSONS +G11627,P_AgriEnviRelStu_Occ_Mng,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11628,P_AgriEnviRelStu_Occ_Pro,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11629,P_AgriEnviRelStu_Occ_TTW,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11630,P_AgriEnviRelStu_Occ_CPS,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11631,P_AgriEnviRelStu_Occ_CA,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11632,P_AgriEnviRelStu_Occ_Sal,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11633,P_AgriEnviRelStu_Occ_MOD,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11634,P_AgriEnviRelStu_Occ_Lab,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11635,P_AgriEnviRelStu_Occ_IDNS,Persons_Agriculture_Environmental_and_Related_Studies_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11636,P_AgriEnviRelStu_Total,Persons_Agriculture_Environmental_and_Related_Studies_Total,G48B,G48b,Total|PERSONS +G11637,P_Health_Occ_Mng,Persons_Health_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11638,P_Health_Occ_Pro,Persons_Health_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11639,P_Health_Occ_TTW,Persons_Health_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11640,P_Health_Occ_CPS,Persons_Health_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11641,P_Health_Occ_CA,Persons_Health_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11642,P_Health_Occ_Sal,Persons_Health_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11643,P_Health_Occ_MOD,Persons_Health_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11644,P_Health_Occ_Lab,Persons_Health_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11645,P_Health_Occ_IDNS,Persons_Health_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11646,P_Health_Total,Persons_Health_Total,G48B,G48b,Total|PERSONS +G11647,P_Educat_Occ_Mng,Persons_Education_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11648,P_Educat_Occ_Pro,Persons_Education_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11649,P_Educat_Occ_TTW,Persons_Education_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11650,P_Educat_Occ_CPS,Persons_Education_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11651,P_Educat_Occ_CA,Persons_Education_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11652,P_Educat_Occ_Sal,Persons_Education_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11653,P_Educat_Occ_MOD,Persons_Education_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11654,P_Educat_Occ_Lab,Persons_Education_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11655,P_Educat_Occ_IDNS,Persons_Education_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11656,P_Educat_Total,Persons_Education_Total,G48B,G48b,Total|PERSONS +G11657,P_ManagCom_Occ_Mng,Persons_Management_and_Commerce_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11658,P_ManagCom_Occ_Pro,Persons_Management_and_Commerce_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11659,P_ManagCom_Occ_TTW,Persons_Management_and_Commerce_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11660,P_ManagCom_Occ_CPS,Persons_Management_and_Commerce_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11661,P_ManagCom_Occ_CA,Persons_Management_and_Commerce_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11662,P_ManagCom_Occ_Sal,Persons_Management_and_Commerce_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11663,P_ManagCom_Occ_MOD,Persons_Management_and_Commerce_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11664,P_ManagCom_Occ_Lab,Persons_Management_and_Commerce_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11665,P_ManagCom_Occ_IDNS,Persons_Management_and_Commerce_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11666,P_ManagCom_Total,Persons_Management_and_Commerce_Total,G48B,G48b,Total|PERSONS +G11667,P_SocietCultu_Occ_Mng,Persons_Society_and_Culture_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11668,P_SocietCultu_Occ_Pro,Persons_Society_and_Culture_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11669,P_SocietCultu_Occ_TTW,Persons_Society_and_Culture_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11670,P_SocietCultu_Occ_CPS,Persons_Society_and_Culture_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11671,P_SocietCultu_Occ_CA,Persons_Society_and_Culture_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11672,P_SocietCultu_Occ_Sal,Persons_Society_and_Culture_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11673,P_SocietCultu_Occ_MOD,Persons_Society_and_Culture_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11674,P_SocietCultu_Occ_Lab,Persons_Society_and_Culture_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11675,P_SocietCultu_Occ_IDNS,Persons_Society_and_Culture_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11676,P_SocietCultu_Total,Persons_Society_and_Culture_Total,G48B,G48b,Total|PERSONS +G11677,P_CreatArt_Occ_Mng,Persons_Creative_Arts_Occupation_Managers,G48B,G48b,Occupation: Managers|PERSONS +G11678,P_CreatArt_Occ_Pro,Persons_Creative_Arts_Occupation_Professionals,G48B,G48b,Occupation: Professionals|PERSONS +G11679,P_CreatArt_Occ_TTW,Persons_Creative_Arts_Occupation_Technicians_and_trades_workers,G48B,G48b,Occupation: Technicians & trades workers|PERSONS +G11680,P_CreatArt_Occ_CPS,Persons_Creative_Arts_Occupation_Community_and_personal_service_workers,G48B,G48b,Occupation: Community & personal service workers|PERSONS +G11681,P_CreatArt_Occ_CA,Persons_Creative_Arts_Occupation_Clerical_and_administrative_workers,G48B,G48b,Occupation: Clerical & administrative workers|PERSONS +G11682,P_CreatArt_Occ_Sal,Persons_Creative_Arts_Occupation_Sales_workers,G48B,G48b,Occupation: Sales workers|PERSONS +G11683,P_CreatArt_Occ_MOD,Persons_Creative_Arts_Occupation_Machinery_operators_and_drivers,G48B,G48b,Occupation: Machinery operators & drivers|PERSONS +G11684,P_CreatArt_Occ_Lab,Persons_Creative_Arts_Occupation_Labourers,G48B,G48b,Occupation: Labourers|PERSONS +G11685,P_CreatArt_Occ_IDNS,Persons_Creative_Arts_Occupation_Inadequately_described_Not_stated,G48B,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11686,P_CreatArt_Total,Persons_Creative_Arts_Total,G48B,G48b,Total|PERSONS +G11687,P_FoodHospPersServ_Occ_Mng,Persons_Food_Hospitality_and_Personal_Services_Occupation_Managers,G48C,G48b,Occupation: Managers|PERSONS +G11688,P_FoodHospPersServ_Occ_Pro,Persons_Food_Hospitality_and_Personal_Services_Occupation_Professionals,G48C,G48b,Occupation: Professionals|PERSONS +G11689,P_FoodHospPersServ_Occ_TTW,Persons_Food_Hospitality_and_Personal_Services_Occupation_Technicians_and_trades_workers,G48C,G48b,Occupation: Technicians & trades workers|PERSONS +G11690,P_FoodHospPersServ_Occ_CPS,Persons_Food_Hospitality_and_Personal_Services_Occupation_Community_and_personal_service_workers,G48C,G48b,Occupation: Community & personal service workers|PERSONS +G11691,P_FoodHospPersServ_Occ_CA,Persons_Food_Hospitality_and_Personal_Services_Occupation_Clerical_and_administrative_workers,G48C,G48b,Occupation: Clerical & administrative workers|PERSONS +G11692,P_FoodHospPersServ_Occ_Sal,Persons_Food_Hospitality_and_Personal_Services_Occupation_Sales_workers,G48C,G48b,Occupation: Sales workers|PERSONS +G11693,P_FoodHospPersServ_Occ_MOD,Persons_Food_Hospitality_and_Personal_Services_Occupation_Machinery_operators_and_drivers,G48C,G48b,Occupation: Machinery operators & drivers|PERSONS +G11694,P_FoodHospPersServ_Occ_Lab,Persons_Food_Hospitality_and_Personal_Services_Occupation_Labourers,G48C,G48b,Occupation: Labourers|PERSONS +G11695,P_FoodHospPersServ_Occ_IDNS,Persons_Food_Hospitality_and_Personal_Services_Occupation_Inadequately_described_Not_stated,G48C,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11696,P_FoodHospPersServ_Total,Persons_Food_Hospitality_and_Personal_Services_Total,G48C,G48b,Total|PERSONS +G11697,P_MixFieldProg_Occ_Mng,Persons_Mixed_Field_Programmes_Occupation_Managers,G48C,G48b,Occupation: Managers|PERSONS +G11698,P_MixFieldProg_Occ_Pro,Persons_Mixed_Field_Programmes_Occupation_Professionals,G48C,G48b,Occupation: Professionals|PERSONS +G11699,P_MixFieldProg_Occ_TTW,Persons_Mixed_Field_Programmes_Occupation_Technicians_and_trades_workers,G48C,G48b,Occupation: Technicians & trades workers|PERSONS +G11700,P_MixFieldProg_Occ_CPS,Persons_Mixed_Field_Programmes_Occupation_Community_and_personal_service_workers,G48C,G48b,Occupation: Community & personal service workers|PERSONS +G11701,P_MixFieldProg_Occ_CA,Persons_Mixed_Field_Programmes_Occupation_Clerical_and_administrative_workers,G48C,G48b,Occupation: Clerical & administrative workers|PERSONS +G11702,P_MixFieldProg_Occ_Sal,Persons_Mixed_Field_Programmes_Occupation_Sales_workers,G48C,G48b,Occupation: Sales workers|PERSONS +G11703,P_MixFieldProg_Occ_MOD,Persons_Mixed_Field_Programmes_Occupation_Machinery_operators_and_drivers,G48C,G48b,Occupation: Machinery operators & drivers|PERSONS +G11704,P_MixFieldProg_Occ_Lab,Persons_Mixed_Field_Programmes_Occupation_Labourers,G48C,G48b,Occupation: Labourers|PERSONS +G11705,P_MixFieldProg_Occ_IDNS,Persons_Mixed_Field_Programmes_Occupation_Inadequately_described_Not_stated,G48C,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11706,P_MixFieldProg_Total,Persons_Mixed_Field_Programmes_Total,G48C,G48b,Total|PERSONS +G11707,P_FS_ID_Occ_Mng,Persons_Field_of_study_inadequately_described_Occupation_Managers,G48C,G48b,Occupation: Managers|PERSONS +G11708,P_FS_ID_Occ_Pro,Persons_Field_of_study_inadequately_described_Occupation_Professionals,G48C,G48b,Occupation: Professionals|PERSONS +G11709,P_FS_ID_Occ_TTW,Persons_Field_of_study_inadequately_described_Occupation_Technicians_and_trades_workers,G48C,G48b,Occupation: Technicians & trades workers|PERSONS +G11710,P_FS_ID_Occ_CPS,Persons_Field_of_study_inadequately_described_Occupation_Community_and_personal_service_workers,G48C,G48b,Occupation: Community & personal service workers|PERSONS +G11711,P_FS_ID_Occ_CA,Persons_Field_of_study_inadequately_described_Occupation_Clerical_and_administrative_workers,G48C,G48b,Occupation: Clerical & administrative workers|PERSONS +G11712,P_FS_ID_Occ_Sal,Persons_Field_of_study_inadequately_described_Occupation_Sales_workers,G48C,G48b,Occupation: Sales workers|PERSONS +G11713,P_FS_ID_Occ_MOD,Persons_Field_of_study_inadequately_described_Occupation_Machinery_operators_and_drivers,G48C,G48b,Occupation: Machinery operators & drivers|PERSONS +G11714,P_FS_ID_Occ_Lab,Persons_Field_of_study_inadequately_described_Occupation_Labourers,G48C,G48b,Occupation: Labourers|PERSONS +G11715,P_FS_ID_Occ_IDNS,Persons_Field_of_study_inadequately_described_Occupation_Inadequately_described_Not_stated,G48C,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11716,P_FS_ID_Total,Persons_Field_of_study_inadequately_described_Total,G48C,G48b,Total|PERSONS +G11717,P_FS_NS_Occ_Mng,Persons_Field_of_study_not_stated_Occupation_Managers,G48C,G48b,Occupation: Managers|PERSONS +G11718,P_FS_NS_Occ_Pro,Persons_Field_of_study_not_stated_Occupation_Professionals,G48C,G48b,Occupation: Professionals|PERSONS +G11719,P_FS_NS_Occ_TTW,Persons_Field_of_study_not_stated_Occupation_Technicians_and_trades_workers,G48C,G48b,Occupation: Technicians & trades workers|PERSONS +G11720,P_FS_NS_Occ_CPS,Persons_Field_of_study_not_stated_Occupation_Community_and_personal_service_workers,G48C,G48b,Occupation: Community & personal service workers|PERSONS +G11721,P_FS_NS_Occ_CA,Persons_Field_of_study_not_stated_Occupation_Clerical_and_administrative_workers,G48C,G48b,Occupation: Clerical & administrative workers|PERSONS +G11722,P_FS_NS_Occ_Sal,Persons_Field_of_study_not_stated_Occupation_Sales_workers,G48C,G48b,Occupation: Sales workers|PERSONS +G11723,P_FS_NS_Occ_MOD,Persons_Field_of_study_not_stated_Occupation_Machinery_operators_and_drivers,G48C,G48b,Occupation: Machinery operators & drivers|PERSONS +G11724,P_FS_NS_Occ_Lab,Persons_Field_of_study_not_stated_Occupation_Labourers,G48C,G48b,Occupation: Labourers|PERSONS +G11725,P_FS_NS_Occ_IDNS,Persons_Field_of_study_not_stated_Occupation_Inadequately_described_Not_stated,G48C,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11726,P_FS_NS_Total,Persons_Field_of_study_not_stated_Total,G48C,G48b,Total|PERSONS +G11727,P_Tot_Occ_Mng,Persons_Total_Occupation_Managers,G48C,G48b,Occupation: Managers|PERSONS +G11728,P_Tot_Occ_Pro,Persons_Total_Occupation_Professionals,G48C,G48b,Occupation: Professionals|PERSONS +G11729,P_Tot_Occ_TTW,Persons_Total_Occupation_Technicians_and_trades_workers,G48C,G48b,Occupation: Technicians & trades workers|PERSONS +G11730,P_Tot_Occ_CPS,Persons_Total_Occupation_Community_and_personal_service_workers,G48C,G48b,Occupation: Community & personal service workers|PERSONS +G11731,P_Tot_Occ_CA,Persons_Total_Occupation_Clerical_and_administrative_workers,G48C,G48b,Occupation: Clerical & administrative workers|PERSONS +G11732,P_Tot_Occ_Sal,Persons_Total_Occupation_Sales_workers,G48C,G48b,Occupation: Sales workers|PERSONS +G11733,P_Tot_Occ_MOD,Persons_Total_Occupation_Machinery_operators_and_drivers,G48C,G48b,Occupation: Machinery operators & drivers|PERSONS +G11734,P_Tot_Occ_Lab,Persons_Total_Occupation_Labourers,G48C,G48b,Occupation: Labourers|PERSONS +G11735,P_Tot_Occ_IDNS,Persons_Total_Occupation_Inadequately_described_Not_stated,G48C,G48b,Occupation: Inadequately described/ Not stated|PERSONS +G11736,P_Total_Total,Persons_Total_Total,G48C,G48b,Total|PERSONS +G11737,M_PoDe_PoDe_NFD_Mng,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11738,M_PoDe_PoDe_NFD_Pro,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11739,M_PoDe_PoDe_NFD_TTW,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11740,M_PoDe_PoDe_NFD_CPS,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11741,M_PoDe_PoDe_NFD_CA,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11742,M_PoDe_PoDe_NFD_Sal,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11743,M_PoDe_PoDe_NFD_MOD,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11744,M_PoDe_PoDe_NFD_Lab,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11745,M_PoDe_PoDe_NFD_IDNS,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11746,M_PoDe_PoDe_NFD_Tot,Males_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Total,G49A,G49a,Total|MALES +G11747,M_PoDe_DoctDe_Mng,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11748,M_PoDe_DoctDe_Pro,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11749,M_PoDe_DoctDe_TTW,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11750,M_PoDe_DoctDe_CPS,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11751,M_PoDe_DoctDe_CA,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11752,M_PoDe_DoctDe_Sal,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11753,M_PoDe_DoctDe_MOD,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11754,M_PoDe_DoctDe_Lab,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11755,M_PoDe_DoctDe_IDNS,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11756,M_PoDe_DoctDe_Tot,Males_Postgraduate_Degree_Level_Doctoral_Degree_Level_Total,G49A,G49a,Total|MALES +G11757,M_PoDe_MasDe_Mng,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11758,M_PoDe_MasDe_Pro,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11759,M_PoDe_MasDe_TTW,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11760,M_PoDe_MasDe_CPS,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11761,M_PoDe_MasDe_CA,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11762,M_PoDe_MasDe_Sal,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11763,M_PoDe_MasDe_MOD,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11764,M_PoDe_MasDe_Lab,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11765,M_PoDe_MasDe_IDNS,Males_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11766,M_PoDe_MasDe_Tot,Males_Postgraduate_Degree_Level_Master_Degree_Level_Total,G49A,G49a,Total|MALES +G11767,M_GrDiGrCer_GrDiGrCerNFD_Mng,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11768,M_GrDiGrCer_GrDiGrCerNFD_Pro,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11769,M_GrDiGrCer_GrDiGrCerNFD_TTW,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11770,M_GrDiGrCer_GrDiGrCerNFD_CPS,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11771,M_GrDiGrCer_GrDiGrCerNFD_CA,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11772,M_GrDiGrCer_GrDiGrCerNFD_Sal,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11773,M_GrDiGrCer_GrDiGrCerNFD_MOD,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11774,M_GrDiGrCer_GrDiGrCerNFD_Lab,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11775,M_GrDiGrCer_GrDiGrCerNFD_IDNS,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11776,M_GrDiGrCer_GrDiGrCerNFD_Tot,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Total,G49A,G49a,Total|MALES +G11777,M_GrDi_GrCer_GrDi_Mng,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11778,M_GrDi_GrCer_GrDi_Pro,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11779,M_GrDi_GrCer_GrDi_TTW,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11780,M_GrDi_GrCer_GrDi_CPS,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11781,M_GrDi_GrCer_GrDi_CA,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11782,M_GrDi_GrCer_GrDi_Sal,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11783,M_GrDi_GrCer_GrDi_MOD,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11784,M_GrDi_GrCer_GrDi_Lab,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11785,M_GrDi_GrCer_GrDi_IDNS,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11786,M_GrDi_GrCer_GrDi_Tot,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Total,G49A,G49a,Total|MALES +G11787,M_GrDi_GrCer_GradCer_Mng,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11788,M_GrDi_GrCer_GradCer_Pro,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11789,M_GrDi_GrCer_GradCer_TTW,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11790,M_GrDi_GrCer_GradCer_CPS,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11791,M_GrDi_GrCer_GradCer_CA,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11792,M_GrDi_GrCer_GradCer_Sal,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11793,M_GrDi_GrCer_GradCer_MOD,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11794,M_GrDi_GrCer_GradCer_Lab,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11795,M_GrDi_GrCer_GradCer_IDNS,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11796,M_GrDi_GrCer_GradCer_Tot,Males_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Total,G49A,G49a,Total|MALES +G11797,M_BaDe_BaDe_Mng,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11798,M_BaDe_BaDe_Pro,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11799,M_BaDe_BaDe_TTW,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11800,M_BaDe_BaDe_CPS,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11801,M_BaDe_BaDe_CA,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11802,M_BaDe_BaDe_Sal,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11803,M_BaDe_BaDe_MOD,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11804,M_BaDe_BaDe_Lab,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11805,M_BaDe_BaDe_IDNS,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11806,M_BaDe_BaDe_Tot,Males_Bachelor_Degree_Level_Bachelor_Degree_Level_Total,G49A,G49a,Total|MALES +G11807,M_AdvDi_Di_AdvDi_Di_NFD_Mng,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11808,M_AdvDi_Di_AdvDi_Di_NFD_Pro,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11809,M_AdvDi_Di_AdvDi_Di_NFD_TTW,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11810,M_AdvDi_Di_AdvDi_Di_NFD_CPS,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11811,M_AdvDi_Di_AdvDi_Di_NFD_CA,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11812,M_AdvDi_Di_AdvDi_Di_NFD_Sal,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11813,M_AdvDi_Di_AdvDi_Di_NFD_MOD,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11814,M_AdvDi_Di_AdvDi_Di_NFD_Lab,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11815,M_AdvDi_Di_AdvDi_Di_NFD_IDNS,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11816,M_AdvDi_Di_AdvDi_Di_NFD_Tot,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Total,G49A,G49a,Total|MALES +G11817,M_AdvDi_Di_AdvDi_AsDe_Mng,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11818,M_AdvDi_Di_AdvDi_AsDe_Pro,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11819,M_AdvDi_Di_AdvDi_AsDe_TTW,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11820,M_AdvDi_Di_AdvDi_AsDe_CPS,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11821,M_AdvDi_Di_AdvDi_AsDe_CA,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11822,M_AdvDi_Di_AdvDi_AsDe_Sal,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11823,M_AdvDi_Di_AdvDi_AsDe_MOD,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11824,M_AdvDi_Di_AdvDi_AsDe_Lab,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11825,M_AdvDi_Di_AdvDi_AsDe_IDNS,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11826,M_AdvDi_Di_AdvDi_AsDe_Tot,Males_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Total,G49A,G49a,Total|MALES +G11827,M_AdvDi_Di_Dip_Mng,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11828,M_AdvDi_Di_Dip_Pro,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11829,M_AdvDi_Di_Dip_TTW,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11830,M_AdvDi_Di_Dip_CPS,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11831,M_AdvDi_Di_Dip_CA,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11832,M_AdvDi_Di_Dip_Sal,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11833,M_AdvDi_Di_Dip_MOD,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11834,M_AdvDi_Di_Dip_Lab,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11835,M_AdvDi_Di_Dip_IDNS,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11836,M_AdvDi_Di_Dip_Tot,Males_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Total,G49A,G49a,Total|MALES +G11837,M_Cert_CertIII_IV_Mng,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11838,M_Cert_CertIII_IV_Pro,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11839,M_Cert_CertIII_IV_TTW,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11840,M_Cert_CertIII_IV_CPS,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11841,M_Cert_CertIII_IV_CA,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11842,M_Cert_CertIII_IV_Sal,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11843,M_Cert_CertIII_IV_MOD,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11844,M_Cert_CertIII_IV_Lab,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11845,M_Cert_CertIII_IV_IDNS,Males_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11846,M_Cert_CertIII_IV_Tot,Males_Certificate_Level_Certificate_III_and_IV_Level_Total,G49A,G49a,Total|MALES +G11847,M_Cert_CertI_II_Mng,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11848,M_Cert_CertI_II_Pro,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11849,M_Cert_CertI_II_TTW,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11850,M_Cert_CertI_II_CPS,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11851,M_Cert_CertI_II_CA,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11852,M_Cert_CertI_II_Sal,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11853,M_Cert_CertI_II_MOD,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11854,M_Cert_CertI_II_Lab,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11855,M_Cert_CertI_II_IDNS,Males_Certificate_Level_Certificate_I_and_II_Level_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11856,M_Cert_CertI_II_Tot,Males_Certificate_Level_Certificate_I_and_II_Level_Total,G49A,G49a,Total|MALES +G11857,M_Cert_Cert_nfd_Mng,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11858,M_Cert_Cert_nfd_Pro,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11859,M_Cert_Cert_nfd_TTW,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11860,M_Cert_Cert_nfd_CPS,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11861,M_Cert_Cert_nfd_CA,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11862,M_Cert_Cert_nfd_Sal,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11863,M_Cert_Cert_nfd_MOD,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11864,M_Cert_Cert_nfd_Lab,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11865,M_Cert_Cert_nfd_IDNS,Males_Certificate_Level_Certificate_Level_nfd_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11866,M_Cert_Cert_nfd_Tot,Males_Certificate_Level_Certificate_Level_nfd_Total,G49A,G49a,Total|MALES +G11867,M_LE_ID_Mng,Males_Level_of_education_inadequately_described_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11868,M_LE_ID_Pro,Males_Level_of_education_inadequately_described_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11869,M_LE_ID_TTW,Males_Level_of_education_inadequately_described_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11870,M_LE_ID_CPS,Males_Level_of_education_inadequately_described_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11871,M_LE_ID_CA,Males_Level_of_education_inadequately_described_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11872,M_LE_ID_Sal,Males_Level_of_education_inadequately_described_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11873,M_LE_ID_MOD,Males_Level_of_education_inadequately_described_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11874,M_LE_ID_Lab,Males_Level_of_education_inadequately_described_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11875,M_LE_ID_IDNS,Males_Level_of_education_inadequately_described_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11876,M_LE_ID_Tot,Males_Level_of_education_inadequately_described_Total,G49A,G49a,Total|MALES +G11877,M_LE_NS_Mng,Males_Level_of_education_not_stated_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11878,M_LE_NS_Pro,Males_Level_of_education_not_stated_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11879,M_LE_NS_TTW,Males_Level_of_education_not_stated_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11880,M_LE_NS_CPS,Males_Level_of_education_not_stated_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11881,M_LE_NS_CA,Males_Level_of_education_not_stated_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11882,M_LE_NS_Sal,Males_Level_of_education_not_stated_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11883,M_LE_NS_MOD,Males_Level_of_education_not_stated_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11884,M_LE_NS_Lab,Males_Level_of_education_not_stated_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11885,M_LE_NS_IDNS,Males_Level_of_education_not_stated_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11886,M_LE_NS_Tot,Males_Level_of_education_not_stated_Total,G49A,G49a,Total|MALES +G11887,M_Tot_Mng,Males_Total_Occupation_Managers,G49A,G49a,Occupation: Managers|MALES +G11888,M_Tot_Pro,Males_Total_Occupation_Professionals,G49A,G49a,Occupation: Professionals|MALES +G11889,M_Tot_TTW,Males_Total_Occupation_Technicians_and_trades_workers,G49A,G49a,Occupation: Technicians & trades workers|MALES +G11890,M_Tot_CPS,Males_Total_Occupation_Community_and_personal_service_workers,G49A,G49a,Occupation: Community & personal service workers|MALES +G11891,M_Tot_CA,Males_Total_Occupation_Clerical_and_administrative_workers,G49A,G49a,Occupation: Clerical & administrative workers|MALES +G11892,M_Tot_Sal,Males_Total_Occupation_Sales_workers,G49A,G49a,Occupation: Sales workers|MALES +G11893,M_Tot_MOD,Males_Total_Occupation_Machinery_operators_and_drivers,G49A,G49a,Occupation: Machinery operators & drivers|MALES +G11894,M_Tot_Lab,Males_Total_Occupation_Labourers,G49A,G49a,Occupation: Labourers|MALES +G11895,M_Tot_IDNS,Males_Total_Occupation_Inadequately_described_Not_stated,G49A,G49a,Occupation: Inadequately described/ Not stated|MALES +G11896,M_Tot_Tot,Males_Total_Total,G49A,G49a,Total|MALES +G11897,F_PoDe_PoDe_NFD_Mng,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Managers,G49A,G49b,Occupation: Managers|FEMALES +G11898,F_PoDe_PoDe_NFD_Pro,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Professionals,G49A,G49b,Occupation: Professionals|FEMALES +G11899,F_PoDe_PoDe_NFD_TTW,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Technicians_and_trades_workers,G49A,G49b,Occupation: Technicians & trades workers|FEMALES +G11900,F_PoDe_PoDe_NFD_CPS,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Community_and_personal_service_workers,G49A,G49b,Occupation: Community & personal service workers|FEMALES +G11901,F_PoDe_PoDe_NFD_CA,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Clerical_and_administrative_workers,G49A,G49b,Occupation: Clerical & administrative workers|FEMALES +G11902,F_PoDe_PoDe_NFD_Sal,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Sales_workers,G49A,G49b,Occupation: Sales workers|FEMALES +G11903,F_PoDe_PoDe_NFD_MOD,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Machinery_operators_and_drivers,G49A,G49b,Occupation: Machinery operators & drivers|FEMALES +G11904,F_PoDe_PoDe_NFD_Lab,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Labourers,G49A,G49b,Occupation: Labourers|FEMALES +G11905,F_PoDe_PoDe_NFD_IDNS,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Inadequately_described_Not_stated,G49A,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11906,F_PoDe_PoDe_NFD_Tot,Females_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Total,G49A,G49b,Total|FEMALES +G11907,F_PoDe_DoctDe_Mng,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Managers,G49A,G49b,Occupation: Managers|FEMALES +G11908,F_PoDe_DoctDe_Pro,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Professionals,G49A,G49b,Occupation: Professionals|FEMALES +G11909,F_PoDe_DoctDe_TTW,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Technicians_and_trades_workers,G49A,G49b,Occupation: Technicians & trades workers|FEMALES +G11910,F_PoDe_DoctDe_CPS,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Community_and_personal_service_workers,G49A,G49b,Occupation: Community & personal service workers|FEMALES +G11911,F_PoDe_DoctDe_CA,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Clerical_and_administrative_workers,G49A,G49b,Occupation: Clerical & administrative workers|FEMALES +G11912,F_PoDe_DoctDe_Sal,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Sales_workers,G49A,G49b,Occupation: Sales workers|FEMALES +G11913,F_PoDe_DoctDe_MOD,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Machinery_operators_and_drivers,G49A,G49b,Occupation: Machinery operators & drivers|FEMALES +G11914,F_PoDe_DoctDe_Lab,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Labourers,G49A,G49b,Occupation: Labourers|FEMALES +G11915,F_PoDe_DoctDe_IDNS,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Inadequately_described_Not_stated,G49A,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11916,F_PoDe_DoctDe_Tot,Females_Postgraduate_Degree_Level_Doctoral_Degree_Level_Total,G49A,G49b,Total|FEMALES +G11917,F_PoDe_MasDe_Mng,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Managers,G49A,G49b,Occupation: Managers|FEMALES +G11918,F_PoDe_MasDe_Pro,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Professionals,G49A,G49b,Occupation: Professionals|FEMALES +G11919,F_PoDe_MasDe_TTW,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Technicians_and_trades_workers,G49A,G49b,Occupation: Technicians & trades workers|FEMALES +G11920,F_PoDe_MasDe_CPS,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Community_and_personal_service_workers,G49A,G49b,Occupation: Community & personal service workers|FEMALES +G11921,F_PoDe_MasDe_CA,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Clerical_and_administrative_workers,G49A,G49b,Occupation: Clerical & administrative workers|FEMALES +G11922,F_PoDe_MasDe_Sal,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Sales_workers,G49A,G49b,Occupation: Sales workers|FEMALES +G11923,F_PoDe_MasDe_MOD,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Machinery_operators_and_drivers,G49A,G49b,Occupation: Machinery operators & drivers|FEMALES +G11924,F_PoDe_MasDe_Lab,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Labourers,G49A,G49b,Occupation: Labourers|FEMALES +G11925,F_PoDe_MasDe_IDNS,Females_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Inadequately_described_Not_stated,G49A,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11926,F_PoDe_MasDe_Tot,Females_Postgraduate_Degree_Level_Master_Degree_Level_Total,G49A,G49b,Total|FEMALES +G11927,F_GrDiGrCer_GrDiGrCerNFD_Mng,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Managers,G49A,G49b,Occupation: Managers|FEMALES +G11928,F_GrDiGrCer_GrDiGrCerNFD_Pro,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Professionals,G49A,G49b,Occupation: Professionals|FEMALES +G11929,F_GrDiGrCer_GrDiGrCerNFD_TTW,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Technicians_and_trades_workers,G49A,G49b,Occupation: Technicians & trades workers|FEMALES +G11930,F_GrDiGrCer_GrDiGrCerNFD_CPS,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Community_and_personal_service_workers,G49A,G49b,Occupation: Community & personal service workers|FEMALES +G11931,F_GrDiGrCer_GrDiGrCerNFD_CA,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Clerical_and_administrative_workers,G49A,G49b,Occupation: Clerical & administrative workers|FEMALES +G11932,F_GrDiGrCer_GrDiGrCerNFD_Sal,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Sales_workers,G49A,G49b,Occupation: Sales workers|FEMALES +G11933,F_GrDiGrCer_GrDiGrCerNFD_MOD,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Machinery_operators_and_drivers,G49A,G49b,Occupation: Machinery operators & drivers|FEMALES +G11934,F_GrDiGrCer_GrDiGrCerNFD_Lab,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Labourers,G49A,G49b,Occupation: Labourers|FEMALES +G11935,F_GrDiGrCer_GrDiGrCerNFD_IDNS,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Inadequately_described_Not_stated,G49A,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11936,F_GrDiGrCer_GrDiGrCerNFD_Tot,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Total,G49A,G49b,Total|FEMALES +G11937,F_GrDi_GrCer_GrDi_Mng,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G11938,F_GrDi_GrCer_GrDi_Pro,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G11939,F_GrDi_GrCer_GrDi_TTW,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G11940,F_GrDi_GrCer_GrDi_CPS,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G11941,F_GrDi_GrCer_GrDi_CA,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G11942,F_GrDi_GrCer_GrDi_Sal,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G11943,F_GrDi_GrCer_GrDi_MOD,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G11944,F_GrDi_GrCer_GrDi_Lab,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G11945,F_GrDi_GrCer_GrDi_IDNS,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11946,F_GrDi_GrCer_GrDi_Tot,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Total,G49B,G49b,Total|FEMALES +G11947,F_GrDi_GrCer_GradCer_Mng,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G11948,F_GrDi_GrCer_GradCer_Pro,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G11949,F_GrDi_GrCer_GradCer_TTW,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G11950,F_GrDi_GrCer_GradCer_CPS,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G11951,F_GrDi_GrCer_GradCer_CA,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G11952,F_GrDi_GrCer_GradCer_Sal,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G11953,F_GrDi_GrCer_GradCer_MOD,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G11954,F_GrDi_GrCer_GradCer_Lab,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G11955,F_GrDi_GrCer_GradCer_IDNS,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11956,F_GrDi_GrCer_GradCer_Tot,Females_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Total,G49B,G49b,Total|FEMALES +G11957,F_BaDe_BaDe_Mng,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G11958,F_BaDe_BaDe_Pro,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G11959,F_BaDe_BaDe_TTW,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G11960,F_BaDe_BaDe_CPS,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G11961,F_BaDe_BaDe_CA,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G11962,F_BaDe_BaDe_Sal,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G11963,F_BaDe_BaDe_MOD,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G11964,F_BaDe_BaDe_Lab,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G11965,F_BaDe_BaDe_IDNS,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11966,F_BaDe_BaDe_Tot,Females_Bachelor_Degree_Level_Bachelor_Degree_Level_Total,G49B,G49b,Total|FEMALES +G11967,F_AdvDi_Di_AdvDi_Di_NFD_Mng,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G11968,F_AdvDi_Di_AdvDi_Di_NFD_Pro,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G11969,F_AdvDi_Di_AdvDi_Di_NFD_TTW,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G11970,F_AdvDi_Di_AdvDi_Di_NFD_CPS,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G11971,F_AdvDi_Di_AdvDi_Di_NFD_CA,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G11972,F_AdvDi_Di_AdvDi_Di_NFD_Sal,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G11973,F_AdvDi_Di_AdvDi_Di_NFD_MOD,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G11974,F_AdvDi_Di_AdvDi_Di_NFD_Lab,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G11975,F_AdvDi_Di_AdvDi_Di_NFD_IDNS,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11976,F_AdvDi_Di_AdvDi_Di_NFD_Tot,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Total,G49B,G49b,Total|FEMALES +G11977,F_AdvDi_Di_AdvDi_AsDe_Mng,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G11978,F_AdvDi_Di_AdvDi_AsDe_Pro,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G11979,F_AdvDi_Di_AdvDi_AsDe_TTW,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G11980,F_AdvDi_Di_AdvDi_AsDe_CPS,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G11981,F_AdvDi_Di_AdvDi_AsDe_CA,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G11982,F_AdvDi_Di_AdvDi_AsDe_Sal,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G11983,F_AdvDi_Di_AdvDi_AsDe_MOD,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G11984,F_AdvDi_Di_AdvDi_AsDe_Lab,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G11985,F_AdvDi_Di_AdvDi_AsDe_IDNS,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11986,F_AdvDi_Di_AdvDi_AsDe_Tot,Females_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Associate_Degree_Level_Total,G49B,G49b,Total|FEMALES +G11987,F_AdvDi_Di_Dip_Mng,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G11988,F_AdvDi_Di_Dip_Pro,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G11989,F_AdvDi_Di_Dip_TTW,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G11990,F_AdvDi_Di_Dip_CPS,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G11991,F_AdvDi_Di_Dip_CA,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G11992,F_AdvDi_Di_Dip_Sal,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G11993,F_AdvDi_Di_Dip_MOD,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G11994,F_AdvDi_Di_Dip_Lab,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G11995,F_AdvDi_Di_Dip_IDNS,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G11996,F_AdvDi_Di_Dip_Tot,Females_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Total,G49B,G49b,Total|FEMALES +G11997,F_Cert_CertIII_IV_Mng,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G11998,F_Cert_CertIII_IV_Pro,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G11999,F_Cert_CertIII_IV_TTW,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G12000,F_Cert_CertIII_IV_CPS,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G12001,F_Cert_CertIII_IV_CA,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G12002,F_Cert_CertIII_IV_Sal,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G12003,F_Cert_CertIII_IV_MOD,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G12004,F_Cert_CertIII_IV_Lab,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G12005,F_Cert_CertIII_IV_IDNS,Females_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G12006,F_Cert_CertIII_IV_Tot,Females_Certificate_Level_Certificate_III_and_IV_Level_Total,G49B,G49b,Total|FEMALES +G12007,F_Cert_CertI_II_Mng,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G12008,F_Cert_CertI_II_Pro,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G12009,F_Cert_CertI_II_TTW,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G12010,F_Cert_CertI_II_CPS,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G12011,F_Cert_CertI_II_CA,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G12012,F_Cert_CertI_II_Sal,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G12013,F_Cert_CertI_II_MOD,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G12014,F_Cert_CertI_II_Lab,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G12015,F_Cert_CertI_II_IDNS,Females_Certificate_Level_Certificate_I_and_II_Level_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G12016,F_Cert_CertI_II_Tot,Females_Certificate_Level_Certificate_I_and_II_Level_Total,G49B,G49b,Total|FEMALES +G12017,F_Cert_Cert_nfd_Mng,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G12018,F_Cert_Cert_nfd_Pro,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G12019,F_Cert_Cert_nfd_TTW,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G12020,F_Cert_Cert_nfd_CPS,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G12021,F_Cert_Cert_nfd_CA,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G12022,F_Cert_Cert_nfd_Sal,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G12023,F_Cert_Cert_nfd_MOD,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G12024,F_Cert_Cert_nfd_Lab,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G12025,F_Cert_Cert_nfd_IDNS,Females_Certificate_Level_Certificate_Level_nfd_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G12026,F_Cert_Cert_nfd_Tot,Females_Certificate_Level_Certificate_Level_nfd_Total,G49B,G49b,Total|FEMALES +G12027,F_LE_ID_Mng,Females_Level_of_education_inadequately_described_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G12028,F_LE_ID_Pro,Females_Level_of_education_inadequately_described_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G12029,F_LE_ID_TTW,Females_Level_of_education_inadequately_described_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G12030,F_LE_ID_CPS,Females_Level_of_education_inadequately_described_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G12031,F_LE_ID_CA,Females_Level_of_education_inadequately_described_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G12032,F_LE_ID_Sal,Females_Level_of_education_inadequately_described_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G12033,F_LE_ID_MOD,Females_Level_of_education_inadequately_described_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G12034,F_LE_ID_Lab,Females_Level_of_education_inadequately_described_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G12035,F_LE_ID_IDNS,Females_Level_of_education_inadequately_described_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G12036,F_LE_ID_Tot,Females_Level_of_education_inadequately_described_Total,G49B,G49b,Total|FEMALES +G12037,F_LE_NS_Mng,Females_Level_of_education_not_stated_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G12038,F_LE_NS_Pro,Females_Level_of_education_not_stated_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G12039,F_LE_NS_TTW,Females_Level_of_education_not_stated_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G12040,F_LE_NS_CPS,Females_Level_of_education_not_stated_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G12041,F_LE_NS_CA,Females_Level_of_education_not_stated_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G12042,F_LE_NS_Sal,Females_Level_of_education_not_stated_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G12043,F_LE_NS_MOD,Females_Level_of_education_not_stated_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G12044,F_LE_NS_Lab,Females_Level_of_education_not_stated_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G12045,F_LE_NS_IDNS,Females_Level_of_education_not_stated_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G12046,F_LE_NS_Tot,Females_Level_of_education_not_stated_Total,G49B,G49b,Total|FEMALES +G12047,F_Tot_Mng,Females_Total_Occupation_Managers,G49B,G49b,Occupation: Managers|FEMALES +G12048,F_Tot_Pro,Females_Total_Occupation_Professionals,G49B,G49b,Occupation: Professionals|FEMALES +G12049,F_Tot_TTW,Females_Total_Occupation_Technicians_and_trades_workers,G49B,G49b,Occupation: Technicians & trades workers|FEMALES +G12050,F_Tot_CPS,Females_Total_Occupation_Community_and_personal_service_workers,G49B,G49b,Occupation: Community & personal service workers|FEMALES +G12051,F_Tot_CA,Females_Total_Occupation_Clerical_and_administrative_workers,G49B,G49b,Occupation: Clerical & administrative workers|FEMALES +G12052,F_Tot_Sal,Females_Total_Occupation_Sales_workers,G49B,G49b,Occupation: Sales workers|FEMALES +G12053,F_Tot_MOD,Females_Total_Occupation_Machinery_operators_and_drivers,G49B,G49b,Occupation: Machinery operators & drivers|FEMALES +G12054,F_Tot_Lab,Females_Total_Occupation_Labourers,G49B,G49b,Occupation: Labourers|FEMALES +G12055,F_Tot_IDNS,Females_Total_Occupation_Inadequately_described_Not_stated,G49B,G49b,Occupation: Inadequately described/ Not stated|FEMALES +G12056,F_Tot_Tot,Females_Total_Total,G49B,G49b,Total|FEMALES +G12057,P_PoDe_PoDe_NFD_Mng,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Managers,G49B,G49c,Occupation: Managers|PERSONS +G12058,P_PoDe_PoDe_NFD_Pro,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Professionals,G49B,G49c,Occupation: Professionals|PERSONS +G12059,P_PoDe_PoDe_NFD_TTW,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Technicians_and_trades_workers,G49B,G49c,Occupation: Technicians & trades workers|PERSONS +G12060,P_PoDe_PoDe_NFD_CPS,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Community_and_personal_service_workers,G49B,G49c,Occupation: Community & personal service workers|PERSONS +G12061,P_PoDe_PoDe_NFD_CA,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Clerical_and_administrative_workers,G49B,G49c,Occupation: Clerical & administrative workers|PERSONS +G12062,P_PoDe_PoDe_NFD_Sal,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Sales_workers,G49B,G49c,Occupation: Sales workers|PERSONS +G12063,P_PoDe_PoDe_NFD_MOD,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Machinery_operators_and_drivers,G49B,G49c,Occupation: Machinery operators & drivers|PERSONS +G12064,P_PoDe_PoDe_NFD_Lab,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Labourers,G49B,G49c,Occupation: Labourers|PERSONS +G12065,P_PoDe_PoDe_NFD_IDNS,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Occupation_Inadequately_described_Not_stated,G49B,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12066,P_PoDe_PoDe_NFD_Tot,Persons_Postgraduate_Degree_Level_Postgraduate_Degree_Level_nfd_Total,G49B,G49c,Total|PERSONS +G12067,P_PoDe_DoctDe_Mng,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Managers,G49B,G49c,Occupation: Managers|PERSONS +G12068,P_PoDe_DoctDe_Pro,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Professionals,G49B,G49c,Occupation: Professionals|PERSONS +G12069,P_PoDe_DoctDe_TTW,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Technicians_and_trades_workers,G49B,G49c,Occupation: Technicians & trades workers|PERSONS +G12070,P_PoDe_DoctDe_CPS,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Community_and_personal_service_workers,G49B,G49c,Occupation: Community & personal service workers|PERSONS +G12071,P_PoDe_DoctDe_CA,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Clerical_and_administrative_workers,G49B,G49c,Occupation: Clerical & administrative workers|PERSONS +G12072,P_PoDe_DoctDe_Sal,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Sales_workers,G49B,G49c,Occupation: Sales workers|PERSONS +G12073,P_PoDe_DoctDe_MOD,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Machinery_operators_and_drivers,G49B,G49c,Occupation: Machinery operators & drivers|PERSONS +G12074,P_PoDe_DoctDe_Lab,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Labourers,G49B,G49c,Occupation: Labourers|PERSONS +G12075,P_PoDe_DoctDe_IDNS,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Occupation_Inadequately_described_Not_stated,G49B,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12076,P_PoDe_DoctDe_Tot,Persons_Postgraduate_Degree_Level_Doctoral_Degree_Level_Total,G49B,G49c,Total|PERSONS +G12077,P_PoDe_MasDe_Mng,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Managers,G49B,G49c,Occupation: Managers|PERSONS +G12078,P_PoDe_MasDe_Pro,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Professionals,G49B,G49c,Occupation: Professionals|PERSONS +G12079,P_PoDe_MasDe_TTW,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Technicians_and_trades_workers,G49B,G49c,Occupation: Technicians & trades workers|PERSONS +G12080,P_PoDe_MasDe_CPS,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Community_and_personal_service_workers,G49B,G49c,Occupation: Community & personal service workers|PERSONS +G12081,P_PoDe_MasDe_CA,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Clerical_and_administrative_workers,G49B,G49c,Occupation: Clerical & administrative workers|PERSONS +G12082,P_PoDe_MasDe_Sal,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Sales_workers,G49B,G49c,Occupation: Sales workers|PERSONS +G12083,P_PoDe_MasDe_MOD,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Machinery_operators_and_drivers,G49B,G49c,Occupation: Machinery operators & drivers|PERSONS +G12084,P_PoDe_MasDe_Lab,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Labourers,G49B,G49c,Occupation: Labourers|PERSONS +G12085,P_PoDe_MasDe_IDNS,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Occupation_Inadequately_described_Not_stated,G49B,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12086,P_PoDe_MasDe_Tot,Persons_Postgraduate_Degree_Level_Master_Degree_Level_Total,G49B,G49c,Total|PERSONS +G12087,P_GrDiGrCer_GrDiGrCerNFD_Mng,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Managers,G49B,G49c,Occupation: Managers|PERSONS +G12088,P_GrDiGrCer_GrDiGrCerNFD_Pro,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Professionals,G49B,G49c,Occupation: Professionals|PERSONS +G12089,P_GrDiGrCer_GrDiGrCerNFD_TTW,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Technicians_and_trades_workers,G49B,G49c,Occupation: Technicians & trades workers|PERSONS +G12090,P_GrDiGrCer_GrDiGrCerNFD_CPS,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Community_and_personal_service_workers,G49B,G49c,Occupation: Community & personal service workers|PERSONS +G12091,P_GrDiGrCer_GrDiGrCerNFD_CA,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Clerical_and_administrative_workers,G49B,G49c,Occupation: Clerical & administrative workers|PERSONS +G12092,P_GrDiGrCer_GrDiGrCerNFD_Sal,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Sales_workers,G49B,G49c,Occupation: Sales workers|PERSONS +G12093,P_GrDiGrCer_GrDiGrCerNFD_MOD,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Machinery_operators_and_drivers,G49B,G49c,Occupation: Machinery operators & drivers|PERSONS +G12094,P_GrDiGrCer_GrDiGrCerNFD_Lab,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Labourers,G49B,G49c,Occupation: Labourers|PERSONS +G12095,P_GrDiGrCer_GrDiGrCerNFD_IDNS,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Occupation_Inadequately_described_Not_stated,G49B,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12096,P_GrDiGrCer_GrDiGrCerNFD_Tot,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_and_Graduate_Certificate_Level_nfd_Total,G49B,G49c,Total|PERSONS +G12097,P_GrDi_GrCer_GrDi_Mng,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Managers,G49B,G49c,Occupation: Managers|PERSONS +G12098,P_GrDi_GrCer_GrDi_Pro,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Professionals,G49B,G49c,Occupation: Professionals|PERSONS +G12099,P_GrDi_GrCer_GrDi_TTW,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Technicians_and_trades_workers,G49B,G49c,Occupation: Technicians & trades workers|PERSONS +G12100,P_GrDi_GrCer_GrDi_CPS,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Community_and_personal_service_workers,G49B,G49c,Occupation: Community & personal service workers|PERSONS +G12101,P_GrDi_GrCer_GrDi_CA,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Clerical_and_administrative_workers,G49B,G49c,Occupation: Clerical & administrative workers|PERSONS +G12102,P_GrDi_GrCer_GrDi_Sal,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Sales_workers,G49B,G49c,Occupation: Sales workers|PERSONS +G12103,P_GrDi_GrCer_GrDi_MOD,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Machinery_operators_and_drivers,G49B,G49c,Occupation: Machinery operators & drivers|PERSONS +G12104,P_GrDi_GrCer_GrDi_Lab,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Labourers,G49B,G49c,Occupation: Labourers|PERSONS +G12105,P_GrDi_GrCer_GrDi_IDNS,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Occupation_Inadequately_described_Not_stated,G49B,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12106,P_GrDi_GrCer_GrDi_Tot,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Diploma_Level_Total,G49B,G49c,Total|PERSONS +G12107,P_GrDi_GrCer_GradCer_Mng,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Managers,G49B,G49c,Occupation: Managers|PERSONS +G12108,P_GrDi_GrCer_GradCer_Pro,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Professionals,G49B,G49c,Occupation: Professionals|PERSONS +G12109,P_GrDi_GrCer_GradCer_TTW,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Technicians_and_trades_workers,G49B,G49c,Occupation: Technicians & trades workers|PERSONS +G12110,P_GrDi_GrCer_GradCer_CPS,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Community_and_personal_service_workers,G49B,G49c,Occupation: Community & personal service workers|PERSONS +G12111,P_GrDi_GrCer_GradCer_CA,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Clerical_and_administrative_workers,G49B,G49c,Occupation: Clerical & administrative workers|PERSONS +G12112,P_GrDi_GrCer_GradCer_Sal,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Sales_workers,G49B,G49c,Occupation: Sales workers|PERSONS +G12113,P_GrDi_GrCer_GradCer_MOD,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Machinery_operators_and_drivers,G49B,G49c,Occupation: Machinery operators & drivers|PERSONS +G12114,P_GrDi_GrCer_GradCer_Lab,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Labourers,G49B,G49c,Occupation: Labourers|PERSONS +G12115,P_GrDi_GrCer_GradCer_IDNS,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Occupation_Inadequately_described_Not_stated,G49B,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12116,P_GrDi_GrCer_GradCer_Tot,Persons_Graduate_Diploma_and_Graduate_Certificate_Level_Graduate_Certificate_Level_Total,G49B,G49c,Total|PERSONS +G12117,P_BaDe_BaDe_Mng,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Managers,G49B,G49c,Occupation: Managers|PERSONS +G12118,P_BaDe_BaDe_Pro,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Professionals,G49B,G49c,Occupation: Professionals|PERSONS +G12119,P_BaDe_BaDe_TTW,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Technicians_and_trades_workers,G49B,G49c,Occupation: Technicians & trades workers|PERSONS +G12120,P_BaDe_BaDe_CPS,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Community_and_personal_service_workers,G49B,G49c,Occupation: Community & personal service workers|PERSONS +G12121,P_BaDe_BaDe_CA,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Clerical_and_administrative_workers,G49B,G49c,Occupation: Clerical & administrative workers|PERSONS +G12122,P_BaDe_BaDe_Sal,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Sales_workers,G49B,G49c,Occupation: Sales workers|PERSONS +G12123,P_BaDe_BaDe_MOD,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Machinery_operators_and_drivers,G49B,G49c,Occupation: Machinery operators & drivers|PERSONS +G12124,P_BaDe_BaDe_Lab,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Labourers,G49B,G49c,Occupation: Labourers|PERSONS +G12125,P_BaDe_BaDe_IDNS,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Occupation_Inadequately_described_Not_stated,G49B,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12126,P_BaDe_BaDe_Tot,Persons_Bachelor_Degree_Level_Bachelor_Degree_Level_Total,G49B,G49c,Total|PERSONS +G12127,P_AdvDi_Di_AdvDi_Di_NFD_Mng,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Managers,G49B,G49c,Occupation: Managers|PERSONS +G12128,P_AdvDi_Di_AdvDi_Di_NFD_Pro,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Professionals,G49B,G49c,Occupation: Professionals|PERSONS +G12129,P_AdvDi_Di_AdvDi_Di_NFD_TTW,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Technicians_and_trades_workers,G49B,G49c,Occupation: Technicians & trades workers|PERSONS +G12130,P_AdvDi_Di_AdvDi_Di_NFD_CPS,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Community_and_personal_service_workers,G49B,G49c,Occupation: Community & personal service workers|PERSONS +G12131,P_AdvDi_Di_AdvDi_Di_NFD_CA,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Clerical_and_administrative_workers,G49B,G49c,Occupation: Clerical & administrative workers|PERSONS +G12132,P_AdvDi_Di_AdvDi_Di_NFD_Sal,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Sales_workers,G49B,G49c,Occupation: Sales workers|PERSONS +G12133,P_AdvDi_Di_AdvDi_Di_NFD_MOD,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Machinery_operators_and_drivers,G49B,G49c,Occupation: Machinery operators & drivers|PERSONS +G12134,P_AdvDi_Di_AdvDi_Di_NFD_Lab,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Labourers,G49B,G49c,Occupation: Labourers|PERSONS +G12135,P_AdvDi_Di_AdvDi_Di_NFD_IDNS,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Occupation_Inadequately_described_Not_stated,G49B,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12136,P_AdvDi_Di_AdvDi_Di_NFD_Tot,Persons_Advanced_Diploma_and_Diploma_Level_Advanced_Diploma_and_Diploma_Level_nfd_Total,G49B,G49c,Total|PERSONS +G12137,P_AdvDi_Di_AdvDi_AsDe_Mng,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Managers,G49C,G49c,Occupation: Managers|PERSONS +G12138,P_AdvDi_Di_AdvDi_AsDe_Pro,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Professionals,G49C,G49c,Occupation: Professionals|PERSONS +G12139,P_AdvDi_Di_AdvDi_AsDe_TTW,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Technicians_and_trades_workers,G49C,G49c,Occupation: Technicians & trades workers|PERSONS +G12140,P_AdvDi_Di_AdvDi_AsDe_CPS,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Community_and_personal_service_workers,G49C,G49c,Occupation: Community & personal service workers|PERSONS +G12141,P_AdvDi_Di_AdvDi_AsDe_CA,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Clerical_and_administrative_workers,G49C,G49c,Occupation: Clerical & administrative workers|PERSONS +G12142,P_AdvDi_Di_AdvDi_AsDe_Sal,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Sales_workers,G49C,G49c,Occupation: Sales workers|PERSONS +G12143,P_AdvDi_Di_AdvDi_AsDe_MOD,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Machinery_operators_and_drivers,G49C,G49c,Occupation: Machinery operators & drivers|PERSONS +G12144,P_AdvDi_Di_AdvDi_AsDe_Lab,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Labourers,G49C,G49c,Occupation: Labourers|PERSONS +G12145,P_AdvDi_Di_AdvDi_AsDe_IDNS,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Occupation_Inadequately_described_Not_stated,G49C,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12146,P_AdvDi_Di_AdvDi_AsDe_Tot,Persons_Advanced_Diploma_and_Diploma_Advanced_Diploma_and_Associate_Degree_Level_Total,G49C,G49c,Total|PERSONS +G12147,P_AdvDi_Di_Dip_Mng,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Managers,G49C,G49c,Occupation: Managers|PERSONS +G12148,P_AdvDi_Di_Dip_Pro,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Professionals,G49C,G49c,Occupation: Professionals|PERSONS +G12149,P_AdvDi_Di_Dip_TTW,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Technicians_and_trades_workers,G49C,G49c,Occupation: Technicians & trades workers|PERSONS +G12150,P_AdvDi_Di_Dip_CPS,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Community_and_personal_service_workers,G49C,G49c,Occupation: Community & personal service workers|PERSONS +G12151,P_AdvDi_Di_Dip_CA,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Clerical_and_administrative_workers,G49C,G49c,Occupation: Clerical & administrative workers|PERSONS +G12152,P_AdvDi_Di_Dip_Sal,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Sales_workers,G49C,G49c,Occupation: Sales workers|PERSONS +G12153,P_AdvDi_Di_Dip_MOD,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Machinery_operators_and_drivers,G49C,G49c,Occupation: Machinery operators & drivers|PERSONS +G12154,P_AdvDi_Di_Dip_Lab,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Labourers,G49C,G49c,Occupation: Labourers|PERSONS +G12155,P_AdvDi_Di_Dip_IDNS,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Occupation_Inadequately_described_Not_stated,G49C,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12156,P_AdvDi_Di_Dip_Tot,Persons_Advanced_Diploma_and_Diploma_Level_Diploma_Level_Total,G49C,G49c,Total|PERSONS +G12157,P_Cert_CertIII_IV_Mng,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Managers,G49C,G49c,Occupation: Managers|PERSONS +G12158,P_Cert_CertIII_IV_Pro,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Professionals,G49C,G49c,Occupation: Professionals|PERSONS +G12159,P_Cert_CertIII_IV_TTW,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Technicians_and_trades_workers,G49C,G49c,Occupation: Technicians & trades workers|PERSONS +G12160,P_Cert_CertIII_IV_CPS,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Community_and_personal_service_workers,G49C,G49c,Occupation: Community & personal service workers|PERSONS +G12161,P_Cert_CertIII_IV_CA,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Clerical_and_administrative_workers,G49C,G49c,Occupation: Clerical & administrative workers|PERSONS +G12162,P_Cert_CertIII_IV_Sal,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Sales_workers,G49C,G49c,Occupation: Sales workers|PERSONS +G12163,P_Cert_CertIII_IV_MOD,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Machinery_operators_and_drivers,G49C,G49c,Occupation: Machinery operators & drivers|PERSONS +G12164,P_Cert_CertIII_IV_Lab,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Labourers,G49C,G49c,Occupation: Labourers|PERSONS +G12165,P_Cert_CertIII_IV_IDNS,Persons_Certificate_Level_Certificate_III_and_IV_Level_Occupation_Inadequately_described_Not_stated,G49C,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12166,P_Cert_CertIII_IV_Tot,Persons_Certificate_Level_Certificate_III_and_IV_Level_Total,G49C,G49c,Total|PERSONS +G12167,P_Cert_CertI_II_Mng,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Managers,G49C,G49c,Occupation: Managers|PERSONS +G12168,P_Cert_CertI_II_Pro,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Professionals,G49C,G49c,Occupation: Professionals|PERSONS +G12169,P_Cert_CertI_II_TTW,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Technicians_and_trades_workers,G49C,G49c,Occupation: Technicians & trades workers|PERSONS +G12170,P_Cert_CertI_II_CPS,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Community_and_personal_service_workers,G49C,G49c,Occupation: Community & personal service workers|PERSONS +G12171,P_Cert_CertI_II_CA,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Clerical_and_administrative_workers,G49C,G49c,Occupation: Clerical & administrative workers|PERSONS +G12172,P_Cert_CertI_II_Sal,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Sales_workers,G49C,G49c,Occupation: Sales workers|PERSONS +G12173,P_Cert_CertI_II_MOD,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Machinery_operators_and_drivers,G49C,G49c,Occupation: Machinery operators & drivers|PERSONS +G12174,P_Cert_CertI_II_Lab,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Labourers,G49C,G49c,Occupation: Labourers|PERSONS +G12175,P_Cert_CertI_II_IDNS,Persons_Certificate_Level_Certificate_I_and_II_Level_Occupation_Inadequately_described_Not_stated,G49C,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12176,P_Cert_CertI_II_Tot,Persons_Certificate_Level_Certificate_I_and_II_Level_Total,G49C,G49c,Total|PERSONS +G12177,P_Cert_Cert_nfd_Mng,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Managers,G49C,G49c,Occupation: Managers|PERSONS +G12178,P_Cert_Cert_nfd_Pro,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Professionals,G49C,G49c,Occupation: Professionals|PERSONS +G12179,P_Cert_Cert_nfd_TTW,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Technicians_and_trades_workers,G49C,G49c,Occupation: Technicians & trades workers|PERSONS +G12180,P_Cert_Cert_nfd_CPS,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Community_and_personal_service_workers,G49C,G49c,Occupation: Community & personal service workers|PERSONS +G12181,P_Cert_Cert_nfd_CA,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Clerical_and_administrative_workers,G49C,G49c,Occupation: Clerical & administrative workers|PERSONS +G12182,P_Cert_Cert_nfd_Sal,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Sales_workers,G49C,G49c,Occupation: Sales workers|PERSONS +G12183,P_Cert_Cert_nfd_MOD,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Machinery_operators_and_drivers,G49C,G49c,Occupation: Machinery operators & drivers|PERSONS +G12184,P_Cert_Cert_nfd_Lab,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Labourers,G49C,G49c,Occupation: Labourers|PERSONS +G12185,P_Cert_Cert_nfd_IDNS,Persons_Certificate_Level_Certificate_Level_nfd_Occupation_Inadequately_described_Not_stated,G49C,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12186,P_Cert_Cert_nfd_Tot,Persons_Certificate_Level_Certificate_Level_nfd_Total,G49C,G49c,Total|PERSONS +G12187,P_LE_ID_Mng,Persons_Level_of_education_inadequately_described_Occupation_Managers,G49C,G49c,Occupation: Managers|PERSONS +G12188,P_LE_ID_Pro,Persons_Level_of_education_inadequately_described_Occupation_Professionals,G49C,G49c,Occupation: Professionals|PERSONS +G12189,P_LE_ID_TTW,Persons_Level_of_education_inadequately_described_Occupation_Technicians_and_trades_workers,G49C,G49c,Occupation: Technicians & trades workers|PERSONS +G12190,P_LE_ID_CPS,Persons_Level_of_education_inadequately_described_Occupation_Community_and_personal_service_workers,G49C,G49c,Occupation: Community & personal service workers|PERSONS +G12191,P_LE_ID_CA,Persons_Level_of_education_inadequately_described_Occupation_Clerical_and_administrative_workers,G49C,G49c,Occupation: Clerical & administrative workers|PERSONS +G12192,P_LE_ID_Sal,Persons_Level_of_education_inadequately_described_Occupation_Sales_workers,G49C,G49c,Occupation: Sales workers|PERSONS +G12193,P_LE_ID_MOD,Persons_Level_of_education_inadequately_described_Occupation_Machinery_operators_and_drivers,G49C,G49c,Occupation: Machinery operators & drivers|PERSONS +G12194,P_LE_ID_Lab,Persons_Level_of_education_inadequately_described_Occupation_Labourers,G49C,G49c,Occupation: Labourers|PERSONS +G12195,P_LE_ID_IDNS,Persons_Level_of_education_inadequately_described_Occupation_Inadequately_described_Not_stated,G49C,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12196,P_LE_ID_Tot,Persons_Level_of_education_inadequately_described_Total,G49C,G49c,Total|PERSONS +G12197,P_LE_NS_Mng,Persons_Level_of_education_not_stated_Occupation_Managers,G49C,G49c,Occupation: Managers|PERSONS +G12198,P_LE_NS_Pro,Persons_Level_of_education_not_stated_Occupation_Professionals,G49C,G49c,Occupation: Professionals|PERSONS +G12199,P_LE_NS_TTW,Persons_Level_of_education_not_stated_Occupation_Technicians_and_trades_workers,G49C,G49c,Occupation: Technicians & trades workers|PERSONS +G12200,P_LE_NS_CPS,Persons_Level_of_education_not_stated_Occupation_Community_and_personal_service_workers,G49C,G49c,Occupation: Community & personal service workers|PERSONS +G12201,P_LE_NS_CA,Persons_Level_of_education_not_stated_Occupation_Clerical_and_administrative_workers,G49C,G49c,Occupation: Clerical & administrative workers|PERSONS +G12202,P_LE_NS_Sal,Persons_Level_of_education_not_stated_Occupation_Sales_workers,G49C,G49c,Occupation: Sales workers|PERSONS +G12203,P_LE_NS_MOD,Persons_Level_of_education_not_stated_Occupation_Machinery_operators_and_drivers,G49C,G49c,Occupation: Machinery operators & drivers|PERSONS +G12204,P_LE_NS_Lab,Persons_Level_of_education_not_stated_Occupation_Labourers,G49C,G49c,Occupation: Labourers|PERSONS +G12205,P_LE_NS_IDNS,Persons_Level_of_education_not_stated_Occupation_Inadequately_described_Not_stated,G49C,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12206,P_LE_NS_Tot,Persons_Level_of_education_not_stated_Total,G49C,G49c,Total|PERSONS +G12207,P_Tot_Mng,Persons_Total_Occupation_Managers,G49C,G49c,Occupation: Managers|PERSONS +G12208,P_Tot_Pro,Persons_Total_Occupation_Professionals,G49C,G49c,Occupation: Professionals|PERSONS +G12209,P_Tot_TTW,Persons_Total_Occupation_Technicians_and_trades_workers,G49C,G49c,Occupation: Technicians & trades workers|PERSONS +G12210,P_Tot_CPS,Persons_Total_Occupation_Community_and_personal_service_workers,G49C,G49c,Occupation: Community & personal service workers|PERSONS +G12211,P_Tot_CA,Persons_Total_Occupation_Clerical_and_administrative_workers,G49C,G49c,Occupation: Clerical & administrative workers|PERSONS +G12212,P_Tot_Sal,Persons_Total_Occupation_Sales_workers,G49C,G49c,Occupation: Sales workers|PERSONS +G12213,P_Tot_MOD,Persons_Total_Occupation_Machinery_operators_and_drivers,G49C,G49c,Occupation: Machinery operators & drivers|PERSONS +G12214,P_Tot_Lab,Persons_Total_Occupation_Labourers,G49C,G49c,Occupation: Labourers|PERSONS +G12215,P_Tot_IDNS,Persons_Total_Occupation_Inadequately_described_Not_stated,G49C,G49c,Occupation: Inadequately described/ Not stated|PERSONS +G12216,P_Tot_Tot,Persons_Total_Total,G49C,G49c,Total|PERSONS +G12217,M_AgriForestFish_PD,Males_Agriculture_forestry_and_fishing_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12218,M_AgriForestFish_GD_GC,Males_Agriculture_forestry_and_fishing_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12219,M_AgriForestFish_BD,Males_Agriculture_forestry_and_fishing_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12220,M_AgriForestFish_AdD_D,Males_Agriculture_forestry_and_fishing_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12221,M_AgriForestFish_Cert,Males_Agriculture_forestry_and_fishing_Certificate_Level,G50A,G50a,Certificate|MALES +G12222,M_AgriForestFish_ID_NS,Males_Agriculture_forestry_and_fishing_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12223,M_AgriForestFish_ToT,Males_Agriculture_forestry_and_fishing_Total,G50A,G50a,Total|MALES +G12224,M_Min_PD,Males_Mining_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12225,M_Min_GD_GC,Males_Mining_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12226,M_Min_BD,Males_Mining_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12227,M_Min_AdD_D,Males_Mining_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12228,M_Min_Cert,Males_Mining_Certificate_Level,G50A,G50a,Certificate|MALES +G12229,M_Min_ID_NS,Males_Mining_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12230,M_Min_ToT,Males_Mining_Total,G50A,G50a,Total|MALES +G12231,M_Mnfg_PD,Males_Manufacturing_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12232,M_Mnfg_GD_GC,Males_Manufacturing_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12233,M_Mnfg_BD,Males_Manufacturing_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12234,M_Mnfg_AdD_D,Males_Manufacturing_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12235,M_Mnfg_Cert,Males_Manufacturing_Certificate_Level,G50A,G50a,Certificate|MALES +G12236,M_Mnfg_ID_NS,Males_Manufacturing_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12237,M_Mnfg_ToT,Males_Manufacturing_Total,G50A,G50a,Total|MALES +G12238,M_EGW_WS_PD,Males_Electricity_gas_water_and_waste_services_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12239,M_EGW_WS_GD_GC,Males_Electricity_gas_water_and_waste_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12240,M_EGW_WS_BD,Males_Electricity_gas_water_and_waste_services_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12241,M_EGW_WS_AdD_D,Males_Electricity_gas_water_and_waste_services_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12242,M_EGW_WS_Cert,Males_Electricity_gas_water_and_waste_services_Certificate_Level,G50A,G50a,Certificate|MALES +G12243,M_EGW_WS_ID_NS,Males_Electricity_gas_water_and_waste_services_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12244,M_EGW_WS_ToT,Males_Electricity_gas_water_and_waste_services_Total,G50A,G50a,Total|MALES +G12245,M_Cnstn_PD,Males_Construction_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12246,M_Cnstn_GD_GC,Males_Construction_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12247,M_Cnstn_BD,Males_Construction_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12248,M_Cnstn_AdD_D,Males_Construction_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12249,M_Cnstn_Cert,Males_Construction_Certificate_Level,G50A,G50a,Certificate|MALES +G12250,M_Cnstn_ID_NS,Males_Construction_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12251,M_Cnstn_ToT,Males_Construction_Total,G50A,G50a,Total|MALES +G12252,M_WTrade_PD,Males_Wholesale_trade_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12253,M_WTrade_GD_GC,Males_Wholesale_trade_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12254,M_WTrade_BD,Males_Wholesale_trade_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12255,M_WTrade_AdD_D,Males_Wholesale_trade_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12256,M_WTrade_Cert,Males_Wholesale_trade_Certificate_Level,G50A,G50a,Certificate|MALES +G12257,M_WTrade_ID_NS,Males_Wholesale_trade_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12258,M_WTrade_ToT,Males_Wholesale_trade_Total,G50A,G50a,Total|MALES +G12259,M_RTrade_PD,Males_Retail_trade_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12260,M_RTrade_GD_GC,Males_Retail_trade_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12261,M_RTrade_BD,Males_Retail_trade_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12262,M_RTrade_AdD_D,Males_Retail_trade_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12263,M_RTrade_Cert,Males_Retail_trade_Certificate_Level,G50A,G50a,Certificate|MALES +G12264,M_RTrade_ID_NS,Males_Retail_trade_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12265,M_RTrade_ToT,Males_Retail_trade_Total,G50A,G50a,Total|MALES +G12266,M_AccomFoodS_PD,Males_Accommodation_and_food_services_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12267,M_AccomFoodS_GD_GC,Males_Accommodation_and_food_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12268,M_AccomFoodS_BD,Males_Accommodation_and_food_services_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12269,M_AccomFoodS_AdD_D,Males_Accommodation_and_food_services_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12270,M_AccomFoodS_Cert,Males_Accommodation_and_food_services_Certificate_Level,G50A,G50a,Certificate|MALES +G12271,M_AccomFoodS_ID_NS,Males_Accommodation_and_food_services_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12272,M_AccomFoodS_ToT,Males_Accommodation_and_food_services_Total,G50A,G50a,Total|MALES +G12273,M_TransPostWhse_PD,Males_Transport_postal_and_warehousing_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12274,M_TransPostWhse_GD_GC,Males_Transport_postal_and_warehousing_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12275,M_TransPostWhse_BD,Males_Transport_postal_and_warehousing_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12276,M_TransPostWhse_AdD_D,Males_Transport_postal_and_warehousing_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12277,M_TransPostWhse_Cert,Males_Transport_postal_and_warehousing_Certificate_Level,G50A,G50a,Certificate|MALES +G12278,M_TransPostWhse_ID_NS,Males_Transport_postal_and_warehousing_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12279,M_TransPostWhse_ToT,Males_Transport_postal_and_warehousing_Total,G50A,G50a,Total|MALES +G12280,M_InfoMedTelecom_PD,Males_Information_media_and_telecommunications_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12281,M_InfoMedTelecom_GD_GC,Males_Information_media_and_telecommunications_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12282,M_InfoMedTelecom_BD,Males_Information_media_and_telecommunications_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12283,M_InfoMedTelecom_AdD_D,Males_Information_media_and_telecommunications_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12284,M_InfoMedTelecom_Cert,Males_Information_media_and_telecommunications_Certificate_Level,G50A,G50a,Certificate|MALES +G12285,M_InfoMedTelecom_ID_NS,Males_Information_media_and_telecommunications_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12286,M_InfoMedTelecom_ToT,Males_Information_media_and_telecommunications_Total,G50A,G50a,Total|MALES +G12287,M_FinInsurS_PD,Males_Financial_and_insurance_services_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12288,M_FinInsurS_GD_GC,Males_Financial_and_insurance_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12289,M_FinInsurS_BD,Males_Financial_and_insurance_services_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12290,M_FinInsurS_AdD_D,Males_Financial_and_insurance_services_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12291,M_FinInsurS_Cert,Males_Financial_and_insurance_services_Certificate_Level,G50A,G50a,Certificate|MALES +G12292,M_FinInsurS_ID_NS,Males_Financial_and_insurance_services_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12293,M_FinInsurS_ToT,Males_Financial_and_insurance_services_Total,G50A,G50a,Total|MALES +G12294,M_RentHirREserv_PD,Males_Rental_hiring_and_real_estate_services_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12295,M_RentHirREserv_GD_GC,Males_Rental_hiring_and_real_estate_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12296,M_RentHirREserv_BD,Males_Rental_hiring_and_real_estate_services_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12297,M_RentHirREserv_AdD_D,Males_Rental_hiring_and_real_estate_services_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12298,M_RentHirREserv_Cert,Males_Rental_hiring_and_real_estate_services_Certificate_Level,G50A,G50a,Certificate|MALES +G12299,M_RentHirREserv_ID_NS,Males_Rental_hiring_and_real_estate_services_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12300,M_RentHirREserv_ToT,Males_Rental_hiring_and_real_estate_services_Total,G50A,G50a,Total|MALES +G12301,M_ProScieTechServ_PD,Males_Professional_scientific_and_technical_services_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12302,M_ProScieTechServ_GD_GC,Males_Professional_scientific_and_technical_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12303,M_ProScieTechServ_BD,Males_Professional_scientific_and_technical_services_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12304,M_ProScieTechServ_AdD_D,Males_Professional_scientific_and_technical_services_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12305,M_ProScieTechServ_Cert,Males_Professional_scientific_and_technical_services_Certificate_Level,G50A,G50a,Certificate|MALES +G12306,M_ProScieTechServ_ID_NS,Males_Professional_scientific_and_technical_services_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12307,M_ProScieTechServ_ToT,Males_Professional_scientific_and_technical_services_Total,G50A,G50a,Total|MALES +G12308,M_AdminSupServ_PD,Males_Administrative_and_support_services_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12309,M_AdminSupServ_GD_GC,Males_Administrative_and_support_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12310,M_AdminSupServ_BD,Males_Administrative_and_support_services_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12311,M_AdminSupServ_AdD_D,Males_Administrative_and_support_services_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12312,M_AdminSupServ_Cert,Males_Administrative_and_support_services_Certificate_Level,G50A,G50a,Certificate|MALES +G12313,M_AdminSupServ_ID_NS,Males_Administrative_and_support_services_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12314,M_AdminSupServ_ToT,Males_Administrative_and_support_services_Total,G50A,G50a,Total|MALES +G12315,M_PubAdmiSafety_PD,Males_Public_administration_and_safety_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12316,M_PubAdmiSafety_GD_GC,Males_Public_administration_and_safety_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12317,M_PubAdmiSafety_BD,Males_Public_administration_and_safety_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12318,M_PubAdmiSafety_AdD_D,Males_Public_administration_and_safety_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12319,M_PubAdmiSafety_Cert,Males_Public_administration_and_safety_Certificate_Level,G50A,G50a,Certificate|MALES +G12320,M_PubAdmiSafety_ID_NS,Males_Public_administration_and_safety_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12321,M_PubAdmiSafety_ToT,Males_Public_administration_and_safety_Total,G50A,G50a,Total|MALES +G12322,M_EducTrain_PD,Males_Education_and_training_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12323,M_EducTrain_GD_GC,Males_Education_and_training_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12324,M_EducTrain_BD,Males_Education_and_training_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12325,M_EducTrain_AdD_D,Males_Education_and_training_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12326,M_EducTrain_Cert,Males_Education_and_training_Certificate_Level,G50A,G50a,Certificate|MALES +G12327,M_EducTrain_ID_NS,Males_Education_and_training_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12328,M_EducTrain_ToT,Males_Education_and_training_Total,G50A,G50a,Total|MALES +G12329,M_HealthCareSocA_PD,Males_Health_care_and_social_assistance_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12330,M_HealthCareSocA_GD_GC,Males_Health_care_and_social_assistance_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12331,M_HealthCareSocA_BD,Males_Health_care_and_social_assistance_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12332,M_HealthCareSocA_AdD_D,Males_Health_care_and_social_assistance_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12333,M_HealthCareSocA_Cert,Males_Health_care_and_social_assistance_Certificate_Level,G50A,G50a,Certificate|MALES +G12334,M_HealthCareSocA_ID_NS,Males_Health_care_and_social_assistance_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12335,M_HealthCareSocA_ToT,Males_Health_care_and_social_assistance_Total,G50A,G50a,Total|MALES +G12336,M_ArtRecServ_PD,Males_Arts_and_recreation_services_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12337,M_ArtRecServ_GD_GC,Males_Arts_and_recreation_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12338,M_ArtRecServ_BD,Males_Arts_and_recreation_services_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12339,M_ArtRecServ_AdD_D,Males_Arts_and_recreation_services_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12340,M_ArtRecServ_Cert,Males_Arts_and_recreation_services_Certificate_Level,G50A,G50a,Certificate|MALES +G12341,M_ArtRecServ_ID_NS,Males_Arts_and_recreation_services_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12342,M_ArtRecServ_ToT,Males_Arts_and_recreation_services_Total,G50A,G50a,Total|MALES +G12343,M_OthServ_PD,Males_Other_services_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12344,M_OthServ_GD_GC,Males_Other_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12345,M_OthServ_BD,Males_Other_services_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12346,M_OthServ_AdD_D,Males_Other_services_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12347,M_OthServ_Cert,Males_Other_services_Certificate_Level,G50A,G50a,Certificate|MALES +G12348,M_OthServ_ID_NS,Males_Other_services_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12349,M_OthServ_ToT,Males_Other_services_Total,G50A,G50a,Total|MALES +G12350,M_ID_NS_PD,Males_Inadequately_described_Not_stated_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12351,M_ID_NS_GD_GC,Males_Inadequately_described_Not_stated_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12352,M_ID_NS_BD,Males_Inadequately_described_Not_stated_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12353,M_ID_NS_AdD_D,Males_Inadequately_described_Not_stated_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12354,M_ID_NS_Cert,Males_Inadequately_described_Not_stated_Certificate_Level,G50A,G50a,Certificate|MALES +G12355,M_ID_NS_ID_NS,Males_Inadequately_described_Not_stated_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12356,M_ID_NS_ToT,Males_Inadequately_described_Not_stated_Total,G50A,G50a,Total|MALES +G12357,M_ToT_PD,Males_Total_Postgraduate_Degree_Level,G50A,G50a,Postgraduate Degree|MALES +G12358,M_ToT_GD_GC,Males_Total_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50a,Graduate Diploma & Graduate Certificate|MALES +G12359,M_ToT_BD,Males_Total_Bachelor_Degree_Level,G50A,G50a,Bachelor Degree|MALES +G12360,M_ToT_AdD_D,Males_Total_Advanced_Diploma_and_Diploma_Level,G50A,G50a,Advanced Diploma & Diploma|MALES +G12361,M_ToT_Cert,Males_Total_Certificate_Level,G50A,G50a,Certificate|MALES +G12362,M_ToT_ID_NS,Males_Total_Inadequately_described_Not_stated,G50A,G50a,Inadequately described/ Not stated|MALES +G12363,M_ToT_ToT,Males_Total_Total,G50A,G50a,Total|MALES +G12364,F_AgriForestFish_PD,Females_Agriculture_forestry_and_fishing_Postgraduate_Degree_Level,G50A,G50b,Postgraduate Degree|FEMALES +G12365,F_AgriForestFish_GD_GC,Females_Agriculture_forestry_and_fishing_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12366,F_AgriForestFish_BD,Females_Agriculture_forestry_and_fishing_Bachelor_Degree_Level,G50A,G50b,Bachelor Degree|FEMALES +G12367,F_AgriForestFish_AdD_D,Females_Agriculture_forestry_and_fishing_Advanced_Diploma_and_Diploma_Level,G50A,G50b,Advanced Diploma & Diploma|FEMALES +G12368,F_AgriForestFish_Cert,Females_Agriculture_forestry_and_fishing_Certificate_Level,G50A,G50b,Certificate|FEMALES +G12369,F_AgriForestFish_ID_NS,Females_Agriculture_forestry_and_fishing_Inadequately_described_Not_stated,G50A,G50b,Inadequately described/ Not stated|FEMALES +G12370,F_AgriForestFish_ToT,Females_Agriculture_forestry_and_fishing_Total,G50A,G50b,Total|FEMALES +G12371,F_Min_PD,Females_Mining_Postgraduate_Degree_Level,G50A,G50b,Postgraduate Degree|FEMALES +G12372,F_Min_GD_GC,Females_Mining_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12373,F_Min_BD,Females_Mining_Bachelor_Degree_Level,G50A,G50b,Bachelor Degree|FEMALES +G12374,F_Min_AdD_D,Females_Mining_Advanced_Diploma_and_Diploma_Level,G50A,G50b,Advanced Diploma & Diploma|FEMALES +G12375,F_Min_Cert,Females_Mining_Certificate_Level,G50A,G50b,Certificate|FEMALES +G12376,F_Min_ID_NS,Females_Mining_Inadequately_described_Not_stated,G50A,G50b,Inadequately described/ Not stated|FEMALES +G12377,F_Min_ToT,Females_Mining_Total,G50A,G50b,Total|FEMALES +G12378,F_Mnfg_PD,Females_Manufacturing_Postgraduate_Degree_Level,G50A,G50b,Postgraduate Degree|FEMALES +G12379,F_Mnfg_GD_GC,Females_Manufacturing_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12380,F_Mnfg_BD,Females_Manufacturing_Bachelor_Degree_Level,G50A,G50b,Bachelor Degree|FEMALES +G12381,F_Mnfg_AdD_D,Females_Manufacturing_Advanced_Diploma_and_Diploma_Level,G50A,G50b,Advanced Diploma & Diploma|FEMALES +G12382,F_Mnfg_Cert,Females_Manufacturing_Certificate_Level,G50A,G50b,Certificate|FEMALES +G12383,F_Mnfg_ID_NS,Females_Manufacturing_Inadequately_described_Not_stated,G50A,G50b,Inadequately described/ Not stated|FEMALES +G12384,F_Mnfg_ToT,Females_Manufacturing_Total,G50A,G50b,Total|FEMALES +G12385,F_EGW_WS_PD,Females_Electricity_gas_water_and_waste_services_Postgraduate_Degree_Level,G50A,G50b,Postgraduate Degree|FEMALES +G12386,F_EGW_WS_GD_GC,Females_Electricity_gas_water_and_waste_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12387,F_EGW_WS_BD,Females_Electricity_gas_water_and_waste_services_Bachelor_Degree_Level,G50A,G50b,Bachelor Degree|FEMALES +G12388,F_EGW_WS_AdD_D,Females_Electricity_gas_water_and_waste_services_Advanced_Diploma_and_Diploma_Level,G50A,G50b,Advanced Diploma & Diploma|FEMALES +G12389,F_EGW_WS_Cert,Females_Electricity_gas_water_and_waste_services_Certificate_Level,G50A,G50b,Certificate|FEMALES +G12390,F_EGW_WS_ID_NS,Females_Electricity_gas_water_and_waste_services_Inadequately_described_Not_stated,G50A,G50b,Inadequately described/ Not stated|FEMALES +G12391,F_EGW_WS_ToT,Females_Electricity_gas_water_and_waste_services_Total,G50A,G50b,Total|FEMALES +G12392,F_Cnstn_PD,Females_Construction_Postgraduate_Degree_Level,G50A,G50b,Postgraduate Degree|FEMALES +G12393,F_Cnstn_GD_GC,Females_Construction_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12394,F_Cnstn_BD,Females_Construction_Bachelor_Degree_Level,G50A,G50b,Bachelor Degree|FEMALES +G12395,F_Cnstn_AdD_D,Females_Construction_Advanced_Diploma_and_Diploma_Level,G50A,G50b,Advanced Diploma & Diploma|FEMALES +G12396,F_Cnstn_Cert,Females_Construction_Certificate_Level,G50A,G50b,Certificate|FEMALES +G12397,F_Cnstn_ID_NS,Females_Construction_Inadequately_described_Not_stated,G50A,G50b,Inadequately described/ Not stated|FEMALES +G12398,F_Cnstn_ToT,Females_Construction_Total,G50A,G50b,Total|FEMALES +G12399,F_WTrade_PD,Females_Wholesale_trade_Postgraduate_Degree_Level,G50A,G50b,Postgraduate Degree|FEMALES +G12400,F_WTrade_GD_GC,Females_Wholesale_trade_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12401,F_WTrade_BD,Females_Wholesale_trade_Bachelor_Degree_Level,G50A,G50b,Bachelor Degree|FEMALES +G12402,F_WTrade_AdD_D,Females_Wholesale_trade_Advanced_Diploma_and_Diploma_Level,G50A,G50b,Advanced Diploma & Diploma|FEMALES +G12403,F_WTrade_Cert,Females_Wholesale_trade_Certificate_Level,G50A,G50b,Certificate|FEMALES +G12404,F_WTrade_ID_NS,Females_Wholesale_trade_Inadequately_described_Not_stated,G50A,G50b,Inadequately described/ Not stated|FEMALES +G12405,F_WTrade_ToT,Females_Wholesale_trade_Total,G50A,G50b,Total|FEMALES +G12406,F_RTrade_PD,Females_Retail_trade_Postgraduate_Degree_Level,G50A,G50b,Postgraduate Degree|FEMALES +G12407,F_RTrade_GD_GC,Females_Retail_trade_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12408,F_RTrade_BD,Females_Retail_trade_Bachelor_Degree_Level,G50A,G50b,Bachelor Degree|FEMALES +G12409,F_RTrade_AdD_D,Females_Retail_trade_Advanced_Diploma_and_Diploma_Level,G50A,G50b,Advanced Diploma & Diploma|FEMALES +G12410,F_RTrade_Cert,Females_Retail_trade_Certificate_Level,G50A,G50b,Certificate|FEMALES +G12411,F_RTrade_ID_NS,Females_Retail_trade_Inadequately_described_Not_stated,G50A,G50b,Inadequately described/ Not stated|FEMALES +G12412,F_RTrade_ToT,Females_Retail_trade_Total,G50A,G50b,Total|FEMALES +G12413,F_AccomFoodS_PD,Females_Accommodation_and_food_services_Postgraduate_Degree_Level,G50A,G50b,Postgraduate Degree|FEMALES +G12414,F_AccomFoodS_GD_GC,Females_Accommodation_and_food_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50A,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12415,F_AccomFoodS_BD,Females_Accommodation_and_food_services_Bachelor_Degree_Level,G50A,G50b,Bachelor Degree|FEMALES +G12416,F_AccomFoodS_AdD_D,Females_Accommodation_and_food_services_Advanced_Diploma_and_Diploma_Level,G50A,G50b,Advanced Diploma & Diploma|FEMALES +G12417,F_AccomFoodS_Cert,Females_Accommodation_and_food_services_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12418,F_AccomFoodS_ID_NS,Females_Accommodation_and_food_services_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12419,F_AccomFoodS_ToT,Females_Accommodation_and_food_services_Total,G50B,G50b,Total|FEMALES +G12420,F_TransPostWhse_PD,Females_Transport_postal_and_warehousing_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12421,F_TransPostWhse_GD_GC,Females_Transport_postal_and_warehousing_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12422,F_TransPostWhse_BD,Females_Transport_postal_and_warehousing_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12423,F_TransPostWhse_AdD_D,Females_Transport_postal_and_warehousing_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12424,F_TransPostWhse_Cert,Females_Transport_postal_and_warehousing_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12425,F_TransPostWhse_ID_NS,Females_Transport_postal_and_warehousing_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12426,F_TransPostWhse_ToT,Females_Transport_postal_and_warehousing_Total,G50B,G50b,Total|FEMALES +G12427,F_InfoMedTelecom_PD,Females_Information_media_and_telecommunications_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12428,F_InfoMedTelecom_GD_GC,Females_Information_media_and_telecommunications_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12429,F_InfoMedTelecom_BD,Females_Information_media_and_telecommunications_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12430,F_InfoMedTelecom_AdD_D,Females_Information_media_and_telecommunications_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12431,F_InfoMedTelecom_Cert,Females_Information_media_and_telecommunications_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12432,F_InfoMedTelecom_ID_NS,Females_Information_media_and_telecommunications_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12433,F_InfoMedTelecom_ToT,Females_Information_media_and_telecommunications_Total,G50B,G50b,Total|FEMALES +G12434,F_FinInsurS_PD,Females_Financial_and_insurance_services_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12435,F_FinInsurS_GD_GC,Females_Financial_and_insurance_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12436,F_FinInsurS_BD,Females_Financial_and_insurance_services_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12437,F_FinInsurS_AdD_D,Females_Financial_and_insurance_services_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12438,F_FinInsurS_Cert,Females_Financial_and_insurance_services_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12439,F_FinInsurS_ID_NS,Females_Financial_and_insurance_services_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12440,F_FinInsurS_ToT,Females_Financial_and_insurance_services_Total,G50B,G50b,Total|FEMALES +G12441,F_RentHirREserv_PD,Females_Rental_hiring_and_real_estate_services_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12442,F_RentHirREserv_GD_GC,Females_Rental_hiring_and_real_estate_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12443,F_RentHirREserv_BD,Females_Rental_hiring_and_real_estate_services_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12444,F_RentHirREserv_AdD_D,Females_Rental_hiring_and_real_estate_services_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12445,F_RentHirREserv_Cert,Females_Rental_hiring_and_real_estate_services_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12446,F_RentHirREserv_ID_NS,Females_Rental_hiring_and_real_estate_services_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12447,F_RentHirREserv_ToT,Females_Rental_hiring_and_real_estate_services_Total,G50B,G50b,Total|FEMALES +G12448,F_ProScieTechServ_PD,Females_Professional_scientific_and_technical_services_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12449,F_ProScieTechServ_GD_GC,Females_Professional_scientific_and_technical_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12450,F_ProScieTechServ_BD,Females_Professional_scientific_and_technical_services_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12451,F_ProScieTechServ_AdD_D,Females_Professional_scientific_and_technical_services_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12452,F_ProScieTechServ_Cert,Females_Professional_scientific_and_technical_services_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12453,F_ProScieTechServ_ID_NS,Females_Professional_scientific_and_technical_services_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12454,F_ProScieTechServ_ToT,Females_Professional_scientific_and_technical_services_Total,G50B,G50b,Total|FEMALES +G12455,F_AdminSupServ_PD,Females_Administrative_and_support_services_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12456,F_AdminSupServ_GD_GC,Females_Administrative_and_support_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12457,F_AdminSupServ_BD,Females_Administrative_and_support_services_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12458,F_AdminSupServ_AdD_D,Females_Administrative_and_support_services_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12459,F_AdminSupServ_Cert,Females_Administrative_and_support_services_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12460,F_AdminSupServ_ID_NS,Females_Administrative_and_support_services_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12461,F_AdminSupServ_ToT,Females_Administrative_and_support_services_Total,G50B,G50b,Total|FEMALES +G12462,F_PubAdmiSafety_PD,Females_Public_administration_and_safety_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12463,F_PubAdmiSafety_GD_GC,Females_Public_administration_and_safety_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12464,F_PubAdmiSafety_BD,Females_Public_administration_and_safety_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12465,F_PubAdmiSafety_AdD_D,Females_Public_administration_and_safety_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12466,F_PubAdmiSafety_Cert,Females_Public_administration_and_safety_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12467,F_PubAdmiSafety_ID_NS,Females_Public_administration_and_safety_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12468,F_PubAdmiSafety_ToT,Females_Public_administration_and_safety_Total,G50B,G50b,Total|FEMALES +G12469,F_EducTrain_PD,Females_Education_and_training_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12470,F_EducTrain_GD_GC,Females_Education_and_training_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12471,F_EducTrain_BD,Females_Education_and_training_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12472,F_EducTrain_AdD_D,Females_Education_and_training_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12473,F_EducTrain_Cert,Females_Education_and_training_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12474,F_EducTrain_ID_NS,Females_Education_and_training_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12475,F_EducTrain_ToT,Females_Education_and_training_Total,G50B,G50b,Total|FEMALES +G12476,F_HealthCareSocA_PD,Females_Health_care_and_social_assistance_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12477,F_HealthCareSocA_GD_GC,Females_Health_care_and_social_assistance_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12478,F_HealthCareSocA_BD,Females_Health_care_and_social_assistance_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12479,F_HealthCareSocA_AdD_D,Females_Health_care_and_social_assistance_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12480,F_HealthCareSocA_Cert,Females_Health_care_and_social_assistance_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12481,F_HealthCareSocA_ID_NS,Females_Health_care_and_social_assistance_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12482,F_HealthCareSocA_ToT,Females_Health_care_and_social_assistance_Total,G50B,G50b,Total|FEMALES +G12483,F_ArtRecServ_PD,Females_Arts_and_recreation_services_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12484,F_ArtRecServ_GD_GC,Females_Arts_and_recreation_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12485,F_ArtRecServ_BD,Females_Arts_and_recreation_services_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12486,F_ArtRecServ_AdD_D,Females_Arts_and_recreation_services_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12487,F_ArtRecServ_Cert,Females_Arts_and_recreation_services_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12488,F_ArtRecServ_ID_NS,Females_Arts_and_recreation_services_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12489,F_ArtRecServ_ToT,Females_Arts_and_recreation_services_Total,G50B,G50b,Total|FEMALES +G12490,F_OthServ_PD,Females_Other_services_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12491,F_OthServ_GD_GC,Females_Other_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12492,F_OthServ_BD,Females_Other_services_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12493,F_OthServ_AdD_D,Females_Other_services_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12494,F_OthServ_Cert,Females_Other_services_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12495,F_OthServ_ID_NS,Females_Other_services_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12496,F_OthServ_ToT,Females_Other_services_Total,G50B,G50b,Total|FEMALES +G12497,F_ID_NS_PD,Females_Inadequately_described_Not_stated_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12498,F_ID_NS_GD_GC,Females_Inadequately_described_Not_stated_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12499,F_ID_NS_BD,Females_Inadequately_described_Not_stated_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12500,F_ID_NS_AdD_D,Females_Inadequately_described_Not_stated_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12501,F_ID_NS_Cert,Females_Inadequately_described_Not_stated_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12502,F_ID_NS_ID_NS,Females_Inadequately_described_Not_stated_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12503,F_ID_NS_ToT,Females_Inadequately_described_Not_stated_Total,G50B,G50b,Total|FEMALES +G12504,F_ToT_PD,Females_Total_Postgraduate_Degree_Level,G50B,G50b,Postgraduate Degree|FEMALES +G12505,F_ToT_GD_GC,Females_Total_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50b,Graduate Diploma & Graduate Certificate|FEMALES +G12506,F_ToT_BD,Females_Total_Bachelor_Degree_Level,G50B,G50b,Bachelor Degree|FEMALES +G12507,F_ToT_AdD_D,Females_Total_Advanced_Diploma_and_Diploma_Level,G50B,G50b,Advanced Diploma & Diploma|FEMALES +G12508,F_ToT_Cert,Females_Total_Certificate_Level,G50B,G50b,Certificate|FEMALES +G12509,F_ToT_ID_NS,Females_Total_Inadequately_described_Not_stated,G50B,G50b,Inadequately described/ Not stated|FEMALES +G12510,F_ToT_ToT,Females_Total_Total,G50B,G50b,Total|FEMALES +G12511,P_AgriForestFish_PD,Persons_Agriculture_forestry_and_fishing_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12512,P_AgriForestFish_GD_GC,Persons_Agriculture_forestry_and_fishing_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12513,P_AgriForestFish_BD,Persons_Agriculture_forestry_and_fishing_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12514,P_AgriForestFish_AdD_D,Persons_Agriculture_forestry_and_fishing_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12515,P_AgriForestFish_Cert,Persons_Agriculture_forestry_and_fishing_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12516,P_AgriForestFish_ID_NS,Persons_Agriculture_forestry_and_fishing_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12517,P_AgriForestFish_ToT,Persons_Agriculture_forestry_and_fishing_Total,G50B,G50c,Total|PERSONS +G12518,P_Min_PD,Persons_Mining_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12519,P_Min_GD_GC,Persons_Mining_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12520,P_Min_BD,Persons_Mining_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12521,P_Min_AdD_D,Persons_Mining_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12522,P_Min_Cert,Persons_Mining_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12523,P_Min_ID_NS,Persons_Mining_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12524,P_Min_ToT,Persons_Mining_Total,G50B,G50c,Total|PERSONS +G12525,P_Mnfg_PD,Persons_Manufacturing_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12526,P_Mnfg_GD_GC,Persons_Manufacturing_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12527,P_Mnfg_BD,Persons_Manufacturing_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12528,P_Mnfg_AdD_D,Persons_Manufacturing_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12529,P_Mnfg_Cert,Persons_Manufacturing_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12530,P_Mnfg_ID_NS,Persons_Manufacturing_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12531,P_Mnfg_ToT,Persons_Manufacturing_Total,G50B,G50c,Total|PERSONS +G12532,P_EGW_WS_PD,Persons_Electricity_gas_water_and_waste_services_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12533,P_EGW_WS_GD_GC,Persons_Electricity_gas_water_and_waste_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12534,P_EGW_WS_BD,Persons_Electricity_gas_water_and_waste_services_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12535,P_EGW_WS_AdD_D,Persons_Electricity_gas_water_and_waste_services_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12536,P_EGW_WS_Cert,Persons_Electricity_gas_water_and_waste_services_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12537,P_EGW_WS_ID_NS,Persons_Electricity_gas_water_and_waste_services_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12538,P_EGW_WS_ToT,Persons_Electricity_gas_water_and_waste_services_Total,G50B,G50c,Total|PERSONS +G12539,P_Cnstn_PD,Persons_Construction_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12540,P_Cnstn_GD_GC,Persons_Construction_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12541,P_Cnstn_BD,Persons_Construction_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12542,P_Cnstn_AdD_D,Persons_Construction_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12543,P_Cnstn_Cert,Persons_Construction_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12544,P_Cnstn_ID_NS,Persons_Construction_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12545,P_Cnstn_ToT,Persons_Construction_Total,G50B,G50c,Total|PERSONS +G12546,P_WTrade_PD,Persons_Wholesale_trade_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12547,P_WTrade_GD_GC,Persons_Wholesale_trade_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12548,P_WTrade_BD,Persons_Wholesale_trade_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12549,P_WTrade_AdD_D,Persons_Wholesale_trade_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12550,P_WTrade_Cert,Persons_Wholesale_trade_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12551,P_WTrade_ID_NS,Persons_Wholesale_trade_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12552,P_WTrade_ToT,Persons_Wholesale_trade_Total,G50B,G50c,Total|PERSONS +G12553,P_RTrade_PD,Persons_Retail_trade_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12554,P_RTrade_GD_GC,Persons_Retail_trade_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12555,P_RTrade_BD,Persons_Retail_trade_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12556,P_RTrade_AdD_D,Persons_Retail_trade_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12557,P_RTrade_Cert,Persons_Retail_trade_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12558,P_RTrade_ID_NS,Persons_Retail_trade_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12559,P_RTrade_ToT,Persons_Retail_trade_Total,G50B,G50c,Total|PERSONS +G12560,P_AccomFoodS_PD,Persons_Accommodation_and_food_services_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12561,P_AccomFoodS_GD_GC,Persons_Accommodation_and_food_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12562,P_AccomFoodS_BD,Persons_Accommodation_and_food_services_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12563,P_AccomFoodS_AdD_D,Persons_Accommodation_and_food_services_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12564,P_AccomFoodS_Cert,Persons_Accommodation_and_food_services_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12565,P_AccomFoodS_ID_NS,Persons_Accommodation_and_food_services_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12566,P_AccomFoodS_ToT,Persons_Accommodation_and_food_services_Total,G50B,G50c,Total|PERSONS +G12567,P_TransPostWhse_PD,Persons_Transport_postal_and_warehousing_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12568,P_TransPostWhse_GD_GC,Persons_Transport_postal_and_warehousing_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12569,P_TransPostWhse_BD,Persons_Transport_postal_and_warehousing_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12570,P_TransPostWhse_AdD_D,Persons_Transport_postal_and_warehousing_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12571,P_TransPostWhse_Cert,Persons_Transport_postal_and_warehousing_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12572,P_TransPostWhse_ID_NS,Persons_Transport_postal_and_warehousing_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12573,P_TransPostWhse_ToT,Persons_Transport_postal_and_warehousing_Total,G50B,G50c,Total|PERSONS +G12574,P_InfoMedTelecom_PD,Persons_Information_media_and_telecommunications_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12575,P_InfoMedTelecom_GD_GC,Persons_Information_media_and_telecommunications_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12576,P_InfoMedTelecom_BD,Persons_Information_media_and_telecommunications_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12577,P_InfoMedTelecom_AdD_D,Persons_Information_media_and_telecommunications_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12578,P_InfoMedTelecom_Cert,Persons_Information_media_and_telecommunications_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12579,P_InfoMedTelecom_ID_NS,Persons_Information_media_and_telecommunications_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12580,P_InfoMedTelecom_ToT,Persons_Information_media_and_telecommunications_Total,G50B,G50c,Total|PERSONS +G12581,P_FinInsurS_PD,Persons_Financial_and_insurance_services_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12582,P_FinInsurS_GD_GC,Persons_Financial_and_insurance_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12583,P_FinInsurS_BD,Persons_Financial_and_insurance_services_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12584,P_FinInsurS_AdD_D,Persons_Financial_and_insurance_services_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12585,P_FinInsurS_Cert,Persons_Financial_and_insurance_services_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12586,P_FinInsurS_ID_NS,Persons_Financial_and_insurance_services_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12587,P_FinInsurS_ToT,Persons_Financial_and_insurance_services_Total,G50B,G50c,Total|PERSONS +G12588,P_RentHirREserv_PD,Persons_Rental_hiring_and_real_estate_services_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12589,P_RentHirREserv_GD_GC,Persons_Rental_hiring_and_real_estate_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12590,P_RentHirREserv_BD,Persons_Rental_hiring_and_real_estate_services_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12591,P_RentHirREserv_AdD_D,Persons_Rental_hiring_and_real_estate_services_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12592,P_RentHirREserv_Cert,Persons_Rental_hiring_and_real_estate_services_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12593,P_RentHirREserv_ID_NS,Persons_Rental_hiring_and_real_estate_services_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12594,P_RentHirREserv_ToT,Persons_Rental_hiring_and_real_estate_services_Total,G50B,G50c,Total|PERSONS +G12595,P_ProScieTechServ_PD,Persons_Professional_scientific_and_technical_services_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12596,P_ProScieTechServ_GD_GC,Persons_Professional_scientific_and_technical_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12597,P_ProScieTechServ_BD,Persons_Professional_scientific_and_technical_services_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12598,P_ProScieTechServ_AdD_D,Persons_Professional_scientific_and_technical_services_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12599,P_ProScieTechServ_Cert,Persons_Professional_scientific_and_technical_services_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12600,P_ProScieTechServ_ID_NS,Persons_Professional_scientific_and_technical_services_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12601,P_ProScieTechServ_ToT,Persons_Professional_scientific_and_technical_services_Total,G50B,G50c,Total|PERSONS +G12602,P_AdminSupServ_PD,Persons_Administrative_and_support_services_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12603,P_AdminSupServ_GD_GC,Persons_Administrative_and_support_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12604,P_AdminSupServ_BD,Persons_Administrative_and_support_services_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12605,P_AdminSupServ_AdD_D,Persons_Administrative_and_support_services_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12606,P_AdminSupServ_Cert,Persons_Administrative_and_support_services_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12607,P_AdminSupServ_ID_NS,Persons_Administrative_and_support_services_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12608,P_AdminSupServ_ToT,Persons_Administrative_and_support_services_Total,G50B,G50c,Total|PERSONS +G12609,P_PubAdmiSafety_PD,Persons_Public_administration_and_safety_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12610,P_PubAdmiSafety_GD_GC,Persons_Public_administration_and_safety_Graduate_Diploma_and_Graduate_Certificate_Level,G50B,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12611,P_PubAdmiSafety_BD,Persons_Public_administration_and_safety_Bachelor_Degree_Level,G50B,G50c,Bachelor Degree|PERSONS +G12612,P_PubAdmiSafety_AdD_D,Persons_Public_administration_and_safety_Advanced_Diploma_and_Diploma_Level,G50B,G50c,Advanced Diploma & Diploma|PERSONS +G12613,P_PubAdmiSafety_Cert,Persons_Public_administration_and_safety_Certificate_Level,G50B,G50c,Certificate|PERSONS +G12614,P_PubAdmiSafety_ID_NS,Persons_Public_administration_and_safety_Inadequately_described_Not_stated,G50B,G50c,Inadequately described/ Not stated|PERSONS +G12615,P_PubAdmiSafety_ToT,Persons_Public_administration_and_safety_Total,G50B,G50c,Total|PERSONS +G12616,P_EducTrain_PD,Persons_Education_and_training_Postgraduate_Degree_Level,G50B,G50c,Postgraduate Degree|PERSONS +G12617,P_EducTrain_GD_GC,Persons_Education_and_training_Graduate_Diploma_and_Graduate_Certificate_Level,G50C,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12618,P_EducTrain_BD,Persons_Education_and_training_Bachelor_Degree_Level,G50C,G50c,Bachelor Degree|PERSONS +G12619,P_EducTrain_AdD_D,Persons_Education_and_training_Advanced_Diploma_and_Diploma_Level,G50C,G50c,Advanced Diploma & Diploma|PERSONS +G12620,P_EducTrain_Cert,Persons_Education_and_training_Certificate_Level,G50C,G50c,Certificate|PERSONS +G12621,P_EducTrain_ID_NS,Persons_Education_and_training_Inadequately_described_Not_stated,G50C,G50c,Inadequately described/ Not stated|PERSONS +G12622,P_EducTrain_ToT,Persons_Education_and_training_Total,G50C,G50c,Total|PERSONS +G12623,P_HealthCareSocA_PD,Persons_Health_care_and_social_assistance_Postgraduate_Degree_Level,G50C,G50c,Postgraduate Degree|PERSONS +G12624,P_HealthCareSocA_GD_GC,Persons_Health_care_and_social_assistance_Graduate_Diploma_and_Graduate_Certificate_Level,G50C,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12625,P_HealthCareSocA_BD,Persons_Health_care_and_social_assistance_Bachelor_Degree_Level,G50C,G50c,Bachelor Degree|PERSONS +G12626,P_HealthCareSocA_AdD_D,Persons_Health_care_and_social_assistance_Advanced_Diploma_and_Diploma_Level,G50C,G50c,Advanced Diploma & Diploma|PERSONS +G12627,P_HealthCareSocA_Cert,Persons_Health_care_and_social_assistance_Certificate_Level,G50C,G50c,Certificate|PERSONS +G12628,P_HealthCareSocA_ID_NS,Persons_Health_care_and_social_assistance_Inadequately_described_Not_stated,G50C,G50c,Inadequately described/ Not stated|PERSONS +G12629,P_HealthCareSocA_ToT,Persons_Health_care_and_social_assistance_Total,G50C,G50c,Total|PERSONS +G12630,P_ArtRecServ_PD,Persons_Arts_and_recreation_services_Postgraduate_Degree_Level,G50C,G50c,Postgraduate Degree|PERSONS +G12631,P_ArtRecServ_GD_GC,Persons_Arts_and_recreation_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50C,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12632,P_ArtRecServ_BD,Persons_Arts_and_recreation_services_Bachelor_Degree_Level,G50C,G50c,Bachelor Degree|PERSONS +G12633,P_ArtRecServ_AdD_D,Persons_Arts_and_recreation_services_Advanced_Diploma_and_Diploma_Level,G50C,G50c,Advanced Diploma & Diploma|PERSONS +G12634,P_ArtRecServ_Cert,Persons_Arts_and_recreation_services_Certificate_Level,G50C,G50c,Certificate|PERSONS +G12635,P_ArtRecServ_ID_NS,Persons_Arts_and_recreation_services_Inadequately_described_Not_stated,G50C,G50c,Inadequately described/ Not stated|PERSONS +G12636,P_ArtRecServ_ToT,Persons_Arts_and_recreation_services_Total,G50C,G50c,Total|PERSONS +G12637,P_OthServ_PD,Persons_Other_services_Postgraduate_Degree_Level,G50C,G50c,Postgraduate Degree|PERSONS +G12638,P_OthServ_GD_GC,Persons_Other_services_Graduate_Diploma_and_Graduate_Certificate_Level,G50C,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12639,P_OthServ_BD,Persons_Other_services_Bachelor_Degree_Level,G50C,G50c,Bachelor Degree|PERSONS +G12640,P_OthServ_AdD_D,Persons_Other_services_Advanced_Diploma_and_Diploma_Level,G50C,G50c,Advanced Diploma & Diploma|PERSONS +G12641,P_OthServ_Cert,Persons_Other_services_Certificate_Level,G50C,G50c,Certificate|PERSONS +G12642,P_OthServ_ID_NS,Persons_Other_services_Inadequately_described_Not_stated,G50C,G50c,Inadequately described/ Not stated|PERSONS +G12643,P_OthServ_ToT,Persons_Other_services_Total,G50C,G50c,Total|PERSONS +G12644,P_ID_NS_PD,Persons_Inadequately_described_Not_stated_Postgraduate_Degree_Level,G50C,G50c,Postgraduate Degree|PERSONS +G12645,P_ID_NS_GD_GC,Persons_Inadequately_described_Not_stated_Graduate_Diploma_and_Graduate_Certificate_Level,G50C,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12646,P_ID_NS_BD,Persons_Inadequately_described_Not_stated_Bachelor_Degree_Level,G50C,G50c,Bachelor Degree|PERSONS +G12647,P_ID_NS_AdD_D,Persons_Inadequately_described_Not_stated_Advanced_Diploma_and_Diploma_Level,G50C,G50c,Advanced Diploma & Diploma|PERSONS +G12648,P_ID_NS_Cert,Persons_Inadequately_described_Not_stated_Certificate_Level,G50C,G50c,Certificate|PERSONS +G12649,P_ID_NS_ID_NS,Persons_Inadequately_described_Not_stated_Inadequately_described_Not_stated,G50C,G50c,Inadequately described/ Not stated|PERSONS +G12650,P_ID_NS_ToT,Persons_Inadequately_described_Not_stated_Total,G50C,G50c,Total|PERSONS +G12651,P_ToT_PD,Persons_Total_Postgraduate_Degree_Level,G50C,G50c,Postgraduate Degree|PERSONS +G12652,P_ToT_GD_GC,Persons_Total_Graduate_Diploma_and_Graduate_Certificate_Level,G50C,G50c,Graduate Diploma & Graduate Certificate|PERSONS +G12653,P_ToT_BD,Persons_Total_Bachelor_Degree_Level,G50C,G50c,Bachelor Degree|PERSONS +G12654,P_ToT_AdD_D,Persons_Total_Advanced_Diploma_and_Diploma_Level,G50C,G50c,Advanced Diploma & Diploma|PERSONS +G12655,P_ToT_Cert,Persons_Total_Certificate_Level,G50C,G50c,Certificate|PERSONS +G12656,P_ToT_ID_NS,Persons_Total_Inadequately_described_Not_stated,G50C,G50c,Inadequately described/ Not stated|PERSONS +G12657,P_ToT_ToT,Persons_Total_Total,G50C,G50c,Total|PERSONS +G12658,M_Ag_For_Fshg_15_19,Males_Agriculture_forestry_and_fishing_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12659,M_Ag_For_Fshg_20_24,Males_Agriculture_forestry_and_fishing_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12660,M_Ag_For_Fshg_25_34,Males_Agriculture_forestry_and_fishing_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12661,M_Ag_For_Fshg_35_44,Males_Agriculture_forestry_and_fishing_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12662,M_Ag_For_Fshg_45_54,Males_Agriculture_forestry_and_fishing_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12663,M_Ag_For_Fshg_55_64,Males_Agriculture_forestry_and_fishing_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12664,M_Ag_For_Fshg_65_74,Males_Agriculture_forestry_and_fishing_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12665,M_Ag_For_Fshg_75_84,Males_Agriculture_forestry_and_fishing_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12666,M_Ag_For_Fshg_85ov,Males_Agriculture_forestry_and_fishing_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12667,M_Ag_For_Fshg_Tot,Males_Agriculture_forestry_and_fishing_Total,G51A,G51a,Total|MALES +G12668,M_Mining_15_19,Males_Mining_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12669,M_Mining_20_24,Males_Mining_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12670,M_Mining_25_34,Males_Mining_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12671,M_Mining_35_44,Males_Mining_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12672,M_Mining_45_54,Males_Mining_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12673,M_Mining_55_64,Males_Mining_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12674,M_Mining_65_74,Males_Mining_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12675,M_Mining_75_84,Males_Mining_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12676,M_Mining_85ov,Males_Mining_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12677,M_Mining_Tot,Males_Mining_Total,G51A,G51a,Total|MALES +G12678,M_Manufact_15_19,Males_Manufacturing_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12679,M_Manufact_20_24,Males_Manufacturing_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12680,M_Manufact_25_34,Males_Manufacturing_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12681,M_Manufact_35_44,Males_Manufacturing_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12682,M_Manufact_45_54,Males_Manufacturing_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12683,M_Manufact_55_64,Males_Manufacturing_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12684,M_Manufact_65_74,Males_Manufacturing_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12685,M_Manufact_75_84,Males_Manufacturing_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12686,M_Manufact_85ov,Males_Manufacturing_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12687,M_Manufact_Tot,Males_Manufacturing_Total,G51A,G51a,Total|MALES +G12688,M_El_Gas_Wt_Waste_15_19,Males_Electricity_gas_water_and_waste_services_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12689,M_El_Gas_Wt_Waste_20_24,Males_Electricity_gas_water_and_waste_services_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12690,M_El_Gas_Wt_Waste_25_34,Males_Electricity_gas_water_and_waste_services_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12691,M_El_Gas_Wt_Waste_35_44,Males_Electricity_gas_water_and_waste_services_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12692,M_El_Gas_Wt_Waste_45_54,Males_Electricity_gas_water_and_waste_services_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12693,M_El_Gas_Wt_Waste_55_64,Males_Electricity_gas_water_and_waste_services_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12694,M_El_Gas_Wt_Waste_65_74,Males_Electricity_gas_water_and_waste_services_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12695,M_El_Gas_Wt_Waste_75_84,Males_Electricity_gas_water_and_waste_services_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12696,M_El_Gas_Wt_Waste_85ov,Males_Electricity_gas_water_and_waste_services_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12697,M_El_Gas_Wt_Waste_Tot,Males_Electricity_gas_water_and_waste_services_Total,G51A,G51a,Total|MALES +G12698,M_Constru_15_19,Males_Construction_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12699,M_Constru_20_24,Males_Construction_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12700,M_Constru_25_34,Males_Construction_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12701,M_Constru_35_44,Males_Construction_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12702,M_Constru_45_54,Males_Construction_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12703,M_Constru_55_64,Males_Construction_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12704,M_Constru_65_74,Males_Construction_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12705,M_Constru_75_84,Males_Construction_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12706,M_Constru_85ov,Males_Construction_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12707,M_Constru_Tot,Males_Construction_Total,G51A,G51a,Total|MALES +G12708,M_WhlesaleTde_15_19,Males_Wholesale_trade_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12709,M_WhlesaleTde_20_24,Males_Wholesale_trade_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12710,M_WhlesaleTde_25_34,Males_Wholesale_trade_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12711,M_WhlesaleTde_35_44,Males_Wholesale_trade_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12712,M_WhlesaleTde_45_54,Males_Wholesale_trade_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12713,M_WhlesaleTde_55_64,Males_Wholesale_trade_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12714,M_WhlesaleTde_65_74,Males_Wholesale_trade_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12715,M_WhlesaleTde_75_84,Males_Wholesale_trade_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12716,M_WhlesaleTde_85ov,Males_Wholesale_trade_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12717,M_WhlesaleTde_Tot,Males_Wholesale_trade_Total,G51A,G51a,Total|MALES +G12718,M_RetTde_15_19,Males_Retail_trade_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12719,M_RetTde_20_24,Males_Retail_trade_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12720,M_RetTde_25_34,Males_Retail_trade_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12721,M_RetTde_35_44,Males_Retail_trade_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12722,M_RetTde_45_54,Males_Retail_trade_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12723,M_RetTde_55_64,Males_Retail_trade_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12724,M_RetTde_65_74,Males_Retail_trade_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12725,M_RetTde_75_84,Males_Retail_trade_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12726,M_RetTde_85ov,Males_Retail_trade_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12727,M_RetTde_Tot,Males_Retail_trade_Total,G51A,G51a,Total|MALES +G12728,M_Accom_food_15_19,Males_Accommodation_and_food_services_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12729,M_Accom_food_20_24,Males_Accommodation_and_food_services_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12730,M_Accom_food_25_34,Males_Accommodation_and_food_services_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12731,M_Accom_food_35_44,Males_Accommodation_and_food_services_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12732,M_Accom_food_45_54,Males_Accommodation_and_food_services_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12733,M_Accom_food_55_64,Males_Accommodation_and_food_services_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12734,M_Accom_food_65_74,Males_Accommodation_and_food_services_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12735,M_Accom_food_75_84,Males_Accommodation_and_food_services_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12736,M_Accom_food_85ov,Males_Accommodation_and_food_services_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12737,M_Accom_food_Tot,Males_Accommodation_and_food_services_Total,G51A,G51a,Total|MALES +G12738,M_Trans_post_wrehsg_15_19,Males_Transport_postal_and_warehousing_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12739,M_Trans_post_wrehsg_20_24,Males_Transport_postal_and_warehousing_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12740,M_Trans_post_wrehsg_25_34,Males_Transport_postal_and_warehousing_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12741,M_Trans_post_wrehsg_35_44,Males_Transport_postal_and_warehousing_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12742,M_Trans_post_wrehsg_45_54,Males_Transport_postal_and_warehousing_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12743,M_Trans_post_wrehsg_55_64,Males_Transport_postal_and_warehousing_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12744,M_Trans_post_wrehsg_65_74,Males_Transport_postal_and_warehousing_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12745,M_Trans_post_wrehsg_75_84,Males_Transport_postal_and_warehousing_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12746,M_Trans_post_wrehsg_85ov,Males_Transport_postal_and_warehousing_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12747,M_Trans_post_wrehsg_Tot,Males_Transport_postal_and_warehousing_Total,G51A,G51a,Total|MALES +G12748,M_Info_media_teleco_15_19,Males_Information_media_and_telecommunications_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12749,M_Info_media_teleco_20_24,Males_Information_media_and_telecommunications_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12750,M_Info_media_teleco_25_34,Males_Information_media_and_telecommunications_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12751,M_Info_media_teleco_35_44,Males_Information_media_and_telecommunications_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12752,M_Info_media_teleco_45_54,Males_Information_media_and_telecommunications_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12753,M_Info_media_teleco_55_64,Males_Information_media_and_telecommunications_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12754,M_Info_media_teleco_65_74,Males_Information_media_and_telecommunications_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12755,M_Info_media_teleco_75_84,Males_Information_media_and_telecommunications_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12756,M_Info_media_teleco_85ov,Males_Information_media_and_telecommunications_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12757,M_Info_media_teleco_Tot,Males_Information_media_and_telecommunications_Total,G51A,G51a,Total|MALES +G12758,M_Fin_Insur_15_19,Males_Financial_and_insurance_services_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12759,M_Fin_Insur_20_24,Males_Financial_and_insurance_services_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12760,M_Fin_Insur_25_34,Males_Financial_and_insurance_services_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12761,M_Fin_Insur_35_44,Males_Financial_and_insurance_services_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12762,M_Fin_Insur_45_54,Males_Financial_and_insurance_services_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12763,M_Fin_Insur_55_64,Males_Financial_and_insurance_services_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12764,M_Fin_Insur_65_74,Males_Financial_and_insurance_services_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12765,M_Fin_Insur_75_84,Males_Financial_and_insurance_services_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12766,M_Fin_Insur_85ov,Males_Financial_and_insurance_services_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12767,M_Fin_Insur_Tot,Males_Financial_and_insurance_services_Total,G51A,G51a,Total|MALES +G12768,M_RtnHir_REst_15_19,Males_Rental_hiring_and_real_estate_services_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12769,M_RtnHir_REst_20_24,Males_Rental_hiring_and_real_estate_services_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12770,M_RtnHir_REst_25_34,Males_Rental_hiring_and_real_estate_services_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12771,M_RtnHir_REst_35_44,Males_Rental_hiring_and_real_estate_services_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12772,M_RtnHir_REst_45_54,Males_Rental_hiring_and_real_estate_services_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12773,M_RtnHir_REst_55_64,Males_Rental_hiring_and_real_estate_services_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12774,M_RtnHir_REst_65_74,Males_Rental_hiring_and_real_estate_services_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12775,M_RtnHir_REst_75_84,Males_Rental_hiring_and_real_estate_services_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12776,M_RtnHir_REst_85ov,Males_Rental_hiring_and_real_estate_services_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12777,M_RtnHir_REst_Tot,Males_Rental_hiring_and_real_estate_services_Total,G51A,G51a,Total|MALES +G12778,M_Pro_scien_tec_15_19,Males_Professional_scientific_and_technical_services_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12779,M_Pro_scien_tec_20_24,Males_Professional_scientific_and_technical_services_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12780,M_Pro_scien_tec_25_34,Males_Professional_scientific_and_technical_services_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12781,M_Pro_scien_tec_35_44,Males_Professional_scientific_and_technical_services_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12782,M_Pro_scien_tec_45_54,Males_Professional_scientific_and_technical_services_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12783,M_Pro_scien_tec_55_64,Males_Professional_scientific_and_technical_services_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12784,M_Pro_scien_tec_65_74,Males_Professional_scientific_and_technical_services_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12785,M_Pro_scien_tec_75_84,Males_Professional_scientific_and_technical_services_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12786,M_Pro_scien_tec_85ov,Males_Professional_scientific_and_technical_services_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12787,M_Pro_scien_tec_Tot,Males_Professional_scientific_and_technical_services_Total,G51A,G51a,Total|MALES +G12788,M_Admin_supp_15_19,Males_Administrative_and_support_services_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12789,M_Admin_supp_20_24,Males_Administrative_and_support_services_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12790,M_Admin_supp_25_34,Males_Administrative_and_support_services_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12791,M_Admin_supp_35_44,Males_Administrative_and_support_services_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12792,M_Admin_supp_45_54,Males_Administrative_and_support_services_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12793,M_Admin_supp_55_64,Males_Administrative_and_support_services_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12794,M_Admin_supp_65_74,Males_Administrative_and_support_services_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12795,M_Admin_supp_75_84,Males_Administrative_and_support_services_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12796,M_Admin_supp_85ov,Males_Administrative_and_support_services_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12797,M_Admin_supp_Tot,Males_Administrative_and_support_services_Total,G51A,G51a,Total|MALES +G12798,M_Public_admin_sfty_15_19,Males_Public_administration_and_safety_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12799,M_Public_admin_sfty_20_24,Males_Public_administration_and_safety_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12800,M_Public_admin_sfty_25_34,Males_Public_administration_and_safety_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12801,M_Public_admin_sfty_35_44,Males_Public_administration_and_safety_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12802,M_Public_admin_sfty_45_54,Males_Public_administration_and_safety_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12803,M_Public_admin_sfty_55_64,Males_Public_administration_and_safety_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12804,M_Public_admin_sfty_65_74,Males_Public_administration_and_safety_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12805,M_Public_admin_sfty_75_84,Males_Public_administration_and_safety_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12806,M_Public_admin_sfty_85ov,Males_Public_administration_and_safety_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12807,M_Public_admin_sfty_Tot,Males_Public_administration_and_safety_Total,G51A,G51a,Total|MALES +G12808,M_Educ_trng_15_19,Males_Education_and_training_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12809,M_Educ_trng_20_24,Males_Education_and_training_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12810,M_Educ_trng_25_34,Males_Education_and_training_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12811,M_Educ_trng_35_44,Males_Education_and_training_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12812,M_Educ_trng_45_54,Males_Education_and_training_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12813,M_Educ_trng_55_64,Males_Education_and_training_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12814,M_Educ_trng_65_74,Males_Education_and_training_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12815,M_Educ_trng_75_84,Males_Education_and_training_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12816,M_Educ_trng_85ov,Males_Education_and_training_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12817,M_Educ_trng_Tot,Males_Education_and_training_Total,G51A,G51a,Total|MALES +G12818,M_HlthCare_SocAs_15_19,Males_Health_care_and_social_assistance_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12819,M_HlthCare_SocAs_20_24,Males_Health_care_and_social_assistance_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12820,M_HlthCare_SocAs_25_34,Males_Health_care_and_social_assistance_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12821,M_HlthCare_SocAs_35_44,Males_Health_care_and_social_assistance_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12822,M_HlthCare_SocAs_45_54,Males_Health_care_and_social_assistance_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12823,M_HlthCare_SocAs_55_64,Males_Health_care_and_social_assistance_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12824,M_HlthCare_SocAs_65_74,Males_Health_care_and_social_assistance_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12825,M_HlthCare_SocAs_75_84,Males_Health_care_and_social_assistance_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12826,M_HlthCare_SocAs_85ov,Males_Health_care_and_social_assistance_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12827,M_HlthCare_SocAs_Tot,Males_Health_care_and_social_assistance_Total,G51A,G51a,Total|MALES +G12828,M_Art_recn_15_19,Males_Arts_and_recreation_services_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12829,M_Art_recn_20_24,Males_Arts_and_recreation_services_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12830,M_Art_recn_25_34,Males_Arts_and_recreation_services_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12831,M_Art_recn_35_44,Males_Arts_and_recreation_services_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12832,M_Art_recn_45_54,Males_Arts_and_recreation_services_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12833,M_Art_recn_55_64,Males_Arts_and_recreation_services_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12834,M_Art_recn_65_74,Males_Arts_and_recreation_services_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12835,M_Art_recn_75_84,Males_Arts_and_recreation_services_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12836,M_Art_recn_85ov,Males_Arts_and_recreation_services_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12837,M_Art_recn_Tot,Males_Arts_and_recreation_services_Total,G51A,G51a,Total|MALES +G12838,M_Oth_scs_15_19,Males_Other_services_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12839,M_Oth_scs_20_24,Males_Other_services_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12840,M_Oth_scs_25_34,Males_Other_services_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12841,M_Oth_scs_35_44,Males_Other_services_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12842,M_Oth_scs_45_54,Males_Other_services_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12843,M_Oth_scs_55_64,Males_Other_services_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12844,M_Oth_scs_65_74,Males_Other_services_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12845,M_Oth_scs_75_84,Males_Other_services_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12846,M_Oth_scs_85ov,Males_Other_services_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12847,M_Oth_scs_Tot,Males_Other_services_Total,G51A,G51a,Total|MALES +G12848,M_ID_NS_15_19,Males_Inadequately_described_Not_stated_Age_15_19_years,G51A,G51a,Age: 15-19 years|MALES +G12849,M_ID_NS_20_24,Males_Inadequately_described_Not_stated_Age_20_24_years,G51A,G51a,Age: 20-24 years|MALES +G12850,M_ID_NS_25_34,Males_Inadequately_described_Not_stated_Age_25_34_years,G51A,G51a,Age: 25-34 years|MALES +G12851,M_ID_NS_35_44,Males_Inadequately_described_Not_stated_Age_35_44_years,G51A,G51a,Age: 35-44 years|MALES +G12852,M_ID_NS_45_54,Males_Inadequately_described_Not_stated_Age_45_54_years,G51A,G51a,Age: 45-54 years|MALES +G12853,M_ID_NS_55_64,Males_Inadequately_described_Not_stated_Age_55_64_years,G51A,G51a,Age: 55-64 years|MALES +G12854,M_ID_NS_65_74,Males_Inadequately_described_Not_stated_Age_65_74_years,G51A,G51a,Age: 65-74 years|MALES +G12855,M_ID_NS_75_84,Males_Inadequately_described_Not_stated_Age_75_84_years,G51A,G51a,Age: 75-84 years|MALES +G12856,M_ID_NS_85ov,Males_Inadequately_described_Not_stated_Age_85_years_and_over,G51A,G51a,Age: 85 years and over|MALES +G12857,M_ID_NS_Tot,Males_Inadequately_described_Not_stated_Total,G51A,G51a,Total|MALES +G12858,M_Tot_15_19,Males_Total_Age_15_19_years,G51B,G51a,Age: 15-19 years|MALES +G12859,M_Tot_20_24,Males_Total_Age_20_24_years,G51B,G51a,Age: 20-24 years|MALES +G12860,M_Tot_25_34,Males_Total_Age_25_34_years,G51B,G51a,Age: 25-34 years|MALES +G12861,M_Tot_35_44,Males_Total_Age_35_44_years,G51B,G51a,Age: 35-44 years|MALES +G12862,M_Tot_45_54,Males_Total_Age_45_54_years,G51B,G51a,Age: 45-54 years|MALES +G12863,M_Tot_55_64,Males_Total_Age_55_64_years,G51B,G51a,Age: 55-64 years|MALES +G12864,M_Tot_65_74,Males_Total_Age_65_74_years,G51B,G51a,Age: 65-74 years|MALES +G12865,M_Tot_75_84,Males_Total_Age_75_84_years,G51B,G51a,Age: 75-84 years|MALES +G12866,M_Tot_85ov,Males_Total_Age_85_years_and_over,G51B,G51a,Age: 85 years and over|MALES +G12867,M_Tot_Tot,Males_Total_Total,G51B,G51a,Total|MALES +G12868,F_Ag_For_Fshg_15_19,Females_Agriculture_forestry_and_fishing_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12869,F_Ag_For_Fshg_20_24,Females_Agriculture_forestry_and_fishing_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12870,F_Ag_For_Fshg_25_34,Females_Agriculture_forestry_and_fishing_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12871,F_Ag_For_Fshg_35_44,Females_Agriculture_forestry_and_fishing_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12872,F_Ag_For_Fshg_45_54,Females_Agriculture_forestry_and_fishing_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12873,F_Ag_For_Fshg_55_64,Females_Agriculture_forestry_and_fishing_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12874,F_Ag_For_Fshg_65_74,Females_Agriculture_forestry_and_fishing_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12875,F_Ag_For_Fshg_75_84,Females_Agriculture_forestry_and_fishing_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12876,F_Ag_For_Fshg_85ov,Females_Agriculture_forestry_and_fishing_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12877,F_Ag_For_Fshg_Tot,Females_Agriculture_forestry_and_fishing_Total,G51B,G51b,Total|FEMALES +G12878,F_Mining_15_19,Females_Mining_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12879,F_Mining_20_24,Females_Mining_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12880,F_Mining_25_34,Females_Mining_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12881,F_Mining_35_44,Females_Mining_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12882,F_Mining_45_54,Females_Mining_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12883,F_Mining_55_64,Females_Mining_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12884,F_Mining_65_74,Females_Mining_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12885,F_Mining_75_84,Females_Mining_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12886,F_Mining_85ov,Females_Mining_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12887,F_Mining_Tot,Females_Mining_Total,G51B,G51b,Total|FEMALES +G12888,F_Manufact_15_19,Females_Manufacturing_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12889,F_Manufact_20_24,Females_Manufacturing_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12890,F_Manufact_25_34,Females_Manufacturing_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12891,F_Manufact_35_44,Females_Manufacturing_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12892,F_Manufact_45_54,Females_Manufacturing_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12893,F_Manufact_55_64,Females_Manufacturing_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12894,F_Manufact_65_74,Females_Manufacturing_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12895,F_Manufact_75_84,Females_Manufacturing_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12896,F_Manufact_85ov,Females_Manufacturing_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12897,F_Manufact_Tot,Females_Manufacturing_Total,G51B,G51b,Total|FEMALES +G12898,F_El_Gas_Wt_Waste_15_19,Females_Electricity_gas_water_and_waste_services_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12899,F_El_Gas_Wt_Waste_20_24,Females_Electricity_gas_water_and_waste_services_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12900,F_El_Gas_Wt_Waste_25_34,Females_Electricity_gas_water_and_waste_services_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12901,F_El_Gas_Wt_Waste_35_44,Females_Electricity_gas_water_and_waste_services_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12902,F_El_Gas_Wt_Waste_45_54,Females_Electricity_gas_water_and_waste_services_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12903,F_El_Gas_Wt_Waste_55_64,Females_Electricity_gas_water_and_waste_services_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12904,F_El_Gas_Wt_Waste_65_74,Females_Electricity_gas_water_and_waste_services_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12905,F_El_Gas_Wt_Waste_75_84,Females_Electricity_gas_water_and_waste_services_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12906,F_El_Gas_Wt_Waste_85ov,Females_Electricity_gas_water_and_waste_services_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12907,F_El_Gas_Wt_Waste_Tot,Females_Electricity_gas_water_and_waste_services_Total,G51B,G51b,Total|FEMALES +G12908,F_Constru_15_19,Females_Construction_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12909,F_Constru_20_24,Females_Construction_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12910,F_Constru_25_34,Females_Construction_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12911,F_Constru_35_44,Females_Construction_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12912,F_Constru_45_54,Females_Construction_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12913,F_Constru_55_64,Females_Construction_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12914,F_Constru_65_74,Females_Construction_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12915,F_Constru_75_84,Females_Construction_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12916,F_Constru_85ov,Females_Construction_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12917,F_Constru_Tot,Females_Construction_Total,G51B,G51b,Total|FEMALES +G12918,F_WhlesaleTde_15_19,Females_Wholesale_trade_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12919,F_WhlesaleTde_20_24,Females_Wholesale_trade_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12920,F_WhlesaleTde_25_34,Females_Wholesale_trade_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12921,F_WhlesaleTde_35_44,Females_Wholesale_trade_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12922,F_WhlesaleTde_45_54,Females_Wholesale_trade_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12923,F_WhlesaleTde_55_64,Females_Wholesale_trade_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12924,F_WhlesaleTde_65_74,Females_Wholesale_trade_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12925,F_WhlesaleTde_75_84,Females_Wholesale_trade_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12926,F_WhlesaleTde_85ov,Females_Wholesale_trade_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12927,F_WhlesaleTde_Tot,Females_Wholesale_trade_Total,G51B,G51b,Total|FEMALES +G12928,F_RetTde_15_19,Females_Retail_trade_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12929,F_RetTde_20_24,Females_Retail_trade_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12930,F_RetTde_25_34,Females_Retail_trade_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12931,F_RetTde_35_44,Females_Retail_trade_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12932,F_RetTde_45_54,Females_Retail_trade_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12933,F_RetTde_55_64,Females_Retail_trade_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12934,F_RetTde_65_74,Females_Retail_trade_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12935,F_RetTde_75_84,Females_Retail_trade_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12936,F_RetTde_85ov,Females_Retail_trade_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12937,F_RetTde_Tot,Females_Retail_trade_Total,G51B,G51b,Total|FEMALES +G12938,F_Accom_food_15_19,Females_Accommodation_and_food_services_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12939,F_Accom_food_20_24,Females_Accommodation_and_food_services_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12940,F_Accom_food_25_34,Females_Accommodation_and_food_services_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12941,F_Accom_food_35_44,Females_Accommodation_and_food_services_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12942,F_Accom_food_45_54,Females_Accommodation_and_food_services_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12943,F_Accom_food_55_64,Females_Accommodation_and_food_services_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12944,F_Accom_food_65_74,Females_Accommodation_and_food_services_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12945,F_Accom_food_75_84,Females_Accommodation_and_food_services_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12946,F_Accom_food_85ov,Females_Accommodation_and_food_services_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12947,F_Accom_food_Tot,Females_Accommodation_and_food_services_Total,G51B,G51b,Total|FEMALES +G12948,F_Trans_post_wrehsg_15_19,Females_Transport_postal_and_warehousing_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12949,F_Trans_post_wrehsg_20_24,Females_Transport_postal_and_warehousing_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12950,F_Trans_post_wrehsg_25_34,Females_Transport_postal_and_warehousing_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12951,F_Trans_post_wrehsg_35_44,Females_Transport_postal_and_warehousing_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12952,F_Trans_post_wrehsg_45_54,Females_Transport_postal_and_warehousing_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12953,F_Trans_post_wrehsg_55_64,Females_Transport_postal_and_warehousing_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12954,F_Trans_post_wrehsg_65_74,Females_Transport_postal_and_warehousing_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12955,F_Trans_post_wrehsg_75_84,Females_Transport_postal_and_warehousing_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12956,F_Trans_post_wrehsg_85ov,Females_Transport_postal_and_warehousing_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12957,F_Trans_post_wrehsg_Tot,Females_Transport_postal_and_warehousing_Total,G51B,G51b,Total|FEMALES +G12958,F_Info_media_teleco_15_19,Females_Information_media_and_telecommunications_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12959,F_Info_media_teleco_20_24,Females_Information_media_and_telecommunications_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12960,F_Info_media_teleco_25_34,Females_Information_media_and_telecommunications_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12961,F_Info_media_teleco_35_44,Females_Information_media_and_telecommunications_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12962,F_Info_media_teleco_45_54,Females_Information_media_and_telecommunications_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12963,F_Info_media_teleco_55_64,Females_Information_media_and_telecommunications_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12964,F_Info_media_teleco_65_74,Females_Information_media_and_telecommunications_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12965,F_Info_media_teleco_75_84,Females_Information_media_and_telecommunications_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12966,F_Info_media_teleco_85ov,Females_Information_media_and_telecommunications_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12967,F_Info_media_teleco_Tot,Females_Information_media_and_telecommunications_Total,G51B,G51b,Total|FEMALES +G12968,F_Fin_Insur_15_19,Females_Financial_and_insurance_services_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12969,F_Fin_Insur_20_24,Females_Financial_and_insurance_services_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12970,F_Fin_Insur_25_34,Females_Financial_and_insurance_services_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12971,F_Fin_Insur_35_44,Females_Financial_and_insurance_services_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12972,F_Fin_Insur_45_54,Females_Financial_and_insurance_services_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12973,F_Fin_Insur_55_64,Females_Financial_and_insurance_services_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12974,F_Fin_Insur_65_74,Females_Financial_and_insurance_services_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12975,F_Fin_Insur_75_84,Females_Financial_and_insurance_services_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12976,F_Fin_Insur_85ov,Females_Financial_and_insurance_services_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12977,F_Fin_Insur_Tot,Females_Financial_and_insurance_services_Total,G51B,G51b,Total|FEMALES +G12978,F_RtnHir_REst_15_19,Females_Rental_hiring_and_real_estate_services_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12979,F_RtnHir_REst_20_24,Females_Rental_hiring_and_real_estate_services_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12980,F_RtnHir_REst_25_34,Females_Rental_hiring_and_real_estate_services_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12981,F_RtnHir_REst_35_44,Females_Rental_hiring_and_real_estate_services_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12982,F_RtnHir_REst_45_54,Females_Rental_hiring_and_real_estate_services_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12983,F_RtnHir_REst_55_64,Females_Rental_hiring_and_real_estate_services_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12984,F_RtnHir_REst_65_74,Females_Rental_hiring_and_real_estate_services_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12985,F_RtnHir_REst_75_84,Females_Rental_hiring_and_real_estate_services_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12986,F_RtnHir_REst_85ov,Females_Rental_hiring_and_real_estate_services_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12987,F_RtnHir_REst_Tot,Females_Rental_hiring_and_real_estate_services_Total,G51B,G51b,Total|FEMALES +G12988,F_Pro_scien_tec_15_19,Females_Professional_scientific_and_technical_services_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12989,F_Pro_scien_tec_20_24,Females_Professional_scientific_and_technical_services_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G12990,F_Pro_scien_tec_25_34,Females_Professional_scientific_and_technical_services_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G12991,F_Pro_scien_tec_35_44,Females_Professional_scientific_and_technical_services_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G12992,F_Pro_scien_tec_45_54,Females_Professional_scientific_and_technical_services_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G12993,F_Pro_scien_tec_55_64,Females_Professional_scientific_and_technical_services_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G12994,F_Pro_scien_tec_65_74,Females_Professional_scientific_and_technical_services_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G12995,F_Pro_scien_tec_75_84,Females_Professional_scientific_and_technical_services_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G12996,F_Pro_scien_tec_85ov,Females_Professional_scientific_and_technical_services_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G12997,F_Pro_scien_tec_Tot,Females_Professional_scientific_and_technical_services_Total,G51B,G51b,Total|FEMALES +G12998,F_Admin_supp_15_19,Females_Administrative_and_support_services_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G12999,F_Admin_supp_20_24,Females_Administrative_and_support_services_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G13000,F_Admin_supp_25_34,Females_Administrative_and_support_services_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G13001,F_Admin_supp_35_44,Females_Administrative_and_support_services_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G13002,F_Admin_supp_45_54,Females_Administrative_and_support_services_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G13003,F_Admin_supp_55_64,Females_Administrative_and_support_services_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G13004,F_Admin_supp_65_74,Females_Administrative_and_support_services_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G13005,F_Admin_supp_75_84,Females_Administrative_and_support_services_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G13006,F_Admin_supp_85ov,Females_Administrative_and_support_services_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G13007,F_Admin_supp_Tot,Females_Administrative_and_support_services_Total,G51B,G51b,Total|FEMALES +G13008,F_Public_admin_sfty_15_19,Females_Public_administration_and_safety_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G13009,F_Public_admin_sfty_20_24,Females_Public_administration_and_safety_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G13010,F_Public_admin_sfty_25_34,Females_Public_administration_and_safety_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G13011,F_Public_admin_sfty_35_44,Females_Public_administration_and_safety_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G13012,F_Public_admin_sfty_45_54,Females_Public_administration_and_safety_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G13013,F_Public_admin_sfty_55_64,Females_Public_administration_and_safety_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G13014,F_Public_admin_sfty_65_74,Females_Public_administration_and_safety_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G13015,F_Public_admin_sfty_75_84,Females_Public_administration_and_safety_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G13016,F_Public_admin_sfty_85ov,Females_Public_administration_and_safety_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G13017,F_Public_admin_sfty_Tot,Females_Public_administration_and_safety_Total,G51B,G51b,Total|FEMALES +G13018,F_Educ_trng_15_19,Females_Education_and_training_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G13019,F_Educ_trng_20_24,Females_Education_and_training_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G13020,F_Educ_trng_25_34,Females_Education_and_training_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G13021,F_Educ_trng_35_44,Females_Education_and_training_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G13022,F_Educ_trng_45_54,Females_Education_and_training_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G13023,F_Educ_trng_55_64,Females_Education_and_training_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G13024,F_Educ_trng_65_74,Females_Education_and_training_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G13025,F_Educ_trng_75_84,Females_Education_and_training_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G13026,F_Educ_trng_85ov,Females_Education_and_training_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G13027,F_Educ_trng_Tot,Females_Education_and_training_Total,G51B,G51b,Total|FEMALES +G13028,F_HlthCare_SocAs_15_19,Females_Health_care_and_social_assistance_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G13029,F_HlthCare_SocAs_20_24,Females_Health_care_and_social_assistance_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G13030,F_HlthCare_SocAs_25_34,Females_Health_care_and_social_assistance_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G13031,F_HlthCare_SocAs_35_44,Females_Health_care_and_social_assistance_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G13032,F_HlthCare_SocAs_45_54,Females_Health_care_and_social_assistance_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G13033,F_HlthCare_SocAs_55_64,Females_Health_care_and_social_assistance_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G13034,F_HlthCare_SocAs_65_74,Females_Health_care_and_social_assistance_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G13035,F_HlthCare_SocAs_75_84,Females_Health_care_and_social_assistance_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G13036,F_HlthCare_SocAs_85ov,Females_Health_care_and_social_assistance_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G13037,F_HlthCare_SocAs_Tot,Females_Health_care_and_social_assistance_Total,G51B,G51b,Total|FEMALES +G13038,F_Art_recn_15_19,Females_Arts_and_recreation_services_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G13039,F_Art_recn_20_24,Females_Arts_and_recreation_services_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G13040,F_Art_recn_25_34,Females_Arts_and_recreation_services_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G13041,F_Art_recn_35_44,Females_Arts_and_recreation_services_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G13042,F_Art_recn_45_54,Females_Arts_and_recreation_services_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G13043,F_Art_recn_55_64,Females_Arts_and_recreation_services_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G13044,F_Art_recn_65_74,Females_Arts_and_recreation_services_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G13045,F_Art_recn_75_84,Females_Arts_and_recreation_services_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G13046,F_Art_recn_85ov,Females_Arts_and_recreation_services_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G13047,F_Art_recn_Tot,Females_Arts_and_recreation_services_Total,G51B,G51b,Total|FEMALES +G13048,F_Oth_scs_15_19,Females_Other_services_Age_15_19_years,G51B,G51b,Age: 15-19 years|FEMALES +G13049,F_Oth_scs_20_24,Females_Other_services_Age_20_24_years,G51B,G51b,Age: 20-24 years|FEMALES +G13050,F_Oth_scs_25_34,Females_Other_services_Age_25_34_years,G51B,G51b,Age: 25-34 years|FEMALES +G13051,F_Oth_scs_35_44,Females_Other_services_Age_35_44_years,G51B,G51b,Age: 35-44 years|FEMALES +G13052,F_Oth_scs_45_54,Females_Other_services_Age_45_54_years,G51B,G51b,Age: 45-54 years|FEMALES +G13053,F_Oth_scs_55_64,Females_Other_services_Age_55_64_years,G51B,G51b,Age: 55-64 years|FEMALES +G13054,F_Oth_scs_65_74,Females_Other_services_Age_65_74_years,G51B,G51b,Age: 65-74 years|FEMALES +G13055,F_Oth_scs_75_84,Females_Other_services_Age_75_84_years,G51B,G51b,Age: 75-84 years|FEMALES +G13056,F_Oth_scs_85ov,Females_Other_services_Age_85_years_and_over,G51B,G51b,Age: 85 years and over|FEMALES +G13057,F_Oth_scs_Tot,Females_Other_services_Total,G51B,G51b,Total|FEMALES +G13058,F_ID_NS_15_19,Females_Inadequately_described_Not_stated_Age_15_19_years,G51C,G51b,Age: 15-19 years|FEMALES +G13059,F_ID_NS_20_24,Females_Inadequately_described_Not_stated_Age_20_24_years,G51C,G51b,Age: 20-24 years|FEMALES +G13060,F_ID_NS_25_34,Females_Inadequately_described_Not_stated_Age_25_34_years,G51C,G51b,Age: 25-34 years|FEMALES +G13061,F_ID_NS_35_44,Females_Inadequately_described_Not_stated_Age_35_44_years,G51C,G51b,Age: 35-44 years|FEMALES +G13062,F_ID_NS_45_54,Females_Inadequately_described_Not_stated_Age_45_54_years,G51C,G51b,Age: 45-54 years|FEMALES +G13063,F_ID_NS_55_64,Females_Inadequately_described_Not_stated_Age_55_64_years,G51C,G51b,Age: 55-64 years|FEMALES +G13064,F_ID_NS_65_74,Females_Inadequately_described_Not_stated_Age_65_74_years,G51C,G51b,Age: 65-74 years|FEMALES +G13065,F_ID_NS_75_84,Females_Inadequately_described_Not_stated_Age_75_84_years,G51C,G51b,Age: 75-84 years|FEMALES +G13066,F_ID_NS_85ov,Females_Inadequately_described_Not_stated_Age_85_years_and_over,G51C,G51b,Age: 85 years and over|FEMALES +G13067,F_ID_NS_Tot,Females_Inadequately_described_Not_stated_Total,G51C,G51b,Total|FEMALES +G13068,F_Tot_15_19,Females_Total_Age_15_19_years,G51C,G51b,Age: 15-19 years|FEMALES +G13069,F_Tot_20_24,Females_Total_Age_20_24_years,G51C,G51b,Age: 20-24 years|FEMALES +G13070,F_Tot_25_34,Females_Total_Age_25_34_years,G51C,G51b,Age: 25-34 years|FEMALES +G13071,F_Tot_35_44,Females_Total_Age_35_44_years,G51C,G51b,Age: 35-44 years|FEMALES +G13072,F_Tot_45_54,Females_Total_Age_45_54_years,G51C,G51b,Age: 45-54 years|FEMALES +G13073,F_Tot_55_64,Females_Total_Age_55_64_years,G51C,G51b,Age: 55-64 years|FEMALES +G13074,F_Tot_65_74,Females_Total_Age_65_74_years,G51C,G51b,Age: 65-74 years|FEMALES +G13075,F_Tot_75_84,Females_Total_Age_75_84_years,G51C,G51b,Age: 75-84 years|FEMALES +G13076,F_Tot_85ov,Females_Total_Age_85_years_and_over,G51C,G51b,Age: 85 years and over|FEMALES +G13077,F_Tot_Tot,Females_Total_Total,G51C,G51b,Total|FEMALES +G13078,P_Ag_For_Fshg_15_19,Persons_Agriculture_forestry_and_fishing_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13079,P_Ag_For_Fshg_20_24,Persons_Agriculture_forestry_and_fishing_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13080,P_Ag_For_Fshg_25_34,Persons_Agriculture_forestry_and_fishing_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13081,P_Ag_For_Fshg_35_44,Persons_Agriculture_forestry_and_fishing_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13082,P_Ag_For_Fshg_45_54,Persons_Agriculture_forestry_and_fishing_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13083,P_Ag_For_Fshg_55_64,Persons_Agriculture_forestry_and_fishing_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13084,P_Ag_For_Fshg_65_74,Persons_Agriculture_forestry_and_fishing_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13085,P_Ag_For_Fshg_75_84,Persons_Agriculture_forestry_and_fishing_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13086,P_Ag_For_Fshg_85ov,Persons_Agriculture_forestry_and_fishing_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13087,P_Ag_For_Fshg_Tot,Persons_Agriculture_forestry_and_fishing_Total,G51C,G51c,Total|PERSONS +G13088,P_Mining_15_19,Persons_Mining_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13089,P_Mining_20_24,Persons_Mining_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13090,P_Mining_25_34,Persons_Mining_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13091,P_Mining_35_44,Persons_Mining_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13092,P_Mining_45_54,Persons_Mining_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13093,P_Mining_55_64,Persons_Mining_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13094,P_Mining_65_74,Persons_Mining_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13095,P_Mining_75_84,Persons_Mining_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13096,P_Mining_85ov,Persons_Mining_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13097,P_Mining_Tot,Persons_Mining_Total,G51C,G51c,Total|PERSONS +G13098,P_Manufact_15_19,Persons_Manufacturing_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13099,P_Manufact_20_24,Persons_Manufacturing_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13100,P_Manufact_25_34,Persons_Manufacturing_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13101,P_Manufact_35_44,Persons_Manufacturing_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13102,P_Manufact_45_54,Persons_Manufacturing_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13103,P_Manufact_55_64,Persons_Manufacturing_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13104,P_Manufact_65_74,Persons_Manufacturing_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13105,P_Manufact_75_84,Persons_Manufacturing_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13106,P_Manufact_85ov,Persons_Manufacturing_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13107,P_Manufact_Tot,Persons_Manufacturing_Total,G51C,G51c,Total|PERSONS +G13108,P_El_Gas_Wt_Waste_15_19,Persons_Electricity_gas_water_and_waste_services_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13109,P_El_Gas_Wt_Waste_20_24,Persons_Electricity_gas_water_and_waste_services_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13110,P_El_Gas_Wt_Waste_25_34,Persons_Electricity_gas_water_and_waste_services_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13111,P_El_Gas_Wt_Waste_35_44,Persons_Electricity_gas_water_and_waste_services_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13112,P_El_Gas_Wt_Waste_45_54,Persons_Electricity_gas_water_and_waste_services_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13113,P_El_Gas_Wt_Waste_55_64,Persons_Electricity_gas_water_and_waste_services_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13114,P_El_Gas_Wt_Waste_65_74,Persons_Electricity_gas_water_and_waste_services_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13115,P_El_Gas_Wt_Waste_75_84,Persons_Electricity_gas_water_and_waste_services_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13116,P_El_Gas_Wt_Waste_85ov,Persons_Electricity_gas_water_and_waste_services_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13117,P_El_Gas_Wt_Waste_Tot,Persons_Electricity_gas_water_and_waste_services_Total,G51C,G51c,Total|PERSONS +G13118,P_Constru_15_19,Persons_Construction_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13119,P_Constru_20_24,Persons_Construction_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13120,P_Constru_25_34,Persons_Construction_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13121,P_Constru_35_44,Persons_Construction_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13122,P_Constru_45_54,Persons_Construction_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13123,P_Constru_55_64,Persons_Construction_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13124,P_Constru_65_74,Persons_Construction_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13125,P_Constru_75_84,Persons_Construction_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13126,P_Constru_85ov,Persons_Construction_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13127,P_Constru_Tot,Persons_Construction_Total,G51C,G51c,Total|PERSONS +G13128,P_WhlesaleTde_15_19,Persons_Wholesale_trade_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13129,P_WhlesaleTde_20_24,Persons_Wholesale_trade_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13130,P_WhlesaleTde_25_34,Persons_Wholesale_trade_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13131,P_WhlesaleTde_35_44,Persons_Wholesale_trade_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13132,P_WhlesaleTde_45_54,Persons_Wholesale_trade_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13133,P_WhlesaleTde_55_64,Persons_Wholesale_trade_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13134,P_WhlesaleTde_65_74,Persons_Wholesale_trade_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13135,P_WhlesaleTde_75_84,Persons_Wholesale_trade_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13136,P_WhlesaleTde_85ov,Persons_Wholesale_trade_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13137,P_WhlesaleTde_Tot,Persons_Wholesale_trade_Total,G51C,G51c,Total|PERSONS +G13138,P_RetTde_15_19,Persons_Retail_trade_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13139,P_RetTde_20_24,Persons_Retail_trade_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13140,P_RetTde_25_34,Persons_Retail_trade_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13141,P_RetTde_35_44,Persons_Retail_trade_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13142,P_RetTde_45_54,Persons_Retail_trade_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13143,P_RetTde_55_64,Persons_Retail_trade_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13144,P_RetTde_65_74,Persons_Retail_trade_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13145,P_RetTde_75_84,Persons_Retail_trade_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13146,P_RetTde_85ov,Persons_Retail_trade_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13147,P_RetTde_Tot,Persons_Retail_trade_Total,G51C,G51c,Total|PERSONS +G13148,P_Accom_food_15_19,Persons_Accommodation_and_food_services_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13149,P_Accom_food_20_24,Persons_Accommodation_and_food_services_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13150,P_Accom_food_25_34,Persons_Accommodation_and_food_services_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13151,P_Accom_food_35_44,Persons_Accommodation_and_food_services_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13152,P_Accom_food_45_54,Persons_Accommodation_and_food_services_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13153,P_Accom_food_55_64,Persons_Accommodation_and_food_services_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13154,P_Accom_food_65_74,Persons_Accommodation_and_food_services_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13155,P_Accom_food_75_84,Persons_Accommodation_and_food_services_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13156,P_Accom_food_85ov,Persons_Accommodation_and_food_services_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13157,P_Accom_food_Tot,Persons_Accommodation_and_food_services_Total,G51C,G51c,Total|PERSONS +G13158,P_Trans_post_wrehsg_15_19,Persons_Transport_postal_and_warehousing_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13159,P_Trans_post_wrehsg_20_24,Persons_Transport_postal_and_warehousing_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13160,P_Trans_post_wrehsg_25_34,Persons_Transport_postal_and_warehousing_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13161,P_Trans_post_wrehsg_35_44,Persons_Transport_postal_and_warehousing_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13162,P_Trans_post_wrehsg_45_54,Persons_Transport_postal_and_warehousing_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13163,P_Trans_post_wrehsg_55_64,Persons_Transport_postal_and_warehousing_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13164,P_Trans_post_wrehsg_65_74,Persons_Transport_postal_and_warehousing_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13165,P_Trans_post_wrehsg_75_84,Persons_Transport_postal_and_warehousing_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13166,P_Trans_post_wrehsg_85ov,Persons_Transport_postal_and_warehousing_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13167,P_Trans_post_wrehsg_Tot,Persons_Transport_postal_and_warehousing_Total,G51C,G51c,Total|PERSONS +G13168,P_Info_media_teleco_15_19,Persons_Information_media_and_telecommunications_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13169,P_Info_media_teleco_20_24,Persons_Information_media_and_telecommunications_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13170,P_Info_media_teleco_25_34,Persons_Information_media_and_telecommunications_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13171,P_Info_media_teleco_35_44,Persons_Information_media_and_telecommunications_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13172,P_Info_media_teleco_45_54,Persons_Information_media_and_telecommunications_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13173,P_Info_media_teleco_55_64,Persons_Information_media_and_telecommunications_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13174,P_Info_media_teleco_65_74,Persons_Information_media_and_telecommunications_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13175,P_Info_media_teleco_75_84,Persons_Information_media_and_telecommunications_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13176,P_Info_media_teleco_85ov,Persons_Information_media_and_telecommunications_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13177,P_Info_media_teleco_Tot,Persons_Information_media_and_telecommunications_Total,G51C,G51c,Total|PERSONS +G13178,P_Fin_Insur_15_19,Persons_Financial_and_insurance_services_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13179,P_Fin_Insur_20_24,Persons_Financial_and_insurance_services_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13180,P_Fin_Insur_25_34,Persons_Financial_and_insurance_services_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13181,P_Fin_Insur_35_44,Persons_Financial_and_insurance_services_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13182,P_Fin_Insur_45_54,Persons_Financial_and_insurance_services_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13183,P_Fin_Insur_55_64,Persons_Financial_and_insurance_services_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13184,P_Fin_Insur_65_74,Persons_Financial_and_insurance_services_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13185,P_Fin_Insur_75_84,Persons_Financial_and_insurance_services_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13186,P_Fin_Insur_85ov,Persons_Financial_and_insurance_services_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13187,P_Fin_Insur_Tot,Persons_Financial_and_insurance_services_Total,G51C,G51c,Total|PERSONS +G13188,P_RtnHir_REst_15_19,Persons_Rental_hiring_and_real_estate_services_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13189,P_RtnHir_REst_20_24,Persons_Rental_hiring_and_real_estate_services_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13190,P_RtnHir_REst_25_34,Persons_Rental_hiring_and_real_estate_services_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13191,P_RtnHir_REst_35_44,Persons_Rental_hiring_and_real_estate_services_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13192,P_RtnHir_REst_45_54,Persons_Rental_hiring_and_real_estate_services_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13193,P_RtnHir_REst_55_64,Persons_Rental_hiring_and_real_estate_services_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13194,P_RtnHir_REst_65_74,Persons_Rental_hiring_and_real_estate_services_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13195,P_RtnHir_REst_75_84,Persons_Rental_hiring_and_real_estate_services_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13196,P_RtnHir_REst_85ov,Persons_Rental_hiring_and_real_estate_services_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13197,P_RtnHir_REst_Tot,Persons_Rental_hiring_and_real_estate_services_Total,G51C,G51c,Total|PERSONS +G13198,P_Pro_scien_tec_15_19,Persons_Professional_scientific_and_technical_services_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13199,P_Pro_scien_tec_20_24,Persons_Professional_scientific_and_technical_services_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13200,P_Pro_scien_tec_25_34,Persons_Professional_scientific_and_technical_services_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13201,P_Pro_scien_tec_35_44,Persons_Professional_scientific_and_technical_services_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13202,P_Pro_scien_tec_45_54,Persons_Professional_scientific_and_technical_services_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13203,P_Pro_scien_tec_55_64,Persons_Professional_scientific_and_technical_services_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13204,P_Pro_scien_tec_65_74,Persons_Professional_scientific_and_technical_services_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13205,P_Pro_scien_tec_75_84,Persons_Professional_scientific_and_technical_services_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13206,P_Pro_scien_tec_85ov,Persons_Professional_scientific_and_technical_services_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13207,P_Pro_scien_tec_Tot,Persons_Professional_scientific_and_technical_services_Total,G51C,G51c,Total|PERSONS +G13208,P_Admin_supp_15_19,Persons_Administrative_and_support_services_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13209,P_Admin_supp_20_24,Persons_Administrative_and_support_services_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13210,P_Admin_supp_25_34,Persons_Administrative_and_support_services_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13211,P_Admin_supp_35_44,Persons_Administrative_and_support_services_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13212,P_Admin_supp_45_54,Persons_Administrative_and_support_services_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13213,P_Admin_supp_55_64,Persons_Administrative_and_support_services_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13214,P_Admin_supp_65_74,Persons_Administrative_and_support_services_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13215,P_Admin_supp_75_84,Persons_Administrative_and_support_services_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13216,P_Admin_supp_85ov,Persons_Administrative_and_support_services_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13217,P_Admin_supp_Tot,Persons_Administrative_and_support_services_Total,G51C,G51c,Total|PERSONS +G13218,P_Public_admin_sfty_15_19,Persons_Public_administration_and_safety_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13219,P_Public_admin_sfty_20_24,Persons_Public_administration_and_safety_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13220,P_Public_admin_sfty_25_34,Persons_Public_administration_and_safety_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13221,P_Public_admin_sfty_35_44,Persons_Public_administration_and_safety_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13222,P_Public_admin_sfty_45_54,Persons_Public_administration_and_safety_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13223,P_Public_admin_sfty_55_64,Persons_Public_administration_and_safety_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13224,P_Public_admin_sfty_65_74,Persons_Public_administration_and_safety_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13225,P_Public_admin_sfty_75_84,Persons_Public_administration_and_safety_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13226,P_Public_admin_sfty_85ov,Persons_Public_administration_and_safety_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13227,P_Public_admin_sfty_Tot,Persons_Public_administration_and_safety_Total,G51C,G51c,Total|PERSONS +G13228,P_Educ_trng_15_19,Persons_Education_and_training_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13229,P_Educ_trng_20_24,Persons_Education_and_training_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13230,P_Educ_trng_25_34,Persons_Education_and_training_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13231,P_Educ_trng_35_44,Persons_Education_and_training_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13232,P_Educ_trng_45_54,Persons_Education_and_training_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13233,P_Educ_trng_55_64,Persons_Education_and_training_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13234,P_Educ_trng_65_74,Persons_Education_and_training_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13235,P_Educ_trng_75_84,Persons_Education_and_training_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13236,P_Educ_trng_85ov,Persons_Education_and_training_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13237,P_Educ_trng_Tot,Persons_Education_and_training_Total,G51C,G51c,Total|PERSONS +G13238,P_HlthCare_SocAs_15_19,Persons_Health_care_and_social_assistance_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13239,P_HlthCare_SocAs_20_24,Persons_Health_care_and_social_assistance_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13240,P_HlthCare_SocAs_25_34,Persons_Health_care_and_social_assistance_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13241,P_HlthCare_SocAs_35_44,Persons_Health_care_and_social_assistance_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13242,P_HlthCare_SocAs_45_54,Persons_Health_care_and_social_assistance_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13243,P_HlthCare_SocAs_55_64,Persons_Health_care_and_social_assistance_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13244,P_HlthCare_SocAs_65_74,Persons_Health_care_and_social_assistance_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13245,P_HlthCare_SocAs_75_84,Persons_Health_care_and_social_assistance_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13246,P_HlthCare_SocAs_85ov,Persons_Health_care_and_social_assistance_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13247,P_HlthCare_SocAs_Tot,Persons_Health_care_and_social_assistance_Total,G51C,G51c,Total|PERSONS +G13248,P_Art_recn_15_19,Persons_Arts_and_recreation_services_Age_15_19_years,G51C,G51c,Age: 15-19 years|PERSONS +G13249,P_Art_recn_20_24,Persons_Arts_and_recreation_services_Age_20_24_years,G51C,G51c,Age: 20-24 years|PERSONS +G13250,P_Art_recn_25_34,Persons_Arts_and_recreation_services_Age_25_34_years,G51C,G51c,Age: 25-34 years|PERSONS +G13251,P_Art_recn_35_44,Persons_Arts_and_recreation_services_Age_35_44_years,G51C,G51c,Age: 35-44 years|PERSONS +G13252,P_Art_recn_45_54,Persons_Arts_and_recreation_services_Age_45_54_years,G51C,G51c,Age: 45-54 years|PERSONS +G13253,P_Art_recn_55_64,Persons_Arts_and_recreation_services_Age_55_64_years,G51C,G51c,Age: 55-64 years|PERSONS +G13254,P_Art_recn_65_74,Persons_Arts_and_recreation_services_Age_65_74_years,G51C,G51c,Age: 65-74 years|PERSONS +G13255,P_Art_recn_75_84,Persons_Arts_and_recreation_services_Age_75_84_years,G51C,G51c,Age: 75-84 years|PERSONS +G13256,P_Art_recn_85ov,Persons_Arts_and_recreation_services_Age_85_years_and_over,G51C,G51c,Age: 85 years and over|PERSONS +G13257,P_Art_recn_Tot,Persons_Arts_and_recreation_services_Total,G51C,G51c,Total|PERSONS +G13258,P_Oth_scs_15_19,Persons_Other_services_Age_15_19_years,G51D,G51c,Age: 15-19 years|PERSONS +G13259,P_Oth_scs_20_24,Persons_Other_services_Age_20_24_years,G51D,G51c,Age: 20-24 years|PERSONS +G13260,P_Oth_scs_25_34,Persons_Other_services_Age_25_34_years,G51D,G51c,Age: 25-34 years|PERSONS +G13261,P_Oth_scs_35_44,Persons_Other_services_Age_35_44_years,G51D,G51c,Age: 35-44 years|PERSONS +G13262,P_Oth_scs_45_54,Persons_Other_services_Age_45_54_years,G51D,G51c,Age: 45-54 years|PERSONS +G13263,P_Oth_scs_55_64,Persons_Other_services_Age_55_64_years,G51D,G51c,Age: 55-64 years|PERSONS +G13264,P_Oth_scs_65_74,Persons_Other_services_Age_65_74_years,G51D,G51c,Age: 65-74 years|PERSONS +G13265,P_Oth_scs_75_84,Persons_Other_services_Age_75_84_years,G51D,G51c,Age: 75-84 years|PERSONS +G13266,P_Oth_scs_85ov,Persons_Other_services_Age_85_years_and_over,G51D,G51c,Age: 85 years and over|PERSONS +G13267,P_Oth_scs_Tot,Persons_Other_services_Total,G51D,G51c,Total|PERSONS +G13268,P_ID_NS_15_19,Persons_Inadequately_described_Not_stated_Age_15_19_years,G51D,G51c,Age: 15-19 years|PERSONS +G13269,P_ID_NS_20_24,Persons_Inadequately_described_Not_stated_Age_20_24_years,G51D,G51c,Age: 20-24 years|PERSONS +G13270,P_ID_NS_25_34,Persons_Inadequately_described_Not_stated_Age_25_34_years,G51D,G51c,Age: 25-34 years|PERSONS +G13271,P_ID_NS_35_44,Persons_Inadequately_described_Not_stated_Age_35_44_years,G51D,G51c,Age: 35-44 years|PERSONS +G13272,P_ID_NS_45_54,Persons_Inadequately_described_Not_stated_Age_45_54_years,G51D,G51c,Age: 45-54 years|PERSONS +G13273,P_ID_NS_55_64,Persons_Inadequately_described_Not_stated_Age_55_64_years,G51D,G51c,Age: 55-64 years|PERSONS +G13274,P_ID_NS_65_74,Persons_Inadequately_described_Not_stated_Age_65_74_years,G51D,G51c,Age: 65-74 years|PERSONS +G13275,P_ID_NS_75_84,Persons_Inadequately_described_Not_stated_Age_75_84_years,G51D,G51c,Age: 75-84 years|PERSONS +G13276,P_ID_NS_85ov,Persons_Inadequately_described_Not_stated_Age_85_years_and_over,G51D,G51c,Age: 85 years and over|PERSONS +G13277,P_ID_NS_Tot,Persons_Inadequately_described_Not_stated_Total,G51D,G51c,Total|PERSONS +G13278,P_Tot_15_19,Persons_Total_Age_15_19_years,G51D,G51c,Age: 15-19 years|PERSONS +G13279,P_Tot_20_24,Persons_Total_Age_20_24_years,G51D,G51c,Age: 20-24 years|PERSONS +G13280,P_Tot_25_34,Persons_Total_Age_25_34_years,G51D,G51c,Age: 25-34 years|PERSONS +G13281,P_Tot_35_44,Persons_Total_Age_35_44_years,G51D,G51c,Age: 35-44 years|PERSONS +G13282,P_Tot_45_54,Persons_Total_Age_45_54_years,G51D,G51c,Age: 45-54 years|PERSONS +G13283,P_Tot_55_64,Persons_Total_Age_55_64_years,G51D,G51c,Age: 55-64 years|PERSONS +G13284,P_Tot_65_74,Persons_Total_Age_65_74_years,G51D,G51c,Age: 65-74 years|PERSONS +G13285,P_Tot_75_84,Persons_Total_Age_75_84_years,G51D,G51c,Age: 75-84 years|PERSONS +G13286,P_Tot_85ov,Persons_Total_Age_85_years_and_over,G51D,G51c,Age: 85 years and over|PERSONS +G13287,P_Tot_Tot,Persons_Total_Total,G51D,G51c,Total|PERSONS +G13288,M_AgriForestFish_0,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13289,M_AgriForestFish_1_15,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13290,M_AgriForestFish_16_24,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13291,M_AgriForestFish_25_34,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13292,M_AgriForestFish_35_39,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13293,M_AgriForestFish_40,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13294,M_AgriForestFish_41_48,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13295,M_AgriForestFish_49over,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13296,M_AgriForestFish_hours_NS,Males_Agriculture_forestry_and_fishing_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13297,M_AgriForestFish_Tot,Males_Agriculture_forestry_and_fishing_Total,G52A,G52a,Total|MALES +G13298,M_Min_0,Males_Mining_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13299,M_Min_1_15,Males_Mining_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13300,M_Min_16_24,Males_Mining_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13301,M_Min_25_34,Males_Mining_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13302,M_Min_35_39,Males_Mining_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13303,M_Min_40,Males_Mining_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13304,M_Min_41_48,Males_Mining_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13305,M_Min_49over,Males_Mining_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13306,M_Min_hours_NS,Males_Mining_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13307,M_Min_Tot,Males_Mining_Total,G52A,G52a,Total|MALES +G13308,M_Mnfg_0,Males_Manufacturing_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13309,M_Mnfg_1_15,Males_Manufacturing_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13310,M_Mnfg_16_24,Males_Manufacturing_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13311,M_Mnfg_25_34,Males_Manufacturing_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13312,M_Mnfg_35_39,Males_Manufacturing_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13313,M_Mnfg_40,Males_Manufacturing_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13314,M_Mnfg_41_48,Males_Manufacturing_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13315,M_Mnfg_49over,Males_Manufacturing_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13316,M_Mnfg_hours_NS,Males_Manufacturing_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13317,M_Mnfg_Tot,Males_Manufacturing_Total,G52A,G52a,Total|MALES +G13318,M_EGW_WS_0,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13319,M_EGW_WS_1_15,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13320,M_EGW_WS_16_24,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13321,M_EGW_WS_25_34,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13322,M_EGW_WS_35_39,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13323,M_EGW_WS_40,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13324,M_EGW_WS_41_48,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13325,M_EGW_WS_49over,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13326,M_EGW_WS_hours_NS,Males_Electricity_gas_water_and_waste_services_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13327,M_EGW_WS_Tot,Males_Electricity_gas_water_and_waste_services_Total,G52A,G52a,Total|MALES +G13328,M_Cnstn_0,Males_Construction_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13329,M_Cnstn_1_15,Males_Construction_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13330,M_Cnstn_16_24,Males_Construction_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13331,M_Cnstn_25_34,Males_Construction_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13332,M_Cnstn_35_39,Males_Construction_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13333,M_Cnstn_40,Males_Construction_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13334,M_Cnstn_41_48,Males_Construction_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13335,M_Cnstn_49over,Males_Construction_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13336,M_Cnstn_hours_NS,Males_Construction_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13337,M_Cnstn_Tot,Males_Construction_Total,G52A,G52a,Total|MALES +G13338,M_WTrade_0,Males_Wholesale_trade_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13339,M_WTrade_1_15,Males_Wholesale_trade_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13340,M_WTrade_16_24,Males_Wholesale_trade_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13341,M_WTrade_25_34,Males_Wholesale_trade_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13342,M_WTrade_35_39,Males_Wholesale_trade_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13343,M_WTrade_40,Males_Wholesale_trade_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13344,M_WTrade_41_48,Males_Wholesale_trade_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13345,M_WTrade_49over,Males_Wholesale_trade_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13346,M_WTrade_hours_NS,Males_Wholesale_trade_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13347,M_WTrade_Tot,Males_Wholesale_trade_Total,G52A,G52a,Total|MALES +G13348,M_RTrade_0,Males_Retail_trade_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13349,M_RTrade_1_15,Males_Retail_trade_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13350,M_RTrade_16_24,Males_Retail_trade_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13351,M_RTrade_25_34,Males_Retail_trade_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13352,M_RTrade_35_39,Males_Retail_trade_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13353,M_RTrade_40,Males_Retail_trade_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13354,M_RTrade_41_48,Males_Retail_trade_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13355,M_RTrade_49over,Males_Retail_trade_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13356,M_RTrade_hours_NS,Males_Retail_trade_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13357,M_RTrade_Tot,Males_Retail_trade_Total,G52A,G52a,Total|MALES +G13358,M_AccomFoodS_0,Males_Accommodation_and_food_services_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13359,M_AccomFoodS_1_15,Males_Accommodation_and_food_services_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13360,M_AccomFoodS_16_24,Males_Accommodation_and_food_services_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13361,M_AccomFoodS_25_34,Males_Accommodation_and_food_services_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13362,M_AccomFoodS_35_39,Males_Accommodation_and_food_services_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13363,M_AccomFoodS_40,Males_Accommodation_and_food_services_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13364,M_AccomFoodS_41_48,Males_Accommodation_and_food_services_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13365,M_AccomFoodS_49over,Males_Accommodation_and_food_services_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13366,M_AccomFoodS_hours_NS,Males_Accommodation_and_food_services_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13367,M_AccomFoodS_Tot,Males_Accommodation_and_food_services_Total,G52A,G52a,Total|MALES +G13368,M_TransPostWhse_0,Males_Transport_postal_and_warehousing_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13369,M_TransPostWhse_1_15,Males_Transport_postal_and_warehousing_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13370,M_TransPostWhse_16_24,Males_Transport_postal_and_warehousing_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13371,M_TransPostWhse_25_34,Males_Transport_postal_and_warehousing_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13372,M_TransPostWhse_35_39,Males_Transport_postal_and_warehousing_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13373,M_TransPostWhse_40,Males_Transport_postal_and_warehousing_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13374,M_TransPostWhse_41_48,Males_Transport_postal_and_warehousing_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13375,M_TransPostWhse_49over,Males_Transport_postal_and_warehousing_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13376,M_TransPostWhse_hours_NS,Males_Transport_postal_and_warehousing_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13377,M_TransPostWhse_Tot,Males_Transport_postal_and_warehousing_Total,G52A,G52a,Total|MALES +G13378,M_InfoMedTelecom_0,Males_Information_media_and_telecommunications_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13379,M_InfoMedTelecom_1_15,Males_Information_media_and_telecommunications_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13380,M_InfoMedTelecom_16_24,Males_Information_media_and_telecommunications_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13381,M_InfoMedTelecom_25_34,Males_Information_media_and_telecommunications_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13382,M_InfoMedTelecom_35_39,Males_Information_media_and_telecommunications_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13383,M_InfoMedTelecom_40,Males_Information_media_and_telecommunications_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13384,M_InfoMedTelecom_41_48,Males_Information_media_and_telecommunications_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13385,M_InfoMedTelecom_49over,Males_Information_media_and_telecommunications_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13386,M_InfoMedTelecom_hours_NS,Males_Information_media_and_telecommunications_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13387,M_InfoMedTelecom_Tot,Males_Information_media_and_telecommunications_Total,G52A,G52a,Total|MALES +G13388,M_FinInsurS_0,Males_Financial_and_insurance_services_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13389,M_FinInsurS_1_15,Males_Financial_and_insurance_services_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13390,M_FinInsurS_16_24,Males_Financial_and_insurance_services_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13391,M_FinInsurS_25_34,Males_Financial_and_insurance_services_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13392,M_FinInsurS_35_39,Males_Financial_and_insurance_services_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13393,M_FinInsurS_40,Males_Financial_and_insurance_services_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13394,M_FinInsurS_41_48,Males_Financial_and_insurance_services_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13395,M_FinInsurS_49over,Males_Financial_and_insurance_services_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13396,M_FinInsurS_hours_NS,Males_Financial_and_insurance_services_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13397,M_FinInsurS_Tot,Males_Financial_and_insurance_services_Total,G52A,G52a,Total|MALES +G13398,M_RentHirREserv_0,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13399,M_RentHirREserv_1_15,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13400,M_RentHirREserv_16_24,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13401,M_RentHirREserv_25_34,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13402,M_RentHirREserv_35_39,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13403,M_RentHirREserv_40,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13404,M_RentHirREserv_41_48,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13405,M_RentHirREserv_49over,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13406,M_RentHirREserv_hours_NS,Males_Rental_hiring_and_real_estate_services_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13407,M_RentHirREserv_Tot,Males_Rental_hiring_and_real_estate_services_Total,G52A,G52a,Total|MALES +G13408,M_ProScieTechServ_0,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13409,M_ProScieTechServ_1_15,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13410,M_ProScieTechServ_16_24,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13411,M_ProScieTechServ_25_34,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13412,M_ProScieTechServ_35_39,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13413,M_ProScieTechServ_40,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13414,M_ProScieTechServ_41_48,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13415,M_ProScieTechServ_49over,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13416,M_ProScieTechServ_hours_NS,Males_Professional_scientific_and_technical_services_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13417,M_ProScieTechServ_Tot,Males_Professional_scientific_and_technical_services_Total,G52A,G52a,Total|MALES +G13418,M_AdminSupServ_0,Males_Administrative_and_support_services_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13419,M_AdminSupServ_1_15,Males_Administrative_and_support_services_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13420,M_AdminSupServ_16_24,Males_Administrative_and_support_services_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13421,M_AdminSupServ_25_34,Males_Administrative_and_support_services_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13422,M_AdminSupServ_35_39,Males_Administrative_and_support_services_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13423,M_AdminSupServ_40,Males_Administrative_and_support_services_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13424,M_AdminSupServ_41_48,Males_Administrative_and_support_services_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13425,M_AdminSupServ_49over,Males_Administrative_and_support_services_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13426,M_AdminSupServ_hours_NS,Males_Administrative_and_support_services_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13427,M_AdminSupServ_Tot,Males_Administrative_and_support_services_Total,G52A,G52a,Total|MALES +G13428,M_PubAdmiSafety_0,Males_Public_administration_and_safety_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13429,M_PubAdmiSafety_1_15,Males_Public_administration_and_safety_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13430,M_PubAdmiSafety_16_24,Males_Public_administration_and_safety_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13431,M_PubAdmiSafety_25_34,Males_Public_administration_and_safety_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13432,M_PubAdmiSafety_35_39,Males_Public_administration_and_safety_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13433,M_PubAdmiSafety_40,Males_Public_administration_and_safety_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13434,M_PubAdmiSafety_41_48,Males_Public_administration_and_safety_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13435,M_PubAdmiSafety_49over,Males_Public_administration_and_safety_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13436,M_PubAdmiSafety_hours_NS,Males_Public_administration_and_safety_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13437,M_PubAdmiSafety_Tot,Males_Public_administration_and_safety_Total,G52A,G52a,Total|MALES +G13438,M_EducTrain_0,Males_Education_and_training_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13439,M_EducTrain_1_15,Males_Education_and_training_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13440,M_EducTrain_16_24,Males_Education_and_training_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13441,M_EducTrain_25_34,Males_Education_and_training_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13442,M_EducTrain_35_39,Males_Education_and_training_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13443,M_EducTrain_40,Males_Education_and_training_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13444,M_EducTrain_41_48,Males_Education_and_training_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13445,M_EducTrain_49over,Males_Education_and_training_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13446,M_EducTrain_hours_NS,Males_Education_and_training_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13447,M_EducTrain_Tot,Males_Education_and_training_Total,G52A,G52a,Total|MALES +G13448,M_HealthCareSocA_0,Males_Health_care_and_social_assistance_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13449,M_HealthCareSocA_1_15,Males_Health_care_and_social_assistance_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13450,M_HealthCareSocA_16_24,Males_Health_care_and_social_assistance_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13451,M_HealthCareSocA_25_34,Males_Health_care_and_social_assistance_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13452,M_HealthCareSocA_35_39,Males_Health_care_and_social_assistance_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13453,M_HealthCareSocA_40,Males_Health_care_and_social_assistance_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13454,M_HealthCareSocA_41_48,Males_Health_care_and_social_assistance_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13455,M_HealthCareSocA_49over,Males_Health_care_and_social_assistance_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13456,M_HealthCareSocA_hours_NS,Males_Health_care_and_social_assistance_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13457,M_HealthCareSocA_Tot,Males_Health_care_and_social_assistance_Total,G52A,G52a,Total|MALES +G13458,M_ArtRecServ_0,Males_Arts_and_recreation_services_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13459,M_ArtRecServ_1_15,Males_Arts_and_recreation_services_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13460,M_ArtRecServ_16_24,Males_Arts_and_recreation_services_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13461,M_ArtRecServ_25_34,Males_Arts_and_recreation_services_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13462,M_ArtRecServ_35_39,Males_Arts_and_recreation_services_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13463,M_ArtRecServ_40,Males_Arts_and_recreation_services_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13464,M_ArtRecServ_41_48,Males_Arts_and_recreation_services_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13465,M_ArtRecServ_49over,Males_Arts_and_recreation_services_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13466,M_ArtRecServ_hours_NS,Males_Arts_and_recreation_services_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13467,M_ArtRecServ_Tot,Males_Arts_and_recreation_services_Total,G52A,G52a,Total|MALES +G13468,M_OthServ_0,Males_Other_services_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13469,M_OthServ_1_15,Males_Other_services_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13470,M_OthServ_16_24,Males_Other_services_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13471,M_OthServ_25_34,Males_Other_services_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13472,M_OthServ_35_39,Males_Other_services_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13473,M_OthServ_40,Males_Other_services_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13474,M_OthServ_41_48,Males_Other_services_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13475,M_OthServ_49over,Males_Other_services_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13476,M_OthServ_hours_NS,Males_Other_services_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13477,M_OthServ_Tot,Males_Other_services_Total,G52A,G52a,Total|MALES +G13478,M_ID_NS_0,Males_Inadequately_described_Not_stated_Number_of_hours_worked_None,G52A,G52a,Number of hours worked: None|MALES +G13479,M_ID_NS_1_15,Males_Inadequately_described_Not_stated_Number_of_hours_worked_1_15_hours,G52A,G52a,Number of hours worked: 1-15 hours|MALES +G13480,M_ID_NS_16_24,Males_Inadequately_described_Not_stated_Number_of_hours_worked_16_24_hours,G52A,G52a,Number of hours worked: 16-24 hours|MALES +G13481,M_ID_NS_25_34,Males_Inadequately_described_Not_stated_Number_of_hours_worked_25_34_hours,G52A,G52a,Number of hours worked: 25-34 hours|MALES +G13482,M_ID_NS_35_39,Males_Inadequately_described_Not_stated_Number_of_hours_worked_35_39_hours,G52A,G52a,Number of hours worked: 35-39 hours|MALES +G13483,M_ID_NS_40,Males_Inadequately_described_Not_stated_Number_of_hours_worked_40_hours,G52A,G52a,Number of hours worked: 40 hours|MALES +G13484,M_ID_NS_41_48,Males_Inadequately_described_Not_stated_Number_of_hours_worked_41_48_hours,G52A,G52a,Number of hours worked: 41-48 hours|MALES +G13485,M_ID_NS_49over,Males_Inadequately_described_Not_stated_Number_of_hours_worked_49_hours_and_over,G52A,G52a,Number of hours worked: 49 and over|MALES +G13486,M_ID_NS_hours_NS,Males_Inadequately_described_Not_stated_Number_of_hours_worked_Not_stated,G52A,G52a,Number of hours worked: Not stated|MALES +G13487,M_ID_NS_Tot,Males_Inadequately_described_Not_stated_Total,G52A,G52a,Total|MALES +G13488,M_Tot_0,Males_Total_Number_of_hours_worked_None,G52B,G52a,Number of hours worked: None|MALES +G13489,M_Tot_1_15,Males_Total_Number_of_hours_worked_1_15_hours,G52B,G52a,Number of hours worked: 1-15 hours|MALES +G13490,M_Tot_16_24,Males_Total_Number_of_hours_worked_16_24_hours,G52B,G52a,Number of hours worked: 16-24 hours|MALES +G13491,M_Tot_25_34,Males_Total_Number_of_hours_worked_25_34_hours,G52B,G52a,Number of hours worked: 25-34 hours|MALES +G13492,M_Tot_35_39,Males_Total_Number_of_hours_worked_35_39_hours,G52B,G52a,Number of hours worked: 35-39 hours|MALES +G13493,M_Tot_40,Males_Total_Number_of_hours_worked_40_hours,G52B,G52a,Number of hours worked: 40 hours|MALES +G13494,M_Tot_41_48,Males_Total_Number_of_hours_worked_41_48_hours,G52B,G52a,Number of hours worked: 41-48 hours|MALES +G13495,M_Tot_49over,Males_Total_Number_of_hours_worked_49_hours_and_over,G52B,G52a,Number of hours worked: 49 and over|MALES +G13496,M_Tot_hours_NS,Males_Total_Number_of_hours_worked_Not_stated,G52B,G52a,Number of hours worked: Not stated|MALES +G13497,M_Tot_Tot,Males_Total_Total,G52B,G52a,Total|MALES +G13498,F_AgriForestFish_0,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13499,F_AgriForestFish_1_15,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13500,F_AgriForestFish_16_24,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13501,F_AgriForestFish_25_34,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13502,F_AgriForestFish_35_39,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13503,F_AgriForestFish_40,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13504,F_AgriForestFish_41_48,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13505,F_AgriForestFish_49over,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13506,F_AgriForestFish_hours_NS,Females_Agriculture_forestry_and_fishing_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13507,F_AgriForestFish_Tot,Females_Agriculture_forestry_and_fishing_Total,G52B,G52b,Total|FEMALES +G13508,F_Min_0,Females_Mining_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13509,F_Min_1_15,Females_Mining_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13510,F_Min_16_24,Females_Mining_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13511,F_Min_25_34,Females_Mining_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13512,F_Min_35_39,Females_Mining_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13513,F_Min_40,Females_Mining_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13514,F_Min_41_48,Females_Mining_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13515,F_Min_49over,Females_Mining_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13516,F_Min_hours_NS,Females_Mining_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13517,F_Min_Tot,Females_Mining_Total,G52B,G52b,Total|FEMALES +G13518,F_Mnfg_0,Females_Manufacturing_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13519,F_Mnfg_1_15,Females_Manufacturing_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13520,F_Mnfg_16_24,Females_Manufacturing_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13521,F_Mnfg_25_34,Females_Manufacturing_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13522,F_Mnfg_35_39,Females_Manufacturing_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13523,F_Mnfg_40,Females_Manufacturing_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13524,F_Mnfg_41_48,Females_Manufacturing_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13525,F_Mnfg_49over,Females_Manufacturing_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13526,F_Mnfg_hours_NS,Females_Manufacturing_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13527,F_Mnfg_Tot,Females_Manufacturing_Total,G52B,G52b,Total|FEMALES +G13528,F_EGW_WS_0,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13529,F_EGW_WS_1_15,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13530,F_EGW_WS_16_24,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13531,F_EGW_WS_25_34,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13532,F_EGW_WS_35_39,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13533,F_EGW_WS_40,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13534,F_EGW_WS_41_48,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13535,F_EGW_WS_49over,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13536,F_EGW_WS_hours_NS,Females_Electricity_gas_water_and_waste_services_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13537,F_EGW_WS_Tot,Females_Electricity_gas_water_and_waste_services_Total,G52B,G52b,Total|FEMALES +G13538,F_Cnstn_0,Females_Construction_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13539,F_Cnstn_1_15,Females_Construction_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13540,F_Cnstn_16_24,Females_Construction_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13541,F_Cnstn_25_34,Females_Construction_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13542,F_Cnstn_35_39,Females_Construction_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13543,F_Cnstn_40,Females_Construction_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13544,F_Cnstn_41_48,Females_Construction_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13545,F_Cnstn_49over,Females_Construction_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13546,F_Cnstn_hours_NS,Females_Construction_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13547,F_Cnstn_Tot,Females_Construction_Total,G52B,G52b,Total|FEMALES +G13548,F_WTrade_0,Females_Wholesale_trade_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13549,F_WTrade_1_15,Females_Wholesale_trade_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13550,F_WTrade_16_24,Females_Wholesale_trade_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13551,F_WTrade_25_34,Females_Wholesale_trade_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13552,F_WTrade_35_39,Females_Wholesale_trade_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13553,F_WTrade_40,Females_Wholesale_trade_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13554,F_WTrade_41_48,Females_Wholesale_trade_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13555,F_WTrade_49over,Females_Wholesale_trade_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13556,F_WTrade_hours_NS,Females_Wholesale_trade_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13557,F_WTrade_Tot,Females_Wholesale_trade_Total,G52B,G52b,Total|FEMALES +G13558,F_RTrade_0,Females_Retail_trade_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13559,F_RTrade_1_15,Females_Retail_trade_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13560,F_RTrade_16_24,Females_Retail_trade_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13561,F_RTrade_25_34,Females_Retail_trade_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13562,F_RTrade_35_39,Females_Retail_trade_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13563,F_RTrade_40,Females_Retail_trade_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13564,F_RTrade_41_48,Females_Retail_trade_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13565,F_RTrade_49over,Females_Retail_trade_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13566,F_RTrade_hours_NS,Females_Retail_trade_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13567,F_RTrade_Tot,Females_Retail_trade_Total,G52B,G52b,Total|FEMALES +G13568,F_AccomFoodS_0,Females_Accommodation_and_food_services_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13569,F_AccomFoodS_1_15,Females_Accommodation_and_food_services_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13570,F_AccomFoodS_16_24,Females_Accommodation_and_food_services_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13571,F_AccomFoodS_25_34,Females_Accommodation_and_food_services_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13572,F_AccomFoodS_35_39,Females_Accommodation_and_food_services_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13573,F_AccomFoodS_40,Females_Accommodation_and_food_services_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13574,F_AccomFoodS_41_48,Females_Accommodation_and_food_services_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13575,F_AccomFoodS_49over,Females_Accommodation_and_food_services_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13576,F_AccomFoodS_hours_NS,Females_Accommodation_and_food_services_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13577,F_AccomFoodS_Tot,Females_Accommodation_and_food_services_Total,G52B,G52b,Total|FEMALES +G13578,F_TransPostWhse_0,Females_Transport_postal_and_warehousing_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13579,F_TransPostWhse_1_15,Females_Transport_postal_and_warehousing_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13580,F_TransPostWhse_16_24,Females_Transport_postal_and_warehousing_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13581,F_TransPostWhse_25_34,Females_Transport_postal_and_warehousing_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13582,F_TransPostWhse_35_39,Females_Transport_postal_and_warehousing_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13583,F_TransPostWhse_40,Females_Transport_postal_and_warehousing_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13584,F_TransPostWhse_41_48,Females_Transport_postal_and_warehousing_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13585,F_TransPostWhse_49over,Females_Transport_postal_and_warehousing_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13586,F_TransPostWhse_hours_NS,Females_Transport_postal_and_warehousing_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13587,F_TransPostWhse_Tot,Females_Transport_postal_and_warehousing_Total,G52B,G52b,Total|FEMALES +G13588,F_InfoMedTelecom_0,Females_Information_media_and_telecommunications_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13589,F_InfoMedTelecom_1_15,Females_Information_media_and_telecommunications_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13590,F_InfoMedTelecom_16_24,Females_Information_media_and_telecommunications_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13591,F_InfoMedTelecom_25_34,Females_Information_media_and_telecommunications_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13592,F_InfoMedTelecom_35_39,Females_Information_media_and_telecommunications_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13593,F_InfoMedTelecom_40,Females_Information_media_and_telecommunications_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13594,F_InfoMedTelecom_41_48,Females_Information_media_and_telecommunications_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13595,F_InfoMedTelecom_49over,Females_Information_media_and_telecommunications_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13596,F_InfoMedTelecom_hours_NS,Females_Information_media_and_telecommunications_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13597,F_InfoMedTelecom_Tot,Females_Information_media_and_telecommunications_Total,G52B,G52b,Total|FEMALES +G13598,F_FinInsurS_0,Females_Financial_and_insurance_services_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13599,F_FinInsurS_1_15,Females_Financial_and_insurance_services_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13600,F_FinInsurS_16_24,Females_Financial_and_insurance_services_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13601,F_FinInsurS_25_34,Females_Financial_and_insurance_services_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13602,F_FinInsurS_35_39,Females_Financial_and_insurance_services_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13603,F_FinInsurS_40,Females_Financial_and_insurance_services_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13604,F_FinInsurS_41_48,Females_Financial_and_insurance_services_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13605,F_FinInsurS_49over,Females_Financial_and_insurance_services_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13606,F_FinInsurS_hours_NS,Females_Financial_and_insurance_services_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13607,F_FinInsurS_Tot,Females_Financial_and_insurance_services_Total,G52B,G52b,Total|FEMALES +G13608,F_RentHirREserv_0,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13609,F_RentHirREserv_1_15,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13610,F_RentHirREserv_16_24,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13611,F_RentHirREserv_25_34,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13612,F_RentHirREserv_35_39,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13613,F_RentHirREserv_40,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13614,F_RentHirREserv_41_48,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13615,F_RentHirREserv_49over,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13616,F_RentHirREserv_hours_NS,Females_Rental_hiring_and_real_estate_services_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13617,F_RentHirREserv_Tot,Females_Rental_hiring_and_real_estate_services_Total,G52B,G52b,Total|FEMALES +G13618,F_ProScieTechServ_0,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13619,F_ProScieTechServ_1_15,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13620,F_ProScieTechServ_16_24,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13621,F_ProScieTechServ_25_34,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13622,F_ProScieTechServ_35_39,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13623,F_ProScieTechServ_40,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13624,F_ProScieTechServ_41_48,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13625,F_ProScieTechServ_49over,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13626,F_ProScieTechServ_hours_NS,Females_Professional_scientific_and_technical_services_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13627,F_ProScieTechServ_Tot,Females_Professional_scientific_and_technical_services_Total,G52B,G52b,Total|FEMALES +G13628,F_AdminSupServ_0,Females_Administrative_and_support_services_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13629,F_AdminSupServ_1_15,Females_Administrative_and_support_services_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13630,F_AdminSupServ_16_24,Females_Administrative_and_support_services_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13631,F_AdminSupServ_25_34,Females_Administrative_and_support_services_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13632,F_AdminSupServ_35_39,Females_Administrative_and_support_services_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13633,F_AdminSupServ_40,Females_Administrative_and_support_services_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13634,F_AdminSupServ_41_48,Females_Administrative_and_support_services_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13635,F_AdminSupServ_49over,Females_Administrative_and_support_services_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13636,F_AdminSupServ_hours_NS,Females_Administrative_and_support_services_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13637,F_AdminSupServ_Tot,Females_Administrative_and_support_services_Total,G52B,G52b,Total|FEMALES +G13638,F_PubAdmiSafety_0,Females_Public_administration_and_safety_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13639,F_PubAdmiSafety_1_15,Females_Public_administration_and_safety_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13640,F_PubAdmiSafety_16_24,Females_Public_administration_and_safety_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13641,F_PubAdmiSafety_25_34,Females_Public_administration_and_safety_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13642,F_PubAdmiSafety_35_39,Females_Public_administration_and_safety_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13643,F_PubAdmiSafety_40,Females_Public_administration_and_safety_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13644,F_PubAdmiSafety_41_48,Females_Public_administration_and_safety_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13645,F_PubAdmiSafety_49over,Females_Public_administration_and_safety_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13646,F_PubAdmiSafety_hours_NS,Females_Public_administration_and_safety_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13647,F_PubAdmiSafety_Tot,Females_Public_administration_and_safety_Total,G52B,G52b,Total|FEMALES +G13648,F_EducTrain_0,Females_Education_and_training_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13649,F_EducTrain_1_15,Females_Education_and_training_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13650,F_EducTrain_16_24,Females_Education_and_training_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13651,F_EducTrain_25_34,Females_Education_and_training_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13652,F_EducTrain_35_39,Females_Education_and_training_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13653,F_EducTrain_40,Females_Education_and_training_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13654,F_EducTrain_41_48,Females_Education_and_training_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13655,F_EducTrain_49over,Females_Education_and_training_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13656,F_EducTrain_hours_NS,Females_Education_and_training_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13657,F_EducTrain_Tot,Females_Education_and_training_Total,G52B,G52b,Total|FEMALES +G13658,F_HealthCareSocA_0,Females_Health_care_and_social_assistance_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13659,F_HealthCareSocA_1_15,Females_Health_care_and_social_assistance_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13660,F_HealthCareSocA_16_24,Females_Health_care_and_social_assistance_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13661,F_HealthCareSocA_25_34,Females_Health_care_and_social_assistance_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13662,F_HealthCareSocA_35_39,Females_Health_care_and_social_assistance_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13663,F_HealthCareSocA_40,Females_Health_care_and_social_assistance_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13664,F_HealthCareSocA_41_48,Females_Health_care_and_social_assistance_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13665,F_HealthCareSocA_49over,Females_Health_care_and_social_assistance_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13666,F_HealthCareSocA_hours_NS,Females_Health_care_and_social_assistance_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13667,F_HealthCareSocA_Tot,Females_Health_care_and_social_assistance_Total,G52B,G52b,Total|FEMALES +G13668,F_ArtRecServ_0,Females_Arts_and_recreation_services_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13669,F_ArtRecServ_1_15,Females_Arts_and_recreation_services_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13670,F_ArtRecServ_16_24,Females_Arts_and_recreation_services_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13671,F_ArtRecServ_25_34,Females_Arts_and_recreation_services_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13672,F_ArtRecServ_35_39,Females_Arts_and_recreation_services_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13673,F_ArtRecServ_40,Females_Arts_and_recreation_services_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13674,F_ArtRecServ_41_48,Females_Arts_and_recreation_services_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13675,F_ArtRecServ_49over,Females_Arts_and_recreation_services_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13676,F_ArtRecServ_hours_NS,Females_Arts_and_recreation_services_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13677,F_ArtRecServ_Tot,Females_Arts_and_recreation_services_Total,G52B,G52b,Total|FEMALES +G13678,F_OthServ_0,Females_Other_services_Number_of_hours_worked_None,G52B,G52b,Number of hours worked: None|FEMALES +G13679,F_OthServ_1_15,Females_Other_services_Number_of_hours_worked_1_15_hours,G52B,G52b,Number of hours worked: 1-15 hours|FEMALES +G13680,F_OthServ_16_24,Females_Other_services_Number_of_hours_worked_16_24_hours,G52B,G52b,Number of hours worked: 16-24 hours|FEMALES +G13681,F_OthServ_25_34,Females_Other_services_Number_of_hours_worked_25_34_hours,G52B,G52b,Number of hours worked: 25-34 hours|FEMALES +G13682,F_OthServ_35_39,Females_Other_services_Number_of_hours_worked_35_39_hours,G52B,G52b,Number of hours worked: 35-39 hours|FEMALES +G13683,F_OthServ_40,Females_Other_services_Number_of_hours_worked_40_hours,G52B,G52b,Number of hours worked: 40 hours|FEMALES +G13684,F_OthServ_41_48,Females_Other_services_Number_of_hours_worked_41_48_hours,G52B,G52b,Number of hours worked: 41-48 hours|FEMALES +G13685,F_OthServ_49over,Females_Other_services_Number_of_hours_worked_49_hours_and_over,G52B,G52b,Number of hours worked: 49 and over|FEMALES +G13686,F_OthServ_hours_NS,Females_Other_services_Number_of_hours_worked_Not_stated,G52B,G52b,Number of hours worked: Not stated|FEMALES +G13687,F_OthServ_Tot,Females_Other_services_Total,G52B,G52b,Total|FEMALES +G13688,F_ID_NS_0,Females_Inadequately_described_Not_stated_Number_of_hours_worked_None,G52C,G52b,Number of hours worked: None|FEMALES +G13689,F_ID_NS_1_15,Females_Inadequately_described_Not_stated_Number_of_hours_worked_1_15_hours,G52C,G52b,Number of hours worked: 1-15 hours|FEMALES +G13690,F_ID_NS_16_24,Females_Inadequately_described_Not_stated_Number_of_hours_worked_16_24_hours,G52C,G52b,Number of hours worked: 16-24 hours|FEMALES +G13691,F_ID_NS_25_34,Females_Inadequately_described_Not_stated_Number_of_hours_worked_25_34_hours,G52C,G52b,Number of hours worked: 25-34 hours|FEMALES +G13692,F_ID_NS_35_39,Females_Inadequately_described_Not_stated_Number_of_hours_worked_35_39_hours,G52C,G52b,Number of hours worked: 35-39 hours|FEMALES +G13693,F_ID_NS_40,Females_Inadequately_described_Not_stated_Number_of_hours_worked_40_hours,G52C,G52b,Number of hours worked: 40 hours|FEMALES +G13694,F_ID_NS_41_48,Females_Inadequately_described_Not_stated_Number_of_hours_worked_41_48_hours,G52C,G52b,Number of hours worked: 41-48 hours|FEMALES +G13695,F_ID_NS_49over,Females_Inadequately_described_Not_stated_Number_of_hours_worked_49_hours_and_over,G52C,G52b,Number of hours worked: 49 and over|FEMALES +G13696,F_ID_NS_hours_NS,Females_Inadequately_described_Not_stated_Number_of_hours_worked_Not_stated,G52C,G52b,Number of hours worked: Not stated|FEMALES +G13697,F_ID_NS_Tot,Females_Inadequately_described_Not_stated_Total,G52C,G52b,Total|FEMALES +G13698,F_Tot_0,Females_Total_Number_of_hours_worked_None,G52C,G52b,Number of hours worked: None|FEMALES +G13699,F_Tot_1_15,Females_Total_Number_of_hours_worked_1_15_hours,G52C,G52b,Number of hours worked: 1-15 hours|FEMALES +G13700,F_Tot_16_24,Females_Total_Number_of_hours_worked_16_24_hours,G52C,G52b,Number of hours worked: 16-24 hours|FEMALES +G13701,F_Tot_25_34,Females_Total_Number_of_hours_worked_25_34_hours,G52C,G52b,Number of hours worked: 25-34 hours|FEMALES +G13702,F_Tot_35_39,Females_Total_Number_of_hours_worked_35_39_hours,G52C,G52b,Number of hours worked: 35-39 hours|FEMALES +G13703,F_Tot_40,Females_Total_Number_of_hours_worked_40_hours,G52C,G52b,Number of hours worked: 40 hours|FEMALES +G13704,F_Tot_41_48,Females_Total_Number_of_hours_worked_41_48_hours,G52C,G52b,Number of hours worked: 41-48 hours|FEMALES +G13705,F_Tot_49over,Females_Total_Number_of_hours_worked_49_hours_and_over,G52C,G52b,Number of hours worked: 49 and over|FEMALES +G13706,F_Tot_hours_NS,Females_Total_Number_of_hours_worked_Not_stated,G52C,G52b,Number of hours worked: Not stated|FEMALES +G13707,F_Tot_Tot,Females_Total_Total,G52C,G52b,Total|FEMALES +G13708,P_AgriForestFish_0,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13709,P_AgriForestFish_1_15,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13710,P_AgriForestFish_16_24,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13711,P_AgriForestFish_25_34,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13712,P_AgriForestFish_35_39,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13713,P_AgriForestFish_40,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13714,P_AgriForestFish_41_48,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13715,P_AgriForestFish_49over,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13716,P_AgriForestFish_hours_NS,Persons_Agriculture_forestry_and_fishing_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13717,P_AgriForestFish_Tot,Persons_Agriculture_forestry_and_fishing_Total,G52C,G52c,Total|PERSONS +G13718,P_Min_0,Persons_Mining_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13719,P_Min_1_15,Persons_Mining_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13720,P_Min_16_24,Persons_Mining_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13721,P_Min_25_34,Persons_Mining_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13722,P_Min_35_39,Persons_Mining_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13723,P_Min_40,Persons_Mining_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13724,P_Min_41_48,Persons_Mining_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13725,P_Min_49over,Persons_Mining_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13726,P_Min_hours_NS,Persons_Mining_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13727,P_Min_Tot,Persons_Mining_Total,G52C,G52c,Total|PERSONS +G13728,P_Mnfg_0,Persons_Manufacturing_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13729,P_Mnfg_1_15,Persons_Manufacturing_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13730,P_Mnfg_16_24,Persons_Manufacturing_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13731,P_Mnfg_25_34,Persons_Manufacturing_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13732,P_Mnfg_35_39,Persons_Manufacturing_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13733,P_Mnfg_40,Persons_Manufacturing_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13734,P_Mnfg_41_48,Persons_Manufacturing_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13735,P_Mnfg_49over,Persons_Manufacturing_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13736,P_Mnfg_hours_NS,Persons_Manufacturing_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13737,P_Mnfg_Tot,Persons_Manufacturing_Total,G52C,G52c,Total|PERSONS +G13738,P_EGW_WS_0,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13739,P_EGW_WS_1_15,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13740,P_EGW_WS_16_24,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13741,P_EGW_WS_25_34,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13742,P_EGW_WS_35_39,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13743,P_EGW_WS_40,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13744,P_EGW_WS_41_48,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13745,P_EGW_WS_49over,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13746,P_EGW_WS_hours_NS,Persons_Electricity_gas_water_and_waste_services_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13747,P_EGW_WS_Tot,Persons_Electricity_gas_water_and_waste_services_Total,G52C,G52c,Total|PERSONS +G13748,P_Cnstn_0,Persons_Construction_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13749,P_Cnstn_1_15,Persons_Construction_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13750,P_Cnstn_16_24,Persons_Construction_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13751,P_Cnstn_25_34,Persons_Construction_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13752,P_Cnstn_35_39,Persons_Construction_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13753,P_Cnstn_40,Persons_Construction_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13754,P_Cnstn_41_48,Persons_Construction_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13755,P_Cnstn_49over,Persons_Construction_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13756,P_Cnstn_hours_NS,Persons_Construction_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13757,P_Cnstn_Tot,Persons_Construction_Total,G52C,G52c,Total|PERSONS +G13758,P_WTrade_0,Persons_Wholesale_trade_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13759,P_WTrade_1_15,Persons_Wholesale_trade_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13760,P_WTrade_16_24,Persons_Wholesale_trade_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13761,P_WTrade_25_34,Persons_Wholesale_trade_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13762,P_WTrade_35_39,Persons_Wholesale_trade_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13763,P_WTrade_40,Persons_Wholesale_trade_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13764,P_WTrade_41_48,Persons_Wholesale_trade_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13765,P_WTrade_49over,Persons_Wholesale_trade_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13766,P_WTrade_hours_NS,Persons_Wholesale_trade_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13767,P_WTrade_Tot,Persons_Wholesale_trade_Total,G52C,G52c,Total|PERSONS +G13768,P_RTrade_0,Persons_Retail_trade_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13769,P_RTrade_1_15,Persons_Retail_trade_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13770,P_RTrade_16_24,Persons_Retail_trade_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13771,P_RTrade_25_34,Persons_Retail_trade_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13772,P_RTrade_35_39,Persons_Retail_trade_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13773,P_RTrade_40,Persons_Retail_trade_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13774,P_RTrade_41_48,Persons_Retail_trade_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13775,P_RTrade_49over,Persons_Retail_trade_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13776,P_RTrade_hours_NS,Persons_Retail_trade_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13777,P_RTrade_Tot,Persons_Retail_trade_Total,G52C,G52c,Total|PERSONS +G13778,P_AccomFoodS_0,Persons_Accommodation_and_food_services_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13779,P_AccomFoodS_1_15,Persons_Accommodation_and_food_services_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13780,P_AccomFoodS_16_24,Persons_Accommodation_and_food_services_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13781,P_AccomFoodS_25_34,Persons_Accommodation_and_food_services_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13782,P_AccomFoodS_35_39,Persons_Accommodation_and_food_services_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13783,P_AccomFoodS_40,Persons_Accommodation_and_food_services_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13784,P_AccomFoodS_41_48,Persons_Accommodation_and_food_services_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13785,P_AccomFoodS_49over,Persons_Accommodation_and_food_services_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13786,P_AccomFoodS_hours_NS,Persons_Accommodation_and_food_services_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13787,P_AccomFoodS_Tot,Persons_Accommodation_and_food_services_Total,G52C,G52c,Total|PERSONS +G13788,P_TransPostWhse_0,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13789,P_TransPostWhse_1_15,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13790,P_TransPostWhse_16_24,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13791,P_TransPostWhse_25_34,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13792,P_TransPostWhse_35_39,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13793,P_TransPostWhse_40,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13794,P_TransPostWhse_41_48,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13795,P_TransPostWhse_49over,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13796,P_TransPostWhse_hours_NS,Persons_Transport_postal_and_warehousing_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13797,P_TransPostWhse_Tot,Persons_Transport_postal_and_warehousing_Total,G52C,G52c,Total|PERSONS +G13798,P_InfoMedTelecom_0,Persons_Information_media_and_telecommunications_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13799,P_InfoMedTelecom_1_15,Persons_Information_media_and_telecommunications_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13800,P_InfoMedTelecom_16_24,Persons_Information_media_and_telecommunications_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13801,P_InfoMedTelecom_25_34,Persons_Information_media_and_telecommunications_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13802,P_InfoMedTelecom_35_39,Persons_Information_media_and_telecommunications_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13803,P_InfoMedTelecom_40,Persons_Information_media_and_telecommunications_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13804,P_InfoMedTelecom_41_48,Persons_Information_media_and_telecommunications_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13805,P_InfoMedTelecom_49over,Persons_Information_media_and_telecommunications_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13806,P_InfoMedTelecom_hours_NS,Persons_Information_media_and_telecommunications_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13807,P_InfoMedTelecom_Tot,Persons_Information_media_and_telecommunications_Total,G52C,G52c,Total|PERSONS +G13808,P_FinInsurS_0,Persons_Financial_and_insurance_services_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13809,P_FinInsurS_1_15,Persons_Financial_and_insurance_services_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13810,P_FinInsurS_16_24,Persons_Financial_and_insurance_services_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13811,P_FinInsurS_25_34,Persons_Financial_and_insurance_services_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13812,P_FinInsurS_35_39,Persons_Financial_and_insurance_services_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13813,P_FinInsurS_40,Persons_Financial_and_insurance_services_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13814,P_FinInsurS_41_48,Persons_Financial_and_insurance_services_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13815,P_FinInsurS_49over,Persons_Financial_and_insurance_services_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13816,P_FinInsurS_hours_NS,Persons_Financial_and_insurance_services_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13817,P_FinInsurS_Tot,Persons_Financial_and_insurance_services_Total,G52C,G52c,Total|PERSONS +G13818,P_RentHirREserv_0,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13819,P_RentHirREserv_1_15,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13820,P_RentHirREserv_16_24,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13821,P_RentHirREserv_25_34,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13822,P_RentHirREserv_35_39,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13823,P_RentHirREserv_40,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13824,P_RentHirREserv_41_48,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13825,P_RentHirREserv_49over,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13826,P_RentHirREserv_hours_NS,Persons_Rental_hiring_and_real_estate_services_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13827,P_RentHirREserv_Tot,Persons_Rental_hiring_and_real_estate_services_Total,G52C,G52c,Total|PERSONS +G13828,P_ProScieTechServ_0,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13829,P_ProScieTechServ_1_15,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13830,P_ProScieTechServ_16_24,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13831,P_ProScieTechServ_25_34,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13832,P_ProScieTechServ_35_39,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13833,P_ProScieTechServ_40,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13834,P_ProScieTechServ_41_48,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13835,P_ProScieTechServ_49over,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13836,P_ProScieTechServ_hours_NS,Persons_Professional_scientific_and_technical_services_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13837,P_ProScieTechServ_Tot,Persons_Professional_scientific_and_technical_services_Total,G52C,G52c,Total|PERSONS +G13838,P_AdminSupServ_0,Persons_Administrative_and_support_services_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13839,P_AdminSupServ_1_15,Persons_Administrative_and_support_services_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13840,P_AdminSupServ_16_24,Persons_Administrative_and_support_services_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13841,P_AdminSupServ_25_34,Persons_Administrative_and_support_services_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13842,P_AdminSupServ_35_39,Persons_Administrative_and_support_services_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13843,P_AdminSupServ_40,Persons_Administrative_and_support_services_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13844,P_AdminSupServ_41_48,Persons_Administrative_and_support_services_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13845,P_AdminSupServ_49over,Persons_Administrative_and_support_services_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13846,P_AdminSupServ_hours_NS,Persons_Administrative_and_support_services_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13847,P_AdminSupServ_Tot,Persons_Administrative_and_support_services_Total,G52C,G52c,Total|PERSONS +G13848,P_PubAdmiSafety_0,Persons_Public_administration_and_safety_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13849,P_PubAdmiSafety_1_15,Persons_Public_administration_and_safety_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13850,P_PubAdmiSafety_16_24,Persons_Public_administration_and_safety_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13851,P_PubAdmiSafety_25_34,Persons_Public_administration_and_safety_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13852,P_PubAdmiSafety_35_39,Persons_Public_administration_and_safety_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13853,P_PubAdmiSafety_40,Persons_Public_administration_and_safety_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13854,P_PubAdmiSafety_41_48,Persons_Public_administration_and_safety_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13855,P_PubAdmiSafety_49over,Persons_Public_administration_and_safety_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13856,P_PubAdmiSafety_hours_NS,Persons_Public_administration_and_safety_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13857,P_PubAdmiSafety_Tot,Persons_Public_administration_and_safety_Total,G52C,G52c,Total|PERSONS +G13858,P_EducTrain_0,Persons_Education_and_training_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13859,P_EducTrain_1_15,Persons_Education_and_training_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13860,P_EducTrain_16_24,Persons_Education_and_training_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13861,P_EducTrain_25_34,Persons_Education_and_training_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13862,P_EducTrain_35_39,Persons_Education_and_training_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13863,P_EducTrain_40,Persons_Education_and_training_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13864,P_EducTrain_41_48,Persons_Education_and_training_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13865,P_EducTrain_49over,Persons_Education_and_training_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13866,P_EducTrain_hours_NS,Persons_Education_and_training_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13867,P_EducTrain_Tot,Persons_Education_and_training_Total,G52C,G52c,Total|PERSONS +G13868,P_HealthCareSocA_0,Persons_Health_care_and_social_assistance_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13869,P_HealthCareSocA_1_15,Persons_Health_care_and_social_assistance_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13870,P_HealthCareSocA_16_24,Persons_Health_care_and_social_assistance_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13871,P_HealthCareSocA_25_34,Persons_Health_care_and_social_assistance_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13872,P_HealthCareSocA_35_39,Persons_Health_care_and_social_assistance_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13873,P_HealthCareSocA_40,Persons_Health_care_and_social_assistance_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13874,P_HealthCareSocA_41_48,Persons_Health_care_and_social_assistance_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13875,P_HealthCareSocA_49over,Persons_Health_care_and_social_assistance_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13876,P_HealthCareSocA_hours_NS,Persons_Health_care_and_social_assistance_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13877,P_HealthCareSocA_Tot,Persons_Health_care_and_social_assistance_Total,G52C,G52c,Total|PERSONS +G13878,P_ArtRecServ_0,Persons_Arts_and_recreation_services_Number_of_hours_worked_None,G52C,G52c,Number of hours worked: None|PERSONS +G13879,P_ArtRecServ_1_15,Persons_Arts_and_recreation_services_Number_of_hours_worked_1_15_hours,G52C,G52c,Number of hours worked: 1-15 hours|PERSONS +G13880,P_ArtRecServ_16_24,Persons_Arts_and_recreation_services_Number_of_hours_worked_16_24_hours,G52C,G52c,Number of hours worked: 16-24 hours|PERSONS +G13881,P_ArtRecServ_25_34,Persons_Arts_and_recreation_services_Number_of_hours_worked_25_34_hours,G52C,G52c,Number of hours worked: 25-34 hours|PERSONS +G13882,P_ArtRecServ_35_39,Persons_Arts_and_recreation_services_Number_of_hours_worked_35_39_hours,G52C,G52c,Number of hours worked: 35-39 hours|PERSONS +G13883,P_ArtRecServ_40,Persons_Arts_and_recreation_services_Number_of_hours_worked_40_hours,G52C,G52c,Number of hours worked: 40 hours|PERSONS +G13884,P_ArtRecServ_41_48,Persons_Arts_and_recreation_services_Number_of_hours_worked_41_48_hours,G52C,G52c,Number of hours worked: 41-48 hours|PERSONS +G13885,P_ArtRecServ_49over,Persons_Arts_and_recreation_services_Number_of_hours_worked_49_hours_and_over,G52C,G52c,Number of hours worked: 49 and over|PERSONS +G13886,P_ArtRecServ_hours_NS,Persons_Arts_and_recreation_services_Number_of_hours_worked_Not_stated,G52C,G52c,Number of hours worked: Not stated|PERSONS +G13887,P_ArtRecServ_Tot,Persons_Arts_and_recreation_services_Total,G52C,G52c,Total|PERSONS +G13888,P_OthServ_0,Persons_Other_services_Number_of_hours_worked_None,G52D,G52c,Number of hours worked: None|PERSONS +G13889,P_OthServ_1_15,Persons_Other_services_Number_of_hours_worked_1_15_hours,G52D,G52c,Number of hours worked: 1-15 hours|PERSONS +G13890,P_OthServ_16_24,Persons_Other_services_Number_of_hours_worked_16_24_hours,G52D,G52c,Number of hours worked: 16-24 hours|PERSONS +G13891,P_OthServ_25_34,Persons_Other_services_Number_of_hours_worked_25_34_hours,G52D,G52c,Number of hours worked: 25-34 hours|PERSONS +G13892,P_OthServ_35_39,Persons_Other_services_Number_of_hours_worked_35_39_hours,G52D,G52c,Number of hours worked: 35-39 hours|PERSONS +G13893,P_OthServ_40,Persons_Other_services_Number_of_hours_worked_40_hours,G52D,G52c,Number of hours worked: 40 hours|PERSONS +G13894,P_OthServ_41_48,Persons_Other_services_Number_of_hours_worked_41_48_hours,G52D,G52c,Number of hours worked: 41-48 hours|PERSONS +G13895,P_OthServ_49over,Persons_Other_services_Number_of_hours_worked_49_hours_and_over,G52D,G52c,Number of hours worked: 49 and over|PERSONS +G13896,P_OthServ_hours_NS,Persons_Other_services_Number_of_hours_worked_Not_stated,G52D,G52c,Number of hours worked: Not stated|PERSONS +G13897,P_OthServ_Tot,Persons_Other_services_Total,G52D,G52c,Total|PERSONS +G13898,P_ID_NS_0,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_None,G52D,G52c,Number of hours worked: None|PERSONS +G13899,P_ID_NS_1_15,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_1_15_hours,G52D,G52c,Number of hours worked: 1-15 hours|PERSONS +G13900,P_ID_NS_16_24,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_16_24_hours,G52D,G52c,Number of hours worked: 16-24 hours|PERSONS +G13901,P_ID_NS_25_34,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_25_34_hours,G52D,G52c,Number of hours worked: 25-34 hours|PERSONS +G13902,P_ID_NS_35_39,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_35_39_hours,G52D,G52c,Number of hours worked: 35-39 hours|PERSONS +G13903,P_ID_NS_40,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_40_hours,G52D,G52c,Number of hours worked: 40 hours|PERSONS +G13904,P_ID_NS_41_48,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_41_48_hours,G52D,G52c,Number of hours worked: 41-48 hours|PERSONS +G13905,P_ID_NS_49over,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_49_hours_and_over,G52D,G52c,Number of hours worked: 49 and over|PERSONS +G13906,P_ID_NS_hours_NS,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_Not_stated,G52D,G52c,Number of hours worked: Not stated|PERSONS +G13907,P_ID_NS_Tot,Persons_Inadequately_described_Not_stated_Total,G52D,G52c,Total|PERSONS +G13908,P_Tot_0,Persons_Total_Number_of_hours_worked_None,G52D,G52c,Number of hours worked: None|PERSONS +G13909,P_Tot_1_15,Persons_Total_Number_of_hours_worked_1_15_hours,G52D,G52c,Number of hours worked: 1-15 hours|PERSONS +G13910,P_Tot_16_24,Persons_Total_Number_of_hours_worked_16_24_hours,G52D,G52c,Number of hours worked: 16-24 hours|PERSONS +G13911,P_Tot_25_34,Persons_Total_Number_of_hours_worked_25_34_hours,G52D,G52c,Number of hours worked: 25-34 hours|PERSONS +G13912,P_Tot_35_39,Persons_Total_Number_of_hours_worked_35_39_hours,G52D,G52c,Number of hours worked: 35-39 hours|PERSONS +G13913,P_Tot_40,Persons_Total_Number_of_hours_worked_40_hours,G52D,G52c,Number of hours worked: 40 hours|PERSONS +G13914,P_Tot_41_48,Persons_Total_Number_of_hours_worked_41_48_hours,G52D,G52c,Number of hours worked: 41-48 hours|PERSONS +G13915,P_Tot_49over,Persons_Total_Number_of_hours_worked_49_hours_and_over,G52D,G52c,Number of hours worked: 49 and over|PERSONS +G13916,P_Tot_hours_NS,Persons_Total_Number_of_hours_worked_Not_stated,G52D,G52c,Number of hours worked: Not stated|PERSONS +G13917,P_Tot_Tot,Persons_Total_Total,G52D,G52c,Total|PERSONS +G13918,Ag_For_Fish_OcMngr,Agriculture_forestry_and_fishing_Occupation_Managers,G53A,G53a,Managers +G13919,Ag_For_Fish_OcProf,Agriculture_forestry_and_fishing_Occupation_Professionals,G53A,G53a,Professionals +G13920,Ag_For_Fish_OcTechTrdW,Agriculture_forestry_and_fishing_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G13921,Ag_For_Fish_OcComPerS,Agriculture_forestry_and_fishing_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G13922,Ag_For_Fish_OcClericAdm,Agriculture_forestry_and_fishing_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G13923,Ag_For_Fish_OcSalesWk,Agriculture_forestry_and_fishing_Occupation_Sales_workers,G53A,G53a,Sales workers +G13924,Ag_For_Fish_OcMacOp_Driv,Agriculture_forestry_and_fishing_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G13925,Ag_For_Fish_OcLab,Agriculture_forestry_and_fishing_Occupation_Labourers,G53A,G53a,Labourers +G13926,Ag_For_Fish_OcID_NS,Agriculture_forestry_and_fishing_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G13927,Agri_for_fish_Tot,Agriculture_forestry_and_fishing_Total,G53A,G53a,Total +G13928,Mining_OcMngr,Mining_Occupation_Managers,G53A,G53a,Managers +G13929,Mining_OcProf,Mining_Occupation_Professionals,G53A,G53a,Professionals +G13930,Mining_OcTechTrdW,Mining_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G13931,Mining_OcComPerS,Mining_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G13932,Mining_OcClericAdm,Mining_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G13933,Mining_OcSalesWk,Mining_Occupation_Sales_workers,G53A,G53a,Sales workers +G13934,Mining_OcMacOp_Driv,Mining_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G13935,Mining_OcLab,Mining_Occupation_Labourers,G53A,G53a,Labourers +G13936,Mining_OcID_NS,Mining_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G13937,Mining_Tot,Mining_Total,G53A,G53a,Total +G13938,Manufact_OcMngr,Manufacturing_Occupation_Managers,G53A,G53a,Managers +G13939,Manufact_OcProf,Manufacturing_Occupation_Professionals,G53A,G53a,Professionals +G13940,Manufact_OcTechTrdW,Manufacturing_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G13941,Manufact_OcComPerS,Manufacturing_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G13942,Manufact_OcClericAdm,Manufacturing_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G13943,Manufact_OcSalesWk,Manufacturing_Occupation_Sales_workers,G53A,G53a,Sales workers +G13944,Manufact_OcMacOp_Driv,Manufacturing_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G13945,Manufact_OcLab,Manufacturing_Occupation_Labourers,G53A,G53a,Labourers +G13946,Manufact_OcID_NS,Manufacturing_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G13947,Manufacturing_Tot,Manufacturing_Total,G53A,G53a,Total +G13948,El_Gas_W_W_OcMngr,Electricity_gas_water_and_waste_services_Occupation_Managers,G53A,G53a,Managers +G13949,El_Gas_W_W_OcProf,Electricity_gas_water_and_waste_services_Occupation_Professionals,G53A,G53a,Professionals +G13950,El_Gas_W_W_OcTechTrdW,Electricity_gas_water_and_waste_services_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G13951,El_Gas_W_W_OcComPerS,Electricity_gas_water_and_waste_services_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G13952,El_Gas_W_W_OcClericAdm,Electricity_gas_water_and_waste_services_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G13953,El_Gas_W_W_OcSalesWk,Electricity_gas_water_and_waste_services_Occupation_Sales_workers,G53A,G53a,Sales workers +G13954,El_Gas_W_W_OcMacOp_Driv,Electricity_gas_water_and_waste_services_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G13955,El_Gas_W_W_OcLab,Electricity_gas_water_and_waste_services_Occupation_Labourers,G53A,G53a,Labourers +G13956,El_Gas_W_W_OcID_NS,Electricity_gas_water_and_waste_services_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G13957,El_Gas_W_W_Tot,Electricity_gas_water_and_waste_services_Total,G53A,G53a,Total +G13958,Construc_OcMngr,Construction_Occupation_Managers,G53A,G53a,Managers +G13959,Construc_OcProf,Construction_Occupation_Professionals,G53A,G53a,Professionals +G13960,Construc_OcTechTrdW,Construction_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G13961,Construc_OcComPerS,Construction_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G13962,Construc_OcClericAdm,Construction_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G13963,Construc_OcSalesWk,Construction_Occupation_Sales_workers,G53A,G53a,Sales workers +G13964,Construc_OcMacOp_Driv,Construction_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G13965,Construc_OcLab,Construction_Occupation_Labourers,G53A,G53a,Labourers +G13966,Construc_OcID_NS,Construction_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G13967,Construction_Tot,Construction_Total,G53A,G53a,Total +G13968,WhlesaleTde_OcMngr,Wholesale_trade_Occupation_Managers,G53A,G53a,Managers +G13969,WhlesaleTde_OcProf,Wholesale_trade_Occupation_Professionals,G53A,G53a,Professionals +G13970,WhlesaleTde_OcTechTrdW,Wholesale_trade_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G13971,WhlesaleTde_OcComPerS,Wholesale_trade_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G13972,WhlesaleTde_OcClericAdm,Wholesale_trade_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G13973,WhlesaleTde_OcSalesWk,Wholesale_trade_Occupation_Sales_workers,G53A,G53a,Sales workers +G13974,WhlesaleTde_OcMacOp_Driv,Wholesale_trade_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G13975,WhlesaleTde_OcLab,Wholesale_trade_Occupation_Labourers,G53A,G53a,Labourers +G13976,WhlesaleTde_OcID_NS,Wholesale_trade_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G13977,WhlesaleTde_Tot,Wholesale_trade_Total,G53A,G53a,Total +G13978,RetTde_OcMngr,Retail_trade_Occupation_Managers,G53A,G53a,Managers +G13979,RetTde_OcProf,Retail_trade_Occupation_Professionals,G53A,G53a,Professionals +G13980,RetTde_OcTechTrdW,Retail_trade_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G13981,RetTde_OcComPerS,Retail_trade_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G13982,RetTde_OcClericAdm,Retail_trade_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G13983,RetTde_OcSalesWk,Retail_trade_Occupation_Sales_workers,G53A,G53a,Sales workers +G13984,RetTde_OcMacOp_Driv,Retail_trade_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G13985,RetTde_OcLab,Retail_trade_Occupation_Labourers,G53A,G53a,Labourers +G13986,RetTde_OcID_NS,Retail_trade_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G13987,RetTde_Tot,Retail_trade_Total,G53A,G53a,Total +G13988,Acom_food_OcMngr,Accommodation_and_food_services_Occupation_Managers,G53A,G53a,Managers +G13989,Acom_food_OcProf,Accommodation_and_food_services_Occupation_Professionals,G53A,G53a,Professionals +G13990,Acom_food_OcTechTrdW,Accommodation_and_food_services_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G13991,Acom_food_OcComPerS,Accommodation_and_food_services_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G13992,Acom_food_OcClericAdm,Accommodation_and_food_services_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G13993,Acom_food_OcSalesWk,Accommodation_and_food_services_Occupation_Sales_workers,G53A,G53a,Sales workers +G13994,Acom_food_OcMacOp_Driv,Accommodation_and_food_services_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G13995,Acom_food_OcLab,Accommodation_and_food_services_Occupation_Labourers,G53A,G53a,Labourers +G13996,Acom_food_OcID_NS,Accommodation_and_food_services_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G13997,Acom_food_scs_Tot,Accommodation_and_food_services_Total,G53A,G53a,Total +G13998,Trans_po_wh_OcMngr,Transport_postal_and_warehousing_Occupation_Managers,G53A,G53a,Managers +G13999,Trans_po_wh_OcProf,Transport_postal_and_warehousing_Occupation_Professionals,G53A,G53a,Professionals +G14000,Trans_po_wh_OcTechTrdW,Transport_postal_and_warehousing_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14001,Trans_po_wh_OcComPerS,Transport_postal_and_warehousing_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14002,Trans_po_wh_OcClericAdm,Transport_postal_and_warehousing_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14003,Trans_po_wh_OcSalesWk,Transport_postal_and_warehousing_Occupation_Sales_workers,G53A,G53a,Sales workers +G14004,Trans_po_wh_OcMacOp_Driv,Transport_postal_and_warehousing_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14005,Trans_po_wh_OcLab,Transport_postal_and_warehousing_Occupation_Labourers,G53A,G53a,Labourers +G14006,Trans_po_wh_OcID_NS,Transport_postal_and_warehousing_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14007,Trans_po_wh_Tot,Transport_postal_and_warehousing_Total,G53A,G53a,Total +G14008,Infon_med_tel_OcMngr,Information_media_and_telecommunications_Occupation_Managers,G53A,G53a,Managers +G14009,Infon_med_tel_OcProf,Information_media_and_telecommunications_Occupation_Professionals,G53A,G53a,Professionals +G14010,Infon_med_tel_OcTechTrdW,Information_media_and_telecommunications_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14011,Infon_med_tel_OcComPerS,Information_media_and_telecommunications_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14012,Infon_med_tel_OcClericAdm,Information_media_and_telecommunications_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14013,Infon_med_tel_OcSalesWk,Information_media_and_telecommunications_Occupation_Sales_workers,G53A,G53a,Sales workers +G14014,Infon_med_tel_OcMacOp_Driv,Information_media_and_telecommunications_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14015,Infon_med_tel_OcLab,Information_media_and_telecommunications_Occupation_Labourers,G53A,G53a,Labourers +G14016,Infon_med_tel_OcID_NS,Information_media_and_telecommunications_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14017,Infon_med_tel_Tot,Information_media_and_telecommunications_Total,G53A,G53a,Total +G14018,Fin_and_ins_s_OcMngr,Financial_and_insurance_services_Occupation_Managers,G53A,G53a,Managers +G14019,Fin_and_ins_s_OcProf,Financial_and_insurance_services_Occupation_Professionals,G53A,G53a,Professionals +G14020,Fin_and_ins_s_OcTechTrdW,Financial_and_insurance_services_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14021,Fin_and_ins_s_OcComPerS,Financial_and_insurance_services_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14022,Fin_and_ins_s_OcClericAdm,Financial_and_insurance_services_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14023,Fin_and_ins_s_OcSalesWk,Financial_and_insurance_services_Occupation_Sales_workers,G53A,G53a,Sales workers +G14024,Fin_and_ins_s_OcMacOp_Driv,Financial_and_insurance_services_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14025,Fin_and_ins_s_OcLab,Financial_and_insurance_services_Occupation_Labourers,G53A,G53a,Labourers +G14026,Fin_and_ins_s_OcID_NS,Financial_and_insurance_services_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14027,Fin_and_ins_s_Tot,Financial_and_insurance_services_Total,G53A,G53a,Total +G14028,Rent_hi_re_es_OcMngr,Rental_hiring_and_real_estate_services_Occupation_Managers,G53A,G53a,Managers +G14029,Rent_hi_re_es_OcProf,Rental_hiring_and_real_estate_services_Occupation_Professionals,G53A,G53a,Professionals +G14030,Rent_hi_re_es_OcTechTrdW,Rental_hiring_and_real_estate_services_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14031,Rent_hi_re_es_OcComPerS,Rental_hiring_and_real_estate_services_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14032,Rent_hi_re_es_OcClericAdm,Rental_hiring_and_real_estate_services_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14033,Rent_hi_re_es_OcSalesWk,Rental_hiring_and_real_estate_services_Occupation_Sales_workers,G53A,G53a,Sales workers +G14034,Rent_hi_re_es_OcMacOp_Driv,Rental_hiring_and_real_estate_services_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14035,Rent_hi_re_es_OcLab,Rental_hiring_and_real_estate_services_Occupation_Labourers,G53A,G53a,Labourers +G14036,Rent_hi_re_es_OcID_NS,Rental_hiring_and_real_estate_services_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14037,Rent_hi_re_es_Tot,Rental_hiring_and_real_estate_services_Total,G53A,G53a,Total +G14038,Prof_sci_tec_OcMngr,Professional_scientific_and_technical_services_Occupation_Managers,G53A,G53a,Managers +G14039,Prof_sci_tec_OcProf,Professional_scientific_and_technical_services_Occupation_Professionals,G53A,G53a,Professionals +G14040,Prof_sci_tec_OcTechTrdW,Professional_scientific_and_technical_services_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14041,Prof_sci_tec_OcComPerS,Professional_scientific_and_technical_services_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14042,Prof_sci_tec_OcClericAdm,Professional_scientific_and_technical_services_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14043,Prof_sci_tec_OcSalesWk,Professional_scientific_and_technical_services_Occupation_Sales_workers,G53A,G53a,Sales workers +G14044,Prof_sci_tec_OcMacOp_Driv,Professional_scientific_and_technical_services_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14045,Prof_sci_tec_OcLab,Professional_scientific_and_technical_services_Occupation_Labourers,G53A,G53a,Labourers +G14046,Prof_sci_tec_OcID_NS,Professional_scientific_and_technical_services_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14047,Prof_sci_tec_Tot,Professional_scientific_and_technical_services_Total,G53A,G53a,Total +G14048,Admin_sup_s_OcMngr,Administrative_and_support_services_Occupation_Managers,G53A,G53a,Managers +G14049,Admin_sup_s_OcProf,Administrative_and_support_services_Occupation_Professionals,G53A,G53a,Professionals +G14050,Admin_sup_s_OcTechTrdW,Administrative_and_support_services_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14051,Admin_sup_s_OcComPerS,Administrative_and_support_services_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14052,Admin_sup_s_OcClericAdm,Administrative_and_support_services_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14053,Admin_sup_s_OcSalesWk,Administrative_and_support_services_Occupation_Sales_workers,G53A,G53a,Sales workers +G14054,Admin_sup_s_OcMacOp_Driv,Administrative_and_support_services_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14055,Admin_sup_s_OcLab,Administrative_and_support_services_Occupation_Labourers,G53A,G53a,Labourers +G14056,Admin_sup_s_OcID_NS,Administrative_and_support_services_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14057,Admin_sup_s_Tot,Administrative_and_support_services_Total,G53A,G53a,Total +G14058,Pub_adm_sfty_OcMngr,Public_administration_and_safety_Occupation_Managers,G53A,G53a,Managers +G14059,Pub_adm_sfty_OcProf,Public_administration_and_safety_Occupation_Professionals,G53A,G53a,Professionals +G14060,Pub_adm_sfty_OcTechTrdW,Public_administration_and_safety_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14061,Pub_adm_sfty_OcComPerS,Public_administration_and_safety_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14062,Pub_adm_sfty_OcClericAdm,Public_administration_and_safety_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14063,Pub_adm_sfty_OcSalesWk,Public_administration_and_safety_Occupation_Sales_workers,G53A,G53a,Sales workers +G14064,Pub_adm_sfty_OcMacOp_Driv,Public_administration_and_safety_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14065,Pub_adm_sfty_OcLab,Public_administration_and_safety_Occupation_Labourers,G53A,G53a,Labourers +G14066,Pub_adm_sfty_OcID_NS,Public_administration_and_safety_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14067,Pub_adm_sfty_Tot,Public_administration_and_safety_Total,G53A,G53a,Total +G14068,Educ_training_OcMngr,Education_and_training_Occupation_Managers,G53A,G53a,Managers +G14069,Educ_training_OcProf,Education_and_training_Occupation_Professionals,G53A,G53a,Professionals +G14070,Educ_training_OcTechTrdW,Education_and_training_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14071,Educ_training_OcComPerS,Education_and_training_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14072,Educ_training_OcClericAdm,Education_and_training_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14073,Educ_training_OcSalesWk,Education_and_training_Occupation_Sales_workers,G53A,G53a,Sales workers +G14074,Educ_training_OcMacOp_Driv,Education_and_training_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14075,Educ_training_OcLab,Education_and_training_Occupation_Labourers,G53A,G53a,Labourers +G14076,Educ_training_OcID_NS,Education_and_training_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14077,Educ_training_Tot,Education_and_training_Total,G53A,G53a,Total +G14078,Hlth_care_soc_OcMngr,Health_care_and_social_assistance_Occupation_Managers,G53A,G53a,Managers +G14079,Hlth_care_soc_OcProf,Health_care_and_social_assistance_Occupation_Professionals,G53A,G53a,Professionals +G14080,Hlth_care_soc_OcTechTrdW,Health_care_and_social_assistance_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14081,Hlth_care_soc_OcComPerS,Health_care_and_social_assistance_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14082,Hlth_care_soc_OcClericAdm,Health_care_and_social_assistance_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14083,Hlth_care_soc_OcSalesWk,Health_care_and_social_assistance_Occupation_Sales_workers,G53A,G53a,Sales workers +G14084,Hlth_care_soc_OcMacOp_Driv,Health_care_and_social_assistance_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14085,Hlth_care_soc_OcLab,Health_care_and_social_assistance_Occupation_Labourers,G53A,G53a,Labourers +G14086,Hlth_care_soc_OcID_NS,Health_care_and_social_assistance_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14087,Hlth_care_soc_Tot,Health_care_and_social_assistance_Total,G53A,G53a,Total +G14088,ArtRecreatOcMngr,Arts_and_recreation_services_Occupation_Managers,G53A,G53a,Managers +G14089,ArtRecreatOcProf,Arts_and_recreation_services_Occupation_Professionals,G53A,G53a,Professionals +G14090,ArtRecreatOcTechTrdW,Arts_and_recreation_services_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14091,ArtRecreatOcComPerS,Arts_and_recreation_services_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14092,ArtRecreatOcClericAdm,Arts_and_recreation_services_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14093,ArtRecreatOcSalesWk,Arts_and_recreation_services_Occupation_Sales_workers,G53A,G53a,Sales workers +G14094,ArtRecreatOcMacOp_Driv,Arts_and_recreation_services_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14095,ArtRecreatOcLab,Arts_and_recreation_services_Occupation_Labourers,G53A,G53a,Labourers +G14096,ArtRecreatOcID_NS,Arts_and_recreation_services_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14097,ArtRecreatTot,Arts_and_recreation_services_Total,G53A,G53a,Total +G14098,Other_scs_OcMngr,Other_services_Occupation_Managers,G53A,G53a,Managers +G14099,Other_scs_OcProf,Other_services_Occupation_Professionals,G53A,G53a,Professionals +G14100,Other_scs_OcTechTrdW,Other_services_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14101,Other_scs_OcCom_PS_W,Other_services_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14102,Other_scs_OcClericAdmin,Other_services_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14103,Other_scs_OcSalesWk,Other_services_Occupation_Sales_workers,G53A,G53a,Sales workers +G14104,Other_scs_OcMacOp_Driv,Other_services_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14105,Other_scs_OcLab,Other_services_Occupation_Labourers,G53A,G53a,Labourers +G14106,Other_scs_OcID_NS,Other_services_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14107,Other_scs_Tot,Other_services_Total,G53A,G53a,Total +G14108,ID_NS_OcMngr,Inadequately_described_Not_stated_Occupation_Managers,G53A,G53a,Managers +G14109,ID_NS_OcProf,Inadequately_described_Not_stated_Occupation_Professionals,G53A,G53a,Professionals +G14110,ID_NS_OcTechTrdW,Inadequately_described_Not_stated_Occupation_Technicians_and_trades_workers,G53A,G53a,Technicians & trades workers +G14111,ID_NS_OcComPerS,Inadequately_described_Not_stated_Occupation_Community_and_personal_service_workers,G53A,G53a,Community & personal service workers +G14112,ID_NS_OcClericAdm,Inadequately_described_Not_stated_Occupation_Clerical_and_administrative_workers,G53A,G53a,Clerical & administrative workers +G14113,ID_NS_OcSalesWk,Inadequately_described_Not_stated_Occupation_Sales_workers,G53A,G53a,Sales workers +G14114,ID_NS_OcMacOp_Driv,Inadequately_described_Not_stated_Occupation_Machinery_operators_and_drivers,G53A,G53a,Machinery operators & drivers +G14115,ID_NS_OcLab,Inadequately_described_Not_stated_Occupation_Labourers,G53A,G53a,Labourers +G14116,ID_NS_OcID_NS,Inadequately_described_Not_stated_Occupation_Inadequately_described_Not_stated,G53A,G53a,Occupation inadequately described/ Not stated +G14117,ID_NS_Tot,Inadequately_described_Not_stated_Total,G53A,G53a,Total +G14118,Tot_OcMngr,Total_Occupation_Managers,G53B,G53a,Managers +G14119,Tot_OcProf,Total_Occupation_Professionals,G53B,G53a,Professionals +G14120,Tot_OcTechTrdW,Total_Occupation_Technicians_and_trades_workers,G53B,G53a,Technicians & trades workers +G14121,Tot_OcComPerS,Total_Occupation_Community_and_personal_service_workers,G53B,G53a,Community & personal service workers +G14122,Tot_OcClericAdm,Total_Occupation_Clerical_and_administrative_workers,G53B,G53a,Clerical & administrative workers +G14123,Tot_OcSalesWk,Total_Occupation_Sales_workers,G53B,G53a,Sales workers +G14124,Tot_OcMacOp_Driv,Total_Occupation_Machinery_operators_and_drivers,G53B,G53a,Machinery operators & drivers +G14125,Tot_OcLab,Total_Occupation_Labourers,G53B,G53a,Labourers +G14126,Tot_OcID_NS,Total_Occupation_Inadequately_described_Not_stated,G53B,G53a,Occupation inadequately described/ Not stated +G14127,Tot_Tot,Total_Total,G53B,G53a,Total +G14128,NegNil_Inc_BE_WFT,Negative_Nil_income_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14129,NegNil_Inc_BE_WPT,Negative_Nil_income_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14130,NegNil_Inc_BE_BAW,Negative_Nil_income_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14131,NegNil_Inc_1EFT_OthPT,Negative_Nil_income_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14132,NegNil_Inc_1EFT_OthAW,Negative_Nil_income_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14133,NegNil_Inc_1EFT_OthNW,Negative_Nil_income_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14134,NegNil_Inc_1EPT_OthAW,Negative_Nil_income_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14135,NegNil_Inc_1EPT_OthNW,Negative_Nil_income_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14136,NegNil_Inc_1AW_OthNW,Negative_Nil_income_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14137,NegNil_Inc_BNW,Negative_Nil_income_Both_not_working,G54A,G54,Both not working +G14138,NegNil_Inc_LFsta_NS,Negative_Nil_income_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14139,NegNil_Inc_Tot,Negative_Nil_income_Total,G54A,G54,Total +G14140,I_1_149_BE_WFT,1_149_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14141,I_1_149_BE_WPT,1_149_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14142,I_1_149_BE_BAW,1_149_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14143,I_1_149_1EFT_OthPT,1_149_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14144,I_1_149_1EFT_OthAW,1_149_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14145,I_1_149_1EFT_OthNW,1_149_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14146,I_1_149_1EPT_OthAW,1_149_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14147,I_1_149_1EPT_OthNW,1_149_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14148,I_1_149_1AW_OthNW,1_149_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14149,I_1_149_BNW,1_149_Both_not_working,G54A,G54,Both not working +G14150,I_1_149_LFsta_NS,1_149_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14151,I_1_149_Tot,1_149_Total,G54A,G54,Total +G14152,I_150_299_BE_WFT,150_299_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14153,I_150_299_BE_WPT,150_299_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14154,I_150_299_BE_BAW,150_299_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14155,I_150_299_1EFT_OthPT,150_299_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14156,I_150_299_1EFT_OthAW,150_299_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14157,I_150_299_1EFT_OthNW,150_299_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14158,I_150_299_1EPT_OthAW,150_299_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14159,I_150_299_1EPT_OthNW,150_299_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14160,I_150_299_1AW_OthNW,150_299_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14161,I_150_299_BNW,150_299_Both_not_working,G54A,G54,Both not working +G14162,I_150_299_LFsta_NS,150_299_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14163,I_150_299_Tot,150_299_Total,G54A,G54,Total +G14164,I_300_399_BE_WFT,300_399_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14165,I_300_399_BE_WPT,300_399_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14166,I_300_399_BE_BAW,300_399_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14167,I_300_399_1EFT_OthPT,300_399_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14168,I_300_399_1EFT_OthAW,300_399_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14169,I_300_399_1EFT_OthNW,300_399_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14170,I_300_399_1EPT_OthAW,300_399_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14171,I_300_399_1EPT_OthNW,300_399_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14172,I_300_399_1AW_OthNW,300_399_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14173,I_300_399_BNW,300_399_Both_not_working,G54A,G54,Both not working +G14174,I_300_399_LFsta_NS,300_399_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14175,I_300_399_Tot,300_399_Total,G54A,G54,Total +G14176,I_400_499_BE_WFT,400_499_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14177,I_400_499_BE_WPT,400_499_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14178,I_400_499_BE_BAW,400_499_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14179,I_400_499_1EFT_OthPT,400_499_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14180,I_400_499_1EFT_OthAW,400_499_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14181,I_400_499_1EFT_OthNW,400_499_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14182,I_400_499_1EPT_OthAW,400_499_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14183,I_400_499_1EPT_OthNW,400_499_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14184,I_400_499_1AW_OthNW,400_599_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14185,I_400_499_BNW,400_499_Both_not_working,G54A,G54,Both not working +G14186,I_400_499_LFsta_NS,400_499_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14187,I_400_499_Tot,400_499_Total,G54A,G54,Total +G14188,I_500_649_BE_WFT,500_649_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14189,I_500_649_BE_WPT,500_649_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14190,I_500_649_BE_BAW,500_649_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14191,I_500_649_1EFT_OthPT,500_649_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14192,I_500_649_1EFT_OthAW,500_649_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14193,I_500_649_1EFT_OthNW,500_649_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14194,I_500_649_1EPT_OthAW,500_649_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14195,I_500_649_1EPT_OthNW,500_649_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14196,I_500_649_1AW_OthNW,500_649_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14197,I_500_649_BNW,500_649_Both_not_working,G54A,G54,Both not working +G14198,I_500_649_LFsta_NS,500_649_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14199,I_500_649_Tot,500_649_Total,G54A,G54,Total +G14200,I_650_799_BE_WFT,650_799_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14201,I_650_799_BE_WPT,650_799_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14202,I_650_799_BE_BAW,650_799_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14203,I_650_799_1EFT_OthPT,650_799_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14204,I_650_799_1EFT_OthAW,650_799_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14205,I_650_799_1EFT_OthNW,650_799_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14206,I_650_799_1EPT_OthAW,650_799_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14207,I_650_799_1EPT_OthNW,650_799_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14208,I_650_799_1AW_OthNW,650_799_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14209,I_650_799_BNW,650_799_Both_not_working,G54A,G54,Both not working +G14210,I_650_799_LFsta_NS,650_799_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14211,I_650_799_Tot,650_799_Total,G54A,G54,Total +G14212,I_800_999_BE_WFT,800_999_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14213,I_800_999_BE_WPT,800_999_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14214,I_800_999_BE_BAW,800_999_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14215,I_800_999_1EFT_OthPT,800_999_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14216,I_800_999_1EFT_OthAW,800_999_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14217,I_800_999_1EFT_OthNW,800_999_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14218,I_800_999_1EPT_OthAW,800_999_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14219,I_800_999_1EPT_OthNW,800_999_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14220,I_800_999_1AW_OthNW,800_999_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14221,I_800_999_BNW,800_999_Both_not_working,G54A,G54,Both not working +G14222,I_800_999_LFsta_NS,800_999_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14223,I_800_999_Tot,800_999_Total,G54A,G54,Total +G14224,I_1000_1249_BE_WFT,1000_1249_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14225,I_1000_1249_BE_WPT,1000_1249_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14226,I_1000_1249_BE_BAW,1000_1249_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14227,I_1000_1249_1EFT_OthPT,1000_1249_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14228,I_1000_1249_1EFT_OthAW,1000_1249_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14229,I_1000_1249_1EFT_OthNW,1000_1249_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14230,I_1000_1249_1EPT_OthAW,1000_1249_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14231,I_1000_1249_1EPT_OthNW,1000_1249_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14232,I_1000_1249_1AW_OthNW,1000_1249_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14233,I_1000_1249_BNW,1000_1249_Both_not_working,G54A,G54,Both not working +G14234,I_1000_1249_LFsta_NS,1000_1249_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14235,I_1000_1249_Tot,1000_1249_Total,G54A,G54,Total +G14236,I_1250_1499_BE_WFT,1250_1499_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14237,I_1250_1499_BE_WPT,1250_1499_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14238,I_1250_1499_BE_BAW,1250_1499_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14239,I_1250_1499_1EFT_OthPT,1250_1499_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14240,I_1250_1499_1EFT_OthAW,1250_1499_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14241,I_1250_1499_1EFT_OthNW,1250_1499_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14242,I_1250_1499_1EPT_OthAW,1250_1499_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14243,I_1250_1499_1EPT_OthNW,1250_1499_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14244,I_1250_1499_1AW_OthNW,1250_1499_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14245,I_1250_1499_BNW,1250_1499_Both_not_working,G54A,G54,Both not working +G14246,I_1250_1499_LFsta_NS,1250_1499_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14247,I_1250_1499_Tot,1250_1499_Total,G54A,G54,Total +G14248,I_1500_1749_BE_WFT,1500_1749_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14249,I_1500_1749_BE_WPT,1500_1749_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14250,I_1500_1749_BE_BAW,1500_1749_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14251,I_1500_1749_1EFT_OthPT,1500_1749_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14252,I_1500_1749_1EFT_OthAW,1500_1749_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14253,I_1500_1749_1EFT_OthNW,1500_1749_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14254,I_1500_1749_1EPT_OthAW,1500_1749_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14255,I_1500_1749_1EPT_OthNW,1500_1749_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14256,I_1500_1749_1AW_OthNW,1500_1749_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14257,I_1500_1749_BNW,1500_1749_Both_not_working,G54A,G54,Both not working +G14258,I_1500_1749_LFsta_NS,1500_1749_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14259,I_1500_1749_Tot,1500_1749_Total,G54A,G54,Total +G14260,I_1750_1999_BE_WFT,1750_1999_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14261,I_1750_1999_BE_WPT,1750_1999_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14262,I_1750_1999_BE_BAW,1750_1999_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14263,I_1750_1999_1EFT_OthPT,1750_1999_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14264,I_1750_1999_1EFT_OthAW,1750_1999_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14265,I_1750_1999_1EFT_OthNW,1750_1999_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14266,I_1750_1999_1EPT_OthAW,1750_1999_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14267,I_1750_1999_1EPT_OthNW,1750_1999_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14268,I_1750_1999_1AW_OthNW,1750_1999_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14269,I_1750_1999_BNW,1750_1999_Both_not_working,G54A,G54,Both not working +G14270,I_1750_1999_LFsta_NS,1750_1999_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14271,I_1750_1999_Tot,1750_1999_Total,G54A,G54,Total +G14272,I_2000_2499_BE_WFT,2000_2499_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14273,I_2000_2499_BE_WPT,2000_2499_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14274,I_2000_2499_BE_BAW,2000_2499_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14275,I_2000_2499_1EFT_OthPT,2000_2499_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14276,I_2000_2499_1EFT_OthAW,2000_2499_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14277,I_2000_2499_1EFT_OthNW,2000_2499_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14278,I_2000_2499_1EPT_OthAW,2000_2499_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14279,I_2000_2499_1EPT_OthNW,2000_2499_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14280,I_2000_2499_1AW_OthNW,2000_2499_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14281,I_2000_2499_BNW,2000_2499_Both_not_working,G54A,G54,Both not working +G14282,I_2000_2499_LFsta_NS,2000_2499_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14283,I_2000_2499_Tot,2000_2499_Total,G54A,G54,Total +G14284,I_2500_2999_BE_WFT,2500_2999_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14285,I_2500_2999_BE_WPT,2500_2999_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14286,I_2500_2999_BE_BAW,2500_2999_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14287,I_2500_2999_1EFT_OthPT,2500_2999_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14288,I_2500_2999_1EFT_OthAW,2500_2999_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14289,I_2500_2999_1EFT_OthNW,2500_2999_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14290,I_2500_2999_1EPT_OthAW,2500_2999_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14291,I_2500_2999_1EPT_OthNW,2500_2999_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14292,I_2500_2999_1AW_OthNW,2500_2999_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14293,I_2500_2999_BNW,2500_2999_Both_not_working,G54A,G54,Both not working +G14294,I_2500_2999_LFsta_NS,2500_2999_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14295,I_2500_2999_Tot,2500_2999_Total,G54A,G54,Total +G14296,I_3000_3499_BE_WFT,3000_3499_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14297,I_3000_3499_BE_WPT,3000_3499_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14298,I_3000_3499_BE_BAW,3000_3499_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14299,I_3000_3499_1EFT_OthPT,3000_3499_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14300,I_3000_3499_1EFT_OthAW,3000_3499_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14301,I_3000_3499_1EFT_OthNW,3000_3499_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14302,I_3000_3499_1EPT_OthAW,3000_3499_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14303,I_3000_3499_1EPT_OthNW,3000_3499_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14304,I_3000_3499_1AW_OthNW,3000_3499_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14305,I_3000_3499_BNW,3000_3499_Both_not_working,G54A,G54,Both not working +G14306,I_3000_3499_LFsta_NS,3000_3499_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14307,I_3000_3499_Tot,3000_3499_Total,G54A,G54,Total +G14308,I_3500_3999_BE_WFT,3500_3999_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14309,I_3500_3999_BE_WPT,3500_3999_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14310,I_3500_3999_BE_BAW,3500_3999_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14311,I_3500_3999_1EFT_OthPT,3500_3999_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14312,I_3500_3999_1EFT_OthAW,3500_3999_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14313,I_3500_3999_1EFT_OthNW,3500_3999_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14314,I_3500_3999_1EPT_OthAW,3500_3999_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14315,I_3500_3999_1EPT_OthNW,3500_3999_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14316,I_3500_3999_1AW_OthNW,3500_3999_One_away_from_work_other_not_working,G54A,G54,"One away from work, other not working" +G14317,I_3500_3999_BNW,3500_3999_Both_not_working,G54A,G54,Both not working +G14318,I_3500_3999_LFsta_NS,3500_3999_Labour_force_status_not_stated,G54A,G54,Labour force status not stated +G14319,I_3500_3999_Tot,3500_3999_Total,G54A,G54,Total +G14320,I_4000more_BE_WFT,4000_or_more_Both_employed_Worked_full_time,G54A,G54,Both employed: Worked full-time +G14321,I_4000more_BE_WPT,4000_or_more_Both_employed_Worked_part_time,G54A,G54,Both employed: Worked part-time +G14322,I_4000more_BE_BAW,4000_or_more_Both_employed_Both_away_from_work,G54A,G54,Both employed: Both away from work +G14323,I_4000more_1EFT_OthPT,4000_or_more_One_employed_full_time_Other_part_time,G54A,G54,One employed full-time: Other part-time +G14324,I_4000more_1EFT_OthAW,4000_or_more_One_employed_full_time_Other_away_from_work,G54A,G54,One employed full-time: Other away from work +G14325,I_4000more_1EFT_OthNW,4000_or_more_One_employed_full_time_Other_not_working,G54A,G54,One employed full-time: Other not working +G14326,I_4000more_1EPT_OthAW,4000_or_more_One_employed_part_time_Other_away_from_work,G54A,G54,One employed part-time: Other away from work +G14327,I_4000more_1EPT_OthNW,4000_or_more_One_employed_part_time_Other_not_working,G54A,G54,One employed part-time: Other not working +G14328,I_4000more_1AW_OthNW,4000_or_more_One_away_from_work_other_not_working,G54B,G54,"One away from work, other not working" +G14329,I_4000more_BNW,4000_or_more_Both_not_working,G54B,G54,Both not working +G14330,I_4000more_LFsta_NS,4000_or_more_Labour_force_status_not_stated,G54B,G54,Labour force status not stated +G14331,I_4000more_Tot,4000_or_more_Total,G54B,G54,Total +G14332,Part_inc_stated_BE_WFT,Partial_income_stated_Both_employed_Worked_full_time,G54B,G54,Both employed: Worked full-time +G14333,Part_inc_stated_BE_WPT,Partial_income_stated_Both_employed_Worked_part_time,G54B,G54,Both employed: Worked part-time +G14334,Part_inc_stated_BE_BAW,Partial_income_stated_Both_employed_Both_away_from_work,G54B,G54,Both employed: Both away from work +G14335,Part_inc_stated_1EFT_OthPT,Partial_income_stated_One_employed_full_time_Other_part_time,G54B,G54,One employed full-time: Other part-time +G14336,Part_inc_stated_1EFT_OthAW,Partial_income_stated_One_employed_full_time_Other_away_from_work,G54B,G54,One employed full-time: Other away from work +G14337,Part_inc_stated_1EFT_OthNW,Partial_income_stated_One_employed_full_time_Other_not_working,G54B,G54,One employed full-time: Other not working +G14338,Part_inc_stated_1EPT_OthAW,Partial_income_stated_One_employed_part_time_Other_away_from_work,G54B,G54,One employed part-time: Other away from work +G14339,Part_inc_stated_1EPT_OthNW,Partial_income_stated_One_employed_part_time_Other_not_working,G54B,G54,One employed part-time: Other not working +G14340,Part_inc_stated_1AW_OthNW,Partial_income_stated_One_away_from_work_other_not_working,G54B,G54,"One away from work, other not working" +G14341,Part_inc_stated_BNW,Partial_income_stated_Both_not_working,G54B,G54,Both not working +G14342,Part_inc_stated_LFsta_NS,Partial_income_stated_Labour_force_status_not_stated,G54B,G54,Labour force status not stated +G14343,Part_inc_stated_Tot,Partial_income_stated_Total,G54B,G54,Total +G14344,All_inc_NS_BE_WFT,All_incomes_not_stated_Both_employed_Worked_full_time,G54B,G54,Both employed: Worked full-time +G14345,All_inc_NS_BE_WPT,All_incomes_not_stated_Both_employed_Worked_part_time,G54B,G54,Both employed: Worked part-time +G14346,All_inc_NS_BE_BAW,All_incomes_not_stated_Both_employed_Both_away_from_work,G54B,G54,Both employed: Both away from work +G14347,All_inc_NS_1EFT_OthPT,All_incomes_not_stated_One_employed_full_time_Other_part_time,G54B,G54,One employed full-time: Other part-time +G14348,All_inc_NS_1EFT_OthAW,All_incomes_not_stated_One_employed_full_time_Other_away_from_work,G54B,G54,One employed full-time: Other away from work +G14349,All_inc_NS_1EFT_OthNW,All_incomes_not_stated_One_employed_full_time_Other_not_working,G54B,G54,One employed full-time: Other not working +G14350,All_inc_NS_1EPT_OthAW,All_incomes_not_stated_One_employed_part_time_Other_away_from_work,G54B,G54,One employed part-time: Other away from work +G14351,All_inc_NS_1EPT_OthNW,All_incomes_not_stated_One_employed_part_time_Other_not_working,G54B,G54,One employed part-time: Other not working +G14352,All_inc_NS_1AW_OthNW,All_incomes_not_stated_One_away_from_work_other_not_working,G54B,G54,"One away from work, other not working" +G14353,All_inc_NS_BNW,All_incomes_not_stated_Both_not_working,G54B,G54,Both not working +G14354,All_inc_NS_LFsta_NS,All_incomes_not_stated_Labour_force_status_not_stated,G54B,G54,Labour force status not stated +G14355,All_inc_NS_Tot,All_incomes_not_stated_Total,G54B,G54,Total +G14356,Tot_BE_WFT,Total_Both_employed_Worked_full_time,G54B,G54,Both employed: Worked full-time +G14357,Tot_BE_WPT,Total_Both_employed_Worked_part_time,G54B,G54,Both employed: Worked part-time +G14358,Tot_BE_BAW,Total_Both_employed_Both_away_from_work,G54B,G54,Both employed: Both away from work +G14359,Tot_1EFT_OthPT,Total_One_employed_full_time_Other_part_time,G54B,G54,One employed full-time: Other part-time +G14360,Tot_1EFT_OthAW,Total_One_employed_full_time_Other_away_from_work,G54B,G54,One employed full-time: Other away from work +G14361,Tot_1EFT_OthNW,Total_One_employed_full_time_Other_not_working,G54B,G54,One employed full-time: Other not working +G14362,Tot_1EPT_OthAW,Total_One_employed_part_time_Other_away_from_work,G54B,G54,One employed part-time: Other away from work +G14363,Tot_1EPT_OthNW,Total_One_employed_part_time_Other_not_working,G54B,G54,One employed part-time: Other not working +G14364,Tot_1AW_OthNW,Total_One_away_from_work_other_not_working,G54B,G54,"One away from work, other not working" +G14365,Tot_BNW,Total_Both_not_working,G54B,G54,Both not working +G14366,Tot_LFsta_NS,Total_Labour_force_status_not_stated,G54B,G54,Labour force status not stated +G14367,Tot_Tot,Total_Total,G54B,G54,Total +G14368,NegNil_Inc_BE_WFT,Negative_Nil_income_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14369,NegNil_Inc_BE_WPT,Negative_Nil_income_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14370,NegNil_Inc_BE_BAW,Negative_Nil_income_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14371,NegNil_Inc_1EFT_OthPT,Negative_Nil_income_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14372,NegNil_Inc_1EFT_OthAW,Negative_Nil_income_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14373,NegNil_Inc_1EFT_OthNW,Negative_Nil_income_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14374,NegNil_Inc_1EPT_OthAW,Negative_Nil_income_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14375,NegNil_Inc_1EPT_OthNW,Negative_Nil_income_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14376,NegNil_Inc_1AW_OthNW,Negative_Nil_income_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14377,NegNil_Inc_BNW,Negative_Nil_income_Both_not_working,G55A,G55,Both not working +G14378,NegNil_Inc_LFsta_NS,Negative_Nil_income_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14379,NegNil_Inc_Tot,Negative_Nil_income_Total,G55A,G55,Total +G14380,I_1_149_BE_WFT,1_149_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14381,I_1_149_BE_WPT,1_149_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14382,I_1_149_BE_BAW,1_149_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14383,I_1_149_1EFT_OthPT,1_149_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14384,I_1_149_1EFT_OthAW,1_149_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14385,I_1_149_1EFT_OthNW,1_149_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14386,I_1_149_1EPT_OthAW,1_149_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14387,I_1_149_1EPT_OthNW,1_149_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14388,I_1_149_1AW_OthNW,1_149_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14389,I_1_149_BNW,1_149_Both_not_working,G55A,G55,Both not working +G14390,I_1_149_LFsta_NS,1_149_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14391,I_1_149_Tot,1_149_Total,G55A,G55,Total +G14392,I_150_299_BE_WFT,150_299_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14393,I_150_299_BE_WPT,150_299_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14394,I_150_299_BE_BAW,150_299_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14395,I_150_299_1EFT_OthPT,150_299_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14396,I_150_299_1EFT_OthAW,150_299_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14397,I_150_299_1EFT_OthNW,150_299_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14398,I_150_299_1EPT_OthAW,150_299_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14399,I_150_299_1EPT_OthNW,150_299_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14400,I_150_299_1AW_OthNW,150_299_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14401,I_150_299_BNW,150_299_Both_not_working,G55A,G55,Both not working +G14402,I_150_299_LFsta_NS,150_299_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14403,I_150_299_Tot,150_299_Total,G55A,G55,Total +G14404,I_300_399_BE_WFT,300_399_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14405,I_300_399_BE_WPT,300_399_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14406,I_300_399_BE_BAW,300_399_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14407,I_300_399_1EFT_OthPT,300_399_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14408,I_300_399_1EFT_OthAW,300_399_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14409,I_300_399_1EFT_OthNW,300_399_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14410,I_300_399_1EPT_OthAW,300_399_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14411,I_300_399_1EPT_OthNW,300_399_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14412,I_300_399_1AW_OthNW,300_399_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14413,I_300_399_BNW,300_399_Both_not_working,G55A,G55,Both not working +G14414,I_300_399_LFsta_NS,300_399_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14415,I_300_399_Tot,300_399_Total,G55A,G55,Total +G14416,I_400_499_BE_WFT,400_499_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14417,I_400_499_BE_WPT,400_499_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14418,I_400_499_BE_BAW,400_499_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14419,I_400_499_1EFT_OthPT,400_499_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14420,I_400_499_1EFT_OthAW,400_499_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14421,I_400_499_1EFT_OthNW,400_499_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14422,I_400_499_1EPT_OthAW,400_499_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14423,I_400_499_1EPT_OthNW,400_499_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14424,I_400_499_1AW_OthNW,400_499_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14425,I_400_499_BNW,400_499_Both_not_working,G55A,G55,Both not working +G14426,I_400_499_LFsta_NS,400_499_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14427,I_400_499_Tot,400_499_Total,G55A,G55,Total +G14428,I_500_649_BE_WFT,500_649_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14429,I_500_649_BE_WPT,500_649_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14430,I_500_649_BE_BAW,500_649_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14431,I_500_649_1EFT_OthPT,500_649_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14432,I_500_649_1EFT_OthAW,500_649_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14433,I_500_649_1EFT_OthNW,500_649_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14434,I_500_649_1EPT_OthAW,500_649_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14435,I_500_649_1EPT_OthNW,500_649_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14436,I_500_649_1AW_OthNW,500_649_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14437,I_500_649_BNW,500_649_Both_not_working,G55A,G55,Both not working +G14438,I_500_649_LFsta_NS,500_649_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14439,I_500_649_Tot,500_649_Total,G55A,G55,Total +G14440,I_650_799_BE_WFT,650_799_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14441,I_650_799_BE_WPT,650_799_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14442,I_650_799_BE_BAW,650_799_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14443,I_650_799_1EFT_OthPT,650_799_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14444,I_650_799_1EFT_OthAW,650_799_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14445,I_650_799_1EFT_OthNW,650_799_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14446,I_650_799_1EPT_OthAW,650_799_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14447,I_650_799_1EPT_OthNW,650_799_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14448,I_650_799_1AW_OthNW,650_799_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14449,I_650_799_BNW,650_799_Both_not_working,G55A,G55,Both not working +G14450,I_650_799_LFsta_NS,650_799_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14451,I_650_799_Tot,650_799_Total,G55A,G55,Total +G14452,I_800_999_BE_WFT,800_999_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14453,I_800_999_BE_WPT,800_999_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14454,I_800_999_BE_BAW,800_999_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14455,I_800_999_1EFT_OthPT,800_999_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14456,I_800_999_1EFT_OthAW,800_999_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14457,I_800_999_1EFT_OthNW,800_999_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14458,I_800_999_1EPT_OthAW,800_999_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14459,I_800_999_1EPT_OthNW,800_999_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14460,I_800_999_1AW_OthNW,800_999_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14461,I_800_999_BNW,800_999_Both_not_working,G55A,G55,Both not working +G14462,I_800_999_LFsta_NS,800_999_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14463,I_800_999_Tot,800_999_Total,G55A,G55,Total +G14464,I_1000_1249_BE_WFT,1000_1249_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14465,I_1000_1249_BE_WPT,1000_1249_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14466,I_1000_1249_BE_BAW,1000_1249_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14467,I_1000_1249_1EFT_OthPT,1000_1249_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14468,I_1000_1249_1EFT_OthAW,1000_1249_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14469,I_1000_1249_1EFT_OthNW,1000_1249_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14470,I_1000_1249_1EPT_OthAW,1000_1249_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14471,I_1000_1249_1EPT_OthNW,1000_1249_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14472,I_1000_1249_1AW_OthNW,1000_1249_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14473,I_1000_1249_BNW,1000_1249_Both_not_working,G55A,G55,Both not working +G14474,I_1000_1249_LFsta_NS,1000_1249_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14475,I_1000_1249_Tot,1000_1249_Total,G55A,G55,Total +G14476,I_1250_1499_BE_WFT,1250_1499_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14477,I_1250_1499_BE_WPT,1250_1499_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14478,I_1250_1499_BE_BAW,1250_1499_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14479,I_1250_1499_1EFT_OthPT,1250_1499_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14480,I_1250_1499_1EFT_OthAW,1250_1499_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14481,I_1250_1499_1EFT_OthNW,1250_1499_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14482,I_1250_1499_1EPT_OthAW,1250_1499_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14483,I_1250_1499_1EPT_OthNW,1250_1499_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14484,I_1250_1499_1AW_OthNW,1250_1499_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14485,I_1250_1499_BNW,1250_1499_Both_not_working,G55A,G55,Both not working +G14486,I_1250_1499_LFsta_NS,1250_1499_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14487,I_1250_1499_Tot,1250_1499_Total,G55A,G55,Total +G14488,I_1500_1749_BE_WFT,1500_1749_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14489,I_1500_1749_BE_WPT,1500_1749_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14490,I_1500_1749_BE_BAW,1500_1749_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14491,I_1500_1749_1EFT_OthPT,1500_1749_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14492,I_1500_1749_1EFT_OthAW,1500_1749_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14493,I_1500_1749_1EFT_OthNW,1500_1749_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14494,I_1500_1749_1EPT_OthAW,1500_1749_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14495,I_1500_1749_1EPT_OthNW,1500_1749_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14496,I_1500_1749_1AW_OthNW,1500_1749_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14497,I_1500_1749_BNW,1500_1749_Both_not_working,G55A,G55,Both not working +G14498,I_1500_1749_LFsta_NS,1500_1749_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14499,I_1500_1749_Tot,1500_1749_Total,G55A,G55,Total +G14500,I_1750_1999_BE_WFT,1750_1999_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14501,I_1750_1999_BE_WPT,1750_1999_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14502,I_1750_1999_BE_BAW,1750_1999_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14503,I_1750_1999_1EFT_OthPT,1750_1999_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14504,I_1750_1999_1EFT_OthAW,1750_1999_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14505,I_1750_1999_1EFT_OthNW,1750_1999_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14506,I_1750_1999_1EPT_OthAW,1750_1999_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14507,I_1750_1999_1EPT_OthNW,1750_1999_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14508,I_1750_1999_1AW_OthNW,1750_1999_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14509,I_1750_1999_BNW,1750_1999_Both_not_working,G55A,G55,Both not working +G14510,I_1750_1999_LFsta_NS,1750_1999_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14511,I_1750_1999_Tot,1750_1999_Total,G55A,G55,Total +G14512,I_2000_2499_BE_WFT,2000_2499_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14513,I_2000_2499_BE_WPT,2000_2499_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14514,I_2000_2499_BE_BAW,2000_2499_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14515,I_2000_2499_1EFT_OthPT,2000_2499_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14516,I_2000_2499_1EFT_OthAW,2000_2499_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14517,I_2000_2499_1EFT_OthNW,2000_2499_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14518,I_2000_2499_1EPT_OthAW,2000_2499_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14519,I_2000_2499_1EPT_OthNW,2000_2499_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14520,I_2000_2499_1AW_OthNW,2000_2499_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14521,I_2000_2499_BNW,2000_2499_Both_not_working,G55A,G55,Both not working +G14522,I_2000_2499_LFsta_NS,2000_2499_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14523,I_2000_2499_Tot,2000_2499_Total,G55A,G55,Total +G14524,I_2500_2999_BE_WFT,2500_2999_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14525,I_2500_2999_BE_WPT,2500_2999_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14526,I_2500_2999_BE_BAW,2500_2999_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14527,I_2500_2999_1EFT_OthPT,2500_2999_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14528,I_2500_2999_1EFT_OthAW,2500_2999_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14529,I_2500_2999_1EFT_OthNW,2500_2999_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14530,I_2500_2999_1EPT_OthAW,2500_2999_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14531,I_2500_2999_1EPT_OthNW,2500_2999_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14532,I_2500_2999_1AW_OthNW,2500_2999_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14533,I_2500_2999_BNW,2500_2999_Both_not_working,G55A,G55,Both not working +G14534,I_2500_2999_LFsta_NS,2500_2999_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14535,I_2500_2999_Tot,2500_2999_Total,G55A,G55,Total +G14536,I_3000_3499_BE_WFT,3000_3499_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14537,I_3000_3499_BE_WPT,3000_3499_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14538,I_3000_3499_BE_BAW,3000_3499_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14539,I_3000_3499_1EFT_OthPT,3000_3499_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14540,I_3000_3499_1EFT_OthAW,3000_3499_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14541,I_3000_3499_1EFT_OthNW,3000_3499_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14542,I_3000_3499_1EPT_OthAW,3000_3499_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14543,I_3000_3499_1EPT_OthNW,3000_3499_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14544,I_3000_3499_1AW_OthNW,3000_3499_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14545,I_3000_3499_BNW,3000_3499_Both_not_working,G55A,G55,Both not working +G14546,I_3000_3499_LFsta_NS,3000_3499_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14547,I_3000_3499_Tot,3000_3499_Total,G55A,G55,Total +G14548,I_3500_3999_BE_WFT,3500_3999_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14549,I_3500_3999_BE_WPT,3500_3999_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14550,I_3500_3999_BE_BAW,3500_3999_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14551,I_3500_3999_1EFT_OthPT,3500_3999_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14552,I_3500_3999_1EFT_OthAW,3500_3999_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14553,I_3500_3999_1EFT_OthNW,3500_3999_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14554,I_3500_3999_1EPT_OthAW,3500_3999_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14555,I_3500_3999_1EPT_OthNW,3500_3999_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14556,I_3500_3999_1AW_OthNW,3500_3999_One_away_from_work_other_not_working,G55A,G55,"One away from work, other not working" +G14557,I_3500_3999_BNW,3500_3999_Both_not_working,G55A,G55,Both not working +G14558,I_3500_3999_LFsta_NS,3500_3999_Labour_force_status_not_stated,G55A,G55,Labour force status not stated +G14559,I_3500_3999_Tot,3500_3999_Total,G55A,G55,Total +G14560,I_4000more_BE_WFT,4000_or_more_Both_employed_Worked_full_time,G55A,G55,Both employed: Worked full-time +G14561,I_4000more_BE_WPT,4000_or_more_Both_employed_Worked_part_time,G55A,G55,Both employed: Worked part-time +G14562,I_4000more_BE_BAW,4000_or_more_Both_employed_Both_away_from_work,G55A,G55,Both employed: Both away from work +G14563,I_4000more_1EFT_OthPT,4000_or_more_One_employed_full_time_Other_part_time,G55A,G55,One employed full-time: Other part-time +G14564,I_4000more_1EFT_OthAW,4000_or_more_One_employed_full_time_Other_away_from_work,G55A,G55,One employed full-time: Other away from work +G14565,I_4000more_1EFT_OthNW,4000_or_more_One_employed_full_time_Other_not_working,G55A,G55,One employed full-time: Other not working +G14566,I_4000more_1EPT_OthAW,4000_or_more_One_employed_part_time_Other_away_from_work,G55A,G55,One employed part-time: Other away from work +G14567,I_4000more_1EPT_OthNW,4000_or_more_One_employed_part_time_Other_not_working,G55A,G55,One employed part-time: Other not working +G14568,I_4000more_1AW_OthNW,4000_or_more_One_away_from_work_other_not_working,G55B,G55,"One away from work, other not working" +G14569,I_4000more_BNW,4000_or_more_Both_not_working,G55B,G55,Both not working +G14570,I_4000more_LFsta_NS,4000_or_more_Labour_force_status_not_stated,G55B,G55,Labour force status not stated +G14571,I_4000more_Tot,4000_or_more_Total,G55B,G55,Total +G14572,Part_inc_stated_BE_WFT,Partial_income_stated_Both_employed_Worked_full_time,G55B,G55,Both employed: Worked full-time +G14573,Part_inc_stated_BE_WPT,Partial_income_stated_Both_employed_Worked_part_time,G55B,G55,Both employed: Worked part-time +G14574,Part_inc_stated_BE_BAW,Partial_income_stated_Both_employed_Both_away_from_work,G55B,G55,Both employed: Both away from work +G14575,Part_inc_stated_1EFT_OthPT,Partial_income_stated_One_employed_full_time_Other_part_time,G55B,G55,One employed full-time: Other part-time +G14576,Part_inc_stated_1EFT_OthAW,Partial_income_stated_One_employed_full_time_Other_away_from_work,G55B,G55,One employed full-time: Other away from work +G14577,Part_inc_stated_1EFT_OthNW,Partial_income_stated_One_employed_full_time_Other_not_working,G55B,G55,One employed full-time: Other not working +G14578,Part_inc_stated_1EPT_OthAW,Partial_income_stated_One_employed_part_time_Other_away_from_work,G55B,G55,One employed part-time: Other away from work +G14579,Part_inc_stated_1EPT_OthNW,Partial_income_stated_One_employed_part_time_Other_not_working,G55B,G55,One employed part-time: Other not working +G14580,Part_inc_stated_1AW_OthNW,Partial_income_stated_One_away_from_work_other_not_working,G55B,G55,"One away from work, other not working" +G14581,Part_inc_stated_BNW,Partial_income_stated_Both_not_working,G55B,G55,Both not working +G14582,Part_inc_stated_LFsta_NS,Partial_income_stated_Labour_force_status_not_stated,G55B,G55,Labour force status not stated +G14583,Part_inc_stated_Tot,Partial_income_stated_Total,G55B,G55,Total +G14584,All_inc_NS_BE_WFT,All_incomes_not_stated_Both_employed_Worked_full_time,G55B,G55,Both employed: Worked full-time +G14585,All_inc_NS_BE_WPT,All_incomes_not_stated_Both_employed_Worked_part_time,G55B,G55,Both employed: Worked part-time +G14586,All_inc_NS_BE_BAW,All_incomes_not_stated_Both_employed_Both_away_from_work,G55B,G55,Both employed: Both away from work +G14587,All_inc_NS_1EFT_OthPT,All_incomes_not_stated_One_employed_full_time_Other_part_time,G55B,G55,One employed full-time: Other part-time +G14588,All_inc_NS_1EFT_OthAW,All_incomes_not_stated_One_employed_full_time_Other_away_from_work,G55B,G55,One employed full-time: Other away from work +G14589,All_inc_NS_1EFT_OthNW,All_incomes_not_stated_One_employed_full_time_Other_not_working,G55B,G55,One employed full-time: Other not working +G14590,All_inc_NS_1EPT_OthAW,All_incomes_not_stated_One_employed_part_time_Other_away_from_work,G55B,G55,One employed part-time: Other away from work +G14591,All_inc_NS_1EPT_OthNW,All_incomes_not_stated_One_employed_part_time_Other_not_working,G55B,G55,One employed part-time: Other not working +G14592,All_inc_NS_1AW_OthNW,All_incomes_not_stated_One_away_from_work_other_not_working,G55B,G55,"One away from work, other not working" +G14593,All_inc_NS_BNW,All_incomes_not_stated_Both_not_working,G55B,G55,Both not working +G14594,All_inc_NS_LFsta_NS,All_incomes_not_stated_Labour_force_status_not_stated,G55B,G55,Labour force status not stated +G14595,All_inc_NS_Tot,All_incomes_not_stated_Total,G55B,G55,Total +G14596,Tot_BE_WFT,Total_Both_employed_Worked_full_time,G55B,G55,Both employed: Worked full-time +G14597,Tot_BE_WPT,Total_Both_employed_Worked_part_time,G55B,G55,Both employed: Worked part-time +G14598,Tot_BE_BAW,Total_Both_employed_Both_away_from_work,G55B,G55,Both employed: Both away from work +G14599,Tot_1EFT_OthPT,Total_One_employed_full_time_Other_part_time,G55B,G55,One employed full-time: Other part-time +G14600,Tot_1EFT_OthAW,Total_One_employed_full_time_Other_away_from_work,G55B,G55,One employed full-time: Other away from work +G14601,Tot_1EFT_OthNW,Total_One_employed_full_time_Other_not_working,G55B,G55,One employed full-time: Other not working +G14602,Tot_1EPT_OthAW,Total_One_employed_part_time_Other_away_from_work,G55B,G55,One employed part-time: Other away from work +G14603,Tot_1EPT_OthNW,Total_One_employed_part_time_Other_not_working,G55B,G55,One employed part-time: Other not working +G14604,Tot_1AW_OthNW,Total_One_away_from_work_other_not_working,G55B,G55,"One away from work, other not working" +G14605,Tot_BNW,Total_Both_not_working,G55B,G55,Both not working +G14606,Tot_LFsta_NS,Total_Labour_force_status_not_stated,G55B,G55,Labour force status not stated +G14607,Tot_Tot,Total_Total,G55B,G55,Total +G14608,NegNil_inc_Emp_WFT,Negative_Nil_income_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14609,NegNil_inc_Emp_WPT,Negative_Nil_income_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14610,NegNil_inc_Emp_AW,Negative_Nil_income_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14611,NegNil_inc_E_T,Negative_Nil_income_Employed_Total,G56A,G56,Employed: Total +G14612,NegNil_inc_UnE_lfw_FTW,Negative_Nil_income_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14613,NegNil_inc_UnE_lfw_PTW,Negative_Nil_income_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14614,NegNil_inc_UnE_lfw_Tot,Negative_Nil_income_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14615,NegNil_inc_T_LF,Negative_Nil_income_Total_labour_force,G56A,G56,Total labour force +G14616,NegNil_inc_Notin_LF,Negative_Nil_income_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14617,NegNil_inc_LF_sta_NS,Negative_Nil_income_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14618,NegNil_inc_Tot,Negative_Nil_income_Total,G56A,G56,Total +G14619,I_1_149_Emp_WFT,1_149_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14620,I_1_149_Emp_WPT,1_149_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14621,I_1_149_Emp_AW,1_149_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14622,I_1_149_E_T,1_149_Employed_Total,G56A,G56,Employed: Total +G14623,I_1_149_UnE_lfw_FTW,1_149_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14624,I_1_149_UnE_lfw_PTW,1_149_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14625,I_1_149_UnE_lfw_Tot,1_149_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14626,I_1_149_T_LF,1_149_Total_labour_force,G56A,G56,Total labour force +G14627,I_1_149_Notin_LF,1_149_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14628,I_1_149_LF_sta_NS,1_149_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14629,I_1_149_Tot,1_149_Total,G56A,G56,Total +G14630,I_150_299_Emp_WFT,150_299_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14631,I_150_299_Emp_WPT,150_299_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14632,I_150_299_Emp_AW,150_299_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14633,I_150_299_E_T,150_299_Employed_Total,G56A,G56,Employed: Total +G14634,I_150_299_UnE_lfw_FTW,150_299_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14635,I_150_299_UnE_lfw_PTW,150_299_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14636,I_150_299_UnE_lfw_Tot,150_299_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14637,I_150_299_T_LF,150_299_Total_labour_force,G56A,G56,Total labour force +G14638,I_150_299_Notin_LF,150_299_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14639,I_150_299_LF_sta_NS,150_299_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14640,I_150_299_Tot,150_299_Total,G56A,G56,Total +G14641,I_300_399_Emp_WFT,300_399_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14642,I_300_399_Emp_WPT,300_399_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14643,I_300_399_Emp_AW,300_399_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14644,I_300_399_E_T,300_399_Employed_Total,G56A,G56,Employed: Total +G14645,I_300_399_UnE_lfw_FTW,300_399_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14646,I_300_399_UnE_lfw_PTW,300_399_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14647,I_300_399_UnE_lfw_Tot,300_399_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14648,I_300_399_T_LF,300_399_Total_labour_force,G56A,G56,Total labour force +G14649,I_300_399_Notin_LF,300_399_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14650,I_300_399_LF_sta_NS,300_399_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14651,I_300_399_Tot,300_399_Total,G56A,G56,Total +G14652,I_400_499_Emp_WFT,400_499_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14653,I_400_499_Emp_WPT,400_499_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14654,I_400_499_Emp_AW,400_499_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14655,I_400_499_E_T,400_499_Employed_Total,G56A,G56,Employed: Total +G14656,I_400_499_UnE_lfw_FTW,400_499_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14657,I_400_499_UnE_lfw_PTW,400_499_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14658,I_400_499_UnE_lfw_Tot,400_499_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14659,I_400_499_T_LF,400_499_Total_labour_force,G56A,G56,Total labour force +G14660,I_400_499_Notin_LF,400_499_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14661,I_400_499_LF_sta_NS,400_499_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14662,I_400_499_Tot,400_499_Total,G56A,G56,Total +G14663,I_500_649_Emp_WFT,500_649_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14664,I_500_649_Emp_WPT,500_649_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14665,I_500_649_Emp_AW,500_649_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14666,I_500_649_E_T,500_649_Employed_Total,G56A,G56,Employed: Total +G14667,I_500_649_UnE_lfw_FTW,500_649_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14668,I_500_649_UnE_lfw_PTW,500_649_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14669,I_500_649_UnE_lfw_Tot,500_649_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14670,I_500_649_T_LF,500_649_Total_labour_force,G56A,G56,Total labour force +G14671,I_500_649_Notin_LF,500_649_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14672,I_500_649_LF_sta_NS,500_649_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14673,I_500_649_Tot,500_649_Total,G56A,G56,Total +G14674,I_650_799_Emp_WFT,650_799_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14675,I_650_799_Emp_WPT,650_799_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14676,I_650_799_Emp_AW,650_799_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14677,I_650_799_E_T,650_799_Employed_Total,G56A,G56,Employed: Total +G14678,I_650_799_UnE_lfw_FTW,650_799_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14679,I_650_799_UnE_lfw_PTW,650_799_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14680,I_650_799_UnE_lfw_Tot,650_799_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14681,I_650_799_T_LF,650_799_Total_labour_force,G56A,G56,Total labour force +G14682,I_650_799_Notin_LF,650_799_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14683,I_650_799_LF_sta_NS,650_799_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14684,I_650_799_Tot,650_799_Total,G56A,G56,Total +G14685,I_800_999_Emp_WFT,800_999_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14686,I_800_999_Emp_WPT,800_999_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14687,I_800_999_Emp_AW,800_999_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14688,I_800_999_E_T,800_999_Employed_Total,G56A,G56,Employed: Total +G14689,I_800_999_UnE_lfw_FTW,800_999_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14690,I_800_999_UnE_lfw_PTW,800_999_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14691,I_800_999_UnE_lfw_Tot,800_999_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14692,I_800_999_T_LF,800_999_Total_labour_force,G56A,G56,Total labour force +G14693,I_800_999_Notin_LF,800_999_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14694,I_800_999_LF_sta_NS,800_999_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14695,I_800_999_Tot,800_999_Total,G56A,G56,Total +G14696,I_1000_1249_Emp_WFT,1000_1249_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14697,I_1000_1249_Emp_WPT,1000_1249_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14698,I_1000_1249_Emp_AW,1000_1249_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14699,I_1000_1249_E_T,1000_1249_Employed_Total,G56A,G56,Employed: Total +G14700,I_1000_1249_UnE_lfw_FTW,1000_1249_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14701,I_1000_1249_UnE_lfw_PTW,1000_1249_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14702,I_1000_1249_UnE_lfw_Tot,1000_1249_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14703,I_1000_1249_T_LF,1000_1249_Total_labour_force,G56A,G56,Total labour force +G14704,I_1000_1249_Notin_LF,1000_1249_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14705,I_1000_1249_LF_sta_NS,1000_1249_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14706,I_1000_1249_Tot,1000_1249_Total,G56A,G56,Total +G14707,I_1250_1499_Emp_WFT,1250_1499_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14708,I_1250_1499_Emp_WPT,1250_1499_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14709,I_1250_1499_Emp_AW,1250_1499_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14710,I_1250_1499_E_T,1250_1499_Employed_Total,G56A,G56,Employed: Total +G14711,I_1250_1499_UnE_lfw_FTW,1250_1499_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14712,I_1250_1499_UnE_lfw_PTW,1250_1499_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14713,I_1250_1499_UnE_lfw_Tot,1250_1499_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14714,I_1250_1499_T_LF,1250_1499_Total_labour_force,G56A,G56,Total labour force +G14715,I_1250_1499_Notin_LF,1250_1499_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14716,I_1250_1499_LF_sta_NS,1250_1499_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14717,I_1250_1499_Tot,1250_1499_Total,G56A,G56,Total +G14718,I_1500_1749_Emp_WFT,1500_1749_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14719,I_1500_1749_Emp_WPT,1500_1749_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14720,I_1500_1749_Emp_AW,1500_1749_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14721,I_1500_1749_E_T,1500_1749_Employed_Total,G56A,G56,Employed: Total +G14722,I_1500_1749_UnE_lfw_FTW,1500_1749_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14723,I_1500_1749_UnE_lfw_PTW,1500_1749_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14724,I_1500_1749_UnE_lfw_Tot,1500_1749_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14725,I_1500_1749_T_LF,1500_1749_Total_labour_force,G56A,G56,Total labour force +G14726,I_1500_1749_Notin_LF,1500_1749_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14727,I_1500_1749_LF_sta_NS,1500_1749_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14728,I_1500_1749_Tot,1500_1749_Total,G56A,G56,Total +G14729,I_1750_1999_Emp_WFT,1750_1999_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14730,I_1750_1999_Emp_WPT,1750_1999_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14731,I_1750_1999_Emp_AW,1750_1999_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14732,I_1750_1999_E_T,1750_1999_Employed_Total,G56A,G56,Employed: Total +G14733,I_1750_1999_UnE_lfw_FTW,1750_1999_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14734,I_1750_1999_UnE_lfw_PTW,1750_1999_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14735,I_1750_1999_UnE_lfw_Tot,1750_1999_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14736,I_1750_1999_T_LF,1750_1999_Total_labour_force,G56A,G56,Total labour force +G14737,I_1750_1999_Notin_LF,1750_1999_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14738,I_1750_1999_LF_sta_NS,1750_1999_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14739,I_1750_1999_Tot,1750_1999_Total,G56A,G56,Total +G14740,I_2000_2499_Emp_WFT,2000_2499_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14741,I_2000_2499_Emp_WPT,2000_2499_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14742,I_2000_2499_Emp_AW,2000_2499_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14743,I_2000_2499_E_T,2000_2499_Employed_Total,G56A,G56,Employed: Total +G14744,I_2000_2499_UnE_lfw_FTW,2000_2499_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14745,I_2000_2499_UnE_lfw_PTW,2000_2499_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14746,I_2000_2499_UnE_lfw_Tot,2000_2499_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14747,I_2000_2499_T_LF,2000_2499_Total_labour_force,G56A,G56,Total labour force +G14748,I_2000_2499_Notin_LF,2000_2499_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14749,I_2000_2499_LF_sta_NS,2000_2499_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14750,I_2000_2499_Tot,2000_2499_Total,G56A,G56,Total +G14751,I_2500_2999_Emp_WFT,2500_2999_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14752,I_2500_2999_Emp_WPT,2500_2999_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14753,I_2500_2999_Emp_AW,2500_2999_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14754,I_2500_2999_E_T,2500_2999_Employed_Total,G56A,G56,Employed: Total +G14755,I_2500_2999_UnE_lfw_FTW,2500_2999_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14756,I_2500_2999_UnE_lfw_PTW,2500_2999_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14757,I_2500_2999_UnE_lfw_Tot,2500_2999_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14758,I_2500_2999_T_LF,2500_2999_Total_labour_force,G56A,G56,Total labour force +G14759,I_2500_2999_Notin_LF,2500_2999_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14760,I_2500_2999_LF_sta_NS,2500_2999_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14761,I_2500_2999_Tot,2500_2999_Total,G56A,G56,Total +G14762,I_3000_3499_Emp_WFT,3000_3499_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14763,I_3000_3499_Emp_WPT,3000_3499_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14764,I_3000_3499_Emp_AW,3000_3499_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14765,I_3000_3499_E_T,3000_3499_Employed_Total,G56A,G56,Employed: Total +G14766,I_3000_3499_UnE_lfw_FTW,3000_3499_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14767,I_3000_3499_UnE_lfw_PTW,3000_3499_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14768,I_3000_3499_UnE_lfw_Tot,3000_3499_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14769,I_3000_3499_T_LF,3000_3499_Total_labour_force,G56A,G56,Total labour force +G14770,I_3000_3499_Notin_LF,3000_3499_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14771,I_3000_3499_LF_sta_NS,3000_3499_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14772,I_3000_3499_Tot,3000_3499_Total,G56A,G56,Total +G14773,I_3500_3999_Emp_WFT,3500_3999_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14774,I_3500_3999_Emp_WPT,3500_3999_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14775,I_3500_3999_Emp_AW,3500_3999_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14776,I_3500_3999_E_T,3500_3999_Employed_Total,G56A,G56,Employed: Total +G14777,I_3500_3999_UnE_lfw_FTW,3500_3999_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14778,I_3500_3999_UnE_lfw_PTW,3500_3999_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14779,I_3500_3999_UnE_lfw_Tot,3500_3999_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14780,I_3500_3999_T_LF,3500_3999_Total_labour_force,G56A,G56,Total labour force +G14781,I_3500_3999_Notin_LF,3500_3999_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14782,I_3500_3999_LF_sta_NS,3500_3999_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14783,I_3500_3999_Tot,3500_3999_Total,G56A,G56,Total +G14784,I_4000more_Emp_WFT,4000_or_more_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14785,I_4000more_Emp_WPT,4000_or_more_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14786,I_4000more_Emp_AW,4000_or_more_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14787,I_4000more_E_T,4000_or_more_Employed_Total,G56A,G56,Employed: Total +G14788,I_4000more_UnE_lfw_FTW,4000_or_more_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14789,I_4000more_UnE_lfw_PTW,4000_or_more_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14790,I_4000more_UnE_lfw_Tot,4000_or_more_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14791,I_4000more_T_LF,4000_or_more_Total_labour_force,G56A,G56,Total labour force +G14792,I_4000more_Notin_LF,4000_or_more_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14793,I_4000more_LF_sta_NS,4000_or_more_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14794,I_4000more_Tot,4000_or_more_Total,G56A,G56,Total +G14795,Part_inc_sta_Emp_WFT,Partial_income_stated_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14796,Part_inc_sta_Emp_WPT,Partial_income_stated_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14797,Part_inc_sta_Emp_AW,Partial_income_stated_Employed_Away_from_work,G56A,G56,Employed: Away from work +G14798,Part_inc_sta_E_T,Partial_income_stated_Employed_Total,G56A,G56,Employed: Total +G14799,Part_inc_sta_UnE_lfw_FTW,Partial_income_stated_Unemployed_looking_for_Full_time_work,G56A,G56,"Unemployed, looking for work: Full-time work" +G14800,Part_inc_sta_UnE_lfw_PTW,Partial_income_stated_Unemployed_looking_for_Part_time_work,G56A,G56,"Unemployed, looking for work: Part-time work" +G14801,Part_inc_sta_UnE_lfw_Tot,Partial_income_stated_Unemployed_looking_for_Total,G56A,G56,"Unemployed, looking for work: Total" +G14802,Part_inc_sta_T_LF,Partial_income_stated_Total_labour_force,G56A,G56,Total labour force +G14803,Part_inc_sta_Notin_LF,Partial_income_stated_Not_in_the_labour_force,G56A,G56,Not in the labour force +G14804,Part_inc_sta_LF_sta_NS,Partial_income_stated_Labour_force_status_not_stated,G56A,G56,Labour force status not stated +G14805,Part_inc_sta_Tot,Partial_income_stated_Total,G56A,G56,Total +G14806,All_inc_NS_Emp_WFT,All_incomes_not_stated_Employed_Worked_full_time,G56A,G56,Employed: Worked full-time +G14807,All_inc_NS_Emp_WPT,All_incomes_not_stated_Employed_Worked_part_time,G56A,G56,Employed: Worked part-time +G14808,All_inc_NS_Emp_AW,All_incomes_not_stated_Employed_Away_from_work,G56B,G56,Employed: Away from work +G14809,All_inc_NS_E_T,All_incomes_not_stated_Employed_Total,G56B,G56,Employed: Total +G14810,All_inc_NS_UnE_lfw_FTW,All_incomes_not_stated_Unemployed_looking_for_Full_time_work,G56B,G56,"Unemployed, looking for work: Full-time work" +G14811,All_inc_NS_UnE_lfw_PTW,All_incomes_not_stated_Unemployed_looking_for_Part_time_work,G56B,G56,"Unemployed, looking for work: Part-time work" +G14812,All_inc_NS_UnE_lfw_Tot,All_incomes_not_stated_Unemployed_looking_for_Total,G56B,G56,"Unemployed, looking for work: Total" +G14813,All_inc_NS_T_LF,All_incomes_not_stated_Total_labour_force,G56B,G56,Total labour force +G14814,All_inc_NS_Notin_LF,All_incomes_not_stated_Not_in_the_labour_force,G56B,G56,Not in the labour force +G14815,All_inc_NS_LF_sta_NS,All_incomes_not_stated_Labour_force_status_not_stated,G56B,G56,Labour force status not stated +G14816,All_inc_NS_Tot,All_incomes_not_stated_Total,G56B,G56,Total +G14817,Tot_Emp_WFT,Total_Employed_Worked_full_time,G56B,G56,Employed: Worked full-time +G14818,Tot_Emp_WPT,Total_Employed_Worked_part_time,G56B,G56,Employed: Worked part-time +G14819,Tot_Emp_AW,Total_Employed_Away_from_work,G56B,G56,Employed: Away from work +G14820,Tot_E_T,Total_Employed_Total,G56B,G56,Employed: Total +G14821,Tot_UnE_lfw_FTW,Total_Unemployed_looking_for_Full_time_work,G56B,G56,"Unemployed, looking for work: Full-time work" +G14822,Tot_UnE_lfw_PTW,Total_Unemployed_looking_for_Part_time_work,G56B,G56,"Unemployed, looking for work: Part-time work" +G14823,Tot_UnE_lfw_Tot,Total_Unemployed_looking_for_Total,G56B,G56,"Unemployed, looking for work: Total" +G14824,Tot_T_LF,Total_Total_labour_force,G56B,G56,Total labour force +G14825,Tot_Notin_LF,Total_Not_in_the_labour_force,G56B,G56,Not in the labour force +G14826,Tot_LF_sta_NS,Total_Labour_force_status_not_stated,G56B,G56,Labour force status not stated +G14827,Tot_Tot,Total_Total,G56B,G56,Total +G14828,M15_19_Managers,Males_15_19_years_Occupation_Managers,G57A,G57,Managers|MALES +G14829,M15_19_Professionals,Males_15_19_years_Occupation_Professionals,G57A,G57,Professionals|MALES +G14830,M15_19_TechnicTrades_Wrs,Males_15_19_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14831,M15_19_CommunPersnlSvc_W,Males_15_19_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14832,M15_19_ClericalAdminis_W,Males_15_19_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14833,M15_19_Sales_W,Males_15_19_years_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14834,M15_19_Mach_oper_drivers,Males_15_19_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14835,M15_19_Labourers,Males_15_19_years_Occupation_Labourers,G57A,G57,Labourers|MALES +G14836,M15_19_Occu_ID_NS,Males_15_19_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14837,M15_19_Tot,Males_15_19_years_Total,G57A,G57,Total|MALES +G14838,M20_24_Managers,Males_20_24_years_Occupation_Managers,G57A,G57,Managers|MALES +G14839,M20_24_Professionals,Males_20_24_years_Occupation_Professionals,G57A,G57,Professionals|MALES +G14840,M20_24_TechnicTrades_W,Males_20_24_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14841,M20_24_CommunPersnlSvc_W,Males_20_24_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14842,M20_24_ClericalAdminis_W,Males_20_24_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14843,M20_24_Sales_W,Males_20_24_years_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14844,M20_24_Mach_oper_drivers,Males_20_24_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14845,M20_24_Labourers,Males_20_24_years_Occupation_Labourers,G57A,G57,Labourers|MALES +G14846,M20_24_Occu_ID_NS,Males_20_24_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14847,M20_24_Tot,Males_20_24_years_Total,G57A,G57,Total|MALES +G14848,M25_34_Managers,Males_25_34_years_Occupation_Managers,G57A,G57,Managers|MALES +G14849,M25_34_Professionals,Males_25_34_years_Occupation_Professionals,G57A,G57,Professionals|MALES +G14850,M25_34_TechnicTrades_W,Males_25_34_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14851,M25_34_CommunPersnlSvc_W,Males_25_34_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14852,M25_34_ClericalAdminis_W,Males_25_34_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14853,M25_34_Sales_W,Males_25_34_years_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14854,M25_34_Mach_oper_drivers,Males_25_34_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14855,M25_34_Labourers,Males_25_34_years_Occupation_Labourers,G57A,G57,Labourers|MALES +G14856,M25_34_Occu_ID_NS,Males_25_34_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14857,M25_34_Tot,Males_25_34_years_Total,G57A,G57,Total|MALES +G14858,M35_44_Managers,Males_35_44_years_Occupation_Managers,G57A,G57,Managers|MALES +G14859,M35_44_Professionals,Males_35_44_years_Occupation_Professionals,G57A,G57,Professionals|MALES +G14860,M35_44_TechnicTrades_W,Males_35_44_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14861,M35_44_CommunPersnlSvc_W,Males_35_44_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14862,M35_44_ClericalAdminis_W,Males_35_44_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14863,M35_44_Sales_W,Males_35_44_years_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14864,M35_44_Mach_oper_drivers,Males_35_44_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14865,M35_44_Labourers,Males_35_44_years_Occupation_Labourers,G57A,G57,Labourers|MALES +G14866,M35_44_Occu_ID_NS,Males_35_44_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14867,M35_44_Tot,Males_35_44_years_Total,G57A,G57,Total|MALES +G14868,M45_54_Managers,Males_45_54_years_Occupation_Managers,G57A,G57,Managers|MALES +G14869,M45_54_Professionals,Males_45_54_years_Occupation_Professionals,G57A,G57,Professionals|MALES +G14870,M45_54_TechnicTrades_W,Males_45_54_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14871,M45_54_CommunPersnlSvc_W,Males_45_54_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14872,M45_54_ClericalAdminis_W,Males_45_54_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14873,M45_54_Sales_W,Males_45_54_years_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14874,M45_54_Mach_oper_drivers,Males_45_54_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14875,M45_54_Labourers,Males_45_54_years_Occupation_Labourers,G57A,G57,Labourers|MALES +G14876,M45_54_Occu_ID_NS,Males_45_54_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14877,M45_54_Tot,Males_45_54_years_Total,G57A,G57,Total|MALES +G14878,M55_64_Managers,Males_55_64_years_Occupation_Managers,G57A,G57,Managers|MALES +G14879,M55_64_Professionals,Males_55_64_years_Occupation_Professionals,G57A,G57,Professionals|MALES +G14880,M55_64_TechnicTrades_W,Males_55_64_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14881,M55_64_CommunPersnlSvc_W,Males_55_64_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14882,M55_64_ClericalAdminis_W,Males_55_64_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14883,M55_64_Sales_W,Males_55_64_years_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14884,M55_64_Mach_oper_drivers,Males_55_64_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14885,M55_64_Labourers,Males_55_64_years_Occupation_Labourers,G57A,G57,Labourers|MALES +G14886,M55_64_Occu_ID_NS,Males_55_64_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14887,M55_64_Tot,Males_55_64_years_Total,G57A,G57,Total|MALES +G14888,M65_74_Managers,Males_65_74_years_Occupation_Managers,G57A,G57,Managers|MALES +G14889,M65_74_Professionals,Males_65_74_years_Occupation_Professionals,G57A,G57,Professionals|MALES +G14890,M65_74_TechnicTrades_W,Males_65_74_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14891,M65_74_CommunPersnlSvc_W,Males_65_74_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14892,M65_74_ClericalAdminis_W,Males_65_74_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14893,M65_74_Sales_W,Males_65_74_years_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14894,M65_74_Mach_oper_drivers,Males_65_74_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14895,M65_74_Labourers,Males_65_74_years_Occupation_Labourers,G57A,G57,Labourers|MALES +G14896,M65_74_Occu_ID_NS,Males_65_74_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14897,M65_74_Tot,Males_65_74_years_Total,G57A,G57,Total|MALES +G14898,M75_84_Managers,Males_75_84_years_Occupation_Managers,G57A,G57,Managers|MALES +G14899,M75_84_Professionals,Males_75_84_years_Occupation_Professionals,G57A,G57,Professionals|MALES +G14900,M75_84_TechnicTrades_W,Males_75_84_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14901,M75_84_CommunPersnlSvc_W,Males_75_84_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14902,M75_84_ClericalAdminis_W,Males_75_84_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14903,M75_84_Sales_W,Males_75_84_years_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14904,M75_84_Mach_oper_drivers,Males_75_84_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14905,M75_84_Labourers,Males_75_84_years_Occupation_Labourers,G57A,G57,Labourers|MALES +G14906,M75_84_Occu_ID_NS,Males_75_84_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14907,M75_84_Tot,Males_75_84_years_Total,G57A,G57,Total|MALES +G14908,M85_ov_Managers,Males_85_years_and_over_Occupation_Managers,G57A,G57,Managers|MALES +G14909,M85_ov_Professionals,Males_85_years_and_over_Occupation_Professionals,G57A,G57,Professionals|MALES +G14910,M85_ov_TechnicTrades_W,Males_85_years_and_over_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14911,M85_ov_CommunPersnlSvc_W,Males_85_years_and_over_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14912,M85_ov_ClericalAdminis_W,Males_85_years_and_over_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14913,M85_ov_Sales_W,Males_85_years_and_over_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14914,M85_ov_Mach_oper_drivers,Males_85_years_and_over_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14915,M85_ov_Labourers,Males_85_years_and_over_Occupation_Labourers,G57A,G57,Labourers|MALES +G14916,M85_ov_Occu_ID_NS,Males_85_years_and_over_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14917,M85_ov_Tot,Males_85_years_and_over_Total,G57A,G57,Total|MALES +G14918,M_Tot_Managers,Males_Total_Occupation_Managers,G57A,G57,Managers|MALES +G14919,M_Tot_Professionals,Males_Total_Occupation_Professionals,G57A,G57,Professionals|MALES +G14920,M_Tot_TechnicTrades_W,Males_Total_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|MALES +G14921,M_Tot_CommunPersnlSvc_W,Males_Total_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|MALES +G14922,M_Tot_ClericalAdminis_W,Males_Total_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|MALES +G14923,M_Tot_Sales_W,Males_Total_Occupation_Sales_workers,G57A,G57,Sales workers|MALES +G14924,M_Tot_Mach_oper_drivers,Males_Total_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|MALES +G14925,M_Tot_Labourers,Males_Total_Occupation_Labourers,G57A,G57,Labourers|MALES +G14926,M_Tot_Occu_ID_NS,Males_Total_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|MALES +G14927,M_Tot_Tot,Males_Total_Total,G57A,G57,Total|MALES +G14928,F15_19_Managers,Females_15_19_years_Occupation_Managers,G57A,G57,Managers|FEMALES +G14929,F15_19_Professionals,Females_15_19_years_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G14930,F15_19_TechnicTrades_Wrs,Females_15_19_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G14931,F15_19_CommunPersnlSvc_W,Females_15_19_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G14932,F15_19_ClericalAdminis_W,Females_15_19_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G14933,F15_19_Sales_W,Females_15_19_years_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G14934,F15_19_Mach_oper_drivers,Females_15_19_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G14935,F15_19_Labourers,Females_15_19_years_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G14936,F15_19_Occu_ID_NS,Females_15_19_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G14937,F15_19_Tot,Females_15_19_years_Total,G57A,G57,Total|FEMALES +G14938,F20_24_Managers,Females_20_24_years_Occupation_Managers,G57A,G57,Managers|FEMALES +G14939,F20_24_Professionals,Females_20_24_years_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G14940,F20_24_TechnicTrades_W,Females_20_24_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G14941,F20_24_CommunPersnlSvc_W,Females_20_24_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G14942,F20_24_ClericalAdminis_W,Females_20_24_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G14943,F20_24_Sales_W,Females_20_24_years_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G14944,F20_24_Mach_oper_drivers,Females_20_24_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G14945,F20_24_Labourers,Females_20_24_years_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G14946,F20_24_Occu_ID_NS,Females_20_24_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G14947,F20_24_Tot,Females_20_24_years_Total,G57A,G57,Total|FEMALES +G14948,F25_34_Managers,Females_25_34_years_Occupation_Managers,G57A,G57,Managers|FEMALES +G14949,F25_34_Professionals,Females_25_34_years_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G14950,F25_34_TechnicTrades_W,Females_25_34_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G14951,F25_34_CommunPersnlSvc_W,Females_25_34_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G14952,F25_34_ClericalAdminis_W,Females_25_34_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G14953,F25_34_Sales_W,Females_25_34_years_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G14954,F25_34_Mach_oper_drivers,Females_25_34_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G14955,F25_34_Labourers,Females_25_34_years_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G14956,F25_34_Occu_ID_NS,Females_25_34_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G14957,F25_34_Tot,Females_25_34_years_Total,G57A,G57,Total|FEMALES +G14958,F35_44_Managers,Females_35_44_years_Occupation_Managers,G57A,G57,Managers|FEMALES +G14959,F35_44_Professionals,Females_35_44_years_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G14960,F35_44_TechnicTrades_W,Females_35_44_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G14961,F35_44_CommunPersnlSvc_W,Females_35_44_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G14962,F35_44_ClericalAdminis_W,Females_35_44_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G14963,F35_44_Sales_W,Females_35_44_years_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G14964,F35_44_Mach_oper_drivers,Females_35_44_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G14965,F35_44_Labourers,Females_35_44_years_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G14966,F35_44_Occu_ID_NS,Females_35_44_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G14967,F35_44_Tot,Females_35_44_years_Total,G57A,G57,Total|FEMALES +G14968,F45_54_Managers,Females_45_54_years_Occupation_Managers,G57A,G57,Managers|FEMALES +G14969,F45_54_Professionals,Females_45_54_years_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G14970,F45_54_TechnicTrades_W,Females_45_54_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G14971,F45_54_CommunPersnlSvc_W,Females_45_54_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G14972,F45_54_ClericalAdminis_W,Females_45_54_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G14973,F45_54_Sales_W,Females_45_54_years_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G14974,F45_54_Mach_oper_drivers,Females_45_54_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G14975,F45_54_Labourers,Females_45_54_years_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G14976,F45_54_Occu_ID_NS,Females_45_54_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G14977,F45_54_Tot,Females_45_54_years_Total,G57A,G57,Total|FEMALES +G14978,F55_64_Managers,Females_55_64_years_Occupation_Managers,G57A,G57,Managers|FEMALES +G14979,F55_64_Professionals,Females_55_64_years_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G14980,F55_64_TechnicTrades_W,Females_55_64_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G14981,F55_64_CommunPersnlSvc_W,Females_55_64_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G14982,F55_64_ClericalAdminis_W,Females_55_64_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G14983,F55_64_Sales_W,Females_55_64_years_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G14984,F55_64_Mach_oper_drivers,Females_55_64_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G14985,F55_64_Labourers,Females_55_64_years_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G14986,F55_64_Occu_ID_NS,Females_55_64_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G14987,F55_64_Tot,Females_55_64_years_Total,G57A,G57,Total|FEMALES +G14988,F65_74_Managers,Females_65_74_years_Occupation_Managers,G57A,G57,Managers|FEMALES +G14989,F65_74_Professionals,Females_65_74_years_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G14990,F65_74_TechnicTrades_W,Females_65_74_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G14991,F65_74_CommunPersnlSvc_W,Females_65_74_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G14992,F65_74_ClericalAdminis_W,Females_65_74_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G14993,F65_74_Sales_W,Females_65_74_years_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G14994,F65_74_Mach_oper_drivers,Females_65_74_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G14995,F65_74_Labourers,Females_65_74_years_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G14996,F65_74_Occu_ID_NS,Females_65_74_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G14997,F65_74_Tot,Females_65_74_years_Total,G57A,G57,Total|FEMALES +G14998,F75_84_Managers,Females_75_84_years_Occupation_Managers,G57A,G57,Managers|FEMALES +G14999,F75_84_Professionals,Females_75_84_years_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G15000,F75_84_TechnicTrades_W,Females_75_84_years_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G15001,F75_84_CommunPersnlSvc_W,Females_75_84_years_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G15002,F75_84_ClericalAdminis_W,Females_75_84_years_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G15003,F75_84_Sales_W,Females_75_84_years_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G15004,F75_84_Mach_oper_drivers,Females_75_84_years_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G15005,F75_84_Labourers,Females_75_84_years_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G15006,F75_84_Occu_ID_NS,Females_75_84_years_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G15007,F75_84_Tot,Females_75_84_years_Total,G57A,G57,Total|FEMALES +G15008,F85ov_Managers,Females_85_years_and_over_Occupation_Managers,G57A,G57,Managers|FEMALES +G15009,F85ov_Professionals,Females_85_years_and_over_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G15010,F85ov_TechnicTrades_W,Females_85_years_and_over_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G15011,F85ov_CommunPersnlSvc_W,Females_85_years_and_over_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G15012,F85ov_ClericalAdminis_W,Females_85_years_and_over_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G15013,F85ov_Sales_W,Females_85_years_and_over_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G15014,F85ov_Mach_oper_drivers,Females_85_years_and_over_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G15015,F85ov_Labourers,Females_85_years_and_over_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G15016,F85ov_Occu_ID_NS,Females_85_years_and_over_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G15017,F85ov_Tot,Females_85_years_and_over_Total,G57A,G57,Total|FEMALES +G15018,F_Tot_Managers,Females_Total_Occupation_Managers,G57A,G57,Managers|FEMALES +G15019,F_Tot_Professionals,Females_Total_Occupation_Professionals,G57A,G57,Professionals|FEMALES +G15020,F_Tot_TechnicTrades_W,Females_Total_Occupation_Technicians_and_trades_workers,G57A,G57,Technicians & trades workers|FEMALES +G15021,F_Tot_CommunPersnlSvc_W,Females_Total_Occupation_Community_and_personal_service_workers,G57A,G57,Community & personal service workers|FEMALES +G15022,F_Tot_ClericalAdminis_W,Females_Total_Occupation_Clerical_and_administrative_workers,G57A,G57,Clerical & administrative workers|FEMALES +G15023,F_Tot_Sales_W,Females_Total_Occupation_Sales_workers,G57A,G57,Sales workers|FEMALES +G15024,F_Tot_Mach_oper_drivers,Females_Total_Occupation_Machinery_operators_and_drivers,G57A,G57,Machinery operators & drivers|FEMALES +G15025,F_Tot_Labourers,Females_Total_Occupation_Labourers,G57A,G57,Labourers|FEMALES +G15026,F_Tot_Occu_ID_NS,Females_Total_Occupation_Inadequately_described_Not_stated,G57A,G57,Occupation inadequately described/ Not stated|FEMALES +G15027,F_Tot_Tot,Females_Total_Total,G57A,G57,Total|FEMALES +G15028,P15_19_Managers,Persons_15_19_years_Occupation_Managers,G57B,G57,Managers|PERSONS +G15029,P15_19_Professionals,Persons_15_19_years_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15030,P15_19_TechnicTrades_Wrs,Persons_15_19_years_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15031,P15_19_CommunPersnlSvc_W,Persons_15_19_years_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15032,P15_19_ClericalAdminis_W,Persons_15_19_years_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15033,P15_19_Sales_W,Persons_15_19_years_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15034,P15_19_Mach_oper_drivers,Persons_15_19_years_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15035,P15_19_Labourers,Persons_15_19_years_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15036,P15_19_Occu_ID_NS,Persons_15_19_years_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15037,P15_19_Tot,Persons_15_19_years_Total,G57B,G57,Total|PERSONS +G15038,P20_24_Managers,Persons_20_24_years_Occupation_Managers,G57B,G57,Managers|PERSONS +G15039,P20_24_Professionals,Persons_20_24_years_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15040,P20_24_TechnicTrades_W,Persons_20_24_years_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15041,P20_24_CommunPersnlSvc_W,Persons_20_24_years_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15042,P20_24_ClericalAdminis_W,Persons_20_24_years_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15043,P20_24_Sales_W,Persons_20_24_years_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15044,P20_24_Mach_oper_drivers,Persons_20_24_years_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15045,P20_24_Labourers,Persons_20_24_years_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15046,P20_24_Occu_ID_NS,Persons_20_24_years_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15047,P20_24_Tot,Persons_20_24_years_Total,G57B,G57,Total|PERSONS +G15048,P25_34_Managers,Persons_25_34_years_Occupation_Managers,G57B,G57,Managers|PERSONS +G15049,P25_34_Professionals,Persons_25_34_years_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15050,P25_34_TechnicTrades_W,Persons_25_34_years_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15051,P25_34_CommunPersnlSvc_W,Persons_25_34_years_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15052,P25_34_ClericalAdminis_W,Persons_25_34_years_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15053,P25_34_Sales_W,Persons_25_34_years_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15054,P25_34_Mach_oper_drivers,Persons_25_34_years_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15055,P25_34_Labourers,Persons_25_34_years_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15056,P25_34_Occu_ID_NS,Persons_25_34_years_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15057,P25_34_Tot,Persons_25_34_years_Total,G57B,G57,Total|PERSONS +G15058,P35_44_Managers,Persons_35_44_years_Occupation_Managers,G57B,G57,Managers|PERSONS +G15059,P35_44_Professionals,Persons_35_44_years_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15060,P35_44_TechnicTrades_W,Persons_35_44_years_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15061,P35_44_CommunPersnlSvc_W,Persons_35_44_years_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15062,P35_44_ClericalAdminis_W,Persons_35_44_years_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15063,P35_44_Sales_W,Persons_35_44_years_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15064,P35_44_Mach_oper_drivers,Persons_35_44_years_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15065,P35_44_Labourers,Persons_35_44_years_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15066,P35_44_Occu_ID_NS,Persons_35_44_years_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15067,P35_44_Tot,Persons_35_44_years_Total,G57B,G57,Total|PERSONS +G15068,P45_54_Managers,Persons_45_54_years_Occupation_Managers,G57B,G57,Managers|PERSONS +G15069,P45_54_Professionals,Persons_45_54_years_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15070,P45_54_TechnicTrades_W,Persons_45_54_years_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15071,P45_54_CommunPersnlSvc_W,Persons_45_54_years_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15072,P45_54_ClericalAdminis_W,Persons_45_54_years_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15073,P45_54_Sales_W,Persons_45_54_years_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15074,P45_54_Mach_oper_drivers,Persons_45_54_years_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15075,P45_54_Labourers,Persons_45_54_years_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15076,P45_54_Occu_ID_NS,Persons_45_54_years_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15077,P45_54_Tot,Persons_45_54_years_Total,G57B,G57,Total|PERSONS +G15078,P55_64_Managers,Persons_55_64_years_Occupation_Managers,G57B,G57,Managers|PERSONS +G15079,P55_64_Professionals,Persons_55_64_years_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15080,P55_64_TechnicTrades_W,Persons_55_64_years_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15081,P55_64_CommunPersnlSvc_W,Persons_55_64_years_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15082,P55_64_ClericalAdminis_W,Persons_55_64_years_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15083,P55_64_Sales_W,Persons_55_64_years_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15084,P55_64_Mach_oper_drivers,Persons_55_64_years_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15085,P55_64_Labourers,Persons_55_64_years_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15086,P55_64_Occu_ID_NS,Persons_55_64_years_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15087,P55_64_Tot,Persons_55_64_years_Total,G57B,G57,Total|PERSONS +G15088,P65_74_Managers,Persons_65_74_years_Occupation_Managers,G57B,G57,Managers|PERSONS +G15089,P65_74_Professionals,Persons_65_74_years_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15090,P65_74_TechnicTrades_W,Persons_65_74_years_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15091,P65_74_CommunPersnlSvc_W,Persons_65_74_years_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15092,P65_74_ClericalAdminis_W,Persons_65_74_years_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15093,P65_74_Sales_W,Persons_65_74_years_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15094,P65_74_Mach_oper_drivers,Persons_65_74_years_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15095,P65_74_Labourers,Persons_65_74_years_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15096,P65_74_Occu_ID_NS,Persons_65_74_years_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15097,P65_74_Tot,Persons_65_74_years_Total,G57B,G57,Total|PERSONS +G15098,P75_84_Managers,Persons_75_84_years_Occupation_Managers,G57B,G57,Managers|PERSONS +G15099,P75_84_Professionals,Persons_75_84_years_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15100,P75_84_TechnicTrades_W,Persons_75_84_years_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15101,P75_84_CommunPersnlSvc_W,Persons_75_84_years_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15102,P75_84_ClericalAdminis_W,Persons_75_84_years_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15103,P75_84_Sales_W,Persons_75_84_years_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15104,P75_84_Mach_oper_drivers,Persons_75_84_years_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15105,P75_84_Labourers,Persons_75_84_years_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15106,P75_84_Occu_ID_NS,Persons_75_84_years_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15107,P75_84_Tot,Persons_75_84_years_Total,G57B,G57,Total|PERSONS +G15108,P85_ov_Managers,Persons_85_years_and_over_Occupation_Managers,G57B,G57,Managers|PERSONS +G15109,P85_ov_Professionals,Persons_85_years_and_over_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15110,P85_ov_TechnicTrades_W,Persons_85_years_and_over_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15111,P85_ov_CommunPersnlSvc_W,Persons_85_years_and_over_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15112,P85_ov_ClericalAdminis_W,Persons_85_years_and_over_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15113,P85_ov_Sales_W,Persons_85_years_and_over_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15114,P85_ov_Mach_oper_drivers,Persons_85_years_and_over_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15115,P85_ov_Labourers,Persons_85_years_and_over_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15116,P85_ov_Occu_ID_NS,Persons_85_years_and_over_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15117,P85_ov_Tot,Persons_85_years_and_over_Total,G57B,G57,Total|PERSONS +G15118,P_Tot_Managers,Persons_Total_Occupation_Managers,G57B,G57,Managers|PERSONS +G15119,P_Tot_Professionals,Persons_Total_Occupation_Professionals,G57B,G57,Professionals|PERSONS +G15120,P_Tot_TechnicTrades_W,Persons_Total_Occupation_Technicians_and_trades_workers,G57B,G57,Technicians & trades workers|PERSONS +G15121,P_Tot_CommunPersnlSvc_W,Persons_Total_Occupation_Community_and_personal_service_workers,G57B,G57,Community & personal service workers|PERSONS +G15122,P_Tot_ClericalAdminis_W,Persons_Total_Occupation_Clerical_and_administrative_workers,G57B,G57,Clerical & administrative workers|PERSONS +G15123,P_Tot_Sales_W,Persons_Total_Occupation_Sales_workers,G57B,G57,Sales workers|PERSONS +G15124,P_Tot_Mach_oper_drivers,Persons_Total_Occupation_Machinery_operators_and_drivers,G57B,G57,Machinery operators & drivers|PERSONS +G15125,P_Tot_Labourers,Persons_Total_Occupation_Labourers,G57B,G57,Labourers|PERSONS +G15126,P_Tot_Occu_ID_NS,Persons_Total_Occupation_Inadequately_described_Not_stated,G57B,G57,Occupation inadequately described/ Not stated|PERSONS +G15127,P_Tot_Tot,Persons_Total_Total,G57B,G57,Total|PERSONS +G15128,M_Mng_0,Males_Managers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15129,M_Mng_1_15,Males_Managers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15130,M_Mng_16_24,Males_Managers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15131,M_Mng_25_34,Males_Managers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15132,M_Mng_35_39,Males_Managers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15133,M_Mng_40,Males_Managers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15134,M_Mng_41_48,Males_Managers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15135,M_Mng_49over,Males_Managers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15136,M_Mng_hours_NS,Males_Managers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15137,M_Mng_Tot,Males_Managers_Total,G58A,G58,Total|MALES +G15138,M_Pro_0,Males_Professionals_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15139,M_Pro_1_15,Males_Professionals_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15140,M_Pro_16_24,Males_Professionals_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15141,M_Pro_25_34,Males_Professionals_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15142,M_Pro_35_39,Males_Professionals_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15143,M_Pro_40,Males_Professionals_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15144,M_Pro_41_48,Males_Professionals_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15145,M_Pro_49over,Males_Professionals_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15146,M_Pro_hours_NS,Males_Professionals_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15147,M_Pro_Tot,Males_Professionals_Total,G58A,G58,Total|MALES +G15148,M_TTW_0,Males_Technicians_and_trades_workers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15149,M_TTW_1_15,Males_Technicians_and_trades_workers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15150,M_TTW_16_24,Males_Technicians_and_trades_workers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15151,M_TTW_25_34,Males_Technicians_and_trades_workers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15152,M_TTW_35_39,Males_Technicians_and_trades_workers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15153,M_TTW_40,Males_Technicians_and_trades_workers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15154,M_TTW_41_48,Males_Technicians_and_trades_workers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15155,M_TTW_49over,Males_Technicians_and_trades_workers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15156,M_TTW_hours_NS,Males_Technicians_and_trades_workers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15157,M_TTW_Tot,Males_Technicians_and_trades_workers_Total,G58A,G58,Total|MALES +G15158,M_CPS_0,Males_Community_and_personal_service_workers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15159,M_CPS_1_15,Males_Community_and_personal_service_workers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15160,M_CPS_16_24,Males_Community_and_personal_service_workers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15161,M_CPS_25_34,Males_Community_and_personal_service_workers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15162,M_CPS_35_39,Males_Community_and_personal_service_workers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15163,M_CPS_40,Males_Community_and_personal_service_workers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15164,M_CPS_41_48,Males_Community_and_personal_service_workers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15165,M_CPS_49over,Males_Community_and_personal_service_workers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15166,M_CPS_hours_NS,Males_Community_and_personal_service_workers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15167,M_CPS_Tot,Males_Community_and_personal_service_workers_Total,G58A,G58,Total|MALES +G15168,M_CA_0,Males_Clerical_and_administrative_workers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15169,M_CA_1_15,Males_Clerical_and_administrative_workers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15170,M_CA_16_24,Males_Clerical_and_administrative_workers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15171,M_CA_25_34,Males_Clerical_and_administrative_workers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15172,M_CA_35_39,Males_Clerical_and_administrative_workers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15173,M_CA_40,Males_Clerical_and_administrative_workers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15174,M_CA_41_48,Males_Clerical_and_administrative_workers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15175,M_CA_49over,Males_Clerical_and_administrative_workers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15176,M_CA_hours_NS,Males_Clerical_and_administrative_workers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15177,M_CA_Tot,Males_Clerical_and_administrative_workers_Total,G58A,G58,Total|MALES +G15178,M_Sal_0,Males_Sales_workers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15179,M_Sal_1_15,Males_Sales_workers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15180,M_Sal_16_24,Males_Sales_workers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15181,M_Sal_25_34,Males_Sales_workers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15182,M_Sal_35_39,Males_Sales_workers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15183,M_Sal_40,Males_Sales_workers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15184,M_Sal_41_48,Males_Sales_workers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15185,M_Sal_49over,Males_Sales_workers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15186,M_Sal_hours_NS,Males_Sales_workers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15187,M_Sal_Tot,Males_Sales_workers_Total,G58A,G58,Total|MALES +G15188,M_MOD_0,Males_Machinery_operators_and_drivers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15189,M_MOD_1_15,Males_Machinery_operators_and_drivers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15190,M_MOD_16_24,Males_Machinery_operators_and_drivers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15191,M_MOD_25_34,Males_Machinery_operators_and_drivers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15192,M_MOD_35_39,Males_Machinery_operators_and_drivers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15193,M_MOD_40,Males_Machinery_operators_and_drivers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15194,M_MOD_41_48,Males_Machinery_operators_and_drivers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15195,M_MOD_49over,Males_Machinery_operators_and_drivers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15196,M_MOD_hours_NS,Males_Machinery_operators_and_drivers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15197,M_MOD_Tot,Males_Machinery_operators_and_drivers_Total,G58A,G58,Total|MALES +G15198,M_Lab_0,Males_Labourers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15199,M_Lab_1_15,Males_Labourers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15200,M_Lab_16_24,Males_Labourers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15201,M_Lab_25_34,Males_Labourers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15202,M_Lab_35_39,Males_Labourers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15203,M_Lab_40,Males_Labourers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15204,M_Lab_41_48,Males_Labourers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15205,M_Lab_49over,Males_Labourers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15206,M_Lab_hours_NS,Males_Labourers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15207,M_Lab_Tot,Males_Labourers_Total,G58A,G58,Total|MALES +G15208,M_ID_NS_0,Males_Inadequately_described_Not_stated_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15209,M_ID_NS_1_15,Males_Inadequately_described_Not_stated_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15210,M_ID_NS_16_24,Males_Inadequately_described_Not_stated_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15211,M_ID_NS_25_34,Males_Inadequately_described_Not_stated_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15212,M_ID_NS_35_39,Males_Inadequately_described_Not_stated_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15213,M_ID_NS_40,Males_Inadequately_described_Not_stated_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15214,M_ID_NS_41_48,Males_Inadequately_described_Not_stated_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15215,M_ID_NS_49over,Males_Inadequately_described_Not_stated_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15216,M_ID_NS_hours_NS,Males_Inadequately_described_Not_stated_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15217,M_ID_NS_Tot,Males_Inadequately_described_Not_stated_Total,G58A,G58,Total|MALES +G15218,M_Tot_0,Males_Total_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|MALES +G15219,M_Tot_1_15,Males_Total_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|MALES +G15220,M_Tot_16_24,Males_Total_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|MALES +G15221,M_Tot_25_34,Males_Total_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|MALES +G15222,M_Tot_35_39,Males_Total_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|MALES +G15223,M_Tot_40,Males_Total_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|MALES +G15224,M_Tot_41_48,Males_Total_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|MALES +G15225,M_Tot_49over,Males_Total_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|MALES +G15226,M_Tot_hours_NS,Males_Total_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|MALES +G15227,M_Tot_Tot,Males_Total_Total,G58A,G58,Total|MALES +G15228,F_Mng_0,Females_Managers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15229,F_Mng_1_15,Females_Managers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15230,F_Mng_16_24,Females_Managers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15231,F_Mng_25_34,Females_Managers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15232,F_Mng_35_39,Females_Managers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15233,F_Mng_40,Females_Managers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15234,F_Mng_41_48,Females_Managers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15235,F_Mng_49over,Females_Managers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15236,F_Mng_hours_NS,Females_Managers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15237,F_Mng_Tot,Females_Managers_Total,G58A,G58,Total|FEMALES +G15238,F_Pro_0,Females_Professionals_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15239,F_Pro_1_15,Females_Professionals_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15240,F_Pro_16_24,Females_Professionals_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15241,F_Pro_25_34,Females_Professionals_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15242,F_Pro_35_39,Females_Professionals_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15243,F_Pro_40,Females_Professionals_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15244,F_Pro_41_48,Females_Professionals_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15245,F_Pro_49over,Females_Professionals_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15246,F_Pro_hours_NS,Females_Professionals_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15247,F_Pro_Tot,Females_Professionals_Total,G58A,G58,Total|FEMALES +G15248,F_TTW_0,Females_Technicians_and_trades_workers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15249,F_TTW_1_15,Females_Technicians_and_trades_workers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15250,F_TTW_16_24,Females_Technicians_and_trades_workers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15251,F_TTW_25_34,Females_Technicians_and_trades_workers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15252,F_TTW_35_39,Females_Technicians_and_trades_workers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15253,F_TTW_40,Females_Technicians_and_trades_workers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15254,F_TTW_41_48,Females_Technicians_and_trades_workers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15255,F_TTW_49over,Females_Technicians_and_trades_workers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15256,F_TTW_hours_NS,Females_Technicians_and_trades_workers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15257,F_TTW_Tot,Females_Technicians_and_trades_workers_Total,G58A,G58,Total|FEMALES +G15258,F_CPS_0,Females_Community_and_personal_service_workers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15259,F_CPS_1_15,Females_Community_and_personal_service_workers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15260,F_CPS_16_24,Females_Community_and_personal_service_workers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15261,F_CPS_25_34,Females_Community_and_personal_service_workers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15262,F_CPS_35_39,Females_Community_and_personal_service_workers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15263,F_CPS_40,Females_Community_and_personal_service_workers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15264,F_CPS_41_48,Females_Community_and_personal_service_workers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15265,F_CPS_49over,Females_Community_and_personal_service_workers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15266,F_CPS_hours_NS,Females_Community_and_personal_service_workers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15267,F_CPS_Tot,Females_Community_and_personal_service_workers_Total,G58A,G58,Total|FEMALES +G15268,F_CA_0,Females_Clerical_and_administrative_workers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15269,F_CA_1_15,Females_Clerical_and_administrative_workers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15270,F_CA_16_24,Females_Clerical_and_administrative_workers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15271,F_CA_25_34,Females_Clerical_and_administrative_workers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15272,F_CA_35_39,Females_Clerical_and_administrative_workers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15273,F_CA_40,Females_Clerical_and_administrative_workers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15274,F_CA_41_48,Females_Clerical_and_administrative_workers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15275,F_CA_49over,Females_Clerical_and_administrative_workers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15276,F_CA_hours_NS,Females_Clerical_and_administrative_workers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15277,F_CA_Tot,Females_Clerical_and_administrative_workers_Total,G58A,G58,Total|FEMALES +G15278,F_Sal_0,Females_Sales_workers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15279,F_Sal_1_15,Females_Sales_workers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15280,F_Sal_16_24,Females_Sales_workers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15281,F_Sal_25_34,Females_Sales_workers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15282,F_Sal_35_39,Females_Sales_workers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15283,F_Sal_40,Females_Sales_workers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15284,F_Sal_41_48,Females_Sales_workers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15285,F_Sal_49over,Females_Sales_workers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15286,F_Sal_hours_NS,Females_Sales_workers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15287,F_Sal_Tot,Females_Sales_workers_Total,G58A,G58,Total|FEMALES +G15288,F_MOD_0,Females_Machinery_operators_and_drivers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15289,F_MOD_1_15,Females_Machinery_operators_and_drivers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15290,F_MOD_16_24,Females_Machinery_operators_and_drivers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15291,F_MOD_25_34,Females_Machinery_operators_and_drivers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15292,F_MOD_35_39,Females_Machinery_operators_and_drivers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15293,F_MOD_40,Females_Machinery_operators_and_drivers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15294,F_MOD_41_48,Females_Machinery_operators_and_drivers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15295,F_MOD_49over,Females_Machinery_operators_and_drivers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15296,F_MOD_hours_NS,Females_Machinery_operators_and_drivers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15297,F_MOD_Tot,Females_Machinery_operators_and_drivers_Total,G58A,G58,Total|FEMALES +G15298,F_Lab_0,Females_Labourers_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15299,F_Lab_1_15,Females_Labourers_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15300,F_Lab_16_24,Females_Labourers_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15301,F_Lab_25_34,Females_Labourers_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15302,F_Lab_35_39,Females_Labourers_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15303,F_Lab_40,Females_Labourers_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15304,F_Lab_41_48,Females_Labourers_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15305,F_Lab_49over,Females_Labourers_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15306,F_Lab_hours_NS,Females_Labourers_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15307,F_Lab_Tot,Females_Labourers_Total,G58A,G58,Total|FEMALES +G15308,F_ID_NS_0,Females_Inadequately_described_Not_stated_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15309,F_ID_NS_1_15,Females_Inadequately_described_Not_stated_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15310,F_ID_NS_16_24,Females_Inadequately_described_Not_stated_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15311,F_ID_NS_25_34,Females_Inadequately_described_Not_stated_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15312,F_ID_NS_35_39,Females_Inadequately_described_Not_stated_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15313,F_ID_NS_40,Females_Inadequately_described_Not_stated_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15314,F_ID_NS_41_48,Females_Inadequately_described_Not_stated_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15315,F_ID_NS_49over,Females_Inadequately_described_Not_stated_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15316,F_ID_NS_hours_NS,Females_Inadequately_described_Not_stated_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15317,F_ID_NS_Tot,Females_Inadequately_described_Not_stated_Total,G58A,G58,Total|FEMALES +G15318,F_Tot_0,Females_Total_Number_of_hours_worked_None,G58A,G58,Number of hours worked: None|FEMALES +G15319,F_Tot_1_15,Females_Total_Number_of_hours_worked_1_15_hours,G58A,G58,Number of hours worked: 1-15 hours|FEMALES +G15320,F_Tot_16_24,Females_Total_Number_of_hours_worked_16_24_hours,G58A,G58,Number of hours worked: 16-24 hours|FEMALES +G15321,F_Tot_25_34,Females_Total_Number_of_hours_worked_25_34_hours,G58A,G58,Number of hours worked: 25-34 hours|FEMALES +G15322,F_Tot_35_39,Females_Total_Number_of_hours_worked_35_39_hours,G58A,G58,Number of hours worked: 35-39 hours|FEMALES +G15323,F_Tot_40,Females_Total_Number_of_hours_worked_40_hours,G58A,G58,Number of hours worked: 40 hours|FEMALES +G15324,F_Tot_41_48,Females_Total_Number_of_hours_worked_41_48_hours,G58A,G58,Number of hours worked: 41-48 hours|FEMALES +G15325,F_Tot_49over,Females_Total_Number_of_hours_worked_49_hours_and_over,G58A,G58,Number of hours worked: 49 and over|FEMALES +G15326,F_Tot_hours_NS,Females_Total_Number_of_hours_worked_Not_stated,G58A,G58,Number of hours worked: Not stated|FEMALES +G15327,F_Tot_Tot,Females_Total_Total,G58A,G58,Total|FEMALES +G15328,P_Mng_0,Persons_Managers_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15329,P_Mng_1_15,Persons_Managers_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15330,P_Mng_16_24,Persons_Managers_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15331,P_Mng_25_34,Persons_Managers_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15332,P_Mng_35_39,Persons_Managers_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15333,P_Mng_40,Persons_Managers_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15334,P_Mng_41_48,Persons_Managers_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15335,P_Mng_49over,Persons_Managers_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15336,P_Mng_hours_NS,Persons_Managers_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15337,P_Mng_Tot,Persons_Managers_Total,G58B,G58,Total|PERSONS +G15338,P_Pro_0,Persons_Professionals_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15339,P_Pro_1_15,Persons_Professionals_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15340,P_Pro_16_24,Persons_Professionals_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15341,P_Pro_25_34,Persons_Professionals_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15342,P_Pro_35_39,Persons_Professionals_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15343,P_Pro_40,Persons_Professionals_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15344,P_Pro_41_48,Persons_Professionals_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15345,P_Pro_49over,Persons_Professionals_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15346,P_Pro_hours_NS,Persons_Professionals_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15347,P_Pro_Tot,Persons_Professionals_Total,G58B,G58,Total|PERSONS +G15348,P_TTW_0,Persons_Technicians_and_trades_workers_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15349,P_TTW_1_15,Persons_Technicians_and_trades_workers_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15350,P_TTW_16_24,Persons_Technicians_and_trades_workers_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15351,P_TTW_25_34,Persons_Technicians_and_trades_workers_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15352,P_TTW_35_39,Persons_Technicians_and_trades_workers_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15353,P_TTW_40,Persons_Technicians_and_trades_workers_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15354,P_TTW_41_48,Persons_Technicians_and_trades_workers_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15355,P_TTW_49over,Persons_Technicians_and_trades_workers_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15356,P_TTW_hours_NS,Persons_Technicians_and_trades_workers_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15357,P_TTW_Tot,Persons_Technicians_and_trades_workers_Total,G58B,G58,Total|PERSONS +G15358,P_CPS_0,Persons_Community_and_personal_service_workers_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15359,P_CPS_1_15,Persons_Community_and_personal_service_workers_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15360,P_CPS_16_24,Persons_Community_and_personal_service_workers_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15361,P_CPS_25_34,Persons_Community_and_personal_service_workers_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15362,P_CPS_35_39,Persons_Community_and_personal_service_workers_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15363,P_CPS_40,Persons_Community_and_personal_service_workers_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15364,P_CPS_41_48,Persons_Community_and_personal_service_workers_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15365,P_CPS_49over,Persons_Community_and_personal_service_workers_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15366,P_CPS_hours_NS,Persons_Community_and_personal_service_workers_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15367,P_CPS_Tot,Persons_Community_and_personal_service_workers_Total,G58B,G58,Total|PERSONS +G15368,P_CA_0,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15369,P_CA_1_15,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15370,P_CA_16_24,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15371,P_CA_25_34,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15372,P_CA_35_39,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15373,P_CA_40,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15374,P_CA_41_48,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15375,P_CA_49over,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15376,P_CA_hours_NS,Persons_Clerical_and_administrative_workers_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15377,P_CA_Tot,Persons_Clerical_and_administrative_workers_Total,G58B,G58,Total|PERSONS +G15378,P_Sal_0,Persons_Sales_workers_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15379,P_Sal_1_15,Persons_Sales_workers_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15380,P_Sal_16_24,Persons_Sales_workers_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15381,P_Sal_25_34,Persons_Sales_workers_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15382,P_Sal_35_39,Persons_Sales_workers_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15383,P_Sal_40,Persons_Sales_workers_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15384,P_Sal_41_48,Persons_Sales_workers_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15385,P_Sal_49over,Persons_Sales_workers_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15386,P_Sal_hours_NS,Persons_Sales_workers_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15387,P_Sal_Tot,Persons_Sales_workers_Total,G58B,G58,Total|PERSONS +G15388,P_MOD_0,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15389,P_MOD_1_15,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15390,P_MOD_16_24,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15391,P_MOD_25_34,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15392,P_MOD_35_39,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15393,P_MOD_40,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15394,P_MOD_41_48,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15395,P_MOD_49over,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15396,P_MOD_hours_NS,Persons_Machinery_operators_and_drivers_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15397,P_MOD_Tot,Persons_Machinery_operators_and_drivers_Total,G58B,G58,Total|PERSONS +G15398,P_Lab_0,Persons_Labourers_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15399,P_Lab_1_15,Persons_Labourers_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15400,P_Lab_16_24,Persons_Labourers_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15401,P_Lab_25_34,Persons_Labourers_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15402,P_Lab_35_39,Persons_Labourers_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15403,P_Lab_40,Persons_Labourers_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15404,P_Lab_41_48,Persons_Labourers_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15405,P_Lab_49over,Persons_Labourers_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15406,P_Lab_hours_NS,Persons_Labourers_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15407,P_Lab_Tot,Persons_Labourers_Total,G58B,G58,Total|PERSONS +G15408,P_ID_NS_0,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15409,P_ID_NS_1_15,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15410,P_ID_NS_16_24,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15411,P_ID_NS_25_34,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15412,P_ID_NS_35_39,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15413,P_ID_NS_40,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15414,P_ID_NS_41_48,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15415,P_ID_NS_49over,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15416,P_ID_NS_hours_NS,Persons_Inadequately_described_Not_stated_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15417,P_ID_NS_Tot,Persons_Inadequately_described_Not_stated_Total,G58B,G58,Total|PERSONS +G15418,P_Tot_0,Persons_Total_Number_of_hours_worked_None,G58B,G58,Number of hours worked: None|PERSONS +G15419,P_Tot_1_15,Persons_Total_Number_of_hours_worked_1_15_hours,G58B,G58,Number of hours worked: 1-15 hours|PERSONS +G15420,P_Tot_16_24,Persons_Total_Number_of_hours_worked_16_24_hours,G58B,G58,Number of hours worked: 16-24 hours|PERSONS +G15421,P_Tot_25_34,Persons_Total_Number_of_hours_worked_25_34_hours,G58B,G58,Number of hours worked: 25-34 hours|PERSONS +G15422,P_Tot_35_39,Persons_Total_Number_of_hours_worked_35_39_hours,G58B,G58,Number of hours worked: 35-39 hours|PERSONS +G15423,P_Tot_40,Persons_Total_Number_of_hours_worked_40_hours,G58B,G58,Number of hours worked: 40 hours|PERSONS +G15424,P_Tot_41_48,Persons_Total_Number_of_hours_worked_41_48_hours,G58B,G58,Number of hours worked: 41-48 hours|PERSONS +G15425,P_Tot_49over,Persons_Total_Number_of_hours_worked_49_hours_and_over,G58B,G58,Number of hours worked: 49 and over|PERSONS +G15426,P_Tot_hours_NS,Persons_Total_Number_of_hours_worked_Not_stated,G58B,G58,Number of hours worked: Not stated|PERSONS +G15427,P_Tot_Tot,Persons_Total_Total,G58B,G58,Total|PERSONS +G15428,One_method_Train_M,One_method_Train_Males,G59,G59,Males +G15429,One_method_Train_F,One_method_Train_Females,G59,G59,Females +G15430,One_method_Train_P,One_method_Train_Persons,G59,G59,Persons +G15431,One_method_Bus_M,One_method_Bus_Males,G59,G59,Males +G15432,One_method_Bus_F,One_method_Bus_Females,G59,G59,Females +G15433,One_method_Bus_P,One_method_Bus_Persons,G59,G59,Persons +G15434,One_method_Ferry_M,One_method_Ferry_Males,G59,G59,Males +G15435,One_method_Ferry_F,One_method_Ferry_Females,G59,G59,Females +G15436,One_method_Ferry_P,One_method_Ferry_Persons,G59,G59,Persons +G15437,One_met_Tram_incl_lt_rail_M,One_method_Tram_includes_light_rail_Males,G59,G59,Males +G15438,One_met_Tram_incl_lt_rail_F,One_method_Tram_includes_light_rail_Females,G59,G59,Females +G15439,One_met_Tram_incl_lt_rail_P,One_method_Tram_includes_light_rail_Persons,G59,G59,Persons +G15440,One_method_Taxi_M,One_method_Taxi_Males,G59,G59,Males +G15441,One_method_Taxi_F,One_method_Taxi_Females,G59,G59,Females +G15442,One_method_Taxi_P,One_method_Taxi_Persons,G59,G59,Persons +G15443,One_method_Car_as_driver_M,One_method_Car_as_driver_Males,G59,G59,Males +G15444,One_method_Car_as_driver_F,One_method_Car_as_driver_Females,G59,G59,Females +G15445,One_method_Car_as_driver_P,One_method_Car_as_driver_Persons,G59,G59,Persons +G15446,One_method_Car_as_passenger_M,One_method_Car_as_passenger_Males,G59,G59,Males +G15447,One_method_Car_as_passenger_F,One_method_Car_as_passenger_Females,G59,G59,Females +G15448,One_method_Car_as_passenger_P,One_method_Car_as_passenger_Persons,G59,G59,Persons +G15449,One_method_Truck_M,One_method_Truck_Males,G59,G59,Males +G15450,One_method_Truck_F,One_method_Truck_Females,G59,G59,Females +G15451,One_method_Truck_P,One_method_Truck_Persons,G59,G59,Persons +G15452,One_method_Motorbike_scootr_M,One_method_Motorbike_scooter_Males,G59,G59,Males +G15453,One_method_Motorbike_scootr_F,One_method_Motorbike_scooter_Females,G59,G59,Females +G15454,One_method_Motorbike_scootr_P,One_method_Motorbike_scooter_Persons,G59,G59,Persons +G15455,One_method_Bicycle_M,One_method_Bicycle_Males,G59,G59,Males +G15456,One_method_Bicycle_F,One_method_Bicycle_Females,G59,G59,Females +G15457,One_method_Bicycle_P,One_method_Bicycle_Persons,G59,G59,Persons +G15458,One_method_Other_M,One_method_Other_Males,G59,G59,Males +G15459,One_method_Other_F,One_method_Other_Females,G59,G59,Females +G15460,One_method_Other_P,One_method_Other_Persons,G59,G59,Persons +G15461,One_method_Walked_only_M,One_method_Walked_only_Males,G59,G59,Males +G15462,One_method_Walked_only_F,One_method_Walked_only_Females,G59,G59,Females +G15463,One_method_Walked_only_P,One_method_Walked_only_Persons,G59,G59,Persons +G15464,One_method_Tot_one_method_M,One_method_Total_one_method_Males,G59,G59,Males +G15465,One_method_Tot_one_method_F,One_method_Total_one_method_Females,G59,G59,Females +G15466,One_method_Tot_one_method_P,One_method_Total_one_method_Persons,G59,G59,Persons +G15467,Two_methods_Train_Bus_M,Two_methods_Train_and_Bus_Males,G59,G59,Males +G15468,Two_methods_Train_Bus_F,Two_methods_Train_and_Bus_Females,G59,G59,Females +G15469,Two_methods_Train_Bus_P,Two_methods_Train_and_Bus_Persons,G59,G59,Persons +G15470,Two_methods_Train_Ferry_M,Two_methods_Train_and_Ferry_Males,G59,G59,Males +G15471,Two_methods_Train_Ferry_F,Two_methods_Train_and_Ferry_Females,G59,G59,Females +G15472,Two_methods_Train_Ferry_P,Two_methods_Train_and_Ferry_Persons,G59,G59,Persons +G15473,Two_mt_trn_Trm_incl_lt_rl_M,Two_methods_Train_and_Tram_includes_light_rail_Males,G59,G59,Males +G15474,Two_mt_trn_Trm_incl_lt_rl_F,Two_methods_Train_and_Tram_includes_light_rail_Females,G59,G59,Females +G15475,Two_mt_trn_Trm_incl_lt_rl_P,Two_methods_Train_and_Tram_includes_light_rail_Persons,G59,G59,Persons +G15476,Two_methods_Trn_Car_as_drvr_M,Two_methods_Train_and_Car_as_driver_Males,G59,G59,Males +G15477,Two_methods_Trn_Car_as_drvr_F,Two_methods_Train_and_Car_as_driver_Females,G59,G59,Females +G15478,Two_methods_Trn_Car_as_drvr_P,Two_methods_Train_and_Car_as_driver_Persons,G59,G59,Persons +G15479,Two_methods_Trn_Car_as_pass_M,Two_methods_Train_and_Car_as_passenger_Males,G59,G59,Males +G15480,Two_methods_Trn_Car_as_pass_F,Two_methods_Train_and_Car_as_passenger_Females,G59,G59,Females +G15481,Two_methods_Trn_Car_as_pass_P,Two_methods_Train_and_Car_as_passenger_Persons,G59,G59,Persons +G15482,Two_methods_Train_Other_M,Two_methods_Train_and_Other_Males,G59,G59,Males +G15483,Two_methods_Train_Other_F,Two_methods_Train_and_Other_Females,G59,G59,Females +G15484,Two_methods_Train_Other_P,Two_methods_Train_and_Other_Persons,G59,G59,Persons +G15485,Two_methods_Train_Tot_M,Two_methods_Train_and_Total_Males,G59,G59,Males +G15486,Two_methods_Train_Tot_F,Two_methods_Train_and_Total_Females,G59,G59,Females +G15487,Two_methods_Train_Tot_P,Two_methods_Train_and_Total_Persons,G59,G59,Persons +G15488,Two_methods_Bus_Ferry_M,Two_methods_Bus_and_Ferry_Males,G59,G59,Males +G15489,Two_methods_Bus_Ferry_F,Two_methods_Bus_and_Ferry_Females,G59,G59,Females +G15490,Two_methods_Bus_Ferry_P,Two_methods_Bus_and_Ferry_Persons,G59,G59,Persons +G15491,Two_mth_Bu_Trm_inc_lt_rl_M,Two_methods_Bus_and_Tram_includes_light_rail_Males,G59,G59,Males +G15492,Two_mth_Bu_Trm_inc_lt_rl_F,Two_methods_Bus_and_Tram_includes_light_rail_Females,G59,G59,Females +G15493,Two_mth_Bu_Trm_inc_lt_rl_P,Two_methods_Bus_and_Tram_includes_light_rail_Persons,G59,G59,Persons +G15494,Two_methods_Bus_Car_as_drvr_M,Two_methods_Bus_and_Car_as_driver_Males,G59,G59,Males +G15495,Two_methods_Bus_Car_as_drvr_F,Two_methods_Bus_and_Car_as_driver_Females,G59,G59,Females +G15496,Two_methods_Bus_Car_as_drvr_P,Two_methods_Bus_and_Car_as_driver_Persons,G59,G59,Persons +G15497,Two_methods_Bus_Car_as_pass_M,Two_methods_Bus_and_Car_as_passenger_Males,G59,G59,Males +G15498,Two_methods_Bus_Car_as_pass_F,Two_methods_Bus_and_Car_as_passenger_Females,G59,G59,Females +G15499,Two_methods_Bus_Car_as_pass_P,Two_methods_Bus_and_Car_as_passenger_Persons,G59,G59,Persons +G15500,Two_methods_Bus_Other_M,Two_methods_Bus_and_Other_Males,G59,G59,Males +G15501,Two_methods_Bus_Other_F,Two_methods_Bus_and_Other_Females,G59,G59,Females +G15502,Two_methods_Bus_Other_P,Two_methods_Bus_and_Other_Persons,G59,G59,Persons +G15503,Two_methods_Bus_Tot_M,Two_methods_Bus_and_Total_Males,G59,G59,Males +G15504,Two_methods_Bus_Tot_F,Two_methods_Bus_and_Total_Females,G59,G59,Females +G15505,Two_methods_Bus_Tot_P,Two_methods_Bus_and_Total_Persons,G59,G59,Persons +G15506,Two_methds_Othr_two_methds_M,Two_methods_Other_two_methods_Males,G59,G59,Males +G15507,Two_methds_Othr_two_methds_F,Two_methods_Other_two_methods_Females,G59,G59,Females +G15508,Two_methds_Othr_two_methds_P,Two_methods_Other_two_methods_Persons,G59,G59,Persons +G15509,Two_methods_Tot_two_methods_M,Two_methods_Total_two_methods_Males,G59,G59,Males +G15510,Two_methods_Tot_two_methods_F,Two_methods_Total_two_methods_Females,G59,G59,Females +G15511,Two_methods_Tot_two_methods_P,Two_methods_Total_two_methods_Persons,G59,G59,Persons +G15512,Three_meth_Trn_two_othr_met_M,Three_methods_Train_and_two_other_methods_Males,G59,G59,Males +G15513,Three_meth_Trn_two_othr_met_F,Three_methods_Train_and_two_other_methods_Females,G59,G59,Females +G15514,Three_meth_Trn_two_othr_met_P,Three_methods_Train_and_two_other_methods_Persons,G59,G59,Persons +G15515,Three_met_Bs_2_ot_met_ex_tr_M,Three_methods_Bus_and_two_other_methods_excludes_train_Males,G59,G59,Males +G15516,Three_met_Bs_2_ot_met_ex_tr_F,Three_methods_Bus_and_two_other_methods_excludes_train_Females,G59,G59,Females +G15517,Three_met_Bs_2_ot_met_ex_tr_P,Three_methods_Bus_and_two_other_methods_excludes_train_Persons,G59,G59,Persons +G15518,Three_meth_Othr_three_meth_M,Three_methods_Other_three_methods_Males,G59,G59,Males +G15519,Three_meth_Othr_three_meth_F,Three_methods_Other_three_methods_Females,G59,G59,Females +G15520,Three_meth_Othr_three_meth_P,Three_methods_Other_three_methods_Persons,G59,G59,Persons +G15521,Three_meth_Tot_three_meth_M,Three_methods_Total_three_methods_Males,G59,G59,Males +G15522,Three_meth_Tot_three_meth_F,Three_methods_Total_three_methods_Females,G59,G59,Females +G15523,Three_meth_Tot_three_meth_P,Three_methods_Total_three_methods_Persons,G59,G59,Persons +G15524,Worked_home_M,Worked_at_home_Males,G59,G59,Males +G15525,Worked_home_F,Worked_at_home_Females,G59,G59,Females +G15526,Worked_home_P,Worked_at_home_Persons,G59,G59,Persons +G15527,Did_not_go_to_work_M,Did_not_go_to_work_Males,G59,G59,Males +G15528,Did_not_go_to_work_F,Did_not_go_to_work_Females,G59,G59,Females +G15529,Did_not_go_to_work_P,Did_not_go_to_work_Persons,G59,G59,Persons +G15530,Method_travel_to_work_ns_M,Method_of_travel_to_work_not_stated_Males,G59,G59,Males +G15531,Method_travel_to_work_ns_F,Method_of_travel_to_work_not_stated_Females,G59,G59,Females +G15532,Method_travel_to_work_ns_P,Method_of_travel_to_work_not_stated_Persons,G59,G59,Persons +G15533,Tot_M,Total_Males,G59,G59,Males +G15534,Tot_F,Total_Females,G59,G59,Females +G15535,Tot_P,Total_Persons,G59,G59,Persons From 556493c228114c3dff585c38bbb3443168d2d81b Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Wed, 3 Oct 2018 12:12:31 +0200 Subject: [PATCH 11/33] Added GCP requirements --- tasks/au/data.py | 93 ++++-------------------- tasks/au/meta/GCP_2016_requirements.json | 3 + 2 files changed, 19 insertions(+), 77 deletions(-) create mode 100644 tasks/au/meta/GCP_2016_requirements.json diff --git a/tasks/au/data.py b/tasks/au/data.py index 054efc580f..e689645559 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -2,6 +2,7 @@ import csv import re import glob +import json from luigi import Parameter, IntParameter, WrapperTask from collections import OrderedDict @@ -156,79 +157,12 @@ def requires(self): 'source': SourceTags(), 'license': LicenseTags() } - # all tables except B01 require B01 - if self.tablename != 'B01': - requirements['B01'] = Columns(tablename='B01', year=self.year, profile=self.profile) - if self.tablename == 'B02': - requirements['B01'] = Columns(tablename='B01', year=self.year, profile=self.profile) - requirements['B17B'] = Columns(tablename='B17B', year=self.year, profile=self.profile) - if self.tablename == 'B04A': - requirements['B04B'] = Columns(tablename='B04B', year=self.year, profile=self.profile) - if self.tablename == 'B08A': - requirements['B08B'] = Columns(tablename='B08B', year=self.year, profile=self.profile) - - if self.tablename == 'B10A': - requirements['B10B'] = Columns(tablename='B10B', year=self.year, profile=self.profile) - requirements['B10C'] = Columns(tablename='B10C', year=self.year, profile=self.profile) - if self.tablename == 'B10B': - requirements['B10C'] = Columns(tablename='B10C', year=self.year, profile=self.profile) - - if self.tablename == 'B11A': - requirements['B11B'] = Columns(tablename='B11B', year=self.year, profile=self.profile) - - if self.tablename == 'B12A': - requirements['B12B'] = Columns(tablename='B12B', year=self.year, profile=self.profile) - - if self.tablename == 'B16A': - requirements['B16B'] = Columns(tablename='B16B', year=self.year, profile=self.profile) - - if self.tablename == 'B17A': - requirements['B17B'] = Columns(tablename='B17B', year=self.year, profile=self.profile) - - if self.tablename == 'B20A': - requirements['B20B'] = Columns(tablename='B20B', year=self.year, profile=self.profile) - - if self.tablename == 'B22A': - requirements['B22B'] = Columns(tablename='B22B', year=self.year, profile=self.profile) - - if self.tablename == 'B23A': - requirements['B23B'] = Columns(tablename='B23B', year=self.year, profile=self.profile) - - pattern = re.compile('B2[6-8]') - if pattern.match(self.tablename): - requirements['B25'] = Columns(tablename='B25', year=self.year, profile=self.profile) - - pattern = re.compile('B3[1-6]') - if pattern.match(self.tablename): - requirements['B29'] = Columns(tablename='B29', year=self.year, profile=self.profile) - - if self.tablename == 'B40A': - requirements['B40B'] = Columns(tablename='B40B', year=self.year, profile=self.profile) - - if self.tablename == 'B42A': - requirements['B42B'] = Columns(tablename='B42B', year=self.year, profile=self.profile) - - if self.tablename == 'B44A': - requirements['B44B'] = Columns(tablename='B44B', year=self.year, profile=self.profile) - - if self.tablename == 'B45A': - requirements['B45B'] = Columns(tablename='B45B', year=self.year, profile=self.profile) - - if self.tablename == 'B41A': - requirements['B41B'] = Columns(tablename='B41B', year=self.year, profile=self.profile) - requirements['B41C'] = Columns(tablename='B41C', year=self.year, profile=self.profile) - if self.tablename == 'B41B': - requirements['B41C'] = Columns(tablename='B41C', year=self.year, profile=self.profile) - - if self.tablename == 'B43A': - requirements['B43B'] = Columns(tablename='B43B', year=self.year, profile=self.profile) - requirements['B43C'] = Columns(tablename='B43C', year=self.year, profile=self.profile) - requirements['B43D'] = Columns(tablename='B43D', year=self.year, profile=self.profile) - if self.tablename == 'B43B': - requirements['B43C'] = Columns(tablename='B43C', year=self.year, profile=self.profile) - requirements['B43D'] = Columns(tablename='B43D', year=self.year, profile=self.profile) - if self.tablename == 'B43C': - requirements['B43D'] = Columns(tablename='B43D', year=self.year, profile=self.profile) + reqs = self._fetch_requirements() + col_reqs = reqs.get('all', []) + col_reqs.extend(reqs.get(self.tablename, [])) + for col_req in col_reqs: + if col_req != self.tablename: + requirements[col_req] = Columns(tablename=col_req, year=self.year, profile=self.profile) return requirements @@ -258,17 +192,17 @@ def columns(self): reader = csv.reader(csv_meta_file, delimiter=',', quotechar='"') for line in reader: - if not line[0].startswith(self.profile[0]): - continue + id_ = line[0] # A: Sequential + tablename = line[4] # H: Tablename # ignore tables we don't care about right now - if not line[4].startswith(self.tablename): + if not id_.startswith(self.profile[0]) or \ + not tablename.startswith(self.tablename): continue col_id = line[1] # B: short col_name = line[2] # C: name denominators = line[3] # D: denominators - tablename = line[4] # H: Tablename col_unit = line[5] # F: unit col_subsections = line[6] # G: subsection if tablename == '{}02'.format(self.profile[0]): @@ -319,6 +253,11 @@ def columns(self): return cols + def _fetch_requirements(self): + dir_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'meta') + with (open('{}/{}'.format(dir_path, '{}_{}_requirements.json'.format(self.profile, self.year)))) as f: + return json.load(f) + ##################################### # COPY TO OBSERVATORY diff --git a/tasks/au/meta/GCP_2016_requirements.json b/tasks/au/meta/GCP_2016_requirements.json new file mode 100644 index 0000000000..3ce5ac8920 --- /dev/null +++ b/tasks/au/meta/GCP_2016_requirements.json @@ -0,0 +1,3 @@ +{ + "all": ["G01"] +} \ No newline at end of file From 19e17fd208c137773f43affc2abdc1551db3f6b5 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Wed, 3 Oct 2018 13:45:17 +0200 Subject: [PATCH 12/33] Fixed columns --- tasks/au/meta/Metadata_2016_GCP_DataPack.csv | 16121 ++++++++++++++-- tasks/au/meta/helper2016/au_columns_helper.py | 98 +- 2 files changed, 14416 insertions(+), 1803 deletions(-) diff --git a/tasks/au/meta/Metadata_2016_GCP_DataPack.csv b/tasks/au/meta/Metadata_2016_GCP_DataPack.csv index f19df3e4ff..5f26d740e4 100644 --- a/tasks/au/meta/Metadata_2016_GCP_DataPack.csv +++ b/tasks/au/meta/Metadata_2016_GCP_DataPack.csv @@ -1,112 +1,9464 @@ Sequential,Short,Name,DENOMINATORS,Tablename,unit,subsection,Column heading description in profile,AGG,order,Table descr G3,Tot_P_P,Total Persons Persons,,G01,people,age_gender,Persons,,3,Selected Person Characteristics by Sex -G1,Tot_P_M,Total Persons Males,Tot_P_P,G01,people,age_gender,Males,,1,Selected Person Characteristics by Sex -G2,Tot_P_F,Total Persons Females,Tot_P_P,G01,people,age_gender,Females,,2,Selected Person Characteristics by Sex -G4,Age_0_4_yr_M,Age groups 0 4 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,4,Selected Person Characteristics by Sex -G5,Age_0_4_yr_F,Age groups 0 4 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,5,Selected Person Characteristics by Sex G6,Age_0_4_yr_P,Age groups 0 4 years Persons,Tot_P_P,G01,people,age_gender,Persons,,6,Selected Person Characteristics by Sex -G7,Age_5_14_yr_M,Age groups 5 14 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,7,Selected Person Characteristics by Sex -G8,Age_5_14_yr_F,Age groups 5 14 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,8,Selected Person Characteristics by Sex G9,Age_5_14_yr_P,Age groups 5 14 years Persons,Tot_P_P,G01,people,age_gender,Persons,,9,Selected Person Characteristics by Sex -G10,Age_15_19_yr_M,Age groups 15 19 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,10,Selected Person Characteristics by Sex -G11,Age_15_19_yr_F,Age groups 15 19 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,11,Selected Person Characteristics by Sex G12,Age_15_19_yr_P,Age groups 15 19 years Persons,Tot_P_P,G01,people,age_gender,Persons,,12,Selected Person Characteristics by Sex -G13,Age_20_24_yr_M,Age groups 20 24 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,13,Selected Person Characteristics by Sex -G14,Age_20_24_yr_F,Age groups 20 24 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,14,Selected Person Characteristics by Sex G15,Age_20_24_yr_P,Age groups 20 24 years Persons,Tot_P_P,G01,people,age_gender,Persons,,15,Selected Person Characteristics by Sex -G16,Age_25_34_yr_M,Age groups 25 34 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,16,Selected Person Characteristics by Sex -G17,Age_25_34_yr_F,Age groups 25 34 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,17,Selected Person Characteristics by Sex G18,Age_25_34_yr_P,Age groups 25 34 years Persons,Tot_P_P,G01,people,age_gender,Persons,,18,Selected Person Characteristics by Sex -G19,Age_35_44_yr_M,Age groups 35 44 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,19,Selected Person Characteristics by Sex -G20,Age_35_44_yr_F,Age groups 35 44 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,20,Selected Person Characteristics by Sex G21,Age_35_44_yr_P,Age groups 35 44 years Persons,Tot_P_P,G01,people,age_gender,Persons,,21,Selected Person Characteristics by Sex -G22,Age_45_54_yr_M,Age groups 45 54 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,22,Selected Person Characteristics by Sex -G23,Age_45_54_yr_F,Age groups 45 54 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,23,Selected Person Characteristics by Sex G24,Age_45_54_yr_P,Age groups 45 54 years Persons,Tot_P_P,G01,people,age_gender,Persons,,24,Selected Person Characteristics by Sex -G25,Age_55_64_yr_M,Age groups 55 64 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,25,Selected Person Characteristics by Sex -G26,Age_55_64_yr_F,Age groups 55 64 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,26,Selected Person Characteristics by Sex G27,Age_55_64_yr_P,Age groups 55 64 years Persons,Tot_P_P,G01,people,age_gender,Persons,,27,Selected Person Characteristics by Sex -G28,Age_65_74_yr_M,Age groups 65 74 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,28,Selected Person Characteristics by Sex -G29,Age_65_74_yr_F,Age groups 65 74 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,29,Selected Person Characteristics by Sex G30,Age_65_74_yr_P,Age groups 65 74 years Persons,Tot_P_P,G01,people,age_gender,Persons,,30,Selected Person Characteristics by Sex -G31,Age_75_84_yr_M,Age groups 75 84 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,31,Selected Person Characteristics by Sex -G32,Age_75_84_yr_F,Age groups 75 84 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,32,Selected Person Characteristics by Sex G33,Age_75_84_yr_P,Age groups 75 84 years Persons,Tot_P_P,G01,people,age_gender,Persons,,33,Selected Person Characteristics by Sex -G34,Age_85ov_M,Age groups 85 years and over Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,34,Selected Person Characteristics by Sex -G35,Age_85ov_F,Age groups 85 years and over Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,35,Selected Person Characteristics by Sex G36,Age_85ov_P,Age groups 85 years and over Persons,Tot_P_P,G01,people,age_gender,Persons,,36,Selected Person Characteristics by Sex -G37,Counted_Census_Night_home_M,Counted on Census Night At home Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,37,Selected Person Characteristics by Sex -G38,Counted_Census_Night_home_F,Counted on Census Night At home Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,38,Selected Person Characteristics by Sex G39,Counted_Census_Night_home_P,Counted on Census Night At home Persons,Tot_P_P,G01,people,age_gender,Persons,,39,Selected Person Characteristics by Sex -G40,Count_Census_Nt_Ewhere_Aust_M,Counted on Census Night Elsewhere in Australia Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,40,Selected Person Characteristics by Sex -G41,Count_Census_Nt_Ewhere_Aust_F,Counted on Census Night Elsewhere in Australia Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,41,Selected Person Characteristics by Sex G42,Count_Census_Nt_Ewhere_Aust_P,Counted on Census Night Elsewhere in Australia Persons,Tot_P_P,G01,people,age_gender,Persons,,42,Selected Person Characteristics by Sex -G43,Indigenous_psns_Aboriginal_M,Aboriginal and or Torres Strait Islander Persons Aboriginal Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,43,Selected Person Characteristics by Sex -G44,Indigenous_psns_Aboriginal_F,Aboriginal and or Torres Strait Islander Persons Aboriginal Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,44,Selected Person Characteristics by Sex G45,Indigenous_psns_Aboriginal_P,Aboriginal and or Torres Strait Islander Persons Aboriginal Persons,Tot_P_P,G01,people,age_gender,Persons,,45,Selected Person Characteristics by Sex -G46,Indig_psns_Torres_Strait_Is_M,Aboriginal and or Torres Strait Islander Persons Torres Strait Islander Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,46,Selected Person Characteristics by Sex -G47,Indig_psns_Torres_Strait_Is_F,Aboriginal and or Torres Strait Islander Persons Torres Strait Islander Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,47,Selected Person Characteristics by Sex G48,Indig_psns_Torres_Strait_Is_P,Aboriginal and or Torres Strait Islander Persons Torres Strait Islander Persons,Tot_P_P,G01,people,age_gender,Persons,,48,Selected Person Characteristics by Sex -G49,Indig_Bth_Abor_Torres_St_Is_M,Aboriginal and or Torres Strait Islander Persons Both Aboriginal and Torres Strait Islander Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,49,Selected Person Characteristics by Sex -G50,Indig_Bth_Abor_Torres_St_Is_F,Aboriginal and or Torres Strait Islander Persons Both Aboriginal and Torres Strait Islander Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,50,Selected Person Characteristics by Sex G51,Indig_Bth_Abor_Torres_St_Is_P,Aboriginal and or Torres Strait Islander Persons Both Aboriginal and Torres Strait Islander Persons,Tot_P_P,G01,people,age_gender,Persons,,51,Selected Person Characteristics by Sex -G52,Indigenous_P_Tot_M,Aboriginal and or Torres Strait Islander Persons Total Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,52,Selected Person Characteristics by Sex -G53,Indigenous_P_Tot_F,Aboriginal and or Torres Strait Islander Persons Total Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,53,Selected Person Characteristics by Sex G54,Indigenous_P_Tot_P,Aboriginal and or Torres Strait Islander Persons Total Persons,Tot_P_P,G01,people,age_gender,Persons,,54,Selected Person Characteristics by Sex -G55,Birthplace_Australia_M,Birthplace Australia Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,55,Selected Person Characteristics by Sex -G56,Birthplace_Australia_F,Birthplace Australia Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,56,Selected Person Characteristics by Sex G57,Birthplace_Australia_P,Birthplace Australia Persons,Tot_P_P,G01,people,age_gender,Persons,,57,Selected Person Characteristics by Sex -G58,Birthplace_Elsewhere_M,Birthplace Elsewhere Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,58,Selected Person Characteristics by Sex -G59,Birthplace_Elsewhere_F,Birthplace Elsewhere Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,59,Selected Person Characteristics by Sex G60,Birthplace_Elsewhere_P,Birthplace Elsewhere Persons,Tot_P_P,G01,people,age_gender,Persons,,60,Selected Person Characteristics by Sex -G61,Lang_spoken_home_Eng_only_M,Language spoken at home English only Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,61,Selected Person Characteristics by Sex -G62,Lang_spoken_home_Eng_only_F,Language spoken at home English only Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,62,Selected Person Characteristics by Sex G63,Lang_spoken_home_Eng_only_P,Language spoken at home English only Persons,Tot_P_P,G01,people,age_gender,Persons,,63,Selected Person Characteristics by Sex -G64,Lang_spoken_home_Oth_Lang_M,Language spoken at home Other Language Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,64,Selected Person Characteristics by Sex -G65,Lang_spoken_home_Oth_Lang_F,Language spoken at home Other Language Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,65,Selected Person Characteristics by Sex G66,Lang_spoken_home_Oth_Lang_P,Language spoken at home Other Language Persons,Tot_P_P,G01,people,age_gender,Persons,,66,Selected Person Characteristics by Sex -G67,Australian_citizen_M,Australian citizen Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,67,Selected Person Characteristics by Sex -G68,Australian_citizen_F,Australian citizen Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,68,Selected Person Characteristics by Sex G69,Australian_citizen_P,Australian citizen Persons,Tot_P_P,G01,people,age_gender,Persons,,69,Selected Person Characteristics by Sex -G70,Age_psns_att_educ_inst_0_4_M,Age of Persons attending an educational institution 0 4 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,70,Selected Person Characteristics by Sex -G71,Age_psns_att_educ_inst_0_4_F,Age of Persons attending an educational institution 0 4 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,71,Selected Person Characteristics by Sex G72,Age_psns_att_educ_inst_0_4_P,Age of Persons attending an educational institution 0 4 years Persons,Tot_P_P,G01,people,age_gender,Persons,,72,Selected Person Characteristics by Sex -G73,Age_psns_att_educ_inst_5_14_M,Age of Persons attending an educational institution 5 14 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,73,Selected Person Characteristics by Sex -G74,Age_psns_att_educ_inst_5_14_F,Age of Persons attending an educational institution 5 14 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,74,Selected Person Characteristics by Sex G75,Age_psns_att_educ_inst_5_14_P,Age of Persons attending an educational institution 5 14 years Persons,Tot_P_P,G01,people,age_gender,Persons,,75,Selected Person Characteristics by Sex -G76,Age_psns_att_edu_inst_15_19_M,Age of Persons attending an educational institution 15 19 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,76,Selected Person Characteristics by Sex -G77,Age_psns_att_edu_inst_15_19_F,Age of Persons attending an educational institution 15 19 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,77,Selected Person Characteristics by Sex G78,Age_psns_att_edu_inst_15_19_P,Age of Persons attending an educational institution 15 19 years Persons,Tot_P_P,G01,people,age_gender,Persons,,78,Selected Person Characteristics by Sex -G79,Age_psns_att_edu_inst_20_24_M,Age of Persons attending an educational institution 20 24 years Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,79,Selected Person Characteristics by Sex -G80,Age_psns_att_edu_inst_20_24_F,Age of Persons attending an educational institution 20 24 years Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,80,Selected Person Characteristics by Sex G81,Age_psns_att_edu_inst_20_24_P,Age of Persons attending an educational institution 20 24 years Persons,Tot_P_P,G01,people,age_gender,Persons,,81,Selected Person Characteristics by Sex -G82,Age_psns_att_edu_inst_25_ov_M,Age of Persons attending an educational institution 25 years and over Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,82,Selected Person Characteristics by Sex -G83,Age_psns_att_edu_inst_25_ov_F,Age of Persons attending an educational institution 25 years and over Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,83,Selected Person Characteristics by Sex G84,Age_psns_att_edu_inst_25_ov_P,Age of Persons attending an educational institution 25 years and over Persons,Tot_P_P,G01,people,age_gender,Persons,,84,Selected Person Characteristics by Sex -G85,High_yr_schl_comp_Yr_12_eq_M,Highest year of school completed Year 12 or equivalent Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,85,Selected Person Characteristics by Sex -G86,High_yr_schl_comp_Yr_12_eq_F,Highest year of school completed Year 12 or equivalent Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,86,Selected Person Characteristics by Sex G87,High_yr_schl_comp_Yr_12_eq_P,Highest year of school completed Year 12 or equivalent Persons,Tot_P_P,G01,people,age_gender,Persons,,87,Selected Person Characteristics by Sex -G88,High_yr_schl_comp_Yr_11_eq_M,Highest year of school completed Year 11 or equivalent Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,88,Selected Person Characteristics by Sex -G89,High_yr_schl_comp_Yr_11_eq_F,Highest year of school completed Year 11 or equivalent Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,89,Selected Person Characteristics by Sex G90,High_yr_schl_comp_Yr_11_eq_P,Highest year of school completed Year 11 or equivalent Persons,Tot_P_P,G01,people,age_gender,Persons,,90,Selected Person Characteristics by Sex -G91,High_yr_schl_comp_Yr_10_eq_M,Highest year of school completed Year 10 or equivalent Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,91,Selected Person Characteristics by Sex -G92,High_yr_schl_comp_Yr_10_eq_F,Highest year of school completed Year 10 or equivalent Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,92,Selected Person Characteristics by Sex G93,High_yr_schl_comp_Yr_10_eq_P,Highest year of school completed Year 10 or equivalent Persons,Tot_P_P,G01,people,age_gender,Persons,,93,Selected Person Characteristics by Sex -G94,High_yr_schl_comp_Yr_9_eq_M,Highest year of school completed Year 9 or equivalent Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,94,Selected Person Characteristics by Sex -G95,High_yr_schl_comp_Yr_9_eq_F,Highest year of school completed Year 9 or equivalent Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,95,Selected Person Characteristics by Sex G96,High_yr_schl_comp_Yr_9_eq_P,Highest year of school completed Year 9 or equivalent Persons,Tot_P_P,G01,people,age_gender,Persons,,96,Selected Person Characteristics by Sex -G97,High_yr_schl_comp_Yr_8_belw_M,Highest year of school completed Year 8 or below Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,97,Selected Person Characteristics by Sex -G98,High_yr_schl_comp_Yr_8_belw_F,Highest year of school completed Year 8 or below Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,98,Selected Person Characteristics by Sex G99,High_yr_schl_comp_Yr_8_belw_P,Highest year of school completed Year 8 or below Persons,Tot_P_P,G01,people,age_gender,Persons,,99,Selected Person Characteristics by Sex -G100,High_yr_schl_comp_D_n_g_sch_M,Highest year of school completed Did not go to school Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,100,Selected Person Characteristics by Sex -G101,High_yr_schl_comp_D_n_g_sch_F,Highest year of school completed Did not go to school Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,101,Selected Person Characteristics by Sex G102,High_yr_schl_comp_D_n_g_sch_P,Highest year of school completed Did not go to school Persons,Tot_P_P,G01,people,age_gender,Persons,,102,Selected Person Characteristics by Sex -G103,Count_psns_occ_priv_dwgs_M,Count of Persons in occupied private dwellings Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,103,Selected Person Characteristics by Sex -G104,Count_psns_occ_priv_dwgs_F,Count of Persons in occupied private dwellings Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,104,Selected Person Characteristics by Sex G105,Count_psns_occ_priv_dwgs_P,Count of Persons in occupied private dwellings Persons,Tot_P_P,G01,people,age_gender,Persons,,105,Selected Person Characteristics by Sex -G106,Count_Persons_other_dwgs_M,Count of Persons in other dwellings Males,Tot_P_P|Tot_P_M,G01,people,age_gender,Males,,106,Selected Person Characteristics by Sex -G107,Count_Persons_other_dwgs_F,Count of Persons in other dwellings Females,Tot_P_P|Tot_P_F,G01,people,age_gender,Females,,107,Selected Person Characteristics by Sex G108,Count_Persons_other_dwgs_P,Count of Persons in other dwellings Persons,Tot_P_P,G01,people,age_gender,Persons,,108,Selected Person Characteristics by Sex +G259,Age_yr_0_P,Age years 0 Persons,Tot_P_P,G04A,people,age_gender,Persons,,259,Age by Sex +G262,Age_yr_1_P,Age years 1 Persons,Tot_P_P,G04A,people,age_gender,Persons,,262,Age by Sex +G265,Age_yr_2_P,Age years 2 Persons,Tot_P_P,G04A,people,age_gender,Persons,,265,Age by Sex +G268,Age_yr_3_P,Age years 3 Persons,Tot_P_P,G04A,people,age_gender,Persons,,268,Age by Sex +G271,Age_yr_4_P,Age years 4 Persons,Tot_P_P,G04A,people,age_gender,Persons,,271,Age by Sex +G274,Age_yr_0_4_P,Age years 0 4 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,274,Age by Sex +G277,Age_yr_5_P,Age years 5 Persons,Tot_P_P,G04A,people,age_gender,Persons,,277,Age by Sex +G280,Age_yr_6_P,Age years 6 Persons,Tot_P_P,G04A,people,age_gender,Persons,,280,Age by Sex +G283,Age_yr_7_P,Age years 7 Persons,Tot_P_P,G04A,people,age_gender,Persons,,283,Age by Sex +G286,Age_yr_8_P,Age years 8 Persons,Tot_P_P,G04A,people,age_gender,Persons,,286,Age by Sex +G289,Age_yr_9_P,Age years 9 Persons,Tot_P_P,G04A,people,age_gender,Persons,,289,Age by Sex +G292,Age_yr_5_9_P,Age years 5 9 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,292,Age by Sex +G295,Age_yr_10_P,Age years 10 Persons,Tot_P_P,G04A,people,age_gender,Persons,,295,Age by Sex +G298,Age_yr_11_P,Age years 11 Persons,Tot_P_P,G04A,people,age_gender,Persons,,298,Age by Sex +G301,Age_yr_12_P,Age years 12 Persons,Tot_P_P,G04A,people,age_gender,Persons,,301,Age by Sex +G304,Age_yr_13_P,Age years 13 Persons,Tot_P_P,G04A,people,age_gender,Persons,,304,Age by Sex +G307,Age_yr_14_P,Age years 14 Persons,Tot_P_P,G04A,people,age_gender,Persons,,307,Age by Sex +G310,Age_yr_10_14_P,Age years 10 14 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,310,Age by Sex +G313,Age_yr_15_P,Age years 15 Persons,Tot_P_P,G04A,people,age_gender,Persons,,313,Age by Sex +G316,Age_yr_16_P,Age years 16 Persons,Tot_P_P,G04A,people,age_gender,Persons,,316,Age by Sex +G319,Age_yr_17_P,Age years 17 Persons,Tot_P_P,G04A,people,age_gender,Persons,,319,Age by Sex +G322,Age_yr_18_P,Age years 18 Persons,Tot_P_P,G04A,people,age_gender,Persons,,322,Age by Sex +G325,Age_yr_19_P,Age years 19 Persons,Tot_P_P,G04A,people,age_gender,Persons,,325,Age by Sex +G328,Age_yr_15_19_P,Age years 15 19 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,328,Age by Sex +G331,Age_yr_20_P,Age years 20 Persons,Tot_P_P,G04A,people,age_gender,Persons,,331,Age by Sex +G334,Age_yr_21_P,Age years 21 Persons,Tot_P_P,G04A,people,age_gender,Persons,,334,Age by Sex +G337,Age_yr_22_P,Age years 22 Persons,Tot_P_P,G04A,people,age_gender,Persons,,337,Age by Sex +G340,Age_yr_23_P,Age years 23 Persons,Tot_P_P,G04A,people,age_gender,Persons,,340,Age by Sex +G343,Age_yr_24_P,Age years 24 Persons,Tot_P_P,G04A,people,age_gender,Persons,,343,Age by Sex +G346,Age_yr_20_24_P,Age years 20 24 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,346,Age by Sex +G349,Age_yr_25_P,Age years 25 Persons,Tot_P_P,G04A,people,age_gender,Persons,,349,Age by Sex +G352,Age_yr_26_P,Age years 26 Persons,Tot_P_P,G04A,people,age_gender,Persons,,352,Age by Sex +G355,Age_yr_27_P,Age years 27 Persons,Tot_P_P,G04A,people,age_gender,Persons,,355,Age by Sex +G358,Age_yr_28_P,Age years 28 Persons,Tot_P_P,G04A,people,age_gender,Persons,,358,Age by Sex +G361,Age_yr_29_P,Age years 29 Persons,Tot_P_P,G04A,people,age_gender,Persons,,361,Age by Sex +G364,Age_yr_25_29_P,Age years 25 29 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,364,Age by Sex +G367,Age_yr_30_P,Age years 30 Persons,Tot_P_P,G04A,people,age_gender,Persons,,367,Age by Sex +G370,Age_yr_31_P,Age years 31 Persons,Tot_P_P,G04A,people,age_gender,Persons,,370,Age by Sex +G373,Age_yr_32_P,Age years 32 Persons,Tot_P_P,G04A,people,age_gender,Persons,,373,Age by Sex +G376,Age_yr_33_P,Age years 33 Persons,Tot_P_P,G04A,people,age_gender,Persons,,376,Age by Sex +G379,Age_yr_34_P,Age years 34 Persons,Tot_P_P,G04A,people,age_gender,Persons,,379,Age by Sex +G382,Age_yr_30_34_P,Age years 30 34 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,382,Age by Sex +G385,Age_yr_35_P,Age years 35 Persons,Tot_P_P,G04A,people,age_gender,Persons,,385,Age by Sex +G388,Age_yr_36_P,Age years 36 Persons,Tot_P_P,G04A,people,age_gender,Persons,,388,Age by Sex +G391,Age_yr_37_P,Age years 37 Persons,Tot_P_P,G04A,people,age_gender,Persons,,391,Age by Sex +G394,Age_yr_38_P,Age years 38 Persons,Tot_P_P,G04A,people,age_gender,Persons,,394,Age by Sex +G397,Age_yr_39_P,Age years 39 Persons,Tot_P_P,G04A,people,age_gender,Persons,,397,Age by Sex +G400,Age_yr_35_39_P,Age years 35 39 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,400,Age by Sex +G403,Age_yr_40_P,Age years 40 Persons,Tot_P_P,G04A,people,age_gender,Persons,,403,Age by Sex +G406,Age_yr_41_P,Age years 41 Persons,Tot_P_P,G04A,people,age_gender,Persons,,406,Age by Sex +G409,Age_yr_42_P,Age years 42 Persons,Tot_P_P,G04A,people,age_gender,Persons,,409,Age by Sex +G412,Age_yr_43_P,Age years 43 Persons,Tot_P_P,G04A,people,age_gender,Persons,,412,Age by Sex +G415,Age_yr_44_P,Age years 44 Persons,Tot_P_P,G04A,people,age_gender,Persons,,415,Age by Sex +G418,Age_yr_40_44_P,Age years 40 44 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,418,Age by Sex +G421,Age_yr_45_P,Age years 45 Persons,Tot_P_P,G04A,people,age_gender,Persons,,421,Age by Sex +G424,Age_yr_46_P,Age years 46 Persons,Tot_P_P,G04A,people,age_gender,Persons,,424,Age by Sex +G427,Age_yr_47_P,Age years 47 Persons,Tot_P_P,G04A,people,age_gender,Persons,,427,Age by Sex +G430,Age_yr_48_P,Age years 48 Persons,Tot_P_P,G04A,people,age_gender,Persons,,430,Age by Sex +G433,Age_yr_49_P,Age years 49 Persons,Tot_P_P,G04A,people,age_gender,Persons,,433,Age by Sex +G436,Age_yr_45_49_P,Age years 45 49 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,436,Age by Sex +G439,Age_yr_50_P,Age years 50 Persons,Tot_P_P,G04A,people,age_gender,Persons,,439,Age by Sex +G442,Age_yr_51_P,Age years 51 Persons,Tot_P_P,G04A,people,age_gender,Persons,,442,Age by Sex +G445,Age_yr_52_P,Age years 52 Persons,Tot_P_P,G04A,people,age_gender,Persons,,445,Age by Sex +G448,Age_yr_53_P,Age years 53 Persons,Tot_P_P,G04A,people,age_gender,Persons,,448,Age by Sex +G451,Age_yr_54_P,Age years 54 Persons,Tot_P_P,G04A,people,age_gender,Persons,,451,Age by Sex +G454,Age_yr_50_54_P,Age years 50 54 years Persons,Tot_P_P,G04A,people,age_gender,Persons,,454,Age by Sex +G457,Age_yr_55_P,Age years 55 Persons,Tot_P_P,G04B,people,age_gender,Persons,,457,Age by Sex +G460,Age_yr_56_P,Age years 56 Persons,Tot_P_P,G04B,people,age_gender,Persons,,460,Age by Sex +G463,Age_yr_57_P,Age years 57 Persons,Tot_P_P,G04B,people,age_gender,Persons,,463,Age by Sex +G466,Age_yr_58_P,Age years 58 Persons,Tot_P_P,G04B,people,age_gender,Persons,,466,Age by Sex +G469,Age_yr_59_P,Age years 59 Persons,Tot_P_P,G04B,people,age_gender,Persons,,469,Age by Sex +G472,Age_yr_55_59_P,Age years 55 59 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,472,Age by Sex +G475,Age_yr_60_P,Age years 60 Persons,Tot_P_P,G04B,people,age_gender,Persons,,475,Age by Sex +G478,Age_yr_61_P,Age years 61 Persons,Tot_P_P,G04B,people,age_gender,Persons,,478,Age by Sex +G481,Age_yr_62_P,Age years 62 Persons,Tot_P_P,G04B,people,age_gender,Persons,,481,Age by Sex +G484,Age_yr_63_P,Age years 63 Persons,Tot_P_P,G04B,people,age_gender,Persons,,484,Age by Sex +G487,Age_yr_64_P,Age years 64 Persons,Tot_P_P,G04B,people,age_gender,Persons,,487,Age by Sex +G490,Age_yr_60_64_P,Age years 60 64 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,490,Age by Sex +G493,Age_yr_65_P,Age years 65 Persons,Tot_P_P,G04B,people,age_gender,Persons,,493,Age by Sex +G496,Age_yr_66_P,Age years 66 Persons,Tot_P_P,G04B,people,age_gender,Persons,,496,Age by Sex +G499,Age_yr_67_P,Age years 67 Persons,Tot_P_P,G04B,people,age_gender,Persons,,499,Age by Sex +G502,Age_yr_68_P,Age years 68 Persons,Tot_P_P,G04B,people,age_gender,Persons,,502,Age by Sex +G505,Age_yr_69_P,Age years 69 Persons,Tot_P_P,G04B,people,age_gender,Persons,,505,Age by Sex +G508,Age_yr_65_69_P,Age years 65 69 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,508,Age by Sex +G511,Age_yr_70_P,Age years 70 Persons,Tot_P_P,G04B,people,age_gender,Persons,,511,Age by Sex +G514,Age_yr_71_P,Age years 71 Persons,Tot_P_P,G04B,people,age_gender,Persons,,514,Age by Sex +G517,Age_yr_72_P,Age years 72 Persons,Tot_P_P,G04B,people,age_gender,Persons,,517,Age by Sex +G520,Age_yr_73_P,Age years 73 Persons,Tot_P_P,G04B,people,age_gender,Persons,,520,Age by Sex +G523,Age_yr_74_P,Age years 74 Persons,Tot_P_P,G04B,people,age_gender,Persons,,523,Age by Sex +G526,Age_yr_70_74_P,Age years 70 74 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,526,Age by Sex +G529,Age_yr_75_P,Age years 75 Persons,Tot_P_P,G04B,people,age_gender,Persons,,529,Age by Sex +G532,Age_yr_76_P,Age years 76 Persons,Tot_P_P,G04B,people,age_gender,Persons,,532,Age by Sex +G535,Age_yr_77_P,Age years 77 Persons,Tot_P_P,G04B,people,age_gender,Persons,,535,Age by Sex +G538,Age_yr_78_P,Age years 78 Persons,Tot_P_P,G04B,people,age_gender,Persons,,538,Age by Sex +G541,Age_yr_79_P,Age years 79 Persons,Tot_P_P,G04B,people,age_gender,Persons,,541,Age by Sex +G544,Age_yr_75_79_P,Age years 75 79 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,544,Age by Sex +G547,Age_yr_80_84_P,Age years 80 84 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,547,Age by Sex +G550,Age_yr_85_89_P,Age years 85 89 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,550,Age by Sex +G553,Age_yr_90_94_P,Age years 90 94 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,553,Age by Sex +G556,Age_yr_95_99_P,Age years 95 99 years Persons,Tot_P_P,G04B,people,age_gender,Persons,,556,Age by Sex +G559,Age_yr_100_yr_over_P,Age years 100 years and over Persons,Tot_P_P,G04B,people,age_gender,Persons,,559,Age by Sex +G562,Tot_P,Total Persons,Tot_P_P,G04B,people,age_gender,Persons,,562,Age by Sex +G683,P_15_19_yr_Married,Persons 15 19 years Married,Tot_P_P,G05,people,families,Married|PERSONS,,683,Registered Marital Status by Age by Sex +G684,P_15_19_yr_Separated,Persons 15 19 years Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,684,Registered Marital Status by Age by Sex +G685,P_15_19_yr_Divorced,Persons 15 19 years Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,685,Registered Marital Status by Age by Sex +G686,P_15_19_yr_Widowed,Persons 15 19 years Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,686,Registered Marital Status by Age by Sex +G687,P_15_19_yr_Never_Married,Persons 15 19 years Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,687,Registered Marital Status by Age by Sex +G688,P_15_19_yr_Tot,Persons 15 19 years Total,Tot_P_P,G05,people,families,Total|PERSONS,,688,Registered Marital Status by Age by Sex +G689,P_20_24_yr_Married,Persons 20 24 years Married,Tot_P_P,G05,people,families,Married|PERSONS,,689,Registered Marital Status by Age by Sex +G690,P_20_24_yr_Separated,Persons 20 24 years Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,690,Registered Marital Status by Age by Sex +G691,P_20_24_yr_Divorced,Persons 20 24 years Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,691,Registered Marital Status by Age by Sex +G692,P_20_24_yr_Widowed,Persons 20 24 years Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,692,Registered Marital Status by Age by Sex +G693,P_20_24_yr_Never_Married,Persons 20 24 years Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,693,Registered Marital Status by Age by Sex +G694,P_20_24_yr_Tot,Persons 20 24 years Total,Tot_P_P,G05,people,families,Total|PERSONS,,694,Registered Marital Status by Age by Sex +G695,P_25_34_yr_Married,Persons 25 34 years Married,Tot_P_P,G05,people,families,Married|PERSONS,,695,Registered Marital Status by Age by Sex +G696,P_25_34_yr_Separated,Persons 25 34 years Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,696,Registered Marital Status by Age by Sex +G697,P_25_34_yr_Divorced,Persons 25 34 years Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,697,Registered Marital Status by Age by Sex +G698,P_25_34_yr_Widowed,Persons 25 34 years Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,698,Registered Marital Status by Age by Sex +G699,P_25_34_yr_Never_Married,Persons 25 34 years Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,699,Registered Marital Status by Age by Sex +G700,P_25_34_yr_Tot,Persons 25 34 years Total,Tot_P_P,G05,people,families,Total|PERSONS,,700,Registered Marital Status by Age by Sex +G701,P_35_44_yr_Married,Persons 35 44 years Married,Tot_P_P,G05,people,families,Married|PERSONS,,701,Registered Marital Status by Age by Sex +G702,P_35_44_yr_Separated,Persons 35 44 years Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,702,Registered Marital Status by Age by Sex +G703,P_35_44_yr_Divorced,Persons 35 44 years Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,703,Registered Marital Status by Age by Sex +G704,P_35_44_yr_Widowed,Persons 35 44 years Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,704,Registered Marital Status by Age by Sex +G705,P_35_44_yr_Never_Married,Persons 35 44 years Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,705,Registered Marital Status by Age by Sex +G706,P_35_44_yr_Tot,Persons 35 44 years Total,Tot_P_P,G05,people,families,Total|PERSONS,,706,Registered Marital Status by Age by Sex +G707,P_45_54_yr_Married,Persons 45 54 years Married,Tot_P_P,G05,people,families,Married|PERSONS,,707,Registered Marital Status by Age by Sex +G708,P_45_54_yr_Separated,Persons 45 54 years Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,708,Registered Marital Status by Age by Sex +G709,P_45_54_yr_Divorced,Persons 45 54 years Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,709,Registered Marital Status by Age by Sex +G710,P_45_54_yr_Widowed,Persons 45 54 years Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,710,Registered Marital Status by Age by Sex +G711,P_45_54_yr_Never_Married,Persons 45 54 years Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,711,Registered Marital Status by Age by Sex +G712,P_45_54_yr_Tot,Persons 45 54 years Total,Tot_P_P,G05,people,families,Total|PERSONS,,712,Registered Marital Status by Age by Sex +G713,P_55_64_yr_Married,Persons 55 64 years Married,Tot_P_P,G05,people,families,Married|PERSONS,,713,Registered Marital Status by Age by Sex +G714,P_55_64_yr_Separated,Persons 55 64 years Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,714,Registered Marital Status by Age by Sex +G715,P_55_64_yr_Divorced,Persons 55 64 years Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,715,Registered Marital Status by Age by Sex +G716,P_55_64_yr_Widowed,Persons 55 64 years Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,716,Registered Marital Status by Age by Sex +G717,P_55_64_yr_Never_Married,Persons 55 64 years Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,717,Registered Marital Status by Age by Sex +G718,P_55_64_yr_Tot,Persons 55 64 years Total,Tot_P_P,G05,people,families,Total|PERSONS,,718,Registered Marital Status by Age by Sex +G719,P_65_74_yr_Married,Persons 65 74 years Married,Tot_P_P,G05,people,families,Married|PERSONS,,719,Registered Marital Status by Age by Sex +G720,P_65_74_yr_Separated,Persons 65 74 years Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,720,Registered Marital Status by Age by Sex +G721,P_65_74_yr_Divorced,Persons 65 74 years Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,721,Registered Marital Status by Age by Sex +G722,P_65_74_yr_Widowed,Persons 65 74 years Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,722,Registered Marital Status by Age by Sex +G723,P_65_74_yr_Never_Married,Persons 65 74 years Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,723,Registered Marital Status by Age by Sex +G724,P_65_74_yr_Tot,Persons 65 74 years Total,Tot_P_P,G05,people,families,Total|PERSONS,,724,Registered Marital Status by Age by Sex +G725,P_75_84_yr_Married,Persons 75 84 years Married,Tot_P_P,G05,people,families,Married|PERSONS,,725,Registered Marital Status by Age by Sex +G726,P_75_84_yr_Separated,Persons 75 84 years Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,726,Registered Marital Status by Age by Sex +G727,P_75_84_yr_Divorced,Persons 75 84 years Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,727,Registered Marital Status by Age by Sex +G728,P_75_84_yr_Widowed,Persons 75 84 years Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,728,Registered Marital Status by Age by Sex +G729,P_75_84_yr_Never_Married,Persons 75 84 years Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,729,Registered Marital Status by Age by Sex +G730,P_75_84_yr_Tot,Persons 75 84 years Total,Tot_P_P,G05,people,families,Total|PERSONS,,730,Registered Marital Status by Age by Sex +G731,P_85ov_Married,Persons 85 years and over Married,Tot_P_P,G05,people,families,Married|PERSONS,,731,Registered Marital Status by Age by Sex +G732,P_85ov_Separated,Persons 85 years and over Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,732,Registered Marital Status by Age by Sex +G733,P_85ov_Divorced,Persons 85 years and over Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,733,Registered Marital Status by Age by Sex +G734,P_85ov_Widowed,Persons 85 years and over Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,734,Registered Marital Status by Age by Sex +G735,P_85ov_Never_Married,Persons 85 years and over Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,735,Registered Marital Status by Age by Sex +G736,P_85ov_Tot,Persons 85 years and over Total,Tot_P_P,G05,people,families,Total|PERSONS,,736,Registered Marital Status by Age by Sex +G737,P_Tot_Married,Persons Total Married,Tot_P_P,G05,people,families,Married|PERSONS,,737,Registered Marital Status by Age by Sex +G738,P_Tot_Separated,Persons Total Separated,Tot_P_P,G05,people,families,Separated|PERSONS,,738,Registered Marital Status by Age by Sex +G739,P_Tot_Divorced,Persons Total Divorced,Tot_P_P,G05,people,families,Divorced|PERSONS,,739,Registered Marital Status by Age by Sex +G740,P_Tot_Widowed,Persons Total Widowed,Tot_P_P,G05,people,families,Widowed|PERSONS,,740,Registered Marital Status by Age by Sex +G741,P_Tot_Never_Married,Persons Total Never Married,Tot_P_P,G05,people,families,Never Married|PERSONS,,741,Registered Marital Status by Age by Sex +G742,P_Tot_Tot,Persons Total Total,Tot_P_P,G05,people,families,Total|PERSONS,,742,Registered Marital Status by Age by Sex +G823,P_15_19_yr_Marrd_reg_marrge,Persons 15 19 years Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,823,Social Marital Status by Age by Sex +G824,P_15_19_yr_Married_de_facto,Persons 15 19 years Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,824,Social Marital Status by Age by Sex +G825,P_15_19_yr_Not_married,Persons 15 19 years Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,825,Social Marital Status by Age by Sex +G826,P_15_19_yr_Total,Persons 15 19 years Total,Tot_P_P,G06,people,families,Total|PERSONS,,826,Social Marital Status by Age by Sex +G827,P_20_24_yr_Marrd_reg_marrge,Persons 20 24 years Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,827,Social Marital Status by Age by Sex +G828,P_20_24_yr_Married_de_facto,Persons 20 24 years Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,828,Social Marital Status by Age by Sex +G829,P_20_24_yr_Not_married,Persons 20 24 years Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,829,Social Marital Status by Age by Sex +G830,P_20_24_yr_Total,Persons 20 24 years Total,Tot_P_P,G06,people,families,Total|PERSONS,,830,Social Marital Status by Age by Sex +G831,P_25_34_yr_Marrd_reg_marrge,Persons 25 34 years Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,831,Social Marital Status by Age by Sex +G832,P_25_34_yr_Married_de_facto,Persons 25 34 years Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,832,Social Marital Status by Age by Sex +G833,P_25_34_yr_Not_married,Persons 25 34 years Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,833,Social Marital Status by Age by Sex +G834,P_25_34_yr_Total,Persons 25 34 years Total,Tot_P_P,G06,people,families,Total|PERSONS,,834,Social Marital Status by Age by Sex +G835,P_35_44_yr_Marrd_reg_marrge,Persons 35 44 years Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,835,Social Marital Status by Age by Sex +G836,P_35_44_yr_Married_de_facto,Persons 35 44 years Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,836,Social Marital Status by Age by Sex +G837,P_35_44_yr_Not_married,Persons 35 44 years Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,837,Social Marital Status by Age by Sex +G838,P_35_44_yr_Total,Persons 35 44 years Total,Tot_P_P,G06,people,families,Total|PERSONS,,838,Social Marital Status by Age by Sex +G839,P_45_54_yr_Marrd_reg_marrge,Persons 45 54 years Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,839,Social Marital Status by Age by Sex +G840,P_45_54_yr_Married_de_facto,Persons 45 54 years Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,840,Social Marital Status by Age by Sex +G841,P_45_54_yr_Not_married,Persons 45 54 years Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,841,Social Marital Status by Age by Sex +G842,P_45_54_yr_Total,Persons 45 54 years Total,Tot_P_P,G06,people,families,Total|PERSONS,,842,Social Marital Status by Age by Sex +G843,P_55_64_yr_Marrd_reg_marrge,Persons 55 64 years Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,843,Social Marital Status by Age by Sex +G844,P_55_64_yr_Married_de_facto,Persons 55 64 years Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,844,Social Marital Status by Age by Sex +G845,P_55_64_yr_Not_married,Persons 55 64 years Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,845,Social Marital Status by Age by Sex +G846,P_55_64_yr_Total,Persons 55 64 years Total,Tot_P_P,G06,people,families,Total|PERSONS,,846,Social Marital Status by Age by Sex +G847,P_65_74_yr_Marrd_reg_marrge,Persons 65 74 years Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,847,Social Marital Status by Age by Sex +G848,P_65_74_yr_Married_de_facto,Persons 65 74 years Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,848,Social Marital Status by Age by Sex +G849,P_65_74_yr_Not_married,Persons 65 74 years Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,849,Social Marital Status by Age by Sex +G850,P_65_74_yr_Total,Persons 65 74 years Total,Tot_P_P,G06,people,families,Total|PERSONS,,850,Social Marital Status by Age by Sex +G851,P_75_84_yr_Marrd_reg_marrge,Persons 75 84 years Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,851,Social Marital Status by Age by Sex +G852,P_75_84_yr_Married_de_facto,Persons 75 84 years Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,852,Social Marital Status by Age by Sex +G853,P_75_84_yr_Not_married,Persons 75 84 years Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,853,Social Marital Status by Age by Sex +G854,P_75_84_yr_Total,Persons 75 84 years Total,Tot_P_P,G06,people,families,Total|PERSONS,,854,Social Marital Status by Age by Sex +G855,P_85ov_Marrd_reg_marrge,Persons 85 years and over Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,855,Social Marital Status by Age by Sex +G856,P_85ov_Married_de_facto,Persons 85 years and over Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,856,Social Marital Status by Age by Sex +G857,P_85ov_Not_married,Persons 85 years and over Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,857,Social Marital Status by Age by Sex +G858,P_85ov_Total,Persons 85 years and over Total,Tot_P_P,G06,people,families,Total|PERSONS,,858,Social Marital Status by Age by Sex +G859,P_Tot_Marrd_reg_marrge,Persons Total Married in a registered marriage,Tot_P_P,G06,people,families,Married in a registered marriage|PERSONS,,859,Social Marital Status by Age by Sex +G860,P_Tot_Married_de_facto,Persons Total Married in a de facto marriage,Tot_P_P,G06,people,families,Married in a de facto marriage|PERSONS,,860,Social Marital Status by Age by Sex +G861,P_Tot_Not_married,Persons Total Not married,Tot_P_P,G06,people,families,Not married|PERSONS,,861,Social Marital Status by Age by Sex +G862,P_Tot_Total,Persons Total Total,Tot_P_P,G06,people,families,Total|PERSONS,,862,Social Marital Status by Age by Sex +G865,A_0_4_y_Indigenous_P,0 4 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,865,Indigenous Status by Age by Sex +G868,A_0_4_y_Non_Indigenous_P,0 4 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,868,Indigenous Status by Age by Sex +G871,A_0_4_y_Indig_stat_ns_P,0 4 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,871,Indigenous Status by Age by Sex +G874,A_0_4_y_Tot_P,0 4 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,874,Indigenous Status by Age by Sex +G877,A_5_9_y_Indigenous_P,5 9 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,877,Indigenous Status by Age by Sex +G880,A_5_9_y_Non_Indigenous_P,5 9 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,880,Indigenous Status by Age by Sex +G883,A_5_9_y_Indig_stat_ns_P,5 9 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,883,Indigenous Status by Age by Sex +G886,A_5_9_y_Tot_P,5 9 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,886,Indigenous Status by Age by Sex +G889,A_10_14_y_Indigenous_P,10 14 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,889,Indigenous Status by Age by Sex +G892,A_10_14_y_Non_Indig_P,10 14 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,892,Indigenous Status by Age by Sex +G895,A_10_14_y_Indig_stat_ns_P,10 14 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,895,Indigenous Status by Age by Sex +G898,A_10_14_y_Tot_P,10 14 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,898,Indigenous Status by Age by Sex +G901,A_15_19_y_Indigenous_P,15 19 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,901,Indigenous Status by Age by Sex +G904,A_15_19_y_Non_Indig_P,15 19 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,904,Indigenous Status by Age by Sex +G907,A_15_19_y_Indig_stat_ns_P,15 19 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,907,Indigenous Status by Age by Sex +G910,A_15_19_y_Tot_P,15 19 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,910,Indigenous Status by Age by Sex +G913,A_20_24_y_Indigenous_P,20 24 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,913,Indigenous Status by Age by Sex +G916,A_20_24_y_Non_Indig_P,20 24 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,916,Indigenous Status by Age by Sex +G919,A_20_24_y_Indig_stat_ns_P,20 24 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,919,Indigenous Status by Age by Sex +G922,A_20_24_y_Tot_P,20 24 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,922,Indigenous Status by Age by Sex +G925,A_25_29_y_Indigenous_P,25 29 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,925,Indigenous Status by Age by Sex +G928,A_25_29_y_Non_Indig_P,25 29 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,928,Indigenous Status by Age by Sex +G931,A_25_29_y_Indig_stat_ns_P,25 29 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,931,Indigenous Status by Age by Sex +G934,A_25_29_y_Tot_P,25 29 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,934,Indigenous Status by Age by Sex +G937,A_30_34_y_Indigenous_P,30 34 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,937,Indigenous Status by Age by Sex +G940,A_30_34_y_Non_Indig_P,30 34 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,940,Indigenous Status by Age by Sex +G943,A_30_34_y_Indig_stat_ns_P,30 34 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,943,Indigenous Status by Age by Sex +G946,A_30_34_y_Tot_P,30 34 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,946,Indigenous Status by Age by Sex +G949,A_35_39_y_Indigenous_P,35 39 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,949,Indigenous Status by Age by Sex +G952,A_35_39_y_Non_Indig_P,35 39 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,952,Indigenous Status by Age by Sex +G955,A_35_39_y_Indig_stat_ns_P,35 39 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,955,Indigenous Status by Age by Sex +G958,A_35_39_y_Tot_P,35 39 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,958,Indigenous Status by Age by Sex +G961,A_40_44_y_Indigenous_P,40 44 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,961,Indigenous Status by Age by Sex +G964,A_40_44_y_Non_Indig_P,40 44 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,964,Indigenous Status by Age by Sex +G967,A_40_44_y_Indig_stat_ns_P,40 44 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,967,Indigenous Status by Age by Sex +G970,A_40_44_y_Tot_P,40 44 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,970,Indigenous Status by Age by Sex +G973,A_45_49_y_Indigenous_P,45 49 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,973,Indigenous Status by Age by Sex +G976,A_45_49_y_Non_Indig_P,45 49 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,976,Indigenous Status by Age by Sex +G979,A_45_49_y_Indig_stat_ns_P,45 49 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,979,Indigenous Status by Age by Sex +G982,A_45_49_y_Tot_P,45 49 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,982,Indigenous Status by Age by Sex +G985,A_50_54_y_Indigenous_P,50 54 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,985,Indigenous Status by Age by Sex +G988,A_50_54_y_Non_Indig_P,50 54 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,988,Indigenous Status by Age by Sex +G991,A_50_54_y_Indig_stat_ns_P,50 54 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,991,Indigenous Status by Age by Sex +G994,A_50_54_y_Tot_P,50 54 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,994,Indigenous Status by Age by Sex +G997,A_55_59_y_Indigenous_P,55 59 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,997,Indigenous Status by Age by Sex +G1000,A_55_59_y_Non_Indig_P,55 59 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1000,Indigenous Status by Age by Sex +G1003,A_55_59_y_Indig_stat_ns_P,55 59 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1003,Indigenous Status by Age by Sex +G1006,A_55_59_y_Tot_P,55 59 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1006,Indigenous Status by Age by Sex +G1009,A_60_64_y_Indigenous_P,60 64 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1009,Indigenous Status by Age by Sex +G1012,A_60_64_y_Non_Indig_P,60 64 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1012,Indigenous Status by Age by Sex +G1015,A_60_64_y_Indig_stat_ns_P,60 64 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1015,Indigenous Status by Age by Sex +G1018,A_60_64_y_Tot_P,60 64 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1018,Indigenous Status by Age by Sex +G1021,A_65_y_ov_Indigenous_P,65 years and over Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1021,Indigenous Status by Age by Sex +G1024,A_65_y_ov_Non_Indig_P,65 years and over Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1024,Indigenous Status by Age by Sex +G1027,A_65_y_ov_Indig_stat_ns_P,65 years and over Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1027,Indigenous Status by Age by Sex +G1030,A_65_y_ov_Tot_P,65 years and over Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1030,Indigenous Status by Age by Sex +G1033,Tot_Indigenous_P,Total Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1033,Indigenous Status by Age by Sex +G1036,Tot_Non_Indigenous_P,Total Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1036,Indigenous Status by Age by Sex +G1039,Tot_Indig_status_ns_P,Total Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1039,Indigenous Status by Age by Sex +G1042,Tot_Tot_P,Total Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1042,Indigenous Status by Age by Sex +G2301,P_Afghanistan_0_4,Persons Afghanistan Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2301,Country of Birth of Person by Age by Sex +G2302,P_Afghanistan_5_14,Persons Afghanistan Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2302,Country of Birth of Person by Age by Sex +G2303,P_Afghanistan_15_24,Persons Afghanistan Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2303,Country of Birth of Person by Age by Sex +G2304,P_Afghanistan_25_44,Persons Afghanistan Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2304,Country of Birth of Person by Age by Sex +G2305,P_Afghanistan_45_54,Persons Afghanistan Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2305,Country of Birth of Person by Age by Sex +G2306,P_Afghanistan_55_64,Persons Afghanistan Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2306,Country of Birth of Person by Age by Sex +G2307,P_Afghanistan_65_74,Persons Afghanistan Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2307,Country of Birth of Person by Age by Sex +G2308,P_Afghanistan_75_84,Persons Afghanistan Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2308,Country of Birth of Person by Age by Sex +G2309,P_Afghanistan_85ov,Persons Afghanistan Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2309,Country of Birth of Person by Age by Sex +G2310,P_Afghanistan_Tot,Persons Afghanistan Age Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2310,Country of Birth of Person by Age by Sex +G2311,P_Australia_0_4,Persons Australia Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2311,Country of Birth of Person by Age by Sex +G2312,P_Australia_5_14,Persons Australia Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2312,Country of Birth of Person by Age by Sex +G2313,P_Australia_15_24,Persons Australia Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2313,Country of Birth of Person by Age by Sex +G2314,P_Australia_25_44,Persons Australia Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2314,Country of Birth of Person by Age by Sex +G2315,P_Australia_45_54,Persons Australia Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2315,Country of Birth of Person by Age by Sex +G2316,P_Australia_55_64,Persons Australia Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2316,Country of Birth of Person by Age by Sex +G2317,P_Australia_65_74,Persons Australia Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2317,Country of Birth of Person by Age by Sex +G2318,P_Australia_75_84,Persons Australia Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2318,Country of Birth of Person by Age by Sex +G2319,P_Australia_85ov,Persons Australia Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2319,Country of Birth of Person by Age by Sex +G2320,P_Australia_Tot,Persons Australia Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2320,Country of Birth of Person by Age by Sex +G2321,P_Bangladesh_0_4,Persons Bangladesh Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2321,Country of Birth of Person by Age by Sex +G2322,P_Bangladesh_5_14,Persons Bangladesh Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2322,Country of Birth of Person by Age by Sex +G2323,P_Bangladesh_15_24,Persons Bangladesh Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2323,Country of Birth of Person by Age by Sex +G2324,P_Bangladesh_25_44,Persons Bangladesh Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2324,Country of Birth of Person by Age by Sex +G2325,P_Bangladesh_45_54,Persons Bangladesh Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2325,Country of Birth of Person by Age by Sex +G2326,P_Bangladesh_55_64,Persons Bangladesh Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2326,Country of Birth of Person by Age by Sex +G2327,P_Bangladesh_65_74,Persons Bangladesh Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2327,Country of Birth of Person by Age by Sex +G2328,P_Bangladesh_75_84,Persons Bangladesh Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2328,Country of Birth of Person by Age by Sex +G2329,P_Bangladesh_85ov,Persons Bangladesh Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2329,Country of Birth of Person by Age by Sex +G2330,P_Bangladesh_Tot,Persons Bangladesh Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2330,Country of Birth of Person by Age by Sex +G2331,P_Bosnia_Herzegov_0_4,Persons Bosnia and Herzegovina Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2331,Country of Birth of Person by Age by Sex +G2332,P_Bosnia_Herzegov_5_14,Persons Bosnia and Herzegovina Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2332,Country of Birth of Person by Age by Sex +G2333,P_Bosnia_Herzegov_15_24,Persons Bosnia and Herzegovina Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2333,Country of Birth of Person by Age by Sex +G2334,P_Bosnia_Herzegov_25_44,Persons Bosnia and Herzegovina Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2334,Country of Birth of Person by Age by Sex +G2335,P_Bosnia_Herzegov_45_54,Persons Bosnia and Herzegovina Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2335,Country of Birth of Person by Age by Sex +G2336,P_Bosnia_Herzegov_55_64,Persons Bosnia and Herzegovina Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2336,Country of Birth of Person by Age by Sex +G2337,P_Bosnia_Herzegov_65_74,Persons Bosnia and Herzegovina Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2337,Country of Birth of Person by Age by Sex +G2338,P_Bosnia_Herzegov_75_84,Persons Bosnia and Herzegovina Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2338,Country of Birth of Person by Age by Sex +G2339,P_Bosnia_Herzegov_85ov,Persons Bosnia and Herzegovina Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2339,Country of Birth of Person by Age by Sex +G2340,P_Bosnia_Herzegov_Tot,Persons Bosnia and Herzegovina Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2340,Country of Birth of Person by Age by Sex +G2341,P_Cambodia_0_4,Persons Cambodia Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2341,Country of Birth of Person by Age by Sex +G2342,P_Cambodia_5_14,Persons Cambodia Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2342,Country of Birth of Person by Age by Sex +G2343,P_Cambodia_15_24,Persons Cambodia Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2343,Country of Birth of Person by Age by Sex +G2344,P_Cambodia_25_44,Persons Cambodia Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2344,Country of Birth of Person by Age by Sex +G2345,P_Cambodia_45_54,Persons Cambodia Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2345,Country of Birth of Person by Age by Sex +G2346,P_Cambodia_55_64,Persons Cambodia Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2346,Country of Birth of Person by Age by Sex +G2347,P_Cambodia_65_74,Persons Cambodia Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2347,Country of Birth of Person by Age by Sex +G2348,P_Cambodia_75_84,Persons Cambodia Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2348,Country of Birth of Person by Age by Sex +G2349,P_Cambodia_85ov,Persons Cambodia Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2349,Country of Birth of Person by Age by Sex +G2350,P_Cambodia_Tot,Persons Cambodia Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2350,Country of Birth of Person by Age by Sex +G2351,P_Canada_0_4,Persons Canada Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2351,Country of Birth of Person by Age by Sex +G2352,P_Canada_5_14,Persons Canada Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2352,Country of Birth of Person by Age by Sex +G2353,P_Canada_15_24,Persons Canada Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2353,Country of Birth of Person by Age by Sex +G2354,P_Canada_25_44,Persons Canada Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2354,Country of Birth of Person by Age by Sex +G2355,P_Canada_45_54,Persons Canada Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2355,Country of Birth of Person by Age by Sex +G2356,P_Canada_55_64,Persons Canada Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2356,Country of Birth of Person by Age by Sex +G2357,P_Canada_65_74,Persons Canada Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2357,Country of Birth of Person by Age by Sex +G2358,P_Canada_75_84,Persons Canada Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2358,Country of Birth of Person by Age by Sex +G2359,P_Canada_85ov,Persons Canada Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2359,Country of Birth of Person by Age by Sex +G2360,P_Canada_Tot,Persons Canada Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2360,Country of Birth of Person by Age by Sex +G2361,P_Chile_0_4,Persons Chile Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2361,Country of Birth of Person by Age by Sex +G2362,P_Chile_5_14,Persons Chile Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2362,Country of Birth of Person by Age by Sex +G2363,P_Chile_15_24,Persons Chile Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2363,Country of Birth of Person by Age by Sex +G2364,P_Chile_25_44,Persons Chile Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2364,Country of Birth of Person by Age by Sex +G2365,P_Chile_45_54,Persons Chile Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2365,Country of Birth of Person by Age by Sex +G2366,P_Chile_55_64,Persons Chile Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2366,Country of Birth of Person by Age by Sex +G2367,P_Chile_65_74,Persons Chile Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2367,Country of Birth of Person by Age by Sex +G2368,P_Chile_75_84,Persons Chile Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2368,Country of Birth of Person by Age by Sex +G2369,P_Chile_85ov,Persons Chile Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2369,Country of Birth of Person by Age by Sex +G2370,P_Chile_Tot,Persons Chile Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2370,Country of Birth of Person by Age by Sex +G2371,P_China_0_4,Persons China excludes SARs and Taiwan Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2371,Country of Birth of Person by Age by Sex +G2372,P_China_5_14,Persons China excludes SARs and Taiwan Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2372,Country of Birth of Person by Age by Sex +G2373,P_China_15_24,Persons China excludes SARs and Taiwan Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2373,Country of Birth of Person by Age by Sex +G2374,P_China_25_44,Persons China excludes SARs and Taiwan Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2374,Country of Birth of Person by Age by Sex +G2375,P_China_45_54,Persons China excludes SARs and Taiwan Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2375,Country of Birth of Person by Age by Sex +G2376,P_China_55_64,Persons China excludes SARs and Taiwan Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2376,Country of Birth of Person by Age by Sex +G2377,P_China_65_74,Persons China excludes SARs and Taiwan Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2377,Country of Birth of Person by Age by Sex +G2378,P_China_75_84,Persons China excludes SARs and Taiwan Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2378,Country of Birth of Person by Age by Sex +G2379,P_China_85ov,Persons China excludes SARs and Taiwan Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2379,Country of Birth of Person by Age by Sex +G2380,P_China_Tot,Persons China excludes SARs and Taiwan Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2380,Country of Birth of Person by Age by Sex +G2381,P_Croatia_0_4,Persons Croatia Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2381,Country of Birth of Person by Age by Sex +G2382,P_Croatia_5_14,Persons Croatia Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2382,Country of Birth of Person by Age by Sex +G2383,P_Croatia_15_24,Persons Croatia Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2383,Country of Birth of Person by Age by Sex +G2384,P_Croatia_25_44,Persons Croatia Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2384,Country of Birth of Person by Age by Sex +G2385,P_Croatia_45_54,Persons Croatia Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2385,Country of Birth of Person by Age by Sex +G2386,P_Croatia_55_64,Persons Croatia Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2386,Country of Birth of Person by Age by Sex +G2387,P_Croatia_65_74,Persons Croatia Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2387,Country of Birth of Person by Age by Sex +G2388,P_Croatia_75_84,Persons Croatia Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2388,Country of Birth of Person by Age by Sex +G2389,P_Croatia_85ov,Persons Croatia Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2389,Country of Birth of Person by Age by Sex +G2390,P_Croatia_Tot,Persons Croatia Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2390,Country of Birth of Person by Age by Sex +G2391,P_Egypt_0_4,Persons Egypt Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2391,Country of Birth of Person by Age by Sex +G2392,P_Egypt_5_14,Persons Egypt Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2392,Country of Birth of Person by Age by Sex +G2393,P_Egypt_15_24,Persons Egypt Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2393,Country of Birth of Person by Age by Sex +G2394,P_Egypt_25_44,Persons Egypt Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2394,Country of Birth of Person by Age by Sex +G2395,P_Egypt_45_54,Persons Egypt Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2395,Country of Birth of Person by Age by Sex +G2396,P_Egypt_55_64,Persons Egypt Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2396,Country of Birth of Person by Age by Sex +G2397,P_Egypt_65_74,Persons Egypt Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2397,Country of Birth of Person by Age by Sex +G2398,P_Egypt_75_84,Persons Egypt Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2398,Country of Birth of Person by Age by Sex +G2399,P_Egypt_85ov,Persons Egypt Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2399,Country of Birth of Person by Age by Sex +G2400,P_Egypt_Tot,Persons Egypt Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2400,Country of Birth of Person by Age by Sex +G2401,P_England_0_4,Persons England Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2401,Country of Birth of Person by Age by Sex +G2402,P_England_5_14,Persons England Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2402,Country of Birth of Person by Age by Sex +G2403,P_England_15_24,Persons England Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2403,Country of Birth of Person by Age by Sex +G2404,P_England_25_44,Persons England Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2404,Country of Birth of Person by Age by Sex +G2405,P_England_45_54,Persons England Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2405,Country of Birth of Person by Age by Sex +G2406,P_England_55_64,Persons England Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2406,Country of Birth of Person by Age by Sex +G2407,P_England_65_74,Persons England Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2407,Country of Birth of Person by Age by Sex +G2408,P_England_75_84,Persons England Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2408,Country of Birth of Person by Age by Sex +G2409,P_England_85ov,Persons England Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2409,Country of Birth of Person by Age by Sex +G2410,P_England_Tot,Persons England Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2410,Country of Birth of Person by Age by Sex +G2411,P_Fiji_0_4,Persons Fiji Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2411,Country of Birth of Person by Age by Sex +G2412,P_Fiji_5_14,Persons Fiji Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2412,Country of Birth of Person by Age by Sex +G2413,P_Fiji_15_24,Persons Fiji Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2413,Country of Birth of Person by Age by Sex +G2414,P_Fiji_25_44,Persons Fiji Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2414,Country of Birth of Person by Age by Sex +G2415,P_Fiji_45_54,Persons Fiji Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2415,Country of Birth of Person by Age by Sex +G2416,P_Fiji_55_64,Persons Fiji Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2416,Country of Birth of Person by Age by Sex +G2417,P_Fiji_65_74,Persons Fiji Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2417,Country of Birth of Person by Age by Sex +G2418,P_Fiji_75_84,Persons Fiji Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2418,Country of Birth of Person by Age by Sex +G2419,P_Fiji_85ov,Persons Fiji Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2419,Country of Birth of Person by Age by Sex +G2420,P_Fiji_Tot,Persons Fiji Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2420,Country of Birth of Person by Age by Sex +G2421,P_France_0_4,Persons France Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2421,Country of Birth of Person by Age by Sex +G2422,P_France_5_14,Persons France Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2422,Country of Birth of Person by Age by Sex +G2423,P_France_15_24,Persons France Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2423,Country of Birth of Person by Age by Sex +G2424,P_France_25_44,Persons France Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2424,Country of Birth of Person by Age by Sex +G2425,P_France_45_54,Persons France Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2425,Country of Birth of Person by Age by Sex +G2426,P_France_55_64,Persons France Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2426,Country of Birth of Person by Age by Sex +G2427,P_France_65_74,Persons France Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2427,Country of Birth of Person by Age by Sex +G2428,P_France_75_84,Persons France Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2428,Country of Birth of Person by Age by Sex +G2429,P_France_85ov,Persons France Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2429,Country of Birth of Person by Age by Sex +G2430,P_France_Tot,Persons France Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2430,Country of Birth of Person by Age by Sex +G2431,P_Germany_0_4,Persons Germany Age 0 4 years,Tot_P_P,G09F,people,nationality,Age: 0-4 years|PERSONS,,2431,Country of Birth of Person by Age by Sex +G2432,P_Germany_5_14,Persons Germany Age 5 14 years,Tot_P_P,G09F,people,nationality,Age: 5-14 years|PERSONS,,2432,Country of Birth of Person by Age by Sex +G2433,P_Germany_15_24,Persons Germany Age 15 24 years,Tot_P_P,G09F,people,nationality,Age: 15-24 years|PERSONS,,2433,Country of Birth of Person by Age by Sex +G2434,P_Germany_25_44,Persons Germany Age 25 44 years,Tot_P_P,G09F,people,nationality,Age: 25-44 years|PERSONS,,2434,Country of Birth of Person by Age by Sex +G2435,P_Germany_45_54,Persons Germany Age 45 54 years,Tot_P_P,G09F,people,nationality,Age: 45-54 years|PERSONS,,2435,Country of Birth of Person by Age by Sex +G2436,P_Germany_55_64,Persons Germany Age 55 64 years,Tot_P_P,G09F,people,nationality,Age: 55-64 years|PERSONS,,2436,Country of Birth of Person by Age by Sex +G2437,P_Germany_65_74,Persons Germany Age 65 74 years,Tot_P_P,G09F,people,nationality,Age: 65-74 years|PERSONS,,2437,Country of Birth of Person by Age by Sex +G2438,P_Germany_75_84,Persons Germany Age 75 84 years,Tot_P_P,G09F,people,nationality,Age: 75-84 years|PERSONS,,2438,Country of Birth of Person by Age by Sex +G2439,P_Germany_85ov,Persons Germany Age 85 years and over,Tot_P_P,G09F,people,nationality,Age: 85 years and over|PERSONS,,2439,Country of Birth of Person by Age by Sex +G2440,P_Germany_Tot,Persons Germany Total,Tot_P_P,G09F,people,nationality,Total|PERSONS,,2440,Country of Birth of Person by Age by Sex +G2441,P_Greece_0_4,Persons Greece Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2441,Country of Birth of Person by Age by Sex +G2442,P_Greece_5_14,Persons Greece Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2442,Country of Birth of Person by Age by Sex +G2443,P_Greece_15_24,Persons Greece Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2443,Country of Birth of Person by Age by Sex +G2444,P_Greece_25_44,Persons Greece Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2444,Country of Birth of Person by Age by Sex +G2445,P_Greece_45_54,Persons Greece Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2445,Country of Birth of Person by Age by Sex +G2446,P_Greece_55_64,Persons Greece Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2446,Country of Birth of Person by Age by Sex +G2447,P_Greece_65_74,Persons Greece Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2447,Country of Birth of Person by Age by Sex +G2448,P_Greece_75_84,Persons Greece Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2448,Country of Birth of Person by Age by Sex +G2449,P_Greece_85ov,Persons Greece Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2449,Country of Birth of Person by Age by Sex +G2450,P_Greece_Tot,Persons Greece Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2450,Country of Birth of Person by Age by Sex +G2451,P_Hong_Kong_0_4,Persons Hong Kong SAR of China Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2451,Country of Birth of Person by Age by Sex +G2452,P_Hong_Kong_5_14,Persons Hong Kong SAR of China Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2452,Country of Birth of Person by Age by Sex +G2453,P_Hong_Kong_15_24,Persons Hong Kong SAR of China Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2453,Country of Birth of Person by Age by Sex +G2454,P_Hong_Kong_25_44,Persons Hong Kong SAR of China Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2454,Country of Birth of Person by Age by Sex +G2455,P_Hong_Kong_45_54,Persons Hong Kong SAR of China Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2455,Country of Birth of Person by Age by Sex +G2456,P_Hong_Kong_55_64,Persons Hong Kong SAR of China Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2456,Country of Birth of Person by Age by Sex +G2457,P_Hong_Kong_65_74,Persons Hong Kong SAR of China Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2457,Country of Birth of Person by Age by Sex +G2458,P_Hong_Kong_75_84,Persons Hong Kong SAR of China Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2458,Country of Birth of Person by Age by Sex +G2459,P_Hong_Kong_85ov,Persons Hong Kong SAR of China Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2459,Country of Birth of Person by Age by Sex +G2460,P_Hong_Kong_Tot,Persons Hong Kong SAR of China Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2460,Country of Birth of Person by Age by Sex +G2461,P_India_0_4,Persons India Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2461,Country of Birth of Person by Age by Sex +G2462,P_India_5_14,Persons India Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2462,Country of Birth of Person by Age by Sex +G2463,P_India_15_24,Persons India Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2463,Country of Birth of Person by Age by Sex +G2464,P_India_25_44,Persons India Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2464,Country of Birth of Person by Age by Sex +G2465,P_India_45_54,Persons India Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2465,Country of Birth of Person by Age by Sex +G2466,P_India_55_64,Persons India Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2466,Country of Birth of Person by Age by Sex +G2467,P_India_65_74,Persons India Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2467,Country of Birth of Person by Age by Sex +G2468,P_India_75_84,Persons India Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2468,Country of Birth of Person by Age by Sex +G2469,P_India_85ov,Persons India Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2469,Country of Birth of Person by Age by Sex +G2470,P_India_Tot,Persons India Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2470,Country of Birth of Person by Age by Sex +G2471,P_Indonesia_0_4,Persons Indonesia Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2471,Country of Birth of Person by Age by Sex +G2472,P_Indonesia_5_14,Persons Indonesia Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2472,Country of Birth of Person by Age by Sex +G2473,P_Indonesia_15_24,Persons Indonesia Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2473,Country of Birth of Person by Age by Sex +G2474,P_Indonesia_25_44,Persons Indonesia Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2474,Country of Birth of Person by Age by Sex +G2475,P_Indonesia_45_54,Persons Indonesia Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2475,Country of Birth of Person by Age by Sex +G2476,P_Indonesia_55_64,Persons Indonesia Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2476,Country of Birth of Person by Age by Sex +G2477,P_Indonesia_65_74,Persons Indonesia Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2477,Country of Birth of Person by Age by Sex +G2478,P_Indonesia_75_84,Persons Indonesia Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2478,Country of Birth of Person by Age by Sex +G2479,P_Indonesia_85ov,Persons Indonesia Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2479,Country of Birth of Person by Age by Sex +G2480,P_Indonesia_Tot,Persons Indonesia Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2480,Country of Birth of Person by Age by Sex +G2481,P_Iran_0_4,Persons Iran Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2481,Country of Birth of Person by Age by Sex +G2482,P_Iran_5_14,Persons Iran Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2482,Country of Birth of Person by Age by Sex +G2483,P_Iran_15_24,Persons Iran Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2483,Country of Birth of Person by Age by Sex +G2484,P_Iran_25_44,Persons Iran Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2484,Country of Birth of Person by Age by Sex +G2485,P_Iran_45_54,Persons Iran Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2485,Country of Birth of Person by Age by Sex +G2486,P_Iran_55_64,Persons Iran Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2486,Country of Birth of Person by Age by Sex +G2487,P_Iran_65_74,Persons Iran Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2487,Country of Birth of Person by Age by Sex +G2488,P_Iran_75_84,Persons Iran Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2488,Country of Birth of Person by Age by Sex +G2489,P_Iran_85ov,Persons Iran Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2489,Country of Birth of Person by Age by Sex +G2490,P_Iran_Tot,Persons Iran Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2490,Country of Birth of Person by Age by Sex +G2491,P_Iraq_0_4,Persons Iraq Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2491,Country of Birth of Person by Age by Sex +G2492,P_Iraq_5_14,Persons Iraq Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2492,Country of Birth of Person by Age by Sex +G2493,P_Iraq_15_24,Persons Iraq Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2493,Country of Birth of Person by Age by Sex +G2494,P_Iraq_25_44,Persons Iraq Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2494,Country of Birth of Person by Age by Sex +G2495,P_Iraq_45_54,Persons Iraq Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2495,Country of Birth of Person by Age by Sex +G2496,P_Iraq_55_64,Persons Iraq Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2496,Country of Birth of Person by Age by Sex +G2497,P_Iraq_65_74,Persons Iraq Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2497,Country of Birth of Person by Age by Sex +G2498,P_Iraq_75_84,Persons Iraq Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2498,Country of Birth of Person by Age by Sex +G2499,P_Iraq_85ov,Persons Iraq Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2499,Country of Birth of Person by Age by Sex +G2500,P_Iraq_Tot,Persons Iraq Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2500,Country of Birth of Person by Age by Sex +G2501,P_Ireland_0_4,Persons Ireland Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2501,Country of Birth of Person by Age by Sex +G2502,P_Ireland_5_14,Persons Ireland Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2502,Country of Birth of Person by Age by Sex +G2503,P_Ireland_15_24,Persons Ireland Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2503,Country of Birth of Person by Age by Sex +G2504,P_Ireland_25_44,Persons Ireland Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2504,Country of Birth of Person by Age by Sex +G2505,P_Ireland_45_54,Persons Ireland Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2505,Country of Birth of Person by Age by Sex +G2506,P_Ireland_55_64,Persons Ireland Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2506,Country of Birth of Person by Age by Sex +G2507,P_Ireland_65_74,Persons Ireland Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2507,Country of Birth of Person by Age by Sex +G2508,P_Ireland_75_84,Persons Ireland Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2508,Country of Birth of Person by Age by Sex +G2509,P_Ireland_85ov,Persons Ireland Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2509,Country of Birth of Person by Age by Sex +G2510,P_Ireland_Tot,Persons Ireland Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2510,Country of Birth of Person by Age by Sex +G2511,P_Italy_0_4,Persons Italy Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2511,Country of Birth of Person by Age by Sex +G2512,P_Italy_5_14,Persons Italy Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2512,Country of Birth of Person by Age by Sex +G2513,P_Italy_15_24,Persons Italy Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2513,Country of Birth of Person by Age by Sex +G2514,P_Italy_25_44,Persons Italy Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2514,Country of Birth of Person by Age by Sex +G2515,P_Italy_45_54,Persons Italy Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2515,Country of Birth of Person by Age by Sex +G2516,P_Italy_55_64,Persons Italy Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2516,Country of Birth of Person by Age by Sex +G2517,P_Italy_65_74,Persons Italy Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2517,Country of Birth of Person by Age by Sex +G2518,P_Italy_75_84,Persons Italy Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2518,Country of Birth of Person by Age by Sex +G2519,P_Italy_85ov,Persons Italy Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2519,Country of Birth of Person by Age by Sex +G2520,P_Italy_Tot,Persons Italy Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2520,Country of Birth of Person by Age by Sex +G2521,P_Japan_0_4,Persons Japan Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2521,Country of Birth of Person by Age by Sex +G2522,P_Japan_5_14,Persons Japan Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2522,Country of Birth of Person by Age by Sex +G2523,P_Japan_15_24,Persons Japan Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2523,Country of Birth of Person by Age by Sex +G2524,P_Japan_25_44,Persons Japan Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2524,Country of Birth of Person by Age by Sex +G2525,P_Japan_45_54,Persons Japan Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2525,Country of Birth of Person by Age by Sex +G2526,P_Japan_55_64,Persons Japan Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2526,Country of Birth of Person by Age by Sex +G2527,P_Japan_65_74,Persons Japan Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2527,Country of Birth of Person by Age by Sex +G2528,P_Japan_75_84,Persons Japan Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2528,Country of Birth of Person by Age by Sex +G2529,P_Japan_85ov,Persons Japan Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2529,Country of Birth of Person by Age by Sex +G2530,P_Japan_Tot,Persons Japan Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2530,Country of Birth of Person by Age by Sex +G2531,P_Korea_South_0_4,Persons Korea Republic of South Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2531,Country of Birth of Person by Age by Sex +G2532,P_Korea_South_5_14,Persons Korea Republic of South Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2532,Country of Birth of Person by Age by Sex +G2533,P_Korea_South_15_24,Persons Korea Republic of South Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2533,Country of Birth of Person by Age by Sex +G2534,P_Korea_South_25_44,Persons Korea Republic of South Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2534,Country of Birth of Person by Age by Sex +G2535,P_Korea_South_45_54,Persons Korea Republic of South Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2535,Country of Birth of Person by Age by Sex +G2536,P_Korea_South_55_64,Persons Korea Republic of South Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2536,Country of Birth of Person by Age by Sex +G2537,P_Korea_South_65_74,Persons Korea Republic of South Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2537,Country of Birth of Person by Age by Sex +G2538,P_Korea_South_75_84,Persons Korea Republic of South Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2538,Country of Birth of Person by Age by Sex +G2539,P_Korea_South_85ov,Persons Korea Republic of South Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2539,Country of Birth of Person by Age by Sex +G2540,P_Korea_South_Tot,Persons Korea Republic of South Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2540,Country of Birth of Person by Age by Sex +G2541,P_Lebanon_0_4,Persons Lebanon Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2541,Country of Birth of Person by Age by Sex +G2542,P_Lebanon_5_14,Persons Lebanon Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2542,Country of Birth of Person by Age by Sex +G2543,P_Lebanon_15_24,Persons Lebanon Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2543,Country of Birth of Person by Age by Sex +G2544,P_Lebanon_25_44,Persons Lebanon Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2544,Country of Birth of Person by Age by Sex +G2545,P_Lebanon_45_54,Persons Lebanon Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2545,Country of Birth of Person by Age by Sex +G2546,P_Lebanon_55_64,Persons Lebanon Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2546,Country of Birth of Person by Age by Sex +G2547,P_Lebanon_65_74,Persons Lebanon Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2547,Country of Birth of Person by Age by Sex +G2548,P_Lebanon_75_84,Persons Lebanon Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2548,Country of Birth of Person by Age by Sex +G2549,P_Lebanon_85ov,Persons Lebanon Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2549,Country of Birth of Person by Age by Sex +G2550,P_Lebanon_Tot,Persons Lebanon Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2550,Country of Birth of Person by Age by Sex +G2551,P_Malaysia_0_4,Persons Malaysia Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2551,Country of Birth of Person by Age by Sex +G2552,P_Malaysia_5_14,Persons Malaysia Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2552,Country of Birth of Person by Age by Sex +G2553,P_Malaysia_15_24,Persons Malaysia Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2553,Country of Birth of Person by Age by Sex +G2554,P_Malaysia_25_44,Persons Malaysia Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2554,Country of Birth of Person by Age by Sex +G2555,P_Malaysia_45_54,Persons Malaysia Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2555,Country of Birth of Person by Age by Sex +G2556,P_Malaysia_55_64,Persons Malaysia Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2556,Country of Birth of Person by Age by Sex +G2557,P_Malaysia_65_74,Persons Malaysia Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2557,Country of Birth of Person by Age by Sex +G2558,P_Malaysia_75_84,Persons Malaysia Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2558,Country of Birth of Person by Age by Sex +G2559,P_Malaysia_85ov,Persons Malaysia Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2559,Country of Birth of Person by Age by Sex +G2560,P_Malaysia_Tot,Persons Malaysia Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2560,Country of Birth of Person by Age by Sex +G2561,P_Malta_0_4,Persons Malta Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2561,Country of Birth of Person by Age by Sex +G2562,P_Malta_5_14,Persons Malta Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2562,Country of Birth of Person by Age by Sex +G2563,P_Malta_15_24,Persons Malta Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2563,Country of Birth of Person by Age by Sex +G2564,P_Malta_25_44,Persons Malta Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2564,Country of Birth of Person by Age by Sex +G2565,P_Malta_45_54,Persons Malta Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2565,Country of Birth of Person by Age by Sex +G2566,P_Malta_55_64,Persons Malta Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2566,Country of Birth of Person by Age by Sex +G2567,P_Malta_65_74,Persons Malta Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2567,Country of Birth of Person by Age by Sex +G2568,P_Malta_75_84,Persons Malta Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2568,Country of Birth of Person by Age by Sex +G2569,P_Malta_85ov,Persons Malta Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2569,Country of Birth of Person by Age by Sex +G2570,P_Malta_Tot,Persons Malta Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2570,Country of Birth of Person by Age by Sex +G2571,P_Mauritius_0_4,Persons Mauritius Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2571,Country of Birth of Person by Age by Sex +G2572,P_Mauritius_5_14,Persons Mauritius Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2572,Country of Birth of Person by Age by Sex +G2573,P_Mauritius_15_24,Persons Mauritius Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2573,Country of Birth of Person by Age by Sex +G2574,P_Mauritius_25_44,Persons Mauritius Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2574,Country of Birth of Person by Age by Sex +G2575,P_Mauritius_45_54,Persons Mauritius Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2575,Country of Birth of Person by Age by Sex +G2576,P_Mauritius_55_64,Persons Mauritius Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2576,Country of Birth of Person by Age by Sex +G2577,P_Mauritius_65_74,Persons Mauritius Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2577,Country of Birth of Person by Age by Sex +G2578,P_Mauritius_75_84,Persons Mauritius Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2578,Country of Birth of Person by Age by Sex +G2579,P_Mauritius_85ov,Persons Mauritius Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2579,Country of Birth of Person by Age by Sex +G2580,P_Mauritius_Tot,Persons Mauritius Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2580,Country of Birth of Person by Age by Sex +G2581,P_Myanmar_0_4,Persons Myanmar Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2581,Country of Birth of Person by Age by Sex +G2582,P_Myanmar_5_14,Persons Myanmar Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2582,Country of Birth of Person by Age by Sex +G2583,P_Myanmar_15_24,Persons Myanmar Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2583,Country of Birth of Person by Age by Sex +G2584,P_Myanmar_25_44,Persons Myanmar Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2584,Country of Birth of Person by Age by Sex +G2585,P_Myanmar_45_54,Persons Myanmar Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2585,Country of Birth of Person by Age by Sex +G2586,P_Myanmar_55_64,Persons Myanmar Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2586,Country of Birth of Person by Age by Sex +G2587,P_Myanmar_65_74,Persons Myanmar Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2587,Country of Birth of Person by Age by Sex +G2588,P_Myanmar_75_84,Persons Myanmar Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2588,Country of Birth of Person by Age by Sex +G2589,P_Myanmar_85ov,Persons Myanmar Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2589,Country of Birth of Person by Age by Sex +G2590,P_Myanmar_Tot,Persons Myanmar Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2590,Country of Birth of Person by Age by Sex +G2591,P_Nepal_0_4,Persons Nepal Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2591,Country of Birth of Person by Age by Sex +G2592,P_Nepal_5_14,Persons Nepal Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2592,Country of Birth of Person by Age by Sex +G2593,P_Nepal_15_24,Persons Nepal Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2593,Country of Birth of Person by Age by Sex +G2594,P_Nepal_25_44,Persons Nepal Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2594,Country of Birth of Person by Age by Sex +G2595,P_Nepal_45_54,Persons Nepal Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2595,Country of Birth of Person by Age by Sex +G2596,P_Nepal_55_64,Persons Nepal Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2596,Country of Birth of Person by Age by Sex +G2597,P_Nepal_65_74,Persons Nepal Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2597,Country of Birth of Person by Age by Sex +G2598,P_Nepal_75_84,Persons Nepal Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2598,Country of Birth of Person by Age by Sex +G2599,P_Nepal_85ov,Persons Nepal Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2599,Country of Birth of Person by Age by Sex +G2600,P_Nepal_Tot,Persons Nepal Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2600,Country of Birth of Person by Age by Sex +G2601,P_Netherlands_0_4,Persons Netherlands Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2601,Country of Birth of Person by Age by Sex +G2602,P_Netherlands_5_14,Persons Netherlands Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2602,Country of Birth of Person by Age by Sex +G2603,P_Netherlands_15_24,Persons Netherlands Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2603,Country of Birth of Person by Age by Sex +G2604,P_Netherlands_25_44,Persons Netherlands Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2604,Country of Birth of Person by Age by Sex +G2605,P_Netherlands_45_54,Persons Netherlands Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2605,Country of Birth of Person by Age by Sex +G2606,P_Netherlands_55_64,Persons Netherlands Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2606,Country of Birth of Person by Age by Sex +G2607,P_Netherlands_65_74,Persons Netherlands Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2607,Country of Birth of Person by Age by Sex +G2608,P_Netherlands_75_84,Persons Netherlands Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2608,Country of Birth of Person by Age by Sex +G2609,P_Netherlands_85ov,Persons Netherlands Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2609,Country of Birth of Person by Age by Sex +G2610,P_Netherlands_Tot,Persons Netherlands Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2610,Country of Birth of Person by Age by Sex +G2611,P_New_Zealand_0_4,Persons New Zealand Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2611,Country of Birth of Person by Age by Sex +G2612,P_New_Zealand_5_14,Persons New Zealand Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2612,Country of Birth of Person by Age by Sex +G2613,P_New_Zealand_15_24,Persons New Zealand Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2613,Country of Birth of Person by Age by Sex +G2614,P_New_Zealand_25_44,Persons New Zealand Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2614,Country of Birth of Person by Age by Sex +G2615,P_New_Zealand_45_54,Persons New Zealand Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2615,Country of Birth of Person by Age by Sex +G2616,P_New_Zealand_55_64,Persons New Zealand Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2616,Country of Birth of Person by Age by Sex +G2617,P_New_Zealand_65_74,Persons New Zealand Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2617,Country of Birth of Person by Age by Sex +G2618,P_New_Zealand_75_84,Persons New Zealand Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2618,Country of Birth of Person by Age by Sex +G2619,P_New_Zealand_85ov,Persons New Zealand Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2619,Country of Birth of Person by Age by Sex +G2620,P_New_Zealand_Tot,Persons New Zealand Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2620,Country of Birth of Person by Age by Sex +G2621,P_Nthern_Ireland_0_4,Persons Northern Ireland Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2621,Country of Birth of Person by Age by Sex +G2622,P_Nthern_Ireland_5_14,Persons Northern Ireland Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2622,Country of Birth of Person by Age by Sex +G2623,P_Nthern_Ireland_15_24,Persons Northern Ireland Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2623,Country of Birth of Person by Age by Sex +G2624,P_Nthern_Ireland_25_44,Persons Northern Ireland Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2624,Country of Birth of Person by Age by Sex +G2625,P_Nthern_Ireland_45_54,Persons Northern Ireland Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2625,Country of Birth of Person by Age by Sex +G2626,P_Nthern_Ireland_55_64,Persons Northern Ireland Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2626,Country of Birth of Person by Age by Sex +G2627,P_Nthern_Ireland_65_74,Persons Northern Ireland Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2627,Country of Birth of Person by Age by Sex +G2628,P_Nthern_Ireland_75_84,Persons Northern Ireland Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2628,Country of Birth of Person by Age by Sex +G2629,P_Nthern_Ireland_85ov,Persons Northern Ireland Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2629,Country of Birth of Person by Age by Sex +G2630,P_Nthern_Ireland_Tot,Persons Northern Ireland Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2630,Country of Birth of Person by Age by Sex +G2631,P_Pakistan_0_4,Persons Pakistan Age 0 4 years,Tot_P_P,G09G,people,nationality,Age: 0-4 years|PERSONS,,2631,Country of Birth of Person by Age by Sex +G2632,P_Pakistan_5_14,Persons Pakistan Age 5 14 years,Tot_P_P,G09G,people,nationality,Age: 5-14 years|PERSONS,,2632,Country of Birth of Person by Age by Sex +G2633,P_Pakistan_15_24,Persons Pakistan Age 15 24 years,Tot_P_P,G09G,people,nationality,Age: 15-24 years|PERSONS,,2633,Country of Birth of Person by Age by Sex +G2634,P_Pakistan_25_44,Persons Pakistan Age 25 44 years,Tot_P_P,G09G,people,nationality,Age: 25-44 years|PERSONS,,2634,Country of Birth of Person by Age by Sex +G2635,P_Pakistan_45_54,Persons Pakistan Age 45 54 years,Tot_P_P,G09G,people,nationality,Age: 45-54 years|PERSONS,,2635,Country of Birth of Person by Age by Sex +G2636,P_Pakistan_55_64,Persons Pakistan Age 55 64 years,Tot_P_P,G09G,people,nationality,Age: 55-64 years|PERSONS,,2636,Country of Birth of Person by Age by Sex +G2637,P_Pakistan_65_74,Persons Pakistan Age 65 74 years,Tot_P_P,G09G,people,nationality,Age: 65-74 years|PERSONS,,2637,Country of Birth of Person by Age by Sex +G2638,P_Pakistan_75_84,Persons Pakistan Age 75 84 years,Tot_P_P,G09G,people,nationality,Age: 75-84 years|PERSONS,,2638,Country of Birth of Person by Age by Sex +G2639,P_Pakistan_85ov,Persons Pakistan Age 85 years and over,Tot_P_P,G09G,people,nationality,Age: 85 years and over|PERSONS,,2639,Country of Birth of Person by Age by Sex +G2640,P_Pakistan_Tot,Persons Pakistan Total,Tot_P_P,G09G,people,nationality,Total|PERSONS,,2640,Country of Birth of Person by Age by Sex +G2641,P_PNG_0_4,Persons Papua New Guinea Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2641,Country of Birth of Person by Age by Sex +G2642,P_PNG_5_14,Persons Papua New Guinea Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2642,Country of Birth of Person by Age by Sex +G2643,P_PNG_15_24,Persons Papua New Guinea Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2643,Country of Birth of Person by Age by Sex +G2644,P_PNG_25_44,Persons Papua New Guinea Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2644,Country of Birth of Person by Age by Sex +G2645,P_PNG_45_54,Persons Papua New Guinea Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2645,Country of Birth of Person by Age by Sex +G2646,P_PNG_55_64,Persons Papua New Guinea Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2646,Country of Birth of Person by Age by Sex +G2647,P_PNG_65_74,Persons Papua New Guinea Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2647,Country of Birth of Person by Age by Sex +G2648,P_PNG_75_84,Persons Papua New Guinea Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2648,Country of Birth of Person by Age by Sex +G2649,P_PNG_85ov,Persons Papua New Guinea Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2649,Country of Birth of Person by Age by Sex +G2650,P_PNG_Tot,Persons Papua New Guinea Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2650,Country of Birth of Person by Age by Sex +G2651,P_Philippines_0_4,Persons Philippines Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2651,Country of Birth of Person by Age by Sex +G2652,P_Philippines_5_14,Persons Philippines Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2652,Country of Birth of Person by Age by Sex +G2653,P_Philippines_15_24,Persons Philippines Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2653,Country of Birth of Person by Age by Sex +G2654,P_Philippines_25_44,Persons Philippines Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2654,Country of Birth of Person by Age by Sex +G2655,P_Philippines_45_54,Persons Philippines Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2655,Country of Birth of Person by Age by Sex +G2656,P_Philippines_55_64,Persons Philippines Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2656,Country of Birth of Person by Age by Sex +G2657,P_Philippines_65_74,Persons Philippines Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2657,Country of Birth of Person by Age by Sex +G2658,P_Philippines_75_84,Persons Philippines Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2658,Country of Birth of Person by Age by Sex +G2659,P_Philippines_85ov,Persons Philippines Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2659,Country of Birth of Person by Age by Sex +G2660,P_Philippines_Tot,Persons Philippines Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2660,Country of Birth of Person by Age by Sex +G2661,P_Poland_0_4,Persons Poland Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2661,Country of Birth of Person by Age by Sex +G2662,P_Poland_5_14,Persons Poland Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2662,Country of Birth of Person by Age by Sex +G2663,P_Poland_15_24,Persons Poland Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2663,Country of Birth of Person by Age by Sex +G2664,P_Poland_25_44,Persons Poland Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2664,Country of Birth of Person by Age by Sex +G2665,P_Poland_45_54,Persons Poland Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2665,Country of Birth of Person by Age by Sex +G2666,P_Poland_55_64,Persons Poland Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2666,Country of Birth of Person by Age by Sex +G2667,P_Poland_65_74,Persons Poland Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2667,Country of Birth of Person by Age by Sex +G2668,P_Poland_75_84,Persons Poland Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2668,Country of Birth of Person by Age by Sex +G2669,P_Poland_85ov,Persons Poland Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2669,Country of Birth of Person by Age by Sex +G2670,P_Poland_Tot,Persons Poland Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2670,Country of Birth of Person by Age by Sex +G2671,P_Scotland_0_4,Persons Scotland Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2671,Country of Birth of Person by Age by Sex +G2672,P_Scotland_5_14,Persons Scotland Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2672,Country of Birth of Person by Age by Sex +G2673,P_Scotland_15_24,Persons Scotland Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2673,Country of Birth of Person by Age by Sex +G2674,P_Scotland_25_44,Persons Scotland Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2674,Country of Birth of Person by Age by Sex +G2675,P_Scotland_45_54,Persons Scotland Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2675,Country of Birth of Person by Age by Sex +G2676,P_Scotland_55_64,Persons Scotland Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2676,Country of Birth of Person by Age by Sex +G2677,P_Scotland_65_74,Persons Scotland Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2677,Country of Birth of Person by Age by Sex +G2678,P_Scotland_75_84,Persons Scotland Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2678,Country of Birth of Person by Age by Sex +G2679,P_Scotland_85ov,Persons Scotland Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2679,Country of Birth of Person by Age by Sex +G2680,P_Scotland_Tot,Persons Scotland Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2680,Country of Birth of Person by Age by Sex +G2681,P_Singapore_0_4,Persons Singapore Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2681,Country of Birth of Person by Age by Sex +G2682,P_Singapore_5_14,Persons Singapore Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2682,Country of Birth of Person by Age by Sex +G2683,P_Singapore_15_24,Persons Singapore Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2683,Country of Birth of Person by Age by Sex +G2684,P_Singapore_25_44,Persons Singapore Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2684,Country of Birth of Person by Age by Sex +G2685,P_Singapore_45_54,Persons Singapore Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2685,Country of Birth of Person by Age by Sex +G2686,P_Singapore_55_64,Persons Singapore Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2686,Country of Birth of Person by Age by Sex +G2687,P_Singapore_65_74,Persons Singapore Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2687,Country of Birth of Person by Age by Sex +G2688,P_Singapore_75_84,Persons Singapore Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2688,Country of Birth of Person by Age by Sex +G2689,P_Singapore_85ov,Persons Singapore Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2689,Country of Birth of Person by Age by Sex +G2690,P_Singapore_Tot,Persons Singapore Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2690,Country of Birth of Person by Age by Sex +G2691,P_South_Africa_0_4,Persons South Africa Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2691,Country of Birth of Person by Age by Sex +G2692,P_South_Africa_5_14,Persons South Africa Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2692,Country of Birth of Person by Age by Sex +G2693,P_South_Africa_15_24,Persons South Africa Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2693,Country of Birth of Person by Age by Sex +G2694,P_South_Africa_25_44,Persons South Africa Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2694,Country of Birth of Person by Age by Sex +G2695,P_South_Africa_45_54,Persons South Africa Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2695,Country of Birth of Person by Age by Sex +G2696,P_South_Africa_55_64,Persons South Africa Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2696,Country of Birth of Person by Age by Sex +G2697,P_South_Africa_65_74,Persons South Africa Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2697,Country of Birth of Person by Age by Sex +G2698,P_South_Africa_75_84,Persons South Africa Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2698,Country of Birth of Person by Age by Sex +G2699,P_South_Africa_85ov,Persons South Africa Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2699,Country of Birth of Person by Age by Sex +G2700,P_South_Africa_Tot,Persons South Africa Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2700,Country of Birth of Person by Age by Sex +G2701,P_SE_Europe_nfd_0_4,Persons South Eastern Europe nfd Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2701,Country of Birth of Person by Age by Sex +G2702,P_SE_Europe_nfd_5_14,Persons South Eastern Europe nfd Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2702,Country of Birth of Person by Age by Sex +G2703,P_SE_Europe_nfd_15_24,Persons South Eastern Europe nfd Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2703,Country of Birth of Person by Age by Sex +G2704,P_SE_Europe_nfd_25_44,Persons South Eastern Europe nfd Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2704,Country of Birth of Person by Age by Sex +G2705,P_SE_Europe_nfd_45_54,Persons South Eastern Europe nfd Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2705,Country of Birth of Person by Age by Sex +G2706,P_SE_Europe_nfd_55_64,Persons South Eastern Europe nfd Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2706,Country of Birth of Person by Age by Sex +G2707,P_SE_Europe_nfd_65_74,Persons South Eastern Europe nfd Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2707,Country of Birth of Person by Age by Sex +G2708,P_SE_Europe_nfd_75_84,Persons South Eastern Europe nfd Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2708,Country of Birth of Person by Age by Sex +G2709,P_SE_Europe_nfd_85ov,Persons South Eastern Europe nfd Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2709,Country of Birth of Person by Age by Sex +G2710,P_SE_Europe_nfd_Tot,Persons South Eastern Europe nfd Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2710,Country of Birth of Person by Age by Sex +G2711,P_Sri_Lanka_0_4,Persons Sri Lanka Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2711,Country of Birth of Person by Age by Sex +G2712,P_Sri_Lanka_5_14,Persons Sri Lanka Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2712,Country of Birth of Person by Age by Sex +G2713,P_Sri_Lanka_15_24,Persons Sri Lanka Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2713,Country of Birth of Person by Age by Sex +G2714,P_Sri_Lanka_25_44,Persons Sri Lanka Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2714,Country of Birth of Person by Age by Sex +G2715,P_Sri_Lanka_45_54,Persons Sri Lanka Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2715,Country of Birth of Person by Age by Sex +G2716,P_Sri_Lanka_55_64,Persons Sri Lanka Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2716,Country of Birth of Person by Age by Sex +G2717,P_Sri_Lanka_65_74,Persons Sri Lanka Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2717,Country of Birth of Person by Age by Sex +G2718,P_Sri_Lanka_75_84,Persons Sri Lanka Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2718,Country of Birth of Person by Age by Sex +G2719,P_Sri_Lanka_85ov,Persons Sri Lanka Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2719,Country of Birth of Person by Age by Sex +G2720,P_Sri_Lanka_Tot,Persons Sri Lanka Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2720,Country of Birth of Person by Age by Sex +G2721,P_Taiwan_0_4,Persons Taiwan Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2721,Country of Birth of Person by Age by Sex +G2722,P_Taiwan_5_14,Persons Taiwan Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2722,Country of Birth of Person by Age by Sex +G2723,P_Taiwan_15_24,Persons Taiwan Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2723,Country of Birth of Person by Age by Sex +G2724,P_Taiwan_25_44,Persons Taiwan Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2724,Country of Birth of Person by Age by Sex +G2725,P_Taiwan_45_54,Persons Taiwan Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2725,Country of Birth of Person by Age by Sex +G2726,P_Taiwan_55_64,Persons Taiwan Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2726,Country of Birth of Person by Age by Sex +G2727,P_Taiwan_65_74,Persons Taiwan Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2727,Country of Birth of Person by Age by Sex +G2728,P_Taiwan_75_84,Persons Taiwan Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2728,Country of Birth of Person by Age by Sex +G2729,P_Taiwan_85ov,Persons Taiwan Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2729,Country of Birth of Person by Age by Sex +G2730,P_Taiwan_Tot,Persons Taiwan Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2730,Country of Birth of Person by Age by Sex +G2731,P_Thailand_0_4,Persons Thailand Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2731,Country of Birth of Person by Age by Sex +G2732,P_Thailand_5_14,Persons Thailand Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2732,Country of Birth of Person by Age by Sex +G2733,P_Thailand_15_24,Persons Thailand Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2733,Country of Birth of Person by Age by Sex +G2734,P_Thailand_25_44,Persons Thailand Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2734,Country of Birth of Person by Age by Sex +G2735,P_Thailand_45_54,Persons Thailand Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2735,Country of Birth of Person by Age by Sex +G2736,P_Thailand_55_64,Persons Thailand Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2736,Country of Birth of Person by Age by Sex +G2737,P_Thailand_65_74,Persons Thailand Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2737,Country of Birth of Person by Age by Sex +G2738,P_Thailand_75_84,Persons Thailand Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2738,Country of Birth of Person by Age by Sex +G2739,P_Thailand_85ov,Persons Thailand Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2739,Country of Birth of Person by Age by Sex +G2740,P_Thailand_Tot,Persons Thailand Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2740,Country of Birth of Person by Age by Sex +G2741,P_FYROM_0_4,Persons The Former Yugoslav Republic of Macedonia Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2741,Country of Birth of Person by Age by Sex +G2742,P_FYROM_5_14,Persons The Former Yugoslav Republic of Macedonia Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2742,Country of Birth of Person by Age by Sex +G2743,P_FYROM_15_24,Persons The Former Yugoslav Republic of Macedonia Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2743,Country of Birth of Person by Age by Sex +G2744,P_FYROM_25_44,Persons The Former Yugoslav Republic of Macedonia Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2744,Country of Birth of Person by Age by Sex +G2745,P_FYROM_45_54,Persons The Former Yugoslav Republic of Macedonia Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2745,Country of Birth of Person by Age by Sex +G2746,P_FYROM_55_64,Persons The Former Yugoslav Republic of Macedonia Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2746,Country of Birth of Person by Age by Sex +G2747,P_FYROM_65_74,Persons The Former Yugoslav Republic of Macedonia Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2747,Country of Birth of Person by Age by Sex +G2748,P_FYROM_75_84,Persons The Former Yugoslav Republic of Macedonia Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2748,Country of Birth of Person by Age by Sex +G2749,P_FYROM_85ov,Persons The Former Yugoslav Republic of Macedonia Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2749,Country of Birth of Person by Age by Sex +G2750,P_FYROM_Tot,Persons The Former Yugoslav Republic of Macedonia Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2750,Country of Birth of Person by Age by Sex +G2751,P_Turkey_0_4,Persons Turkey Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2751,Country of Birth of Person by Age by Sex +G2752,P_Turkey_5_14,Persons Turkey Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2752,Country of Birth of Person by Age by Sex +G2753,P_Turkey_15_24,Persons Turkey Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2753,Country of Birth of Person by Age by Sex +G2754,P_Turkey_25_44,Persons Turkey Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2754,Country of Birth of Person by Age by Sex +G2755,P_Turkey_45_54,Persons Turkey Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2755,Country of Birth of Person by Age by Sex +G2756,P_Turkey_55_64,Persons Turkey Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2756,Country of Birth of Person by Age by Sex +G2757,P_Turkey_65_74,Persons Turkey Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2757,Country of Birth of Person by Age by Sex +G2758,P_Turkey_75_84,Persons Turkey Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2758,Country of Birth of Person by Age by Sex +G2759,P_Turkey_85ov,Persons Turkey Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2759,Country of Birth of Person by Age by Sex +G2760,P_Turkey_Tot,Persons Turkey Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2760,Country of Birth of Person by Age by Sex +G2761,P_USA_0_4,Persons United States of America Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2761,Country of Birth of Person by Age by Sex +G2762,P_USA_5_14,Persons United States of America Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2762,Country of Birth of Person by Age by Sex +G2763,P_USA_15_24,Persons United States of America Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2763,Country of Birth of Person by Age by Sex +G2764,P_USA_25_44,Persons United States of America Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2764,Country of Birth of Person by Age by Sex +G2765,P_USA_45_54,Persons United States of America Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2765,Country of Birth of Person by Age by Sex +G2766,P_USA_55_64,Persons United States of America Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2766,Country of Birth of Person by Age by Sex +G2767,P_USA_65_74,Persons United States of America Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2767,Country of Birth of Person by Age by Sex +G2768,P_USA_75_84,Persons United States of America Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2768,Country of Birth of Person by Age by Sex +G2769,P_USA_85ov,Persons United States of America Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2769,Country of Birth of Person by Age by Sex +G2770,P_USA_Tot,Persons United States of America Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2770,Country of Birth of Person by Age by Sex +G2771,P_Vietnam_0_4,Persons Vietnam Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2771,Country of Birth of Person by Age by Sex +G2772,P_Vietnam_5_14,Persons Vietnam Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2772,Country of Birth of Person by Age by Sex +G2773,P_Vietnam_15_24,Persons Vietnam Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2773,Country of Birth of Person by Age by Sex +G2774,P_Vietnam_25_44,Persons Vietnam Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2774,Country of Birth of Person by Age by Sex +G2775,P_Vietnam_45_54,Persons Vietnam Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2775,Country of Birth of Person by Age by Sex +G2776,P_Vietnam_55_64,Persons Vietnam Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2776,Country of Birth of Person by Age by Sex +G2777,P_Vietnam_65_74,Persons Vietnam Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2777,Country of Birth of Person by Age by Sex +G2778,P_Vietnam_75_84,Persons Vietnam Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2778,Country of Birth of Person by Age by Sex +G2779,P_Vietnam_85ov,Persons Vietnam Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2779,Country of Birth of Person by Age by Sex +G2780,P_Vietnam_Tot,Persons Vietnam Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2780,Country of Birth of Person by Age by Sex +G2781,P_Wales_0_4,Persons Wales Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2781,Country of Birth of Person by Age by Sex +G2782,P_Wales_5_14,Persons Wales Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2782,Country of Birth of Person by Age by Sex +G2783,P_Wales_15_24,Persons Wales Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2783,Country of Birth of Person by Age by Sex +G2784,P_Wales_25_44,Persons Wales Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2784,Country of Birth of Person by Age by Sex +G2785,P_Wales_45_54,Persons Wales Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2785,Country of Birth of Person by Age by Sex +G2786,P_Wales_55_64,Persons Wales Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2786,Country of Birth of Person by Age by Sex +G2787,P_Wales_65_74,Persons Wales Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2787,Country of Birth of Person by Age by Sex +G2788,P_Wales_75_84,Persons Wales Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2788,Country of Birth of Person by Age by Sex +G2789,P_Wales_85ov,Persons Wales Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2789,Country of Birth of Person by Age by Sex +G2790,P_Wales_Tot,Persons Wales Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2790,Country of Birth of Person by Age by Sex +G2791,P_Zimbabwe_0_4,Persons Zimbabwe Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2791,Country of Birth of Person by Age by Sex +G2792,P_Zimbabwe_5_14,Persons Zimbabwe Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2792,Country of Birth of Person by Age by Sex +G2793,P_Zimbabwe_15_24,Persons Zimbabwe Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2793,Country of Birth of Person by Age by Sex +G2794,P_Zimbabwe_25_44,Persons Zimbabwe Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2794,Country of Birth of Person by Age by Sex +G2795,P_Zimbabwe_45_54,Persons Zimbabwe Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2795,Country of Birth of Person by Age by Sex +G2796,P_Zimbabwe_55_64,Persons Zimbabwe Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2796,Country of Birth of Person by Age by Sex +G2797,P_Zimbabwe_65_74,Persons Zimbabwe Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2797,Country of Birth of Person by Age by Sex +G2798,P_Zimbabwe_75_84,Persons Zimbabwe Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2798,Country of Birth of Person by Age by Sex +G2799,P_Zimbabwe_85ov,Persons Zimbabwe Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2799,Country of Birth of Person by Age by Sex +G2800,P_Zimbabwe_Tot,Persons Zimbabwe Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2800,Country of Birth of Person by Age by Sex +G2801,P_Elsewhere_0_4,Persons Born elsewhere Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2801,Country of Birth of Person by Age by Sex +G2802,P_Elsewhere_5_14,Persons Born elsewhere Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2802,Country of Birth of Person by Age by Sex +G2803,P_Elsewhere_15_24,Persons Born elsewhere Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2803,Country of Birth of Person by Age by Sex +G2804,P_Elsewhere_25_44,Persons Born elsewhere Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2804,Country of Birth of Person by Age by Sex +G2805,P_Elsewhere_45_54,Persons Born elsewhere Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2805,Country of Birth of Person by Age by Sex +G2806,P_Elsewhere_55_64,Persons Born elsewhere Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2806,Country of Birth of Person by Age by Sex +G2807,P_Elsewhere_65_74,Persons Born elsewhere Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2807,Country of Birth of Person by Age by Sex +G2808,P_Elsewhere_75_84,Persons Born elsewhere Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2808,Country of Birth of Person by Age by Sex +G2809,P_Elsewhere_85ov,Persons Born elsewhere Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2809,Country of Birth of Person by Age by Sex +G2810,P_Elsewhere_Tot,Persons Born elsewhere Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2810,Country of Birth of Person by Age by Sex +G2811,P_COB_NS_0_4,Persons Country of birth not stated Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2811,Country of Birth of Person by Age by Sex +G2812,P_COB_NS_5_14,Persons Country of birth not stated Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2812,Country of Birth of Person by Age by Sex +G2813,P_COB_NS_15_24,Persons Country of birth not stated Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2813,Country of Birth of Person by Age by Sex +G2814,P_COB_NS_25_44,Persons Country of birth not stated Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2814,Country of Birth of Person by Age by Sex +G2815,P_COB_NS_45_54,Persons Country of birth not stated Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2815,Country of Birth of Person by Age by Sex +G2816,P_COB_NS_55_64,Persons Country of birth not stated Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2816,Country of Birth of Person by Age by Sex +G2817,P_COB_NS_65_74,Persons Country of birth not stated Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2817,Country of Birth of Person by Age by Sex +G2818,P_COB_NS_75_84,Persons Country of birth not stated Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2818,Country of Birth of Person by Age by Sex +G2819,P_COB_NS_85ov,Persons Country of birth not stated Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2819,Country of Birth of Person by Age by Sex +G2820,P_COB_NS_Tot,Persons Country of birth not stated Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2820,Country of Birth of Person by Age by Sex +G2821,P_Tot_0_4,Persons Total Age 0 4 years,Tot_P_P,G09H,people,nationality,Age: 0-4 years|PERSONS,,2821,Country of Birth of Person by Age by Sex +G2822,P_Tot_5_14,Persons Total Age 5 14 years,Tot_P_P,G09H,people,nationality,Age: 5-14 years|PERSONS,,2822,Country of Birth of Person by Age by Sex +G2823,P_Tot_15_24,Persons Total Age 15 24 years,Tot_P_P,G09H,people,nationality,Age: 15-24 years|PERSONS,,2823,Country of Birth of Person by Age by Sex +G2824,P_Tot_25_44,Persons Total Age 25 44 years,Tot_P_P,G09H,people,nationality,Age: 25-44 years|PERSONS,,2824,Country of Birth of Person by Age by Sex +G2825,P_Tot_45_54,Persons Total Age 45 54 years,Tot_P_P,G09H,people,nationality,Age: 45-54 years|PERSONS,,2825,Country of Birth of Person by Age by Sex +G2826,P_Tot_55_64,Persons Total Age 55 64 years,Tot_P_P,G09H,people,nationality,Age: 55-64 years|PERSONS,,2826,Country of Birth of Person by Age by Sex +G2827,P_Tot_65_74,Persons Total Age 65 74 years,Tot_P_P,G09H,people,nationality,Age: 65-74 years|PERSONS,,2827,Country of Birth of Person by Age by Sex +G2828,P_Tot_75_84,Persons Total Age 75 84 years,Tot_P_P,G09H,people,nationality,Age: 75-84 years|PERSONS,,2828,Country of Birth of Person by Age by Sex +G2829,P_Tot_85ov,Persons Total Age 85 years and over,Tot_P_P,G09H,people,nationality,Age: 85 years and over|PERSONS,,2829,Country of Birth of Person by Age by Sex +G2830,P_Tot_Tot,Persons Total Total,Tot_P_P,G09H,people,nationality,Total|PERSONS,,2830,Country of Birth of Person by Age by Sex +G5349,P_LSatH_NS_SEO,Persons Language spoken at home not stated Speaks English only,Tot_P_P,G13D,people,language,Speaks English only|PERSONS,,5349,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5350,P_LSatH_NS_SOLSE_VWorW,Persons Language spoken at home not stated Speaks other language and speaks English Very well or well,Tot_P_P,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5350,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5351,P_LSatH_NS_SOLSE_NWorNAA,Persons Language spoken at home not stated Speaks other language and speaks English Not well or not at all,Tot_P_P,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5351,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5352,P_LSatH_NS_SOLSE_Tot,Persons Language spoken at home not stated Speaks other language and speaks English Total,Tot_P_P,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5352,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5353,P_LSatH_NS_NS,Persons Language spoken at home not stated Not stated,Tot_P_P,G13D,people,language,Not stated|PERSONS,,5353,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5354,P_LSatH_NS_Tot,Persons Language spoken at home not stated Total,Tot_P_P,G13D,people,language,Total|PERSONS,,5354,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5355,P_Tot_SEO,Persons Total Speaks English only,Tot_P_P,G13D,people,language,Speaks English only|PERSONS,,5355,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5356,P_Tot_SOLSE_VWorW,Persons Total Speaks other language and speaks English Very well or well,Tot_P_P,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5356,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5357,P_Tot_SOLSE_NWorNAA,Persons Total Speaks other language and speaks English Not well or not at all,Tot_P_P,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5357,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5358,P_Tot_SOLSE_Tot,Persons Total Speaks other language and speaks English Total,Tot_P_P,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5358,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5359,P_Tot_NS,Persons Total Not stated,Tot_P_P,G13D,people,language,Not stated|PERSONS,,5359,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5360,P_Tot_Tot,Persons Total Total,Tot_P_P,G13D,people,language,Total|PERSONS,,5360,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5363,Buddhism_P,Buddhism Persons,Tot_P_P,G14,people,religion,Persons,,5363,Religious Affiliation by Sex +G5366,Christianity_Anglican_P,Christianity Anglican Persons,Tot_P_P,G14,people,religion,Persons,,5366,Religious Affiliation by Sex +G5369,Christianity_Asyrin_Apstlic_P,Christianity Assyrian Apostolic Persons,Tot_P_P,G14,people,religion,Persons,,5369,Religious Affiliation by Sex +G5372,Christianity_Baptist_P,Christianity Baptist Persons,Tot_P_P,G14,people,religion,Persons,,5372,Religious Affiliation by Sex +G5375,Christianity_Brethren_P,Christianity Brethren Persons,Tot_P_P,G14,people,religion,Persons,,5375,Religious Affiliation by Sex +G5378,Christianity_Catholic_P,Christianity Catholic Persons,Tot_P_P,G14,people,religion,Persons,,5378,Religious Affiliation by Sex +G5381,Christianity_Church_Christ_P,Christianity Churches of Christ Persons,Tot_P_P,G14,people,religion,Persons,,5381,Religious Affiliation by Sex +G5384,Christianity_Eastrn_Orthdox_P,Christianity Eastern Orthodox Persons,Tot_P_P,G14,people,religion,Persons,,5384,Religious Affiliation by Sex +G5387,Christinty_Jehvahs_Witnses_P,Christianity Jehovahs Witnesses Persons,Tot_P_P,G14,people,religion,Persons,,5387,Religious Affiliation by Sex +G5390,Christianity_Lattr_day_Snts_P,Christianity Latter day Saints Persons,Tot_P_P,G14,people,religion,Persons,,5390,Religious Affiliation by Sex +G5393,Christianity_Lutheran_P,Christianity Lutheran Persons,Tot_P_P,G14,people,religion,Persons,,5393,Religious Affiliation by Sex +G5396,Christianity_Orintal_Orthdx_P,Christianity Oriental Orthodox Persons,Tot_P_P,G14,people,religion,Persons,,5396,Religious Affiliation by Sex +G5399,Christianity_Othr_Protestnt_P,Christianity Other Protestant Persons,Tot_P_P,G14,people,religion,Persons,,5399,Religious Affiliation by Sex +G5402,Christianity_Pentecostal_P,Christianity Pentecostal Persons,Tot_P_P,G14,people,religion,Persons,,5402,Religious Affiliation by Sex +G5405,Christinty_Prsbytrin_Refrmd_P,Christianity Presbyterian and Reformed Persons,Tot_P_P,G14,people,religion,Persons,,5405,Religious Affiliation by Sex +G5408,Christianity_Salvation_Army_P,Christianity Salvation Army Persons,Tot_P_P,G14,people,religion,Persons,,5408,Religious Affiliation by Sex +G5411,Christnty_Sevnth_dy_Advntst_P,Christianity Seventh day Adventist Persons,Tot_P_P,G14,people,religion,Persons,,5411,Religious Affiliation by Sex +G5414,Christianity_Uniting_Church_P,Christianity Uniting Church Persons,Tot_P_P,G14,people,religion,Persons,,5414,Religious Affiliation by Sex +G5417,Christianity_Christian_nfd_P,Christianity Christianity nfd Persons,Tot_P_P,G14,people,religion,Persons,,5417,Religious Affiliation by Sex +G5420,Christianity_Othr_Christian_P,Christianity Other Christian Persons,Tot_P_P,G14,people,religion,Persons,,5420,Religious Affiliation by Sex +G5423,Christianity_Tot_P,Christianity Total Persons,Tot_P_P,G14,people,religion,Persons,,5423,Religious Affiliation by Sex +G5426,Hinduism_P,Hinduism Persons,Tot_P_P,G14,people,religion,Persons,,5426,Religious Affiliation by Sex +G5429,Islam_P,Islam Persons,Tot_P_P,G14,people,religion,Persons,,5429,Religious Affiliation by Sex +G5432,Judaism_P,Judaism Persons,Tot_P_P,G14,people,religion,Persons,,5432,Religious Affiliation by Sex +G5435,Othr_Rel_Aust_Abor_Trad_Rel_P,Other Religions Australian Aboriginal Traditional Religions Persons,Tot_P_P,G14,people,religion,Persons,,5435,Religious Affiliation by Sex +G5438,Othr_Rel_Sikhism_P,Other Religions Sikhism Persons,Tot_P_P,G14,people,religion,Persons,,5438,Religious Affiliation by Sex +G5441,Othr_Reln_Other_reln_groups_P,Other Religions Other religious groups Persons,Tot_P_P,G14,people,religion,Persons,,5441,Religious Affiliation by Sex +G5444,Other_Religions_Tot_P,Other Religions Total Persons,Tot_P_P,G14,people,religion,Persons,,5444,Religious Affiliation by Sex +G5447,SB_OSB_NRA_NR_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Persons,Tot_P_P,G14,people,religion,Persons,,5447,Religious Affiliation by Sex +G5450,SB_OSB_NRA_SB_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Persons,Tot_P_P,G14,people,religion,Persons,,5450,Religious Affiliation by Sex +G5453,SB_OSB_NRA_OSB_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Persons,Tot_P_P,G14,people,religion,Persons,,5453,Religious Affiliation by Sex +G5456,SB_OSB_NRA_Tot_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Persons,Tot_P_P,G14,people,religion,Persons,,5456,Religious Affiliation by Sex +G5459,Religious_affiliation_ns_P,Religious affiliation Not Stated Persons,Tot_P_P,G14,people,religion,Persons,,5459,Religious Affiliation by Sex +G5462,Tot_P,Total Persons,Tot_P_P,G14,people,religion,Persons,,5462,Religious Affiliation by Sex +G5465,Pre_school_P,Pre school Persons,Tot_P_P,G15,people,education,Persons,,5465,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5468,Infants_Primary_Government_P,Infants Primary Government Persons,Tot_P_P,G15,people,education,Persons,,5468,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5471,Infants_Primary_Catholic_P,Infants Primary Catholic Persons,Tot_P_P,G15,people,education,Persons,,5471,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5474,Infnts_Primry_Othr_Non_Govt_P,Infants Primary Other Non Government Persons,Tot_P_P,G15,people,education,Persons,,5474,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5477,Infants_Primary_Tot_P,Infants Primary Total Persons,Tot_P_P,G15,people,education,Persons,,5477,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5480,Secondary_Government_P,Secondary Government Persons,Tot_P_P,G15,people,education,Persons,,5480,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5483,Secondary_Catholic_P,Secondary Catholic Persons,Tot_P_P,G15,people,education,Persons,,5483,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5486,Secondary_Other_Non_Govt_P,Secondary Other Non Government Persons,Tot_P_P,G15,people,education,Persons,,5486,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5489,Secondary_Tot_P,Secondary Total Persons,Tot_P_P,G15,people,education,Persons,,5489,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5492,Tec_Furt_Educ_inst_Ft_15_24_P,Technical or Further Educational institution Full time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5492,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5495,Tec_Furt_Educ_inst_Ft_25_ov_P,Technical or Further Educational institution Full time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5495,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5498,Tec_Furt_Educ_inst_Pt_15_24_P,Technical or Further Educational institution Part time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5498,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5501,Tec_Furt_Educ_inst_Pt_25_ov_P,Technical or Further Educational institution Part time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5501,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5504,Tec_Furt_Educ_inst_F_Pt_ns_P,Technical or Further Educational institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5504,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5507,Tec_Furt_Educ_inst_Tot_P,Technical or Further Educational institution Total Persons,Tot_P_P,G15,people,education,Persons,,5507,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5510,Uni_othr_Tert_Inst_Ft_15_24_P,University or other Tertiary Institution Full time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5510,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5513,Uni_othr_Tert_Inst_Ft_25_ov_P,University or other Tertiary Institution Full time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5513,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5516,Uni_othr_Tert_Inst_Pt_15_24_P,University or other Tertiary Institution Part time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5516,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5519,Uni_othr_Tert_Inst_Pt_25_ov_P,University or other Tertiary Institution Part time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5519,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5522,Uni_othr_Tert_Inst_F_Pt_ns_P,University or other Tertiary Institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5522,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5525,Uni_other_Tert_Instit_Tot_P,University or other Tertiary Institution Total Persons,Tot_P_P,G15,people,education,Persons,,5525,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5528,Othr_typ_educ_inst_Ft_stud_P,Other type of educational institution Full time student Persons,Tot_P_P,G15,people,education,Persons,,5528,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5531,Othr_typ_educ_inst_Pt_stud_P,Other type of educational institution Part time student Persons,Tot_P_P,G15,people,education,Persons,,5531,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5534,Oth_typ_ed_instit_F_Pt_ns_P,Other type of educational institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5534,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5537,Other_type_educ_instit_Tot_P,Other type of educational institution Total Persons,Tot_P_P,G15,people,education,Persons,,5537,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5540,Type_educanl_institution_ns_P,Type of educational institution not stated Persons,Tot_P_P,G15,people,education,Persons,,5540,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5543,Tot_P,Total Persons,Tot_P_P,G15,people,education,Persons,,5543,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5704,P_Y12e_15_19,Persons Year 12 or equivalent Age 15 19 years,Tot_P_P,G16A,people,education,15-19 years|PERSONS,,5704,Highest Year of School Completed by Age by Sex +G5705,P_Y12e_20_24,Persons Year 12 or equivalent Age 20 24 years,Tot_P_P,G16A,people,education,20-24 years|PERSONS,,5705,Highest Year of School Completed by Age by Sex +G5706,P_Y12e_25_34,Persons Year 12 or equivalent Age 25 34 years,Tot_P_P,G16A,people,education,25-34 years|PERSONS,,5706,Highest Year of School Completed by Age by Sex +G5707,P_Y12e_35_44,Persons Year 12 or equivalent Age 35 44 years,Tot_P_P,G16A,people,education,35-44 years|PERSONS,,5707,Highest Year of School Completed by Age by Sex +G5708,P_Y12e_45_54,Persons Year 12 or equivalent Age 45 54 years,Tot_P_P,G16A,people,education,45-54 years|PERSONS,,5708,Highest Year of School Completed by Age by Sex +G5709,P_Y12e_55_64,Persons Year 12 or equivalent Age 55 64 years,Tot_P_P,G16A,people,education,55-64 years|PERSONS,,5709,Highest Year of School Completed by Age by Sex +G5710,P_Y12e_65_74,Persons Year 12 or equivalent Age 65 74 years,Tot_P_P,G16A,people,education,65-74 years|PERSONS,,5710,Highest Year of School Completed by Age by Sex +G5711,P_Y12e_75_84,Persons Year 12 or equivalent Age 75 84 years,Tot_P_P,G16A,people,education,75-84 years|PERSONS,,5711,Highest Year of School Completed by Age by Sex +G5712,P_Y12e_85ov,Persons Year 12 or equivalent Age 85 years and over,Tot_P_P,G16A,people,education,85 years and over|PERSONS,,5712,Highest Year of School Completed by Age by Sex +G5713,P_Y12e_Tot,Persons Year 12 or equivalent Total,Tot_P_P,G16A,people,education,Total|PERSONS,,5713,Highest Year of School Completed by Age by Sex +G5714,P_Y11e_15_19,Persons Year 11 or equivalent Age 15 19 years,Tot_P_P,G16A,people,education,15-19 years|PERSONS,,5714,Highest Year of School Completed by Age by Sex +G5715,P_Y11e_20_24,Persons Year 11 or equivalent Age 20 24 years,Tot_P_P,G16A,people,education,20-24 years|PERSONS,,5715,Highest Year of School Completed by Age by Sex +G5716,P_Y11e_25_34,Persons Year 11 or equivalent Age 25 34 years,Tot_P_P,G16A,people,education,25-34 years|PERSONS,,5716,Highest Year of School Completed by Age by Sex +G5717,P_Y11e_35_44,Persons Year 11 or equivalent Age 35 44 years,Tot_P_P,G16A,people,education,35-44 years|PERSONS,,5717,Highest Year of School Completed by Age by Sex +G5718,P_Y11e_45_54,Persons Year 11 or equivalent Age 45 54 years,Tot_P_P,G16A,people,education,45-54 years|PERSONS,,5718,Highest Year of School Completed by Age by Sex +G5719,P_Y11e_55_64,Persons Year 11 or equivalent Age 55 64 years,Tot_P_P,G16A,people,education,55-64 years|PERSONS,,5719,Highest Year of School Completed by Age by Sex +G5720,P_Y11e_65_74,Persons Year 11 or equivalent Age 65 74 years,Tot_P_P,G16A,people,education,65-74 years|PERSONS,,5720,Highest Year of School Completed by Age by Sex +G5721,P_Y11e_75_84,Persons Year 11 or equivalent Age 75 84 years,Tot_P_P,G16A,people,education,75-84 years|PERSONS,,5721,Highest Year of School Completed by Age by Sex +G5722,P_Y11e_85ov,Persons Year 11 or equivalent Age 85 years and over,Tot_P_P,G16A,people,education,85 years and over|PERSONS,,5722,Highest Year of School Completed by Age by Sex +G5723,P_Y11e_Tot,Persons Year 11 or equivalent Total,Tot_P_P,G16A,people,education,Total|PERSONS,,5723,Highest Year of School Completed by Age by Sex +G5724,P_Y10e_15_19,Persons Year 10 or equivalent Age 15 19 years,Tot_P_P,G16A,people,education,15-19 years|PERSONS,,5724,Highest Year of School Completed by Age by Sex +G5725,P_Y10e_20_24,Persons Year 10 or equivalent Age 20 24 years,Tot_P_P,G16A,people,education,20-24 years|PERSONS,,5725,Highest Year of School Completed by Age by Sex +G5726,P_Y10e_25_34,Persons Year 10 or equivalent Age 25 34 years,Tot_P_P,G16A,people,education,25-34 years|PERSONS,,5726,Highest Year of School Completed by Age by Sex +G5727,P_Y10e_35_44,Persons Year 10 or equivalent Age 35 44 years,Tot_P_P,G16A,people,education,35-44 years|PERSONS,,5727,Highest Year of School Completed by Age by Sex +G5728,P_Y10e_45_54,Persons Year 10 or equivalent Age 45 54 years,Tot_P_P,G16A,people,education,45-54 years|PERSONS,,5728,Highest Year of School Completed by Age by Sex +G5729,P_Y10e_55_64,Persons Year 10 or equivalent Age 55 64 years,Tot_P_P,G16A,people,education,55-64 years|PERSONS,,5729,Highest Year of School Completed by Age by Sex +G5730,P_Y10e_65_74,Persons Year 10 or equivalent Age 65 74 years,Tot_P_P,G16A,people,education,65-74 years|PERSONS,,5730,Highest Year of School Completed by Age by Sex +G5731,P_Y10e_75_84,Persons Year 10 or equivalent Age 75 84 years,Tot_P_P,G16A,people,education,75-84 years|PERSONS,,5731,Highest Year of School Completed by Age by Sex +G5732,P_Y10e_85ov,Persons Year 10 or equivalent Age 85 years and over,Tot_P_P,G16A,people,education,85 years and over|PERSONS,,5732,Highest Year of School Completed by Age by Sex +G5733,P_Y10e_Tot,Persons Year 10 or equivalent Total,Tot_P_P,G16A,people,education,Total|PERSONS,,5733,Highest Year of School Completed by Age by Sex +G5734,P_Y9e_15_19,Persons Year 9 or equivalent Age 15 19 years,Tot_P_P,G16A,people,education,15-19 years|PERSONS,,5734,Highest Year of School Completed by Age by Sex +G5735,P_Y9e_20_24,Persons Year 9 or equivalent Age 20 24 years,Tot_P_P,G16A,people,education,20-24 years|PERSONS,,5735,Highest Year of School Completed by Age by Sex +G5736,P_Y9e_25_34,Persons Year 9 or equivalent Age 25 34 years,Tot_P_P,G16A,people,education,25-34 years|PERSONS,,5736,Highest Year of School Completed by Age by Sex +G5737,P_Y9e_35_44,Persons Year 9 or equivalent Age 35 44 years,Tot_P_P,G16A,people,education,35-44 years|PERSONS,,5737,Highest Year of School Completed by Age by Sex +G5738,P_Y9e_45_54,Persons Year 9 or equivalent Age 45 54 years,Tot_P_P,G16A,people,education,45-54 years|PERSONS,,5738,Highest Year of School Completed by Age by Sex +G5739,P_Y9e_55_64,Persons Year 9 or equivalent Age 55 64 years,Tot_P_P,G16A,people,education,55-64 years|PERSONS,,5739,Highest Year of School Completed by Age by Sex +G5740,P_Y9e_65_74,Persons Year 9 or equivalent Age 65 74 years,Tot_P_P,G16A,people,education,65-74 years|PERSONS,,5740,Highest Year of School Completed by Age by Sex +G5741,P_Y9e_75_84,Persons Year 9 or equivalent Age 75 84 years,Tot_P_P,G16A,people,education,75-84 years|PERSONS,,5741,Highest Year of School Completed by Age by Sex +G5742,P_Y9e_85ov,Persons Year 9 or equivalent Age 85 years and over,Tot_P_P,G16A,people,education,85 years and over|PERSONS,,5742,Highest Year of School Completed by Age by Sex +G5743,P_Y9e_Tot,Persons Year 9 or equivalent Total,Tot_P_P,G16A,people,education,Total|PERSONS,,5743,Highest Year of School Completed by Age by Sex +G5744,P_Y8b_15_19_yrs,Persons Year 8 or below Age 15 19 years,Tot_P_P,G16B,people,education,15-19 years|PERSONS,,5744,Highest Year of School Completed by Age by Sex +G5745,P_Y8b_20_24_yrs,Persons Year 8 or below Age 20 24 years,Tot_P_P,G16B,people,education,20-24 years|PERSONS,,5745,Highest Year of School Completed by Age by Sex +G5746,P_Y8b_25_34_yrs,Persons Year 8 or below Age 25 34 years,Tot_P_P,G16B,people,education,25-34 years|PERSONS,,5746,Highest Year of School Completed by Age by Sex +G5747,P_Y8b_35_44_yrs,Persons Year 8 or below Age 35 44 years,Tot_P_P,G16B,people,education,35-44 years|PERSONS,,5747,Highest Year of School Completed by Age by Sex +G5748,P_Y8b_45_54_yrs,Persons Year 8 or below Age 45 54 years,Tot_P_P,G16B,people,education,45-54 years|PERSONS,,5748,Highest Year of School Completed by Age by Sex +G5749,P_Y8b_55_64_yrs,Persons Year 8 or below Age 55 64 years,Tot_P_P,G16B,people,education,55-64 years|PERSONS,,5749,Highest Year of School Completed by Age by Sex +G5750,P_Y8b_65_74_yrs,Persons Year 8 or below Age 65 74 years,Tot_P_P,G16B,people,education,65-74 years|PERSONS,,5750,Highest Year of School Completed by Age by Sex +G5751,P_Y8b_75_84_yrs,Persons Year 8 or below Age 75 84 years,Tot_P_P,G16B,people,education,75-84 years|PERSONS,,5751,Highest Year of School Completed by Age by Sex +G5752,P_Y8b_85ov,Persons Year 8 or below Age 85 years and over,Tot_P_P,G16B,people,education,85 years and over|PERSONS,,5752,Highest Year of School Completed by Age by Sex +G5753,P_Y8b_Tot,Persons Year 8 or below Total,Tot_P_P,G16B,people,education,Total|PERSONS,,5753,Highest Year of School Completed by Age by Sex +G5754,P_DNGTS_15_19,Persons Did not go to school Age 15 19 years,Tot_P_P,G16B,people,education,15-19 years|PERSONS,,5754,Highest Year of School Completed by Age by Sex +G5755,P_DNGTS_20_24,Persons Did not go to school Age 20 24 years,Tot_P_P,G16B,people,education,20-24 years|PERSONS,,5755,Highest Year of School Completed by Age by Sex +G5756,P_DNGTS_25_34,Persons Did not go to school Age 25 34 years,Tot_P_P,G16B,people,education,25-34 years|PERSONS,,5756,Highest Year of School Completed by Age by Sex +G5757,P_DNGTS_35_44,Persons Did not go to school Age 35 44 years,Tot_P_P,G16B,people,education,35-44 years|PERSONS,,5757,Highest Year of School Completed by Age by Sex +G5758,P_DNGTS_45_54,Persons Did not go to school Age 45 54 years,Tot_P_P,G16B,people,education,45-54 years|PERSONS,,5758,Highest Year of School Completed by Age by Sex +G5759,P_DNGTS_55_64,Persons Did not go to school Age 55 64 years,Tot_P_P,G16B,people,education,55-64 years|PERSONS,,5759,Highest Year of School Completed by Age by Sex +G5760,P_DNGTS_65_74,Persons Did not go to school Age 65 74 years,Tot_P_P,G16B,people,education,65-74 years|PERSONS,,5760,Highest Year of School Completed by Age by Sex +G5761,P_DNGTS_75_84,Persons Did not go to school Age 75 84 years,Tot_P_P,G16B,people,education,75-84 years|PERSONS,,5761,Highest Year of School Completed by Age by Sex +G5762,P_DNGTS_85_ov,Persons Did not go to school Age 85 years and over,Tot_P_P,G16B,people,education,85 years and over|PERSONS,,5762,Highest Year of School Completed by Age by Sex +G5763,P_DNGTS_Tot,Persons Did not go to school Total,Tot_P_P,G16B,people,education,Total|PERSONS,,5763,Highest Year of School Completed by Age by Sex +G5764,P_Hghst_yr_schl_ns_15_19_yrs,Persons Highest year of school not stated Age 15 19 years,Tot_P_P,G16B,people,education,15-19 years|PERSONS,,5764,Highest Year of School Completed by Age by Sex +G5765,P_Hghst_yr_schl_ns_20_24_yrs,Persons Highest year of school not stated Age 20 24 years,Tot_P_P,G16B,people,education,20-24 years|PERSONS,,5765,Highest Year of School Completed by Age by Sex +G5766,P_Hghst_yr_schl_ns_25_34_yrs,Persons Highest year of school not stated Age 25 34 years,Tot_P_P,G16B,people,education,25-34 years|PERSONS,,5766,Highest Year of School Completed by Age by Sex +G5767,P_Hghst_yr_schl_ns_35_44_yrs,Persons Highest year of school not stated Age 35 44 years,Tot_P_P,G16B,people,education,35-44 years|PERSONS,,5767,Highest Year of School Completed by Age by Sex +G5768,P_Hghst_yr_schl_ns_45_54_yrs,Persons Highest year of school not stated Age 45 54 years,Tot_P_P,G16B,people,education,45-54 years|PERSONS,,5768,Highest Year of School Completed by Age by Sex +G5769,P_Hghst_yr_schl_ns_55_64_yrs,Persons Highest year of school not stated Age 55 64 years,Tot_P_P,G16B,people,education,55-64 years|PERSONS,,5769,Highest Year of School Completed by Age by Sex +G5770,P_Hghst_yr_schl_ns_65_74_yrs,Persons Highest year of school not stated Age 65 74 years,Tot_P_P,G16B,people,education,65-74 years|PERSONS,,5770,Highest Year of School Completed by Age by Sex +G5771,P_Hghst_yr_schl_ns_75_84_yrs,Persons Highest year of school not stated Age 75 84 years,Tot_P_P,G16B,people,education,75-84 years|PERSONS,,5771,Highest Year of School Completed by Age by Sex +G5772,P_Hghst_yr_schl_ns_85_yrs_ovr,Persons Highest year of school not stated Age 85 years and over,Tot_P_P,G16B,people,education,85 years and over|PERSONS,,5772,Highest Year of School Completed by Age by Sex +G5773,P_Hghst_yr_schl_ns_Tot,Persons Highest year of school not stated Total,Tot_P_P,G16B,people,education,Total|PERSONS,,5773,Highest Year of School Completed by Age by Sex +G5774,P_Tot_15_19_yrs,Persons Total Age 15 19 years,Tot_P_P,G16B,people,education,15-19 years|PERSONS,,5774,Highest Year of School Completed by Age by Sex +G5775,P_Tot_20_24_yrs,Persons Total Age 20 24 years,Tot_P_P,G16B,people,education,20-24 years|PERSONS,,5775,Highest Year of School Completed by Age by Sex +G5776,P_Tot_25_34_yrs,Persons Total Age 25 34 years,Tot_P_P,G16B,people,education,25-34 years|PERSONS,,5776,Highest Year of School Completed by Age by Sex +G5777,P_Tot_35_44_yrs,Persons Total Age 35 44 years,Tot_P_P,G16B,people,education,35-44 years|PERSONS,,5777,Highest Year of School Completed by Age by Sex +G5778,P_Tot_45_54_yrs,Persons Total Age 45 54 years,Tot_P_P,G16B,people,education,45-54 years|PERSONS,,5778,Highest Year of School Completed by Age by Sex +G5779,P_Tot_55_64_yrs,Persons Total Age 55 64 years,Tot_P_P,G16B,people,education,55-64 years|PERSONS,,5779,Highest Year of School Completed by Age by Sex +G5780,P_Tot_65_74_yrs,Persons Total Age 65 74 years,Tot_P_P,G16B,people,education,65-74 years|PERSONS,,5780,Highest Year of School Completed by Age by Sex +G5781,P_Tot_75_84_yrs,Persons Total Age 75 84 years,Tot_P_P,G16B,people,education,75-84 years|PERSONS,,5781,Highest Year of School Completed by Age by Sex +G5782,P_Tot_85ov,Persons Total Age 85 years and over,Tot_P_P,G16B,people,education,85 years and over|PERSONS,,5782,Highest Year of School Completed by Age by Sex +G5783,P_Tot_Tot,Persons Total Total,Tot_P_P,G16B,people,education,Total|PERSONS,,5783,Highest Year of School Completed by Age by Sex +G6104,P_Neg_Nil_income_15_19_yrs,Persons Negative Nil income Age 15 19 years,Tot_P_P,G17B,people,age_gender|income,15-19 years|PERSONS,,6104,Total Personal Income (Weekly) by Age by Sex +G6105,P_Neg_Nil_income_20_24_yrs,Persons Negative Nil income Age 20 24 years,Tot_P_P,G17B,people,age_gender|income,20-24 years|PERSONS,,6105,Total Personal Income (Weekly) by Age by Sex +G6106,P_Neg_Nil_income_25_34_yrs,Persons Negative Nil income Age 25 34 years,Tot_P_P,G17B,people,age_gender|income,25-34 years|PERSONS,,6106,Total Personal Income (Weekly) by Age by Sex +G6107,P_Neg_Nil_income_35_44_yrs,Persons Negative Nil income Age 35 44 years,Tot_P_P,G17B,people,age_gender|income,35-44 years|PERSONS,,6107,Total Personal Income (Weekly) by Age by Sex +G6108,P_Neg_Nil_income_45_54_yrs,Persons Negative Nil income Age 45 54 years,Tot_P_P,G17B,people,age_gender|income,45-54 years|PERSONS,,6108,Total Personal Income (Weekly) by Age by Sex +G6109,P_Neg_Nil_income_55_64_yrs,Persons Negative Nil income Age 55 64 years,Tot_P_P,G17B,people,age_gender|income,55-64 years|PERSONS,,6109,Total Personal Income (Weekly) by Age by Sex +G6110,P_Neg_Nil_income_65_74_yrs,Persons Negative Nil income Age 65 74 years,Tot_P_P,G17B,people,age_gender|income,65-74 years|PERSONS,,6110,Total Personal Income (Weekly) by Age by Sex +G6111,P_Neg_Nil_income_75_84_yrs,Persons Negative Nil income Age 75 84 years,Tot_P_P,G17B,people,age_gender|income,75-84 years|PERSONS,,6111,Total Personal Income (Weekly) by Age by Sex +G6112,P_Negtve_Nil_incme_85_yrs_ovr,Persons Negative Nil income Age 85 years and over,Tot_P_P,G17B,people,age_gender|income,85 years and over|PERSONS,,6112,Total Personal Income (Weekly) by Age by Sex +G6113,P_Neg_Nil_income_Tot,Persons Negative Nil income Total,Tot_P_P,G17B,people,age_gender|income,Total|PERSONS,,6113,Total Personal Income (Weekly) by Age by Sex +G6114,P_1_149_15_19_yrs,Persons 1 149 Age 15 19 years,Tot_P_P,G17B,people,age_gender|income,15-19 years|PERSONS,,6114,Total Personal Income (Weekly) by Age by Sex +G6115,P_1_149_20_24_yrs,Persons 1 149 Age 20 24 years,Tot_P_P,G17B,people,age_gender|income,20-24 years|PERSONS,,6115,Total Personal Income (Weekly) by Age by Sex +G6116,P_1_149_25_34_yrs,Persons 1 149 Age 25 34 years,Tot_P_P,G17B,people,age_gender|income,25-34 years|PERSONS,,6116,Total Personal Income (Weekly) by Age by Sex +G6117,P_1_149_35_44_yrs,Persons 1 149 Age 35 44 years,Tot_P_P,G17B,people,age_gender|income,35-44 years|PERSONS,,6117,Total Personal Income (Weekly) by Age by Sex +G6118,P_1_149_45_54_yrs,Persons 1 149 Age 45 54 years,Tot_P_P,G17B,people,age_gender|income,45-54 years|PERSONS,,6118,Total Personal Income (Weekly) by Age by Sex +G6119,P_1_149_55_64_yrs,Persons 1 149 Age 55 64 years,Tot_P_P,G17B,people,age_gender|income,55-64 years|PERSONS,,6119,Total Personal Income (Weekly) by Age by Sex +G6120,P_1_149_65_74_yrs,Persons 1 149 Age 65 74 years,Tot_P_P,G17B,people,age_gender|income,65-74 years|PERSONS,,6120,Total Personal Income (Weekly) by Age by Sex +G6121,P_1_149_75_84_yrs,Persons 1 149 Age 75 84 years,Tot_P_P,G17B,people,age_gender|income,75-84 years|PERSONS,,6121,Total Personal Income (Weekly) by Age by Sex +G6122,P_1_149_85ov,Persons 1 149 Age 85 years and over,Tot_P_P,G17B,people,age_gender|income,85 years and over|PERSONS,,6122,Total Personal Income (Weekly) by Age by Sex +G6123,P_1_149_Tot,Persons 1 149 Total,Tot_P_P,G17B,people,age_gender|income,Total|PERSONS,,6123,Total Personal Income (Weekly) by Age by Sex +G6124,P_150_299_15_19_yrs,Persons 150 299 Age 15 19 years,Tot_P_P,G17B,people,age_gender|income,15-19 years|PERSONS,,6124,Total Personal Income (Weekly) by Age by Sex +G6125,P_150_299_20_24_yrs,Persons 150 299 Age 20 24 years,Tot_P_P,G17B,people,age_gender|income,20-24 years|PERSONS,,6125,Total Personal Income (Weekly) by Age by Sex +G6126,P_150_299_25_34_yrs,Persons 150 299 Age 25 34 years,Tot_P_P,G17B,people,age_gender|income,25-34 years|PERSONS,,6126,Total Personal Income (Weekly) by Age by Sex +G6127,P_150_299_35_44_yrs,Persons 150 299 Age 35 44 years,Tot_P_P,G17B,people,age_gender|income,35-44 years|PERSONS,,6127,Total Personal Income (Weekly) by Age by Sex +G6128,P_150_299_45_54_yrs,Persons 150 299 Age 45 54 years,Tot_P_P,G17B,people,age_gender|income,45-54 years|PERSONS,,6128,Total Personal Income (Weekly) by Age by Sex +G6129,P_150_299_55_64_yrs,Persons 150 299 Age 55 64 years,Tot_P_P,G17B,people,age_gender|income,55-64 years|PERSONS,,6129,Total Personal Income (Weekly) by Age by Sex +G6130,P_150_299_65_74_yrs,Persons 150 299 Age 65 74 years,Tot_P_P,G17B,people,age_gender|income,65-74 years|PERSONS,,6130,Total Personal Income (Weekly) by Age by Sex +G6131,P_150_299_75_84_yrs,Persons 150 299 Age 75 84 years,Tot_P_P,G17B,people,age_gender|income,75-84 years|PERSONS,,6131,Total Personal Income (Weekly) by Age by Sex +G6132,P_150_299_85ov,Persons 150 299 Age 85 years and over,Tot_P_P,G17B,people,age_gender|income,85 years and over|PERSONS,,6132,Total Personal Income (Weekly) by Age by Sex +G6133,P_150_299_Tot,Persons 150 299 Total,Tot_P_P,G17B,people,age_gender|income,Total|PERSONS,,6133,Total Personal Income (Weekly) by Age by Sex +G6134,P_300_399_15_19_yrs,Persons 300 399 Age 15 19 years,Tot_P_P,G17B,people,age_gender|income,15-19 years|PERSONS,,6134,Total Personal Income (Weekly) by Age by Sex +G6135,P_300_399_20_24_yrs,Persons 300 399 Age 20 24 years,Tot_P_P,G17B,people,age_gender|income,20-24 years|PERSONS,,6135,Total Personal Income (Weekly) by Age by Sex +G6136,P_300_399_25_34_yrs,Persons 300 399 Age 25 34 years,Tot_P_P,G17B,people,age_gender|income,25-34 years|PERSONS,,6136,Total Personal Income (Weekly) by Age by Sex +G6137,P_300_399_35_44_yrs,Persons 300 399 Age 35 44 years,Tot_P_P,G17B,people,age_gender|income,35-44 years|PERSONS,,6137,Total Personal Income (Weekly) by Age by Sex +G6138,P_300_399_45_54_yrs,Persons 300 399 Age 45 54 years,Tot_P_P,G17B,people,age_gender|income,45-54 years|PERSONS,,6138,Total Personal Income (Weekly) by Age by Sex +G6139,P_300_399_55_64_yrs,Persons 300 399 Age 55 64 years,Tot_P_P,G17B,people,age_gender|income,55-64 years|PERSONS,,6139,Total Personal Income (Weekly) by Age by Sex +G6140,P_300_399_65_74_yrs,Persons 300 399 Age 65 74 years,Tot_P_P,G17B,people,age_gender|income,65-74 years|PERSONS,,6140,Total Personal Income (Weekly) by Age by Sex +G6141,P_300_399_75_84_yrs,Persons 300 399 Age 75 84 years,Tot_P_P,G17B,people,age_gender|income,75-84 years|PERSONS,,6141,Total Personal Income (Weekly) by Age by Sex +G6142,P_300_399_85ov,Persons 300 399 Age 85 years and over,Tot_P_P,G17B,people,age_gender|income,85 years and over|PERSONS,,6142,Total Personal Income (Weekly) by Age by Sex +G6143,P_300_399_Tot,Persons 300 399 Total,Tot_P_P,G17B,people,age_gender|income,Total|PERSONS,,6143,Total Personal Income (Weekly) by Age by Sex +G6144,P_400_499_15_19_yrs,Persons 400 499 Age 15 19 years,Tot_P_P,G17B,people,age_gender|income,15-19 years|PERSONS,,6144,Total Personal Income (Weekly) by Age by Sex +G6145,P_400_499_20_24_yrs,Persons 400 499 Age 20 24 years,Tot_P_P,G17B,people,age_gender|income,20-24 years|PERSONS,,6145,Total Personal Income (Weekly) by Age by Sex +G6146,P_400_499_25_34_yrs,Persons 400 499 Age 25 34 years,Tot_P_P,G17B,people,age_gender|income,25-34 years|PERSONS,,6146,Total Personal Income (Weekly) by Age by Sex +G6147,P_400_499_35_44_yrs,Persons 400 499 Age 35 44 years,Tot_P_P,G17B,people,age_gender|income,35-44 years|PERSONS,,6147,Total Personal Income (Weekly) by Age by Sex +G6148,P_400_499_45_54_yrs,Persons 400 499 Age 45 54 years,Tot_P_P,G17B,people,age_gender|income,45-54 years|PERSONS,,6148,Total Personal Income (Weekly) by Age by Sex +G6149,P_400_499_55_64_yrs,Persons 400 499 Age 55 64 years,Tot_P_P,G17B,people,age_gender|income,55-64 years|PERSONS,,6149,Total Personal Income (Weekly) by Age by Sex +G6150,P_400_499_65_74_yrs,Persons 400 499 Age 65 74 years,Tot_P_P,G17B,people,age_gender|income,65-74 years|PERSONS,,6150,Total Personal Income (Weekly) by Age by Sex +G6151,P_400_499_75_84_yrs,Persons 400 499 Age 75 84 years,Tot_P_P,G17B,people,age_gender|income,75-84 years|PERSONS,,6151,Total Personal Income (Weekly) by Age by Sex +G6152,P_400_499_85ov,Persons 400 499 Age 85 years and over,Tot_P_P,G17B,people,age_gender|income,85 years and over|PERSONS,,6152,Total Personal Income (Weekly) by Age by Sex +G6153,P_400_499_Tot,Persons 400 499 Total,Tot_P_P,G17B,people,age_gender|income,Total|PERSONS,,6153,Total Personal Income (Weekly) by Age by Sex +G6154,P_500_649_15_19_yrs,Persons 500 649 Age 15 19 years,Tot_P_P,G17B,people,age_gender|income,15-19 years|PERSONS,,6154,Total Personal Income (Weekly) by Age by Sex +G6155,P_500_649_20_24_yrs,Persons 500 649 Age 20 24 years,Tot_P_P,G17B,people,age_gender|income,20-24 years|PERSONS,,6155,Total Personal Income (Weekly) by Age by Sex +G6156,P_500_649_25_34_yrs,Persons 500 649 Age 25 34 years,Tot_P_P,G17B,people,age_gender|income,25-34 years|PERSONS,,6156,Total Personal Income (Weekly) by Age by Sex +G6157,P_500_649_35_44_yrs,Persons 500 649 Age 35 44 years,Tot_P_P,G17B,people,age_gender|income,35-44 years|PERSONS,,6157,Total Personal Income (Weekly) by Age by Sex +G6158,P_500_649_45_54_yrs,Persons 500 649 Age 45 54 years,Tot_P_P,G17B,people,age_gender|income,45-54 years|PERSONS,,6158,Total Personal Income (Weekly) by Age by Sex +G6159,P_500_649_55_64_yrs,Persons 500 649 Age 55 64 years,Tot_P_P,G17B,people,age_gender|income,55-64 years|PERSONS,,6159,Total Personal Income (Weekly) by Age by Sex +G6160,P_500_649_65_74_yrs,Persons 500 649 Age 65 74 years,Tot_P_P,G17B,people,age_gender|income,65-74 years|PERSONS,,6160,Total Personal Income (Weekly) by Age by Sex +G6161,P_500_649_75_84_yrs,Persons 500 649 Age 75 84 years,Tot_P_P,G17B,people,age_gender|income,75-84 years|PERSONS,,6161,Total Personal Income (Weekly) by Age by Sex +G6162,P_500_649_85ov,Persons 500 649 Age 85 years and over,Tot_P_P,G17B,people,age_gender|income,85 years and over|PERSONS,,6162,Total Personal Income (Weekly) by Age by Sex +G6163,P_500_649_Tot,Persons 500 649 Total,Tot_P_P,G17B,people,age_gender|income,Total|PERSONS,,6163,Total Personal Income (Weekly) by Age by Sex +G6164,P_650_799_15_19_yrs,Persons 650 799 Age 15 19 years,Tot_P_P,G17B,people,age_gender|income,15-19 years|PERSONS,,6164,Total Personal Income (Weekly) by Age by Sex +G6165,P_650_799_20_24_yrs,Persons 650 799 Age 20 24 years,Tot_P_P,G17B,people,age_gender|income,20-24 years|PERSONS,,6165,Total Personal Income (Weekly) by Age by Sex +G6166,P_650_799_25_34_yrs,Persons 650 799 Age 25 34 years,Tot_P_P,G17B,people,age_gender|income,25-34 years|PERSONS,,6166,Total Personal Income (Weekly) by Age by Sex +G6167,P_650_799_35_44_yrs,Persons 650 799 Age 35 44 years,Tot_P_P,G17B,people,age_gender|income,35-44 years|PERSONS,,6167,Total Personal Income (Weekly) by Age by Sex +G6168,P_650_799_45_54_yrs,Persons 650 799 Age 45 54 years,Tot_P_P,G17B,people,age_gender|income,45-54 years|PERSONS,,6168,Total Personal Income (Weekly) by Age by Sex +G6169,P_650_799_55_64_yrs,Persons 650 799 Age 55 64 years,Tot_P_P,G17B,people,age_gender|income,55-64 years|PERSONS,,6169,Total Personal Income (Weekly) by Age by Sex +G6170,P_650_799_65_74_yrs,Persons 650 799 Age 65 74 years,Tot_P_P,G17B,people,age_gender|income,65-74 years|PERSONS,,6170,Total Personal Income (Weekly) by Age by Sex +G6171,P_650_799_75_84_yrs,Persons 650 799 Age 75 84 years,Tot_P_P,G17B,people,age_gender|income,75-84 years|PERSONS,,6171,Total Personal Income (Weekly) by Age by Sex +G6172,P_650_799_85ov,Persons 650 799 Age 85 years and over,Tot_P_P,G17B,people,age_gender|income,85 years and over|PERSONS,,6172,Total Personal Income (Weekly) by Age by Sex +G6173,P_650_799_Tot,Persons 650 799 Total,Tot_P_P,G17B,people,age_gender|income,Total|PERSONS,,6173,Total Personal Income (Weekly) by Age by Sex +G6174,P_800_999_15_19_yrs,Persons 800 999 Age 15 19 years,Tot_P_P,G17B,people,age_gender|income,15-19 years|PERSONS,,6174,Total Personal Income (Weekly) by Age by Sex +G6175,P_800_999_20_24_yrs,Persons 800 999 Age 20 24 years,Tot_P_P,G17B,people,age_gender|income,20-24 years|PERSONS,,6175,Total Personal Income (Weekly) by Age by Sex +G6176,P_800_999_25_34_yrs,Persons 800 999 Age 25 34 years,Tot_P_P,G17B,people,age_gender|income,25-34 years|PERSONS,,6176,Total Personal Income (Weekly) by Age by Sex +G6177,P_800_999_35_44_yrs,Persons 800 999 Age 35 44 years,Tot_P_P,G17B,people,age_gender|income,35-44 years|PERSONS,,6177,Total Personal Income (Weekly) by Age by Sex +G6178,P_800_999_45_54_yrs,Persons 800 999 Age 45 54 years,Tot_P_P,G17B,people,age_gender|income,45-54 years|PERSONS,,6178,Total Personal Income (Weekly) by Age by Sex +G6179,P_800_999_55_64_yrs,Persons 800 999 Age 55 64 years,Tot_P_P,G17B,people,age_gender|income,55-64 years|PERSONS,,6179,Total Personal Income (Weekly) by Age by Sex +G6180,P_800_999_65_74_yrs,Persons 800 999 Age 65 74 years,Tot_P_P,G17B,people,age_gender|income,65-74 years|PERSONS,,6180,Total Personal Income (Weekly) by Age by Sex +G6181,P_800_999_75_84_yrs,Persons 800 999 Age 75 84 years,Tot_P_P,G17B,people,age_gender|income,75-84 years|PERSONS,,6181,Total Personal Income (Weekly) by Age by Sex +G6182,P_800_999_85ov,Persons 800 999 Age 85 years and over,Tot_P_P,G17B,people,age_gender|income,85 years and over|PERSONS,,6182,Total Personal Income (Weekly) by Age by Sex +G6183,P_800_999_Tot,Persons 800 999 Total,Tot_P_P,G17B,people,age_gender|income,Total|PERSONS,,6183,Total Personal Income (Weekly) by Age by Sex +G6184,P_1000_1249_15_19_yrs,Persons 1000 1249 Age 15 19 years,Tot_P_P,G17C,people,age_gender|income,15-19 years|PERSONS,,6184,Total Personal Income (Weekly) by Age by Sex +G6185,P_1000_1249_20_24_yrs,Persons 1000 1249 Age 20 24 years,Tot_P_P,G17C,people,age_gender|income,20-24 years|PERSONS,,6185,Total Personal Income (Weekly) by Age by Sex +G6186,P_1000_1249_25_34_yrs,Persons 1000 1249 Age 25 34 years,Tot_P_P,G17C,people,age_gender|income,25-34 years|PERSONS,,6186,Total Personal Income (Weekly) by Age by Sex +G6187,P_1000_1249_35_44_yrs,Persons 1000 1249 Age 35 44 years,Tot_P_P,G17C,people,age_gender|income,35-44 years|PERSONS,,6187,Total Personal Income (Weekly) by Age by Sex +G6188,P_1000_1249_45_54_yrs,Persons 1000 1249 Age 45 54 years,Tot_P_P,G17C,people,age_gender|income,45-54 years|PERSONS,,6188,Total Personal Income (Weekly) by Age by Sex +G6189,P_1000_1249_55_64_yrs,Persons 1000 1249 Age 55 64 years,Tot_P_P,G17C,people,age_gender|income,55-64 years|PERSONS,,6189,Total Personal Income (Weekly) by Age by Sex +G6190,P_1000_1249_65_74_yrs,Persons 1000 1249 Age 65 74 years,Tot_P_P,G17C,people,age_gender|income,65-74 years|PERSONS,,6190,Total Personal Income (Weekly) by Age by Sex +G6191,P_1000_1249_75_84_yrs,Persons 1000 1249 Age 75 84 years,Tot_P_P,G17C,people,age_gender|income,75-84 years|PERSONS,,6191,Total Personal Income (Weekly) by Age by Sex +G6192,P_1000_1249_85ov,Persons 1000 1249 Age 85 years and over,Tot_P_P,G17C,people,age_gender|income,85 years and over|PERSONS,,6192,Total Personal Income (Weekly) by Age by Sex +G6193,P_1000_1249_Tot,Persons 1000 1249 Total,Tot_P_P,G17C,people,age_gender|income,Total|PERSONS,,6193,Total Personal Income (Weekly) by Age by Sex +G6194,P_1250_1499_15_19_yrs,Persons 1250 1499 Age 15 19 years,Tot_P_P,G17C,people,age_gender|income,15-19 years|PERSONS,,6194,Total Personal Income (Weekly) by Age by Sex +G6195,P_1250_1499_20_24_yrs,Persons 1250 1499 Age 20 24 years,Tot_P_P,G17C,people,age_gender|income,20-24 years|PERSONS,,6195,Total Personal Income (Weekly) by Age by Sex +G6196,P_1250_1499_25_34_yrs,Persons 1250 1499 Age 25 34 years,Tot_P_P,G17C,people,age_gender|income,25-34 years|PERSONS,,6196,Total Personal Income (Weekly) by Age by Sex +G6197,P_1250_1499_35_44_yrs,Persons 1250 1499 Age 35 44 years,Tot_P_P,G17C,people,age_gender|income,35-44 years|PERSONS,,6197,Total Personal Income (Weekly) by Age by Sex +G6198,P_1250_1499_45_54_yrs,Persons 1250 1499 Age 45 54 years,Tot_P_P,G17C,people,age_gender|income,45-54 years|PERSONS,,6198,Total Personal Income (Weekly) by Age by Sex +G6199,P_1250_1499_55_64_yrs,Persons 1250 1499 Age 55 64 years,Tot_P_P,G17C,people,age_gender|income,55-64 years|PERSONS,,6199,Total Personal Income (Weekly) by Age by Sex +G6200,P_1250_1499_65_74_yrs,Persons 1250 1499 Age 65 74 years,Tot_P_P,G17C,people,age_gender|income,65-74 years|PERSONS,,6200,Total Personal Income (Weekly) by Age by Sex +G6201,P_1250_1499_75_84_yrs,Persons 1250 1499 Age 75 84 years,Tot_P_P,G17C,people,age_gender|income,75-84 years|PERSONS,,6201,Total Personal Income (Weekly) by Age by Sex +G6202,P_1250_1499_85ov,Persons 1250 1499 Age 85 years and over,Tot_P_P,G17C,people,age_gender|income,85 years and over|PERSONS,,6202,Total Personal Income (Weekly) by Age by Sex +G6203,P_1250_1499_Tot,Persons 1250 1499 Total,Tot_P_P,G17C,people,age_gender|income,Total|PERSONS,,6203,Total Personal Income (Weekly) by Age by Sex +G6204,P_1500_1749_15_19_yrs,Persons 1500 1749 Age 15 19 years,Tot_P_P,G17C,people,age_gender|income,15-19 years|PERSONS,,6204,Total Personal Income (Weekly) by Age by Sex +G6205,P_1500_1749_20_24_yrs,Persons 1500 1749 Age 20 24 years,Tot_P_P,G17C,people,age_gender|income,20-24 years|PERSONS,,6205,Total Personal Income (Weekly) by Age by Sex +G6206,P_1500_1749_25_34_yrs,Persons 1500 1749 Age 25 34 years,Tot_P_P,G17C,people,age_gender|income,25-34 years|PERSONS,,6206,Total Personal Income (Weekly) by Age by Sex +G6207,P_1500_1749_35_44_yrs,Persons 1500 1749 Age 35 44 years,Tot_P_P,G17C,people,age_gender|income,35-44 years|PERSONS,,6207,Total Personal Income (Weekly) by Age by Sex +G6208,P_1500_1749_45_54_yrs,Persons 1500 1749 Age 45 54 years,Tot_P_P,G17C,people,age_gender|income,45-54 years|PERSONS,,6208,Total Personal Income (Weekly) by Age by Sex +G6209,P_1500_1749_55_64_yrs,Persons 1500 1749 Age 55 64 years,Tot_P_P,G17C,people,age_gender|income,55-64 years|PERSONS,,6209,Total Personal Income (Weekly) by Age by Sex +G6210,P_1500_1749_65_74_yrs,Persons 1500 1749 Age 65 74 years,Tot_P_P,G17C,people,age_gender|income,65-74 years|PERSONS,,6210,Total Personal Income (Weekly) by Age by Sex +G6211,P_1500_1749_75_84_yrs,Persons 1500 1749 Age 75 84 years,Tot_P_P,G17C,people,age_gender|income,75-84 years|PERSONS,,6211,Total Personal Income (Weekly) by Age by Sex +G6212,P_1500_1749_85ov,Persons 1500 1749 Age 85 years and over,Tot_P_P,G17C,people,age_gender|income,85 years and over|PERSONS,,6212,Total Personal Income (Weekly) by Age by Sex +G6213,P_1500_1749_Tot,Persons 1500 1749 Total,Tot_P_P,G17C,people,age_gender|income,Total|PERSONS,,6213,Total Personal Income (Weekly) by Age by Sex +G6214,P_1750_1999_15_19_yrs,Persons 1750 1999 Age 15 19 years,Tot_P_P,G17C,people,age_gender|income,15-19 years|PERSONS,,6214,Total Personal Income (Weekly) by Age by Sex +G6215,P_1750_1999_20_24_yrs,Persons 1750 1999 Age 20 24 years,Tot_P_P,G17C,people,age_gender|income,20-24 years|PERSONS,,6215,Total Personal Income (Weekly) by Age by Sex +G6216,P_1750_1999_25_34_yrs,Persons 1750 1999 Age 25 34 years,Tot_P_P,G17C,people,age_gender|income,25-34 years|PERSONS,,6216,Total Personal Income (Weekly) by Age by Sex +G6217,P_1750_1999_35_44_yrs,Persons 1750 1999 Age 35 44 years,Tot_P_P,G17C,people,age_gender|income,35-44 years|PERSONS,,6217,Total Personal Income (Weekly) by Age by Sex +G6218,P_1750_1999_45_54_yrs,Persons 1750 1999 Age 45 54 years,Tot_P_P,G17C,people,age_gender|income,45-54 years|PERSONS,,6218,Total Personal Income (Weekly) by Age by Sex +G6219,P_1750_1999_55_64_yrs,Persons 1750 1999 Age 55 64 years,Tot_P_P,G17C,people,age_gender|income,55-64 years|PERSONS,,6219,Total Personal Income (Weekly) by Age by Sex +G6220,P_1750_1999_65_74_yrs,Persons 1750 1999 Age 65 74 years,Tot_P_P,G17C,people,age_gender|income,65-74 years|PERSONS,,6220,Total Personal Income (Weekly) by Age by Sex +G6221,P_1750_1999_75_84_yrs,Persons 1750 1999 Age 75 84 years,Tot_P_P,G17C,people,age_gender|income,75-84 years|PERSONS,,6221,Total Personal Income (Weekly) by Age by Sex +G6222,P_1750_1999_85ov,Persons 1750 1999 Age 85 years and over,Tot_P_P,G17C,people,age_gender|income,85 years and over|PERSONS,,6222,Total Personal Income (Weekly) by Age by Sex +G6223,P_1750_1999_Tot,Persons 1750 1999 Total,Tot_P_P,G17C,people,age_gender|income,Total|PERSONS,,6223,Total Personal Income (Weekly) by Age by Sex +G6224,P_2000_2999_15_19_yrs,Persons 2000 2999 more Age 15 19 years,Tot_P_P,G17C,people,age_gender|income,15-19 years|PERSONS,,6224,Total Personal Income (Weekly) by Age by Sex +G6225,P_2000_2999_20_24_yrs,Persons 2000 2999 more Age 20 24 years,Tot_P_P,G17C,people,age_gender|income,20-24 years|PERSONS,,6225,Total Personal Income (Weekly) by Age by Sex +G6226,P_2000_2999_25_34_yrs,Persons 2000 2999 more Age 25 34 years,Tot_P_P,G17C,people,age_gender|income,25-34 years|PERSONS,,6226,Total Personal Income (Weekly) by Age by Sex +G6227,P_2000_2999_35_44_yrs,Persons 2000 2999 more Age 35 44 years,Tot_P_P,G17C,people,age_gender|income,35-44 years|PERSONS,,6227,Total Personal Income (Weekly) by Age by Sex +G6228,P_2000_2999_45_54_yrs,Persons 2000 2999 more Age 45 54 years,Tot_P_P,G17C,people,age_gender|income,45-54 years|PERSONS,,6228,Total Personal Income (Weekly) by Age by Sex +G6229,P_2000_2999_55_64_yrs,Persons 2000 2999 more Age 55 64 years,Tot_P_P,G17C,people,age_gender|income,55-64 years|PERSONS,,6229,Total Personal Income (Weekly) by Age by Sex +G6230,P_2000_2999_65_74_yrs,Persons 2000 2999 more Age 65 74 years,Tot_P_P,G17C,people,age_gender|income,65-74 years|PERSONS,,6230,Total Personal Income (Weekly) by Age by Sex +G6231,P_2000_2999_75_84_yrs,Persons 2000 2999 more Age 75 84 years,Tot_P_P,G17C,people,age_gender|income,75-84 years|PERSONS,,6231,Total Personal Income (Weekly) by Age by Sex +G6232,P_2000_2999_85ov,Persons 2000 2999 more Age 85 years and over,Tot_P_P,G17C,people,age_gender|income,85 years and over|PERSONS,,6232,Total Personal Income (Weekly) by Age by Sex +G6233,P_2000_2999_Tot,Persons 2000 2999 more Total,Tot_P_P,G17C,people,age_gender|income,Total|PERSONS,,6233,Total Personal Income (Weekly) by Age by Sex +G6234,P_3000_more_15_19_yrs,Persons 3000 or more Age 15 19 years,Tot_P_P,G17C,people,age_gender|income,15-19 years|PERSONS,,6234,Total Personal Income (Weekly) by Age by Sex +G6235,P_3000_more_20_24_yrs,Persons 3000 or more Age 20 24 years,Tot_P_P,G17C,people,age_gender|income,20-24 years|PERSONS,,6235,Total Personal Income (Weekly) by Age by Sex +G6236,P_3000_more_25_34_yrs,Persons 3000 or more Age 25 34 years,Tot_P_P,G17C,people,age_gender|income,25-34 years|PERSONS,,6236,Total Personal Income (Weekly) by Age by Sex +G6237,P_3000_more_35_44_yrs,Persons 3000 or more Age 35 44 years,Tot_P_P,G17C,people,age_gender|income,35-44 years|PERSONS,,6237,Total Personal Income (Weekly) by Age by Sex +G6238,P_3000_more_45_54_yrs,Persons 3000 or more Age 45 54 years,Tot_P_P,G17C,people,age_gender|income,45-54 years|PERSONS,,6238,Total Personal Income (Weekly) by Age by Sex +G6239,P_3000_more_55_64_yrs,Persons 3000 or more Age 55 64 years,Tot_P_P,G17C,people,age_gender|income,55-64 years|PERSONS,,6239,Total Personal Income (Weekly) by Age by Sex +G6240,P_3000_more_65_74_yrs,Persons 3000 or more Age 65 74 years,Tot_P_P,G17C,people,age_gender|income,65-74 years|PERSONS,,6240,Total Personal Income (Weekly) by Age by Sex +G6241,P_3000_more_75_84_yrs,Persons 3000 or more Age 75 84 years,Tot_P_P,G17C,people,age_gender|income,75-84 years|PERSONS,,6241,Total Personal Income (Weekly) by Age by Sex +G6242,P_3000_more_85ov,Persons 3000 or more Age 85 years and over,Tot_P_P,G17C,people,age_gender|income,85 years and over|PERSONS,,6242,Total Personal Income (Weekly) by Age by Sex +G6243,P_3000_more_Tot,Persons 3000 or more Total,Tot_P_P,G17C,people,age_gender|income,Total|PERSONS,,6243,Total Personal Income (Weekly) by Age by Sex +G6244,P_PI_NS_15_19_yrs,Persons Personal income not stated Age 15 19 years,Tot_P_P,G17C,people,age_gender|income,15-19 years|PERSONS,,6244,Total Personal Income (Weekly) by Age by Sex +G6245,P_PI_NS_ns_20_24_yrs,Persons Personal income not stated Age 20 24 years,Tot_P_P,G17C,people,age_gender|income,20-24 years|PERSONS,,6245,Total Personal Income (Weekly) by Age by Sex +G6246,P_PI_NS_ns_25_34_yrs,Persons Personal income not stated Age 25 34 years,Tot_P_P,G17C,people,age_gender|income,25-34 years|PERSONS,,6246,Total Personal Income (Weekly) by Age by Sex +G6247,P_PI_NS_ns_35_44_yrs,Persons Personal income not stated Age 35 44 years,Tot_P_P,G17C,people,age_gender|income,35-44 years|PERSONS,,6247,Total Personal Income (Weekly) by Age by Sex +G6248,P_PI_NS_ns_45_54_yrs,Persons Personal income not stated Age 45 54 years,Tot_P_P,G17C,people,age_gender|income,45-54 years|PERSONS,,6248,Total Personal Income (Weekly) by Age by Sex +G6249,P_PI_NS_ns_55_64_yrs,Persons Personal income not stated Age 55 64 years,Tot_P_P,G17C,people,age_gender|income,55-64 years|PERSONS,,6249,Total Personal Income (Weekly) by Age by Sex +G6250,P_PI_NS_ns_65_74_yrs,Persons Personal income not stated Age 65 74 years,Tot_P_P,G17C,people,age_gender|income,65-74 years|PERSONS,,6250,Total Personal Income (Weekly) by Age by Sex +G6251,P_PI_NS_ns_75_84_yrs,Persons Personal income not stated Age 75 84 years,Tot_P_P,G17C,people,age_gender|income,75-84 years|PERSONS,,6251,Total Personal Income (Weekly) by Age by Sex +G6252,P_PI_NS_ns_85_yrs_ovr,Persons Personal income not stated Age 85 years and over,Tot_P_P,G17C,people,age_gender|income,85 years and over|PERSONS,,6252,Total Personal Income (Weekly) by Age by Sex +G6253,P_PI_NS_ns_Tot,Persons Personal income not stated Total,Tot_P_P,G17C,people,age_gender|income,Total|PERSONS,,6253,Total Personal Income (Weekly) by Age by Sex +G6254,P_Tot_15_19_yrs,Persons Total Age 15 19 years,Tot_P_P,G17C,people,age_gender|income,15-19 years|PERSONS,,6254,Total Personal Income (Weekly) by Age by Sex +G6255,P_Tot_20_24_yrs,Persons Total Age 20 24 years,Tot_P_P,G17C,people,age_gender|income,20-24 years|PERSONS,,6255,Total Personal Income (Weekly) by Age by Sex +G6256,P_Tot_25_34_yrs,Persons Total Age 25 34 years,Tot_P_P,G17C,people,age_gender|income,25-34 years|PERSONS,,6256,Total Personal Income (Weekly) by Age by Sex +G6257,P_Tot_35_44_yrs,Persons Total Age 35 44 years,Tot_P_P,G17C,people,age_gender|income,35-44 years|PERSONS,,6257,Total Personal Income (Weekly) by Age by Sex +G6258,P_Tot_45_54_yrs,Persons Total Age 45 54 years,Tot_P_P,G17C,people,age_gender|income,45-54 years|PERSONS,,6258,Total Personal Income (Weekly) by Age by Sex +G6259,P_Tot_55_64_yrs,Persons Total Age 55 64 years,Tot_P_P,G17C,people,age_gender|income,55-64 years|PERSONS,,6259,Total Personal Income (Weekly) by Age by Sex +G6260,P_Tot_65_74_yrs,Persons Total Age 65 74 years,Tot_P_P,G17C,people,age_gender|income,65-74 years|PERSONS,,6260,Total Personal Income (Weekly) by Age by Sex +G6261,P_Tot_75_84_yrs,Persons Total Age 75 84 years,Tot_P_P,G17C,people,age_gender|income,75-84 years|PERSONS,,6261,Total Personal Income (Weekly) by Age by Sex +G6262,P_Tot_85ov,Persons Total Age 85 years and over,Tot_P_P,G17C,people,age_gender|income,85 years and over|PERSONS,,6262,Total Personal Income (Weekly) by Age by Sex +G6263,P_Tot_Tot,Persons Total Total,Tot_P_P,G17C,people,age_gender|income,Total|PERSONS,,6263,Total Personal Income (Weekly) by Age by Sex +G6360,P_0_4_yrs_Need_for_assistance,Persons 0 4 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6360,Core Activity Need for Assistance by Age by Sex +G6361,P_0_4_No_need_for_assistance,Persons 0 4 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6361,Core Activity Need for Assistance by Age by Sex +G6362,P_0_4_Need_for_assistance_ns,Persons 0 4 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6362,Core Activity Need for Assistance by Age by Sex +G6363,P_0_4_yrs_Tot,Persons 0 4 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6363,Core Activity Need for Assistance by Age by Sex +G6364,P_5_14_Need_for_assistance,Persons 5 14 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6364,Core Activity Need for Assistance by Age by Sex +G6365,P_5_14_No_need_for_assistance,Persons 5 14 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6365,Core Activity Need for Assistance by Age by Sex +G6366,P_5_14_Need_for_assistance_ns,Persons 5 14 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6366,Core Activity Need for Assistance by Age by Sex +G6367,P_5_14_yrs_Tot,Persons 5 14 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6367,Core Activity Need for Assistance by Age by Sex +G6368,P_15_19_Need_for_assistance,Persons 15 19 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6368,Core Activity Need for Assistance by Age by Sex +G6369,P_15_19_No_need_for_assistnce,Persons 15 19 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6369,Core Activity Need for Assistance by Age by Sex +G6370,P_15_19_Need_for_assistnce_ns,Persons 15 19 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6370,Core Activity Need for Assistance by Age by Sex +G6371,P_15_19_yrs_Tot,Persons 15 19 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6371,Core Activity Need for Assistance by Age by Sex +G6372,P_20_24_Need_for_assistance,Persons 20 24 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6372,Core Activity Need for Assistance by Age by Sex +G6373,P_20_24_No_need_for_assistnce,Persons 20 24 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6373,Core Activity Need for Assistance by Age by Sex +G6374,P_20_24_Need_for_assistnce_ns,Persons 20 24 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6374,Core Activity Need for Assistance by Age by Sex +G6375,P_20_24_yrs_Tot,Persons 20 24 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6375,Core Activity Need for Assistance by Age by Sex +G6376,P_25_34_Need_for_assistance,Persons 25 34 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6376,Core Activity Need for Assistance by Age by Sex +G6377,P_25_34_No_need_for_assistnce,Persons 25 34 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6377,Core Activity Need for Assistance by Age by Sex +G6378,P_25_34_Need_for_assistnce_ns,Persons 25 34 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6378,Core Activity Need for Assistance by Age by Sex +G6379,P_25_34_yrs_Tot,Persons 25 34 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6379,Core Activity Need for Assistance by Age by Sex +G6380,P_35_44_Need_for_assistance,Persons 35 44 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6380,Core Activity Need for Assistance by Age by Sex +G6381,P_35_44_No_need_for_assistnce,Persons 35 44 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6381,Core Activity Need for Assistance by Age by Sex +G6382,P_35_44_Need_for_assistnce_ns,Persons 35 44 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6382,Core Activity Need for Assistance by Age by Sex +G6383,P_35_44_yrs_Tot,Persons 35 44 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6383,Core Activity Need for Assistance by Age by Sex +G6384,P_45_54_Need_for_assistance,Persons 45 54 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6384,Core Activity Need for Assistance by Age by Sex +G6385,P_45_54_No_need_for_assistnce,Persons 45 54 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6385,Core Activity Need for Assistance by Age by Sex +G6386,P_45_54_Need_for_assistnce_ns,Persons 45 54 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6386,Core Activity Need for Assistance by Age by Sex +G6387,P_45_54_yrs_Tot,Persons 45 54 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6387,Core Activity Need for Assistance by Age by Sex +G6388,P_55_64_Need_for_assistance,Persons 55 64 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6388,Core Activity Need for Assistance by Age by Sex +G6389,P_55_64_No_need_for_assistnce,Persons 55 64 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6389,Core Activity Need for Assistance by Age by Sex +G6390,P_55_64_Need_for_assistnce_ns,Persons 55 64 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6390,Core Activity Need for Assistance by Age by Sex +G6391,P_55_64_yrs_Tot,Persons 55 64 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6391,Core Activity Need for Assistance by Age by Sex +G6392,P_65_74_Need_for_assistance,Persons 65 74 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6392,Core Activity Need for Assistance by Age by Sex +G6393,P_65_74_No_need_for_assistnce,Persons 65 74 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6393,Core Activity Need for Assistance by Age by Sex +G6394,P_65_74_Need_for_assistnce_ns,Persons 65 74 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6394,Core Activity Need for Assistance by Age by Sex +G6395,P_65_74_yrs_Tot,Persons 65 74 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6395,Core Activity Need for Assistance by Age by Sex +G6396,P_75_84_Need_for_assistance,Persons 75 84 years Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6396,Core Activity Need for Assistance by Age by Sex +G6397,P_75_84_No_need_for_assistnce,Persons 75 84 years Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6397,Core Activity Need for Assistance by Age by Sex +G6398,P_75_84_Need_for_assistnce_ns,Persons 75 84 years Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6398,Core Activity Need for Assistance by Age by Sex +G6399,P_75_84_yrs_Tot,Persons 75 84 years Total,Tot_P_P,G18,people,income,Total|PERSONS,,6399,Core Activity Need for Assistance by Age by Sex +G6400,P_85_over_Need_for_assistance,Persons 85 years and over Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6400,Core Activity Need for Assistance by Age by Sex +G6401,P_85_ov_No_need_for_assistnce,Persons 85 years and over Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6401,Core Activity Need for Assistance by Age by Sex +G6402,P_85_ov_Need_for_assistnce_ns,Persons 85 years and over Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6402,Core Activity Need for Assistance by Age by Sex +G6403,P_85_yrs_over_Tot,Persons 85 years and over Total,Tot_P_P,G18,people,income,Total|PERSONS,,6403,Core Activity Need for Assistance by Age by Sex +G6404,P_Tot_Need_for_assistance,Persons Total Has need for assistance,Tot_P_P,G18,people,income,Need for assistance|PERSONS,,6404,Core Activity Need for Assistance by Age by Sex +G6405,P_Tot_No_need_for_assistance,Persons Total Does not have need for assistance,Tot_P_P,G18,people,income,No need for assistance|PERSONS,,6405,Core Activity Need for Assistance by Age by Sex +G6406,P_Tot_Need_for_assistance_ns,Persons Total Need for assistance not stated,Tot_P_P,G18,people,income,Need for assistance not stated|PERSONS,,6406,Core Activity Need for Assistance by Age by Sex +G6407,P_Tot_Tot,Persons Total Total,Tot_P_P,G18,people,income,Total|PERSONS,,6407,Core Activity Need for Assistance by Age by Sex +G6488,P_15_19_yr_Volunteer,Persons 15 19 years Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6488,Voluntary Work for an Organisation or Group by Age by Sex +G6489,P_15_19_yr_N_a_volunteer,Persons 15 19 years Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6489,Voluntary Work for an Organisation or Group by Age by Sex +G6490,P_15_19_yr_Voluntary_work_ns,Persons 15 19 years Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6490,Voluntary Work for an Organisation or Group by Age by Sex +G6491,P_15_19_yr_Tot,Persons 15 19 years Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6491,Voluntary Work for an Organisation or Group by Age by Sex +G6492,P_20_24_yr_Volunteer,Persons 20 24 years Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6492,Voluntary Work for an Organisation or Group by Age by Sex +G6493,P_20_24_yr_N_a_volunteer,Persons 20 24 years Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6493,Voluntary Work for an Organisation or Group by Age by Sex +G6494,P_20_24_yr_Voluntary_work_ns,Persons 20 24 years Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6494,Voluntary Work for an Organisation or Group by Age by Sex +G6495,P_20_24_yr_Tot,Persons 20 24 years Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6495,Voluntary Work for an Organisation or Group by Age by Sex +G6496,P_25_34_yr_Volunteer,Persons 25 34 years Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6496,Voluntary Work for an Organisation or Group by Age by Sex +G6497,P_25_34_yr_N_a_volunteer,Persons 25 34 years Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6497,Voluntary Work for an Organisation or Group by Age by Sex +G6498,P_25_34_yr_Voluntary_work_ns,Persons 25 34 years Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6498,Voluntary Work for an Organisation or Group by Age by Sex +G6499,P_25_34_yr_Tot,Persons 25 34 years Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6499,Voluntary Work for an Organisation or Group by Age by Sex +G6500,P_35_44_yr_Volunteer,Persons 35 44 years Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6500,Voluntary Work for an Organisation or Group by Age by Sex +G6501,P_35_44_yr_N_a_volunteer,Persons 35 44 years Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6501,Voluntary Work for an Organisation or Group by Age by Sex +G6502,P_35_44_yr_Voluntary_work_ns,Persons 35 44 years Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6502,Voluntary Work for an Organisation or Group by Age by Sex +G6503,P_35_44_yr_Tot,Persons 35 44 years Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6503,Voluntary Work for an Organisation or Group by Age by Sex +G6504,P_45_54_yr_Volunteer,Persons 45 54 years Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6504,Voluntary Work for an Organisation or Group by Age by Sex +G6505,P_45_54_yr_N_a_volunteer,Persons 45 54 years Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6505,Voluntary Work for an Organisation or Group by Age by Sex +G6506,P_45_54_yr_Voluntary_work_ns,Persons 45 54 years Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6506,Voluntary Work for an Organisation or Group by Age by Sex +G6507,P_45_54_yr_Tot,Persons 45 54 years Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6507,Voluntary Work for an Organisation or Group by Age by Sex +G6508,P_55_64_yr_Volunteer,Persons 55 64 years Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6508,Voluntary Work for an Organisation or Group by Age by Sex +G6509,P_55_64_yr_N_a_volunteer,Persons 55 64 years Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6509,Voluntary Work for an Organisation or Group by Age by Sex +G6510,P_55_64_yr_Voluntary_work_ns,Persons 55 64 years Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6510,Voluntary Work for an Organisation or Group by Age by Sex +G6511,P_55_64_yr_Tot,Persons 55 64 years Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6511,Voluntary Work for an Organisation or Group by Age by Sex +G6512,P_65_74_yr_Volunteer,Persons 65 74 years Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6512,Voluntary Work for an Organisation or Group by Age by Sex +G6513,P_65_74_yr_N_a_volunteer,Persons 65 74 years Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6513,Voluntary Work for an Organisation or Group by Age by Sex +G6514,P_65_74_yr_Voluntary_work_ns,Persons 65 74 years Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6514,Voluntary Work for an Organisation or Group by Age by Sex +G6515,P_65_74_yr_Tot,Persons 65 74 years Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6515,Voluntary Work for an Organisation or Group by Age by Sex +G6516,P_75_84_yr_Volunteer,Persons 75 84 years Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6516,Voluntary Work for an Organisation or Group by Age by Sex +G6517,P_75_84_yr_N_a_volunteer,Persons 75 84 years Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6517,Voluntary Work for an Organisation or Group by Age by Sex +G6518,P_75_84_yr_Voluntary_work_ns,Persons 75 84 years Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6518,Voluntary Work for an Organisation or Group by Age by Sex +G6519,P_75_84_yr_Tot,Persons 75 84 years Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6519,Voluntary Work for an Organisation or Group by Age by Sex +G6520,P_85ov_Volunteer,Persons 85 years and over Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6520,Voluntary Work for an Organisation or Group by Age by Sex +G6521,P_85ov_N_a_volunteer,Persons 85 years and over Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6521,Voluntary Work for an Organisation or Group by Age by Sex +G6522,P_85_ov_Voluntary_work_ns,Persons 85 years and over Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6522,Voluntary Work for an Organisation or Group by Age by Sex +G6523,P_85ov_Tot,Persons 85 years and over Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6523,Voluntary Work for an Organisation or Group by Age by Sex +G6524,P_Tot_Volunteer,Persons Total Volunteer,Tot_P_P,G19,people,employment,Volunteer|PERSONS,,6524,Voluntary Work for an Organisation or Group by Age by Sex +G6525,P_Tot_N_a_volunteer,Persons Total Not a volunteer,Tot_P_P,G19,people,employment,Not a volunteer|PERSONS,,6525,Voluntary Work for an Organisation or Group by Age by Sex +G6526,P_Tot_Voluntary_work_ns,Persons Total Voluntary work not stated,Tot_P_P,G19,people,employment,Voluntary work not stated|PERSONS,,6526,Voluntary Work for an Organisation or Group by Age by Sex +G6527,P_Tot_Tot,Persons Total Total,Tot_P_P,G19,people,employment,Total|PERSONS,,6527,Voluntary Work for an Organisation or Group by Age by Sex +G6668,P_15_19y_DUDW_LT_5_h,Persons 15 19 years Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6668,Unpaid Domestic Work: Number of House by Age by Sex +G6669,P_15_19y_DUDW_5_14_h,Persons 15 19 years Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6669,Unpaid Domestic Work: Number of House by Age by Sex +G6670,P_15_19y_DUDW_15_29_h,Persons 15 19 years Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6670,Unpaid Domestic Work: Number of House by Age by Sex +G6671,P_15_19y_DUDW_30_h_mo,Persons 15 19 years Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6671,Unpaid Domestic Work: Number of House by Age by Sex +G6672,P_15_19y_DNUDW,Persons 15 19 years Did no unpaid domestic work,Tot_P_P,G20A,people,employment,Did no unpaid domestic work|PERSONS,,6672,Unpaid Domestic Work: Number of House by Age by Sex +G6673,P_15_19y_UDW_NS,Persons 15 19 years Unpaid domestic work not stated,Tot_P_P,G20A,people,employment,Unpaid domestic work not stated|PERSONS,,6673,Unpaid Domestic Work: Number of House by Age by Sex +G6674,P_15_19y_Total,Persons 15 19 years Total,Tot_P_P,G20A,people,employment,Total|PERSONS,,6674,Unpaid Domestic Work: Number of House by Age by Sex +G6675,P_20_24y_DUDW_LT_5_h,Persons 20 24 years Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6675,Unpaid Domestic Work: Number of House by Age by Sex +G6676,P_20_24y_DUDW_5_14_h,Persons 20 24 years Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6676,Unpaid Domestic Work: Number of House by Age by Sex +G6677,P_20_24y_DUDW_15_29_h,Persons 20 24 years Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6677,Unpaid Domestic Work: Number of House by Age by Sex +G6678,P_20_24y_DUDW_30_h_mo,Persons 20 24 years Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6678,Unpaid Domestic Work: Number of House by Age by Sex +G6679,P_20_24y_DNUDW,Persons 20 24 years Did no unpaid domestic work,Tot_P_P,G20A,people,employment,Did no unpaid domestic work|PERSONS,,6679,Unpaid Domestic Work: Number of House by Age by Sex +G6680,P_20_24y_UDW_NS,Persons 20 24 years Unpaid domestic work not stated,Tot_P_P,G20A,people,employment,Unpaid domestic work not stated|PERSONS,,6680,Unpaid Domestic Work: Number of House by Age by Sex +G6681,P_20_24y_Total,Persons 20 24 years Total,Tot_P_P,G20A,people,employment,Total|PERSONS,,6681,Unpaid Domestic Work: Number of House by Age by Sex +G6682,P_25_34y_DUDW_LT_5_h,Persons 25 34 years Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6682,Unpaid Domestic Work: Number of House by Age by Sex +G6683,P_25_34y_DUDW_5_14_h,Persons 25 34 years Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6683,Unpaid Domestic Work: Number of House by Age by Sex +G6684,P_25_34y_DUDW_15_29_h,Persons 25 34 years Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6684,Unpaid Domestic Work: Number of House by Age by Sex +G6685,P_25_34y_DUDW_30_h_mo,Persons 25 34 years Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6685,Unpaid Domestic Work: Number of House by Age by Sex +G6686,P_25_34y_DNUDW,Persons 25 34 years Did no unpaid domestic work,Tot_P_P,G20A,people,employment,Did no unpaid domestic work|PERSONS,,6686,Unpaid Domestic Work: Number of House by Age by Sex +G6687,P_25_34y_UDW_NS,Persons 25 34 years Unpaid domestic work not stated,Tot_P_P,G20A,people,employment,Unpaid domestic work not stated|PERSONS,,6687,Unpaid Domestic Work: Number of House by Age by Sex +G6688,P_25_34y_Total,Persons 25 34 years Total,Tot_P_P,G20A,people,employment,Total|PERSONS,,6688,Unpaid Domestic Work: Number of House by Age by Sex +G6689,P_35_44y_DUDW_LT_5_h,Persons 35 44 years Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6689,Unpaid Domestic Work: Number of House by Age by Sex +G6690,P_35_44y_DUDW_5_14_h,Persons 35 44 years Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6690,Unpaid Domestic Work: Number of House by Age by Sex +G6691,P_35_44y_DUDW_15_29_h,Persons 35 44 years Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6691,Unpaid Domestic Work: Number of House by Age by Sex +G6692,P_35_44y_DUDW_30_h_mo,Persons 35 44 years Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6692,Unpaid Domestic Work: Number of House by Age by Sex +G6693,P_35_44y_DNUDW,Persons 35 44 years Did no unpaid domestic work,Tot_P_P,G20A,people,employment,Did no unpaid domestic work|PERSONS,,6693,Unpaid Domestic Work: Number of House by Age by Sex +G6694,P_35_44y_UDW_NS,Persons 35 44 years Unpaid domestic work not stated,Tot_P_P,G20A,people,employment,Unpaid domestic work not stated|PERSONS,,6694,Unpaid Domestic Work: Number of House by Age by Sex +G6695,P_35_44y_Total,Persons 35 44 years Total,Tot_P_P,G20A,people,employment,Total|PERSONS,,6695,Unpaid Domestic Work: Number of House by Age by Sex +G6696,P_45_54y_DUDW_LT_5_h,Persons 45 54 years Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6696,Unpaid Domestic Work: Number of House by Age by Sex +G6697,P_45_54y_DUDW_5_14_h,Persons 45 54 years Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6697,Unpaid Domestic Work: Number of House by Age by Sex +G6698,P_45_54y_DUDW_15_29_h,Persons 45 54 years Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6698,Unpaid Domestic Work: Number of House by Age by Sex +G6699,P_45_54y_DUDW_30_h_mo,Persons 45 54 years Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6699,Unpaid Domestic Work: Number of House by Age by Sex +G6700,P_45_54y_DNUDW,Persons 45 54 years Did no unpaid domestic work,Tot_P_P,G20A,people,employment,Did no unpaid domestic work|PERSONS,,6700,Unpaid Domestic Work: Number of House by Age by Sex +G6701,P_45_54y_UDW_NS,Persons 45 54 years Unpaid domestic work not stated,Tot_P_P,G20A,people,employment,Unpaid domestic work not stated|PERSONS,,6701,Unpaid Domestic Work: Number of House by Age by Sex +G6702,P_45_54y_Total,Persons 45 54 years Total,Tot_P_P,G20A,people,employment,Total|PERSONS,,6702,Unpaid Domestic Work: Number of House by Age by Sex +G6703,P_55_64y_DUDW_LT_5_h,Persons 55 64 years Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6703,Unpaid Domestic Work: Number of House by Age by Sex +G6704,P_55_64y_DUDW_5_14_h,Persons 55 64 years Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6704,Unpaid Domestic Work: Number of House by Age by Sex +G6705,P_55_64y_DUDW_15_29_h,Persons 55 64 years Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6705,Unpaid Domestic Work: Number of House by Age by Sex +G6706,P_55_64y_DUDW_30_h_mo,Persons 55 64 years Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6706,Unpaid Domestic Work: Number of House by Age by Sex +G6707,P_55_64y_DNUDW,Persons 55 64 years Did no unpaid domestic work,Tot_P_P,G20A,people,employment,Did no unpaid domestic work|PERSONS,,6707,Unpaid Domestic Work: Number of House by Age by Sex +G6708,P_55_64y_UDW_NS,Persons 55 64 years Unpaid domestic work not stated,Tot_P_P,G20A,people,employment,Unpaid domestic work not stated|PERSONS,,6708,Unpaid Domestic Work: Number of House by Age by Sex +G6709,P_55_64y_Total,Persons 55 64 years Total,Tot_P_P,G20A,people,employment,Total|PERSONS,,6709,Unpaid Domestic Work: Number of House by Age by Sex +G6710,P_65_74y_DUDW_LT_5_h,Persons 65 74 years Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6710,Unpaid Domestic Work: Number of House by Age by Sex +G6711,P_65_74y_DUDW_5_14_h,Persons 65 74 years Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6711,Unpaid Domestic Work: Number of House by Age by Sex +G6712,P_65_74y_DUDW_15_29_h,Persons 65 74 years Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6712,Unpaid Domestic Work: Number of House by Age by Sex +G6713,P_65_74y_DUDW_30_h_mo,Persons 65 74 years Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6713,Unpaid Domestic Work: Number of House by Age by Sex +G6714,P_65_74y_DNUDW,Persons 65 74 years Did no unpaid domestic work,Tot_P_P,G20A,people,employment,Did no unpaid domestic work|PERSONS,,6714,Unpaid Domestic Work: Number of House by Age by Sex +G6715,P_65_74y_UDW_NS,Persons 65 74 years Unpaid domestic work not stated,Tot_P_P,G20A,people,employment,Unpaid domestic work not stated|PERSONS,,6715,Unpaid Domestic Work: Number of House by Age by Sex +G6716,P_65_74y_Total,Persons 65 74 years Total,Tot_P_P,G20A,people,employment,Total|PERSONS,,6716,Unpaid Domestic Work: Number of House by Age by Sex +G6717,P_75_84y_DUDW_LT_5_h,Persons 75 84 years Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6717,Unpaid Domestic Work: Number of House by Age by Sex +G6718,P_75_84y_DUDW_5_14_h,Persons 75 84 years Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6718,Unpaid Domestic Work: Number of House by Age by Sex +G6719,P_75_84y_DUDW_15_29_h,Persons 75 84 years Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6719,Unpaid Domestic Work: Number of House by Age by Sex +G6720,P_75_84y_DUDW_30_h_mo,Persons 75 84 years Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6720,Unpaid Domestic Work: Number of House by Age by Sex +G6721,P_75_84y_DNUDW,Persons 75 84 years Did no unpaid domestic work,Tot_P_P,G20A,people,employment,Did no unpaid domestic work|PERSONS,,6721,Unpaid Domestic Work: Number of House by Age by Sex +G6722,P_75_84y_UDW_NS,Persons 75 84 years Unpaid domestic work not stated,Tot_P_P,G20A,people,employment,Unpaid domestic work not stated|PERSONS,,6722,Unpaid Domestic Work: Number of House by Age by Sex +G6723,P_75_84y_Total,Persons 75 84 years Total,Tot_P_P,G20A,people,employment,Total|PERSONS,,6723,Unpaid Domestic Work: Number of House by Age by Sex +G6724,P_85y_ov_DUDW_LT_5_h,Persons 85 years and over Did unpaid domestic work Less than 5 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6724,Unpaid Domestic Work: Number of House by Age by Sex +G6725,P_85y_ov_DUDW_5_14_h,Persons 85 years and over Did unpaid domestic work 5 14 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6725,Unpaid Domestic Work: Number of House by Age by Sex +G6726,P_85y_ov_DUDW_15_29_h,Persons 85 years and over Did unpaid domestic work 15 29 hours,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6726,Unpaid Domestic Work: Number of House by Age by Sex +G6727,P_85y_ov_DUDW_30_h_mo,Persons 85 years and over Did unpaid domestic work 30 hours or more,Tot_P_P,G20A,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6727,Unpaid Domestic Work: Number of House by Age by Sex +G6728,P_85y_ov_DNUDW,Persons 85 years and over Did no unpaid domestic work,Tot_P_P,G20B,people,employment,Did no unpaid domestic work|PERSONS,,6728,Unpaid Domestic Work: Number of House by Age by Sex +G6729,P_85y_ov_UDW_NS,Persons 85 years and over Unpaid domestic work not stated,Tot_P_P,G20B,people,employment,Unpaid domestic work not stated|PERSONS,,6729,Unpaid Domestic Work: Number of House by Age by Sex +G6730,P_85y_ov_Total,Persons 85 years and over Total,Tot_P_P,G20B,people,employment,Total|PERSONS,,6730,Unpaid Domestic Work: Number of House by Age by Sex +G6731,P_Tot_DUDW_LT_5_h,Persons Total Did unpaid domestic work Less than 5 hours,Tot_P_P,G20B,people,employment,Did unpaid domestic work: Less than 5 hours|PERSONS,,6731,Unpaid Domestic Work: Number of House by Age by Sex +G6732,P_Tot_DUDW_5_14_h,Persons Total Did unpaid domestic work 5 14 hours,Tot_P_P,G20B,people,employment,Did unpaid domestic work: 5-14 hours|PERSONS,,6732,Unpaid Domestic Work: Number of House by Age by Sex +G6733,P_Tot_DUDW_15_29_h,Persons Total Did unpaid domestic work 15 29 hours,Tot_P_P,G20B,people,employment,Did unpaid domestic work: 15-29 hours|PERSONS,,6733,Unpaid Domestic Work: Number of House by Age by Sex +G6734,P_Tot_DUDW_30_h_mo,Persons Total Did unpaid domestic work 30 hours or more,Tot_P_P,G20B,people,employment,Did unpaid domestic work: 30 hours or more|PERSONS,,6734,Unpaid Domestic Work: Number of House by Age by Sex +G6735,P_Tot_DNUDW,Persons Total Did no unpaid domestic work,Tot_P_P,G20B,people,employment,Did no unpaid domestic work|PERSONS,,6735,Unpaid Domestic Work: Number of House by Age by Sex +G6736,P_Tot_UDW_NS,Persons Total Unpaid domestic work not stated,Tot_P_P,G20B,people,employment,Unpaid domestic work not stated|PERSONS,,6736,Unpaid Domestic Work: Number of House by Age by Sex +G6737,P_Tot_Total,Persons Total Total,Tot_P_P,G20B,people,employment,Total|PERSONS,,6737,Unpaid Domestic Work: Number of House by Age by Sex +G6818,P_15_19_Prvided_unpaid_assist,Persons 15 19 years Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6818,Unpaid Assistance to a Person with a Disability by Age by Sex +G6819,P_15_19_No_unpad_asst_prvided,Persons 15 19 years No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6819,Unpaid Assistance to a Person with a Disability by Age by Sex +G6820,P_15_19_Unpaid_assist_ns,Persons 15 19 years Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6820,Unpaid Assistance to a Person with a Disability by Age by Sex +G6821,P_15_19_Tot,Persons 15 19 years Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6821,Unpaid Assistance to a Person with a Disability by Age by Sex +G6822,P_20_24_Prvided_unpaid_assist,Persons 20 24 years Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6822,Unpaid Assistance to a Person with a Disability by Age by Sex +G6823,P_20_24_No_unpad_asst_prvided,Persons 20 24 years No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6823,Unpaid Assistance to a Person with a Disability by Age by Sex +G6824,P_20_24_Unpaid_assist_ns,Persons 20 24 years Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6824,Unpaid Assistance to a Person with a Disability by Age by Sex +G6825,P_20_24_Tot,Persons 20 24 years Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6825,Unpaid Assistance to a Person with a Disability by Age by Sex +G6826,P_25_34_Prvided_unpaid_assist,Persons 25 34 years Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6826,Unpaid Assistance to a Person with a Disability by Age by Sex +G6827,P_25_34_No_unpad_asst_prvided,Persons 25 34 years No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6827,Unpaid Assistance to a Person with a Disability by Age by Sex +G6828,P_25_34_Unpaid_assist_ns,Persons 25 34 years Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6828,Unpaid Assistance to a Person with a Disability by Age by Sex +G6829,P_25_34_Tot,Persons 25 34 years Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6829,Unpaid Assistance to a Person with a Disability by Age by Sex +G6830,P_35_44_Prvided_unpaid_assist,Persons 35 44 years Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6830,Unpaid Assistance to a Person with a Disability by Age by Sex +G6831,P_35_44_No_unpad_asst_prvided,Persons 35 44 years No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6831,Unpaid Assistance to a Person with a Disability by Age by Sex +G6832,P_35_44_Unpaid_assist_ns,Persons 35 44 years Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6832,Unpaid Assistance to a Person with a Disability by Age by Sex +G6833,P_35_44_Tot,Persons 35 44 years Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6833,Unpaid Assistance to a Person with a Disability by Age by Sex +G6834,P_45_54_Prvided_unpaid_assist,Persons 45 54 years Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6834,Unpaid Assistance to a Person with a Disability by Age by Sex +G6835,P_45_54_No_unpad_asst_prvided,Persons 45 54 years No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6835,Unpaid Assistance to a Person with a Disability by Age by Sex +G6836,P_45_54_Unpaid_assist_ns,Persons 45 54 years Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6836,Unpaid Assistance to a Person with a Disability by Age by Sex +G6837,P_45_54_Tot,Persons 45 54 years Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6837,Unpaid Assistance to a Person with a Disability by Age by Sex +G6838,P_55_64_Prvided_unpaid_assist,Persons 55 64 years Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6838,Unpaid Assistance to a Person with a Disability by Age by Sex +G6839,P_55_64_No_unpad_asst_prvided,Persons 55 64 years No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6839,Unpaid Assistance to a Person with a Disability by Age by Sex +G6840,P_55_64_Unpaid_assist_ns,Persons 55 64 years Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6840,Unpaid Assistance to a Person with a Disability by Age by Sex +G6841,P_55_64_Tot,Persons 55 64 years Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6841,Unpaid Assistance to a Person with a Disability by Age by Sex +G6842,P_65_74_Prvided_unpaid_assist,Persons 65 74 years Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6842,Unpaid Assistance to a Person with a Disability by Age by Sex +G6843,P_65_74_No_unpad_asst_prvided,Persons 65 74 years No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6843,Unpaid Assistance to a Person with a Disability by Age by Sex +G6844,P_65_74_Unpaid_assist_ns,Persons 65 74 years Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6844,Unpaid Assistance to a Person with a Disability by Age by Sex +G6845,P_65_74_Tot,Persons 65 74 years Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6845,Unpaid Assistance to a Person with a Disability by Age by Sex +G6846,P_75_84_Prvided_unpaid_assist,Persons 75 84 years Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6846,Unpaid Assistance to a Person with a Disability by Age by Sex +G6847,P_75_84_No_unpad_asst_prvided,Persons 75 84 years No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6847,Unpaid Assistance to a Person with a Disability by Age by Sex +G6848,P_75_84_Unpaid_assist_ns,Persons 75 84 years Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6848,Unpaid Assistance to a Person with a Disability by Age by Sex +G6849,P_75_84_Tot,Persons 75 84 years Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6849,Unpaid Assistance to a Person with a Disability by Age by Sex +G6850,P_85_ov_Prvided_unpaid_assist,Persons 85 years and over Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6850,Unpaid Assistance to a Person with a Disability by Age by Sex +G6851,P_85_ov_No_unpad_asst_prvided,Persons 85 years and over No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6851,Unpaid Assistance to a Person with a Disability by Age by Sex +G6852,P_85_ov_Unpaid_assist_ns,Persons 85 years and over Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6852,Unpaid Assistance to a Person with a Disability by Age by Sex +G6853,P_85_ov_Tot,Persons 85 years and over Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6853,Unpaid Assistance to a Person with a Disability by Age by Sex +G6854,P_Tot_prvided_unpaid_assist,Persons Total Provided unpaid assistance,Tot_P_P,G21,people,employment,Provided unpaid assistance|PERSONS,,6854,Unpaid Assistance to a Person with a Disability by Age by Sex +G6855,P_Tot_No_unpaid_asst_prvided,Persons Total No unpaid assistance provided,Tot_P_P,G21,people,employment,No unpaid assistance provided|PERSONS,,6855,Unpaid Assistance to a Person with a Disability by Age by Sex +G6856,P_Tot_Unpaid_assist_ns,Persons Total Unpaid assistance not stated,Tot_P_P,G21,people,employment,Unpaid assistance not stated|PERSONS,,6856,Unpaid Assistance to a Person with a Disability by Age by Sex +G6857,P_Tot_Tot,Persons Total Total,Tot_P_P,G21,people,employment,Total|PERSONS,,6857,Unpaid Assistance to a Person with a Disability by Age by Sex +G6998,P_15_19_CF_Own_CCO,Persons 15 19 years Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,6998,Unpaid Child Care by Age by Sex +G6999,P_15_19_CF_Oth_CCO,Persons 15 19 years Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,6999,Unpaid Child Care by Age by Sex +G7000,P_15_19_CF_Own_CC_Oth_CC,Persons 15 19 years Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7000,Unpaid Child Care by Age by Sex +G7001,P_15_19_CF_Total,Persons 15 19 years Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7001,Unpaid Child Care by Age by Sex +G7002,P_15_19_DNPCC,Persons 15 19 years Did not provide child care,Tot_P_P,G22A,people,families,Did not provide child care|PERSONS,,7002,Unpaid Child Care by Age by Sex +G7003,P_15_19_UCC_NS,Persons 15 19 years Unpaid child care not stated,Tot_P_P,G22A,people,families,Unpaid child care not stated|PERSONS,,7003,Unpaid Child Care by Age by Sex +G7004,P_15_19_Total,Persons 15 19 years Total,Tot_P_P,G22A,people,families,Total|PERSONS,,7004,Unpaid Child Care by Age by Sex +G7005,P_20_24_CF_Own_CCO,Persons 20 24 years Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,7005,Unpaid Child Care by Age by Sex +G7006,P_20_24_CF_Oth_CCO,Persons 20 24 years Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,7006,Unpaid Child Care by Age by Sex +G7007,P_20_24_CF_Own_CC_Oth_CC,Persons 20 24 years Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7007,Unpaid Child Care by Age by Sex +G7008,P_20_24_CF_Total,Persons 20 24 years Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7008,Unpaid Child Care by Age by Sex +G7009,P_20_24_DNPCC,Persons 20 24 years Did not provide child care,Tot_P_P,G22A,people,families,Did not provide child care|PERSONS,,7009,Unpaid Child Care by Age by Sex +G7010,P_20_24_UCC_NS,Persons 20 24 years Unpaid child care not stated,Tot_P_P,G22A,people,families,Unpaid child care not stated|PERSONS,,7010,Unpaid Child Care by Age by Sex +G7011,P_20_24_Total,Persons 20 24 years Total,Tot_P_P,G22A,people,families,Total|PERSONS,,7011,Unpaid Child Care by Age by Sex +G7012,P_25_34_CF_Own_CCO,Persons 25 34 years Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,7012,Unpaid Child Care by Age by Sex +G7013,P_25_34_CF_Oth_CCO,Persons 25 34 years Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,7013,Unpaid Child Care by Age by Sex +G7014,P_25_34_CF_Own_CC_Oth_CC,Persons 25 34 years Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7014,Unpaid Child Care by Age by Sex +G7015,P_25_34_CF_Total,Persons 25 34 years Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7015,Unpaid Child Care by Age by Sex +G7016,P_25_34_DNPCC,Persons 25 34 years Did not provide child care,Tot_P_P,G22A,people,families,Did not provide child care|PERSONS,,7016,Unpaid Child Care by Age by Sex +G7017,P_25_34_UCC_NS,Persons 25 34 years Unpaid child care not stated,Tot_P_P,G22A,people,families,Unpaid child care not stated|PERSONS,,7017,Unpaid Child Care by Age by Sex +G7018,P_25_34_Total,Persons 25 34 years Total,Tot_P_P,G22A,people,families,Total|PERSONS,,7018,Unpaid Child Care by Age by Sex +G7019,P_35_44_CF_Own_CCO,Persons 35 44 years Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,7019,Unpaid Child Care by Age by Sex +G7020,P_35_44_CF_Oth_CCO,Persons 35 44 years Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,7020,Unpaid Child Care by Age by Sex +G7021,P_35_44_CF_Own_CC_Oth_CC,Persons 35 44 years Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7021,Unpaid Child Care by Age by Sex +G7022,P_35_44_CF_Total,Persons 35 44 years Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7022,Unpaid Child Care by Age by Sex +G7023,P_35_44_DNPCC,Persons 35 44 years Did not provide child care,Tot_P_P,G22A,people,families,Did not provide child care|PERSONS,,7023,Unpaid Child Care by Age by Sex +G7024,P_35_44_UCC_NS,Persons 35 44 years Unpaid child care not stated,Tot_P_P,G22A,people,families,Unpaid child care not stated|PERSONS,,7024,Unpaid Child Care by Age by Sex +G7025,P_35_44_Total,Persons 35 44 years Total,Tot_P_P,G22A,people,families,Total|PERSONS,,7025,Unpaid Child Care by Age by Sex +G7026,P_45_54_CF_Own_CCO,Persons 45 54 years Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,7026,Unpaid Child Care by Age by Sex +G7027,P_45_54_CF_Oth_CCO,Persons 45 54 years Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,7027,Unpaid Child Care by Age by Sex +G7028,P_45_54_CF_Own_CC_Oth_CC,Persons 45 54 years Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7028,Unpaid Child Care by Age by Sex +G7029,P_45_54_CF_Total,Persons 45 54 years Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7029,Unpaid Child Care by Age by Sex +G7030,P_45_54_DNPCC,Persons 45 54 years Did not provide child care,Tot_P_P,G22A,people,families,Did not provide child care|PERSONS,,7030,Unpaid Child Care by Age by Sex +G7031,P_45_54_UCC_NS,Persons 45 54 years Unpaid child care not stated,Tot_P_P,G22A,people,families,Unpaid child care not stated|PERSONS,,7031,Unpaid Child Care by Age by Sex +G7032,P_45_54_Total,Persons 45 54 years Total,Tot_P_P,G22A,people,families,Total|PERSONS,,7032,Unpaid Child Care by Age by Sex +G7033,P_55_64_CF_Own_CCO,Persons 55 64 years Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,7033,Unpaid Child Care by Age by Sex +G7034,P_55_64_CF_Oth_CCO,Persons 55 64 years Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,7034,Unpaid Child Care by Age by Sex +G7035,P_55_64_CF_Own_CC_Oth_CC,Persons 55 64 years Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7035,Unpaid Child Care by Age by Sex +G7036,P_55_64_CF_Total,Persons 55 64 years Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7036,Unpaid Child Care by Age by Sex +G7037,P_55_64_DNPCC,Persons 55 64 years Did not provide child care,Tot_P_P,G22A,people,families,Did not provide child care|PERSONS,,7037,Unpaid Child Care by Age by Sex +G7038,P_55_64_UCC_NS,Persons 55 64 years Unpaid child care not stated,Tot_P_P,G22A,people,families,Unpaid child care not stated|PERSONS,,7038,Unpaid Child Care by Age by Sex +G7039,P_55_64_Total,Persons 55 64 years Total,Tot_P_P,G22A,people,families,Total|PERSONS,,7039,Unpaid Child Care by Age by Sex +G7040,P_65_74_CF_Own_CCO,Persons 65 74 years Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,7040,Unpaid Child Care by Age by Sex +G7041,P_65_74_CF_Oth_CCO,Persons 65 74 years Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,7041,Unpaid Child Care by Age by Sex +G7042,P_65_74_CF_Own_CC_Oth_CC,Persons 65 74 years Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7042,Unpaid Child Care by Age by Sex +G7043,P_65_74_CF_Total,Persons 65 74 years Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7043,Unpaid Child Care by Age by Sex +G7044,P_65_74_DNPCC,Persons 65 74 years Did not provide child care,Tot_P_P,G22A,people,families,Did not provide child care|PERSONS,,7044,Unpaid Child Care by Age by Sex +G7045,P_65_74_UCC_NS,Persons 65 74 years Unpaid child care not stated,Tot_P_P,G22A,people,families,Unpaid child care not stated|PERSONS,,7045,Unpaid Child Care by Age by Sex +G7046,P_65_74_Total,Persons 65 74 years Total,Tot_P_P,G22A,people,families,Total|PERSONS,,7046,Unpaid Child Care by Age by Sex +G7047,P_75_84_CF_Own_CCO,Persons 75 84 years Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,7047,Unpaid Child Care by Age by Sex +G7048,P_75_84_CF_Oth_CCO,Persons 75 84 years Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,7048,Unpaid Child Care by Age by Sex +G7049,P_75_84_CF_Own_CC_Oth_CC,Persons 75 84 years Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7049,Unpaid Child Care by Age by Sex +G7050,P_75_84_CF_Total,Persons 75 84 years Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7050,Unpaid Child Care by Age by Sex +G7051,P_75_84_DNPCC,Persons 75 84 years Did not provide child care,Tot_P_P,G22A,people,families,Did not provide child care|PERSONS,,7051,Unpaid Child Care by Age by Sex +G7052,P_75_84_UCC_NS,Persons 75 84 years Unpaid child care not stated,Tot_P_P,G22A,people,families,Unpaid child care not stated|PERSONS,,7052,Unpaid Child Care by Age by Sex +G7053,P_75_84_Total,Persons 75 84 years Total,Tot_P_P,G22A,people,families,Total|PERSONS,,7053,Unpaid Child Care by Age by Sex +G7054,P_85ov_CF_Own_CCO,Persons 85 years and over Cared for Own child children only,Tot_P_P,G22A,people,families,Cared for: Own child/children only|PERSONS,,7054,Unpaid Child Care by Age by Sex +G7055,P_85ov_CF_Oth_CCO,Persons 85 years and over Cared for Other child children only,Tot_P_P,G22A,people,families,Cared for: Other child/children only|PERSONS,,7055,Unpaid Child Care by Age by Sex +G7056,P_85ov_CF_Own_CC_Oth_CC,Persons 85 years and over Cared for Own child children and other child children,Tot_P_P,G22A,people,families,Cared for: Own child/children and other child/children|PERSONS,,7056,Unpaid Child Care by Age by Sex +G7057,P_85ov_CF_Total,Persons 85 years and over Cared for Total,Tot_P_P,G22A,people,families,Cared for: Total|PERSONS,,7057,Unpaid Child Care by Age by Sex +G7058,P_85ov_DNPCC,Persons 85 years and over Did not provide child care,Tot_P_P,G22B,people,families,Did not provide child care|PERSONS,,7058,Unpaid Child Care by Age by Sex +G7059,P_85ov_UCC_NS,Persons 85 years and over Unpaid child care not stated,Tot_P_P,G22B,people,families,Unpaid child care not stated|PERSONS,,7059,Unpaid Child Care by Age by Sex +G7060,P_85ov_Total,Persons 85 years and over Total,Tot_P_P,G22B,people,families,Total|PERSONS,,7060,Unpaid Child Care by Age by Sex +G7061,P_Tot_CF_Own_CCO,Persons Total Cared for Own child children only,Tot_P_P,G22B,people,families,Cared for: Own child/children only|PERSONS,,7061,Unpaid Child Care by Age by Sex +G7062,P_Tot_CF_Oth_CCO,Persons Total Cared for Other child children only,Tot_P_P,G22B,people,families,Cared for: Other child/children only|PERSONS,,7062,Unpaid Child Care by Age by Sex +G7063,P_Tot_CF_Own_CC_Oth_CC,Persons Total Cared for Own child children and other child children,Tot_P_P,G22B,people,families,Cared for: Own child/children and other child/children|PERSONS,,7063,Unpaid Child Care by Age by Sex +G7064,P_Tot_CF_Total,Persons Total Cared for Total,Tot_P_P,G22B,people,families,Cared for: Total|PERSONS,,7064,Unpaid Child Care by Age by Sex +G7065,P_Tot_DNPCC,Persons Total Did not provide child care,Tot_P_P,G22B,people,families,Did not provide child care|PERSONS,,7065,Unpaid Child Care by Age by Sex +G7066,P_Tot_UCC_NS,Persons Total Unpaid child care not stated,Tot_P_P,G22B,people,families,Unpaid child care not stated|PERSONS,,7066,Unpaid Child Care by Age by Sex +G7067,P_Tot_Total,Persons Total Total,Tot_P_P,G22B,people,families,Total|PERSONS,,7067,Unpaid Child Care by Age by Sex +G7308,P_H_or_W_in_RM_0_14,Persons Husband or wife in a registered marriage Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7308,Relationship in Household by Age by Sex +G7309,P_H_or_W_in_RM_15_24,Persons Husband or wife in a registered marriage Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7309,Relationship in Household by Age by Sex +G7310,P_H_or_W_in_RM_25_34,Persons Husband or wife in a registered marriage Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7310,Relationship in Household by Age by Sex +G7311,P_H_or_W_in_RM_35_44,Persons Husband or wife in a registered marriage Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7311,Relationship in Household by Age by Sex +G7312,P_H_or_W_in_RM_45_54,Persons Husband or wife in a registered marriage Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7312,Relationship in Household by Age by Sex +G7313,P_H_or_W_in_RM_55_64,Persons Husband or wife in a registered marriage Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7313,Relationship in Household by Age by Sex +G7314,P_H_or_W_in_RM_65_74,Persons Husband or wife in a registered marriage Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7314,Relationship in Household by Age by Sex +G7315,P_H_or_W_in_RM_75_84,Persons Husband or wife in a registered marriage Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7315,Relationship in Household by Age by Sex +G7316,P_H_or_W_in_RM_85ov,Persons Husband or wife in a registered marriage Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7316,Relationship in Household by Age by Sex +G7317,P_H_or_W_in_RM_Tot,Persons Husband or wife in a registered marriage Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7317,Relationship in Household by Age by Sex +G7318,P_Ptn_in_DFM_0_14,Persons Partner in de facto marriage Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7318,Relationship in Household by Age by Sex +G7319,P_Ptn_in_DFM_15_24,Persons Partner in de facto marriage Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7319,Relationship in Household by Age by Sex +G7320,P_Ptn_in_DFM_25_34,Persons Partner in de facto marriage Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7320,Relationship in Household by Age by Sex +G7321,P_Ptn_in_DFM_35_44,Persons Partner in de facto marriage Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7321,Relationship in Household by Age by Sex +G7322,P_Ptn_in_DFM_45_54,Persons Partner in de facto marriage Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7322,Relationship in Household by Age by Sex +G7323,P_Ptn_in_DFM_55_64,Persons Partner in de facto marriage Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7323,Relationship in Household by Age by Sex +G7324,P_Ptn_in_DFM_65_74,Persons Partner in de facto marriage Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7324,Relationship in Household by Age by Sex +G7325,P_Ptn_in_DFM_75_84,Persons Partner in de facto marriage Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7325,Relationship in Household by Age by Sex +G7326,P_Ptn_in_DFM_85ov,Persons Partner in de facto marriage Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7326,Relationship in Household by Age by Sex +G7327,P_Ptn_in_DFM_Tot,Persons Partner in de facto marriage Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7327,Relationship in Household by Age by Sex +G7328,P_LonePnt_0_14,Persons Lone parent Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7328,Relationship in Household by Age by Sex +G7329,P_LonePnt_15_24,Persons Lone parent Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7329,Relationship in Household by Age by Sex +G7330,P_LonePnt_25_34,Persons Lone parent Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7330,Relationship in Household by Age by Sex +G7331,P_LonePnt_35_44,Persons Lone parent Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7331,Relationship in Household by Age by Sex +G7332,P_LonePnt_45_54,Persons Lone parent Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7332,Relationship in Household by Age by Sex +G7333,P_LonePnt_55_64,Persons Lone parent Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7333,Relationship in Household by Age by Sex +G7334,P_LonePnt_65_74,Persons Lone parent Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7334,Relationship in Household by Age by Sex +G7335,P_LonePnt_75_84,Persons Lone parent Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7335,Relationship in Household by Age by Sex +G7336,P_LonePnt_85ov,Persons Lone parent Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7336,Relationship in Household by Age by Sex +G7337,P_LonePnt_Tot,Persons Lone parent Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7337,Relationship in Household by Age by Sex +G7338,P_CU15_0_14,Persons Child under 15 Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7338,Relationship in Household by Age by Sex +G7339,P_CU15_15_24,Persons Child under 15 Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7339,Relationship in Household by Age by Sex +G7340,P_CU15_25_34,Persons Child under 15 Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7340,Relationship in Household by Age by Sex +G7341,P_CU15_35_44,Persons Child under 15 Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7341,Relationship in Household by Age by Sex +G7342,P_CU15_45_54,Persons Child under 15 Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7342,Relationship in Household by Age by Sex +G7343,P_CU15_55_64,Persons Child under 15 Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7343,Relationship in Household by Age by Sex +G7344,P_CU15_65_74,Persons Child under 15 Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7344,Relationship in Household by Age by Sex +G7345,P_CU15_75_84,Persons Child under 15 Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7345,Relationship in Household by Age by Sex +G7346,P_CU15_85ov,Persons Child under 15 Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7346,Relationship in Household by Age by Sex +G7347,P_CU15_Tot,Persons Child under 15 Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7347,Relationship in Household by Age by Sex +G7348,P_DpStu_0_14,Persons Dependent student Aged 15 24 years Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7348,Relationship in Household by Age by Sex +G7349,P_DpStu_15_24,Persons Dependent student Aged 15 24 years Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,Aged 15-24 years|PERSONS,,7349,Relationship in Household by Age by Sex +G7350,P_DpStu_25_34,Persons Dependent student Aged 15 24 years Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7350,Relationship in Household by Age by Sex +G7351,P_DpStu_35_44,Persons Dependent student Aged 15 24 years Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7351,Relationship in Household by Age by Sex +G7352,P_DpStu_45_54,Persons Dependent student Aged 15 24 years Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7352,Relationship in Household by Age by Sex +G7353,P_DpStu_55_64,Persons Dependent student Aged 15 24 years Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7353,Relationship in Household by Age by Sex +G7354,P_DpStu_65_74,Persons Dependent student Aged 15 24 years Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7354,Relationship in Household by Age by Sex +G7355,P_DpStu_75_84,Persons Dependent student Aged 15 24 years Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7355,Relationship in Household by Age by Sex +G7356,P_DpStu_85ov,Persons Dependent student Aged 15 24 years Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7356,Relationship in Household by Age by Sex +G7357,P_DpStu_Tot,Persons Dependent student Aged 15 24 years Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7357,Relationship in Household by Age by Sex +G7358,P_NDpChl_0_14,Persons Non dependent child Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7358,Relationship in Household by Age by Sex +G7359,P_NDpChl_15_24,Persons Non dependent child Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7359,Relationship in Household by Age by Sex +G7360,P_NDpChl_25_34,Persons Non dependent child Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7360,Relationship in Household by Age by Sex +G7361,P_NDpChl_35_44,Persons Non dependent child Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7361,Relationship in Household by Age by Sex +G7362,P_NDpChl_45_54,Persons Non dependent child Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7362,Relationship in Household by Age by Sex +G7363,P_NDpChl_55_64,Persons Non dependent child Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7363,Relationship in Household by Age by Sex +G7364,P_NDpChl_65_74,Persons Non dependent child Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7364,Relationship in Household by Age by Sex +G7365,P_NDpChl_75_84,Persons Non dependent child Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7365,Relationship in Household by Age by Sex +G7366,P_NDpChl_85ov,Persons Non dependent child Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7366,Relationship in Household by Age by Sex +G7367,P_NDpChl_Tot,Persons Non dependent child Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7367,Relationship in Household by Age by Sex +G7368,P_OthRI_0_14,Persons Other related individual Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7368,Relationship in Household by Age by Sex +G7369,P_OthRI_15_24,Persons Other related individual Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7369,Relationship in Household by Age by Sex +G7370,P_OthRI_25_34,Persons Other related individual Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7370,Relationship in Household by Age by Sex +G7371,P_OthRI_35_44,Persons Other related individual Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7371,Relationship in Household by Age by Sex +G7372,P_OthRI_45_54,Persons Other related individual Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7372,Relationship in Household by Age by Sex +G7373,P_OthRI_55_64,Persons Other related individual Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7373,Relationship in Household by Age by Sex +G7374,P_OthRI_65_74,Persons Other related individual Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7374,Relationship in Household by Age by Sex +G7375,P_OthRI_75_84,Persons Other related individual Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7375,Relationship in Household by Age by Sex +G7376,P_OthRI_85ov,Persons Other related individual Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7376,Relationship in Household by Age by Sex +G7377,P_OthRI_Tot,Persons Other related individual Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7377,Relationship in Household by Age by Sex +G7378,P_URI_in_FH_0_14,Persons Unrelated individual living in family household Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7378,Relationship in Household by Age by Sex +G7379,P_URI_in_FH_15_24,Persons Unrelated individual living in family household Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7379,Relationship in Household by Age by Sex +G7380,P_URI_in_FH_25_34,Persons Unrelated individual living in family household Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7380,Relationship in Household by Age by Sex +G7381,P_URI_in_FH_35_44,Persons Unrelated individual living in family household Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7381,Relationship in Household by Age by Sex +G7382,P_URI_in_FH_45_54,Persons Unrelated individual living in family household Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7382,Relationship in Household by Age by Sex +G7383,P_URI_in_FH_55_64,Persons Unrelated individual living in family household Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7383,Relationship in Household by Age by Sex +G7384,P_URI_in_FH_65_74,Persons Unrelated individual living in family household Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7384,Relationship in Household by Age by Sex +G7385,P_URI_in_FH_75_84,Persons Unrelated individual living in family household Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7385,Relationship in Household by Age by Sex +G7386,P_URI_in_FH_85ov,Persons Unrelated individual living in family household Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7386,Relationship in Household by Age by Sex +G7387,P_URI_in_FH_Tot,Persons Unrelated individual living in family household Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7387,Relationship in Household by Age by Sex +G7388,P_GrpH_Mem_0_14,Persons Group household member Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7388,Relationship in Household by Age by Sex +G7389,P_GrpH_Mem_15_24,Persons Group household member Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7389,Relationship in Household by Age by Sex +G7390,P_GrpH_Mem_25_34,Persons Group household member Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7390,Relationship in Household by Age by Sex +G7391,P_GrpH_Mem_35_44,Persons Group household member Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7391,Relationship in Household by Age by Sex +G7392,P_GrpH_Mem_45_54,Persons Group household member Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7392,Relationship in Household by Age by Sex +G7393,P_GrpH_Mem_55_64,Persons Group household member Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7393,Relationship in Household by Age by Sex +G7394,P_GrpH_Mem_65_74,Persons Group household member Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7394,Relationship in Household by Age by Sex +G7395,P_GrpH_Mem_75_84,Persons Group household member Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7395,Relationship in Household by Age by Sex +G7396,P_GrpH_Mem_85ov,Persons Group household member Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7396,Relationship in Household by Age by Sex +G7397,P_GrpH_Mem_Tot,Persons Group household member Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7397,Relationship in Household by Age by Sex +G7398,P_LonePsn_0_14,Persons Lone person Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7398,Relationship in Household by Age by Sex +G7399,P_LonePsn_15_24,Persons Lone person Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7399,Relationship in Household by Age by Sex +G7400,P_LonePsn_25_34,Persons Lone person Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7400,Relationship in Household by Age by Sex +G7401,P_LonePsn_35_44,Persons Lone person Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7401,Relationship in Household by Age by Sex +G7402,P_LonePsn_45_54,Persons Lone person Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7402,Relationship in Household by Age by Sex +G7403,P_LonePsn_55_64,Persons Lone person Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7403,Relationship in Household by Age by Sex +G7404,P_LonePsn_65_74,Persons Lone person Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7404,Relationship in Household by Age by Sex +G7405,P_LonePsn_75_84,Persons Lone person Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7405,Relationship in Household by Age by Sex +G7406,P_LonePsn_85ov,Persons Lone person Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7406,Relationship in Household by Age by Sex +G7407,P_LonePsn_Tot,Persons Lone person Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7407,Relationship in Household by Age by Sex +G7408,P_Vis_within_Aus_0_14,Persons Visitor from within Australia Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7408,Relationship in Household by Age by Sex +G7409,P_Vis_within_Aus_15_24,Persons Visitor from within Australia Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7409,Relationship in Household by Age by Sex +G7410,P_Vis_within_Aus_25_34,Persons Visitor from within Australia Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7410,Relationship in Household by Age by Sex +G7411,P_Vis_within_Aus_35_44,Persons Visitor from within Australia Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7411,Relationship in Household by Age by Sex +G7412,P_Vis_within_Aus_45_54,Persons Visitor from within Australia Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7412,Relationship in Household by Age by Sex +G7413,P_Vis_within_Aus_55_64,Persons Visitor from within Australia Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7413,Relationship in Household by Age by Sex +G7414,P_Vis_within_Aus_65_74,Persons Visitor from within Australia Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7414,Relationship in Household by Age by Sex +G7415,P_Vis_within_Aus_75_84,Persons Visitor from within Australia Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7415,Relationship in Household by Age by Sex +G7416,P_Vis_within_Aus_85ov,Persons Visitor from within Australia Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7416,Relationship in Household by Age by Sex +G7417,P_Vis_within_Aus_Tot,Persons Visitor from within Australia Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7417,Relationship in Household by Age by Sex +G7418,P_Tot_0_14,Persons Total Age 0 14 years,Tot_P_P,G23B,people,families|age_gender,0-14 years|PERSONS,,7418,Relationship in Household by Age by Sex +G7419,P_Tot_15_24,Persons Total Age 15 24 years,Tot_P_P,G23B,people,families|age_gender,15-24 years|PERSONS,,7419,Relationship in Household by Age by Sex +G7420,P_Tot_25_34,Persons Total Age 25 34 years,Tot_P_P,G23B,people,families|age_gender,25-34 years|PERSONS,,7420,Relationship in Household by Age by Sex +G7421,P_Tot_35_44,Persons Total Age 35 44 years,Tot_P_P,G23B,people,families|age_gender,35-44 years|PERSONS,,7421,Relationship in Household by Age by Sex +G7422,P_Tot_45_54,Persons Total Age 45 54 years,Tot_P_P,G23B,people,families|age_gender,45-54 years|PERSONS,,7422,Relationship in Household by Age by Sex +G7423,P_Tot_55_64,Persons Total Age 55 64 years,Tot_P_P,G23B,people,families|age_gender,55-64 years|PERSONS,,7423,Relationship in Household by Age by Sex +G7424,P_Tot_65_74,Persons Total Age 65 74 years,Tot_P_P,G23B,people,families|age_gender,65-74 years|PERSONS,,7424,Relationship in Household by Age by Sex +G7425,P_Tot_75_84,Persons Total Age 75 84 years,Tot_P_P,G23B,people,families|age_gender,75-84 years|PERSONS,,7425,Relationship in Household by Age by Sex +G7426,P_Tot_85ov,Persons Total Age 85 years and over,Tot_P_P,G23B,people,families|age_gender,85 years and over|PERSONS,,7426,Relationship in Household by Age by Sex +G7427,P_Tot_Tot,Persons Total Total,Tot_P_P,G23B,people,families|age_gender,Total|PERSONS,,7427,Relationship in Household by Age by Sex +G7428,P_15_19_Num_chld_evr_brn_Nne,Age group of parent 15 19 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7428,Number of Children Ever Born by Age of Parent +G7429,P_15_19_Num_chld_evr_brn_1,Age group of parent 15 19 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7429,Number of Children Ever Born by Age of Parent +G7430,P_15_19_Num_chld_evr_brn_2,Age group of parent 15 19 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7430,Number of Children Ever Born by Age of Parent +G7431,P_15_19_Num_chld_evr_brn_3,Age group of parent 15 19 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7431,Number of Children Ever Born by Age of Parent +G7432,P_15_19_Num_chld_evr_brn_4,Age group of parent 15 19 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7432,Number of Children Ever Born by Age of Parent +G7433,P_15_19_Num_chld_evr_brn_5,Age group of parent 15 19 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7433,Number of Children Ever Born by Age of Parent +G7434,P_15_19_Num_chd_evr_brn_6_mr,Age group of parent 15 19 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7434,Number of Children Ever Born by Age of Parent +G7435,P_15_19_Num_chld_evr_brn_ns,Age group of parent 15 19 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7435,Number of Children Ever Born by Age of Parent +G7436,P_15_19_yrs_Total,Age group of parent 15 19 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7436,Number of Children Ever Born by Age of Parent +G7437,P_20_24_Num_chld_evr_brn_Nne,Age group of parent 20 24 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7437,Number of Children Ever Born by Age of Parent +G7438,P_20_24_Num_chld_evr_brn_1,Age group of parent 20 24 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7438,Number of Children Ever Born by Age of Parent +G7439,P_20_24_Num_chld_evr_brn_2,Age group of parent 20 24 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7439,Number of Children Ever Born by Age of Parent +G7440,P_20_24_Num_chld_evr_brn_3,Age group of parent 20 24 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7440,Number of Children Ever Born by Age of Parent +G7441,P_20_24_Num_chld_evr_brn_4,Age group of parent 20 24 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7441,Number of Children Ever Born by Age of Parent +G7442,P_20_24_Num_chld_evr_brn_5,Age group of parent 20 24 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7442,Number of Children Ever Born by Age of Parent +G7443,P_20_24_Num_chd_evr_brn_6_mr,Age group of parent 20 24 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7443,Number of Children Ever Born by Age of Parent +G7444,P_20_24_Num_chld_evr_brn_ns,Age group of parent 20 24 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7444,Number of Children Ever Born by Age of Parent +G7445,P_20_24_yrs_Total,Age group of parent 20 24 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7445,Number of Children Ever Born by Age of Parent +G7446,P_25_29_Num_chld_evr_brn_Nne,Age group of parent 25 29 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7446,Number of Children Ever Born by Age of Parent +G7447,P_25_29_Num_chld_evr_brn_1,Age group of parent 25 29 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7447,Number of Children Ever Born by Age of Parent +G7448,P_25_29_Num_chld_evr_brn_2,Age group of parent 25 29 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7448,Number of Children Ever Born by Age of Parent +G7449,P_25_29_Num_chld_evr_brn_3,Age group of parent 25 29 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7449,Number of Children Ever Born by Age of Parent +G7450,P_25_29_Num_chld_evr_brn_4,Age group of parent 25 29 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7450,Number of Children Ever Born by Age of Parent +G7451,P_25_29_Num_chld_evr_brn_5,Age group of parent 25 29 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7451,Number of Children Ever Born by Age of Parent +G7452,P_25_29_Num_chd_evr_brn_6_mr,Age group of parent 25 29 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7452,Number of Children Ever Born by Age of Parent +G7453,P_25_29_Num_chld_evr_brn_ns,Age group of parent 25 29 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7453,Number of Children Ever Born by Age of Parent +G7454,P_25_29_yrs_Total,Age group of parent 25 29 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7454,Number of Children Ever Born by Age of Parent +G7455,P_30_34_Num_chld_evr_brn_Nne,Age group of parent 30 34 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7455,Number of Children Ever Born by Age of Parent +G7456,P_30_34_Num_chld_evr_brn_1,Age group of parent 30 34 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7456,Number of Children Ever Born by Age of Parent +G7457,P_30_34_Num_chld_evr_brn_2,Age group of parent 30 34 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7457,Number of Children Ever Born by Age of Parent +G7458,P_30_34_Num_chld_evr_brn_3,Age group of parent 30 34 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7458,Number of Children Ever Born by Age of Parent +G7459,P_30_34_Num_chld_evr_brn_4,Age group of parent 30 34 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7459,Number of Children Ever Born by Age of Parent +G7460,P_30_34_Num_chld_evr_brn_5,Age group of parent 30 34 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7460,Number of Children Ever Born by Age of Parent +G7461,P_30_34_Num_chd_evr_brn_6_mr,Age group of parent 30 34 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7461,Number of Children Ever Born by Age of Parent +G7462,P_30_34_Num_chld_evr_brn_ns,Age group of parent 30 34 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7462,Number of Children Ever Born by Age of Parent +G7463,P_30_34_yrs_Total,Age group of parent 30 34 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7463,Number of Children Ever Born by Age of Parent +G7464,P_35_39_Num_chld_evr_brn_Nne,Age group of parent 35 39 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7464,Number of Children Ever Born by Age of Parent +G7465,P_35_39_Num_chld_evr_brn_1,Age group of parent 35 39 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7465,Number of Children Ever Born by Age of Parent +G7466,P_35_39_Num_chld_evr_brn_2,Age group of parent 35 39 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7466,Number of Children Ever Born by Age of Parent +G7467,P_35_39_Num_chld_evr_brn_3,Age group of parent 35 39 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7467,Number of Children Ever Born by Age of Parent +G7468,P_35_39_Num_chld_evr_brn_4,Age group of parent 35 39 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7468,Number of Children Ever Born by Age of Parent +G7469,P_35_39_Num_chld_evr_brn_5,Age group of parent 35 39 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7469,Number of Children Ever Born by Age of Parent +G7470,P_35_39_Num_chd_evr_brn_6_mr,Age group of parent 35 39 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7470,Number of Children Ever Born by Age of Parent +G7471,P_35_39_Num_chld_evr_brn_ns,Age group of parent 35 39 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7471,Number of Children Ever Born by Age of Parent +G7472,P_35_39_yrs_Total,Age group of parent 35 39 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7472,Number of Children Ever Born by Age of Parent +G7473,P_40_44_Num_chld_evr_brn_Nne,Age group of parent 40 44 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7473,Number of Children Ever Born by Age of Parent +G7474,P_40_44_Num_chld_evr_brn_1,Age group of parent 40 44 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7474,Number of Children Ever Born by Age of Parent +G7475,P_40_44_Num_chld_evr_brn_2,Age group of parent 40 44 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7475,Number of Children Ever Born by Age of Parent +G7476,P_40_44_Num_chld_evr_brn_3,Age group of parent 40 44 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7476,Number of Children Ever Born by Age of Parent +G7477,P_40_44_Num_chld_evr_brn_4,Age group of parent 40 44 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7477,Number of Children Ever Born by Age of Parent +G7478,P_40_44_Num_chld_evr_brn_5,Age group of parent 40 44 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7478,Number of Children Ever Born by Age of Parent +G7479,P_40_44_Num_chd_evr_brn_6_mr,Age group of parent 40 44 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7479,Number of Children Ever Born by Age of Parent +G7480,P_40_44_Num_chld_evr_brn_ns,Age group of parent 40 44 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7480,Number of Children Ever Born by Age of Parent +G7481,P_40_44_yrs_Total,Age group of parent 40 44 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7481,Number of Children Ever Born by Age of Parent +G7482,P_45_49_Num_chld_evr_brn_Nne,Age group of parent 45 49 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7482,Number of Children Ever Born by Age of Parent +G7483,P_45_49_Num_chld_evr_brn_1,Age group of parent 45 49 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7483,Number of Children Ever Born by Age of Parent +G7484,P_45_49_Num_chld_evr_brn_2,Age group of parent 45 49 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7484,Number of Children Ever Born by Age of Parent +G7485,P_45_49_Num_chld_evr_brn_3,Age group of parent 45 49 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7485,Number of Children Ever Born by Age of Parent +G7486,P_45_49_Num_chld_evr_brn_4,Age group of parent 45 49 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7486,Number of Children Ever Born by Age of Parent +G7487,P_45_49_Num_chld_evr_brn_5,Age group of parent 45 49 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7487,Number of Children Ever Born by Age of Parent +G7488,P_45_49_Num_chd_evr_brn_6_mr,Age group of parent 45 49 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7488,Number of Children Ever Born by Age of Parent +G7489,P_45_49_Num_chld_evr_brn_ns,Age group of parent 45 49 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7489,Number of Children Ever Born by Age of Parent +G7490,P_45_49_yrs_Total,Age group of parent 45 49 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7490,Number of Children Ever Born by Age of Parent +G7491,P_50_54_Num_chld_evr_brn_Nne,Age group of parent 50 54 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7491,Number of Children Ever Born by Age of Parent +G7492,P_50_54_Num_chld_evr_brn_1,Age group of parent 50 54 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7492,Number of Children Ever Born by Age of Parent +G7493,P_50_54_Num_chld_evr_brn_2,Age group of parent 50 54 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7493,Number of Children Ever Born by Age of Parent +G7494,P_50_54_Num_chld_evr_brn_3,Age group of parent 50 54 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7494,Number of Children Ever Born by Age of Parent +G7495,P_50_54_Num_chld_evr_brn_4,Age group of parent 50 54 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7495,Number of Children Ever Born by Age of Parent +G7496,P_50_54_Num_chld_evr_brn_5,Age group of parent 50 54 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7496,Number of Children Ever Born by Age of Parent +G7497,P_50_54_Num_chd_evr_brn_6_mr,Age group of parent 50 54 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7497,Number of Children Ever Born by Age of Parent +G7498,P_50_54_Num_chld_evr_brn_ns,Age group of parent 50 54 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7498,Number of Children Ever Born by Age of Parent +G7499,P_50_54_yrs_Total,Age group of parent 50 54 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7499,Number of Children Ever Born by Age of Parent +G7500,P_55_59_Num_chld_evr_brn_Nne,Age group of parent 55 59 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7500,Number of Children Ever Born by Age of Parent +G7501,P_55_59_Num_chld_evr_brn_1,Age group of parent 55 59 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7501,Number of Children Ever Born by Age of Parent +G7502,P_55_59_Num_chld_evr_brn_2,Age group of parent 55 59 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7502,Number of Children Ever Born by Age of Parent +G7503,P_55_59_Num_chld_evr_brn_3,Age group of parent 55 59 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7503,Number of Children Ever Born by Age of Parent +G7504,P_55_59_Num_chld_evr_brn_4,Age group of parent 55 59 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7504,Number of Children Ever Born by Age of Parent +G7505,P_55_59_Num_chld_evr_brn_5,Age group of parent 55 59 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7505,Number of Children Ever Born by Age of Parent +G7506,P_55_59_Num_chd_evr_brn_6_mr,Age group of parent 55 59 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7506,Number of Children Ever Born by Age of Parent +G7507,P_55_59_Num_chld_evr_brn_ns,Age group of parent 55 59 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7507,Number of Children Ever Born by Age of Parent +G7508,P_55_59_yrs_Total,Age group of parent 55 59 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7508,Number of Children Ever Born by Age of Parent +G7509,P_60_64_Num_chld_evr_brn_Nne,Age group of parent 60 64 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7509,Number of Children Ever Born by Age of Parent +G7510,P_60_64_Num_chld_evr_brn_1,Age group of parent 60 64 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7510,Number of Children Ever Born by Age of Parent +G7511,P_60_64_Num_chld_evr_brn_2,Age group of parent 60 64 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7511,Number of Children Ever Born by Age of Parent +G7512,P_60_64_Num_chld_evr_brn_3,Age group of parent 60 64 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7512,Number of Children Ever Born by Age of Parent +G7513,P_60_64_Num_chld_evr_brn_4,Age group of parent 60 64 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7513,Number of Children Ever Born by Age of Parent +G7514,P_60_64_Num_chld_evr_brn_5,Age group of parent 60 64 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7514,Number of Children Ever Born by Age of Parent +G7515,P_60_64_Num_chd_evr_brn_6_mr,Age group of parent 60 64 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7515,Number of Children Ever Born by Age of Parent +G7516,P_60_64_Num_chld_evr_brn_ns,Age group of parent 60 64 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7516,Number of Children Ever Born by Age of Parent +G7517,P_60_64_yrs_Total,Age group of parent 60 64 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7517,Number of Children Ever Born by Age of Parent +G7518,P_65_69_Num_chld_evr_brn_Nne,Age group of parent 65 69 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7518,Number of Children Ever Born by Age of Parent +G7519,P_65_69_Num_chld_evr_brn_1,Age group of parent 65 69 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7519,Number of Children Ever Born by Age of Parent +G7520,P_65_69_Num_chld_evr_brn_2,Age group of parent 65 69 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7520,Number of Children Ever Born by Age of Parent +G7521,P_65_69_Num_chld_evr_brn_3,Age group of parent 65 69 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7521,Number of Children Ever Born by Age of Parent +G7522,P_65_69_Num_chld_evr_brn_4,Age group of parent 65 69 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7522,Number of Children Ever Born by Age of Parent +G7523,P_65_69_Num_chld_evr_brn_5,Age group of parent 65 69 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7523,Number of Children Ever Born by Age of Parent +G7524,P_65_69_Num_chd_evr_brn_6_mr,Age group of parent 65 69 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7524,Number of Children Ever Born by Age of Parent +G7525,P_65_69_Num_chld_evr_brn_ns,Age group of parent 65 69 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7525,Number of Children Ever Born by Age of Parent +G7526,P_65_69_yrs_Total,Age group of parent 65 69 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7526,Number of Children Ever Born by Age of Parent +G7527,P_70_74_Num_chld_evr_brn_Nne,Age group of parent 70 74 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7527,Number of Children Ever Born by Age of Parent +G7528,P_70_74_Num_chld_evr_brn_1,Age group of parent 70 74 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7528,Number of Children Ever Born by Age of Parent +G7529,P_70_74_Num_chld_evr_brn_2,Age group of parent 70 74 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7529,Number of Children Ever Born by Age of Parent +G7530,P_70_74_Num_chld_evr_brn_3,Age group of parent 70 74 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7530,Number of Children Ever Born by Age of Parent +G7531,P_70_74_Num_chld_evr_brn_4,Age group of parent 70 74 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7531,Number of Children Ever Born by Age of Parent +G7532,P_70_74_Num_chld_evr_brn_5,Age group of parent 70 74 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7532,Number of Children Ever Born by Age of Parent +G7533,P_70_74_Num_chd_evr_brn_6_mr,Age group of parent 70 74 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7533,Number of Children Ever Born by Age of Parent +G7534,P_70_74_Num_chld_evr_brn_ns,Age group of parent 70 74 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7534,Number of Children Ever Born by Age of Parent +G7535,P_70_74_yrs_Total,Age group of parent 70 74 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7535,Number of Children Ever Born by Age of Parent +G7536,P_75_79_Num_chld_evr_brn_Nne,Age group of parent 75 79 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7536,Number of Children Ever Born by Age of Parent +G7537,P_75_79_Num_chld_evr_brn_1,Age group of parent 75 79 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7537,Number of Children Ever Born by Age of Parent +G7538,P_75_79_Num_chld_evr_brn_2,Age group of parent 75 79 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7538,Number of Children Ever Born by Age of Parent +G7539,P_75_79_Num_chld_evr_brn_3,Age group of parent 75 79 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7539,Number of Children Ever Born by Age of Parent +G7540,P_75_79_Num_chld_evr_brn_4,Age group of parent 75 79 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7540,Number of Children Ever Born by Age of Parent +G7541,P_75_79_Num_chld_evr_brn_5,Age group of parent 75 79 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7541,Number of Children Ever Born by Age of Parent +G7542,P_75_79_Num_chd_evr_brn_6_mr,Age group of parent 75 79 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7542,Number of Children Ever Born by Age of Parent +G7543,P_75_79_Num_chld_evr_brn_ns,Age group of parent 75 79 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7543,Number of Children Ever Born by Age of Parent +G7544,P_75_79_yrs_Total,Age group of parent 75 79 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7544,Number of Children Ever Born by Age of Parent +G7545,P_80_84_Num_chld_evr_brn_Nne,Age group of parent 80 84 years Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7545,Number of Children Ever Born by Age of Parent +G7546,P_80_84_Num_chld_evr_brn_1,Age group of parent 80 84 years Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7546,Number of Children Ever Born by Age of Parent +G7547,P_80_84_Num_chld_evr_brn_2,Age group of parent 80 84 years Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7547,Number of Children Ever Born by Age of Parent +G7548,P_80_84_Num_chld_evr_brn_3,Age group of parent 80 84 years Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7548,Number of Children Ever Born by Age of Parent +G7549,P_80_84_Num_chld_evr_brn_4,Age group of parent 80 84 years Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7549,Number of Children Ever Born by Age of Parent +G7550,P_80_84_Num_chld_evr_brn_5,Age group of parent 80 84 years Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7550,Number of Children Ever Born by Age of Parent +G7551,P_80_84_Num_chd_evr_brn_6_mr,Age group of parent 80 84 years Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7551,Number of Children Ever Born by Age of Parent +G7552,P_80_84_Num_chld_evr_brn_ns,Age group of parent 80 84 years Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7552,Number of Children Ever Born by Age of Parent +G7553,P_80_84_yrs_Total,Age group of parent 80 84 years Total,Tot_P_P,G24,people,families|age_gender,Total,,7553,Number of Children Ever Born by Age of Parent +G7554,P_85_ov_Num_chld_evr_brn_Nne,Age group of parent 85 years and over Number of children ever born No children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: None,,7554,Number of Children Ever Born by Age of Parent +G7555,P_85_ov_Num_chld_evr_brn_1,Age group of parent 85 years and over Number of children ever born One child,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 1,,7555,Number of Children Ever Born by Age of Parent +G7556,P_85_ov_Num_chld_evr_brn_2,Age group of parent 85 years and over Number of children ever born Two children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 2,,7556,Number of Children Ever Born by Age of Parent +G7557,P_85_ov_Num_chld_evr_brn_3,Age group of parent 85 years and over Number of children ever born Three children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 3,,7557,Number of Children Ever Born by Age of Parent +G7558,P_85_ov_Num_chld_evr_brn_4,Age group of parent 85 years and over Number of children ever born Four children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 4,,7558,Number of Children Ever Born by Age of Parent +G7559,P_85_ov_Num_chld_evr_brn_5,Age group of parent 85 years and over Number of children ever born Five children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 5,,7559,Number of Children Ever Born by Age of Parent +G7560,P_85_ov_Num_chd_evr_brn_6_mr,Age group of parent 85 years and over Number of children ever born Six or more children,Tot_P_P,G24,people,families|age_gender,Number of children ever born: 6 or more,,7560,Number of Children Ever Born by Age of Parent +G7561,P_85_ov_Num_chld_evr_brn_ns,Age group of parent 85 years and over Number of children ever born Not stated,Tot_P_P,G24,people,families|age_gender,Number of children ever born: Not stated,,7561,Number of Children Ever Born by Age of Parent +G7562,P_85ov_Total,Age group of parent 85 years and over Total,Tot_P_P,G24,people,families|age_gender,Total,,7562,Number of Children Ever Born by Age of Parent +G7573,CF_no_children_P,Couple family with no children Persons,Tot_P_P,G25,people,families,Persons,,7573,Family Composition +G7575,CF_ChU15_a_DSs_a_NdCh_P,Couple family with children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7575,Family Composition +G7577,CF_ChU15_a_DSs_a_no_NdCh_P,Couple family with children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7577,Family Composition +G7579,CF_ChU15_a_no_DSs_a_NdCh_P,Couple family with children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7579,Family Composition +G7581,CF_ChU15_a_no_DSs_a_no_NdCh_P,Couple family with children under 15 and no dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7581,Family Composition +G7583,CF_ChU15_a_Total_P,Couple family with children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7583,Family Composition +G7585,CF_no_ChU15_a_DSs_a_NdCh_P,Couple family with no children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7585,Family Composition +G7587,CF_no_ChU15_a_DSs_a_no_NdCh_P,Couple family with no children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7587,Family Composition +G7589,CF_no_ChU15_a_no_DSs_a_NdCh_P,Couple family with no children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7589,Family Composition +G7591,CF_no_ChU15_a_Total_P,Couple family with no children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7591,Family Composition +G7593,CF_Total_P,Couple family with Total Persons,Tot_P_P,G25,people,families,Persons,,7593,Family Composition +G7595,OPF_ChU15_a_DSs_a_NdCh_P,One parent family with children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7595,Family Composition +G7597,OPF_ChU15_a_DSs_a_no_NdCh_P,One parent family with children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7597,Family Composition +G7599,OPF_ChU15_a_no_DSs_a_NdCh_P,One parent family with children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7599,Family Composition +G7601,OPF_ChU15_a_no_DSs_no_NdCh_P,One parent family with children under 15 and no dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7601,Family Composition +G7603,OPF_ChU15_a_Total_P,One parent family with children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7603,Family Composition +G7605,OPF_no_ChU15_a_DSs_a_NdCh_P,One parent family with no children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7605,Family Composition +G7607,OPF_no_ChU15_a_DSs_no_NdCh_P,One parent family with no children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7607,Family Composition +G7609,OPF_no_ChU15_no_DSs_a_NdCh_P,One parent family with no children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7609,Family Composition +G7611,OPF_no_ChU15_a_Total_P,One parent family with no children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7611,Family Composition +G7613,OPF_Total_P,One parent family with Total Persons,Tot_P_P,G25,people,families,Persons,,7613,Family Composition +G7615,Other_family_P,Other family Persons,Tot_P_P,G25,people,families,Persons,,7615,Family Composition +G7617,Total_P,Total Persons,Tot_P_P,G25,people,families,Persons,,7617,Family Composition +G8617,P_15_yrs_over_M,Persons aged 15 years and over Males,Tot_P_P,G40,people,employment,Males,,8617,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8618,P_15_yrs_over_F,Persons aged 15 years and over Females,Tot_P_P,G40,people,employment,Females,,8618,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8619,P_15_yrs_over_P,Persons aged 15 years and over Persons,Tot_P_P,G40,people,employment,Persons,,8619,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8622,lfs_Emplyed_wrked_full_time_P,Labour force status Employed worked full time Persons,Tot_P_P,G40,people,employment,Persons,,8622,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8625,lfs_Emplyed_wrked_part_time_P,Labour force status Employed worked part time Persons,Tot_P_P,G40,people,employment,Persons,,8625,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8628,lfs_Employed_away_from_work_P,Labour force status Employed away from work Persons,Tot_P_P,G40,people,employment,Persons,,8628,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8631,lfs_Unmplyed_lookng_for_wrk_P,Labour force status Unemployed looking for work Persons,Tot_P_P,G40,people,employment,Persons,,8631,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8634,lfs_Tot_LF_P,Labour force status Total labour force Persons,Tot_P_P,G40,people,employment,Persons,,8634,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8637,lfs_N_the_labour_force_P,Labour force status Not in the labour force Persons,Tot_P_P,G40,people,employment,Persons,,8637,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8640,Percent_Unem_loyment_P,Labour force status Percent Unemployment Persons,Tot_P_P,G40,people,employment,Persons,,8640,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8643,Percnt_LabForc_prticipation_P,Labour force status Percent Labour force participation Persons,Tot_P_P,G40,people,employment,Persons,,8643,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8646,Percnt_Employment_to_populn_P,Labour force status Percent Employment to population Persons,Tot_P_P,G40,people,employment,Persons,,8646,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8649,Non_sch_quals_PostGrad_Dgre_P,Non school qualifications Postgraduate Degree Level Persons,Tot_P_P,G40,people,employment,Persons,,8649,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8652,Non_sch_quals_Gr_Dip_Gr_Crt_P,Non school qualifications Graduate Diploma and Graduate Certificate Level Persons,Tot_P_P,G40,people,employment,Persons,,8652,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8655,Non_sch_quals_Bchelr_Degree_P,Non school qualifications Bachelor Degree Level Persons,Tot_P_P,G40,people,employment,Persons,,8655,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8658,Non_sch_quls_Advncd_Dip_Dip_P,Non school qualifications Advanced Diploma and Diploma Level Persons,Tot_P_P,G40,people,employment,Persons,,8658,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8661,Non_sch_quls_Cert3a4_Level_P,Non school qualifications Certificate Level Certificate III and IV Level Persons,Tot_P_P,G40,people,employment,Persons,,8661,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8664,Non_sch_quls_Cert1a2_Level_P,Non school qualifications Certificate Level Certificate I and II Level Persons,Tot_P_P,G40,people,employment,Persons,,8664,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8667,Non_sch_quls_Certnfd_Level_P,Non school qualifications Certificate Level Certificate Level nfd Persons,Tot_P_P,G40,people,employment,Persons,,8667,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8670,Non_sch_quls_CertTot_Level_P,Non school qualifications Certificate Level Total Persons,Tot_P_P,G40,people,employment,Persons,,8670,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8673,Migtn_Lvd_same_add_1_yr_ago_P,Migration Lived at same address 1 year ago Persons,Tot_P_P,G40,people,employment,Persons,,8673,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8676,Migtn_Lvd_Diff_add_1_yr_ago_P,Migration Lived at Different address 1 year ago Persons,Tot_P_P,G40,people,employment,Persons,,8676,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8679,Migtn_Lvd_sme_add_5_yrs_ago_P,Migration Lived at same address 5 years ago Persons,Tot_P_P,G40,people,employment,Persons,,8679,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8682,Mign_Lvd_Diff_add_5_yrs_ago_P,Migration Lived at Different address 5 years ago Persons,Tot_P_P,G40,people,employment,Persons,,8682,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8685,Sme_Usl_ad_1_yr_ago_as_2016_P,Same usual address 1 year ago as in 2016 Persons,Tot_P_P,G41,people,housing,Persons,,8685,Place of Usual Residence 1 Year Ago by Sex +G8688,Dif_Usl_ad_1_yr_ago_Sme_SA2_P,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Persons,Tot_P_P,G41,people,housing,Persons,,8688,Place of Usual Residence 1 Year Ago by Sex +G8691,Dif_Us_ad_1_ago_Dif_SA2_NSW_P,Different usual address 1 year ago Different SA2 in New South Wales Persons,Tot_P_P,G41,people,housing,Persons,,8691,Place of Usual Residence 1 Year Ago by Sex +G8694,Dif_Us_ad_1_ago_Dif_SA2_Vic_P,Different usual address 1 year ago Different SA2 in Victoria Persons,Tot_P_P,G41,people,housing,Persons,,8694,Place of Usual Residence 1 Year Ago by Sex +G8697,Dif_Us_ad_1_ago_Dif_SA2_Qld_P,Different usual address 1 year ago Different SA2 in Queensland Persons,Tot_P_P,G41,people,housing,Persons,,8697,Place of Usual Residence 1 Year Ago by Sex +G8700,Dif_Us_ad_1_ago_Dif_SA2_SA_P,Different usual address 1 year ago Different SA2 in South Australia Persons,Tot_P_P,G41,people,housing,Persons,,8700,Place of Usual Residence 1 Year Ago by Sex +G8703,Dif_Us_ad_1_ago_Dif_SA2_WA_P,Different usual address 1 year ago Different SA2 in Western Australia Persons,Tot_P_P,G41,people,housing,Persons,,8703,Place of Usual Residence 1 Year Ago by Sex +G8706,Dif_Us_ad_1_ago_Dif_SA2_Tas_P,Different usual address 1 year ago Different SA2 in Tasmania Persons,Tot_P_P,G41,people,housing,Persons,,8706,Place of Usual Residence 1 Year Ago by Sex +G8709,Dif_Us_ad_1_ago_Dif_SA2_NT_P,Different usual address 1 year ago Different SA2 in Northern Territory Persons,Tot_P_P,G41,people,housing,Persons,,8709,Place of Usual Residence 1 Year Ago by Sex +G8712,Dif_Us_ad_1_ago_Dif_SA2_ACT_P,Different usual address 1 year ago Different SA2 in Australian Capital Territory Persons,Tot_P_P,G41,people,housing,Persons,,8712,Place of Usual Residence 1 Year Ago by Sex +G8715,Dif_Us_ad_1_ago_Dif_SA2_OT_P,Different usual address 1 year ago Different SA2 in Other Territories Persons,Tot_P_P,G41,people,housing,Persons,,8715,Place of Usual Residence 1 Year Ago by Sex +G8718,Dif_Us_ad_1_ago_Dif_SA2_Tot_P,Different usual address 1 year ago Different SA2 in Total Persons,Tot_P_P,G41,people,housing,Persons,,8718,Place of Usual Residence 1 Year Ago by Sex +G8721,Difnt_Usl_add_1_yr_ago_OS_P,Different usual address 1 year ago Overseas Persons,Tot_P_P,G41,people,housing,Persons,,8721,Place of Usual Residence 1 Year Ago by Sex +G8724,Difnt_Usl_add_1_yr_ago_Ns_P,Different usual address 1 year ago Not stated Persons,Tot_P_P,G41,people,housing,Persons,,8724,Place of Usual Residence 1 Year Ago by Sex +G8727,Difnt_Usl_add_1_yr_ago_Tot_P,Different usual address 1 year ago Total Persons,Tot_P_P,G41,people,housing,Persons,,8727,Place of Usual Residence 1 Year Ago by Sex +G8730,N_stated_P,Not stated Persons,Tot_P_P,G41,people,housing,Persons,,8730,Place of Usual Residence 1 Year Ago by Sex +G8733,Tot_P,Total Persons,Tot_P_P,G41,people,housing,Persons,,8733,Place of Usual Residence 1 Year Ago by Sex +G8736,Sme_Usl_ad_5_yr_ago_as_2016_P,Same usual address 5 years ago as in 2016 Persons,Tot_P_P,G42,people,housing,Persons,,8736,Place of Usual Residence 5 Years Ago by Sex +G8739,Dif_Usl_ad_5_yr_ago_Sme_SA2_P,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Persons,Tot_P_P,G42,people,housing,Persons,,8739,Place of Usual Residence 5 Years Ago by Sex +G8742,Dif_Us_ad_5_ago_Dif_SA2_NSW_P,Different usual address 5 years ago Different SA2 in New South Wales Persons,Tot_P_P,G42,people,housing,Persons,,8742,Place of Usual Residence 5 Years Ago by Sex +G8745,Dif_Us_ad_5_ago_Dif_SA2_Vic_P,Different usual address 5 years ago Different SA2 in Victoria Persons,Tot_P_P,G42,people,housing,Persons,,8745,Place of Usual Residence 5 Years Ago by Sex +G8748,Dif_Us_ad_5_ago_Dif_SA2_Qld_P,Different usual address 5 years ago Different SA2 in Queensland Persons,Tot_P_P,G42,people,housing,Persons,,8748,Place of Usual Residence 5 Years Ago by Sex +G8751,Dif_Us_ad_5_ago_Dif_SA2_SA_P,Different usual address 5 years ago Different SA2 in South Australia Persons,Tot_P_P,G42,people,housing,Persons,,8751,Place of Usual Residence 5 Years Ago by Sex +G8754,Dif_Us_ad_5_ago_Dif_SA2_WA_P,Different usual address 5 years ago Different SA2 in Western Australia Persons,Tot_P_P,G42,people,housing,Persons,,8754,Place of Usual Residence 5 Years Ago by Sex +G8757,Dif_Us_ad_5_ago_Dif_SA2_Tas_P,Different usual address 5 years ago Different SA2 in Tasmania Persons,Tot_P_P,G42,people,housing,Persons,,8757,Place of Usual Residence 5 Years Ago by Sex +G8760,Dif_Us_ad_5_ago_Dif_SA2_NT_P,Different usual address 5 years ago Different SA2 in Northern Territory Persons,Tot_P_P,G42,people,housing,Persons,,8760,Place of Usual Residence 5 Years Ago by Sex +G8763,Dif_Us_ad_5_ago_Dif_SA2_ACT_P,Different usual address 5 years ago Different SA2 in Australian Capital Territory Persons,Tot_P_P,G42,people,housing,Persons,,8763,Place of Usual Residence 5 Years Ago by Sex +G8766,Dif_Us_ad_5_ago_Dif_SA2_OT_P,Different usual address 5 years ago Different SA2 in Other Territories Persons,Tot_P_P,G42,people,housing,Persons,,8766,Place of Usual Residence 5 Years Ago by Sex +G8769,Dif_Us_ad_5_ago_Dif_SA2_Tot_P,Different usual address 5 years ago Different SA2 in Total Persons,Tot_P_P,G42,people,housing,Persons,,8769,Place of Usual Residence 5 Years Ago by Sex +G8772,Difnt_Usl_add_5_yr_ago_OS_P,Different usual address 5 years ago Overseas Persons,Tot_P_P,G42,people,housing,Persons,,8772,Place of Usual Residence 5 Years Ago by Sex +G8775,Difnt_Usl_add_5_yr_ago_Ns_P,Different usual address 5 years ago Not stated Persons,Tot_P_P,G42,people,housing,Persons,,8775,Place of Usual Residence 5 Years Ago by Sex +G8778,Difnt_Usl_add_5_yr_ago_Tot_P,Different usual address 5 years ago Total Persons,Tot_P_P,G42,people,housing,Persons,,8778,Place of Usual Residence 5 Years Ago by Sex +G8781,N_stated_P,Not stated Persons,Tot_P_P,G42,people,housing,Persons,,8781,Place of Usual Residence 5 Years Ago by Sex +G8784,Tot_P,Total Persons,Tot_P_P,G42,people,housing,Persons,,8784,Place of Usual Residence 5 Years Ago by Sex +G9025,P_Emp_FullT_15_19,Persons Employed worked Full time Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9025,Labour Force Status by Age by Sex +G9026,P_Emp_FullT_20_24,Persons Employed worked Full time Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9026,Labour Force Status by Age by Sex +G9027,P_Emp_FullT_25_34,Persons Employed worked Full time Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9027,Labour Force Status by Age by Sex +G9028,P_Emp_FullT_35_44,Persons Employed worked Full time Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9028,Labour Force Status by Age by Sex +G9029,P_Emp_FullT_45_54,Persons Employed worked Full time Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9029,Labour Force Status by Age by Sex +G9030,P_Emp_FullT_55_64,Persons Employed worked Full time Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9030,Labour Force Status by Age by Sex +G9031,P_Emp_FullT_65_74,Persons Employed worked Full time Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9031,Labour Force Status by Age by Sex +G9032,P_Emp_FullT_75_84,Persons Employed worked Full time Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9032,Labour Force Status by Age by Sex +G9033,P_Emp_FullT_85ov,Persons Employed worked Full time Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9033,Labour Force Status by Age by Sex +G9034,P_Emp_FullT_Tot,Persons Employed worked Full time Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9034,Labour Force Status by Age by Sex +G9035,P_Emp_PartT_15_19,Persons Employed worked Part time Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9035,Labour Force Status by Age by Sex +G9036,P_Emp_PartT_20_24,Persons Employed worked Part time Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9036,Labour Force Status by Age by Sex +G9037,P_Emp_PartT_25_34,Persons Employed worked Part time Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9037,Labour Force Status by Age by Sex +G9038,P_Emp_PartT_35_44,Persons Employed worked Part time Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9038,Labour Force Status by Age by Sex +G9039,P_Emp_PartT_45_54,Persons Employed worked Part time Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9039,Labour Force Status by Age by Sex +G9040,P_Emp_PartT_55_64,Persons Employed worked Part time Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9040,Labour Force Status by Age by Sex +G9041,P_Emp_PartT_65_74,Persons Employed worked Part time Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9041,Labour Force Status by Age by Sex +G9042,P_Emp_PartT_75_84,Persons Employed worked Part time Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9042,Labour Force Status by Age by Sex +G9043,P_Emp_PartT_85ov,Persons Employed worked Part time Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9043,Labour Force Status by Age by Sex +G9044,P_Emp_PartT_Tot,Persons Employed worked Part time Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9044,Labour Force Status by Age by Sex +G9045,P_Emp_awy_f_wrk_15_19,Persons Employed away from work Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9045,Labour Force Status by Age by Sex +G9046,P_Emp_awy_f_wrk_20_24,Persons Employed away from work Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9046,Labour Force Status by Age by Sex +G9047,P_Emp_awy_f_wrk_25_34,Persons Employed away from work Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9047,Labour Force Status by Age by Sex +G9048,P_Emp_awy_f_wrk_35_44,Persons Employed away from work Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9048,Labour Force Status by Age by Sex +G9049,P_Emp_awy_f_wrk_45_54,Persons Employed away from work Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9049,Labour Force Status by Age by Sex +G9050,P_Emp_awy_f_wrk_55_64,Persons Employed away from work Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9050,Labour Force Status by Age by Sex +G9051,P_Emp_awy_f_wrk_65_74,Persons Employed away from work Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9051,Labour Force Status by Age by Sex +G9052,P_Emp_awy_f_wrk_75_84,Persons Employed away from work Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9052,Labour Force Status by Age by Sex +G9053,P_Emp_awy_f_wrk_85ov,Persons Employed away from work Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9053,Labour Force Status by Age by Sex +G9054,P_Emp_awy_f_wrk_Tot,Persons Employed away from work Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9054,Labour Force Status by Age by Sex +G9055,P_Hours_wkd_NS_15_19,Persons Hours worked not stated Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9055,Labour Force Status by Age by Sex +G9056,P_Hours_wkd_NS_20_24,Persons Hours worked not stated Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9056,Labour Force Status by Age by Sex +G9057,P_Hours_wkd_NS_25_34,Persons Hours worked not stated Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9057,Labour Force Status by Age by Sex +G9058,P_Hours_wkd_NS_35_44,Persons Hours worked not stated Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9058,Labour Force Status by Age by Sex +G9059,P_Hours_wkd_NS_45_54,Persons Hours worked not stated Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9059,Labour Force Status by Age by Sex +G9060,P_Hours_wkd_NS_55_64,Persons Hours worked not stated Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9060,Labour Force Status by Age by Sex +G9061,P_Hours_wkd_NS_65_74,Persons Hours worked not stated Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9061,Labour Force Status by Age by Sex +G9062,P_Hours_wkd_NS_75_84,Persons Hours worked not stated Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9062,Labour Force Status by Age by Sex +G9063,P_Hours_wkd_NS_85ov,Persons Hours worked not stated Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9063,Labour Force Status by Age by Sex +G9064,P_Hours_wkd_NS_Tot,Persons Hours worked not stated Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9064,Labour Force Status by Age by Sex +G9065,P_Tot_Emp_15_19,Persons Total employed Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9065,Labour Force Status by Age by Sex +G9066,P_Tot_Emp_20_24,Persons Total employed Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9066,Labour Force Status by Age by Sex +G9067,P_Tot_Emp_25_34,Persons Total employed Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9067,Labour Force Status by Age by Sex +G9068,P_Tot_Emp_35_44,Persons Total employed Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9068,Labour Force Status by Age by Sex +G9069,P_Tot_Emp_45_54,Persons Total employed Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9069,Labour Force Status by Age by Sex +G9070,P_Tot_Emp_55_64,Persons Total employed Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9070,Labour Force Status by Age by Sex +G9071,P_Tot_Emp_65_74,Persons Total employed Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9071,Labour Force Status by Age by Sex +G9072,P_Tot_Emp_75_84,Persons Total employed Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9072,Labour Force Status by Age by Sex +G9073,P_Tot_Emp_85ov,Persons Total employed Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9073,Labour Force Status by Age by Sex +G9074,P_Tot_Emp_Tot,Persons Total employed Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9074,Labour Force Status by Age by Sex +G9075,P_Unem_look_FTW_15_19,Persons Unemployed looking for Full time work Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9075,Labour Force Status by Age by Sex +G9076,P_Unem_look_FTW_20_24,Persons Unemployed looking for Full time work Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9076,Labour Force Status by Age by Sex +G9077,P_Unem_look_FTW_25_34,Persons Unemployed looking for Full time work Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9077,Labour Force Status by Age by Sex +G9078,P_Unem_look_FTW_35_44,Persons Unemployed looking for Full time work Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9078,Labour Force Status by Age by Sex +G9079,P_Unem_look_FTW_45_54,Persons Unemployed looking for Full time work Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9079,Labour Force Status by Age by Sex +G9080,P_Unem_look_FTW_55_64,Persons Unemployed looking for Full time work Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9080,Labour Force Status by Age by Sex +G9081,P_Unem_look_FTW_65_74,Persons Unemployed looking for Full time work Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9081,Labour Force Status by Age by Sex +G9082,P_Unem_look_FTW_75_84,Persons Unemployed looking for Full time work Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9082,Labour Force Status by Age by Sex +G9083,P_Unem_look_FTW_85ov,Persons Unemployed looking for Full time work Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9083,Labour Force Status by Age by Sex +G9084,P_Unem_look_FTW_Tot,Persons Unemployed looking for Full time work Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9084,Labour Force Status by Age by Sex +G9085,P_Unem_look_PTW_15_19,Persons Unemployed looking for Part time work Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9085,Labour Force Status by Age by Sex +G9086,P_Unem_look_PTW_20_24,Persons Unemployed looking for Part time work Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9086,Labour Force Status by Age by Sex +G9087,P_Unem_look_PTW_25_34,Persons Unemployed looking for Part time work Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9087,Labour Force Status by Age by Sex +G9088,P_Unem_look_PTW_35_44,Persons Unemployed looking for Part time work Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9088,Labour Force Status by Age by Sex +G9089,P_Unem_look_PTW_45_54,Persons Unemployed looking for Part time work Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9089,Labour Force Status by Age by Sex +G9090,P_Unem_look_PTW_55_64,Persons Unemployed looking for Part time work Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9090,Labour Force Status by Age by Sex +G9091,P_Unem_look_PTW_65_74,Persons Unemployed looking for Part time work Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9091,Labour Force Status by Age by Sex +G9092,P_Unem_look_PTW_75_84,Persons Unemployed looking for Part time work Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9092,Labour Force Status by Age by Sex +G9093,P_Unem_look_PTW_85ov,Persons Unemployed looking for Part time work Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9093,Labour Force Status by Age by Sex +G9094,P_Unem_look_PTW_Tot,Persons Unemployed looking for Part time work Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9094,Labour Force Status by Age by Sex +G9095,P_Tot_Unemp_15_19,Persons Total unemployed Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9095,Labour Force Status by Age by Sex +G9096,P_Tot_Unemp_20_24,Persons Total unemployed Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9096,Labour Force Status by Age by Sex +G9097,P_Tot_Unemp_25_34,Persons Total unemployed Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9097,Labour Force Status by Age by Sex +G9098,P_Tot_Unemp_35_44,Persons Total unemployed Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9098,Labour Force Status by Age by Sex +G9099,P_Tot_Unemp_45_54,Persons Total unemployed Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9099,Labour Force Status by Age by Sex +G9100,P_Tot_Unemp_55_64,Persons Total unemployed Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9100,Labour Force Status by Age by Sex +G9101,P_Tot_Unemp_65_74,Persons Total unemployed Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9101,Labour Force Status by Age by Sex +G9102,P_Tot_Unemp_75_84,Persons Total unemployed Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9102,Labour Force Status by Age by Sex +G9103,P_Tot_Unemp_85ov,Persons Total unemployed Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9103,Labour Force Status by Age by Sex +G9104,P_Tot_Unemp_Tot,Persons Total unemployed Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9104,Labour Force Status by Age by Sex +G9105,P_Tot_LF_15_19,Persons Total labour force Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9105,Labour Force Status by Age by Sex +G9106,P_Tot_LF_20_24,Persons Total labour force Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9106,Labour Force Status by Age by Sex +G9107,P_Tot_LF_25_34,Persons Total labour force Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9107,Labour Force Status by Age by Sex +G9108,P_Tot_LF_35_44,Persons Total labour force Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9108,Labour Force Status by Age by Sex +G9109,P_Tot_LF_45_54,Persons Total labour force Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9109,Labour Force Status by Age by Sex +G9110,P_Tot_LF_55_64,Persons Total labour force Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9110,Labour Force Status by Age by Sex +G9111,P_Tot_LF_65_74,Persons Total labour force Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9111,Labour Force Status by Age by Sex +G9112,P_Tot_LF_75_84,Persons Total labour force Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9112,Labour Force Status by Age by Sex +G9113,P_Tot_LF_85ov,Persons Total labour force Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9113,Labour Force Status by Age by Sex +G9114,P_Tot_LF_Tot,Persons Total labour force Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9114,Labour Force Status by Age by Sex +G9115,P_Not_in_LF_15_19,Persons Not in the labour force Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9115,Labour Force Status by Age by Sex +G9116,P_Not_in_LF_20_24,Persons Not in the labour force Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9116,Labour Force Status by Age by Sex +G9117,P_Not_in_LF_25_34,Persons Not in the labour force Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9117,Labour Force Status by Age by Sex +G9118,P_Not_in_LF_35_44,Persons Not in the labour force Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9118,Labour Force Status by Age by Sex +G9119,P_Not_in_LF_45_54,Persons Not in the labour force Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9119,Labour Force Status by Age by Sex +G9120,P_Not_in_LF_55_64,Persons Not in the labour force Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9120,Labour Force Status by Age by Sex +G9121,P_Not_in_LF_65_74,Persons Not in the labour force Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9121,Labour Force Status by Age by Sex +G9122,P_Not_in_LF_75_84,Persons Not in the labour force Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9122,Labour Force Status by Age by Sex +G9123,P_Not_in_LF_85ov,Persons Not in the labour force Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9123,Labour Force Status by Age by Sex +G9124,P_Not_in_LF_Tot,Persons Not in the labour force Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9124,Labour Force Status by Age by Sex +G9125,P_LFS_NS_15_19,Persons Labour force status not stated Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9125,Labour Force Status by Age by Sex +G9126,P_LFS_NS_20_24,Persons Labour force status not stated Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9126,Labour Force Status by Age by Sex +G9127,P_LFS_NS_25_34,Persons Labour force status not stated Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9127,Labour Force Status by Age by Sex +G9128,P_LFS_NS_35_44,Persons Labour force status not stated Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9128,Labour Force Status by Age by Sex +G9129,P_LFS_NS_45_54,Persons Labour force status not stated Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9129,Labour Force Status by Age by Sex +G9130,P_LFS_NS_55_64,Persons Labour force status not stated Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9130,Labour Force Status by Age by Sex +G9131,P_LFS_NS_65_74,Persons Labour force status not stated Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9131,Labour Force Status by Age by Sex +G9132,P_LFS_NS_75_84,Persons Labour force status not stated Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9132,Labour Force Status by Age by Sex +G9133,P_LFS_NS_85ov,Persons Labour force status not stated Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9133,Labour Force Status by Age by Sex +G9134,P_LFS_NS_Tot,Persons Labour force status not stated Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9134,Labour Force Status by Age by Sex +G9135,P_Tot_15_19,Persons Total Age 15 19 years,Tot_P_P,G43B,people,employment,15-19 years|PERSONS,,9135,Labour Force Status by Age by Sex +G9136,P_Tot_20_24,Persons Total Age 20 24 years,Tot_P_P,G43B,people,employment,20-24 years|PERSONS,,9136,Labour Force Status by Age by Sex +G9137,P_Tot_25_34,Persons Total Age 25 34 years,Tot_P_P,G43B,people,employment,25-34 years|PERSONS,,9137,Labour Force Status by Age by Sex +G9138,P_Tot_35_44,Persons Total Age 35 44 years,Tot_P_P,G43B,people,employment,35-44 years|PERSONS,,9138,Labour Force Status by Age by Sex +G9139,P_Tot_45_54,Persons Total Age 45 54 years,Tot_P_P,G43B,people,employment,45-54 years|PERSONS,,9139,Labour Force Status by Age by Sex +G9140,P_Tot_55_64,Persons Total Age 55 64 years,Tot_P_P,G43B,people,employment,55-64 years|PERSONS,,9140,Labour Force Status by Age by Sex +G9141,P_Tot_65_74,Persons Total Age 65 74 years,Tot_P_P,G43B,people,employment,65-74 years|PERSONS,,9141,Labour Force Status by Age by Sex +G9142,P_Tot_75_84,Persons Total Age 75 84 years,Tot_P_P,G43B,people,employment,75-84 years|PERSONS,,9142,Labour Force Status by Age by Sex +G9143,P_Tot_85ov,Persons Total Age 85 years and over,Tot_P_P,G43B,people,employment,85 years and over|PERSONS,,9143,Labour Force Status by Age by Sex +G9144,P_Tot_Tot,Persons Total Total,Tot_P_P,G43B,people,employment,Total|PERSONS,,9144,Labour Force Status by Age by Sex +G10783,P_PGrad_Deg_15_24,Persons Postgraduate Degree Level Age 15 24 years,Tot_P_P,G46A,people,education|age_gender,Age: 15-24 years|PERSONS,,10783,Non-School Qualification: Level of Education by Age by Sex +G10784,P_PGrad_Deg_25_34,Persons Postgraduate Degree Level Age 25 34 years,Tot_P_P,G46A,people,education|age_gender,Age: 25-34 years|PERSONS,,10784,Non-School Qualification: Level of Education by Age by Sex +G10785,P_PGrad_Deg_35_44,Persons Postgraduate Degree Level Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10785,Non-School Qualification: Level of Education by Age by Sex +G10786,P_PGrad_Deg_45_54,Persons Postgraduate Degree Level Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10786,Non-School Qualification: Level of Education by Age by Sex +G10787,P_PGrad_Deg_55_64,Persons Postgraduate Degree Level Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10787,Non-School Qualification: Level of Education by Age by Sex +G10788,P_PGrad_Deg_65_74,Persons Postgraduate Degree Level Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10788,Non-School Qualification: Level of Education by Age by Sex +G10789,P_PGrad_Deg_75_84,Persons Postgraduate Degree Level Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10789,Non-School Qualification: Level of Education by Age by Sex +G10790,P_PGrad_Deg_85ov,Persons Postgraduate Degree Level Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10790,Non-School Qualification: Level of Education by Age by Sex +G10791,P_PGrad_Deg_Total,Persons Postgraduate Degree Level Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10791,Non-School Qualification: Level of Education by Age by Sex +G10792,P_GradDip_and_GradCert_15_24,Persons Graduate Diploma and Graduate Certificate Level Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10792,Non-School Qualification: Level of Education by Age by Sex +G10793,P_GradDip_and_GradCert_25_34,Persons Graduate Diploma and Graduate Certificate Level Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10793,Non-School Qualification: Level of Education by Age by Sex +G10794,P_GradDip_and_GradCert_35_44,Persons Graduate Diploma and Graduate Certificate Level Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10794,Non-School Qualification: Level of Education by Age by Sex +G10795,P_GradDip_and_GradCert_45_54,Persons Graduate Diploma and Graduate Certificate Level Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10795,Non-School Qualification: Level of Education by Age by Sex +G10796,P_GradDip_and_GradCert_55_64,Persons Graduate Diploma and Graduate Certificate Level Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10796,Non-School Qualification: Level of Education by Age by Sex +G10797,P_GradDip_and_GradCert_65_74,Persons Graduate Diploma and Graduate Certificate Level Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10797,Non-School Qualification: Level of Education by Age by Sex +G10798,P_GradDip_and_GradCert_75_84,Persons Graduate Diploma and Graduate Certificate Level Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10798,Non-School Qualification: Level of Education by Age by Sex +G10799,P_GradDip_and_GradCert_85ov,Persons Graduate Diploma and Graduate Certificate Level Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10799,Non-School Qualification: Level of Education by Age by Sex +G10800,P_GradDip_and_GradCert_Total,Persons Graduate Diploma and Graduate Certificate Level Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10800,Non-School Qualification: Level of Education by Age by Sex +G10801,P_BachDeg_15_24,Persons Bachelor Degree Level Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10801,Non-School Qualification: Level of Education by Age by Sex +G10802,P_BachDeg_25_34,Persons Bachelor Degree Level Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10802,Non-School Qualification: Level of Education by Age by Sex +G10803,P_BachDeg_35_44,Persons Bachelor Degree Level Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10803,Non-School Qualification: Level of Education by Age by Sex +G10804,P_BachDeg_45_54,Persons Bachelor Degree Level Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10804,Non-School Qualification: Level of Education by Age by Sex +G10805,P_BachDeg_55_64,Persons Bachelor Degree Level Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10805,Non-School Qualification: Level of Education by Age by Sex +G10806,P_BachDeg_65_74,Persons Bachelor Degree Level Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10806,Non-School Qualification: Level of Education by Age by Sex +G10807,P_BachDeg_75_84,Persons Bachelor Degree Level Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10807,Non-School Qualification: Level of Education by Age by Sex +G10808,P_BachDeg_85ov,Persons Bachelor Degree Level Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10808,Non-School Qualification: Level of Education by Age by Sex +G10809,P_BachDeg_Total,Persons Bachelor Degree Level Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10809,Non-School Qualification: Level of Education by Age by Sex +G10810,P_AdvDip_and_Dip_15_24,Persons Advanced Diploma and Diploma Level Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10810,Non-School Qualification: Level of Education by Age by Sex +G10811,P_AdvDip_and_Dip_25_34,Persons Advanced Diploma and Diploma Level Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10811,Non-School Qualification: Level of Education by Age by Sex +G10812,P_AdvDip_and_Dip_35_44,Persons Advanced Diploma and Diploma Level Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10812,Non-School Qualification: Level of Education by Age by Sex +G10813,P_AdvDip_and_Dip_45_54,Persons Advanced Diploma and Diploma Level Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10813,Non-School Qualification: Level of Education by Age by Sex +G10814,P_AdvDip_and_Dip_55_64,Persons Advanced Diploma and Diploma Level Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10814,Non-School Qualification: Level of Education by Age by Sex +G10815,P_AdvDip_and_Dip_65_74,Persons Advanced Diploma and Diploma Level Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10815,Non-School Qualification: Level of Education by Age by Sex +G10816,P_AdvDip_and_Dip_75_84,Persons Advanced Diploma and Diploma Level Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10816,Non-School Qualification: Level of Education by Age by Sex +G10817,P_AdvDip_and_Dip_85ov,Persons Advanced Diploma and Diploma Level Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10817,Non-School Qualification: Level of Education by Age by Sex +G10818,P_AdvDip_and_Dip_Total,Persons Advanced Diploma and Diploma Level Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10818,Non-School Qualification: Level of Education by Age by Sex +G10819,P_Cert_III_IV_15_24,Persons Certificate Level Certificate III and IV Level Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10819,Non-School Qualification: Level of Education by Age by Sex +G10820,P_Cert_III_IV_25_34,Persons Certificate Level Certificate III and IV Level Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10820,Non-School Qualification: Level of Education by Age by Sex +G10821,P_Cert_III_IV_35_44,Persons Certificate Level Certificate III and IV Level Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10821,Non-School Qualification: Level of Education by Age by Sex +G10822,P_Cert_III_IV_45_54,Persons Certificate Level Certificate III and IV Level Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10822,Non-School Qualification: Level of Education by Age by Sex +G10823,P_Cert_III_IV_55_64,Persons Certificate Level Certificate III and IV Level Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10823,Non-School Qualification: Level of Education by Age by Sex +G10824,P_Cert_III_IV_65_74,Persons Certificate Level Certificate III and IV Level Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10824,Non-School Qualification: Level of Education by Age by Sex +G10825,P_Cert_III_IV_75_84,Persons Certificate Level Certificate III and IV Level Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10825,Non-School Qualification: Level of Education by Age by Sex +G10826,P_Cert_III_IV_85ov,Persons Certificate Level Certificate III and IV Level Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10826,Non-School Qualification: Level of Education by Age by Sex +G10827,P_Cert_III_IV_Total,Persons Certificate Level Certificate III and IV Level Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10827,Non-School Qualification: Level of Education by Age by Sex +G10828,P_Cert_I_II_15_24,Persons Certificate Level Certificate I and II Level Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10828,Non-School Qualification: Level of Education by Age by Sex +G10829,P_Cert_I_II_25_34,Persons Certificate Level Certificate I and II Level Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10829,Non-School Qualification: Level of Education by Age by Sex +G10830,P_Cert_I_II_35_44,Persons Certificate Level Certificate I and II Level Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10830,Non-School Qualification: Level of Education by Age by Sex +G10831,P_Cert_I_II_45_54,Persons Certificate Level Certificate I and II Level Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10831,Non-School Qualification: Level of Education by Age by Sex +G10832,P_Cert_I_II_55_64,Persons Certificate Level Certificate I and II Level Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10832,Non-School Qualification: Level of Education by Age by Sex +G10833,P_Cert_I_II_65_74,Persons Certificate Level Certificate I and II Level Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10833,Non-School Qualification: Level of Education by Age by Sex +G10834,P_Cert_I_II_75_84,Persons Certificate Level Certificate I and II Level Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10834,Non-School Qualification: Level of Education by Age by Sex +G10835,P_Cert_I_II_85ov,Persons Certificate Level Certificate I and II Level Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10835,Non-School Qualification: Level of Education by Age by Sex +G10836,P_Cert_I_II_Total,Persons Certificate Level Certificate I and II Level Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10836,Non-School Qualification: Level of Education by Age by Sex +G10837,P_Cert_Levl_nfd_15_24,Persons Certificate Level Certificate Level nfd Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10837,Non-School Qualification: Level of Education by Age by Sex +G10838,P_Cert_Levl_nfd_25_34,Persons Certificate Level Certificate Level nfd Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10838,Non-School Qualification: Level of Education by Age by Sex +G10839,P_Cert_Levl_nfd_35_44,Persons Certificate Level Certificate Level nfd Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10839,Non-School Qualification: Level of Education by Age by Sex +G10840,P_Cert_Levl_nfd_45_54,Persons Certificate Level Certificate Level nfd Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10840,Non-School Qualification: Level of Education by Age by Sex +G10841,P_Cert_Levl_nfd_55_64,Persons Certificate Level Certificate Level nfd Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10841,Non-School Qualification: Level of Education by Age by Sex +G10842,P_Cert_Levl_nfd_65_74,Persons Certificate Level Certificate Level nfd Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10842,Non-School Qualification: Level of Education by Age by Sex +G10843,P_Cert_Levl_nfd_75_84,Persons Certificate Level Certificate Level nfd Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10843,Non-School Qualification: Level of Education by Age by Sex +G10844,P_Cert_Levl_nfd_85ov,Persons Certificate Level Certificate Level nfd Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10844,Non-School Qualification: Level of Education by Age by Sex +G10845,P_Cert_Levl_nfd_Total,Persons Certificate Level Certificate Level nfd Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10845,Non-School Qualification: Level of Education by Age by Sex +G10846,P_Cert_Lev_Tot_15_24,Persons Certificate Level Total Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10846,Non-School Qualification: Level of Education by Age by Sex +G10847,P_Cert_Lev_Tot_25_34,Persons Certificate Level Total Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10847,Non-School Qualification: Level of Education by Age by Sex +G10848,P_Cert_Lev_Tot_35_44,Persons Certificate Level Total Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10848,Non-School Qualification: Level of Education by Age by Sex +G10849,P_Cert_Lev_Tot_45_54,Persons Certificate Level Total Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10849,Non-School Qualification: Level of Education by Age by Sex +G10850,P_Cert_Lev_Tot_55_64,Persons Certificate Level Total Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10850,Non-School Qualification: Level of Education by Age by Sex +G10851,P_Cert_Lev_Tot_65_74,Persons Certificate Level Total Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10851,Non-School Qualification: Level of Education by Age by Sex +G10852,P_Cert_Lev_Tot_75_84,Persons Certificate Level Total Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10852,Non-School Qualification: Level of Education by Age by Sex +G10853,P_Cert_Lev_Tot_85ov,Persons Certificate Level Total Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10853,Non-School Qualification: Level of Education by Age by Sex +G10854,P_Cert_Lev_Tot_Total,Persons Certificate Level Total Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10854,Non-School Qualification: Level of Education by Age by Sex +G10855,P_Lev_Edu_IDes_15_24,Persons Level of education inadequately described Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10855,Non-School Qualification: Level of Education by Age by Sex +G10856,P_Lev_Edu_IDes_25_34,Persons Level of education inadequately described Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10856,Non-School Qualification: Level of Education by Age by Sex +G10857,P_Lev_Edu_IDes_35_44,Persons Level of education inadequately described Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10857,Non-School Qualification: Level of Education by Age by Sex +G10858,P_Lev_Edu_IDes_45_54,Persons Level of education inadequately described Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10858,Non-School Qualification: Level of Education by Age by Sex +G10859,P_Lev_Edu_IDes_55_64,Persons Level of education inadequately described Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10859,Non-School Qualification: Level of Education by Age by Sex +G10860,P_Lev_Edu_IDes_65_74,Persons Level of education inadequately described Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10860,Non-School Qualification: Level of Education by Age by Sex +G10861,P_Lev_Edu_IDes_75_84,Persons Level of education inadequately described Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10861,Non-School Qualification: Level of Education by Age by Sex +G10862,P_Lev_Edu_IDes_85ov,Persons Level of education inadequately described Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10862,Non-School Qualification: Level of Education by Age by Sex +G10863,P_Lev_Edu_IDes_Total,Persons Level of education inadequately described Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10863,Non-School Qualification: Level of Education by Age by Sex +G10864,P_Lev_Edu_NS_15_24,Persons Level of education not stated Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10864,Non-School Qualification: Level of Education by Age by Sex +G10865,P_Lev_Edu_NS_25_34,Persons Level of education not stated Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10865,Non-School Qualification: Level of Education by Age by Sex +G10866,P_Lev_Edu_NS_35_44,Persons Level of education not stated Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10866,Non-School Qualification: Level of Education by Age by Sex +G10867,P_Lev_Edu_NS_45_54,Persons Level of education not stated Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10867,Non-School Qualification: Level of Education by Age by Sex +G10868,P_Lev_Edu_NS_55_64,Persons Level of education not stated Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10868,Non-School Qualification: Level of Education by Age by Sex +G10869,P_Lev_Edu_NS_65_74,Persons Level of education not stated Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10869,Non-School Qualification: Level of Education by Age by Sex +G10870,P_Lev_Edu_NS_75_84,Persons Level of education not stated Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10870,Non-School Qualification: Level of Education by Age by Sex +G10871,P_Lev_Edu_NS_85ov,Persons Level of education not stated Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10871,Non-School Qualification: Level of Education by Age by Sex +G10872,P_Lev_Edu_NS_Total,Persons Level of education not stated Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10872,Non-School Qualification: Level of Education by Age by Sex +G10873,P_Tot_15_24,Persons Total Age 15 24 years,Tot_P_P,G46B,people,education|age_gender,Age: 15-24 years|PERSONS,,10873,Non-School Qualification: Level of Education by Age by Sex +G10874,P_Tot_25_34,Persons Total Age 25 34 years,Tot_P_P,G46B,people,education|age_gender,Age: 25-34 years|PERSONS,,10874,Non-School Qualification: Level of Education by Age by Sex +G10875,P_Tot_35_44,Persons Total Age 35 44 years,Tot_P_P,G46B,people,education|age_gender,Age: 35-44 years|PERSONS,,10875,Non-School Qualification: Level of Education by Age by Sex +G10876,P_Tot_45_54,Persons Total Age 45 54 years,Tot_P_P,G46B,people,education|age_gender,Age: 45-54 years|PERSONS,,10876,Non-School Qualification: Level of Education by Age by Sex +G10877,P_Tot_55_64,Persons Total Age 55 64 years,Tot_P_P,G46B,people,education|age_gender,Age: 55-64 years|PERSONS,,10877,Non-School Qualification: Level of Education by Age by Sex +G10878,P_Tot_65_74,Persons Total Age 65 74 years,Tot_P_P,G46B,people,education|age_gender,Age: 65-74 years|PERSONS,,10878,Non-School Qualification: Level of Education by Age by Sex +G10879,P_Tot_75_84,Persons Total Age 75 84 years,Tot_P_P,G46B,people,education|age_gender,Age: 75-84 years|PERSONS,,10879,Non-School Qualification: Level of Education by Age by Sex +G10880,P_Tot_85ov,Persons Total Age 85 years and over,Tot_P_P,G46B,people,education|age_gender,Age: 85 years and over|PERSONS,,10880,Non-School Qualification: Level of Education by Age by Sex +G10881,P_Tot_Total,Persons Total Total,Tot_P_P,G46B,people,education|age_gender,Total|PERSONS,,10881,Non-School Qualification: Level of Education by Age by Sex +G11152,P_NatPhyl_Scn_15_24,Persons Natural and Physical Sciences Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11152,Non-School Qualification: Field of Study by Age by Sex +G11153,P_NatPhyl_Scn_25_34,Persons Natural and Physical Sciences Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11153,Non-School Qualification: Field of Study by Age by Sex +G11154,P_NatPhyl_Scn_35_44,Persons Natural and Physical Sciences Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11154,Non-School Qualification: Field of Study by Age by Sex +G11155,P_NatPhyl_Scn_45_54,Persons Natural and Physical Sciences Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11155,Non-School Qualification: Field of Study by Age by Sex +G11156,P_NatPhyl_Scn_55_64,Persons Natural and Physical Sciences Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11156,Non-School Qualification: Field of Study by Age by Sex +G11157,P_NatPhyl_Scn_65_74,Persons Natural and Physical Sciences Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11157,Non-School Qualification: Field of Study by Age by Sex +G11158,P_NatPhyl_Scn_75_84,Persons Natural and Physical Sciences Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11158,Non-School Qualification: Field of Study by Age by Sex +G11159,P_NatPhyl_Scn_85ov,Persons Natural and Physical Sciences Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11159,Non-School Qualification: Field of Study by Age by Sex +G11160,P_NatPhyl_Scn_Tot,Persons Natural and Physical Sciences Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11160,Non-School Qualification: Field of Study by Age by Sex +G11161,P_InfoTech_15_24,Persons Information Technology Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11161,Non-School Qualification: Field of Study by Age by Sex +G11162,P_InfoTech_25_34,Persons Information Technology Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11162,Non-School Qualification: Field of Study by Age by Sex +G11163,P_InfoTech_35_44,Persons Information Technology Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11163,Non-School Qualification: Field of Study by Age by Sex +G11164,P_InfoTech_45_54,Persons Information Technology Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11164,Non-School Qualification: Field of Study by Age by Sex +G11165,P_InfoTech_55_64,Persons Information Technology Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11165,Non-School Qualification: Field of Study by Age by Sex +G11166,P_InfoTech_65_74,Persons Information Technology Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11166,Non-School Qualification: Field of Study by Age by Sex +G11167,P_InfoTech_75_84,Persons Information Technology Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11167,Non-School Qualification: Field of Study by Age by Sex +G11168,P_InfoTech_85ov,Persons Information Technology Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11168,Non-School Qualification: Field of Study by Age by Sex +G11169,P_InfoTech_Tot,Persons Information Technology Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11169,Non-School Qualification: Field of Study by Age by Sex +G11170,P_Eng_RelTec_15_24,Persons Engineering and Related Technologies Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11170,Non-School Qualification: Field of Study by Age by Sex +G11171,P_Eng_RelTec_25_34,Persons Engineering and Related Technologies Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11171,Non-School Qualification: Field of Study by Age by Sex +G11172,P_Eng_RelTec_35_44,Persons Engineering and Related Technologies Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11172,Non-School Qualification: Field of Study by Age by Sex +G11173,P_Eng_RelTec_45_54,Persons Engineering and Related Technologies Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11173,Non-School Qualification: Field of Study by Age by Sex +G11174,P_Eng_RelTec_55_64,Persons Engineering and Related Technologies Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11174,Non-School Qualification: Field of Study by Age by Sex +G11175,P_Eng_RelTec_65_74,Persons Engineering and Related Technologies Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11175,Non-School Qualification: Field of Study by Age by Sex +G11176,P_Eng_RelTec_75_84,Persons Engineering and Related Technologies Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11176,Non-School Qualification: Field of Study by Age by Sex +G11177,P_Eng_RelTec_85ov,Persons Engineering and Related Technologies Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11177,Non-School Qualification: Field of Study by Age by Sex +G11178,P_Eng_RelTec_Tot,Persons Engineering and Related Technologies Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11178,Non-School Qualification: Field of Study by Age by Sex +G11179,P_ArchtBldng_15_24,Persons Architecture and Building Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11179,Non-School Qualification: Field of Study by Age by Sex +G11180,P_ArchtBldng_25_34,Persons Architecture and Building Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11180,Non-School Qualification: Field of Study by Age by Sex +G11181,P_ArchtBldng_35_44,Persons Architecture and Building Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11181,Non-School Qualification: Field of Study by Age by Sex +G11182,P_ArchtBldng_45_54,Persons Architecture and Building Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11182,Non-School Qualification: Field of Study by Age by Sex +G11183,P_ArchtBldng_55_64,Persons Architecture and Building Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11183,Non-School Qualification: Field of Study by Age by Sex +G11184,P_ArchtBldng_65_74,Persons Architecture and Building Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11184,Non-School Qualification: Field of Study by Age by Sex +G11185,P_ArchtBldng_75_84,Persons Architecture and Building Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11185,Non-School Qualification: Field of Study by Age by Sex +G11186,P_ArchtBldng_85ov,Persons Architecture and Building Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11186,Non-School Qualification: Field of Study by Age by Sex +G11187,P_ArchtBldng_Tot,Persons Architecture and Building Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11187,Non-School Qualification: Field of Study by Age by Sex +G11188,P_Ag_Envir_Rltd_Sts_15_24,Persons Agriculture Environmental and Related Studies Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11188,Non-School Qualification: Field of Study by Age by Sex +G11189,P_Ag_Envir_Rltd_Sts_25_34,Persons Agriculture Environmental and Related Studies Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11189,Non-School Qualification: Field of Study by Age by Sex +G11190,P_Ag_Envir_Rltd_Sts_35_44,Persons Agriculture Environmental and Related Studies Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11190,Non-School Qualification: Field of Study by Age by Sex +G11191,P_Ag_Envir_Rltd_Sts_45_54,Persons Agriculture Environmental and Related Studies Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11191,Non-School Qualification: Field of Study by Age by Sex +G11192,P_Ag_Envir_Rltd_Sts_55_64,Persons Agriculture Environmental and Related Studies Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11192,Non-School Qualification: Field of Study by Age by Sex +G11193,P_Ag_Envir_Rltd_Sts_65_74,Persons Agriculture Environmental and Related Studies Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11193,Non-School Qualification: Field of Study by Age by Sex +G11194,P_Ag_Envir_Rltd_Sts_75_84,Persons Agriculture Environmental and Related Studies Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11194,Non-School Qualification: Field of Study by Age by Sex +G11195,P_Ag_Envir_Rltd_Sts_85ov,Persons Agriculture Environmental and Related Studies Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11195,Non-School Qualification: Field of Study by Age by Sex +G11196,P_Ag_Envir_Rltd_Sts_Tot,Persons Agriculture Environmental and Related Studies Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11196,Non-School Qualification: Field of Study by Age by Sex +G11197,P_Health_15_24,Persons Health Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11197,Non-School Qualification: Field of Study by Age by Sex +G11198,P_Health_25_34,Persons Health Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11198,Non-School Qualification: Field of Study by Age by Sex +G11199,P_Health_35_44,Persons Health Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11199,Non-School Qualification: Field of Study by Age by Sex +G11200,P_Health_45_54,Persons Health Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11200,Non-School Qualification: Field of Study by Age by Sex +G11201,P_Health_55_64,Persons Health Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11201,Non-School Qualification: Field of Study by Age by Sex +G11202,P_Health_65_74,Persons Health Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11202,Non-School Qualification: Field of Study by Age by Sex +G11203,P_Health_75_84,Persons Health Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11203,Non-School Qualification: Field of Study by Age by Sex +G11204,P_Health_85ov,Persons Health Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11204,Non-School Qualification: Field of Study by Age by Sex +G11205,P_Health_Tot,Persons Health Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11205,Non-School Qualification: Field of Study by Age by Sex +G11206,P_Educ_15_24,Persons Education Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11206,Non-School Qualification: Field of Study by Age by Sex +G11207,P_Educ_25_34,Persons Education Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11207,Non-School Qualification: Field of Study by Age by Sex +G11208,P_Educ_35_44,Persons Education Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11208,Non-School Qualification: Field of Study by Age by Sex +G11209,P_Educ_45_54,Persons Education Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11209,Non-School Qualification: Field of Study by Age by Sex +G11210,P_Educ_55_64,Persons Education Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11210,Non-School Qualification: Field of Study by Age by Sex +G11211,P_Educ_65_74,Persons Education Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11211,Non-School Qualification: Field of Study by Age by Sex +G11212,P_Educ_75_84,Persons Education Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11212,Non-School Qualification: Field of Study by Age by Sex +G11213,P_Educ_85ov,Persons Education Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11213,Non-School Qualification: Field of Study by Age by Sex +G11214,P_Educ_Tot,Persons Education Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11214,Non-School Qualification: Field of Study by Age by Sex +G11215,P_Mgnt_Com_15_24,Persons Management and Commerce Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11215,Non-School Qualification: Field of Study by Age by Sex +G11216,P_Mgnt_Com_25_34,Persons Management and Commerce Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11216,Non-School Qualification: Field of Study by Age by Sex +G11217,P_Mgnt_Com_35_44,Persons Management and Commerce Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11217,Non-School Qualification: Field of Study by Age by Sex +G11218,P_Mgnt_Com_45_54,Persons Management and Commerce Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11218,Non-School Qualification: Field of Study by Age by Sex +G11219,P_Mgnt_Com_55_64,Persons Management and Commerce Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11219,Non-School Qualification: Field of Study by Age by Sex +G11220,P_Mgnt_Com_65_74,Persons Management and Commerce Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11220,Non-School Qualification: Field of Study by Age by Sex +G11221,P_Mgnt_Com_75_84,Persons Management and Commerce Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11221,Non-School Qualification: Field of Study by Age by Sex +G11222,P_Mgnt_Com_85ov,Persons Management and Commerce Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11222,Non-School Qualification: Field of Study by Age by Sex +G11223,P_Mgnt_Com_Tot,Persons Management and Commerce Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11223,Non-School Qualification: Field of Study by Age by Sex +G11224,P_Society_Cult_15_24,Persons Society and Culture Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11224,Non-School Qualification: Field of Study by Age by Sex +G11225,P_Society_Cult_25_34,Persons Society and Culture Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11225,Non-School Qualification: Field of Study by Age by Sex +G11226,P_Society_Cult_35_44,Persons Society and Culture Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11226,Non-School Qualification: Field of Study by Age by Sex +G11227,P_Society_Cult_45_54,Persons Society and Culture Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11227,Non-School Qualification: Field of Study by Age by Sex +G11228,P_Society_Cult_55_64,Persons Society and Culture Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11228,Non-School Qualification: Field of Study by Age by Sex +G11229,P_Society_Cult_65_74,Persons Society and Culture Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11229,Non-School Qualification: Field of Study by Age by Sex +G11230,P_Society_Cult_75_84,Persons Society and Culture Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11230,Non-School Qualification: Field of Study by Age by Sex +G11231,P_Society_Cult_85ov,Persons Society and Culture Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11231,Non-School Qualification: Field of Study by Age by Sex +G11232,P_Society_Cult_Tot,Persons Society and Culture Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11232,Non-School Qualification: Field of Study by Age by Sex +G11233,P_Creative_Arts_15_24,Persons Creative Arts Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11233,Non-School Qualification: Field of Study by Age by Sex +G11234,P_Creative_Arts_25_34,Persons Creative Arts Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11234,Non-School Qualification: Field of Study by Age by Sex +G11235,P_Creative_Arts_35_44,Persons Creative Arts Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11235,Non-School Qualification: Field of Study by Age by Sex +G11236,P_Creative_Arts_45_54,Persons Creative Arts Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11236,Non-School Qualification: Field of Study by Age by Sex +G11237,P_Creative_Arts_55_64,Persons Creative Arts Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11237,Non-School Qualification: Field of Study by Age by Sex +G11238,P_Creative_Arts_65_74,Persons Creative Arts Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11238,Non-School Qualification: Field of Study by Age by Sex +G11239,P_Creative_Arts_75_84,Persons Creative Arts Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11239,Non-School Qualification: Field of Study by Age by Sex +G11240,P_Creative_Arts_85ov,Persons Creative Arts Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11240,Non-School Qualification: Field of Study by Age by Sex +G11241,P_Creative_Arts_Tot,Persons Creative Arts Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11241,Non-School Qualification: Field of Study by Age by Sex +G11242,P_Fd_Hosp_Psnl_Svcs_15_24,Persons Food Hospitality and Personal Services Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11242,Non-School Qualification: Field of Study by Age by Sex +G11243,P_Fd_Hosp_Psnl_Svcs_25_34,Persons Food Hospitality and Personal Services Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11243,Non-School Qualification: Field of Study by Age by Sex +G11244,P_Fd_Hosp_Psnl_Svcs_35_44,Persons Food Hospitality and Personal Services Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11244,Non-School Qualification: Field of Study by Age by Sex +G11245,P_Fd_Hosp_Psnl_Svcs_45_54,Persons Food Hospitality and Personal Services Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11245,Non-School Qualification: Field of Study by Age by Sex +G11246,P_Fd_Hosp_Psnl_Svcs_55_64,Persons Food Hospitality and Personal Services Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11246,Non-School Qualification: Field of Study by Age by Sex +G11247,P_Fd_Hosp_Psnl_Svcs_65_74,Persons Food Hospitality and Personal Services Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11247,Non-School Qualification: Field of Study by Age by Sex +G11248,P_Fd_Hosp_Psnl_Svcs_75_84,Persons Food Hospitality and Personal Services Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11248,Non-School Qualification: Field of Study by Age by Sex +G11249,P_Fd_Hosp_Psnl_Svcs_85ov,Persons Food Hospitality and Personal Services Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11249,Non-School Qualification: Field of Study by Age by Sex +G11250,P_Fd_Hosp_Psnl_Svcs_Tot,Persons Food Hospitality and Personal Services Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11250,Non-School Qualification: Field of Study by Age by Sex +G11251,P_MixFld_Prgm_15_24,Persons Mixed Field Programmes Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11251,Non-School Qualification: Field of Study by Age by Sex +G11252,P_MixFld_Prgm_25_34,Persons Mixed Field Programmes Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11252,Non-School Qualification: Field of Study by Age by Sex +G11253,P_MixFld_Prgm_35_44,Persons Mixed Field Programmes Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11253,Non-School Qualification: Field of Study by Age by Sex +G11254,P_MixFld_Prgm_45_54,Persons Mixed Field Programmes Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11254,Non-School Qualification: Field of Study by Age by Sex +G11255,P_MixFld_Prgm_55_64,Persons Mixed Field Programmes Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11255,Non-School Qualification: Field of Study by Age by Sex +G11256,P_MixFld_Prgm_65_74,Persons Mixed Field Programmes Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11256,Non-School Qualification: Field of Study by Age by Sex +G11257,P_MixFld_Prgm_75_84,Persons Mixed Field Programmes Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11257,Non-School Qualification: Field of Study by Age by Sex +G11258,P_MixFld_Prgm_85ov,Persons Mixed Field Programmes Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11258,Non-School Qualification: Field of Study by Age by Sex +G11259,P_MixFld_Prgm_Tot,Persons Mixed Field Programmes Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11259,Non-School Qualification: Field of Study by Age by Sex +G11260,P_FldStd_InadDes_15_24,Persons Field of study inadequately described Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11260,Non-School Qualification: Field of Study by Age by Sex +G11261,P_FldStd_InadDes_25_34,Persons Field of study inadequately described Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11261,Non-School Qualification: Field of Study by Age by Sex +G11262,P_FldStd_InadDes_35_44,Persons Field of study inadequately described Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11262,Non-School Qualification: Field of Study by Age by Sex +G11263,P_FldStd_InadDes_45_54,Persons Field of study inadequately described Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11263,Non-School Qualification: Field of Study by Age by Sex +G11264,P_FldStd_InadDes_55_64,Persons Field of study inadequately described Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11264,Non-School Qualification: Field of Study by Age by Sex +G11265,P_FldStd_InadDes_65_74,Persons Field of study inadequately described Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11265,Non-School Qualification: Field of Study by Age by Sex +G11266,P_FldStd_InadDes_75_84,Persons Field of study inadequately described Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11266,Non-School Qualification: Field of Study by Age by Sex +G11267,P_FldStd_InadDes_85ov,Persons Field of study inadequately described Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11267,Non-School Qualification: Field of Study by Age by Sex +G11268,P_FldStd_InadDes_Tot,Persons Field of study inadequately described Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11268,Non-School Qualification: Field of Study by Age by Sex +G11269,P_FldStd_NS_15_24,Persons Field of study not stated Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11269,Non-School Qualification: Field of Study by Age by Sex +G11270,P_FldStd_NS_25_34,Persons Field of study not stated Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11270,Non-School Qualification: Field of Study by Age by Sex +G11271,P_FldStd_NS_35_44,Persons Field of study not stated Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11271,Non-School Qualification: Field of Study by Age by Sex +G11272,P_FldStd_NS_45_54,Persons Field of study not stated Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11272,Non-School Qualification: Field of Study by Age by Sex +G11273,P_FldStd_NS_55_64,Persons Field of study not stated Age 55 64 years,Tot_P_P,G47B,people,education|age_gender,Age: 55-64 years|PERSONS,,11273,Non-School Qualification: Field of Study by Age by Sex +G11274,P_FldStd_NS_65_74,Persons Field of study not stated Age 65 74 years,Tot_P_P,G47B,people,education|age_gender,Age: 65-74 years|PERSONS,,11274,Non-School Qualification: Field of Study by Age by Sex +G11275,P_FldStd_NS_75_84,Persons Field of study not stated Age 75 84 years,Tot_P_P,G47B,people,education|age_gender,Age: 75-84 years|PERSONS,,11275,Non-School Qualification: Field of Study by Age by Sex +G11276,P_FldStd_NS_85ov,Persons Field of study not stated Age 85 years and over,Tot_P_P,G47B,people,education|age_gender,Age: 85 years and over|PERSONS,,11276,Non-School Qualification: Field of Study by Age by Sex +G11277,P_FldStd_NS_Tot,Persons Field of study not stated Total,Tot_P_P,G47B,people,education|age_gender,Total|PERSONS,,11277,Non-School Qualification: Field of Study by Age by Sex +G11278,P_Tot_15_24,Persons Total Age 15 24 years,Tot_P_P,G47B,people,education|age_gender,Age: 15-24 years|PERSONS,,11278,Non-School Qualification: Field of Study by Age by Sex +G11279,P_Tot_25_34,Persons Total Age 25 34 years,Tot_P_P,G47B,people,education|age_gender,Age: 25-34 years|PERSONS,,11279,Non-School Qualification: Field of Study by Age by Sex +G11280,P_Tot_35_44,Persons Total Age 35 44 years,Tot_P_P,G47B,people,education|age_gender,Age: 35-44 years|PERSONS,,11280,Non-School Qualification: Field of Study by Age by Sex +G11281,P_Tot_45_54,Persons Total Age 45 54 years,Tot_P_P,G47B,people,education|age_gender,Age: 45-54 years|PERSONS,,11281,Non-School Qualification: Field of Study by Age by Sex +G11282,P_Tot_55_64,Persons Total Age 55 64 years,Tot_P_P,G47C,people,education|age_gender,Age: 55-64 years|PERSONS,,11282,Non-School Qualification: Field of Study by Age by Sex +G11283,P_Tot_65_74,Persons Total Age 65 74 years,Tot_P_P,G47C,people,education|age_gender,Age: 65-74 years|PERSONS,,11283,Non-School Qualification: Field of Study by Age by Sex +G11284,P_Tot_75_84,Persons Total Age 75 84 years,Tot_P_P,G47C,people,education|age_gender,Age: 75-84 years|PERSONS,,11284,Non-School Qualification: Field of Study by Age by Sex +G11285,P_Tot_85ov,Persons Total Age 85 years and over,Tot_P_P,G47C,people,education|age_gender,Age: 85 years and over|PERSONS,,11285,Non-School Qualification: Field of Study by Age by Sex +G11286,P_Tot_Tot,Persons Total Total,Tot_P_P,G47C,people,education|age_gender,Total|PERSONS,,11286,Non-School Qualification: Field of Study by Age by Sex +G11587,P_NatPhySci_Occ_Mng,Persons Natural and Physical Sciences Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11587,Non-School Qualification: Field of Study by Occupation by Sex +G11588,P_NatPhySci_Occ_Pro,Persons Natural and Physical Sciences Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11588,Non-School Qualification: Field of Study by Occupation by Sex +G11589,P_NatPhySci_Occ_TTW,Persons Natural and Physical Sciences Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11589,Non-School Qualification: Field of Study by Occupation by Sex +G11590,P_NatPhySci_Occ_CPS,Persons Natural and Physical Sciences Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11590,Non-School Qualification: Field of Study by Occupation by Sex +G11591,P_NatPhySci_Occ_CA,Persons Natural and Physical Sciences Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11591,Non-School Qualification: Field of Study by Occupation by Sex +G11592,P_NatPhySci_Occ_Sal,Persons Natural and Physical Sciences Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11592,Non-School Qualification: Field of Study by Occupation by Sex +G11593,P_NatPhySci_Occ_MOD,Persons Natural and Physical Sciences Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11593,Non-School Qualification: Field of Study by Occupation by Sex +G11594,P_NatPhySci_Occ_Lab,Persons Natural and Physical Sciences Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11594,Non-School Qualification: Field of Study by Occupation by Sex +G11595,P_NatPhySci_Occ_IDNS,Persons Natural and Physical Sciences Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11595,Non-School Qualification: Field of Study by Occupation by Sex +G11596,P_NatPhySci_Total,Persons Natural and Physical Sciences Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11596,Non-School Qualification: Field of Study by Occupation by Sex +G11597,P_InfoTechn_Occ_Mng,Persons Information Technology Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11597,Non-School Qualification: Field of Study by Occupation by Sex +G11598,P_InfoTechn_Occ_Pro,Persons Information Technology Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11598,Non-School Qualification: Field of Study by Occupation by Sex +G11599,P_InfoTechn_Occ_TTW,Persons Information Technology Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11599,Non-School Qualification: Field of Study by Occupation by Sex +G11600,P_InfoTechn_Occ_CPS,Persons Information Technology Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11600,Non-School Qualification: Field of Study by Occupation by Sex +G11601,P_InfoTechn_Occ_CA,Persons Information Technology Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11601,Non-School Qualification: Field of Study by Occupation by Sex +G11602,P_InfoTechn_Occ_Sal,Persons Information Technology Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11602,Non-School Qualification: Field of Study by Occupation by Sex +G11603,P_InfoTechn_Occ_MOD,Persons Information Technology Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11603,Non-School Qualification: Field of Study by Occupation by Sex +G11604,P_InfoTechn_Occ_Lab,Persons Information Technology Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11604,Non-School Qualification: Field of Study by Occupation by Sex +G11605,P_InfoTechn_Occ_IDNS,Persons Information Technology Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11605,Non-School Qualification: Field of Study by Occupation by Sex +G11606,P_InfoTechn_Total,Persons Information Technology Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11606,Non-School Qualification: Field of Study by Occupation by Sex +G11607,P_EngRelTech_Occ_Mng,Persons Engineering and Related Technologies Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11607,Non-School Qualification: Field of Study by Occupation by Sex +G11608,P_EngRelTech_Occ_Pro,Persons Engineering and Related Technologies Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11608,Non-School Qualification: Field of Study by Occupation by Sex +G11609,P_EngRelTech_Occ_TTW,Persons Engineering and Related Technologies Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11609,Non-School Qualification: Field of Study by Occupation by Sex +G11610,P_EngRelTech_Occ_CPS,Persons Engineering and Related Technologies Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11610,Non-School Qualification: Field of Study by Occupation by Sex +G11611,P_EngRelTech_Occ_CA,Persons Engineering and Related Technologies Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11611,Non-School Qualification: Field of Study by Occupation by Sex +G11612,P_EngRelTech_Occ_Sal,Persons Engineering and Related Technologies Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11612,Non-School Qualification: Field of Study by Occupation by Sex +G11613,P_EngRelTech_Occ_MOD,Persons Engineering and Related Technologies Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11613,Non-School Qualification: Field of Study by Occupation by Sex +G11614,P_EngRelTech_Occ_Lab,Persons Engineering and Related Technologies Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11614,Non-School Qualification: Field of Study by Occupation by Sex +G11615,P_EngRelTech_Occ_IDNS,Persons Engineering and Related Technologies Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11615,Non-School Qualification: Field of Study by Occupation by Sex +G11616,P_EngRelTech_Total,Persons Engineering and Related Technologies Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11616,Non-School Qualification: Field of Study by Occupation by Sex +G11617,P_ArchitBuild_Occ_Mng,Persons Architecture and Building Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11617,Non-School Qualification: Field of Study by Occupation by Sex +G11618,P_ArchitBuild_Occ_Pro,Persons Architecture and Building Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11618,Non-School Qualification: Field of Study by Occupation by Sex +G11619,P_ArchitBuild_Occ_TTW,Persons Architecture and Building Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11619,Non-School Qualification: Field of Study by Occupation by Sex +G11620,P_ArchitBuild_Occ_CPS,Persons Architecture and Building Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11620,Non-School Qualification: Field of Study by Occupation by Sex +G11621,P_ArchitBuild_Occ_CA,Persons Architecture and Building Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11621,Non-School Qualification: Field of Study by Occupation by Sex +G11622,P_ArchitBuild_Occ_Sal,Persons Architecture and Building Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11622,Non-School Qualification: Field of Study by Occupation by Sex +G11623,P_ArchitBuild_Occ_MOD,Persons Architecture and Building Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11623,Non-School Qualification: Field of Study by Occupation by Sex +G11624,P_ArchitBuild_Occ_Lab,Persons Architecture and Building Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11624,Non-School Qualification: Field of Study by Occupation by Sex +G11625,P_ArchitBuild_Occ_IDNS,Persons Architecture and Building Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11625,Non-School Qualification: Field of Study by Occupation by Sex +G11626,P_ArchitBuild_Total,Persons Architecture and Building Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11626,Non-School Qualification: Field of Study by Occupation by Sex +G11627,P_AgriEnviRelStu_Occ_Mng,Persons Agriculture Environmental and Related Studies Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11627,Non-School Qualification: Field of Study by Occupation by Sex +G11628,P_AgriEnviRelStu_Occ_Pro,Persons Agriculture Environmental and Related Studies Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11628,Non-School Qualification: Field of Study by Occupation by Sex +G11629,P_AgriEnviRelStu_Occ_TTW,Persons Agriculture Environmental and Related Studies Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11629,Non-School Qualification: Field of Study by Occupation by Sex +G11630,P_AgriEnviRelStu_Occ_CPS,Persons Agriculture Environmental and Related Studies Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11630,Non-School Qualification: Field of Study by Occupation by Sex +G11631,P_AgriEnviRelStu_Occ_CA,Persons Agriculture Environmental and Related Studies Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11631,Non-School Qualification: Field of Study by Occupation by Sex +G11632,P_AgriEnviRelStu_Occ_Sal,Persons Agriculture Environmental and Related Studies Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11632,Non-School Qualification: Field of Study by Occupation by Sex +G11633,P_AgriEnviRelStu_Occ_MOD,Persons Agriculture Environmental and Related Studies Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11633,Non-School Qualification: Field of Study by Occupation by Sex +G11634,P_AgriEnviRelStu_Occ_Lab,Persons Agriculture Environmental and Related Studies Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11634,Non-School Qualification: Field of Study by Occupation by Sex +G11635,P_AgriEnviRelStu_Occ_IDNS,Persons Agriculture Environmental and Related Studies Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11635,Non-School Qualification: Field of Study by Occupation by Sex +G11636,P_AgriEnviRelStu_Total,Persons Agriculture Environmental and Related Studies Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11636,Non-School Qualification: Field of Study by Occupation by Sex +G11637,P_Health_Occ_Mng,Persons Health Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11637,Non-School Qualification: Field of Study by Occupation by Sex +G11638,P_Health_Occ_Pro,Persons Health Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11638,Non-School Qualification: Field of Study by Occupation by Sex +G11639,P_Health_Occ_TTW,Persons Health Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11639,Non-School Qualification: Field of Study by Occupation by Sex +G11640,P_Health_Occ_CPS,Persons Health Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11640,Non-School Qualification: Field of Study by Occupation by Sex +G11641,P_Health_Occ_CA,Persons Health Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11641,Non-School Qualification: Field of Study by Occupation by Sex +G11642,P_Health_Occ_Sal,Persons Health Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11642,Non-School Qualification: Field of Study by Occupation by Sex +G11643,P_Health_Occ_MOD,Persons Health Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11643,Non-School Qualification: Field of Study by Occupation by Sex +G11644,P_Health_Occ_Lab,Persons Health Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11644,Non-School Qualification: Field of Study by Occupation by Sex +G11645,P_Health_Occ_IDNS,Persons Health Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11645,Non-School Qualification: Field of Study by Occupation by Sex +G11646,P_Health_Total,Persons Health Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11646,Non-School Qualification: Field of Study by Occupation by Sex +G11647,P_Educat_Occ_Mng,Persons Education Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11647,Non-School Qualification: Field of Study by Occupation by Sex +G11648,P_Educat_Occ_Pro,Persons Education Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11648,Non-School Qualification: Field of Study by Occupation by Sex +G11649,P_Educat_Occ_TTW,Persons Education Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11649,Non-School Qualification: Field of Study by Occupation by Sex +G11650,P_Educat_Occ_CPS,Persons Education Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11650,Non-School Qualification: Field of Study by Occupation by Sex +G11651,P_Educat_Occ_CA,Persons Education Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11651,Non-School Qualification: Field of Study by Occupation by Sex +G11652,P_Educat_Occ_Sal,Persons Education Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11652,Non-School Qualification: Field of Study by Occupation by Sex +G11653,P_Educat_Occ_MOD,Persons Education Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11653,Non-School Qualification: Field of Study by Occupation by Sex +G11654,P_Educat_Occ_Lab,Persons Education Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11654,Non-School Qualification: Field of Study by Occupation by Sex +G11655,P_Educat_Occ_IDNS,Persons Education Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11655,Non-School Qualification: Field of Study by Occupation by Sex +G11656,P_Educat_Total,Persons Education Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11656,Non-School Qualification: Field of Study by Occupation by Sex +G11657,P_ManagCom_Occ_Mng,Persons Management and Commerce Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11657,Non-School Qualification: Field of Study by Occupation by Sex +G11658,P_ManagCom_Occ_Pro,Persons Management and Commerce Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11658,Non-School Qualification: Field of Study by Occupation by Sex +G11659,P_ManagCom_Occ_TTW,Persons Management and Commerce Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11659,Non-School Qualification: Field of Study by Occupation by Sex +G11660,P_ManagCom_Occ_CPS,Persons Management and Commerce Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11660,Non-School Qualification: Field of Study by Occupation by Sex +G11661,P_ManagCom_Occ_CA,Persons Management and Commerce Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11661,Non-School Qualification: Field of Study by Occupation by Sex +G11662,P_ManagCom_Occ_Sal,Persons Management and Commerce Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11662,Non-School Qualification: Field of Study by Occupation by Sex +G11663,P_ManagCom_Occ_MOD,Persons Management and Commerce Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11663,Non-School Qualification: Field of Study by Occupation by Sex +G11664,P_ManagCom_Occ_Lab,Persons Management and Commerce Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11664,Non-School Qualification: Field of Study by Occupation by Sex +G11665,P_ManagCom_Occ_IDNS,Persons Management and Commerce Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11665,Non-School Qualification: Field of Study by Occupation by Sex +G11666,P_ManagCom_Total,Persons Management and Commerce Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11666,Non-School Qualification: Field of Study by Occupation by Sex +G11667,P_SocietCultu_Occ_Mng,Persons Society and Culture Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11667,Non-School Qualification: Field of Study by Occupation by Sex +G11668,P_SocietCultu_Occ_Pro,Persons Society and Culture Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11668,Non-School Qualification: Field of Study by Occupation by Sex +G11669,P_SocietCultu_Occ_TTW,Persons Society and Culture Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11669,Non-School Qualification: Field of Study by Occupation by Sex +G11670,P_SocietCultu_Occ_CPS,Persons Society and Culture Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11670,Non-School Qualification: Field of Study by Occupation by Sex +G11671,P_SocietCultu_Occ_CA,Persons Society and Culture Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11671,Non-School Qualification: Field of Study by Occupation by Sex +G11672,P_SocietCultu_Occ_Sal,Persons Society and Culture Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11672,Non-School Qualification: Field of Study by Occupation by Sex +G11673,P_SocietCultu_Occ_MOD,Persons Society and Culture Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11673,Non-School Qualification: Field of Study by Occupation by Sex +G11674,P_SocietCultu_Occ_Lab,Persons Society and Culture Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11674,Non-School Qualification: Field of Study by Occupation by Sex +G11675,P_SocietCultu_Occ_IDNS,Persons Society and Culture Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11675,Non-School Qualification: Field of Study by Occupation by Sex +G11676,P_SocietCultu_Total,Persons Society and Culture Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11676,Non-School Qualification: Field of Study by Occupation by Sex +G11677,P_CreatArt_Occ_Mng,Persons Creative Arts Occupation Managers,Tot_P_P,G48B,people,education|age_gender,Occupation: Managers|PERSONS,,11677,Non-School Qualification: Field of Study by Occupation by Sex +G11678,P_CreatArt_Occ_Pro,Persons Creative Arts Occupation Professionals,Tot_P_P,G48B,people,education|age_gender,Occupation: Professionals|PERSONS,,11678,Non-School Qualification: Field of Study by Occupation by Sex +G11679,P_CreatArt_Occ_TTW,Persons Creative Arts Occupation Technicians and trades workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11679,Non-School Qualification: Field of Study by Occupation by Sex +G11680,P_CreatArt_Occ_CPS,Persons Creative Arts Occupation Community and personal service workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11680,Non-School Qualification: Field of Study by Occupation by Sex +G11681,P_CreatArt_Occ_CA,Persons Creative Arts Occupation Clerical and administrative workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11681,Non-School Qualification: Field of Study by Occupation by Sex +G11682,P_CreatArt_Occ_Sal,Persons Creative Arts Occupation Sales workers,Tot_P_P,G48B,people,education|age_gender,Occupation: Sales workers|PERSONS,,11682,Non-School Qualification: Field of Study by Occupation by Sex +G11683,P_CreatArt_Occ_MOD,Persons Creative Arts Occupation Machinery operators and drivers,Tot_P_P,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11683,Non-School Qualification: Field of Study by Occupation by Sex +G11684,P_CreatArt_Occ_Lab,Persons Creative Arts Occupation Labourers,Tot_P_P,G48B,people,education|age_gender,Occupation: Labourers|PERSONS,,11684,Non-School Qualification: Field of Study by Occupation by Sex +G11685,P_CreatArt_Occ_IDNS,Persons Creative Arts Occupation Inadequately described Not stated,Tot_P_P,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11685,Non-School Qualification: Field of Study by Occupation by Sex +G11686,P_CreatArt_Total,Persons Creative Arts Total,Tot_P_P,G48B,people,education|age_gender,Total|PERSONS,,11686,Non-School Qualification: Field of Study by Occupation by Sex +G11687,P_FoodHospPersServ_Occ_Mng,Persons Food Hospitality and Personal Services Occupation Managers,Tot_P_P,G48C,people,education|age_gender,Occupation: Managers|PERSONS,,11687,Non-School Qualification: Field of Study by Occupation by Sex +G11688,P_FoodHospPersServ_Occ_Pro,Persons Food Hospitality and Personal Services Occupation Professionals,Tot_P_P,G48C,people,education|age_gender,Occupation: Professionals|PERSONS,,11688,Non-School Qualification: Field of Study by Occupation by Sex +G11689,P_FoodHospPersServ_Occ_TTW,Persons Food Hospitality and Personal Services Occupation Technicians and trades workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11689,Non-School Qualification: Field of Study by Occupation by Sex +G11690,P_FoodHospPersServ_Occ_CPS,Persons Food Hospitality and Personal Services Occupation Community and personal service workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11690,Non-School Qualification: Field of Study by Occupation by Sex +G11691,P_FoodHospPersServ_Occ_CA,Persons Food Hospitality and Personal Services Occupation Clerical and administrative workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11691,Non-School Qualification: Field of Study by Occupation by Sex +G11692,P_FoodHospPersServ_Occ_Sal,Persons Food Hospitality and Personal Services Occupation Sales workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Sales workers|PERSONS,,11692,Non-School Qualification: Field of Study by Occupation by Sex +G11693,P_FoodHospPersServ_Occ_MOD,Persons Food Hospitality and Personal Services Occupation Machinery operators and drivers,Tot_P_P,G48C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11693,Non-School Qualification: Field of Study by Occupation by Sex +G11694,P_FoodHospPersServ_Occ_Lab,Persons Food Hospitality and Personal Services Occupation Labourers,Tot_P_P,G48C,people,education|age_gender,Occupation: Labourers|PERSONS,,11694,Non-School Qualification: Field of Study by Occupation by Sex +G11695,P_FoodHospPersServ_Occ_IDNS,Persons Food Hospitality and Personal Services Occupation Inadequately described Not stated,Tot_P_P,G48C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11695,Non-School Qualification: Field of Study by Occupation by Sex +G11696,P_FoodHospPersServ_Total,Persons Food Hospitality and Personal Services Total,Tot_P_P,G48C,people,education|age_gender,Total|PERSONS,,11696,Non-School Qualification: Field of Study by Occupation by Sex +G11697,P_MixFieldProg_Occ_Mng,Persons Mixed Field Programmes Occupation Managers,Tot_P_P,G48C,people,education|age_gender,Occupation: Managers|PERSONS,,11697,Non-School Qualification: Field of Study by Occupation by Sex +G11698,P_MixFieldProg_Occ_Pro,Persons Mixed Field Programmes Occupation Professionals,Tot_P_P,G48C,people,education|age_gender,Occupation: Professionals|PERSONS,,11698,Non-School Qualification: Field of Study by Occupation by Sex +G11699,P_MixFieldProg_Occ_TTW,Persons Mixed Field Programmes Occupation Technicians and trades workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11699,Non-School Qualification: Field of Study by Occupation by Sex +G11700,P_MixFieldProg_Occ_CPS,Persons Mixed Field Programmes Occupation Community and personal service workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11700,Non-School Qualification: Field of Study by Occupation by Sex +G11701,P_MixFieldProg_Occ_CA,Persons Mixed Field Programmes Occupation Clerical and administrative workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11701,Non-School Qualification: Field of Study by Occupation by Sex +G11702,P_MixFieldProg_Occ_Sal,Persons Mixed Field Programmes Occupation Sales workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Sales workers|PERSONS,,11702,Non-School Qualification: Field of Study by Occupation by Sex +G11703,P_MixFieldProg_Occ_MOD,Persons Mixed Field Programmes Occupation Machinery operators and drivers,Tot_P_P,G48C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11703,Non-School Qualification: Field of Study by Occupation by Sex +G11704,P_MixFieldProg_Occ_Lab,Persons Mixed Field Programmes Occupation Labourers,Tot_P_P,G48C,people,education|age_gender,Occupation: Labourers|PERSONS,,11704,Non-School Qualification: Field of Study by Occupation by Sex +G11705,P_MixFieldProg_Occ_IDNS,Persons Mixed Field Programmes Occupation Inadequately described Not stated,Tot_P_P,G48C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11705,Non-School Qualification: Field of Study by Occupation by Sex +G11706,P_MixFieldProg_Total,Persons Mixed Field Programmes Total,Tot_P_P,G48C,people,education|age_gender,Total|PERSONS,,11706,Non-School Qualification: Field of Study by Occupation by Sex +G11707,P_FS_ID_Occ_Mng,Persons Field of study inadequately described Occupation Managers,Tot_P_P,G48C,people,education|age_gender,Occupation: Managers|PERSONS,,11707,Non-School Qualification: Field of Study by Occupation by Sex +G11708,P_FS_ID_Occ_Pro,Persons Field of study inadequately described Occupation Professionals,Tot_P_P,G48C,people,education|age_gender,Occupation: Professionals|PERSONS,,11708,Non-School Qualification: Field of Study by Occupation by Sex +G11709,P_FS_ID_Occ_TTW,Persons Field of study inadequately described Occupation Technicians and trades workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11709,Non-School Qualification: Field of Study by Occupation by Sex +G11710,P_FS_ID_Occ_CPS,Persons Field of study inadequately described Occupation Community and personal service workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11710,Non-School Qualification: Field of Study by Occupation by Sex +G11711,P_FS_ID_Occ_CA,Persons Field of study inadequately described Occupation Clerical and administrative workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11711,Non-School Qualification: Field of Study by Occupation by Sex +G11712,P_FS_ID_Occ_Sal,Persons Field of study inadequately described Occupation Sales workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Sales workers|PERSONS,,11712,Non-School Qualification: Field of Study by Occupation by Sex +G11713,P_FS_ID_Occ_MOD,Persons Field of study inadequately described Occupation Machinery operators and drivers,Tot_P_P,G48C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11713,Non-School Qualification: Field of Study by Occupation by Sex +G11714,P_FS_ID_Occ_Lab,Persons Field of study inadequately described Occupation Labourers,Tot_P_P,G48C,people,education|age_gender,Occupation: Labourers|PERSONS,,11714,Non-School Qualification: Field of Study by Occupation by Sex +G11715,P_FS_ID_Occ_IDNS,Persons Field of study inadequately described Occupation Inadequately described Not stated,Tot_P_P,G48C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11715,Non-School Qualification: Field of Study by Occupation by Sex +G11716,P_FS_ID_Total,Persons Field of study inadequately described Total,Tot_P_P,G48C,people,education|age_gender,Total|PERSONS,,11716,Non-School Qualification: Field of Study by Occupation by Sex +G11717,P_FS_NS_Occ_Mng,Persons Field of study not stated Occupation Managers,Tot_P_P,G48C,people,education|age_gender,Occupation: Managers|PERSONS,,11717,Non-School Qualification: Field of Study by Occupation by Sex +G11718,P_FS_NS_Occ_Pro,Persons Field of study not stated Occupation Professionals,Tot_P_P,G48C,people,education|age_gender,Occupation: Professionals|PERSONS,,11718,Non-School Qualification: Field of Study by Occupation by Sex +G11719,P_FS_NS_Occ_TTW,Persons Field of study not stated Occupation Technicians and trades workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11719,Non-School Qualification: Field of Study by Occupation by Sex +G11720,P_FS_NS_Occ_CPS,Persons Field of study not stated Occupation Community and personal service workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11720,Non-School Qualification: Field of Study by Occupation by Sex +G11721,P_FS_NS_Occ_CA,Persons Field of study not stated Occupation Clerical and administrative workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11721,Non-School Qualification: Field of Study by Occupation by Sex +G11722,P_FS_NS_Occ_Sal,Persons Field of study not stated Occupation Sales workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Sales workers|PERSONS,,11722,Non-School Qualification: Field of Study by Occupation by Sex +G11723,P_FS_NS_Occ_MOD,Persons Field of study not stated Occupation Machinery operators and drivers,Tot_P_P,G48C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11723,Non-School Qualification: Field of Study by Occupation by Sex +G11724,P_FS_NS_Occ_Lab,Persons Field of study not stated Occupation Labourers,Tot_P_P,G48C,people,education|age_gender,Occupation: Labourers|PERSONS,,11724,Non-School Qualification: Field of Study by Occupation by Sex +G11725,P_FS_NS_Occ_IDNS,Persons Field of study not stated Occupation Inadequately described Not stated,Tot_P_P,G48C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11725,Non-School Qualification: Field of Study by Occupation by Sex +G11726,P_FS_NS_Total,Persons Field of study not stated Total,Tot_P_P,G48C,people,education|age_gender,Total|PERSONS,,11726,Non-School Qualification: Field of Study by Occupation by Sex +G11727,P_Tot_Occ_Mng,Persons Total Occupation Managers,Tot_P_P,G48C,people,education|age_gender,Occupation: Managers|PERSONS,,11727,Non-School Qualification: Field of Study by Occupation by Sex +G11728,P_Tot_Occ_Pro,Persons Total Occupation Professionals,Tot_P_P,G48C,people,education|age_gender,Occupation: Professionals|PERSONS,,11728,Non-School Qualification: Field of Study by Occupation by Sex +G11729,P_Tot_Occ_TTW,Persons Total Occupation Technicians and trades workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,11729,Non-School Qualification: Field of Study by Occupation by Sex +G11730,P_Tot_Occ_CPS,Persons Total Occupation Community and personal service workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,11730,Non-School Qualification: Field of Study by Occupation by Sex +G11731,P_Tot_Occ_CA,Persons Total Occupation Clerical and administrative workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,11731,Non-School Qualification: Field of Study by Occupation by Sex +G11732,P_Tot_Occ_Sal,Persons Total Occupation Sales workers,Tot_P_P,G48C,people,education|age_gender,Occupation: Sales workers|PERSONS,,11732,Non-School Qualification: Field of Study by Occupation by Sex +G11733,P_Tot_Occ_MOD,Persons Total Occupation Machinery operators and drivers,Tot_P_P,G48C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,11733,Non-School Qualification: Field of Study by Occupation by Sex +G11734,P_Tot_Occ_Lab,Persons Total Occupation Labourers,Tot_P_P,G48C,people,education|age_gender,Occupation: Labourers|PERSONS,,11734,Non-School Qualification: Field of Study by Occupation by Sex +G11735,P_Tot_Occ_IDNS,Persons Total Occupation Inadequately described Not stated,Tot_P_P,G48C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,11735,Non-School Qualification: Field of Study by Occupation by Sex +G11736,P_Total_Total,Persons Total Total,Tot_P_P,G48C,people,education|age_gender,Total|PERSONS,,11736,Non-School Qualification: Field of Study by Occupation by Sex +G12057,P_PoDe_PoDe_NFD_Mng,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Managers,Tot_P_P,G49B,people,education|age_gender,Occupation: Managers|PERSONS,,12057,Non-School Qualification: Level of Education by Occupation by Sex +G12058,P_PoDe_PoDe_NFD_Pro,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Professionals,Tot_P_P,G49B,people,education|age_gender,Occupation: Professionals|PERSONS,,12058,Non-School Qualification: Level of Education by Occupation by Sex +G12059,P_PoDe_PoDe_NFD_TTW,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Technicians and trades workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12059,Non-School Qualification: Level of Education by Occupation by Sex +G12060,P_PoDe_PoDe_NFD_CPS,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Community and personal service workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12060,Non-School Qualification: Level of Education by Occupation by Sex +G12061,P_PoDe_PoDe_NFD_CA,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Clerical and administrative workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12061,Non-School Qualification: Level of Education by Occupation by Sex +G12062,P_PoDe_PoDe_NFD_Sal,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Sales workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Sales workers|PERSONS,,12062,Non-School Qualification: Level of Education by Occupation by Sex +G12063,P_PoDe_PoDe_NFD_MOD,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Machinery operators and drivers,Tot_P_P,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12063,Non-School Qualification: Level of Education by Occupation by Sex +G12064,P_PoDe_PoDe_NFD_Lab,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Labourers,Tot_P_P,G49B,people,education|age_gender,Occupation: Labourers|PERSONS,,12064,Non-School Qualification: Level of Education by Occupation by Sex +G12065,P_PoDe_PoDe_NFD_IDNS,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Inadequately described Not stated,Tot_P_P,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12065,Non-School Qualification: Level of Education by Occupation by Sex +G12066,P_PoDe_PoDe_NFD_Tot,Persons Postgraduate Degree Level Postgraduate Degree Level nfd Total,Tot_P_P,G49B,people,education|age_gender,Total|PERSONS,,12066,Non-School Qualification: Level of Education by Occupation by Sex +G12067,P_PoDe_DoctDe_Mng,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Managers,Tot_P_P,G49B,people,education|age_gender,Occupation: Managers|PERSONS,,12067,Non-School Qualification: Level of Education by Occupation by Sex +G12068,P_PoDe_DoctDe_Pro,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Professionals,Tot_P_P,G49B,people,education|age_gender,Occupation: Professionals|PERSONS,,12068,Non-School Qualification: Level of Education by Occupation by Sex +G12069,P_PoDe_DoctDe_TTW,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Technicians and trades workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12069,Non-School Qualification: Level of Education by Occupation by Sex +G12070,P_PoDe_DoctDe_CPS,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Community and personal service workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12070,Non-School Qualification: Level of Education by Occupation by Sex +G12071,P_PoDe_DoctDe_CA,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Clerical and administrative workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12071,Non-School Qualification: Level of Education by Occupation by Sex +G12072,P_PoDe_DoctDe_Sal,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Sales workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Sales workers|PERSONS,,12072,Non-School Qualification: Level of Education by Occupation by Sex +G12073,P_PoDe_DoctDe_MOD,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Machinery operators and drivers,Tot_P_P,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12073,Non-School Qualification: Level of Education by Occupation by Sex +G12074,P_PoDe_DoctDe_Lab,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Labourers,Tot_P_P,G49B,people,education|age_gender,Occupation: Labourers|PERSONS,,12074,Non-School Qualification: Level of Education by Occupation by Sex +G12075,P_PoDe_DoctDe_IDNS,Persons Postgraduate Degree Level Doctoral Degree Level Occupation Inadequately described Not stated,Tot_P_P,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12075,Non-School Qualification: Level of Education by Occupation by Sex +G12076,P_PoDe_DoctDe_Tot,Persons Postgraduate Degree Level Doctoral Degree Level Total,Tot_P_P,G49B,people,education|age_gender,Total|PERSONS,,12076,Non-School Qualification: Level of Education by Occupation by Sex +G12077,P_PoDe_MasDe_Mng,Persons Postgraduate Degree Level Master Degree Level Occupation Managers,Tot_P_P,G49B,people,education|age_gender,Occupation: Managers|PERSONS,,12077,Non-School Qualification: Level of Education by Occupation by Sex +G12078,P_PoDe_MasDe_Pro,Persons Postgraduate Degree Level Master Degree Level Occupation Professionals,Tot_P_P,G49B,people,education|age_gender,Occupation: Professionals|PERSONS,,12078,Non-School Qualification: Level of Education by Occupation by Sex +G12079,P_PoDe_MasDe_TTW,Persons Postgraduate Degree Level Master Degree Level Occupation Technicians and trades workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12079,Non-School Qualification: Level of Education by Occupation by Sex +G12080,P_PoDe_MasDe_CPS,Persons Postgraduate Degree Level Master Degree Level Occupation Community and personal service workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12080,Non-School Qualification: Level of Education by Occupation by Sex +G12081,P_PoDe_MasDe_CA,Persons Postgraduate Degree Level Master Degree Level Occupation Clerical and administrative workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12081,Non-School Qualification: Level of Education by Occupation by Sex +G12082,P_PoDe_MasDe_Sal,Persons Postgraduate Degree Level Master Degree Level Occupation Sales workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Sales workers|PERSONS,,12082,Non-School Qualification: Level of Education by Occupation by Sex +G12083,P_PoDe_MasDe_MOD,Persons Postgraduate Degree Level Master Degree Level Occupation Machinery operators and drivers,Tot_P_P,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12083,Non-School Qualification: Level of Education by Occupation by Sex +G12084,P_PoDe_MasDe_Lab,Persons Postgraduate Degree Level Master Degree Level Occupation Labourers,Tot_P_P,G49B,people,education|age_gender,Occupation: Labourers|PERSONS,,12084,Non-School Qualification: Level of Education by Occupation by Sex +G12085,P_PoDe_MasDe_IDNS,Persons Postgraduate Degree Level Master Degree Level Occupation Inadequately described Not stated,Tot_P_P,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12085,Non-School Qualification: Level of Education by Occupation by Sex +G12086,P_PoDe_MasDe_Tot,Persons Postgraduate Degree Level Master Degree Level Total,Tot_P_P,G49B,people,education|age_gender,Total|PERSONS,,12086,Non-School Qualification: Level of Education by Occupation by Sex +G12087,P_GrDiGrCer_GrDiGrCerNFD_Mng,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Managers,Tot_P_P,G49B,people,education|age_gender,Occupation: Managers|PERSONS,,12087,Non-School Qualification: Level of Education by Occupation by Sex +G12088,P_GrDiGrCer_GrDiGrCerNFD_Pro,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Professionals,Tot_P_P,G49B,people,education|age_gender,Occupation: Professionals|PERSONS,,12088,Non-School Qualification: Level of Education by Occupation by Sex +G12089,P_GrDiGrCer_GrDiGrCerNFD_TTW,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Technicians and trades workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12089,Non-School Qualification: Level of Education by Occupation by Sex +G12090,P_GrDiGrCer_GrDiGrCerNFD_CPS,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Community and personal service workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12090,Non-School Qualification: Level of Education by Occupation by Sex +G12091,P_GrDiGrCer_GrDiGrCerNFD_CA,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Clerical and administrative workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12091,Non-School Qualification: Level of Education by Occupation by Sex +G12092,P_GrDiGrCer_GrDiGrCerNFD_Sal,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Sales workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Sales workers|PERSONS,,12092,Non-School Qualification: Level of Education by Occupation by Sex +G12093,P_GrDiGrCer_GrDiGrCerNFD_MOD,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Machinery operators and drivers,Tot_P_P,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12093,Non-School Qualification: Level of Education by Occupation by Sex +G12094,P_GrDiGrCer_GrDiGrCerNFD_Lab,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Labourers,Tot_P_P,G49B,people,education|age_gender,Occupation: Labourers|PERSONS,,12094,Non-School Qualification: Level of Education by Occupation by Sex +G12095,P_GrDiGrCer_GrDiGrCerNFD_IDNS,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Inadequately described Not stated,Tot_P_P,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12095,Non-School Qualification: Level of Education by Occupation by Sex +G12096,P_GrDiGrCer_GrDiGrCerNFD_Tot,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Total,Tot_P_P,G49B,people,education|age_gender,Total|PERSONS,,12096,Non-School Qualification: Level of Education by Occupation by Sex +G12097,P_GrDi_GrCer_GrDi_Mng,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Managers,Tot_P_P,G49B,people,education|age_gender,Occupation: Managers|PERSONS,,12097,Non-School Qualification: Level of Education by Occupation by Sex +G12098,P_GrDi_GrCer_GrDi_Pro,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Professionals,Tot_P_P,G49B,people,education|age_gender,Occupation: Professionals|PERSONS,,12098,Non-School Qualification: Level of Education by Occupation by Sex +G12099,P_GrDi_GrCer_GrDi_TTW,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Technicians and trades workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12099,Non-School Qualification: Level of Education by Occupation by Sex +G12100,P_GrDi_GrCer_GrDi_CPS,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Community and personal service workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12100,Non-School Qualification: Level of Education by Occupation by Sex +G12101,P_GrDi_GrCer_GrDi_CA,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Clerical and administrative workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12101,Non-School Qualification: Level of Education by Occupation by Sex +G12102,P_GrDi_GrCer_GrDi_Sal,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Sales workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Sales workers|PERSONS,,12102,Non-School Qualification: Level of Education by Occupation by Sex +G12103,P_GrDi_GrCer_GrDi_MOD,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Machinery operators and drivers,Tot_P_P,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12103,Non-School Qualification: Level of Education by Occupation by Sex +G12104,P_GrDi_GrCer_GrDi_Lab,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Labourers,Tot_P_P,G49B,people,education|age_gender,Occupation: Labourers|PERSONS,,12104,Non-School Qualification: Level of Education by Occupation by Sex +G12105,P_GrDi_GrCer_GrDi_IDNS,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Inadequately described Not stated,Tot_P_P,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12105,Non-School Qualification: Level of Education by Occupation by Sex +G12106,P_GrDi_GrCer_GrDi_Tot,Persons Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Total,Tot_P_P,G49B,people,education|age_gender,Total|PERSONS,,12106,Non-School Qualification: Level of Education by Occupation by Sex +G12107,P_GrDi_GrCer_GradCer_Mng,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Managers,Tot_P_P,G49B,people,education|age_gender,Occupation: Managers|PERSONS,,12107,Non-School Qualification: Level of Education by Occupation by Sex +G12108,P_GrDi_GrCer_GradCer_Pro,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Professionals,Tot_P_P,G49B,people,education|age_gender,Occupation: Professionals|PERSONS,,12108,Non-School Qualification: Level of Education by Occupation by Sex +G12109,P_GrDi_GrCer_GradCer_TTW,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Technicians and trades workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12109,Non-School Qualification: Level of Education by Occupation by Sex +G12110,P_GrDi_GrCer_GradCer_CPS,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Community and personal service workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12110,Non-School Qualification: Level of Education by Occupation by Sex +G12111,P_GrDi_GrCer_GradCer_CA,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Clerical and administrative workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12111,Non-School Qualification: Level of Education by Occupation by Sex +G12112,P_GrDi_GrCer_GradCer_Sal,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Sales workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Sales workers|PERSONS,,12112,Non-School Qualification: Level of Education by Occupation by Sex +G12113,P_GrDi_GrCer_GradCer_MOD,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Machinery operators and drivers,Tot_P_P,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12113,Non-School Qualification: Level of Education by Occupation by Sex +G12114,P_GrDi_GrCer_GradCer_Lab,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Labourers,Tot_P_P,G49B,people,education|age_gender,Occupation: Labourers|PERSONS,,12114,Non-School Qualification: Level of Education by Occupation by Sex +G12115,P_GrDi_GrCer_GradCer_IDNS,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Inadequately described Not stated,Tot_P_P,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12115,Non-School Qualification: Level of Education by Occupation by Sex +G12116,P_GrDi_GrCer_GradCer_Tot,Persons Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Total,Tot_P_P,G49B,people,education|age_gender,Total|PERSONS,,12116,Non-School Qualification: Level of Education by Occupation by Sex +G12117,P_BaDe_BaDe_Mng,Persons Bachelor Degree Level Bachelor Degree Level Occupation Managers,Tot_P_P,G49B,people,education|age_gender,Occupation: Managers|PERSONS,,12117,Non-School Qualification: Level of Education by Occupation by Sex +G12118,P_BaDe_BaDe_Pro,Persons Bachelor Degree Level Bachelor Degree Level Occupation Professionals,Tot_P_P,G49B,people,education|age_gender,Occupation: Professionals|PERSONS,,12118,Non-School Qualification: Level of Education by Occupation by Sex +G12119,P_BaDe_BaDe_TTW,Persons Bachelor Degree Level Bachelor Degree Level Occupation Technicians and trades workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12119,Non-School Qualification: Level of Education by Occupation by Sex +G12120,P_BaDe_BaDe_CPS,Persons Bachelor Degree Level Bachelor Degree Level Occupation Community and personal service workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12120,Non-School Qualification: Level of Education by Occupation by Sex +G12121,P_BaDe_BaDe_CA,Persons Bachelor Degree Level Bachelor Degree Level Occupation Clerical and administrative workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12121,Non-School Qualification: Level of Education by Occupation by Sex +G12122,P_BaDe_BaDe_Sal,Persons Bachelor Degree Level Bachelor Degree Level Occupation Sales workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Sales workers|PERSONS,,12122,Non-School Qualification: Level of Education by Occupation by Sex +G12123,P_BaDe_BaDe_MOD,Persons Bachelor Degree Level Bachelor Degree Level Occupation Machinery operators and drivers,Tot_P_P,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12123,Non-School Qualification: Level of Education by Occupation by Sex +G12124,P_BaDe_BaDe_Lab,Persons Bachelor Degree Level Bachelor Degree Level Occupation Labourers,Tot_P_P,G49B,people,education|age_gender,Occupation: Labourers|PERSONS,,12124,Non-School Qualification: Level of Education by Occupation by Sex +G12125,P_BaDe_BaDe_IDNS,Persons Bachelor Degree Level Bachelor Degree Level Occupation Inadequately described Not stated,Tot_P_P,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12125,Non-School Qualification: Level of Education by Occupation by Sex +G12126,P_BaDe_BaDe_Tot,Persons Bachelor Degree Level Bachelor Degree Level Total,Tot_P_P,G49B,people,education|age_gender,Total|PERSONS,,12126,Non-School Qualification: Level of Education by Occupation by Sex +G12127,P_AdvDi_Di_AdvDi_Di_NFD_Mng,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Managers,Tot_P_P,G49B,people,education|age_gender,Occupation: Managers|PERSONS,,12127,Non-School Qualification: Level of Education by Occupation by Sex +G12128,P_AdvDi_Di_AdvDi_Di_NFD_Pro,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Professionals,Tot_P_P,G49B,people,education|age_gender,Occupation: Professionals|PERSONS,,12128,Non-School Qualification: Level of Education by Occupation by Sex +G12129,P_AdvDi_Di_AdvDi_Di_NFD_TTW,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Technicians and trades workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12129,Non-School Qualification: Level of Education by Occupation by Sex +G12130,P_AdvDi_Di_AdvDi_Di_NFD_CPS,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Community and personal service workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12130,Non-School Qualification: Level of Education by Occupation by Sex +G12131,P_AdvDi_Di_AdvDi_Di_NFD_CA,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Clerical and administrative workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12131,Non-School Qualification: Level of Education by Occupation by Sex +G12132,P_AdvDi_Di_AdvDi_Di_NFD_Sal,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Sales workers,Tot_P_P,G49B,people,education|age_gender,Occupation: Sales workers|PERSONS,,12132,Non-School Qualification: Level of Education by Occupation by Sex +G12133,P_AdvDi_Di_AdvDi_Di_NFD_MOD,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Machinery operators and drivers,Tot_P_P,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12133,Non-School Qualification: Level of Education by Occupation by Sex +G12134,P_AdvDi_Di_AdvDi_Di_NFD_Lab,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Labourers,Tot_P_P,G49B,people,education|age_gender,Occupation: Labourers|PERSONS,,12134,Non-School Qualification: Level of Education by Occupation by Sex +G12135,P_AdvDi_Di_AdvDi_Di_NFD_IDNS,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Inadequately described Not stated,Tot_P_P,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12135,Non-School Qualification: Level of Education by Occupation by Sex +G12136,P_AdvDi_Di_AdvDi_Di_NFD_Tot,Persons Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Total,Tot_P_P,G49B,people,education|age_gender,Total|PERSONS,,12136,Non-School Qualification: Level of Education by Occupation by Sex +G12137,P_AdvDi_Di_AdvDi_AsDe_Mng,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Managers,Tot_P_P,G49C,people,education|age_gender,Occupation: Managers|PERSONS,,12137,Non-School Qualification: Level of Education by Occupation by Sex +G12138,P_AdvDi_Di_AdvDi_AsDe_Pro,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Professionals,Tot_P_P,G49C,people,education|age_gender,Occupation: Professionals|PERSONS,,12138,Non-School Qualification: Level of Education by Occupation by Sex +G12139,P_AdvDi_Di_AdvDi_AsDe_TTW,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Technicians and trades workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12139,Non-School Qualification: Level of Education by Occupation by Sex +G12140,P_AdvDi_Di_AdvDi_AsDe_CPS,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Community and personal service workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12140,Non-School Qualification: Level of Education by Occupation by Sex +G12141,P_AdvDi_Di_AdvDi_AsDe_CA,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Clerical and administrative workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12141,Non-School Qualification: Level of Education by Occupation by Sex +G12142,P_AdvDi_Di_AdvDi_AsDe_Sal,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Sales workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Sales workers|PERSONS,,12142,Non-School Qualification: Level of Education by Occupation by Sex +G12143,P_AdvDi_Di_AdvDi_AsDe_MOD,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Machinery operators and drivers,Tot_P_P,G49C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12143,Non-School Qualification: Level of Education by Occupation by Sex +G12144,P_AdvDi_Di_AdvDi_AsDe_Lab,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Labourers,Tot_P_P,G49C,people,education|age_gender,Occupation: Labourers|PERSONS,,12144,Non-School Qualification: Level of Education by Occupation by Sex +G12145,P_AdvDi_Di_AdvDi_AsDe_IDNS,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Occupation Inadequately described Not stated,Tot_P_P,G49C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12145,Non-School Qualification: Level of Education by Occupation by Sex +G12146,P_AdvDi_Di_AdvDi_AsDe_Tot,Persons Advanced Diploma and Diploma Advanced Diploma and Associate Degree Level Total,Tot_P_P,G49C,people,education|age_gender,Total|PERSONS,,12146,Non-School Qualification: Level of Education by Occupation by Sex +G12147,P_AdvDi_Di_Dip_Mng,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Managers,Tot_P_P,G49C,people,education|age_gender,Occupation: Managers|PERSONS,,12147,Non-School Qualification: Level of Education by Occupation by Sex +G12148,P_AdvDi_Di_Dip_Pro,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Professionals,Tot_P_P,G49C,people,education|age_gender,Occupation: Professionals|PERSONS,,12148,Non-School Qualification: Level of Education by Occupation by Sex +G12149,P_AdvDi_Di_Dip_TTW,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Technicians and trades workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12149,Non-School Qualification: Level of Education by Occupation by Sex +G12150,P_AdvDi_Di_Dip_CPS,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Community and personal service workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12150,Non-School Qualification: Level of Education by Occupation by Sex +G12151,P_AdvDi_Di_Dip_CA,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Clerical and administrative workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12151,Non-School Qualification: Level of Education by Occupation by Sex +G12152,P_AdvDi_Di_Dip_Sal,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Sales workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Sales workers|PERSONS,,12152,Non-School Qualification: Level of Education by Occupation by Sex +G12153,P_AdvDi_Di_Dip_MOD,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Machinery operators and drivers,Tot_P_P,G49C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12153,Non-School Qualification: Level of Education by Occupation by Sex +G12154,P_AdvDi_Di_Dip_Lab,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Labourers,Tot_P_P,G49C,people,education|age_gender,Occupation: Labourers|PERSONS,,12154,Non-School Qualification: Level of Education by Occupation by Sex +G12155,P_AdvDi_Di_Dip_IDNS,Persons Advanced Diploma and Diploma Level Diploma Level Occupation Inadequately described Not stated,Tot_P_P,G49C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12155,Non-School Qualification: Level of Education by Occupation by Sex +G12156,P_AdvDi_Di_Dip_Tot,Persons Advanced Diploma and Diploma Level Diploma Level Total,Tot_P_P,G49C,people,education|age_gender,Total|PERSONS,,12156,Non-School Qualification: Level of Education by Occupation by Sex +G12157,P_Cert_CertIII_IV_Mng,Persons Certificate Level Certificate III and IV Level Occupation Managers,Tot_P_P,G49C,people,education|age_gender,Occupation: Managers|PERSONS,,12157,Non-School Qualification: Level of Education by Occupation by Sex +G12158,P_Cert_CertIII_IV_Pro,Persons Certificate Level Certificate III and IV Level Occupation Professionals,Tot_P_P,G49C,people,education|age_gender,Occupation: Professionals|PERSONS,,12158,Non-School Qualification: Level of Education by Occupation by Sex +G12159,P_Cert_CertIII_IV_TTW,Persons Certificate Level Certificate III and IV Level Occupation Technicians and trades workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12159,Non-School Qualification: Level of Education by Occupation by Sex +G12160,P_Cert_CertIII_IV_CPS,Persons Certificate Level Certificate III and IV Level Occupation Community and personal service workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12160,Non-School Qualification: Level of Education by Occupation by Sex +G12161,P_Cert_CertIII_IV_CA,Persons Certificate Level Certificate III and IV Level Occupation Clerical and administrative workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12161,Non-School Qualification: Level of Education by Occupation by Sex +G12162,P_Cert_CertIII_IV_Sal,Persons Certificate Level Certificate III and IV Level Occupation Sales workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Sales workers|PERSONS,,12162,Non-School Qualification: Level of Education by Occupation by Sex +G12163,P_Cert_CertIII_IV_MOD,Persons Certificate Level Certificate III and IV Level Occupation Machinery operators and drivers,Tot_P_P,G49C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12163,Non-School Qualification: Level of Education by Occupation by Sex +G12164,P_Cert_CertIII_IV_Lab,Persons Certificate Level Certificate III and IV Level Occupation Labourers,Tot_P_P,G49C,people,education|age_gender,Occupation: Labourers|PERSONS,,12164,Non-School Qualification: Level of Education by Occupation by Sex +G12165,P_Cert_CertIII_IV_IDNS,Persons Certificate Level Certificate III and IV Level Occupation Inadequately described Not stated,Tot_P_P,G49C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12165,Non-School Qualification: Level of Education by Occupation by Sex +G12166,P_Cert_CertIII_IV_Tot,Persons Certificate Level Certificate III and IV Level Total,Tot_P_P,G49C,people,education|age_gender,Total|PERSONS,,12166,Non-School Qualification: Level of Education by Occupation by Sex +G12167,P_Cert_CertI_II_Mng,Persons Certificate Level Certificate I and II Level Occupation Managers,Tot_P_P,G49C,people,education|age_gender,Occupation: Managers|PERSONS,,12167,Non-School Qualification: Level of Education by Occupation by Sex +G12168,P_Cert_CertI_II_Pro,Persons Certificate Level Certificate I and II Level Occupation Professionals,Tot_P_P,G49C,people,education|age_gender,Occupation: Professionals|PERSONS,,12168,Non-School Qualification: Level of Education by Occupation by Sex +G12169,P_Cert_CertI_II_TTW,Persons Certificate Level Certificate I and II Level Occupation Technicians and trades workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12169,Non-School Qualification: Level of Education by Occupation by Sex +G12170,P_Cert_CertI_II_CPS,Persons Certificate Level Certificate I and II Level Occupation Community and personal service workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12170,Non-School Qualification: Level of Education by Occupation by Sex +G12171,P_Cert_CertI_II_CA,Persons Certificate Level Certificate I and II Level Occupation Clerical and administrative workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12171,Non-School Qualification: Level of Education by Occupation by Sex +G12172,P_Cert_CertI_II_Sal,Persons Certificate Level Certificate I and II Level Occupation Sales workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Sales workers|PERSONS,,12172,Non-School Qualification: Level of Education by Occupation by Sex +G12173,P_Cert_CertI_II_MOD,Persons Certificate Level Certificate I and II Level Occupation Machinery operators and drivers,Tot_P_P,G49C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12173,Non-School Qualification: Level of Education by Occupation by Sex +G12174,P_Cert_CertI_II_Lab,Persons Certificate Level Certificate I and II Level Occupation Labourers,Tot_P_P,G49C,people,education|age_gender,Occupation: Labourers|PERSONS,,12174,Non-School Qualification: Level of Education by Occupation by Sex +G12175,P_Cert_CertI_II_IDNS,Persons Certificate Level Certificate I and II Level Occupation Inadequately described Not stated,Tot_P_P,G49C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12175,Non-School Qualification: Level of Education by Occupation by Sex +G12176,P_Cert_CertI_II_Tot,Persons Certificate Level Certificate I and II Level Total,Tot_P_P,G49C,people,education|age_gender,Total|PERSONS,,12176,Non-School Qualification: Level of Education by Occupation by Sex +G12177,P_Cert_Cert_nfd_Mng,Persons Certificate Level Certificate Level nfd Occupation Managers,Tot_P_P,G49C,people,education|age_gender,Occupation: Managers|PERSONS,,12177,Non-School Qualification: Level of Education by Occupation by Sex +G12178,P_Cert_Cert_nfd_Pro,Persons Certificate Level Certificate Level nfd Occupation Professionals,Tot_P_P,G49C,people,education|age_gender,Occupation: Professionals|PERSONS,,12178,Non-School Qualification: Level of Education by Occupation by Sex +G12179,P_Cert_Cert_nfd_TTW,Persons Certificate Level Certificate Level nfd Occupation Technicians and trades workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12179,Non-School Qualification: Level of Education by Occupation by Sex +G12180,P_Cert_Cert_nfd_CPS,Persons Certificate Level Certificate Level nfd Occupation Community and personal service workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12180,Non-School Qualification: Level of Education by Occupation by Sex +G12181,P_Cert_Cert_nfd_CA,Persons Certificate Level Certificate Level nfd Occupation Clerical and administrative workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12181,Non-School Qualification: Level of Education by Occupation by Sex +G12182,P_Cert_Cert_nfd_Sal,Persons Certificate Level Certificate Level nfd Occupation Sales workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Sales workers|PERSONS,,12182,Non-School Qualification: Level of Education by Occupation by Sex +G12183,P_Cert_Cert_nfd_MOD,Persons Certificate Level Certificate Level nfd Occupation Machinery operators and drivers,Tot_P_P,G49C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12183,Non-School Qualification: Level of Education by Occupation by Sex +G12184,P_Cert_Cert_nfd_Lab,Persons Certificate Level Certificate Level nfd Occupation Labourers,Tot_P_P,G49C,people,education|age_gender,Occupation: Labourers|PERSONS,,12184,Non-School Qualification: Level of Education by Occupation by Sex +G12185,P_Cert_Cert_nfd_IDNS,Persons Certificate Level Certificate Level nfd Occupation Inadequately described Not stated,Tot_P_P,G49C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12185,Non-School Qualification: Level of Education by Occupation by Sex +G12186,P_Cert_Cert_nfd_Tot,Persons Certificate Level Certificate Level nfd Total,Tot_P_P,G49C,people,education|age_gender,Total|PERSONS,,12186,Non-School Qualification: Level of Education by Occupation by Sex +G12187,P_LE_ID_Mng,Persons Level of education inadequately described Occupation Managers,Tot_P_P,G49C,people,education|age_gender,Occupation: Managers|PERSONS,,12187,Non-School Qualification: Level of Education by Occupation by Sex +G12188,P_LE_ID_Pro,Persons Level of education inadequately described Occupation Professionals,Tot_P_P,G49C,people,education|age_gender,Occupation: Professionals|PERSONS,,12188,Non-School Qualification: Level of Education by Occupation by Sex +G12189,P_LE_ID_TTW,Persons Level of education inadequately described Occupation Technicians and trades workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12189,Non-School Qualification: Level of Education by Occupation by Sex +G12190,P_LE_ID_CPS,Persons Level of education inadequately described Occupation Community and personal service workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12190,Non-School Qualification: Level of Education by Occupation by Sex +G12191,P_LE_ID_CA,Persons Level of education inadequately described Occupation Clerical and administrative workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12191,Non-School Qualification: Level of Education by Occupation by Sex +G12192,P_LE_ID_Sal,Persons Level of education inadequately described Occupation Sales workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Sales workers|PERSONS,,12192,Non-School Qualification: Level of Education by Occupation by Sex +G12193,P_LE_ID_MOD,Persons Level of education inadequately described Occupation Machinery operators and drivers,Tot_P_P,G49C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12193,Non-School Qualification: Level of Education by Occupation by Sex +G12194,P_LE_ID_Lab,Persons Level of education inadequately described Occupation Labourers,Tot_P_P,G49C,people,education|age_gender,Occupation: Labourers|PERSONS,,12194,Non-School Qualification: Level of Education by Occupation by Sex +G12195,P_LE_ID_IDNS,Persons Level of education inadequately described Occupation Inadequately described Not stated,Tot_P_P,G49C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12195,Non-School Qualification: Level of Education by Occupation by Sex +G12196,P_LE_ID_Tot,Persons Level of education inadequately described Total,Tot_P_P,G49C,people,education|age_gender,Total|PERSONS,,12196,Non-School Qualification: Level of Education by Occupation by Sex +G12197,P_LE_NS_Mng,Persons Level of education not stated Occupation Managers,Tot_P_P,G49C,people,education|age_gender,Occupation: Managers|PERSONS,,12197,Non-School Qualification: Level of Education by Occupation by Sex +G12198,P_LE_NS_Pro,Persons Level of education not stated Occupation Professionals,Tot_P_P,G49C,people,education|age_gender,Occupation: Professionals|PERSONS,,12198,Non-School Qualification: Level of Education by Occupation by Sex +G12199,P_LE_NS_TTW,Persons Level of education not stated Occupation Technicians and trades workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12199,Non-School Qualification: Level of Education by Occupation by Sex +G12200,P_LE_NS_CPS,Persons Level of education not stated Occupation Community and personal service workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12200,Non-School Qualification: Level of Education by Occupation by Sex +G12201,P_LE_NS_CA,Persons Level of education not stated Occupation Clerical and administrative workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12201,Non-School Qualification: Level of Education by Occupation by Sex +G12202,P_LE_NS_Sal,Persons Level of education not stated Occupation Sales workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Sales workers|PERSONS,,12202,Non-School Qualification: Level of Education by Occupation by Sex +G12203,P_LE_NS_MOD,Persons Level of education not stated Occupation Machinery operators and drivers,Tot_P_P,G49C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12203,Non-School Qualification: Level of Education by Occupation by Sex +G12204,P_LE_NS_Lab,Persons Level of education not stated Occupation Labourers,Tot_P_P,G49C,people,education|age_gender,Occupation: Labourers|PERSONS,,12204,Non-School Qualification: Level of Education by Occupation by Sex +G12205,P_LE_NS_IDNS,Persons Level of education not stated Occupation Inadequately described Not stated,Tot_P_P,G49C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12205,Non-School Qualification: Level of Education by Occupation by Sex +G12206,P_LE_NS_Tot,Persons Level of education not stated Total,Tot_P_P,G49C,people,education|age_gender,Total|PERSONS,,12206,Non-School Qualification: Level of Education by Occupation by Sex +G12207,P_Tot_Mng,Persons Total Occupation Managers,Tot_P_P,G49C,people,education|age_gender,Occupation: Managers|PERSONS,,12207,Non-School Qualification: Level of Education by Occupation by Sex +G12208,P_Tot_Pro,Persons Total Occupation Professionals,Tot_P_P,G49C,people,education|age_gender,Occupation: Professionals|PERSONS,,12208,Non-School Qualification: Level of Education by Occupation by Sex +G12209,P_Tot_TTW,Persons Total Occupation Technicians and trades workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Technicians & trades workers|PERSONS,,12209,Non-School Qualification: Level of Education by Occupation by Sex +G12210,P_Tot_CPS,Persons Total Occupation Community and personal service workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Community & personal service workers|PERSONS,,12210,Non-School Qualification: Level of Education by Occupation by Sex +G12211,P_Tot_CA,Persons Total Occupation Clerical and administrative workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Clerical & administrative workers|PERSONS,,12211,Non-School Qualification: Level of Education by Occupation by Sex +G12212,P_Tot_Sal,Persons Total Occupation Sales workers,Tot_P_P,G49C,people,education|age_gender,Occupation: Sales workers|PERSONS,,12212,Non-School Qualification: Level of Education by Occupation by Sex +G12213,P_Tot_MOD,Persons Total Occupation Machinery operators and drivers,Tot_P_P,G49C,people,education|age_gender,Occupation: Machinery operators & drivers|PERSONS,,12213,Non-School Qualification: Level of Education by Occupation by Sex +G12214,P_Tot_Lab,Persons Total Occupation Labourers,Tot_P_P,G49C,people,education|age_gender,Occupation: Labourers|PERSONS,,12214,Non-School Qualification: Level of Education by Occupation by Sex +G12215,P_Tot_IDNS,Persons Total Occupation Inadequately described Not stated,Tot_P_P,G49C,people,education|age_gender,Occupation: Inadequately described/ Not stated|PERSONS,,12215,Non-School Qualification: Level of Education by Occupation by Sex +G12216,P_Tot_Tot,Persons Total Total,Tot_P_P,G49C,people,education|age_gender,Total|PERSONS,,12216,Non-School Qualification: Level of Education by Occupation by Sex +G12511,P_AgriForestFish_PD,Persons Agriculture forestry and fishing Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12511,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12512,P_AgriForestFish_GD_GC,Persons Agriculture forestry and fishing Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12512,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12513,P_AgriForestFish_BD,Persons Agriculture forestry and fishing Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12513,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12514,P_AgriForestFish_AdD_D,Persons Agriculture forestry and fishing Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12514,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12515,P_AgriForestFish_Cert,Persons Agriculture forestry and fishing Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12515,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12516,P_AgriForestFish_ID_NS,Persons Agriculture forestry and fishing Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12516,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12517,P_AgriForestFish_ToT,Persons Agriculture forestry and fishing Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12517,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12518,P_Min_PD,Persons Mining Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12518,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12519,P_Min_GD_GC,Persons Mining Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12519,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12520,P_Min_BD,Persons Mining Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12520,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12521,P_Min_AdD_D,Persons Mining Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12521,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12522,P_Min_Cert,Persons Mining Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12522,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12523,P_Min_ID_NS,Persons Mining Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12523,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12524,P_Min_ToT,Persons Mining Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12524,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12525,P_Mnfg_PD,Persons Manufacturing Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12525,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12526,P_Mnfg_GD_GC,Persons Manufacturing Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12526,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12527,P_Mnfg_BD,Persons Manufacturing Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12527,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12528,P_Mnfg_AdD_D,Persons Manufacturing Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12528,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12529,P_Mnfg_Cert,Persons Manufacturing Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12529,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12530,P_Mnfg_ID_NS,Persons Manufacturing Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12530,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12531,P_Mnfg_ToT,Persons Manufacturing Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12531,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12532,P_EGW_WS_PD,Persons Electricity gas water and waste services Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12532,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12533,P_EGW_WS_GD_GC,Persons Electricity gas water and waste services Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12533,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12534,P_EGW_WS_BD,Persons Electricity gas water and waste services Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12534,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12535,P_EGW_WS_AdD_D,Persons Electricity gas water and waste services Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12535,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12536,P_EGW_WS_Cert,Persons Electricity gas water and waste services Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12536,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12537,P_EGW_WS_ID_NS,Persons Electricity gas water and waste services Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12537,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12538,P_EGW_WS_ToT,Persons Electricity gas water and waste services Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12538,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12539,P_Cnstn_PD,Persons Construction Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12539,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12540,P_Cnstn_GD_GC,Persons Construction Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12540,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12541,P_Cnstn_BD,Persons Construction Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12541,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12542,P_Cnstn_AdD_D,Persons Construction Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12542,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12543,P_Cnstn_Cert,Persons Construction Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12543,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12544,P_Cnstn_ID_NS,Persons Construction Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12544,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12545,P_Cnstn_ToT,Persons Construction Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12545,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12546,P_WTrade_PD,Persons Wholesale trade Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12546,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12547,P_WTrade_GD_GC,Persons Wholesale trade Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12547,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12548,P_WTrade_BD,Persons Wholesale trade Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12548,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12549,P_WTrade_AdD_D,Persons Wholesale trade Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12549,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12550,P_WTrade_Cert,Persons Wholesale trade Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12550,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12551,P_WTrade_ID_NS,Persons Wholesale trade Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12551,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12552,P_WTrade_ToT,Persons Wholesale trade Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12552,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12553,P_RTrade_PD,Persons Retail trade Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12553,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12554,P_RTrade_GD_GC,Persons Retail trade Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12554,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12555,P_RTrade_BD,Persons Retail trade Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12555,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12556,P_RTrade_AdD_D,Persons Retail trade Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12556,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12557,P_RTrade_Cert,Persons Retail trade Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12557,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12558,P_RTrade_ID_NS,Persons Retail trade Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12558,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12559,P_RTrade_ToT,Persons Retail trade Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12559,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12560,P_AccomFoodS_PD,Persons Accommodation and food services Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12560,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12561,P_AccomFoodS_GD_GC,Persons Accommodation and food services Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12561,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12562,P_AccomFoodS_BD,Persons Accommodation and food services Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12562,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12563,P_AccomFoodS_AdD_D,Persons Accommodation and food services Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12563,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12564,P_AccomFoodS_Cert,Persons Accommodation and food services Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12564,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12565,P_AccomFoodS_ID_NS,Persons Accommodation and food services Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12565,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12566,P_AccomFoodS_ToT,Persons Accommodation and food services Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12566,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12567,P_TransPostWhse_PD,Persons Transport postal and warehousing Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12567,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12568,P_TransPostWhse_GD_GC,Persons Transport postal and warehousing Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12568,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12569,P_TransPostWhse_BD,Persons Transport postal and warehousing Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12569,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12570,P_TransPostWhse_AdD_D,Persons Transport postal and warehousing Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12570,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12571,P_TransPostWhse_Cert,Persons Transport postal and warehousing Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12571,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12572,P_TransPostWhse_ID_NS,Persons Transport postal and warehousing Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12572,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12573,P_TransPostWhse_ToT,Persons Transport postal and warehousing Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12573,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12574,P_InfoMedTelecom_PD,Persons Information media and telecommunications Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12574,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12575,P_InfoMedTelecom_GD_GC,Persons Information media and telecommunications Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12575,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12576,P_InfoMedTelecom_BD,Persons Information media and telecommunications Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12576,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12577,P_InfoMedTelecom_AdD_D,Persons Information media and telecommunications Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12577,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12578,P_InfoMedTelecom_Cert,Persons Information media and telecommunications Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12578,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12579,P_InfoMedTelecom_ID_NS,Persons Information media and telecommunications Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12579,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12580,P_InfoMedTelecom_ToT,Persons Information media and telecommunications Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12580,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12581,P_FinInsurS_PD,Persons Financial and insurance services Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12581,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12582,P_FinInsurS_GD_GC,Persons Financial and insurance services Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12582,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12583,P_FinInsurS_BD,Persons Financial and insurance services Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12583,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12584,P_FinInsurS_AdD_D,Persons Financial and insurance services Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12584,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12585,P_FinInsurS_Cert,Persons Financial and insurance services Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12585,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12586,P_FinInsurS_ID_NS,Persons Financial and insurance services Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12586,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12587,P_FinInsurS_ToT,Persons Financial and insurance services Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12587,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12588,P_RentHirREserv_PD,Persons Rental hiring and real estate services Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12588,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12589,P_RentHirREserv_GD_GC,Persons Rental hiring and real estate services Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12589,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12590,P_RentHirREserv_BD,Persons Rental hiring and real estate services Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12590,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12591,P_RentHirREserv_AdD_D,Persons Rental hiring and real estate services Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12591,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12592,P_RentHirREserv_Cert,Persons Rental hiring and real estate services Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12592,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12593,P_RentHirREserv_ID_NS,Persons Rental hiring and real estate services Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12593,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12594,P_RentHirREserv_ToT,Persons Rental hiring and real estate services Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12594,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12595,P_ProScieTechServ_PD,Persons Professional scientific and technical services Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12595,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12596,P_ProScieTechServ_GD_GC,Persons Professional scientific and technical services Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12596,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12597,P_ProScieTechServ_BD,Persons Professional scientific and technical services Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12597,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12598,P_ProScieTechServ_AdD_D,Persons Professional scientific and technical services Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12598,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12599,P_ProScieTechServ_Cert,Persons Professional scientific and technical services Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12599,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12600,P_ProScieTechServ_ID_NS,Persons Professional scientific and technical services Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12600,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12601,P_ProScieTechServ_ToT,Persons Professional scientific and technical services Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12601,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12602,P_AdminSupServ_PD,Persons Administrative and support services Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12602,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12603,P_AdminSupServ_GD_GC,Persons Administrative and support services Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12603,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12604,P_AdminSupServ_BD,Persons Administrative and support services Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12604,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12605,P_AdminSupServ_AdD_D,Persons Administrative and support services Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12605,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12606,P_AdminSupServ_Cert,Persons Administrative and support services Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12606,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12607,P_AdminSupServ_ID_NS,Persons Administrative and support services Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12607,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12608,P_AdminSupServ_ToT,Persons Administrative and support services Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12608,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12609,P_PubAdmiSafety_PD,Persons Public administration and safety Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12609,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12610,P_PubAdmiSafety_GD_GC,Persons Public administration and safety Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12610,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12611,P_PubAdmiSafety_BD,Persons Public administration and safety Bachelor Degree Level,Tot_P_P,G50B,people,education|age_gender,Bachelor Degree|PERSONS,,12611,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12612,P_PubAdmiSafety_AdD_D,Persons Public administration and safety Advanced Diploma and Diploma Level,Tot_P_P,G50B,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12612,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12613,P_PubAdmiSafety_Cert,Persons Public administration and safety Certificate Level,Tot_P_P,G50B,people,education|age_gender,Certificate|PERSONS,,12613,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12614,P_PubAdmiSafety_ID_NS,Persons Public administration and safety Inadequately described Not stated,Tot_P_P,G50B,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12614,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12615,P_PubAdmiSafety_ToT,Persons Public administration and safety Total,Tot_P_P,G50B,people,education|age_gender,Total|PERSONS,,12615,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12616,P_EducTrain_PD,Persons Education and training Postgraduate Degree Level,Tot_P_P,G50B,people,education|age_gender,Postgraduate Degree|PERSONS,,12616,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12617,P_EducTrain_GD_GC,Persons Education and training Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50C,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12617,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12618,P_EducTrain_BD,Persons Education and training Bachelor Degree Level,Tot_P_P,G50C,people,education|age_gender,Bachelor Degree|PERSONS,,12618,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12619,P_EducTrain_AdD_D,Persons Education and training Advanced Diploma and Diploma Level,Tot_P_P,G50C,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12619,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12620,P_EducTrain_Cert,Persons Education and training Certificate Level,Tot_P_P,G50C,people,education|age_gender,Certificate|PERSONS,,12620,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12621,P_EducTrain_ID_NS,Persons Education and training Inadequately described Not stated,Tot_P_P,G50C,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12621,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12622,P_EducTrain_ToT,Persons Education and training Total,Tot_P_P,G50C,people,education|age_gender,Total|PERSONS,,12622,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12623,P_HealthCareSocA_PD,Persons Health care and social assistance Postgraduate Degree Level,Tot_P_P,G50C,people,education|age_gender,Postgraduate Degree|PERSONS,,12623,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12624,P_HealthCareSocA_GD_GC,Persons Health care and social assistance Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50C,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12624,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12625,P_HealthCareSocA_BD,Persons Health care and social assistance Bachelor Degree Level,Tot_P_P,G50C,people,education|age_gender,Bachelor Degree|PERSONS,,12625,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12626,P_HealthCareSocA_AdD_D,Persons Health care and social assistance Advanced Diploma and Diploma Level,Tot_P_P,G50C,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12626,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12627,P_HealthCareSocA_Cert,Persons Health care and social assistance Certificate Level,Tot_P_P,G50C,people,education|age_gender,Certificate|PERSONS,,12627,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12628,P_HealthCareSocA_ID_NS,Persons Health care and social assistance Inadequately described Not stated,Tot_P_P,G50C,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12628,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12629,P_HealthCareSocA_ToT,Persons Health care and social assistance Total,Tot_P_P,G50C,people,education|age_gender,Total|PERSONS,,12629,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12630,P_ArtRecServ_PD,Persons Arts and recreation services Postgraduate Degree Level,Tot_P_P,G50C,people,education|age_gender,Postgraduate Degree|PERSONS,,12630,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12631,P_ArtRecServ_GD_GC,Persons Arts and recreation services Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50C,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12631,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12632,P_ArtRecServ_BD,Persons Arts and recreation services Bachelor Degree Level,Tot_P_P,G50C,people,education|age_gender,Bachelor Degree|PERSONS,,12632,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12633,P_ArtRecServ_AdD_D,Persons Arts and recreation services Advanced Diploma and Diploma Level,Tot_P_P,G50C,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12633,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12634,P_ArtRecServ_Cert,Persons Arts and recreation services Certificate Level,Tot_P_P,G50C,people,education|age_gender,Certificate|PERSONS,,12634,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12635,P_ArtRecServ_ID_NS,Persons Arts and recreation services Inadequately described Not stated,Tot_P_P,G50C,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12635,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12636,P_ArtRecServ_ToT,Persons Arts and recreation services Total,Tot_P_P,G50C,people,education|age_gender,Total|PERSONS,,12636,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12637,P_OthServ_PD,Persons Other services Postgraduate Degree Level,Tot_P_P,G50C,people,education|age_gender,Postgraduate Degree|PERSONS,,12637,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12638,P_OthServ_GD_GC,Persons Other services Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50C,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12638,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12639,P_OthServ_BD,Persons Other services Bachelor Degree Level,Tot_P_P,G50C,people,education|age_gender,Bachelor Degree|PERSONS,,12639,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12640,P_OthServ_AdD_D,Persons Other services Advanced Diploma and Diploma Level,Tot_P_P,G50C,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12640,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12641,P_OthServ_Cert,Persons Other services Certificate Level,Tot_P_P,G50C,people,education|age_gender,Certificate|PERSONS,,12641,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12642,P_OthServ_ID_NS,Persons Other services Inadequately described Not stated,Tot_P_P,G50C,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12642,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12643,P_OthServ_ToT,Persons Other services Total,Tot_P_P,G50C,people,education|age_gender,Total|PERSONS,,12643,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12644,P_ID_NS_PD,Persons Inadequately described Not stated Postgraduate Degree Level,Tot_P_P,G50C,people,education|age_gender,Postgraduate Degree|PERSONS,,12644,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12645,P_ID_NS_GD_GC,Persons Inadequately described Not stated Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50C,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12645,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12646,P_ID_NS_BD,Persons Inadequately described Not stated Bachelor Degree Level,Tot_P_P,G50C,people,education|age_gender,Bachelor Degree|PERSONS,,12646,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12647,P_ID_NS_AdD_D,Persons Inadequately described Not stated Advanced Diploma and Diploma Level,Tot_P_P,G50C,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12647,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12648,P_ID_NS_Cert,Persons Inadequately described Not stated Certificate Level,Tot_P_P,G50C,people,education|age_gender,Certificate|PERSONS,,12648,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12649,P_ID_NS_ID_NS,Persons Inadequately described Not stated Inadequately described Not stated,Tot_P_P,G50C,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12649,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12650,P_ID_NS_ToT,Persons Inadequately described Not stated Total,Tot_P_P,G50C,people,education|age_gender,Total|PERSONS,,12650,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12651,P_ToT_PD,Persons Total Postgraduate Degree Level,Tot_P_P,G50C,people,education|age_gender,Postgraduate Degree|PERSONS,,12651,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12652,P_ToT_GD_GC,Persons Total Graduate Diploma and Graduate Certificate Level,Tot_P_P,G50C,people,education|age_gender,Graduate Diploma & Graduate Certificate|PERSONS,,12652,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12653,P_ToT_BD,Persons Total Bachelor Degree Level,Tot_P_P,G50C,people,education|age_gender,Bachelor Degree|PERSONS,,12653,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12654,P_ToT_AdD_D,Persons Total Advanced Diploma and Diploma Level,Tot_P_P,G50C,people,education|age_gender,Advanced Diploma & Diploma|PERSONS,,12654,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12655,P_ToT_Cert,Persons Total Certificate Level,Tot_P_P,G50C,people,education|age_gender,Certificate|PERSONS,,12655,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12656,P_ToT_ID_NS,Persons Total Inadequately described Not stated,Tot_P_P,G50C,people,education|age_gender,Inadequately described/ Not stated|PERSONS,,12656,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12657,P_ToT_ToT,Persons Total Total,Tot_P_P,G50C,people,education|age_gender,Total|PERSONS,,12657,Non-School Qualification: Level of Education by Industry of Employment by Sex +G13078,P_Ag_For_Fshg_15_19,Persons Agriculture forestry and fishing Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13078,Industry of Employment by Age by Sex +G13079,P_Ag_For_Fshg_20_24,Persons Agriculture forestry and fishing Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13079,Industry of Employment by Age by Sex +G13080,P_Ag_For_Fshg_25_34,Persons Agriculture forestry and fishing Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13080,Industry of Employment by Age by Sex +G13081,P_Ag_For_Fshg_35_44,Persons Agriculture forestry and fishing Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13081,Industry of Employment by Age by Sex +G13082,P_Ag_For_Fshg_45_54,Persons Agriculture forestry and fishing Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13082,Industry of Employment by Age by Sex +G13083,P_Ag_For_Fshg_55_64,Persons Agriculture forestry and fishing Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13083,Industry of Employment by Age by Sex +G13084,P_Ag_For_Fshg_65_74,Persons Agriculture forestry and fishing Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13084,Industry of Employment by Age by Sex +G13085,P_Ag_For_Fshg_75_84,Persons Agriculture forestry and fishing Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13085,Industry of Employment by Age by Sex +G13086,P_Ag_For_Fshg_85ov,Persons Agriculture forestry and fishing Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13086,Industry of Employment by Age by Sex +G13087,P_Ag_For_Fshg_Tot,Persons Agriculture forestry and fishing Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13087,Industry of Employment by Age by Sex +G13088,P_Mining_15_19,Persons Mining Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13088,Industry of Employment by Age by Sex +G13089,P_Mining_20_24,Persons Mining Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13089,Industry of Employment by Age by Sex +G13090,P_Mining_25_34,Persons Mining Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13090,Industry of Employment by Age by Sex +G13091,P_Mining_35_44,Persons Mining Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13091,Industry of Employment by Age by Sex +G13092,P_Mining_45_54,Persons Mining Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13092,Industry of Employment by Age by Sex +G13093,P_Mining_55_64,Persons Mining Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13093,Industry of Employment by Age by Sex +G13094,P_Mining_65_74,Persons Mining Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13094,Industry of Employment by Age by Sex +G13095,P_Mining_75_84,Persons Mining Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13095,Industry of Employment by Age by Sex +G13096,P_Mining_85ov,Persons Mining Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13096,Industry of Employment by Age by Sex +G13097,P_Mining_Tot,Persons Mining Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13097,Industry of Employment by Age by Sex +G13098,P_Manufact_15_19,Persons Manufacturing Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13098,Industry of Employment by Age by Sex +G13099,P_Manufact_20_24,Persons Manufacturing Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13099,Industry of Employment by Age by Sex +G13100,P_Manufact_25_34,Persons Manufacturing Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13100,Industry of Employment by Age by Sex +G13101,P_Manufact_35_44,Persons Manufacturing Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13101,Industry of Employment by Age by Sex +G13102,P_Manufact_45_54,Persons Manufacturing Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13102,Industry of Employment by Age by Sex +G13103,P_Manufact_55_64,Persons Manufacturing Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13103,Industry of Employment by Age by Sex +G13104,P_Manufact_65_74,Persons Manufacturing Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13104,Industry of Employment by Age by Sex +G13105,P_Manufact_75_84,Persons Manufacturing Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13105,Industry of Employment by Age by Sex +G13106,P_Manufact_85ov,Persons Manufacturing Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13106,Industry of Employment by Age by Sex +G13107,P_Manufact_Tot,Persons Manufacturing Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13107,Industry of Employment by Age by Sex +G13108,P_El_Gas_Wt_Waste_15_19,Persons Electricity gas water and waste services Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13108,Industry of Employment by Age by Sex +G13109,P_El_Gas_Wt_Waste_20_24,Persons Electricity gas water and waste services Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13109,Industry of Employment by Age by Sex +G13110,P_El_Gas_Wt_Waste_25_34,Persons Electricity gas water and waste services Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13110,Industry of Employment by Age by Sex +G13111,P_El_Gas_Wt_Waste_35_44,Persons Electricity gas water and waste services Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13111,Industry of Employment by Age by Sex +G13112,P_El_Gas_Wt_Waste_45_54,Persons Electricity gas water and waste services Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13112,Industry of Employment by Age by Sex +G13113,P_El_Gas_Wt_Waste_55_64,Persons Electricity gas water and waste services Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13113,Industry of Employment by Age by Sex +G13114,P_El_Gas_Wt_Waste_65_74,Persons Electricity gas water and waste services Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13114,Industry of Employment by Age by Sex +G13115,P_El_Gas_Wt_Waste_75_84,Persons Electricity gas water and waste services Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13115,Industry of Employment by Age by Sex +G13116,P_El_Gas_Wt_Waste_85ov,Persons Electricity gas water and waste services Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13116,Industry of Employment by Age by Sex +G13117,P_El_Gas_Wt_Waste_Tot,Persons Electricity gas water and waste services Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13117,Industry of Employment by Age by Sex +G13118,P_Constru_15_19,Persons Construction Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13118,Industry of Employment by Age by Sex +G13119,P_Constru_20_24,Persons Construction Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13119,Industry of Employment by Age by Sex +G13120,P_Constru_25_34,Persons Construction Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13120,Industry of Employment by Age by Sex +G13121,P_Constru_35_44,Persons Construction Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13121,Industry of Employment by Age by Sex +G13122,P_Constru_45_54,Persons Construction Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13122,Industry of Employment by Age by Sex +G13123,P_Constru_55_64,Persons Construction Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13123,Industry of Employment by Age by Sex +G13124,P_Constru_65_74,Persons Construction Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13124,Industry of Employment by Age by Sex +G13125,P_Constru_75_84,Persons Construction Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13125,Industry of Employment by Age by Sex +G13126,P_Constru_85ov,Persons Construction Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13126,Industry of Employment by Age by Sex +G13127,P_Constru_Tot,Persons Construction Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13127,Industry of Employment by Age by Sex +G13128,P_WhlesaleTde_15_19,Persons Wholesale trade Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13128,Industry of Employment by Age by Sex +G13129,P_WhlesaleTde_20_24,Persons Wholesale trade Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13129,Industry of Employment by Age by Sex +G13130,P_WhlesaleTde_25_34,Persons Wholesale trade Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13130,Industry of Employment by Age by Sex +G13131,P_WhlesaleTde_35_44,Persons Wholesale trade Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13131,Industry of Employment by Age by Sex +G13132,P_WhlesaleTde_45_54,Persons Wholesale trade Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13132,Industry of Employment by Age by Sex +G13133,P_WhlesaleTde_55_64,Persons Wholesale trade Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13133,Industry of Employment by Age by Sex +G13134,P_WhlesaleTde_65_74,Persons Wholesale trade Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13134,Industry of Employment by Age by Sex +G13135,P_WhlesaleTde_75_84,Persons Wholesale trade Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13135,Industry of Employment by Age by Sex +G13136,P_WhlesaleTde_85ov,Persons Wholesale trade Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13136,Industry of Employment by Age by Sex +G13137,P_WhlesaleTde_Tot,Persons Wholesale trade Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13137,Industry of Employment by Age by Sex +G13138,P_RetTde_15_19,Persons Retail trade Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13138,Industry of Employment by Age by Sex +G13139,P_RetTde_20_24,Persons Retail trade Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13139,Industry of Employment by Age by Sex +G13140,P_RetTde_25_34,Persons Retail trade Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13140,Industry of Employment by Age by Sex +G13141,P_RetTde_35_44,Persons Retail trade Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13141,Industry of Employment by Age by Sex +G13142,P_RetTde_45_54,Persons Retail trade Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13142,Industry of Employment by Age by Sex +G13143,P_RetTde_55_64,Persons Retail trade Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13143,Industry of Employment by Age by Sex +G13144,P_RetTde_65_74,Persons Retail trade Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13144,Industry of Employment by Age by Sex +G13145,P_RetTde_75_84,Persons Retail trade Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13145,Industry of Employment by Age by Sex +G13146,P_RetTde_85ov,Persons Retail trade Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13146,Industry of Employment by Age by Sex +G13147,P_RetTde_Tot,Persons Retail trade Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13147,Industry of Employment by Age by Sex +G13148,P_Accom_food_15_19,Persons Accommodation and food services Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13148,Industry of Employment by Age by Sex +G13149,P_Accom_food_20_24,Persons Accommodation and food services Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13149,Industry of Employment by Age by Sex +G13150,P_Accom_food_25_34,Persons Accommodation and food services Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13150,Industry of Employment by Age by Sex +G13151,P_Accom_food_35_44,Persons Accommodation and food services Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13151,Industry of Employment by Age by Sex +G13152,P_Accom_food_45_54,Persons Accommodation and food services Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13152,Industry of Employment by Age by Sex +G13153,P_Accom_food_55_64,Persons Accommodation and food services Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13153,Industry of Employment by Age by Sex +G13154,P_Accom_food_65_74,Persons Accommodation and food services Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13154,Industry of Employment by Age by Sex +G13155,P_Accom_food_75_84,Persons Accommodation and food services Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13155,Industry of Employment by Age by Sex +G13156,P_Accom_food_85ov,Persons Accommodation and food services Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13156,Industry of Employment by Age by Sex +G13157,P_Accom_food_Tot,Persons Accommodation and food services Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13157,Industry of Employment by Age by Sex +G13158,P_Trans_post_wrehsg_15_19,Persons Transport postal and warehousing Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13158,Industry of Employment by Age by Sex +G13159,P_Trans_post_wrehsg_20_24,Persons Transport postal and warehousing Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13159,Industry of Employment by Age by Sex +G13160,P_Trans_post_wrehsg_25_34,Persons Transport postal and warehousing Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13160,Industry of Employment by Age by Sex +G13161,P_Trans_post_wrehsg_35_44,Persons Transport postal and warehousing Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13161,Industry of Employment by Age by Sex +G13162,P_Trans_post_wrehsg_45_54,Persons Transport postal and warehousing Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13162,Industry of Employment by Age by Sex +G13163,P_Trans_post_wrehsg_55_64,Persons Transport postal and warehousing Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13163,Industry of Employment by Age by Sex +G13164,P_Trans_post_wrehsg_65_74,Persons Transport postal and warehousing Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13164,Industry of Employment by Age by Sex +G13165,P_Trans_post_wrehsg_75_84,Persons Transport postal and warehousing Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13165,Industry of Employment by Age by Sex +G13166,P_Trans_post_wrehsg_85ov,Persons Transport postal and warehousing Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13166,Industry of Employment by Age by Sex +G13167,P_Trans_post_wrehsg_Tot,Persons Transport postal and warehousing Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13167,Industry of Employment by Age by Sex +G13168,P_Info_media_teleco_15_19,Persons Information media and telecommunications Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13168,Industry of Employment by Age by Sex +G13169,P_Info_media_teleco_20_24,Persons Information media and telecommunications Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13169,Industry of Employment by Age by Sex +G13170,P_Info_media_teleco_25_34,Persons Information media and telecommunications Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13170,Industry of Employment by Age by Sex +G13171,P_Info_media_teleco_35_44,Persons Information media and telecommunications Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13171,Industry of Employment by Age by Sex +G13172,P_Info_media_teleco_45_54,Persons Information media and telecommunications Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13172,Industry of Employment by Age by Sex +G13173,P_Info_media_teleco_55_64,Persons Information media and telecommunications Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13173,Industry of Employment by Age by Sex +G13174,P_Info_media_teleco_65_74,Persons Information media and telecommunications Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13174,Industry of Employment by Age by Sex +G13175,P_Info_media_teleco_75_84,Persons Information media and telecommunications Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13175,Industry of Employment by Age by Sex +G13176,P_Info_media_teleco_85ov,Persons Information media and telecommunications Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13176,Industry of Employment by Age by Sex +G13177,P_Info_media_teleco_Tot,Persons Information media and telecommunications Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13177,Industry of Employment by Age by Sex +G13178,P_Fin_Insur_15_19,Persons Financial and insurance services Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13178,Industry of Employment by Age by Sex +G13179,P_Fin_Insur_20_24,Persons Financial and insurance services Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13179,Industry of Employment by Age by Sex +G13180,P_Fin_Insur_25_34,Persons Financial and insurance services Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13180,Industry of Employment by Age by Sex +G13181,P_Fin_Insur_35_44,Persons Financial and insurance services Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13181,Industry of Employment by Age by Sex +G13182,P_Fin_Insur_45_54,Persons Financial and insurance services Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13182,Industry of Employment by Age by Sex +G13183,P_Fin_Insur_55_64,Persons Financial and insurance services Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13183,Industry of Employment by Age by Sex +G13184,P_Fin_Insur_65_74,Persons Financial and insurance services Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13184,Industry of Employment by Age by Sex +G13185,P_Fin_Insur_75_84,Persons Financial and insurance services Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13185,Industry of Employment by Age by Sex +G13186,P_Fin_Insur_85ov,Persons Financial and insurance services Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13186,Industry of Employment by Age by Sex +G13187,P_Fin_Insur_Tot,Persons Financial and insurance services Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13187,Industry of Employment by Age by Sex +G13188,P_RtnHir_REst_15_19,Persons Rental hiring and real estate services Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13188,Industry of Employment by Age by Sex +G13189,P_RtnHir_REst_20_24,Persons Rental hiring and real estate services Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13189,Industry of Employment by Age by Sex +G13190,P_RtnHir_REst_25_34,Persons Rental hiring and real estate services Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13190,Industry of Employment by Age by Sex +G13191,P_RtnHir_REst_35_44,Persons Rental hiring and real estate services Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13191,Industry of Employment by Age by Sex +G13192,P_RtnHir_REst_45_54,Persons Rental hiring and real estate services Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13192,Industry of Employment by Age by Sex +G13193,P_RtnHir_REst_55_64,Persons Rental hiring and real estate services Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13193,Industry of Employment by Age by Sex +G13194,P_RtnHir_REst_65_74,Persons Rental hiring and real estate services Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13194,Industry of Employment by Age by Sex +G13195,P_RtnHir_REst_75_84,Persons Rental hiring and real estate services Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13195,Industry of Employment by Age by Sex +G13196,P_RtnHir_REst_85ov,Persons Rental hiring and real estate services Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13196,Industry of Employment by Age by Sex +G13197,P_RtnHir_REst_Tot,Persons Rental hiring and real estate services Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13197,Industry of Employment by Age by Sex +G13198,P_Pro_scien_tec_15_19,Persons Professional scientific and technical services Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13198,Industry of Employment by Age by Sex +G13199,P_Pro_scien_tec_20_24,Persons Professional scientific and technical services Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13199,Industry of Employment by Age by Sex +G13200,P_Pro_scien_tec_25_34,Persons Professional scientific and technical services Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13200,Industry of Employment by Age by Sex +G13201,P_Pro_scien_tec_35_44,Persons Professional scientific and technical services Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13201,Industry of Employment by Age by Sex +G13202,P_Pro_scien_tec_45_54,Persons Professional scientific and technical services Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13202,Industry of Employment by Age by Sex +G13203,P_Pro_scien_tec_55_64,Persons Professional scientific and technical services Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13203,Industry of Employment by Age by Sex +G13204,P_Pro_scien_tec_65_74,Persons Professional scientific and technical services Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13204,Industry of Employment by Age by Sex +G13205,P_Pro_scien_tec_75_84,Persons Professional scientific and technical services Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13205,Industry of Employment by Age by Sex +G13206,P_Pro_scien_tec_85ov,Persons Professional scientific and technical services Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13206,Industry of Employment by Age by Sex +G13207,P_Pro_scien_tec_Tot,Persons Professional scientific and technical services Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13207,Industry of Employment by Age by Sex +G13208,P_Admin_supp_15_19,Persons Administrative and support services Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13208,Industry of Employment by Age by Sex +G13209,P_Admin_supp_20_24,Persons Administrative and support services Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13209,Industry of Employment by Age by Sex +G13210,P_Admin_supp_25_34,Persons Administrative and support services Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13210,Industry of Employment by Age by Sex +G13211,P_Admin_supp_35_44,Persons Administrative and support services Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13211,Industry of Employment by Age by Sex +G13212,P_Admin_supp_45_54,Persons Administrative and support services Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13212,Industry of Employment by Age by Sex +G13213,P_Admin_supp_55_64,Persons Administrative and support services Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13213,Industry of Employment by Age by Sex +G13214,P_Admin_supp_65_74,Persons Administrative and support services Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13214,Industry of Employment by Age by Sex +G13215,P_Admin_supp_75_84,Persons Administrative and support services Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13215,Industry of Employment by Age by Sex +G13216,P_Admin_supp_85ov,Persons Administrative and support services Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13216,Industry of Employment by Age by Sex +G13217,P_Admin_supp_Tot,Persons Administrative and support services Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13217,Industry of Employment by Age by Sex +G13218,P_Public_admin_sfty_15_19,Persons Public administration and safety Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13218,Industry of Employment by Age by Sex +G13219,P_Public_admin_sfty_20_24,Persons Public administration and safety Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13219,Industry of Employment by Age by Sex +G13220,P_Public_admin_sfty_25_34,Persons Public administration and safety Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13220,Industry of Employment by Age by Sex +G13221,P_Public_admin_sfty_35_44,Persons Public administration and safety Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13221,Industry of Employment by Age by Sex +G13222,P_Public_admin_sfty_45_54,Persons Public administration and safety Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13222,Industry of Employment by Age by Sex +G13223,P_Public_admin_sfty_55_64,Persons Public administration and safety Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13223,Industry of Employment by Age by Sex +G13224,P_Public_admin_sfty_65_74,Persons Public administration and safety Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13224,Industry of Employment by Age by Sex +G13225,P_Public_admin_sfty_75_84,Persons Public administration and safety Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13225,Industry of Employment by Age by Sex +G13226,P_Public_admin_sfty_85ov,Persons Public administration and safety Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13226,Industry of Employment by Age by Sex +G13227,P_Public_admin_sfty_Tot,Persons Public administration and safety Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13227,Industry of Employment by Age by Sex +G13228,P_Educ_trng_15_19,Persons Education and training Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13228,Industry of Employment by Age by Sex +G13229,P_Educ_trng_20_24,Persons Education and training Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13229,Industry of Employment by Age by Sex +G13230,P_Educ_trng_25_34,Persons Education and training Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13230,Industry of Employment by Age by Sex +G13231,P_Educ_trng_35_44,Persons Education and training Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13231,Industry of Employment by Age by Sex +G13232,P_Educ_trng_45_54,Persons Education and training Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13232,Industry of Employment by Age by Sex +G13233,P_Educ_trng_55_64,Persons Education and training Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13233,Industry of Employment by Age by Sex +G13234,P_Educ_trng_65_74,Persons Education and training Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13234,Industry of Employment by Age by Sex +G13235,P_Educ_trng_75_84,Persons Education and training Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13235,Industry of Employment by Age by Sex +G13236,P_Educ_trng_85ov,Persons Education and training Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13236,Industry of Employment by Age by Sex +G13237,P_Educ_trng_Tot,Persons Education and training Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13237,Industry of Employment by Age by Sex +G13238,P_HlthCare_SocAs_15_19,Persons Health care and social assistance Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13238,Industry of Employment by Age by Sex +G13239,P_HlthCare_SocAs_20_24,Persons Health care and social assistance Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13239,Industry of Employment by Age by Sex +G13240,P_HlthCare_SocAs_25_34,Persons Health care and social assistance Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13240,Industry of Employment by Age by Sex +G13241,P_HlthCare_SocAs_35_44,Persons Health care and social assistance Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13241,Industry of Employment by Age by Sex +G13242,P_HlthCare_SocAs_45_54,Persons Health care and social assistance Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13242,Industry of Employment by Age by Sex +G13243,P_HlthCare_SocAs_55_64,Persons Health care and social assistance Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13243,Industry of Employment by Age by Sex +G13244,P_HlthCare_SocAs_65_74,Persons Health care and social assistance Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13244,Industry of Employment by Age by Sex +G13245,P_HlthCare_SocAs_75_84,Persons Health care and social assistance Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13245,Industry of Employment by Age by Sex +G13246,P_HlthCare_SocAs_85ov,Persons Health care and social assistance Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13246,Industry of Employment by Age by Sex +G13247,P_HlthCare_SocAs_Tot,Persons Health care and social assistance Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13247,Industry of Employment by Age by Sex +G13248,P_Art_recn_15_19,Persons Arts and recreation services Age 15 19 years,Tot_P_P,G51C,people,employment|age_gender,Age: 15-19 years|PERSONS,,13248,Industry of Employment by Age by Sex +G13249,P_Art_recn_20_24,Persons Arts and recreation services Age 20 24 years,Tot_P_P,G51C,people,employment|age_gender,Age: 20-24 years|PERSONS,,13249,Industry of Employment by Age by Sex +G13250,P_Art_recn_25_34,Persons Arts and recreation services Age 25 34 years,Tot_P_P,G51C,people,employment|age_gender,Age: 25-34 years|PERSONS,,13250,Industry of Employment by Age by Sex +G13251,P_Art_recn_35_44,Persons Arts and recreation services Age 35 44 years,Tot_P_P,G51C,people,employment|age_gender,Age: 35-44 years|PERSONS,,13251,Industry of Employment by Age by Sex +G13252,P_Art_recn_45_54,Persons Arts and recreation services Age 45 54 years,Tot_P_P,G51C,people,employment|age_gender,Age: 45-54 years|PERSONS,,13252,Industry of Employment by Age by Sex +G13253,P_Art_recn_55_64,Persons Arts and recreation services Age 55 64 years,Tot_P_P,G51C,people,employment|age_gender,Age: 55-64 years|PERSONS,,13253,Industry of Employment by Age by Sex +G13254,P_Art_recn_65_74,Persons Arts and recreation services Age 65 74 years,Tot_P_P,G51C,people,employment|age_gender,Age: 65-74 years|PERSONS,,13254,Industry of Employment by Age by Sex +G13255,P_Art_recn_75_84,Persons Arts and recreation services Age 75 84 years,Tot_P_P,G51C,people,employment|age_gender,Age: 75-84 years|PERSONS,,13255,Industry of Employment by Age by Sex +G13256,P_Art_recn_85ov,Persons Arts and recreation services Age 85 years and over,Tot_P_P,G51C,people,employment|age_gender,Age: 85 years and over|PERSONS,,13256,Industry of Employment by Age by Sex +G13257,P_Art_recn_Tot,Persons Arts and recreation services Total,Tot_P_P,G51C,people,employment|age_gender,Total|PERSONS,,13257,Industry of Employment by Age by Sex +G13258,P_Oth_scs_15_19,Persons Other services Age 15 19 years,Tot_P_P,G51D,people,employment|age_gender,Age: 15-19 years|PERSONS,,13258,Industry of Employment by Age by Sex +G13259,P_Oth_scs_20_24,Persons Other services Age 20 24 years,Tot_P_P,G51D,people,employment|age_gender,Age: 20-24 years|PERSONS,,13259,Industry of Employment by Age by Sex +G13260,P_Oth_scs_25_34,Persons Other services Age 25 34 years,Tot_P_P,G51D,people,employment|age_gender,Age: 25-34 years|PERSONS,,13260,Industry of Employment by Age by Sex +G13261,P_Oth_scs_35_44,Persons Other services Age 35 44 years,Tot_P_P,G51D,people,employment|age_gender,Age: 35-44 years|PERSONS,,13261,Industry of Employment by Age by Sex +G13262,P_Oth_scs_45_54,Persons Other services Age 45 54 years,Tot_P_P,G51D,people,employment|age_gender,Age: 45-54 years|PERSONS,,13262,Industry of Employment by Age by Sex +G13263,P_Oth_scs_55_64,Persons Other services Age 55 64 years,Tot_P_P,G51D,people,employment|age_gender,Age: 55-64 years|PERSONS,,13263,Industry of Employment by Age by Sex +G13264,P_Oth_scs_65_74,Persons Other services Age 65 74 years,Tot_P_P,G51D,people,employment|age_gender,Age: 65-74 years|PERSONS,,13264,Industry of Employment by Age by Sex +G13265,P_Oth_scs_75_84,Persons Other services Age 75 84 years,Tot_P_P,G51D,people,employment|age_gender,Age: 75-84 years|PERSONS,,13265,Industry of Employment by Age by Sex +G13266,P_Oth_scs_85ov,Persons Other services Age 85 years and over,Tot_P_P,G51D,people,employment|age_gender,Age: 85 years and over|PERSONS,,13266,Industry of Employment by Age by Sex +G13267,P_Oth_scs_Tot,Persons Other services Total,Tot_P_P,G51D,people,employment|age_gender,Total|PERSONS,,13267,Industry of Employment by Age by Sex +G13268,P_ID_NS_15_19,Persons Inadequately described Not stated Age 15 19 years,Tot_P_P,G51D,people,employment|age_gender,Age: 15-19 years|PERSONS,,13268,Industry of Employment by Age by Sex +G13269,P_ID_NS_20_24,Persons Inadequately described Not stated Age 20 24 years,Tot_P_P,G51D,people,employment|age_gender,Age: 20-24 years|PERSONS,,13269,Industry of Employment by Age by Sex +G13270,P_ID_NS_25_34,Persons Inadequately described Not stated Age 25 34 years,Tot_P_P,G51D,people,employment|age_gender,Age: 25-34 years|PERSONS,,13270,Industry of Employment by Age by Sex +G13271,P_ID_NS_35_44,Persons Inadequately described Not stated Age 35 44 years,Tot_P_P,G51D,people,employment|age_gender,Age: 35-44 years|PERSONS,,13271,Industry of Employment by Age by Sex +G13272,P_ID_NS_45_54,Persons Inadequately described Not stated Age 45 54 years,Tot_P_P,G51D,people,employment|age_gender,Age: 45-54 years|PERSONS,,13272,Industry of Employment by Age by Sex +G13273,P_ID_NS_55_64,Persons Inadequately described Not stated Age 55 64 years,Tot_P_P,G51D,people,employment|age_gender,Age: 55-64 years|PERSONS,,13273,Industry of Employment by Age by Sex +G13274,P_ID_NS_65_74,Persons Inadequately described Not stated Age 65 74 years,Tot_P_P,G51D,people,employment|age_gender,Age: 65-74 years|PERSONS,,13274,Industry of Employment by Age by Sex +G13275,P_ID_NS_75_84,Persons Inadequately described Not stated Age 75 84 years,Tot_P_P,G51D,people,employment|age_gender,Age: 75-84 years|PERSONS,,13275,Industry of Employment by Age by Sex +G13276,P_ID_NS_85ov,Persons Inadequately described Not stated Age 85 years and over,Tot_P_P,G51D,people,employment|age_gender,Age: 85 years and over|PERSONS,,13276,Industry of Employment by Age by Sex +G13277,P_ID_NS_Tot,Persons Inadequately described Not stated Total,Tot_P_P,G51D,people,employment|age_gender,Total|PERSONS,,13277,Industry of Employment by Age by Sex +G13278,P_Tot_15_19,Persons Total Age 15 19 years,Tot_P_P,G51D,people,employment|age_gender,Age: 15-19 years|PERSONS,,13278,Industry of Employment by Age by Sex +G13279,P_Tot_20_24,Persons Total Age 20 24 years,Tot_P_P,G51D,people,employment|age_gender,Age: 20-24 years|PERSONS,,13279,Industry of Employment by Age by Sex +G13280,P_Tot_25_34,Persons Total Age 25 34 years,Tot_P_P,G51D,people,employment|age_gender,Age: 25-34 years|PERSONS,,13280,Industry of Employment by Age by Sex +G13281,P_Tot_35_44,Persons Total Age 35 44 years,Tot_P_P,G51D,people,employment|age_gender,Age: 35-44 years|PERSONS,,13281,Industry of Employment by Age by Sex +G13282,P_Tot_45_54,Persons Total Age 45 54 years,Tot_P_P,G51D,people,employment|age_gender,Age: 45-54 years|PERSONS,,13282,Industry of Employment by Age by Sex +G13283,P_Tot_55_64,Persons Total Age 55 64 years,Tot_P_P,G51D,people,employment|age_gender,Age: 55-64 years|PERSONS,,13283,Industry of Employment by Age by Sex +G13284,P_Tot_65_74,Persons Total Age 65 74 years,Tot_P_P,G51D,people,employment|age_gender,Age: 65-74 years|PERSONS,,13284,Industry of Employment by Age by Sex +G13285,P_Tot_75_84,Persons Total Age 75 84 years,Tot_P_P,G51D,people,employment|age_gender,Age: 75-84 years|PERSONS,,13285,Industry of Employment by Age by Sex +G13286,P_Tot_85ov,Persons Total Age 85 years and over,Tot_P_P,G51D,people,employment|age_gender,Age: 85 years and over|PERSONS,,13286,Industry of Employment by Age by Sex +G13287,P_Tot_Tot,Persons Total Total,Tot_P_P,G51D,people,employment|age_gender,Total|PERSONS,,13287,Industry of Employment by Age by Sex +G13708,P_AgriForestFish_0,Persons Agriculture forestry and fishing Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13708,Industry of Employment by Hours Worked by Sex +G13709,P_AgriForestFish_1_15,Persons Agriculture forestry and fishing Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13709,Industry of Employment by Hours Worked by Sex +G13710,P_AgriForestFish_16_24,Persons Agriculture forestry and fishing Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13710,Industry of Employment by Hours Worked by Sex +G13711,P_AgriForestFish_25_34,Persons Agriculture forestry and fishing Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13711,Industry of Employment by Hours Worked by Sex +G13712,P_AgriForestFish_35_39,Persons Agriculture forestry and fishing Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13712,Industry of Employment by Hours Worked by Sex +G13713,P_AgriForestFish_40,Persons Agriculture forestry and fishing Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13713,Industry of Employment by Hours Worked by Sex +G13714,P_AgriForestFish_41_48,Persons Agriculture forestry and fishing Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13714,Industry of Employment by Hours Worked by Sex +G13715,P_AgriForestFish_49over,Persons Agriculture forestry and fishing Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13715,Industry of Employment by Hours Worked by Sex +G13716,P_AgriForestFish_hours_NS,Persons Agriculture forestry and fishing Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13716,Industry of Employment by Hours Worked by Sex +G13717,P_AgriForestFish_Tot,Persons Agriculture forestry and fishing Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13717,Industry of Employment by Hours Worked by Sex +G13718,P_Min_0,Persons Mining Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13718,Industry of Employment by Hours Worked by Sex +G13719,P_Min_1_15,Persons Mining Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13719,Industry of Employment by Hours Worked by Sex +G13720,P_Min_16_24,Persons Mining Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13720,Industry of Employment by Hours Worked by Sex +G13721,P_Min_25_34,Persons Mining Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13721,Industry of Employment by Hours Worked by Sex +G13722,P_Min_35_39,Persons Mining Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13722,Industry of Employment by Hours Worked by Sex +G13723,P_Min_40,Persons Mining Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13723,Industry of Employment by Hours Worked by Sex +G13724,P_Min_41_48,Persons Mining Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13724,Industry of Employment by Hours Worked by Sex +G13725,P_Min_49over,Persons Mining Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13725,Industry of Employment by Hours Worked by Sex +G13726,P_Min_hours_NS,Persons Mining Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13726,Industry of Employment by Hours Worked by Sex +G13727,P_Min_Tot,Persons Mining Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13727,Industry of Employment by Hours Worked by Sex +G13728,P_Mnfg_0,Persons Manufacturing Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13728,Industry of Employment by Hours Worked by Sex +G13729,P_Mnfg_1_15,Persons Manufacturing Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13729,Industry of Employment by Hours Worked by Sex +G13730,P_Mnfg_16_24,Persons Manufacturing Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13730,Industry of Employment by Hours Worked by Sex +G13731,P_Mnfg_25_34,Persons Manufacturing Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13731,Industry of Employment by Hours Worked by Sex +G13732,P_Mnfg_35_39,Persons Manufacturing Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13732,Industry of Employment by Hours Worked by Sex +G13733,P_Mnfg_40,Persons Manufacturing Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13733,Industry of Employment by Hours Worked by Sex +G13734,P_Mnfg_41_48,Persons Manufacturing Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13734,Industry of Employment by Hours Worked by Sex +G13735,P_Mnfg_49over,Persons Manufacturing Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13735,Industry of Employment by Hours Worked by Sex +G13736,P_Mnfg_hours_NS,Persons Manufacturing Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13736,Industry of Employment by Hours Worked by Sex +G13737,P_Mnfg_Tot,Persons Manufacturing Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13737,Industry of Employment by Hours Worked by Sex +G13738,P_EGW_WS_0,Persons Electricity gas water and waste services Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13738,Industry of Employment by Hours Worked by Sex +G13739,P_EGW_WS_1_15,Persons Electricity gas water and waste services Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13739,Industry of Employment by Hours Worked by Sex +G13740,P_EGW_WS_16_24,Persons Electricity gas water and waste services Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13740,Industry of Employment by Hours Worked by Sex +G13741,P_EGW_WS_25_34,Persons Electricity gas water and waste services Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13741,Industry of Employment by Hours Worked by Sex +G13742,P_EGW_WS_35_39,Persons Electricity gas water and waste services Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13742,Industry of Employment by Hours Worked by Sex +G13743,P_EGW_WS_40,Persons Electricity gas water and waste services Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13743,Industry of Employment by Hours Worked by Sex +G13744,P_EGW_WS_41_48,Persons Electricity gas water and waste services Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13744,Industry of Employment by Hours Worked by Sex +G13745,P_EGW_WS_49over,Persons Electricity gas water and waste services Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13745,Industry of Employment by Hours Worked by Sex +G13746,P_EGW_WS_hours_NS,Persons Electricity gas water and waste services Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13746,Industry of Employment by Hours Worked by Sex +G13747,P_EGW_WS_Tot,Persons Electricity gas water and waste services Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13747,Industry of Employment by Hours Worked by Sex +G13748,P_Cnstn_0,Persons Construction Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13748,Industry of Employment by Hours Worked by Sex +G13749,P_Cnstn_1_15,Persons Construction Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13749,Industry of Employment by Hours Worked by Sex +G13750,P_Cnstn_16_24,Persons Construction Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13750,Industry of Employment by Hours Worked by Sex +G13751,P_Cnstn_25_34,Persons Construction Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13751,Industry of Employment by Hours Worked by Sex +G13752,P_Cnstn_35_39,Persons Construction Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13752,Industry of Employment by Hours Worked by Sex +G13753,P_Cnstn_40,Persons Construction Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13753,Industry of Employment by Hours Worked by Sex +G13754,P_Cnstn_41_48,Persons Construction Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13754,Industry of Employment by Hours Worked by Sex +G13755,P_Cnstn_49over,Persons Construction Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13755,Industry of Employment by Hours Worked by Sex +G13756,P_Cnstn_hours_NS,Persons Construction Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13756,Industry of Employment by Hours Worked by Sex +G13757,P_Cnstn_Tot,Persons Construction Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13757,Industry of Employment by Hours Worked by Sex +G13758,P_WTrade_0,Persons Wholesale trade Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13758,Industry of Employment by Hours Worked by Sex +G13759,P_WTrade_1_15,Persons Wholesale trade Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13759,Industry of Employment by Hours Worked by Sex +G13760,P_WTrade_16_24,Persons Wholesale trade Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13760,Industry of Employment by Hours Worked by Sex +G13761,P_WTrade_25_34,Persons Wholesale trade Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13761,Industry of Employment by Hours Worked by Sex +G13762,P_WTrade_35_39,Persons Wholesale trade Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13762,Industry of Employment by Hours Worked by Sex +G13763,P_WTrade_40,Persons Wholesale trade Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13763,Industry of Employment by Hours Worked by Sex +G13764,P_WTrade_41_48,Persons Wholesale trade Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13764,Industry of Employment by Hours Worked by Sex +G13765,P_WTrade_49over,Persons Wholesale trade Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13765,Industry of Employment by Hours Worked by Sex +G13766,P_WTrade_hours_NS,Persons Wholesale trade Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13766,Industry of Employment by Hours Worked by Sex +G13767,P_WTrade_Tot,Persons Wholesale trade Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13767,Industry of Employment by Hours Worked by Sex +G13768,P_RTrade_0,Persons Retail trade Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13768,Industry of Employment by Hours Worked by Sex +G13769,P_RTrade_1_15,Persons Retail trade Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13769,Industry of Employment by Hours Worked by Sex +G13770,P_RTrade_16_24,Persons Retail trade Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13770,Industry of Employment by Hours Worked by Sex +G13771,P_RTrade_25_34,Persons Retail trade Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13771,Industry of Employment by Hours Worked by Sex +G13772,P_RTrade_35_39,Persons Retail trade Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13772,Industry of Employment by Hours Worked by Sex +G13773,P_RTrade_40,Persons Retail trade Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13773,Industry of Employment by Hours Worked by Sex +G13774,P_RTrade_41_48,Persons Retail trade Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13774,Industry of Employment by Hours Worked by Sex +G13775,P_RTrade_49over,Persons Retail trade Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13775,Industry of Employment by Hours Worked by Sex +G13776,P_RTrade_hours_NS,Persons Retail trade Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13776,Industry of Employment by Hours Worked by Sex +G13777,P_RTrade_Tot,Persons Retail trade Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13777,Industry of Employment by Hours Worked by Sex +G13778,P_AccomFoodS_0,Persons Accommodation and food services Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13778,Industry of Employment by Hours Worked by Sex +G13779,P_AccomFoodS_1_15,Persons Accommodation and food services Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13779,Industry of Employment by Hours Worked by Sex +G13780,P_AccomFoodS_16_24,Persons Accommodation and food services Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13780,Industry of Employment by Hours Worked by Sex +G13781,P_AccomFoodS_25_34,Persons Accommodation and food services Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13781,Industry of Employment by Hours Worked by Sex +G13782,P_AccomFoodS_35_39,Persons Accommodation and food services Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13782,Industry of Employment by Hours Worked by Sex +G13783,P_AccomFoodS_40,Persons Accommodation and food services Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13783,Industry of Employment by Hours Worked by Sex +G13784,P_AccomFoodS_41_48,Persons Accommodation and food services Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13784,Industry of Employment by Hours Worked by Sex +G13785,P_AccomFoodS_49over,Persons Accommodation and food services Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13785,Industry of Employment by Hours Worked by Sex +G13786,P_AccomFoodS_hours_NS,Persons Accommodation and food services Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13786,Industry of Employment by Hours Worked by Sex +G13787,P_AccomFoodS_Tot,Persons Accommodation and food services Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13787,Industry of Employment by Hours Worked by Sex +G13788,P_TransPostWhse_0,Persons Transport postal and warehousing Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13788,Industry of Employment by Hours Worked by Sex +G13789,P_TransPostWhse_1_15,Persons Transport postal and warehousing Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13789,Industry of Employment by Hours Worked by Sex +G13790,P_TransPostWhse_16_24,Persons Transport postal and warehousing Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13790,Industry of Employment by Hours Worked by Sex +G13791,P_TransPostWhse_25_34,Persons Transport postal and warehousing Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13791,Industry of Employment by Hours Worked by Sex +G13792,P_TransPostWhse_35_39,Persons Transport postal and warehousing Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13792,Industry of Employment by Hours Worked by Sex +G13793,P_TransPostWhse_40,Persons Transport postal and warehousing Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13793,Industry of Employment by Hours Worked by Sex +G13794,P_TransPostWhse_41_48,Persons Transport postal and warehousing Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13794,Industry of Employment by Hours Worked by Sex +G13795,P_TransPostWhse_49over,Persons Transport postal and warehousing Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13795,Industry of Employment by Hours Worked by Sex +G13796,P_TransPostWhse_hours_NS,Persons Transport postal and warehousing Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13796,Industry of Employment by Hours Worked by Sex +G13797,P_TransPostWhse_Tot,Persons Transport postal and warehousing Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13797,Industry of Employment by Hours Worked by Sex +G13798,P_InfoMedTelecom_0,Persons Information media and telecommunications Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13798,Industry of Employment by Hours Worked by Sex +G13799,P_InfoMedTelecom_1_15,Persons Information media and telecommunications Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13799,Industry of Employment by Hours Worked by Sex +G13800,P_InfoMedTelecom_16_24,Persons Information media and telecommunications Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13800,Industry of Employment by Hours Worked by Sex +G13801,P_InfoMedTelecom_25_34,Persons Information media and telecommunications Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13801,Industry of Employment by Hours Worked by Sex +G13802,P_InfoMedTelecom_35_39,Persons Information media and telecommunications Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13802,Industry of Employment by Hours Worked by Sex +G13803,P_InfoMedTelecom_40,Persons Information media and telecommunications Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13803,Industry of Employment by Hours Worked by Sex +G13804,P_InfoMedTelecom_41_48,Persons Information media and telecommunications Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13804,Industry of Employment by Hours Worked by Sex +G13805,P_InfoMedTelecom_49over,Persons Information media and telecommunications Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13805,Industry of Employment by Hours Worked by Sex +G13806,P_InfoMedTelecom_hours_NS,Persons Information media and telecommunications Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13806,Industry of Employment by Hours Worked by Sex +G13807,P_InfoMedTelecom_Tot,Persons Information media and telecommunications Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13807,Industry of Employment by Hours Worked by Sex +G13808,P_FinInsurS_0,Persons Financial and insurance services Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13808,Industry of Employment by Hours Worked by Sex +G13809,P_FinInsurS_1_15,Persons Financial and insurance services Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13809,Industry of Employment by Hours Worked by Sex +G13810,P_FinInsurS_16_24,Persons Financial and insurance services Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13810,Industry of Employment by Hours Worked by Sex +G13811,P_FinInsurS_25_34,Persons Financial and insurance services Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13811,Industry of Employment by Hours Worked by Sex +G13812,P_FinInsurS_35_39,Persons Financial and insurance services Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13812,Industry of Employment by Hours Worked by Sex +G13813,P_FinInsurS_40,Persons Financial and insurance services Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13813,Industry of Employment by Hours Worked by Sex +G13814,P_FinInsurS_41_48,Persons Financial and insurance services Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13814,Industry of Employment by Hours Worked by Sex +G13815,P_FinInsurS_49over,Persons Financial and insurance services Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13815,Industry of Employment by Hours Worked by Sex +G13816,P_FinInsurS_hours_NS,Persons Financial and insurance services Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13816,Industry of Employment by Hours Worked by Sex +G13817,P_FinInsurS_Tot,Persons Financial and insurance services Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13817,Industry of Employment by Hours Worked by Sex +G13818,P_RentHirREserv_0,Persons Rental hiring and real estate services Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13818,Industry of Employment by Hours Worked by Sex +G13819,P_RentHirREserv_1_15,Persons Rental hiring and real estate services Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13819,Industry of Employment by Hours Worked by Sex +G13820,P_RentHirREserv_16_24,Persons Rental hiring and real estate services Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13820,Industry of Employment by Hours Worked by Sex +G13821,P_RentHirREserv_25_34,Persons Rental hiring and real estate services Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13821,Industry of Employment by Hours Worked by Sex +G13822,P_RentHirREserv_35_39,Persons Rental hiring and real estate services Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13822,Industry of Employment by Hours Worked by Sex +G13823,P_RentHirREserv_40,Persons Rental hiring and real estate services Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13823,Industry of Employment by Hours Worked by Sex +G13824,P_RentHirREserv_41_48,Persons Rental hiring and real estate services Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13824,Industry of Employment by Hours Worked by Sex +G13825,P_RentHirREserv_49over,Persons Rental hiring and real estate services Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13825,Industry of Employment by Hours Worked by Sex +G13826,P_RentHirREserv_hours_NS,Persons Rental hiring and real estate services Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13826,Industry of Employment by Hours Worked by Sex +G13827,P_RentHirREserv_Tot,Persons Rental hiring and real estate services Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13827,Industry of Employment by Hours Worked by Sex +G13828,P_ProScieTechServ_0,Persons Professional scientific and technical services Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13828,Industry of Employment by Hours Worked by Sex +G13829,P_ProScieTechServ_1_15,Persons Professional scientific and technical services Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13829,Industry of Employment by Hours Worked by Sex +G13830,P_ProScieTechServ_16_24,Persons Professional scientific and technical services Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13830,Industry of Employment by Hours Worked by Sex +G13831,P_ProScieTechServ_25_34,Persons Professional scientific and technical services Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13831,Industry of Employment by Hours Worked by Sex +G13832,P_ProScieTechServ_35_39,Persons Professional scientific and technical services Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13832,Industry of Employment by Hours Worked by Sex +G13833,P_ProScieTechServ_40,Persons Professional scientific and technical services Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13833,Industry of Employment by Hours Worked by Sex +G13834,P_ProScieTechServ_41_48,Persons Professional scientific and technical services Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13834,Industry of Employment by Hours Worked by Sex +G13835,P_ProScieTechServ_49over,Persons Professional scientific and technical services Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13835,Industry of Employment by Hours Worked by Sex +G13836,P_ProScieTechServ_hours_NS,Persons Professional scientific and technical services Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13836,Industry of Employment by Hours Worked by Sex +G13837,P_ProScieTechServ_Tot,Persons Professional scientific and technical services Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13837,Industry of Employment by Hours Worked by Sex +G13838,P_AdminSupServ_0,Persons Administrative and support services Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13838,Industry of Employment by Hours Worked by Sex +G13839,P_AdminSupServ_1_15,Persons Administrative and support services Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13839,Industry of Employment by Hours Worked by Sex +G13840,P_AdminSupServ_16_24,Persons Administrative and support services Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13840,Industry of Employment by Hours Worked by Sex +G13841,P_AdminSupServ_25_34,Persons Administrative and support services Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13841,Industry of Employment by Hours Worked by Sex +G13842,P_AdminSupServ_35_39,Persons Administrative and support services Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13842,Industry of Employment by Hours Worked by Sex +G13843,P_AdminSupServ_40,Persons Administrative and support services Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13843,Industry of Employment by Hours Worked by Sex +G13844,P_AdminSupServ_41_48,Persons Administrative and support services Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13844,Industry of Employment by Hours Worked by Sex +G13845,P_AdminSupServ_49over,Persons Administrative and support services Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13845,Industry of Employment by Hours Worked by Sex +G13846,P_AdminSupServ_hours_NS,Persons Administrative and support services Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13846,Industry of Employment by Hours Worked by Sex +G13847,P_AdminSupServ_Tot,Persons Administrative and support services Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13847,Industry of Employment by Hours Worked by Sex +G13848,P_PubAdmiSafety_0,Persons Public administration and safety Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13848,Industry of Employment by Hours Worked by Sex +G13849,P_PubAdmiSafety_1_15,Persons Public administration and safety Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13849,Industry of Employment by Hours Worked by Sex +G13850,P_PubAdmiSafety_16_24,Persons Public administration and safety Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13850,Industry of Employment by Hours Worked by Sex +G13851,P_PubAdmiSafety_25_34,Persons Public administration and safety Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13851,Industry of Employment by Hours Worked by Sex +G13852,P_PubAdmiSafety_35_39,Persons Public administration and safety Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13852,Industry of Employment by Hours Worked by Sex +G13853,P_PubAdmiSafety_40,Persons Public administration and safety Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13853,Industry of Employment by Hours Worked by Sex +G13854,P_PubAdmiSafety_41_48,Persons Public administration and safety Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13854,Industry of Employment by Hours Worked by Sex +G13855,P_PubAdmiSafety_49over,Persons Public administration and safety Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13855,Industry of Employment by Hours Worked by Sex +G13856,P_PubAdmiSafety_hours_NS,Persons Public administration and safety Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13856,Industry of Employment by Hours Worked by Sex +G13857,P_PubAdmiSafety_Tot,Persons Public administration and safety Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13857,Industry of Employment by Hours Worked by Sex +G13858,P_EducTrain_0,Persons Education and training Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13858,Industry of Employment by Hours Worked by Sex +G13859,P_EducTrain_1_15,Persons Education and training Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13859,Industry of Employment by Hours Worked by Sex +G13860,P_EducTrain_16_24,Persons Education and training Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13860,Industry of Employment by Hours Worked by Sex +G13861,P_EducTrain_25_34,Persons Education and training Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13861,Industry of Employment by Hours Worked by Sex +G13862,P_EducTrain_35_39,Persons Education and training Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13862,Industry of Employment by Hours Worked by Sex +G13863,P_EducTrain_40,Persons Education and training Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13863,Industry of Employment by Hours Worked by Sex +G13864,P_EducTrain_41_48,Persons Education and training Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13864,Industry of Employment by Hours Worked by Sex +G13865,P_EducTrain_49over,Persons Education and training Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13865,Industry of Employment by Hours Worked by Sex +G13866,P_EducTrain_hours_NS,Persons Education and training Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13866,Industry of Employment by Hours Worked by Sex +G13867,P_EducTrain_Tot,Persons Education and training Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13867,Industry of Employment by Hours Worked by Sex +G13868,P_HealthCareSocA_0,Persons Health care and social assistance Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13868,Industry of Employment by Hours Worked by Sex +G13869,P_HealthCareSocA_1_15,Persons Health care and social assistance Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13869,Industry of Employment by Hours Worked by Sex +G13870,P_HealthCareSocA_16_24,Persons Health care and social assistance Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13870,Industry of Employment by Hours Worked by Sex +G13871,P_HealthCareSocA_25_34,Persons Health care and social assistance Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13871,Industry of Employment by Hours Worked by Sex +G13872,P_HealthCareSocA_35_39,Persons Health care and social assistance Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13872,Industry of Employment by Hours Worked by Sex +G13873,P_HealthCareSocA_40,Persons Health care and social assistance Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13873,Industry of Employment by Hours Worked by Sex +G13874,P_HealthCareSocA_41_48,Persons Health care and social assistance Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13874,Industry of Employment by Hours Worked by Sex +G13875,P_HealthCareSocA_49over,Persons Health care and social assistance Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13875,Industry of Employment by Hours Worked by Sex +G13876,P_HealthCareSocA_hours_NS,Persons Health care and social assistance Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13876,Industry of Employment by Hours Worked by Sex +G13877,P_HealthCareSocA_Tot,Persons Health care and social assistance Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13877,Industry of Employment by Hours Worked by Sex +G13878,P_ArtRecServ_0,Persons Arts and recreation services Number of hours worked None,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: None|PERSONS,,13878,Industry of Employment by Hours Worked by Sex +G13879,P_ArtRecServ_1_15,Persons Arts and recreation services Number of hours worked 1 15 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13879,Industry of Employment by Hours Worked by Sex +G13880,P_ArtRecServ_16_24,Persons Arts and recreation services Number of hours worked 16 24 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13880,Industry of Employment by Hours Worked by Sex +G13881,P_ArtRecServ_25_34,Persons Arts and recreation services Number of hours worked 25 34 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13881,Industry of Employment by Hours Worked by Sex +G13882,P_ArtRecServ_35_39,Persons Arts and recreation services Number of hours worked 35 39 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13882,Industry of Employment by Hours Worked by Sex +G13883,P_ArtRecServ_40,Persons Arts and recreation services Number of hours worked 40 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13883,Industry of Employment by Hours Worked by Sex +G13884,P_ArtRecServ_41_48,Persons Arts and recreation services Number of hours worked 41 48 hours,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13884,Industry of Employment by Hours Worked by Sex +G13885,P_ArtRecServ_49over,Persons Arts and recreation services Number of hours worked 49 hours and over,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13885,Industry of Employment by Hours Worked by Sex +G13886,P_ArtRecServ_hours_NS,Persons Arts and recreation services Number of hours worked Not stated,Tot_P_P,G52C,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13886,Industry of Employment by Hours Worked by Sex +G13887,P_ArtRecServ_Tot,Persons Arts and recreation services Total,Tot_P_P,G52C,people,employment|age_gender,Total|PERSONS,,13887,Industry of Employment by Hours Worked by Sex +G13888,P_OthServ_0,Persons Other services Number of hours worked None,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: None|PERSONS,,13888,Industry of Employment by Hours Worked by Sex +G13889,P_OthServ_1_15,Persons Other services Number of hours worked 1 15 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13889,Industry of Employment by Hours Worked by Sex +G13890,P_OthServ_16_24,Persons Other services Number of hours worked 16 24 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13890,Industry of Employment by Hours Worked by Sex +G13891,P_OthServ_25_34,Persons Other services Number of hours worked 25 34 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13891,Industry of Employment by Hours Worked by Sex +G13892,P_OthServ_35_39,Persons Other services Number of hours worked 35 39 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13892,Industry of Employment by Hours Worked by Sex +G13893,P_OthServ_40,Persons Other services Number of hours worked 40 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13893,Industry of Employment by Hours Worked by Sex +G13894,P_OthServ_41_48,Persons Other services Number of hours worked 41 48 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13894,Industry of Employment by Hours Worked by Sex +G13895,P_OthServ_49over,Persons Other services Number of hours worked 49 hours and over,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13895,Industry of Employment by Hours Worked by Sex +G13896,P_OthServ_hours_NS,Persons Other services Number of hours worked Not stated,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13896,Industry of Employment by Hours Worked by Sex +G13897,P_OthServ_Tot,Persons Other services Total,Tot_P_P,G52D,people,employment|age_gender,Total|PERSONS,,13897,Industry of Employment by Hours Worked by Sex +G13898,P_ID_NS_0,Persons Inadequately described Not stated Number of hours worked None,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: None|PERSONS,,13898,Industry of Employment by Hours Worked by Sex +G13899,P_ID_NS_1_15,Persons Inadequately described Not stated Number of hours worked 1 15 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13899,Industry of Employment by Hours Worked by Sex +G13900,P_ID_NS_16_24,Persons Inadequately described Not stated Number of hours worked 16 24 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13900,Industry of Employment by Hours Worked by Sex +G13901,P_ID_NS_25_34,Persons Inadequately described Not stated Number of hours worked 25 34 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13901,Industry of Employment by Hours Worked by Sex +G13902,P_ID_NS_35_39,Persons Inadequately described Not stated Number of hours worked 35 39 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13902,Industry of Employment by Hours Worked by Sex +G13903,P_ID_NS_40,Persons Inadequately described Not stated Number of hours worked 40 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13903,Industry of Employment by Hours Worked by Sex +G13904,P_ID_NS_41_48,Persons Inadequately described Not stated Number of hours worked 41 48 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13904,Industry of Employment by Hours Worked by Sex +G13905,P_ID_NS_49over,Persons Inadequately described Not stated Number of hours worked 49 hours and over,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13905,Industry of Employment by Hours Worked by Sex +G13906,P_ID_NS_hours_NS,Persons Inadequately described Not stated Number of hours worked Not stated,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13906,Industry of Employment by Hours Worked by Sex +G13907,P_ID_NS_Tot,Persons Inadequately described Not stated Total,Tot_P_P,G52D,people,employment|age_gender,Total|PERSONS,,13907,Industry of Employment by Hours Worked by Sex +G13908,P_Tot_0,Persons Total Number of hours worked None,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: None|PERSONS,,13908,Industry of Employment by Hours Worked by Sex +G13909,P_Tot_1_15,Persons Total Number of hours worked 1 15 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 1-15 hours|PERSONS,,13909,Industry of Employment by Hours Worked by Sex +G13910,P_Tot_16_24,Persons Total Number of hours worked 16 24 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 16-24 hours|PERSONS,,13910,Industry of Employment by Hours Worked by Sex +G13911,P_Tot_25_34,Persons Total Number of hours worked 25 34 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 25-34 hours|PERSONS,,13911,Industry of Employment by Hours Worked by Sex +G13912,P_Tot_35_39,Persons Total Number of hours worked 35 39 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 35-39 hours|PERSONS,,13912,Industry of Employment by Hours Worked by Sex +G13913,P_Tot_40,Persons Total Number of hours worked 40 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 40 hours|PERSONS,,13913,Industry of Employment by Hours Worked by Sex +G13914,P_Tot_41_48,Persons Total Number of hours worked 41 48 hours,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 41-48 hours|PERSONS,,13914,Industry of Employment by Hours Worked by Sex +G13915,P_Tot_49over,Persons Total Number of hours worked 49 hours and over,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: 49 and over|PERSONS,,13915,Industry of Employment by Hours Worked by Sex +G13916,P_Tot_hours_NS,Persons Total Number of hours worked Not stated,Tot_P_P,G52D,people,employment|age_gender,Number of hours worked: Not stated|PERSONS,,13916,Industry of Employment by Hours Worked by Sex +G13917,P_Tot_Tot,Persons Total Total,Tot_P_P,G52D,people,employment|age_gender,Total|PERSONS,,13917,Industry of Employment by Hours Worked by Sex +G15118,P_Tot_Managers,Persons Total Occupation Managers,Tot_P_P,G57B,people,employment,Managers|PERSONS,,15118,Occupation by Age by Sex +G15119,P_Tot_Professionals,Persons Total Occupation Professionals,Tot_P_P,G57B,people,employment,Professionals|PERSONS,,15119,Occupation by Age by Sex +G15120,P_Tot_TechnicTrades_W,Persons Total Occupation Technicians and trades workers,Tot_P_P,G57B,people,employment,Technicians & trades workers|PERSONS,,15120,Occupation by Age by Sex +G15121,P_Tot_CommunPersnlSvc_W,Persons Total Occupation Community and personal service workers,Tot_P_P,G57B,people,employment,Community & personal service workers|PERSONS,,15121,Occupation by Age by Sex +G15122,P_Tot_ClericalAdminis_W,Persons Total Occupation Clerical and administrative workers,Tot_P_P,G57B,people,employment,Clerical & administrative workers|PERSONS,,15122,Occupation by Age by Sex +G15123,P_Tot_Sales_W,Persons Total Occupation Sales workers,Tot_P_P,G57B,people,employment,Sales workers|PERSONS,,15123,Occupation by Age by Sex +G15124,P_Tot_Mach_oper_drivers,Persons Total Occupation Machinery operators and drivers,Tot_P_P,G57B,people,employment,Machinery operators & drivers|PERSONS,,15124,Occupation by Age by Sex +G15125,P_Tot_Labourers,Persons Total Occupation Labourers,Tot_P_P,G57B,people,employment,Labourers|PERSONS,,15125,Occupation by Age by Sex +G15126,P_Tot_Occu_ID_NS,Persons Total Occupation Inadequately described Not stated,Tot_P_P,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15126,Occupation by Age by Sex +G15127,P_Tot_Tot,Persons Total Total,Tot_P_P,G57B,people,employment,Total|PERSONS,,15127,Occupation by Age by Sex +G15328,P_Mng_0,Persons Managers Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15328,Occupation by Hours Worked by Sex +G15329,P_Mng_1_15,Persons Managers Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15329,Occupation by Hours Worked by Sex +G15330,P_Mng_16_24,Persons Managers Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15330,Occupation by Hours Worked by Sex +G15331,P_Mng_25_34,Persons Managers Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15331,Occupation by Hours Worked by Sex +G15332,P_Mng_35_39,Persons Managers Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15332,Occupation by Hours Worked by Sex +G15333,P_Mng_40,Persons Managers Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15333,Occupation by Hours Worked by Sex +G15334,P_Mng_41_48,Persons Managers Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15334,Occupation by Hours Worked by Sex +G15335,P_Mng_49over,Persons Managers Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15335,Occupation by Hours Worked by Sex +G15336,P_Mng_hours_NS,Persons Managers Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15336,Occupation by Hours Worked by Sex +G15337,P_Mng_Tot,Persons Managers Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15337,Occupation by Hours Worked by Sex +G15338,P_Pro_0,Persons Professionals Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15338,Occupation by Hours Worked by Sex +G15339,P_Pro_1_15,Persons Professionals Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15339,Occupation by Hours Worked by Sex +G15340,P_Pro_16_24,Persons Professionals Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15340,Occupation by Hours Worked by Sex +G15341,P_Pro_25_34,Persons Professionals Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15341,Occupation by Hours Worked by Sex +G15342,P_Pro_35_39,Persons Professionals Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15342,Occupation by Hours Worked by Sex +G15343,P_Pro_40,Persons Professionals Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15343,Occupation by Hours Worked by Sex +G15344,P_Pro_41_48,Persons Professionals Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15344,Occupation by Hours Worked by Sex +G15345,P_Pro_49over,Persons Professionals Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15345,Occupation by Hours Worked by Sex +G15346,P_Pro_hours_NS,Persons Professionals Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15346,Occupation by Hours Worked by Sex +G15347,P_Pro_Tot,Persons Professionals Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15347,Occupation by Hours Worked by Sex +G15348,P_TTW_0,Persons Technicians and trades workers Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15348,Occupation by Hours Worked by Sex +G15349,P_TTW_1_15,Persons Technicians and trades workers Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15349,Occupation by Hours Worked by Sex +G15350,P_TTW_16_24,Persons Technicians and trades workers Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15350,Occupation by Hours Worked by Sex +G15351,P_TTW_25_34,Persons Technicians and trades workers Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15351,Occupation by Hours Worked by Sex +G15352,P_TTW_35_39,Persons Technicians and trades workers Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15352,Occupation by Hours Worked by Sex +G15353,P_TTW_40,Persons Technicians and trades workers Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15353,Occupation by Hours Worked by Sex +G15354,P_TTW_41_48,Persons Technicians and trades workers Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15354,Occupation by Hours Worked by Sex +G15355,P_TTW_49over,Persons Technicians and trades workers Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15355,Occupation by Hours Worked by Sex +G15356,P_TTW_hours_NS,Persons Technicians and trades workers Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15356,Occupation by Hours Worked by Sex +G15357,P_TTW_Tot,Persons Technicians and trades workers Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15357,Occupation by Hours Worked by Sex +G15358,P_CPS_0,Persons Community and personal service workers Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15358,Occupation by Hours Worked by Sex +G15359,P_CPS_1_15,Persons Community and personal service workers Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15359,Occupation by Hours Worked by Sex +G15360,P_CPS_16_24,Persons Community and personal service workers Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15360,Occupation by Hours Worked by Sex +G15361,P_CPS_25_34,Persons Community and personal service workers Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15361,Occupation by Hours Worked by Sex +G15362,P_CPS_35_39,Persons Community and personal service workers Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15362,Occupation by Hours Worked by Sex +G15363,P_CPS_40,Persons Community and personal service workers Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15363,Occupation by Hours Worked by Sex +G15364,P_CPS_41_48,Persons Community and personal service workers Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15364,Occupation by Hours Worked by Sex +G15365,P_CPS_49over,Persons Community and personal service workers Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15365,Occupation by Hours Worked by Sex +G15366,P_CPS_hours_NS,Persons Community and personal service workers Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15366,Occupation by Hours Worked by Sex +G15367,P_CPS_Tot,Persons Community and personal service workers Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15367,Occupation by Hours Worked by Sex +G15368,P_CA_0,Persons Clerical and administrative workers Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15368,Occupation by Hours Worked by Sex +G15369,P_CA_1_15,Persons Clerical and administrative workers Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15369,Occupation by Hours Worked by Sex +G15370,P_CA_16_24,Persons Clerical and administrative workers Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15370,Occupation by Hours Worked by Sex +G15371,P_CA_25_34,Persons Clerical and administrative workers Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15371,Occupation by Hours Worked by Sex +G15372,P_CA_35_39,Persons Clerical and administrative workers Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15372,Occupation by Hours Worked by Sex +G15373,P_CA_40,Persons Clerical and administrative workers Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15373,Occupation by Hours Worked by Sex +G15374,P_CA_41_48,Persons Clerical and administrative workers Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15374,Occupation by Hours Worked by Sex +G15375,P_CA_49over,Persons Clerical and administrative workers Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15375,Occupation by Hours Worked by Sex +G15376,P_CA_hours_NS,Persons Clerical and administrative workers Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15376,Occupation by Hours Worked by Sex +G15377,P_CA_Tot,Persons Clerical and administrative workers Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15377,Occupation by Hours Worked by Sex +G15378,P_Sal_0,Persons Sales workers Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15378,Occupation by Hours Worked by Sex +G15379,P_Sal_1_15,Persons Sales workers Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15379,Occupation by Hours Worked by Sex +G15380,P_Sal_16_24,Persons Sales workers Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15380,Occupation by Hours Worked by Sex +G15381,P_Sal_25_34,Persons Sales workers Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15381,Occupation by Hours Worked by Sex +G15382,P_Sal_35_39,Persons Sales workers Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15382,Occupation by Hours Worked by Sex +G15383,P_Sal_40,Persons Sales workers Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15383,Occupation by Hours Worked by Sex +G15384,P_Sal_41_48,Persons Sales workers Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15384,Occupation by Hours Worked by Sex +G15385,P_Sal_49over,Persons Sales workers Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15385,Occupation by Hours Worked by Sex +G15386,P_Sal_hours_NS,Persons Sales workers Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15386,Occupation by Hours Worked by Sex +G15387,P_Sal_Tot,Persons Sales workers Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15387,Occupation by Hours Worked by Sex +G15388,P_MOD_0,Persons Machinery operators and drivers Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15388,Occupation by Hours Worked by Sex +G15389,P_MOD_1_15,Persons Machinery operators and drivers Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15389,Occupation by Hours Worked by Sex +G15390,P_MOD_16_24,Persons Machinery operators and drivers Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15390,Occupation by Hours Worked by Sex +G15391,P_MOD_25_34,Persons Machinery operators and drivers Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15391,Occupation by Hours Worked by Sex +G15392,P_MOD_35_39,Persons Machinery operators and drivers Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15392,Occupation by Hours Worked by Sex +G15393,P_MOD_40,Persons Machinery operators and drivers Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15393,Occupation by Hours Worked by Sex +G15394,P_MOD_41_48,Persons Machinery operators and drivers Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15394,Occupation by Hours Worked by Sex +G15395,P_MOD_49over,Persons Machinery operators and drivers Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15395,Occupation by Hours Worked by Sex +G15396,P_MOD_hours_NS,Persons Machinery operators and drivers Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15396,Occupation by Hours Worked by Sex +G15397,P_MOD_Tot,Persons Machinery operators and drivers Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15397,Occupation by Hours Worked by Sex +G15398,P_Lab_0,Persons Labourers Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15398,Occupation by Hours Worked by Sex +G15399,P_Lab_1_15,Persons Labourers Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15399,Occupation by Hours Worked by Sex +G15400,P_Lab_16_24,Persons Labourers Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15400,Occupation by Hours Worked by Sex +G15401,P_Lab_25_34,Persons Labourers Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15401,Occupation by Hours Worked by Sex +G15402,P_Lab_35_39,Persons Labourers Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15402,Occupation by Hours Worked by Sex +G15403,P_Lab_40,Persons Labourers Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15403,Occupation by Hours Worked by Sex +G15404,P_Lab_41_48,Persons Labourers Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15404,Occupation by Hours Worked by Sex +G15405,P_Lab_49over,Persons Labourers Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15405,Occupation by Hours Worked by Sex +G15406,P_Lab_hours_NS,Persons Labourers Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15406,Occupation by Hours Worked by Sex +G15407,P_Lab_Tot,Persons Labourers Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15407,Occupation by Hours Worked by Sex +G15408,P_ID_NS_0,Persons Inadequately described Not stated Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15408,Occupation by Hours Worked by Sex +G15409,P_ID_NS_1_15,Persons Inadequately described Not stated Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15409,Occupation by Hours Worked by Sex +G15410,P_ID_NS_16_24,Persons Inadequately described Not stated Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15410,Occupation by Hours Worked by Sex +G15411,P_ID_NS_25_34,Persons Inadequately described Not stated Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15411,Occupation by Hours Worked by Sex +G15412,P_ID_NS_35_39,Persons Inadequately described Not stated Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15412,Occupation by Hours Worked by Sex +G15413,P_ID_NS_40,Persons Inadequately described Not stated Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15413,Occupation by Hours Worked by Sex +G15414,P_ID_NS_41_48,Persons Inadequately described Not stated Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15414,Occupation by Hours Worked by Sex +G15415,P_ID_NS_49over,Persons Inadequately described Not stated Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15415,Occupation by Hours Worked by Sex +G15416,P_ID_NS_hours_NS,Persons Inadequately described Not stated Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15416,Occupation by Hours Worked by Sex +G15417,P_ID_NS_Tot,Persons Inadequately described Not stated Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15417,Occupation by Hours Worked by Sex +G15418,P_Tot_0,Persons Total Number of hours worked None,Tot_P_P,G58B,people,employment,Number of hours worked: None|PERSONS,,15418,Occupation by Hours Worked by Sex +G15419,P_Tot_1_15,Persons Total Number of hours worked 1 15 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 1-15 hours|PERSONS,,15419,Occupation by Hours Worked by Sex +G15420,P_Tot_16_24,Persons Total Number of hours worked 16 24 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 16-24 hours|PERSONS,,15420,Occupation by Hours Worked by Sex +G15421,P_Tot_25_34,Persons Total Number of hours worked 25 34 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 25-34 hours|PERSONS,,15421,Occupation by Hours Worked by Sex +G15422,P_Tot_35_39,Persons Total Number of hours worked 35 39 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 35-39 hours|PERSONS,,15422,Occupation by Hours Worked by Sex +G15423,P_Tot_40,Persons Total Number of hours worked 40 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 40 hours|PERSONS,,15423,Occupation by Hours Worked by Sex +G15424,P_Tot_41_48,Persons Total Number of hours worked 41 48 hours,Tot_P_P,G58B,people,employment,Number of hours worked: 41-48 hours|PERSONS,,15424,Occupation by Hours Worked by Sex +G15425,P_Tot_49over,Persons Total Number of hours worked 49 hours and over,Tot_P_P,G58B,people,employment,Number of hours worked: 49 and over|PERSONS,,15425,Occupation by Hours Worked by Sex +G15426,P_Tot_hours_NS,Persons Total Number of hours worked Not stated,Tot_P_P,G58B,people,employment,Number of hours worked: Not stated|PERSONS,,15426,Occupation by Hours Worked by Sex +G15427,P_Tot_Tot,Persons Total Total,Tot_P_P,G58B,people,employment,Total|PERSONS,,15427,Occupation by Hours Worked by Sex +G15430,One_method_Train_P,One method Train Persons,Tot_P_P,G59,people,transportation,Persons,,15430,Method of Travel to Work by Sex +G15433,One_method_Bus_P,One method Bus Persons,Tot_P_P,G59,people,transportation,Persons,,15433,Method of Travel to Work by Sex +G15436,One_method_Ferry_P,One method Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15436,Method of Travel to Work by Sex +G15439,One_met_Tram_incl_lt_rail_P,One method Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15439,Method of Travel to Work by Sex +G15442,One_method_Taxi_P,One method Taxi Persons,Tot_P_P,G59,people,transportation,Persons,,15442,Method of Travel to Work by Sex +G15445,One_method_Car_as_driver_P,One method Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15445,Method of Travel to Work by Sex +G15448,One_method_Car_as_passenger_P,One method Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15448,Method of Travel to Work by Sex +G15451,One_method_Truck_P,One method Truck Persons,Tot_P_P,G59,people,transportation,Persons,,15451,Method of Travel to Work by Sex +G15454,One_method_Motorbike_scootr_P,One method Motorbike scooter Persons,Tot_P_P,G59,people,transportation,Persons,,15454,Method of Travel to Work by Sex +G15457,One_method_Bicycle_P,One method Bicycle Persons,Tot_P_P,G59,people,transportation,Persons,,15457,Method of Travel to Work by Sex +G15460,One_method_Other_P,One method Other Persons,Tot_P_P,G59,people,transportation,Persons,,15460,Method of Travel to Work by Sex +G15463,One_method_Walked_only_P,One method Walked only Persons,Tot_P_P,G59,people,transportation,Persons,,15463,Method of Travel to Work by Sex +G15466,One_method_Tot_one_method_P,One method Total one method Persons,Tot_P_P,G59,people,transportation,Persons,,15466,Method of Travel to Work by Sex +G15469,Two_methods_Train_Bus_P,Two methods Train and Bus Persons,Tot_P_P,G59,people,transportation,Persons,,15469,Method of Travel to Work by Sex +G15472,Two_methods_Train_Ferry_P,Two methods Train and Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15472,Method of Travel to Work by Sex +G15475,Two_mt_trn_Trm_incl_lt_rl_P,Two methods Train and Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15475,Method of Travel to Work by Sex +G15478,Two_methods_Trn_Car_as_drvr_P,Two methods Train and Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15478,Method of Travel to Work by Sex +G15481,Two_methods_Trn_Car_as_pass_P,Two methods Train and Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15481,Method of Travel to Work by Sex +G15484,Two_methods_Train_Other_P,Two methods Train and Other Persons,Tot_P_P,G59,people,transportation,Persons,,15484,Method of Travel to Work by Sex +G15487,Two_methods_Train_Tot_P,Two methods Train and Total Persons,Tot_P_P,G59,people,transportation,Persons,,15487,Method of Travel to Work by Sex +G15490,Two_methods_Bus_Ferry_P,Two methods Bus and Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15490,Method of Travel to Work by Sex +G15493,Two_mth_Bu_Trm_inc_lt_rl_P,Two methods Bus and Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15493,Method of Travel to Work by Sex +G15496,Two_methods_Bus_Car_as_drvr_P,Two methods Bus and Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15496,Method of Travel to Work by Sex +G15499,Two_methods_Bus_Car_as_pass_P,Two methods Bus and Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15499,Method of Travel to Work by Sex +G15502,Two_methods_Bus_Other_P,Two methods Bus and Other Persons,Tot_P_P,G59,people,transportation,Persons,,15502,Method of Travel to Work by Sex +G15505,Two_methods_Bus_Tot_P,Two methods Bus and Total Persons,Tot_P_P,G59,people,transportation,Persons,,15505,Method of Travel to Work by Sex +G15508,Two_methds_Othr_two_methds_P,Two methods Other two methods Persons,Tot_P_P,G59,people,transportation,Persons,,15508,Method of Travel to Work by Sex +G15511,Two_methods_Tot_two_methods_P,Two methods Total two methods Persons,Tot_P_P,G59,people,transportation,Persons,,15511,Method of Travel to Work by Sex +G15514,Three_meth_Trn_two_othr_met_P,Three methods Train and two other methods Persons,Tot_P_P,G59,people,transportation,Persons,,15514,Method of Travel to Work by Sex +G15517,Three_met_Bs_2_ot_met_ex_tr_P,Three methods Bus and two other methods excludes train Persons,Tot_P_P,G59,people,transportation,Persons,,15517,Method of Travel to Work by Sex +G15520,Three_meth_Othr_three_meth_P,Three methods Other three methods Persons,Tot_P_P,G59,people,transportation,Persons,,15520,Method of Travel to Work by Sex +G15523,Three_meth_Tot_three_meth_P,Three methods Total three methods Persons,Tot_P_P,G59,people,transportation,Persons,,15523,Method of Travel to Work by Sex +G15526,Worked_home_P,Worked at home Persons,Tot_P_P,G59,people,transportation,Persons,,15526,Method of Travel to Work by Sex +G15529,Did_not_go_to_work_P,Did not go to work Persons,Tot_P_P,G59,people,transportation,Persons,,15529,Method of Travel to Work by Sex +G15532,Method_travel_to_work_ns_P,Method of travel to work not stated Persons,Tot_P_P,G59,people,transportation,Persons,,15532,Method of Travel to Work by Sex +G15535,Tot_P,Total Persons,Tot_P_P,G59,people,transportation,Persons,,15535,Method of Travel to Work by Sex +G2,Tot_P_F,Total Persons Females,Tot_P_P|Tot_P_P,G01,people,age_gender,Females,,2,Selected Person Characteristics by Sex +G5,Age_0_4_yr_F,Age groups 0 4 years Females,Tot_P_P|Tot_P_F|Age_0_4_yr_P,G01,people,age_gender,Females,,5,Selected Person Characteristics by Sex +G8,Age_5_14_yr_F,Age groups 5 14 years Females,Tot_P_P|Tot_P_F|Age_5_14_yr_P,G01,people,age_gender,Females,,8,Selected Person Characteristics by Sex +G11,Age_15_19_yr_F,Age groups 15 19 years Females,Tot_P_P|Tot_P_F|Age_15_19_yr_P,G01,people,age_gender,Females,,11,Selected Person Characteristics by Sex +G14,Age_20_24_yr_F,Age groups 20 24 years Females,Tot_P_P|Tot_P_F|Age_20_24_yr_P,G01,people,age_gender,Females,,14,Selected Person Characteristics by Sex +G17,Age_25_34_yr_F,Age groups 25 34 years Females,Tot_P_P|Tot_P_F|Age_25_34_yr_P,G01,people,age_gender,Females,,17,Selected Person Characteristics by Sex +G20,Age_35_44_yr_F,Age groups 35 44 years Females,Tot_P_P|Tot_P_F|Age_35_44_yr_P,G01,people,age_gender,Females,,20,Selected Person Characteristics by Sex +G23,Age_45_54_yr_F,Age groups 45 54 years Females,Tot_P_P|Tot_P_F|Age_45_54_yr_P,G01,people,age_gender,Females,,23,Selected Person Characteristics by Sex +G26,Age_55_64_yr_F,Age groups 55 64 years Females,Tot_P_P|Tot_P_F|Age_55_64_yr_P,G01,people,age_gender,Females,,26,Selected Person Characteristics by Sex +G29,Age_65_74_yr_F,Age groups 65 74 years Females,Tot_P_P|Tot_P_F|Age_65_74_yr_P,G01,people,age_gender,Females,,29,Selected Person Characteristics by Sex +G32,Age_75_84_yr_F,Age groups 75 84 years Females,Tot_P_P|Tot_P_F|Age_75_84_yr_P,G01,people,age_gender,Females,,32,Selected Person Characteristics by Sex +G35,Age_85ov_F,Age groups 85 years and over Females,Tot_P_P|Tot_P_F|Age_85ov_P,G01,people,age_gender,Females,,35,Selected Person Characteristics by Sex +G38,Counted_Census_Night_home_F,Counted on Census Night At home Females,Tot_P_P|Tot_P_F|Counted_Census_Night_home_P,G01,people,age_gender,Females,,38,Selected Person Characteristics by Sex +G41,Count_Census_Nt_Ewhere_Aust_F,Counted on Census Night Elsewhere in Australia Females,Tot_P_P|Tot_P_F|Count_Census_Nt_Ewhere_Aust_P,G01,people,age_gender,Females,,41,Selected Person Characteristics by Sex +G44,Indigenous_psns_Aboriginal_F,Aboriginal and or Torres Strait Islander Persons Aboriginal Females,Tot_P_P|Tot_P_F|Indigenous_psns_Aboriginal_P,G01,people,age_gender,Females,,44,Selected Person Characteristics by Sex +G47,Indig_psns_Torres_Strait_Is_F,Aboriginal and or Torres Strait Islander Persons Torres Strait Islander Females,Tot_P_P|Tot_P_F|Indig_psns_Torres_Strait_Is_P,G01,people,age_gender,Females,,47,Selected Person Characteristics by Sex +G50,Indig_Bth_Abor_Torres_St_Is_F,Aboriginal and or Torres Strait Islander Persons Both Aboriginal and Torres Strait Islander Females,Tot_P_P|Tot_P_F|Indig_Bth_Abor_Torres_St_Is_P,G01,people,age_gender,Females,,50,Selected Person Characteristics by Sex +G53,Indigenous_P_Tot_F,Aboriginal and or Torres Strait Islander Persons Total Females,Tot_P_P|Tot_P_F|Indigenous_P_Tot_P,G01,people,age_gender,Females,,53,Selected Person Characteristics by Sex +G56,Birthplace_Australia_F,Birthplace Australia Females,Tot_P_P|Tot_P_F|Birthplace_Australia_P,G01,people,age_gender,Females,,56,Selected Person Characteristics by Sex +G59,Birthplace_Elsewhere_F,Birthplace Elsewhere Females,Tot_P_P|Tot_P_F|Birthplace_Elsewhere_P,G01,people,age_gender,Females,,59,Selected Person Characteristics by Sex +G62,Lang_spoken_home_Eng_only_F,Language spoken at home English only Females,Tot_P_P|Tot_P_F|Lang_spoken_home_Eng_only_P,G01,people,age_gender,Females,,62,Selected Person Characteristics by Sex +G65,Lang_spoken_home_Oth_Lang_F,Language spoken at home Other Language Females,Tot_P_P|Tot_P_F|Lang_spoken_home_Oth_Lang_P,G01,people,age_gender,Females,,65,Selected Person Characteristics by Sex +G68,Australian_citizen_F,Australian citizen Females,Tot_P_P|Tot_P_F|Australian_citizen_P,G01,people,age_gender,Females,,68,Selected Person Characteristics by Sex +G71,Age_psns_att_educ_inst_0_4_F,Age of Persons attending an educational institution 0 4 years Females,Tot_P_P|Tot_P_F|Age_psns_att_educ_inst_0_4_P,G01,people,age_gender,Females,,71,Selected Person Characteristics by Sex +G74,Age_psns_att_educ_inst_5_14_F,Age of Persons attending an educational institution 5 14 years Females,Tot_P_P|Tot_P_F|Age_psns_att_educ_inst_5_14_P,G01,people,age_gender,Females,,74,Selected Person Characteristics by Sex +G77,Age_psns_att_edu_inst_15_19_F,Age of Persons attending an educational institution 15 19 years Females,Tot_P_P|Tot_P_F|Age_psns_att_edu_inst_15_19_P,G01,people,age_gender,Females,,77,Selected Person Characteristics by Sex +G80,Age_psns_att_edu_inst_20_24_F,Age of Persons attending an educational institution 20 24 years Females,Tot_P_P|Tot_P_F|Age_psns_att_edu_inst_20_24_P,G01,people,age_gender,Females,,80,Selected Person Characteristics by Sex +G83,Age_psns_att_edu_inst_25_ov_F,Age of Persons attending an educational institution 25 years and over Females,Tot_P_P|Tot_P_F|Age_psns_att_edu_inst_25_ov_P,G01,people,age_gender,Females,,83,Selected Person Characteristics by Sex +G86,High_yr_schl_comp_Yr_12_eq_F,Highest year of school completed Year 12 or equivalent Females,Tot_P_P|Tot_P_F|High_yr_schl_comp_Yr_12_eq_P,G01,people,age_gender,Females,,86,Selected Person Characteristics by Sex +G89,High_yr_schl_comp_Yr_11_eq_F,Highest year of school completed Year 11 or equivalent Females,Tot_P_P|Tot_P_F|High_yr_schl_comp_Yr_11_eq_P,G01,people,age_gender,Females,,89,Selected Person Characteristics by Sex +G92,High_yr_schl_comp_Yr_10_eq_F,Highest year of school completed Year 10 or equivalent Females,Tot_P_P|Tot_P_F|High_yr_schl_comp_Yr_10_eq_P,G01,people,age_gender,Females,,92,Selected Person Characteristics by Sex +G95,High_yr_schl_comp_Yr_9_eq_F,Highest year of school completed Year 9 or equivalent Females,Tot_P_P|Tot_P_F|High_yr_schl_comp_Yr_9_eq_P,G01,people,age_gender,Females,,95,Selected Person Characteristics by Sex +G98,High_yr_schl_comp_Yr_8_belw_F,Highest year of school completed Year 8 or below Females,Tot_P_P|Tot_P_F|High_yr_schl_comp_Yr_8_belw_P,G01,people,age_gender,Females,,98,Selected Person Characteristics by Sex +G101,High_yr_schl_comp_D_n_g_sch_F,Highest year of school completed Did not go to school Females,Tot_P_P|Tot_P_F|High_yr_schl_comp_D_n_g_sch_P,G01,people,age_gender,Females,,101,Selected Person Characteristics by Sex +G104,Count_psns_occ_priv_dwgs_F,Count of Persons in occupied private dwellings Females,Tot_P_P|Tot_P_F|Count_psns_occ_priv_dwgs_P,G01,people,age_gender,Females,,104,Selected Person Characteristics by Sex +G107,Count_Persons_other_dwgs_F,Count of Persons in other dwellings Females,Tot_P_P|Tot_P_F|Count_Persons_other_dwgs_P,G01,people,age_gender,Females,,107,Selected Person Characteristics by Sex +G258,Age_yr_0_F,Age years 0 Females,Tot_P_P|Tot_P_F|Age_yr_0_P,G04A,people,age_gender,Females,,258,Age by Sex +G261,Age_yr_1_F,Age years 1 Females,Tot_P_P|Tot_P_F|Age_yr_1_P,G04A,people,age_gender,Females,,261,Age by Sex +G264,Age_yr_2_F,Age years 2 Females,Tot_P_P|Tot_P_F|Age_yr_2_P,G04A,people,age_gender,Females,,264,Age by Sex +G267,Age_yr_3_F,Age years 3 Females,Tot_P_P|Tot_P_F|Age_yr_3_P,G04A,people,age_gender,Females,,267,Age by Sex +G270,Age_yr_4_F,Age years 4 Females,Tot_P_P|Tot_P_F|Age_yr_4_P,G04A,people,age_gender,Females,,270,Age by Sex +G273,Age_yr_0_4_F,Age years 0 4 years Females,Tot_P_P|Tot_P_F|Age_yr_0_4_P,G04A,people,age_gender,Females,,273,Age by Sex +G276,Age_yr_5_F,Age years 5 Females,Tot_P_P|Tot_P_F|Age_yr_5_P,G04A,people,age_gender,Females,,276,Age by Sex +G279,Age_yr_6_F,Age years 6 Females,Tot_P_P|Tot_P_F|Age_yr_6_P,G04A,people,age_gender,Females,,279,Age by Sex +G282,Age_yr_7_F,Age years 7 Females,Tot_P_P|Tot_P_F|Age_yr_7_P,G04A,people,age_gender,Females,,282,Age by Sex +G285,Age_yr_8_F,Age years 8 Females,Tot_P_P|Tot_P_F|Age_yr_8_P,G04A,people,age_gender,Females,,285,Age by Sex +G288,Age_yr_9_F,Age years 9 Females,Tot_P_P|Tot_P_F|Age_yr_9_P,G04A,people,age_gender,Females,,288,Age by Sex +G291,Age_yr_5_9_F,Age years 5 9 years Females,Tot_P_P|Tot_P_F|Age_yr_5_9_P,G04A,people,age_gender,Females,,291,Age by Sex +G294,Age_yr_10_F,Age years 10 Females,Tot_P_P|Tot_P_F|Age_yr_10_P,G04A,people,age_gender,Females,,294,Age by Sex +G297,Age_yr_11_F,Age years 11 Females,Tot_P_P|Tot_P_F|Age_yr_11_P,G04A,people,age_gender,Females,,297,Age by Sex +G300,Age_yr_12_F,Age years 12 Females,Tot_P_P|Tot_P_F|Age_yr_12_P,G04A,people,age_gender,Females,,300,Age by Sex +G303,Age_yr_13_F,Age years 13 Females,Tot_P_P|Tot_P_F|Age_yr_13_P,G04A,people,age_gender,Females,,303,Age by Sex +G306,Age_yr_14_F,Age years 14 Females,Tot_P_P|Tot_P_F|Age_yr_14_P,G04A,people,age_gender,Females,,306,Age by Sex +G309,Age_yr_10_14_F,Age years 10 14 years Females,Tot_P_P|Tot_P_F|Age_yr_10_14_P,G04A,people,age_gender,Females,,309,Age by Sex +G312,Age_yr_15_F,Age years 15 Females,Tot_P_P|Tot_P_F|Age_yr_15_P,G04A,people,age_gender,Females,,312,Age by Sex +G315,Age_yr_16_F,Age years 16 Females,Tot_P_P|Tot_P_F|Age_yr_16_P,G04A,people,age_gender,Females,,315,Age by Sex +G318,Age_yr_17_F,Age years 17 Females,Tot_P_P|Tot_P_F|Age_yr_17_P,G04A,people,age_gender,Females,,318,Age by Sex +G321,Age_yr_18_F,Age years 18 Females,Tot_P_P|Tot_P_F|Age_yr_18_P,G04A,people,age_gender,Females,,321,Age by Sex +G324,Age_yr_19_F,Age years 19 Females,Tot_P_P|Tot_P_F|Age_yr_19_P,G04A,people,age_gender,Females,,324,Age by Sex +G327,Age_yr_15_19_F,Age years 15 19 years Females,Tot_P_P|Tot_P_F|Age_yr_15_19_P,G04A,people,age_gender,Females,,327,Age by Sex +G330,Age_yr_20_F,Age years 20 Females,Tot_P_P|Tot_P_F|Age_yr_20_P,G04A,people,age_gender,Females,,330,Age by Sex +G333,Age_yr_21_F,Age years 21 Females,Tot_P_P|Tot_P_F|Age_yr_21_P,G04A,people,age_gender,Females,,333,Age by Sex +G336,Age_yr_22_F,Age years 22 Females,Tot_P_P|Tot_P_F|Age_yr_22_P,G04A,people,age_gender,Females,,336,Age by Sex +G339,Age_yr_23_F,Age years 23 Females,Tot_P_P|Tot_P_F|Age_yr_23_P,G04A,people,age_gender,Females,,339,Age by Sex +G342,Age_yr_24_F,Age years 24 Females,Tot_P_P|Tot_P_F|Age_yr_24_P,G04A,people,age_gender,Females,,342,Age by Sex +G345,Age_yr_20_24_F,Age years 20 24 years Females,Tot_P_P|Tot_P_F|Age_yr_20_24_P,G04A,people,age_gender,Females,,345,Age by Sex +G348,Age_yr_25_F,Age years 25 Females,Tot_P_P|Tot_P_F|Age_yr_25_P,G04A,people,age_gender,Females,,348,Age by Sex +G351,Age_yr_26_F,Age years 26 Females,Tot_P_P|Tot_P_F|Age_yr_26_P,G04A,people,age_gender,Females,,351,Age by Sex +G354,Age_yr_27_F,Age years 27 Females,Tot_P_P|Tot_P_F|Age_yr_27_P,G04A,people,age_gender,Females,,354,Age by Sex +G357,Age_yr_28_F,Age years 28 Females,Tot_P_P|Tot_P_F|Age_yr_28_P,G04A,people,age_gender,Females,,357,Age by Sex +G360,Age_yr_29_F,Age years 29 Females,Tot_P_P|Tot_P_F|Age_yr_29_P,G04A,people,age_gender,Females,,360,Age by Sex +G363,Age_yr_25_29_F,Age years 25 29 years Females,Tot_P_P|Tot_P_F|Age_yr_25_29_P,G04A,people,age_gender,Females,,363,Age by Sex +G366,Age_yr_30_F,Age years 30 Females,Tot_P_P|Tot_P_F|Age_yr_30_P,G04A,people,age_gender,Females,,366,Age by Sex +G369,Age_yr_31_F,Age years 31 Females,Tot_P_P|Tot_P_F|Age_yr_31_P,G04A,people,age_gender,Females,,369,Age by Sex +G372,Age_yr_32_F,Age years 32 Females,Tot_P_P|Tot_P_F|Age_yr_32_P,G04A,people,age_gender,Females,,372,Age by Sex +G375,Age_yr_33_F,Age years 33 Females,Tot_P_P|Tot_P_F|Age_yr_33_P,G04A,people,age_gender,Females,,375,Age by Sex +G378,Age_yr_34_F,Age years 34 Females,Tot_P_P|Tot_P_F|Age_yr_34_P,G04A,people,age_gender,Females,,378,Age by Sex +G381,Age_yr_30_34_F,Age years 30 34 years Females,Tot_P_P|Tot_P_F|Age_yr_30_34_P,G04A,people,age_gender,Females,,381,Age by Sex +G384,Age_yr_35_F,Age years 35 Females,Tot_P_P|Tot_P_F|Age_yr_35_P,G04A,people,age_gender,Females,,384,Age by Sex +G387,Age_yr_36_F,Age years 36 Females,Tot_P_P|Tot_P_F|Age_yr_36_P,G04A,people,age_gender,Females,,387,Age by Sex +G390,Age_yr_37_F,Age years 37 Females,Tot_P_P|Tot_P_F|Age_yr_37_P,G04A,people,age_gender,Females,,390,Age by Sex +G393,Age_yr_38_F,Age years 38 Females,Tot_P_P|Tot_P_F|Age_yr_38_P,G04A,people,age_gender,Females,,393,Age by Sex +G396,Age_yr_39_F,Age years 39 Females,Tot_P_P|Tot_P_F|Age_yr_39_P,G04A,people,age_gender,Females,,396,Age by Sex +G399,Age_yr_35_39_F,Age years 35 39 years Females,Tot_P_P|Tot_P_F|Age_yr_35_39_P,G04A,people,age_gender,Females,,399,Age by Sex +G402,Age_yr_40_F,Age years 40 Females,Tot_P_P|Tot_P_F|Age_yr_40_P,G04A,people,age_gender,Females,,402,Age by Sex +G405,Age_yr_41_F,Age years 41 Females,Tot_P_P|Tot_P_F|Age_yr_41_P,G04A,people,age_gender,Females,,405,Age by Sex +G408,Age_yr_42_F,Age years 42 Females,Tot_P_P|Tot_P_F|Age_yr_42_P,G04A,people,age_gender,Females,,408,Age by Sex +G411,Age_yr_43_F,Age years 43 Females,Tot_P_P|Tot_P_F|Age_yr_43_P,G04A,people,age_gender,Females,,411,Age by Sex +G414,Age_yr_44_F,Age years 44 Females,Tot_P_P|Tot_P_F|Age_yr_44_P,G04A,people,age_gender,Females,,414,Age by Sex +G417,Age_yr_40_44_F,Age years 40 44 years Females,Tot_P_P|Tot_P_F|Age_yr_40_44_P,G04A,people,age_gender,Females,,417,Age by Sex +G420,Age_yr_45_F,Age years 45 Females,Tot_P_P|Tot_P_F|Age_yr_45_P,G04A,people,age_gender,Females,,420,Age by Sex +G423,Age_yr_46_F,Age years 46 Females,Tot_P_P|Tot_P_F|Age_yr_46_P,G04A,people,age_gender,Females,,423,Age by Sex +G426,Age_yr_47_F,Age years 47 Females,Tot_P_P|Tot_P_F|Age_yr_47_P,G04A,people,age_gender,Females,,426,Age by Sex +G429,Age_yr_48_F,Age years 48 Females,Tot_P_P|Tot_P_F|Age_yr_48_P,G04A,people,age_gender,Females,,429,Age by Sex +G432,Age_yr_49_F,Age years 49 Females,Tot_P_P|Tot_P_F|Age_yr_49_P,G04A,people,age_gender,Females,,432,Age by Sex +G435,Age_yr_45_49_F,Age years 45 49 years Females,Tot_P_P|Tot_P_F|Age_yr_45_49_P,G04A,people,age_gender,Females,,435,Age by Sex +G438,Age_yr_50_F,Age years 50 Females,Tot_P_P|Tot_P_F|Age_yr_50_P,G04A,people,age_gender,Females,,438,Age by Sex +G441,Age_yr_51_F,Age years 51 Females,Tot_P_P|Tot_P_F|Age_yr_51_P,G04A,people,age_gender,Females,,441,Age by Sex +G444,Age_yr_52_F,Age years 52 Females,Tot_P_P|Tot_P_F|Age_yr_52_P,G04A,people,age_gender,Females,,444,Age by Sex +G447,Age_yr_53_F,Age years 53 Females,Tot_P_P|Tot_P_F|Age_yr_53_P,G04A,people,age_gender,Females,,447,Age by Sex +G450,Age_yr_54_F,Age years 54 Females,Tot_P_P|Tot_P_F|Age_yr_54_P,G04A,people,age_gender,Females,,450,Age by Sex +G453,Age_yr_50_54_F,Age years 50 54 years Females,Tot_P_P|Tot_P_F|Age_yr_50_54_P,G04A,people,age_gender,Females,,453,Age by Sex +G456,Age_yr_55_F,Age years 55 Females,Tot_P_P|Tot_P_F|Age_yr_55_P,G04A,people,age_gender,Females,,456,Age by Sex +G459,Age_yr_56_F,Age years 56 Females,Tot_P_P|Tot_P_F|Age_yr_56_P,G04B,people,age_gender,Females,,459,Age by Sex +G462,Age_yr_57_F,Age years 57 Females,Tot_P_P|Tot_P_F|Age_yr_57_P,G04B,people,age_gender,Females,,462,Age by Sex +G465,Age_yr_58_F,Age years 58 Females,Tot_P_P|Tot_P_F|Age_yr_58_P,G04B,people,age_gender,Females,,465,Age by Sex +G468,Age_yr_59_F,Age years 59 Females,Tot_P_P|Tot_P_F|Age_yr_59_P,G04B,people,age_gender,Females,,468,Age by Sex +G471,Age_yr_55_59_F,Age years 55 59 years Females,Tot_P_P|Tot_P_F|Age_yr_55_59_P,G04B,people,age_gender,Females,,471,Age by Sex +G474,Age_yr_60_F,Age years 60 Females,Tot_P_P|Tot_P_F|Age_yr_60_P,G04B,people,age_gender,Females,,474,Age by Sex +G477,Age_yr_61_F,Age years 61 Females,Tot_P_P|Tot_P_F|Age_yr_61_P,G04B,people,age_gender,Females,,477,Age by Sex +G480,Age_yr_62_F,Age years 62 Females,Tot_P_P|Tot_P_F|Age_yr_62_P,G04B,people,age_gender,Females,,480,Age by Sex +G483,Age_yr_63_F,Age years 63 Females,Tot_P_P|Tot_P_F|Age_yr_63_P,G04B,people,age_gender,Females,,483,Age by Sex +G486,Age_yr_64_F,Age years 64 Females,Tot_P_P|Tot_P_F|Age_yr_64_P,G04B,people,age_gender,Females,,486,Age by Sex +G489,Age_yr_60_64_F,Age years 60 64 years Females,Tot_P_P|Tot_P_F|Age_yr_60_64_P,G04B,people,age_gender,Females,,489,Age by Sex +G492,Age_yr_65_F,Age years 65 Females,Tot_P_P|Tot_P_F|Age_yr_65_P,G04B,people,age_gender,Females,,492,Age by Sex +G495,Age_yr_66_F,Age years 66 Females,Tot_P_P|Tot_P_F|Age_yr_66_P,G04B,people,age_gender,Females,,495,Age by Sex +G498,Age_yr_67_F,Age years 67 Females,Tot_P_P|Tot_P_F|Age_yr_67_P,G04B,people,age_gender,Females,,498,Age by Sex +G501,Age_yr_68_F,Age years 68 Females,Tot_P_P|Tot_P_F|Age_yr_68_P,G04B,people,age_gender,Females,,501,Age by Sex +G504,Age_yr_69_F,Age years 69 Females,Tot_P_P|Tot_P_F|Age_yr_69_P,G04B,people,age_gender,Females,,504,Age by Sex +G507,Age_yr_65_69_F,Age years 65 69 years Females,Tot_P_P|Tot_P_F|Age_yr_65_69_P,G04B,people,age_gender,Females,,507,Age by Sex +G510,Age_yr_70_F,Age years 70 Females,Tot_P_P|Tot_P_F|Age_yr_70_P,G04B,people,age_gender,Females,,510,Age by Sex +G513,Age_yr_71_F,Age years 71 Females,Tot_P_P|Tot_P_F|Age_yr_71_P,G04B,people,age_gender,Females,,513,Age by Sex +G516,Age_yr_72_F,Age years 72 Females,Tot_P_P|Tot_P_F|Age_yr_72_P,G04B,people,age_gender,Females,,516,Age by Sex +G519,Age_yr_73_F,Age years 73 Females,Tot_P_P|Tot_P_F|Age_yr_73_P,G04B,people,age_gender,Females,,519,Age by Sex +G522,Age_yr_74_F,Age years 74 Females,Tot_P_P|Tot_P_F|Age_yr_74_P,G04B,people,age_gender,Females,,522,Age by Sex +G525,Age_yr_70_74_F,Age years 70 74 years Females,Tot_P_P|Tot_P_F|Age_yr_70_74_P,G04B,people,age_gender,Females,,525,Age by Sex +G528,Age_yr_75_F,Age years 75 Females,Tot_P_P|Tot_P_F|Age_yr_75_P,G04B,people,age_gender,Females,,528,Age by Sex +G531,Age_yr_76_F,Age years 76 Females,Tot_P_P|Tot_P_F|Age_yr_76_P,G04B,people,age_gender,Females,,531,Age by Sex +G534,Age_yr_77_F,Age years 77 Females,Tot_P_P|Tot_P_F|Age_yr_77_P,G04B,people,age_gender,Females,,534,Age by Sex +G537,Age_yr_78_F,Age years 78 Females,Tot_P_P|Tot_P_F|Age_yr_78_P,G04B,people,age_gender,Females,,537,Age by Sex +G540,Age_yr_79_F,Age years 79 Females,Tot_P_P|Tot_P_F|Age_yr_79_P,G04B,people,age_gender,Females,,540,Age by Sex +G543,Age_yr_75_79_F,Age years 75 79 years Females,Tot_P_P|Tot_P_F|Age_yr_75_79_P,G04B,people,age_gender,Females,,543,Age by Sex +G546,Age_yr_80_84_F,Age years 80 84 years Females,Tot_P_P|Tot_P_F|Age_yr_80_84_P,G04B,people,age_gender,Females,,546,Age by Sex +G549,Age_yr_85_89_F,Age years 85 89 years Females,Tot_P_P|Tot_P_F|Age_yr_85_89_P,G04B,people,age_gender,Females,,549,Age by Sex +G552,Age_yr_90_94_F,Age years 90 94 years Females,Tot_P_P|Tot_P_F|Age_yr_90_94_P,G04B,people,age_gender,Females,,552,Age by Sex +G555,Age_yr_95_99_F,Age years 95 99 years Females,Tot_P_P|Tot_P_F|Age_yr_95_99_P,G04B,people,age_gender,Females,,555,Age by Sex +G558,Age_yr_100_yr_over_F,Age years 100 years and over Females,Tot_P_P|Tot_P_F|Age_yr_100_yr_over_P,G04B,people,age_gender,Females,,558,Age by Sex +G561,Tot_F,Total Females,Tot_P_P|Tot_P_F|Tot_P,G04B,people,age_gender,Females,,561,Age by Sex +G623,F_15_19_yr_Married,Females 15 19 years Married,Tot_P_P|Tot_P_F|P_15_19_yr_Married,G05,people,families,Married|FEMALES,,623,Registered Marital Status by Age by Sex +G624,F_15_19_yr_Separated,Females 15 19 years Separated,Tot_P_P|Tot_P_F|P_15_19_yr_Separated,G05,people,families,Separated|FEMALES,,624,Registered Marital Status by Age by Sex +G625,F_15_19_yr_Divorced,Females 15 19 years Divorced,Tot_P_P|Tot_P_F|P_15_19_yr_Divorced,G05,people,families,Divorced|FEMALES,,625,Registered Marital Status by Age by Sex +G626,F_15_19_yr_Widowed,Females 15 19 years Widowed,Tot_P_P|Tot_P_F|P_15_19_yr_Widowed,G05,people,families,Widowed|FEMALES,,626,Registered Marital Status by Age by Sex +G627,F_15_19_yr_Never_Married,Females 15 19 years Never Married,Tot_P_P|Tot_P_F|P_15_19_yr_Never_Married,G05,people,families,Never Married|FEMALES,,627,Registered Marital Status by Age by Sex +G628,F_15_19_yr_Tot,Females 15 19 years Total,Tot_P_P|Tot_P_F|P_15_19_yr_Tot,G05,people,families,Total|FEMALES,,628,Registered Marital Status by Age by Sex +G629,F_20_24_yr_Married,Females 20 24 years Married,Tot_P_P|Tot_P_F|P_20_24_yr_Married,G05,people,families,Married|FEMALES,,629,Registered Marital Status by Age by Sex +G630,F_20_24_yr_Separated,Females 20 24 years Separated,Tot_P_P|Tot_P_F|P_20_24_yr_Separated,G05,people,families,Separated|FEMALES,,630,Registered Marital Status by Age by Sex +G631,F_20_24_yr_Divorced,Females 20 24 years Divorced,Tot_P_P|Tot_P_F|P_20_24_yr_Divorced,G05,people,families,Divorced|FEMALES,,631,Registered Marital Status by Age by Sex +G632,F_20_24_yr_Widowed,Females 20 24 years Widowed,Tot_P_P|Tot_P_F|P_20_24_yr_Widowed,G05,people,families,Widowed|FEMALES,,632,Registered Marital Status by Age by Sex +G633,F_20_24_yr_Never_Married,Females 20 24 years Never Married,Tot_P_P|Tot_P_F|P_20_24_yr_Never_Married,G05,people,families,Never Married|FEMALES,,633,Registered Marital Status by Age by Sex +G634,F_20_24_yr_Tot,Females 20 24 years Total,Tot_P_P|Tot_P_F|P_20_24_yr_Tot,G05,people,families,Total|FEMALES,,634,Registered Marital Status by Age by Sex +G635,F_25_34_yr_Married,Females 25 34 years Married,Tot_P_P|Tot_P_F|P_25_34_yr_Married,G05,people,families,Married|FEMALES,,635,Registered Marital Status by Age by Sex +G636,F_25_34_yr_Separated,Females 25 34 years Separated,Tot_P_P|Tot_P_F|P_25_34_yr_Separated,G05,people,families,Separated|FEMALES,,636,Registered Marital Status by Age by Sex +G637,F_25_34_yr_Divorced,Females 25 34 years Divorced,Tot_P_P|Tot_P_F|P_25_34_yr_Divorced,G05,people,families,Divorced|FEMALES,,637,Registered Marital Status by Age by Sex +G638,F_25_34_yr_Widowed,Females 25 34 years Widowed,Tot_P_P|Tot_P_F|P_25_34_yr_Widowed,G05,people,families,Widowed|FEMALES,,638,Registered Marital Status by Age by Sex +G639,F_25_34_yr_Never_Married,Females 25 34 years Never Married,Tot_P_P|Tot_P_F|P_25_34_yr_Never_Married,G05,people,families,Never Married|FEMALES,,639,Registered Marital Status by Age by Sex +G640,F_25_34_yr_Tot,Females 25 34 years Total,Tot_P_P|Tot_P_F|P_25_34_yr_Tot,G05,people,families,Total|FEMALES,,640,Registered Marital Status by Age by Sex +G641,F_35_44_yr_Married,Females 35 44 years Married,Tot_P_P|Tot_P_F|P_35_44_yr_Married,G05,people,families,Married|FEMALES,,641,Registered Marital Status by Age by Sex +G642,F_35_44_yr_Separated,Females 35 44 years Separated,Tot_P_P|Tot_P_F|P_35_44_yr_Separated,G05,people,families,Separated|FEMALES,,642,Registered Marital Status by Age by Sex +G643,F_35_44_yr_Divorced,Females 35 44 years Divorced,Tot_P_P|Tot_P_F|P_35_44_yr_Divorced,G05,people,families,Divorced|FEMALES,,643,Registered Marital Status by Age by Sex +G644,F_35_44_yr_Widowed,Females 35 44 years Widowed,Tot_P_P|Tot_P_F|P_35_44_yr_Widowed,G05,people,families,Widowed|FEMALES,,644,Registered Marital Status by Age by Sex +G645,F_35_44_yr_Never_Married,Females 35 44 years Never Married,Tot_P_P|Tot_P_F|P_35_44_yr_Never_Married,G05,people,families,Never Married|FEMALES,,645,Registered Marital Status by Age by Sex +G646,F_35_44_yr_Tot,Females 35 44 years Total,Tot_P_P|Tot_P_F|P_35_44_yr_Tot,G05,people,families,Total|FEMALES,,646,Registered Marital Status by Age by Sex +G647,F_45_54_yr_Married,Females 45 54 years Married,Tot_P_P|Tot_P_F|P_45_54_yr_Married,G05,people,families,Married|FEMALES,,647,Registered Marital Status by Age by Sex +G648,F_45_54_yr_Separated,Females 45 54 years Separated,Tot_P_P|Tot_P_F|P_45_54_yr_Separated,G05,people,families,Separated|FEMALES,,648,Registered Marital Status by Age by Sex +G649,F_45_54_yr_Divorced,Females 45 54 years Divorced,Tot_P_P|Tot_P_F|P_45_54_yr_Divorced,G05,people,families,Divorced|FEMALES,,649,Registered Marital Status by Age by Sex +G650,F_45_54_yr_Widowed,Females 45 54 years Widowed,Tot_P_P|Tot_P_F|P_45_54_yr_Widowed,G05,people,families,Widowed|FEMALES,,650,Registered Marital Status by Age by Sex +G651,F_45_54_yr_Never_Married,Females 45 54 years Never Married,Tot_P_P|Tot_P_F|P_45_54_yr_Never_Married,G05,people,families,Never Married|FEMALES,,651,Registered Marital Status by Age by Sex +G652,F_45_54_yr_Tot,Females 45 54 years Total,Tot_P_P|Tot_P_F|P_45_54_yr_Tot,G05,people,families,Total|FEMALES,,652,Registered Marital Status by Age by Sex +G653,F_55_64_yr_Married,Females 55 64 years Married,Tot_P_P|Tot_P_F|P_55_64_yr_Married,G05,people,families,Married|FEMALES,,653,Registered Marital Status by Age by Sex +G654,F_55_64_yr_Separated,Females 55 64 years Separated,Tot_P_P|Tot_P_F|P_55_64_yr_Separated,G05,people,families,Separated|FEMALES,,654,Registered Marital Status by Age by Sex +G655,F_55_64_yr_Divorced,Females 55 64 years Divorced,Tot_P_P|Tot_P_F|P_55_64_yr_Divorced,G05,people,families,Divorced|FEMALES,,655,Registered Marital Status by Age by Sex +G656,F_55_64_yr_Widowed,Females 55 64 years Widowed,Tot_P_P|Tot_P_F|P_55_64_yr_Widowed,G05,people,families,Widowed|FEMALES,,656,Registered Marital Status by Age by Sex +G657,F_55_64_yr_Never_Married,Females 55 64 years Never Married,Tot_P_P|Tot_P_F|P_55_64_yr_Never_Married,G05,people,families,Never Married|FEMALES,,657,Registered Marital Status by Age by Sex +G658,F_55_64_yr_Tot,Females 55 64 years Total,Tot_P_P|Tot_P_F|P_55_64_yr_Tot,G05,people,families,Total|FEMALES,,658,Registered Marital Status by Age by Sex +G659,F_65_74_yr_Married,Females 65 74 years Married,Tot_P_P|Tot_P_F|P_65_74_yr_Married,G05,people,families,Married|FEMALES,,659,Registered Marital Status by Age by Sex +G660,F_65_74_yr_Separated,Females 65 74 years Separated,Tot_P_P|Tot_P_F|P_65_74_yr_Separated,G05,people,families,Separated|FEMALES,,660,Registered Marital Status by Age by Sex +G661,F_65_74_yr_Divorced,Females 65 74 years Divorced,Tot_P_P|Tot_P_F|P_65_74_yr_Divorced,G05,people,families,Divorced|FEMALES,,661,Registered Marital Status by Age by Sex +G662,F_65_74_yr_Widowed,Females 65 74 years Widowed,Tot_P_P|Tot_P_F|P_65_74_yr_Widowed,G05,people,families,Widowed|FEMALES,,662,Registered Marital Status by Age by Sex +G663,F_65_74_yr_Never_Married,Females 65 74 years Never Married,Tot_P_P|Tot_P_F|P_65_74_yr_Never_Married,G05,people,families,Never Married|FEMALES,,663,Registered Marital Status by Age by Sex +G664,F_65_74_yr_Tot,Females 65 74 years Total,Tot_P_P|Tot_P_F|P_65_74_yr_Tot,G05,people,families,Total|FEMALES,,664,Registered Marital Status by Age by Sex +G665,F_75_84_yr_Married,Females 75 84 years Married,Tot_P_P|Tot_P_F|P_75_84_yr_Married,G05,people,families,Married|FEMALES,,665,Registered Marital Status by Age by Sex +G666,F_75_84_yr_Separated,Females 75 84 years Separated,Tot_P_P|Tot_P_F|P_75_84_yr_Separated,G05,people,families,Separated|FEMALES,,666,Registered Marital Status by Age by Sex +G667,F_75_84_yr_Divorced,Females 75 84 years Divorced,Tot_P_P|Tot_P_F|P_75_84_yr_Divorced,G05,people,families,Divorced|FEMALES,,667,Registered Marital Status by Age by Sex +G668,F_75_84_yr_Widowed,Females 75 84 years Widowed,Tot_P_P|Tot_P_F|P_75_84_yr_Widowed,G05,people,families,Widowed|FEMALES,,668,Registered Marital Status by Age by Sex +G669,F_75_84_yr_Never_Married,Females 75 84 years Never Married,Tot_P_P|Tot_P_F|P_75_84_yr_Never_Married,G05,people,families,Never Married|FEMALES,,669,Registered Marital Status by Age by Sex +G670,F_75_84_yr_Tot,Females 75 84 years Total,Tot_P_P|Tot_P_F|P_75_84_yr_Tot,G05,people,families,Total|FEMALES,,670,Registered Marital Status by Age by Sex +G671,F_85ov_Married,Females 85 years and over Married,Tot_P_P|Tot_P_F|P_85ov_Married,G05,people,families,Married|FEMALES,,671,Registered Marital Status by Age by Sex +G672,F_85ov_Separated,Females 85 years and over Separated,Tot_P_P|Tot_P_F|P_85ov_Separated,G05,people,families,Separated|FEMALES,,672,Registered Marital Status by Age by Sex +G673,F_85ov_Divorced,Females 85 years and over Divorced,Tot_P_P|Tot_P_F|P_85ov_Divorced,G05,people,families,Divorced|FEMALES,,673,Registered Marital Status by Age by Sex +G674,F_85ov_Widowed,Females 85 years and over Widowed,Tot_P_P|Tot_P_F|P_85ov_Widowed,G05,people,families,Widowed|FEMALES,,674,Registered Marital Status by Age by Sex +G675,F_85ov_Never_Married,Females 85 years and over Never Married,Tot_P_P|Tot_P_F|P_85ov_Never_Married,G05,people,families,Never Married|FEMALES,,675,Registered Marital Status by Age by Sex +G676,F_85ov_Tot,Females 85 years and over Total,Tot_P_P|Tot_P_F|P_85ov_Tot,G05,people,families,Total|FEMALES,,676,Registered Marital Status by Age by Sex +G677,F_Tot_Married,Females Total Married,Tot_P_P|Tot_P_F|P_Tot_Married,G05,people,families,Married|FEMALES,,677,Registered Marital Status by Age by Sex +G678,F_Tot_Separated,Females Total Separated,Tot_P_P|Tot_P_F|P_Tot_Separated,G05,people,families,Separated|FEMALES,,678,Registered Marital Status by Age by Sex +G679,F_Tot_Divorced,Females Total Divorced,Tot_P_P|Tot_P_F|P_Tot_Divorced,G05,people,families,Divorced|FEMALES,,679,Registered Marital Status by Age by Sex +G680,F_Tot_Widowed,Females Total Widowed,Tot_P_P|Tot_P_F|P_Tot_Widowed,G05,people,families,Widowed|FEMALES,,680,Registered Marital Status by Age by Sex +G681,F_Tot_Never_Married,Females Total Never Married,Tot_P_P|Tot_P_F|P_Tot_Never_Married,G05,people,families,Never Married|FEMALES,,681,Registered Marital Status by Age by Sex +G682,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G05,people,families,Total|FEMALES,,682,Registered Marital Status by Age by Sex +G783,F_15_19_yr_Marrd_reg_marrge,Females 15 19 years Married in a registered marriage,Tot_P_P|Tot_P_F|P_15_19_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,783,Social Marital Status by Age by Sex +G784,F_15_19_yr_Married_de_facto,Females 15 19 years Married in a de facto marriage,Tot_P_P|Tot_P_F|P_15_19_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,784,Social Marital Status by Age by Sex +G785,F_15_19_yr_Not_married,Females 15 19 years Not married,Tot_P_P|Tot_P_F|P_15_19_yr_Not_married,G06,people,families,Not married|FEMALES,,785,Social Marital Status by Age by Sex +G786,F_15_19_yr_Total,Females 15 19 years Total,Tot_P_P|Tot_P_F|P_15_19_yr_Total,G06,people,families,Total|FEMALES,,786,Social Marital Status by Age by Sex +G787,F_20_24_yr_Marrd_reg_marrge,Females 20 24 years Married in a registered marriage,Tot_P_P|Tot_P_F|P_20_24_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,787,Social Marital Status by Age by Sex +G788,F_20_24_yr_Married_de_facto,Females 20 24 years Married in a de facto marriage,Tot_P_P|Tot_P_F|P_20_24_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,788,Social Marital Status by Age by Sex +G789,F_20_24_yr_Not_married,Females 20 24 years Not married,Tot_P_P|Tot_P_F|P_20_24_yr_Not_married,G06,people,families,Not married|FEMALES,,789,Social Marital Status by Age by Sex +G790,F_20_24_yr_Total,Females 20 24 years Total,Tot_P_P|Tot_P_F|P_20_24_yr_Total,G06,people,families,Total|FEMALES,,790,Social Marital Status by Age by Sex +G791,F_25_34_yr_Marrd_reg_marrge,Females 25 34 years Married in a registered marriage,Tot_P_P|Tot_P_F|P_25_34_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,791,Social Marital Status by Age by Sex +G792,F_25_34_yr_Married_de_facto,Females 25 34 years Married in a de facto marriage,Tot_P_P|Tot_P_F|P_25_34_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,792,Social Marital Status by Age by Sex +G793,F_25_34_yr_Not_married,Females 25 34 years Not married,Tot_P_P|Tot_P_F|P_25_34_yr_Not_married,G06,people,families,Not married|FEMALES,,793,Social Marital Status by Age by Sex +G794,F_25_34_yr_Total,Females 25 34 years Total,Tot_P_P|Tot_P_F|P_25_34_yr_Total,G06,people,families,Total|FEMALES,,794,Social Marital Status by Age by Sex +G795,F_35_44_yr_Marrd_reg_marrge,Females 35 44 years Married in a registered marriage,Tot_P_P|Tot_P_F|P_35_44_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,795,Social Marital Status by Age by Sex +G796,F_35_44_yr_Married_de_facto,Females 35 44 years Married in a de facto marriage,Tot_P_P|Tot_P_F|P_35_44_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,796,Social Marital Status by Age by Sex +G797,F_35_44_yr_Not_married,Females 35 44 years Not married,Tot_P_P|Tot_P_F|P_35_44_yr_Not_married,G06,people,families,Not married|FEMALES,,797,Social Marital Status by Age by Sex +G798,F_35_44_yr_Total,Females 35 44 years Total,Tot_P_P|Tot_P_F|P_35_44_yr_Total,G06,people,families,Total|FEMALES,,798,Social Marital Status by Age by Sex +G799,F_45_54_yr_Marrd_reg_marrge,Females 45 54 years Married in a registered marriage,Tot_P_P|Tot_P_F|P_45_54_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,799,Social Marital Status by Age by Sex +G800,F_45_54_yr_Married_de_facto,Females 45 54 years Married in a de facto marriage,Tot_P_P|Tot_P_F|P_45_54_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,800,Social Marital Status by Age by Sex +G801,F_45_54_yr_Not_married,Females 45 54 years Not married,Tot_P_P|Tot_P_F|P_45_54_yr_Not_married,G06,people,families,Not married|FEMALES,,801,Social Marital Status by Age by Sex +G802,F_45_54_yr_Total,Females 45 54 years Total,Tot_P_P|Tot_P_F|P_45_54_yr_Total,G06,people,families,Total|FEMALES,,802,Social Marital Status by Age by Sex +G803,F_55_64_yr_Marrd_reg_marrge,Females 55 64 years Married in a registered marriage,Tot_P_P|Tot_P_F|P_55_64_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,803,Social Marital Status by Age by Sex +G804,F_55_64_yr_Married_de_facto,Females 55 64 years Married in a de facto marriage,Tot_P_P|Tot_P_F|P_55_64_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,804,Social Marital Status by Age by Sex +G805,F_55_64_yr_Not_married,Females 55 64 years Not married,Tot_P_P|Tot_P_F|P_55_64_yr_Not_married,G06,people,families,Not married|FEMALES,,805,Social Marital Status by Age by Sex +G806,F_55_64_yr_Total,Females 55 64 years Total,Tot_P_P|Tot_P_F|P_55_64_yr_Total,G06,people,families,Total|FEMALES,,806,Social Marital Status by Age by Sex +G807,F_65_74_yr_Marrd_reg_marrge,Females 65 74 years Married in a registered marriage,Tot_P_P|Tot_P_F|P_65_74_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,807,Social Marital Status by Age by Sex +G808,F_65_74_yr_Married_de_facto,Females 65 74 years Married in a de facto marriage,Tot_P_P|Tot_P_F|P_65_74_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,808,Social Marital Status by Age by Sex +G809,F_65_74_yr_Not_married,Females 65 74 years Not married,Tot_P_P|Tot_P_F|P_65_74_yr_Not_married,G06,people,families,Not married|FEMALES,,809,Social Marital Status by Age by Sex +G810,F_65_74_yr_Total,Females 65 74 years Total,Tot_P_P|Tot_P_F|P_65_74_yr_Total,G06,people,families,Total|FEMALES,,810,Social Marital Status by Age by Sex +G811,F_75_84_yr_Marrd_reg_marrge,Females 75 84 years Married in a registered marriage,Tot_P_P|Tot_P_F|P_75_84_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,811,Social Marital Status by Age by Sex +G812,F_75_84_yr_Married_de_facto,Females 75 84 years Married in a de facto marriage,Tot_P_P|Tot_P_F|P_75_84_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,812,Social Marital Status by Age by Sex +G813,F_75_84_yr_Not_married,Females 75 84 years Not married,Tot_P_P|Tot_P_F|P_75_84_yr_Not_married,G06,people,families,Not married|FEMALES,,813,Social Marital Status by Age by Sex +G814,F_75_84_yr_Total,Females 75 84 years Total,Tot_P_P|Tot_P_F|P_75_84_yr_Total,G06,people,families,Total|FEMALES,,814,Social Marital Status by Age by Sex +G815,F_85ov_Marrd_reg_marrge,Females 85 years and over Married in a registered marriage,Tot_P_P|Tot_P_F|P_85ov_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,815,Social Marital Status by Age by Sex +G816,F_85ov_Married_de_facto,Females 85 years and over Married in a de facto marriage,Tot_P_P|Tot_P_F|P_85ov_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,816,Social Marital Status by Age by Sex +G817,F_85ov_Not_married,Females 85 years and over Not married,Tot_P_P|Tot_P_F|P_85ov_Not_married,G06,people,families,Not married|FEMALES,,817,Social Marital Status by Age by Sex +G818,F_85ov_Total,Females 85 years and over Total,Tot_P_P|Tot_P_F|P_85ov_Total,G06,people,families,Total|FEMALES,,818,Social Marital Status by Age by Sex +G819,F_Tot_Marrd_reg_marrge,Females Total Married in a registered marriage,Tot_P_P|Tot_P_F|P_Tot_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|FEMALES,,819,Social Marital Status by Age by Sex +G820,F_Tot_Married_de_facto,Females Total Married in a de facto marriage,Tot_P_P|Tot_P_F|P_Tot_Married_de_facto,G06,people,families,Married in a de facto marriage|FEMALES,,820,Social Marital Status by Age by Sex +G821,F_Tot_Not_married,Females Total Not married,Tot_P_P|Tot_P_F|P_Tot_Not_married,G06,people,families,Not married|FEMALES,,821,Social Marital Status by Age by Sex +G822,F_Tot_Total,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Total,G06,people,families,Total|FEMALES,,822,Social Marital Status by Age by Sex +G864,A_0_4_y_Indigenous_F,0 4 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_0_4_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,864,Indigenous Status by Age by Sex +G867,A_0_4_y_Non_Indigenous_F,0 4 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_0_4_y_Non_Indigenous_P,G07,people,race_ethnicity,Non-Indigenous: Females,,867,Indigenous Status by Age by Sex +G870,A_0_4_y_Indig_stat_ns_F,0 4 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_0_4_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,870,Indigenous Status by Age by Sex +G873,A_0_4_y_Tot_F,0 4 years Total Females,Tot_P_P|Tot_P_F|A_0_4_y_Tot_P,G07,people,race_ethnicity,Total: Females,,873,Indigenous Status by Age by Sex +G876,A_5_9_y_Indigenous_F,5 9 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_5_9_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,876,Indigenous Status by Age by Sex +G879,A_5_9_y_Non_Indigenous_F,5 9 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_5_9_y_Non_Indigenous_P,G07,people,race_ethnicity,Non-Indigenous: Females,,879,Indigenous Status by Age by Sex +G882,A_5_9_y_Indig_stat_ns_F,5 9 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_5_9_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,882,Indigenous Status by Age by Sex +G885,A_5_9_y_Tot_F,5 9 years Total Females,Tot_P_P|Tot_P_F|A_5_9_y_Tot_P,G07,people,race_ethnicity,Total: Females,,885,Indigenous Status by Age by Sex +G888,A_10_14_y_Indigenous_F,10 14 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_10_14_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,888,Indigenous Status by Age by Sex +G891,A_10_14_y_Non_Indig_F,10 14 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_10_14_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,891,Indigenous Status by Age by Sex +G894,A_10_14_y_Indig_stat_ns_F,10 14 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_10_14_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,894,Indigenous Status by Age by Sex +G897,A_10_14_y_Tot_F,10 14 years Total Females,Tot_P_P|Tot_P_F|A_10_14_y_Tot_P,G07,people,race_ethnicity,Total: Females,,897,Indigenous Status by Age by Sex +G900,A_15_19_y_Indigenous_F,15 19 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_15_19_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,900,Indigenous Status by Age by Sex +G903,A_15_19_y_Non_Indig_F,15 19 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_15_19_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,903,Indigenous Status by Age by Sex +G906,A_15_19_y_Indig_stat_ns_F,15 19 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_15_19_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,906,Indigenous Status by Age by Sex +G909,A_15_19_y_Tot_F,15 19 years Total Females,Tot_P_P|Tot_P_F|A_15_19_y_Tot_P,G07,people,race_ethnicity,Total: Females,,909,Indigenous Status by Age by Sex +G912,A_20_24_y_Indigenous_F,20 24 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_20_24_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,912,Indigenous Status by Age by Sex +G915,A_20_24_y_Non_Indig_F,20 24 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_20_24_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,915,Indigenous Status by Age by Sex +G918,A_20_24_y_Indig_stat_ns_F,20 24 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_20_24_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,918,Indigenous Status by Age by Sex +G921,A_20_24_y_Tot_F,20 24 years Total Females,Tot_P_P|Tot_P_F|A_20_24_y_Tot_P,G07,people,race_ethnicity,Total: Females,,921,Indigenous Status by Age by Sex +G924,A_25_29_y_Indigenous_F,25 29 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_25_29_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,924,Indigenous Status by Age by Sex +G927,A_25_29_y_Non_Indig_F,25 29 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_25_29_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,927,Indigenous Status by Age by Sex +G930,A_25_29_y_Indig_stat_ns_F,25 29 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_25_29_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,930,Indigenous Status by Age by Sex +G933,A_25_29_y_Tot_F,25 29 years Total Females,Tot_P_P|Tot_P_F|A_25_29_y_Tot_P,G07,people,race_ethnicity,Total: Females,,933,Indigenous Status by Age by Sex +G936,A_30_34_y_Indigenous_F,30 34 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_30_34_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,936,Indigenous Status by Age by Sex +G939,A_30_34_y_Non_Indig_F,30 34 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_30_34_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,939,Indigenous Status by Age by Sex +G942,A_30_34_y_Indig_stat_ns_F,30 34 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_30_34_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,942,Indigenous Status by Age by Sex +G945,A_30_34_y_Tot_F,30 34 years Total Females,Tot_P_P|Tot_P_F|A_30_34_y_Tot_P,G07,people,race_ethnicity,Total: Females,,945,Indigenous Status by Age by Sex +G948,A_35_39_y_Indigenous_F,35 39 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_35_39_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,948,Indigenous Status by Age by Sex +G951,A_35_39_y_Non_Indig_F,35 39 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_35_39_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,951,Indigenous Status by Age by Sex +G954,A_35_39_y_Indig_stat_ns_F,35 39 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_35_39_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,954,Indigenous Status by Age by Sex +G957,A_35_39_y_Tot_F,35 39 years Total Females,Tot_P_P|Tot_P_F|A_35_39_y_Tot_P,G07,people,race_ethnicity,Total: Females,,957,Indigenous Status by Age by Sex +G960,A_40_44_y_Indigenous_F,40 44 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_40_44_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,960,Indigenous Status by Age by Sex +G963,A_40_44_y_Non_Indig_F,40 44 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_40_44_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,963,Indigenous Status by Age by Sex +G966,A_40_44_y_Indig_stat_ns_F,40 44 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_40_44_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,966,Indigenous Status by Age by Sex +G969,A_40_44_y_Tot_F,40 44 years Total Females,Tot_P_P|Tot_P_F|A_40_44_y_Tot_P,G07,people,race_ethnicity,Total: Females,,969,Indigenous Status by Age by Sex +G972,A_45_49_y_Indigenous_F,45 49 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_45_49_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,972,Indigenous Status by Age by Sex +G975,A_45_49_y_Non_Indig_F,45 49 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_45_49_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,975,Indigenous Status by Age by Sex +G978,A_45_49_y_Indig_stat_ns_F,45 49 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_45_49_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,978,Indigenous Status by Age by Sex +G981,A_45_49_y_Tot_F,45 49 years Total Females,Tot_P_P|Tot_P_F|A_45_49_y_Tot_P,G07,people,race_ethnicity,Total: Females,,981,Indigenous Status by Age by Sex +G984,A_50_54_y_Indigenous_F,50 54 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_50_54_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,984,Indigenous Status by Age by Sex +G987,A_50_54_y_Non_Indig_F,50 54 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_50_54_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,987,Indigenous Status by Age by Sex +G990,A_50_54_y_Indig_stat_ns_F,50 54 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_50_54_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,990,Indigenous Status by Age by Sex +G993,A_50_54_y_Tot_F,50 54 years Total Females,Tot_P_P|Tot_P_F|A_50_54_y_Tot_P,G07,people,race_ethnicity,Total: Females,,993,Indigenous Status by Age by Sex +G996,A_55_59_y_Indigenous_F,55 59 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_55_59_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,996,Indigenous Status by Age by Sex +G999,A_55_59_y_Non_Indig_F,55 59 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_55_59_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,999,Indigenous Status by Age by Sex +G1002,A_55_59_y_Indig_stat_ns_F,55 59 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_55_59_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,1002,Indigenous Status by Age by Sex +G1005,A_55_59_y_Tot_F,55 59 years Total Females,Tot_P_P|Tot_P_F|A_55_59_y_Tot_P,G07,people,race_ethnicity,Total: Females,,1005,Indigenous Status by Age by Sex +G1008,A_60_64_y_Indigenous_F,60 64 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_60_64_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1008,Indigenous Status by Age by Sex +G1011,A_60_64_y_Non_Indig_F,60 64 years Non Indigenous Females,Tot_P_P|Tot_P_F|A_60_64_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,1011,Indigenous Status by Age by Sex +G1014,A_60_64_y_Indig_stat_ns_F,60 64 years Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_60_64_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,1014,Indigenous Status by Age by Sex +G1017,A_60_64_y_Tot_F,60 64 years Total Females,Tot_P_P|Tot_P_F|A_60_64_y_Tot_P,G07,people,race_ethnicity,Total: Females,,1017,Indigenous Status by Age by Sex +G1020,A_65_y_ov_Indigenous_F,65 years and over Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|A_65_y_ov_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1020,Indigenous Status by Age by Sex +G1023,A_65_y_ov_Non_Indig_F,65 years and over Non Indigenous Females,Tot_P_P|Tot_P_F|A_65_y_ov_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Females,,1023,Indigenous Status by Age by Sex +G1026,A_65_y_ov_Indig_stat_ns_F,65 years and over Indigenous status not stated Females,Tot_P_P|Tot_P_F|A_65_y_ov_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,1026,Indigenous Status by Age by Sex +G1029,A_65_y_ov_Tot_F,65 years and over Total Females,Tot_P_P|Tot_P_F|A_65_y_ov_Tot_P,G07,people,race_ethnicity,Total: Females,,1029,Indigenous Status by Age by Sex +G1032,Tot_Indigenous_F,Total Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F|Tot_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1032,Indigenous Status by Age by Sex +G1035,Tot_Non_Indigenous_F,Total Non Indigenous Females,Tot_P_P|Tot_P_F|Tot_Non_Indigenous_P,G07,people,race_ethnicity,Non-Indigenous: Females,,1035,Indigenous Status by Age by Sex +G1038,Tot_Indig_status_ns_F,Total Indigenous status not stated Females,Tot_P_P|Tot_P_F|Tot_Indig_status_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Females,,1038,Indigenous Status by Age by Sex +G1041,Tot_Tot_F,Total Total Females,Tot_P_P|Tot_P_F|Tot_Tot_P,G07,people,race_ethnicity,Total: Females,,1041,Indigenous Status by Age by Sex +G1771,F_Afghanistan_0_4,Females Afghanistan Age 0 4 years,Tot_P_P|Tot_P_F|P_Afghanistan_0_4,G09C,people,nationality,Age: 0-4 years|FEMALES,,1771,Country of Birth of Person by Age by Sex +G1772,F_Afghanistan_5_14,Females Afghanistan Age 5 14 years,Tot_P_P|Tot_P_F|P_Afghanistan_5_14,G09C,people,nationality,Age: 5-14 years|FEMALES,,1772,Country of Birth of Person by Age by Sex +G1773,F_Afghanistan_15_24,Females Afghanistan Age 15 24 years,Tot_P_P|Tot_P_F|P_Afghanistan_15_24,G09C,people,nationality,Age: 15-24 years|FEMALES,,1773,Country of Birth of Person by Age by Sex +G1774,F_Afghanistan_25_44,Females Afghanistan Age 25 44 years,Tot_P_P|Tot_P_F|P_Afghanistan_25_44,G09C,people,nationality,Age: 25-44 years|FEMALES,,1774,Country of Birth of Person by Age by Sex +G1775,F_Afghanistan_45_54,Females Afghanistan Age 45 54 years,Tot_P_P|Tot_P_F|P_Afghanistan_45_54,G09C,people,nationality,Age: 45-54 years|FEMALES,,1775,Country of Birth of Person by Age by Sex +G1776,F_Afghanistan_55_64,Females Afghanistan Age 55 64 years,Tot_P_P|Tot_P_F|P_Afghanistan_55_64,G09C,people,nationality,Age: 55-64 years|FEMALES,,1776,Country of Birth of Person by Age by Sex +G1777,F_Afghanistan_65_74,Females Afghanistan Age 65 74 years,Tot_P_P|Tot_P_F|P_Afghanistan_65_74,G09C,people,nationality,Age: 65-74 years|FEMALES,,1777,Country of Birth of Person by Age by Sex +G1778,F_Afghanistan_75_84,Females Afghanistan Age 75 84 years,Tot_P_P|Tot_P_F|P_Afghanistan_75_84,G09C,people,nationality,Age: 75-84 years|FEMALES,,1778,Country of Birth of Person by Age by Sex +G1779,F_Afghanistan_85ov,Females Afghanistan Age 85 years and over,Tot_P_P|Tot_P_F|P_Afghanistan_85ov,G09C,people,nationality,Age: 85 years and over|FEMALES,,1779,Country of Birth of Person by Age by Sex +G1780,F_Afghanistan_Tot,Females Afghanistan Age Total,Tot_P_P|Tot_P_F|P_Afghanistan_Tot,G09C,people,nationality,Total|FEMALES,,1780,Country of Birth of Person by Age by Sex +G1781,F_Australia_0_4,Females Australia Age 0 4 years,Tot_P_P|Tot_P_F|P_Australia_0_4,G09C,people,nationality,Age: 0-4 years|FEMALES,,1781,Country of Birth of Person by Age by Sex +G1782,F_Australia_5_14,Females Australia Age 5 14 years,Tot_P_P|Tot_P_F|P_Australia_5_14,G09C,people,nationality,Age: 5-14 years|FEMALES,,1782,Country of Birth of Person by Age by Sex +G1783,F_Australia_15_24,Females Australia Age 15 24 years,Tot_P_P|Tot_P_F|P_Australia_15_24,G09C,people,nationality,Age: 15-24 years|FEMALES,,1783,Country of Birth of Person by Age by Sex +G1784,F_Australia_25_44,Females Australia Age 25 44 years,Tot_P_P|Tot_P_F|P_Australia_25_44,G09C,people,nationality,Age: 25-44 years|FEMALES,,1784,Country of Birth of Person by Age by Sex +G1785,F_Australia_45_54,Females Australia Age 45 54 years,Tot_P_P|Tot_P_F|P_Australia_45_54,G09C,people,nationality,Age: 45-54 years|FEMALES,,1785,Country of Birth of Person by Age by Sex +G1786,F_Australia_55_64,Females Australia Age 55 64 years,Tot_P_P|Tot_P_F|P_Australia_55_64,G09C,people,nationality,Age: 55-64 years|FEMALES,,1786,Country of Birth of Person by Age by Sex +G1787,F_Australia_65_74,Females Australia Age 65 74 years,Tot_P_P|Tot_P_F|P_Australia_65_74,G09C,people,nationality,Age: 65-74 years|FEMALES,,1787,Country of Birth of Person by Age by Sex +G1788,F_Australia_75_84,Females Australia Age 75 84 years,Tot_P_P|Tot_P_F|P_Australia_75_84,G09C,people,nationality,Age: 75-84 years|FEMALES,,1788,Country of Birth of Person by Age by Sex +G1789,F_Australia_85ov,Females Australia Age 85 years and over,Tot_P_P|Tot_P_F|P_Australia_85ov,G09C,people,nationality,Age: 85 years and over|FEMALES,,1789,Country of Birth of Person by Age by Sex +G1790,F_Australia_Tot,Females Australia Total,Tot_P_P|Tot_P_F|P_Australia_Tot,G09C,people,nationality,Total|FEMALES,,1790,Country of Birth of Person by Age by Sex +G1791,F_Bangladesh_0_4,Females Bangladesh Age 0 4 years,Tot_P_P|Tot_P_F|P_Bangladesh_0_4,G09C,people,nationality,Age: 0-4 years|FEMALES,,1791,Country of Birth of Person by Age by Sex +G1792,F_Bangladesh_5_14,Females Bangladesh Age 5 14 years,Tot_P_P|Tot_P_F|P_Bangladesh_5_14,G09C,people,nationality,Age: 5-14 years|FEMALES,,1792,Country of Birth of Person by Age by Sex +G1793,F_Bangladesh_15_24,Females Bangladesh Age 15 24 years,Tot_P_P|Tot_P_F|P_Bangladesh_15_24,G09C,people,nationality,Age: 15-24 years|FEMALES,,1793,Country of Birth of Person by Age by Sex +G1794,F_Bangladesh_25_44,Females Bangladesh Age 25 44 years,Tot_P_P|Tot_P_F|P_Bangladesh_25_44,G09C,people,nationality,Age: 25-44 years|FEMALES,,1794,Country of Birth of Person by Age by Sex +G1795,F_Bangladesh_45_54,Females Bangladesh Age 45 54 years,Tot_P_P|Tot_P_F|P_Bangladesh_45_54,G09C,people,nationality,Age: 45-54 years|FEMALES,,1795,Country of Birth of Person by Age by Sex +G1796,F_Bangladesh_55_64,Females Bangladesh Age 55 64 years,Tot_P_P|Tot_P_F|P_Bangladesh_55_64,G09C,people,nationality,Age: 55-64 years|FEMALES,,1796,Country of Birth of Person by Age by Sex +G1797,F_Bangladesh_65_74,Females Bangladesh Age 65 74 years,Tot_P_P|Tot_P_F|P_Bangladesh_65_74,G09C,people,nationality,Age: 65-74 years|FEMALES,,1797,Country of Birth of Person by Age by Sex +G1798,F_Bangladesh_75_84,Females Bangladesh Age 75 84 years,Tot_P_P|Tot_P_F|P_Bangladesh_75_84,G09C,people,nationality,Age: 75-84 years|FEMALES,,1798,Country of Birth of Person by Age by Sex +G1799,F_Bangladesh_85ov,Females Bangladesh Age 85 years and over,Tot_P_P|Tot_P_F|P_Bangladesh_85ov,G09C,people,nationality,Age: 85 years and over|FEMALES,,1799,Country of Birth of Person by Age by Sex +G1800,F_Bangladesh_Tot,Females Bangladesh Total,Tot_P_P|Tot_P_F|P_Bangladesh_Tot,G09C,people,nationality,Total|FEMALES,,1800,Country of Birth of Person by Age by Sex +G1801,F_Bosnia_Herzegov_0_4,Females Bosnia and Herzegovina Age 0 4 years,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_0_4,G09C,people,nationality,Age: 0-4 years|FEMALES,,1801,Country of Birth of Person by Age by Sex +G1802,F_Bosnia_Herzegov_5_14,Females Bosnia and Herzegovina Age 5 14 years,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_5_14,G09C,people,nationality,Age: 5-14 years|FEMALES,,1802,Country of Birth of Person by Age by Sex +G1803,F_Bosnia_Herzegov_15_24,Females Bosnia and Herzegovina Age 15 24 years,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_15_24,G09C,people,nationality,Age: 15-24 years|FEMALES,,1803,Country of Birth of Person by Age by Sex +G1804,F_Bosnia_Herzegov_25_44,Females Bosnia and Herzegovina Age 25 44 years,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_25_44,G09C,people,nationality,Age: 25-44 years|FEMALES,,1804,Country of Birth of Person by Age by Sex +G1805,F_Bosnia_Herzegov_45_54,Females Bosnia and Herzegovina Age 45 54 years,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_45_54,G09C,people,nationality,Age: 45-54 years|FEMALES,,1805,Country of Birth of Person by Age by Sex +G1806,F_Bosnia_Herzegov_55_64,Females Bosnia and Herzegovina Age 55 64 years,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_55_64,G09C,people,nationality,Age: 55-64 years|FEMALES,,1806,Country of Birth of Person by Age by Sex +G1807,F_Bosnia_Herzegov_65_74,Females Bosnia and Herzegovina Age 65 74 years,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_65_74,G09C,people,nationality,Age: 65-74 years|FEMALES,,1807,Country of Birth of Person by Age by Sex +G1808,F_Bosnia_Herzegov_75_84,Females Bosnia and Herzegovina Age 75 84 years,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_75_84,G09C,people,nationality,Age: 75-84 years|FEMALES,,1808,Country of Birth of Person by Age by Sex +G1809,F_Bosnia_Herzegov_85ov,Females Bosnia and Herzegovina Age 85 years and over,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_85ov,G09C,people,nationality,Age: 85 years and over|FEMALES,,1809,Country of Birth of Person by Age by Sex +G1810,F_Bosnia_Herzegov_Tot,Females Bosnia and Herzegovina Total,Tot_P_P|Tot_P_F|P_Bosnia_Herzegov_Tot,G09C,people,nationality,Total|FEMALES,,1810,Country of Birth of Person by Age by Sex +G1811,F_Cambodia_0_4,Females Cambodia Age 0 4 years,Tot_P_P|Tot_P_F|P_Cambodia_0_4,G09C,people,nationality,Age: 0-4 years|FEMALES,,1811,Country of Birth of Person by Age by Sex +G1812,F_Cambodia_5_14,Females Cambodia Age 5 14 years,Tot_P_P|Tot_P_F|P_Cambodia_5_14,G09C,people,nationality,Age: 5-14 years|FEMALES,,1812,Country of Birth of Person by Age by Sex +G1813,F_Cambodia_15_24,Females Cambodia Age 15 24 years,Tot_P_P|Tot_P_F|P_Cambodia_15_24,G09C,people,nationality,Age: 15-24 years|FEMALES,,1813,Country of Birth of Person by Age by Sex +G1814,F_Cambodia_25_44,Females Cambodia Age 25 44 years,Tot_P_P|Tot_P_F|P_Cambodia_25_44,G09C,people,nationality,Age: 25-44 years|FEMALES,,1814,Country of Birth of Person by Age by Sex +G1815,F_Cambodia_45_54,Females Cambodia Age 45 54 years,Tot_P_P|Tot_P_F|P_Cambodia_45_54,G09C,people,nationality,Age: 45-54 years|FEMALES,,1815,Country of Birth of Person by Age by Sex +G1816,F_Cambodia_55_64,Females Cambodia Age 55 64 years,Tot_P_P|Tot_P_F|P_Cambodia_55_64,G09C,people,nationality,Age: 55-64 years|FEMALES,,1816,Country of Birth of Person by Age by Sex +G1817,F_Cambodia_65_74,Females Cambodia Age 65 74 years,Tot_P_P|Tot_P_F|P_Cambodia_65_74,G09C,people,nationality,Age: 65-74 years|FEMALES,,1817,Country of Birth of Person by Age by Sex +G1818,F_Cambodia_75_84,Females Cambodia Age 75 84 years,Tot_P_P|Tot_P_F|P_Cambodia_75_84,G09C,people,nationality,Age: 75-84 years|FEMALES,,1818,Country of Birth of Person by Age by Sex +G1819,F_Cambodia_85ov,Females Cambodia Age 85 years and over,Tot_P_P|Tot_P_F|P_Cambodia_85ov,G09C,people,nationality,Age: 85 years and over|FEMALES,,1819,Country of Birth of Person by Age by Sex +G1820,F_Cambodia_Tot,Females Cambodia Total,Tot_P_P|Tot_P_F|P_Cambodia_Tot,G09C,people,nationality,Total|FEMALES,,1820,Country of Birth of Person by Age by Sex +G1821,F_Canada_0_4,Females Canada Age 0 4 years,Tot_P_P|Tot_P_F|P_Canada_0_4,G09C,people,nationality,Age: 0-4 years|FEMALES,,1821,Country of Birth of Person by Age by Sex +G1822,F_Canada_5_14,Females Canada Age 5 14 years,Tot_P_P|Tot_P_F|P_Canada_5_14,G09C,people,nationality,Age: 5-14 years|FEMALES,,1822,Country of Birth of Person by Age by Sex +G1823,F_Canada_15_24,Females Canada Age 15 24 years,Tot_P_P|Tot_P_F|P_Canada_15_24,G09C,people,nationality,Age: 15-24 years|FEMALES,,1823,Country of Birth of Person by Age by Sex +G1824,F_Canada_25_44,Females Canada Age 25 44 years,Tot_P_P|Tot_P_F|P_Canada_25_44,G09C,people,nationality,Age: 25-44 years|FEMALES,,1824,Country of Birth of Person by Age by Sex +G1825,F_Canada_45_54,Females Canada Age 45 54 years,Tot_P_P|Tot_P_F|P_Canada_45_54,G09C,people,nationality,Age: 45-54 years|FEMALES,,1825,Country of Birth of Person by Age by Sex +G1826,F_Canada_55_64,Females Canada Age 55 64 years,Tot_P_P|Tot_P_F|P_Canada_55_64,G09C,people,nationality,Age: 55-64 years|FEMALES,,1826,Country of Birth of Person by Age by Sex +G1827,F_Canada_65_74,Females Canada Age 65 74 years,Tot_P_P|Tot_P_F|P_Canada_65_74,G09C,people,nationality,Age: 65-74 years|FEMALES,,1827,Country of Birth of Person by Age by Sex +G1828,F_Canada_75_84,Females Canada Age 75 84 years,Tot_P_P|Tot_P_F|P_Canada_75_84,G09C,people,nationality,Age: 75-84 years|FEMALES,,1828,Country of Birth of Person by Age by Sex +G1829,F_Canada_85ov,Females Canada Age 85 years and over,Tot_P_P|Tot_P_F|P_Canada_85ov,G09C,people,nationality,Age: 85 years and over|FEMALES,,1829,Country of Birth of Person by Age by Sex +G1830,F_Canada_Tot,Females Canada Total,Tot_P_P|Tot_P_F|P_Canada_Tot,G09C,people,nationality,Total|FEMALES,,1830,Country of Birth of Person by Age by Sex +G1831,F_Chile_0_4,Females Chile Age 0 4 years,Tot_P_P|Tot_P_F|P_Chile_0_4,G09C,people,nationality,Age: 0-4 years|FEMALES,,1831,Country of Birth of Person by Age by Sex +G1832,F_Chile_5_14,Females Chile Age 5 14 years,Tot_P_P|Tot_P_F|P_Chile_5_14,G09C,people,nationality,Age: 5-14 years|FEMALES,,1832,Country of Birth of Person by Age by Sex +G1833,F_Chile_15_24,Females Chile Age 15 24 years,Tot_P_P|Tot_P_F|P_Chile_15_24,G09C,people,nationality,Age: 15-24 years|FEMALES,,1833,Country of Birth of Person by Age by Sex +G1834,F_Chile_25_44,Females Chile Age 25 44 years,Tot_P_P|Tot_P_F|P_Chile_25_44,G09C,people,nationality,Age: 25-44 years|FEMALES,,1834,Country of Birth of Person by Age by Sex +G1835,F_Chile_45_54,Females Chile Age 45 54 years,Tot_P_P|Tot_P_F|P_Chile_45_54,G09C,people,nationality,Age: 45-54 years|FEMALES,,1835,Country of Birth of Person by Age by Sex +G1836,F_Chile_55_64,Females Chile Age 55 64 years,Tot_P_P|Tot_P_F|P_Chile_55_64,G09C,people,nationality,Age: 55-64 years|FEMALES,,1836,Country of Birth of Person by Age by Sex +G1837,F_Chile_65_74,Females Chile Age 65 74 years,Tot_P_P|Tot_P_F|P_Chile_65_74,G09C,people,nationality,Age: 65-74 years|FEMALES,,1837,Country of Birth of Person by Age by Sex +G1838,F_Chile_75_84,Females Chile Age 75 84 years,Tot_P_P|Tot_P_F|P_Chile_75_84,G09C,people,nationality,Age: 75-84 years|FEMALES,,1838,Country of Birth of Person by Age by Sex +G1839,F_Chile_85ov,Females Chile Age 85 years and over,Tot_P_P|Tot_P_F|P_Chile_85ov,G09C,people,nationality,Age: 85 years and over|FEMALES,,1839,Country of Birth of Person by Age by Sex +G1840,F_Chile_Tot,Females Chile Total,Tot_P_P|Tot_P_F|P_Chile_Tot,G09C,people,nationality,Total|FEMALES,,1840,Country of Birth of Person by Age by Sex +G1841,F_China_0_4,Females China excludes SARs and Taiwan Age 0 4 years,Tot_P_P|Tot_P_F|P_China_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1841,Country of Birth of Person by Age by Sex +G1842,F_China_5_14,Females China excludes SARs and Taiwan Age 5 14 years,Tot_P_P|Tot_P_F|P_China_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1842,Country of Birth of Person by Age by Sex +G1843,F_China_15_24,Females China excludes SARs and Taiwan Age 15 24 years,Tot_P_P|Tot_P_F|P_China_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1843,Country of Birth of Person by Age by Sex +G1844,F_China_25_44,Females China excludes SARs and Taiwan Age 25 44 years,Tot_P_P|Tot_P_F|P_China_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1844,Country of Birth of Person by Age by Sex +G1845,F_China_45_54,Females China excludes SARs and Taiwan Age 45 54 years,Tot_P_P|Tot_P_F|P_China_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1845,Country of Birth of Person by Age by Sex +G1846,F_China_55_64,Females China excludes SARs and Taiwan Age 55 64 years,Tot_P_P|Tot_P_F|P_China_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1846,Country of Birth of Person by Age by Sex +G1847,F_China_65_74,Females China excludes SARs and Taiwan Age 65 74 years,Tot_P_P|Tot_P_F|P_China_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1847,Country of Birth of Person by Age by Sex +G1848,F_China_75_84,Females China excludes SARs and Taiwan Age 75 84 years,Tot_P_P|Tot_P_F|P_China_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1848,Country of Birth of Person by Age by Sex +G1849,F_China_85ov,Females China excludes SARs and Taiwan Age 85 years and over,Tot_P_P|Tot_P_F|P_China_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1849,Country of Birth of Person by Age by Sex +G1850,F_China_Tot,Females China excludes SARs and Taiwan Total,Tot_P_P|Tot_P_F|P_China_Tot,G09D,people,nationality,Total|FEMALES,,1850,Country of Birth of Person by Age by Sex +G1851,F_Croatia_0_4,Females Croatia Age 0 4 years,Tot_P_P|Tot_P_F|P_Croatia_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1851,Country of Birth of Person by Age by Sex +G1852,F_Croatia_5_14,Females Croatia Age 5 14 years,Tot_P_P|Tot_P_F|P_Croatia_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1852,Country of Birth of Person by Age by Sex +G1853,F_Croatia_15_24,Females Croatia Age 15 24 years,Tot_P_P|Tot_P_F|P_Croatia_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1853,Country of Birth of Person by Age by Sex +G1854,F_Croatia_25_44,Females Croatia Age 25 44 years,Tot_P_P|Tot_P_F|P_Croatia_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1854,Country of Birth of Person by Age by Sex +G1855,F_Croatia_45_54,Females Croatia Age 45 54 years,Tot_P_P|Tot_P_F|P_Croatia_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1855,Country of Birth of Person by Age by Sex +G1856,F_Croatia_55_64,Females Croatia Age 55 64 years,Tot_P_P|Tot_P_F|P_Croatia_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1856,Country of Birth of Person by Age by Sex +G1857,F_Croatia_65_74,Females Croatia Age 65 74 years,Tot_P_P|Tot_P_F|P_Croatia_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1857,Country of Birth of Person by Age by Sex +G1858,F_Croatia_75_84,Females Croatia Age 75 84 years,Tot_P_P|Tot_P_F|P_Croatia_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1858,Country of Birth of Person by Age by Sex +G1859,F_Croatia_85ov,Females Croatia Age 85 years and over,Tot_P_P|Tot_P_F|P_Croatia_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1859,Country of Birth of Person by Age by Sex +G1860,F_Croatia_Tot,Females Croatia Total,Tot_P_P|Tot_P_F|P_Croatia_Tot,G09D,people,nationality,Total|FEMALES,,1860,Country of Birth of Person by Age by Sex +G1861,F_Egypt_0_4,Females Egypt Age 0 4 years,Tot_P_P|Tot_P_F|P_Egypt_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1861,Country of Birth of Person by Age by Sex +G1862,F_Egypt_5_14,Females Egypt Age 5 14 years,Tot_P_P|Tot_P_F|P_Egypt_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1862,Country of Birth of Person by Age by Sex +G1863,F_Egypt_15_24,Females Egypt Age 15 24 years,Tot_P_P|Tot_P_F|P_Egypt_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1863,Country of Birth of Person by Age by Sex +G1864,F_Egypt_25_44,Females Egypt Age 25 44 years,Tot_P_P|Tot_P_F|P_Egypt_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1864,Country of Birth of Person by Age by Sex +G1865,F_Egypt_45_54,Females Egypt Age 45 54 years,Tot_P_P|Tot_P_F|P_Egypt_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1865,Country of Birth of Person by Age by Sex +G1866,F_Egypt_55_64,Females Egypt Age 55 64 years,Tot_P_P|Tot_P_F|P_Egypt_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1866,Country of Birth of Person by Age by Sex +G1867,F_Egypt_65_74,Females Egypt Age 65 74 years,Tot_P_P|Tot_P_F|P_Egypt_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1867,Country of Birth of Person by Age by Sex +G1868,F_Egypt_75_84,Females Egypt Age 75 84 years,Tot_P_P|Tot_P_F|P_Egypt_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1868,Country of Birth of Person by Age by Sex +G1869,F_Egypt_85ov,Females Egypt Age 85 years and over,Tot_P_P|Tot_P_F|P_Egypt_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1869,Country of Birth of Person by Age by Sex +G1870,F_Egypt_Tot,Females Egypt Total,Tot_P_P|Tot_P_F|P_Egypt_Tot,G09D,people,nationality,Total|FEMALES,,1870,Country of Birth of Person by Age by Sex +G1871,F_England_0_4,Females England Age 0 4 years,Tot_P_P|Tot_P_F|P_England_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1871,Country of Birth of Person by Age by Sex +G1872,F_England_5_14,Females England Age 5 14 years,Tot_P_P|Tot_P_F|P_England_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1872,Country of Birth of Person by Age by Sex +G1873,F_England_15_24,Females England Age 15 24 years,Tot_P_P|Tot_P_F|P_England_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1873,Country of Birth of Person by Age by Sex +G1874,F_England_25_44,Females England Age 25 44 years,Tot_P_P|Tot_P_F|P_England_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1874,Country of Birth of Person by Age by Sex +G1875,F_England_45_54,Females England Age 45 54 years,Tot_P_P|Tot_P_F|P_England_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1875,Country of Birth of Person by Age by Sex +G1876,F_England_55_64,Females England Age 55 64 years,Tot_P_P|Tot_P_F|P_England_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1876,Country of Birth of Person by Age by Sex +G1877,F_England_65_74,Females England Age 65 74 years,Tot_P_P|Tot_P_F|P_England_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1877,Country of Birth of Person by Age by Sex +G1878,F_England_75_84,Females England Age 75 84 years,Tot_P_P|Tot_P_F|P_England_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1878,Country of Birth of Person by Age by Sex +G1879,F_England_85ov,Females England Age 85 years and over,Tot_P_P|Tot_P_F|P_England_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1879,Country of Birth of Person by Age by Sex +G1880,F_England_Tot,Females England Total,Tot_P_P|Tot_P_F|P_England_Tot,G09D,people,nationality,Total|FEMALES,,1880,Country of Birth of Person by Age by Sex +G1881,F_Fiji_0_4,Females Fiji Age 0 4 years,Tot_P_P|Tot_P_F|P_Fiji_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1881,Country of Birth of Person by Age by Sex +G1882,F_Fiji_5_14,Females Fiji Age 5 14 years,Tot_P_P|Tot_P_F|P_Fiji_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1882,Country of Birth of Person by Age by Sex +G1883,F_Fiji_15_24,Females Fiji Age 15 24 years,Tot_P_P|Tot_P_F|P_Fiji_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1883,Country of Birth of Person by Age by Sex +G1884,F_Fiji_25_44,Females Fiji Age 25 44 years,Tot_P_P|Tot_P_F|P_Fiji_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1884,Country of Birth of Person by Age by Sex +G1885,F_Fiji_45_54,Females Fiji Age 45 54 years,Tot_P_P|Tot_P_F|P_Fiji_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1885,Country of Birth of Person by Age by Sex +G1886,F_Fiji_55_64,Females Fiji Age 55 64 years,Tot_P_P|Tot_P_F|P_Fiji_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1886,Country of Birth of Person by Age by Sex +G1887,F_Fiji_65_74,Females Fiji Age 65 74 years,Tot_P_P|Tot_P_F|P_Fiji_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1887,Country of Birth of Person by Age by Sex +G1888,F_Fiji_75_84,Females Fiji Age 75 84 years,Tot_P_P|Tot_P_F|P_Fiji_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1888,Country of Birth of Person by Age by Sex +G1889,F_Fiji_85ov,Females Fiji Age 85 years and over,Tot_P_P|Tot_P_F|P_Fiji_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1889,Country of Birth of Person by Age by Sex +G1890,F_Fiji_Tot,Females Fiji Total,Tot_P_P|Tot_P_F|P_Fiji_Tot,G09D,people,nationality,Total|FEMALES,,1890,Country of Birth of Person by Age by Sex +G1891,F_France_0_4,Females France Age 0 4 years,Tot_P_P|Tot_P_F|P_France_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1891,Country of Birth of Person by Age by Sex +G1892,F_France_5_14,Females France Age 5 14 years,Tot_P_P|Tot_P_F|P_France_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1892,Country of Birth of Person by Age by Sex +G1893,F_France_15_24,Females France Age 15 24 years,Tot_P_P|Tot_P_F|P_France_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1893,Country of Birth of Person by Age by Sex +G1894,F_France_25_44,Females France Age 25 44 years,Tot_P_P|Tot_P_F|P_France_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1894,Country of Birth of Person by Age by Sex +G1895,F_France_45_54,Females France Age 45 54 years,Tot_P_P|Tot_P_F|P_France_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1895,Country of Birth of Person by Age by Sex +G1896,F_France_55_64,Females France Age 55 64 years,Tot_P_P|Tot_P_F|P_France_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1896,Country of Birth of Person by Age by Sex +G1897,F_France_65_74,Females France Age 65 74 years,Tot_P_P|Tot_P_F|P_France_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1897,Country of Birth of Person by Age by Sex +G1898,F_France_75_84,Females France Age 75 84 years,Tot_P_P|Tot_P_F|P_France_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1898,Country of Birth of Person by Age by Sex +G1899,F_France_85ov,Females France Age 85 years and over,Tot_P_P|Tot_P_F|P_France_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1899,Country of Birth of Person by Age by Sex +G1900,F_France_Tot,Females France Total,Tot_P_P|Tot_P_F|P_France_Tot,G09D,people,nationality,Total|FEMALES,,1900,Country of Birth of Person by Age by Sex +G1901,F_Germany_0_4,Females Germany Age 0 4 years,Tot_P_P|Tot_P_F|P_Germany_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1901,Country of Birth of Person by Age by Sex +G1902,F_Germany_5_14,Females Germany Age 5 14 years,Tot_P_P|Tot_P_F|P_Germany_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1902,Country of Birth of Person by Age by Sex +G1903,F_Germany_15_24,Females Germany Age 15 24 years,Tot_P_P|Tot_P_F|P_Germany_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1903,Country of Birth of Person by Age by Sex +G1904,F_Germany_25_44,Females Germany Age 25 44 years,Tot_P_P|Tot_P_F|P_Germany_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1904,Country of Birth of Person by Age by Sex +G1905,F_Germany_45_54,Females Germany Age 45 54 years,Tot_P_P|Tot_P_F|P_Germany_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1905,Country of Birth of Person by Age by Sex +G1906,F_Germany_55_64,Females Germany Age 55 64 years,Tot_P_P|Tot_P_F|P_Germany_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1906,Country of Birth of Person by Age by Sex +G1907,F_Germany_65_74,Females Germany Age 65 74 years,Tot_P_P|Tot_P_F|P_Germany_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1907,Country of Birth of Person by Age by Sex +G1908,F_Germany_75_84,Females Germany Age 75 84 years,Tot_P_P|Tot_P_F|P_Germany_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1908,Country of Birth of Person by Age by Sex +G1909,F_Germany_85ov,Females Germany Age 85 years and over,Tot_P_P|Tot_P_F|P_Germany_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1909,Country of Birth of Person by Age by Sex +G1910,F_Germany_Tot,Females Germany Total,Tot_P_P|Tot_P_F|P_Germany_Tot,G09D,people,nationality,Total|FEMALES,,1910,Country of Birth of Person by Age by Sex +G1911,F_Greece_0_4,Females Greece Age 0 4 years,Tot_P_P|Tot_P_F|P_Greece_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1911,Country of Birth of Person by Age by Sex +G1912,F_Greece_5_14,Females Greece Age 5 14 years,Tot_P_P|Tot_P_F|P_Greece_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1912,Country of Birth of Person by Age by Sex +G1913,F_Greece_15_24,Females Greece Age 15 24 years,Tot_P_P|Tot_P_F|P_Greece_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1913,Country of Birth of Person by Age by Sex +G1914,F_Greece_25_44,Females Greece Age 25 44 years,Tot_P_P|Tot_P_F|P_Greece_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1914,Country of Birth of Person by Age by Sex +G1915,F_Greece_45_54,Females Greece Age 45 54 years,Tot_P_P|Tot_P_F|P_Greece_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1915,Country of Birth of Person by Age by Sex +G1916,F_Greece_55_64,Females Greece Age 55 64 years,Tot_P_P|Tot_P_F|P_Greece_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1916,Country of Birth of Person by Age by Sex +G1917,F_Greece_65_74,Females Greece Age 65 74 years,Tot_P_P|Tot_P_F|P_Greece_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1917,Country of Birth of Person by Age by Sex +G1918,F_Greece_75_84,Females Greece Age 75 84 years,Tot_P_P|Tot_P_F|P_Greece_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1918,Country of Birth of Person by Age by Sex +G1919,F_Greece_85ov,Females Greece Age 85 years and over,Tot_P_P|Tot_P_F|P_Greece_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1919,Country of Birth of Person by Age by Sex +G1920,F_Greece_Tot,Females Greece Total,Tot_P_P|Tot_P_F|P_Greece_Tot,G09D,people,nationality,Total|FEMALES,,1920,Country of Birth of Person by Age by Sex +G1921,F_Hong_Kong_0_4,Females Hong Kong SAR of China Age 0 4 years,Tot_P_P|Tot_P_F|P_Hong_Kong_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1921,Country of Birth of Person by Age by Sex +G1922,F_Hong_Kong_5_14,Females Hong Kong SAR of China Age 5 14 years,Tot_P_P|Tot_P_F|P_Hong_Kong_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1922,Country of Birth of Person by Age by Sex +G1923,F_Hong_Kong_15_24,Females Hong Kong SAR of China Age 15 24 years,Tot_P_P|Tot_P_F|P_Hong_Kong_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1923,Country of Birth of Person by Age by Sex +G1924,F_Hong_Kong_25_44,Females Hong Kong SAR of China Age 25 44 years,Tot_P_P|Tot_P_F|P_Hong_Kong_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1924,Country of Birth of Person by Age by Sex +G1925,F_Hong_Kong_45_54,Females Hong Kong SAR of China Age 45 54 years,Tot_P_P|Tot_P_F|P_Hong_Kong_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1925,Country of Birth of Person by Age by Sex +G1926,F_Hong_Kong_55_64,Females Hong Kong SAR of China Age 55 64 years,Tot_P_P|Tot_P_F|P_Hong_Kong_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1926,Country of Birth of Person by Age by Sex +G1927,F_Hong_Kong_65_74,Females Hong Kong SAR of China Age 65 74 years,Tot_P_P|Tot_P_F|P_Hong_Kong_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1927,Country of Birth of Person by Age by Sex +G1928,F_Hong_Kong_75_84,Females Hong Kong SAR of China Age 75 84 years,Tot_P_P|Tot_P_F|P_Hong_Kong_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1928,Country of Birth of Person by Age by Sex +G1929,F_Hong_Kong_85ov,Females Hong Kong SAR of China Age 85 years and over,Tot_P_P|Tot_P_F|P_Hong_Kong_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1929,Country of Birth of Person by Age by Sex +G1930,F_Hong_Kong_Tot,Females Hong Kong SAR of China Total,Tot_P_P|Tot_P_F|P_Hong_Kong_Tot,G09D,people,nationality,Total|FEMALES,,1930,Country of Birth of Person by Age by Sex +G1931,F_India_0_4,Females India Age 0 4 years,Tot_P_P|Tot_P_F|P_India_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1931,Country of Birth of Person by Age by Sex +G1932,F_India_5_14,Females India Age 5 14 years,Tot_P_P|Tot_P_F|P_India_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1932,Country of Birth of Person by Age by Sex +G1933,F_India_15_24,Females India Age 15 24 years,Tot_P_P|Tot_P_F|P_India_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1933,Country of Birth of Person by Age by Sex +G1934,F_India_25_44,Females India Age 25 44 years,Tot_P_P|Tot_P_F|P_India_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1934,Country of Birth of Person by Age by Sex +G1935,F_India_45_54,Females India Age 45 54 years,Tot_P_P|Tot_P_F|P_India_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1935,Country of Birth of Person by Age by Sex +G1936,F_India_55_64,Females India Age 55 64 years,Tot_P_P|Tot_P_F|P_India_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1936,Country of Birth of Person by Age by Sex +G1937,F_India_65_74,Females India Age 65 74 years,Tot_P_P|Tot_P_F|P_India_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1937,Country of Birth of Person by Age by Sex +G1938,F_India_75_84,Females India Age 75 84 years,Tot_P_P|Tot_P_F|P_India_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1938,Country of Birth of Person by Age by Sex +G1939,F_India_85ov,Females India Age 85 years and over,Tot_P_P|Tot_P_F|P_India_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1939,Country of Birth of Person by Age by Sex +G1940,F_India_Tot,Females India Total,Tot_P_P|Tot_P_F|P_India_Tot,G09D,people,nationality,Total|FEMALES,,1940,Country of Birth of Person by Age by Sex +G1941,F_Indonesia_0_4,Females Indonesia Age 0 4 years,Tot_P_P|Tot_P_F|P_Indonesia_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1941,Country of Birth of Person by Age by Sex +G1942,F_Indonesia_5_14,Females Indonesia Age 5 14 years,Tot_P_P|Tot_P_F|P_Indonesia_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1942,Country of Birth of Person by Age by Sex +G1943,F_Indonesia_15_24,Females Indonesia Age 15 24 years,Tot_P_P|Tot_P_F|P_Indonesia_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1943,Country of Birth of Person by Age by Sex +G1944,F_Indonesia_25_44,Females Indonesia Age 25 44 years,Tot_P_P|Tot_P_F|P_Indonesia_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1944,Country of Birth of Person by Age by Sex +G1945,F_Indonesia_45_54,Females Indonesia Age 45 54 years,Tot_P_P|Tot_P_F|P_Indonesia_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1945,Country of Birth of Person by Age by Sex +G1946,F_Indonesia_55_64,Females Indonesia Age 55 64 years,Tot_P_P|Tot_P_F|P_Indonesia_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1946,Country of Birth of Person by Age by Sex +G1947,F_Indonesia_65_74,Females Indonesia Age 65 74 years,Tot_P_P|Tot_P_F|P_Indonesia_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1947,Country of Birth of Person by Age by Sex +G1948,F_Indonesia_75_84,Females Indonesia Age 75 84 years,Tot_P_P|Tot_P_F|P_Indonesia_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1948,Country of Birth of Person by Age by Sex +G1949,F_Indonesia_85ov,Females Indonesia Age 85 years and over,Tot_P_P|Tot_P_F|P_Indonesia_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1949,Country of Birth of Person by Age by Sex +G1950,F_Indonesia_Tot,Females Indonesia Total,Tot_P_P|Tot_P_F|P_Indonesia_Tot,G09D,people,nationality,Total|FEMALES,,1950,Country of Birth of Person by Age by Sex +G1951,F_Iran_0_4,Females Iran Age 0 4 years,Tot_P_P|Tot_P_F|P_Iran_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1951,Country of Birth of Person by Age by Sex +G1952,F_Iran_5_14,Females Iran Age 5 14 years,Tot_P_P|Tot_P_F|P_Iran_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1952,Country of Birth of Person by Age by Sex +G1953,F_Iran_15_24,Females Iran Age 15 24 years,Tot_P_P|Tot_P_F|P_Iran_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1953,Country of Birth of Person by Age by Sex +G1954,F_Iran_25_44,Females Iran Age 25 44 years,Tot_P_P|Tot_P_F|P_Iran_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1954,Country of Birth of Person by Age by Sex +G1955,F_Iran_45_54,Females Iran Age 45 54 years,Tot_P_P|Tot_P_F|P_Iran_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1955,Country of Birth of Person by Age by Sex +G1956,F_Iran_55_64,Females Iran Age 55 64 years,Tot_P_P|Tot_P_F|P_Iran_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1956,Country of Birth of Person by Age by Sex +G1957,F_Iran_65_74,Females Iran Age 65 74 years,Tot_P_P|Tot_P_F|P_Iran_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1957,Country of Birth of Person by Age by Sex +G1958,F_Iran_75_84,Females Iran Age 75 84 years,Tot_P_P|Tot_P_F|P_Iran_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1958,Country of Birth of Person by Age by Sex +G1959,F_Iran_85ov,Females Iran Age 85 years and over,Tot_P_P|Tot_P_F|P_Iran_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1959,Country of Birth of Person by Age by Sex +G1960,F_Iran_Tot,Females Iran Total,Tot_P_P|Tot_P_F|P_Iran_Tot,G09D,people,nationality,Total|FEMALES,,1960,Country of Birth of Person by Age by Sex +G1961,F_Iraq_0_4,Females Iraq Age 0 4 years,Tot_P_P|Tot_P_F|P_Iraq_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1961,Country of Birth of Person by Age by Sex +G1962,F_Iraq_5_14,Females Iraq Age 5 14 years,Tot_P_P|Tot_P_F|P_Iraq_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1962,Country of Birth of Person by Age by Sex +G1963,F_Iraq_15_24,Females Iraq Age 15 24 years,Tot_P_P|Tot_P_F|P_Iraq_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1963,Country of Birth of Person by Age by Sex +G1964,F_Iraq_25_44,Females Iraq Age 25 44 years,Tot_P_P|Tot_P_F|P_Iraq_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1964,Country of Birth of Person by Age by Sex +G1965,F_Iraq_45_54,Females Iraq Age 45 54 years,Tot_P_P|Tot_P_F|P_Iraq_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1965,Country of Birth of Person by Age by Sex +G1966,F_Iraq_55_64,Females Iraq Age 55 64 years,Tot_P_P|Tot_P_F|P_Iraq_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1966,Country of Birth of Person by Age by Sex +G1967,F_Iraq_65_74,Females Iraq Age 65 74 years,Tot_P_P|Tot_P_F|P_Iraq_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1967,Country of Birth of Person by Age by Sex +G1968,F_Iraq_75_84,Females Iraq Age 75 84 years,Tot_P_P|Tot_P_F|P_Iraq_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1968,Country of Birth of Person by Age by Sex +G1969,F_Iraq_85ov,Females Iraq Age 85 years and over,Tot_P_P|Tot_P_F|P_Iraq_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1969,Country of Birth of Person by Age by Sex +G1970,F_Iraq_Tot,Females Iraq Total,Tot_P_P|Tot_P_F|P_Iraq_Tot,G09D,people,nationality,Total|FEMALES,,1970,Country of Birth of Person by Age by Sex +G1971,F_Ireland_0_4,Females Ireland Age 0 4 years,Tot_P_P|Tot_P_F|P_Ireland_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1971,Country of Birth of Person by Age by Sex +G1972,F_Ireland_5_14,Females Ireland Age 5 14 years,Tot_P_P|Tot_P_F|P_Ireland_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1972,Country of Birth of Person by Age by Sex +G1973,F_Ireland_15_24,Females Ireland Age 15 24 years,Tot_P_P|Tot_P_F|P_Ireland_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1973,Country of Birth of Person by Age by Sex +G1974,F_Ireland_25_44,Females Ireland Age 25 44 years,Tot_P_P|Tot_P_F|P_Ireland_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1974,Country of Birth of Person by Age by Sex +G1975,F_Ireland_45_54,Females Ireland Age 45 54 years,Tot_P_P|Tot_P_F|P_Ireland_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1975,Country of Birth of Person by Age by Sex +G1976,F_Ireland_55_64,Females Ireland Age 55 64 years,Tot_P_P|Tot_P_F|P_Ireland_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1976,Country of Birth of Person by Age by Sex +G1977,F_Ireland_65_74,Females Ireland Age 65 74 years,Tot_P_P|Tot_P_F|P_Ireland_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1977,Country of Birth of Person by Age by Sex +G1978,F_Ireland_75_84,Females Ireland Age 75 84 years,Tot_P_P|Tot_P_F|P_Ireland_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1978,Country of Birth of Person by Age by Sex +G1979,F_Ireland_85ov,Females Ireland Age 85 years and over,Tot_P_P|Tot_P_F|P_Ireland_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1979,Country of Birth of Person by Age by Sex +G1980,F_Ireland_Tot,Females Ireland Total,Tot_P_P|Tot_P_F|P_Ireland_Tot,G09D,people,nationality,Total|FEMALES,,1980,Country of Birth of Person by Age by Sex +G1981,F_Italy_0_4,Females Italy Age 0 4 years,Tot_P_P|Tot_P_F|P_Italy_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1981,Country of Birth of Person by Age by Sex +G1982,F_Italy_5_14,Females Italy Age 5 14 years,Tot_P_P|Tot_P_F|P_Italy_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1982,Country of Birth of Person by Age by Sex +G1983,F_Italy_15_24,Females Italy Age 15 24 years,Tot_P_P|Tot_P_F|P_Italy_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1983,Country of Birth of Person by Age by Sex +G1984,F_Italy_25_44,Females Italy Age 25 44 years,Tot_P_P|Tot_P_F|P_Italy_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1984,Country of Birth of Person by Age by Sex +G1985,F_Italy_45_54,Females Italy Age 45 54 years,Tot_P_P|Tot_P_F|P_Italy_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1985,Country of Birth of Person by Age by Sex +G1986,F_Italy_55_64,Females Italy Age 55 64 years,Tot_P_P|Tot_P_F|P_Italy_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1986,Country of Birth of Person by Age by Sex +G1987,F_Italy_65_74,Females Italy Age 65 74 years,Tot_P_P|Tot_P_F|P_Italy_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1987,Country of Birth of Person by Age by Sex +G1988,F_Italy_75_84,Females Italy Age 75 84 years,Tot_P_P|Tot_P_F|P_Italy_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1988,Country of Birth of Person by Age by Sex +G1989,F_Italy_85ov,Females Italy Age 85 years and over,Tot_P_P|Tot_P_F|P_Italy_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1989,Country of Birth of Person by Age by Sex +G1990,F_Italy_Tot,Females Italy Total,Tot_P_P|Tot_P_F|P_Italy_Tot,G09D,people,nationality,Total|FEMALES,,1990,Country of Birth of Person by Age by Sex +G1991,F_Japan_0_4,Females Japan Age 0 4 years,Tot_P_P|Tot_P_F|P_Japan_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,1991,Country of Birth of Person by Age by Sex +G1992,F_Japan_5_14,Females Japan Age 5 14 years,Tot_P_P|Tot_P_F|P_Japan_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,1992,Country of Birth of Person by Age by Sex +G1993,F_Japan_15_24,Females Japan Age 15 24 years,Tot_P_P|Tot_P_F|P_Japan_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,1993,Country of Birth of Person by Age by Sex +G1994,F_Japan_25_44,Females Japan Age 25 44 years,Tot_P_P|Tot_P_F|P_Japan_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,1994,Country of Birth of Person by Age by Sex +G1995,F_Japan_45_54,Females Japan Age 45 54 years,Tot_P_P|Tot_P_F|P_Japan_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,1995,Country of Birth of Person by Age by Sex +G1996,F_Japan_55_64,Females Japan Age 55 64 years,Tot_P_P|Tot_P_F|P_Japan_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,1996,Country of Birth of Person by Age by Sex +G1997,F_Japan_65_74,Females Japan Age 65 74 years,Tot_P_P|Tot_P_F|P_Japan_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,1997,Country of Birth of Person by Age by Sex +G1998,F_Japan_75_84,Females Japan Age 75 84 years,Tot_P_P|Tot_P_F|P_Japan_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,1998,Country of Birth of Person by Age by Sex +G1999,F_Japan_85ov,Females Japan Age 85 years and over,Tot_P_P|Tot_P_F|P_Japan_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,1999,Country of Birth of Person by Age by Sex +G2000,F_Japan_Tot,Females Japan Total,Tot_P_P|Tot_P_F|P_Japan_Tot,G09D,people,nationality,Total|FEMALES,,2000,Country of Birth of Person by Age by Sex +G2001,F_Korea_South_0_4,Females Korea Republic of South Age 0 4 years,Tot_P_P|Tot_P_F|P_Korea_South_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,2001,Country of Birth of Person by Age by Sex +G2002,F_Korea_South_5_14,Females Korea Republic of South Age 5 14 years,Tot_P_P|Tot_P_F|P_Korea_South_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,2002,Country of Birth of Person by Age by Sex +G2003,F_Korea_South_15_24,Females Korea Republic of South Age 15 24 years,Tot_P_P|Tot_P_F|P_Korea_South_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,2003,Country of Birth of Person by Age by Sex +G2004,F_Korea_South_25_44,Females Korea Republic of South Age 25 44 years,Tot_P_P|Tot_P_F|P_Korea_South_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,2004,Country of Birth of Person by Age by Sex +G2005,F_Korea_South_45_54,Females Korea Republic of South Age 45 54 years,Tot_P_P|Tot_P_F|P_Korea_South_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,2005,Country of Birth of Person by Age by Sex +G2006,F_Korea_South_55_64,Females Korea Republic of South Age 55 64 years,Tot_P_P|Tot_P_F|P_Korea_South_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,2006,Country of Birth of Person by Age by Sex +G2007,F_Korea_South_65_74,Females Korea Republic of South Age 65 74 years,Tot_P_P|Tot_P_F|P_Korea_South_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,2007,Country of Birth of Person by Age by Sex +G2008,F_Korea_South_75_84,Females Korea Republic of South Age 75 84 years,Tot_P_P|Tot_P_F|P_Korea_South_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,2008,Country of Birth of Person by Age by Sex +G2009,F_Korea_South_85ov,Females Korea Republic of South Age 85 years and over,Tot_P_P|Tot_P_F|P_Korea_South_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,2009,Country of Birth of Person by Age by Sex +G2010,F_Korea_South_Tot,Females Korea Republic of South Total,Tot_P_P|Tot_P_F|P_Korea_South_Tot,G09D,people,nationality,Total|FEMALES,,2010,Country of Birth of Person by Age by Sex +G2011,F_Lebanon_0_4,Females Lebanon Age 0 4 years,Tot_P_P|Tot_P_F|P_Lebanon_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,2011,Country of Birth of Person by Age by Sex +G2012,F_Lebanon_5_14,Females Lebanon Age 5 14 years,Tot_P_P|Tot_P_F|P_Lebanon_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,2012,Country of Birth of Person by Age by Sex +G2013,F_Lebanon_15_24,Females Lebanon Age 15 24 years,Tot_P_P|Tot_P_F|P_Lebanon_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,2013,Country of Birth of Person by Age by Sex +G2014,F_Lebanon_25_44,Females Lebanon Age 25 44 years,Tot_P_P|Tot_P_F|P_Lebanon_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,2014,Country of Birth of Person by Age by Sex +G2015,F_Lebanon_45_54,Females Lebanon Age 45 54 years,Tot_P_P|Tot_P_F|P_Lebanon_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,2015,Country of Birth of Person by Age by Sex +G2016,F_Lebanon_55_64,Females Lebanon Age 55 64 years,Tot_P_P|Tot_P_F|P_Lebanon_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,2016,Country of Birth of Person by Age by Sex +G2017,F_Lebanon_65_74,Females Lebanon Age 65 74 years,Tot_P_P|Tot_P_F|P_Lebanon_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,2017,Country of Birth of Person by Age by Sex +G2018,F_Lebanon_75_84,Females Lebanon Age 75 84 years,Tot_P_P|Tot_P_F|P_Lebanon_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,2018,Country of Birth of Person by Age by Sex +G2019,F_Lebanon_85ov,Females Lebanon Age 85 years and over,Tot_P_P|Tot_P_F|P_Lebanon_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,2019,Country of Birth of Person by Age by Sex +G2020,F_Lebanon_Tot,Females Lebanon Total,Tot_P_P|Tot_P_F|P_Lebanon_Tot,G09D,people,nationality,Total|FEMALES,,2020,Country of Birth of Person by Age by Sex +G2021,F_Malaysia_0_4,Females Malaysia Age 0 4 years,Tot_P_P|Tot_P_F|P_Malaysia_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,2021,Country of Birth of Person by Age by Sex +G2022,F_Malaysia_5_14,Females Malaysia Age 5 14 years,Tot_P_P|Tot_P_F|P_Malaysia_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,2022,Country of Birth of Person by Age by Sex +G2023,F_Malaysia_15_24,Females Malaysia Age 15 24 years,Tot_P_P|Tot_P_F|P_Malaysia_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,2023,Country of Birth of Person by Age by Sex +G2024,F_Malaysia_25_44,Females Malaysia Age 25 44 years,Tot_P_P|Tot_P_F|P_Malaysia_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,2024,Country of Birth of Person by Age by Sex +G2025,F_Malaysia_45_54,Females Malaysia Age 45 54 years,Tot_P_P|Tot_P_F|P_Malaysia_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,2025,Country of Birth of Person by Age by Sex +G2026,F_Malaysia_55_64,Females Malaysia Age 55 64 years,Tot_P_P|Tot_P_F|P_Malaysia_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,2026,Country of Birth of Person by Age by Sex +G2027,F_Malaysia_65_74,Females Malaysia Age 65 74 years,Tot_P_P|Tot_P_F|P_Malaysia_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,2027,Country of Birth of Person by Age by Sex +G2028,F_Malaysia_75_84,Females Malaysia Age 75 84 years,Tot_P_P|Tot_P_F|P_Malaysia_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,2028,Country of Birth of Person by Age by Sex +G2029,F_Malaysia_85ov,Females Malaysia Age 85 years and over,Tot_P_P|Tot_P_F|P_Malaysia_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,2029,Country of Birth of Person by Age by Sex +G2030,F_Malaysia_Tot,Females Malaysia Total,Tot_P_P|Tot_P_F|P_Malaysia_Tot,G09D,people,nationality,Total|FEMALES,,2030,Country of Birth of Person by Age by Sex +G2031,F_Malta_0_4,Females Malta Age 0 4 years,Tot_P_P|Tot_P_F|P_Malta_0_4,G09D,people,nationality,Age: 0-4 years|FEMALES,,2031,Country of Birth of Person by Age by Sex +G2032,F_Malta_5_14,Females Malta Age 5 14 years,Tot_P_P|Tot_P_F|P_Malta_5_14,G09D,people,nationality,Age: 5-14 years|FEMALES,,2032,Country of Birth of Person by Age by Sex +G2033,F_Malta_15_24,Females Malta Age 15 24 years,Tot_P_P|Tot_P_F|P_Malta_15_24,G09D,people,nationality,Age: 15-24 years|FEMALES,,2033,Country of Birth of Person by Age by Sex +G2034,F_Malta_25_44,Females Malta Age 25 44 years,Tot_P_P|Tot_P_F|P_Malta_25_44,G09D,people,nationality,Age: 25-44 years|FEMALES,,2034,Country of Birth of Person by Age by Sex +G2035,F_Malta_45_54,Females Malta Age 45 54 years,Tot_P_P|Tot_P_F|P_Malta_45_54,G09D,people,nationality,Age: 45-54 years|FEMALES,,2035,Country of Birth of Person by Age by Sex +G2036,F_Malta_55_64,Females Malta Age 55 64 years,Tot_P_P|Tot_P_F|P_Malta_55_64,G09D,people,nationality,Age: 55-64 years|FEMALES,,2036,Country of Birth of Person by Age by Sex +G2037,F_Malta_65_74,Females Malta Age 65 74 years,Tot_P_P|Tot_P_F|P_Malta_65_74,G09D,people,nationality,Age: 65-74 years|FEMALES,,2037,Country of Birth of Person by Age by Sex +G2038,F_Malta_75_84,Females Malta Age 75 84 years,Tot_P_P|Tot_P_F|P_Malta_75_84,G09D,people,nationality,Age: 75-84 years|FEMALES,,2038,Country of Birth of Person by Age by Sex +G2039,F_Malta_85ov,Females Malta Age 85 years and over,Tot_P_P|Tot_P_F|P_Malta_85ov,G09D,people,nationality,Age: 85 years and over|FEMALES,,2039,Country of Birth of Person by Age by Sex +G2040,F_Malta_Tot,Females Malta Total,Tot_P_P|Tot_P_F|P_Malta_Tot,G09D,people,nationality,Total|FEMALES,,2040,Country of Birth of Person by Age by Sex +G2041,F_Mauritius_0_4,Females Mauritius Age 0 4 years,Tot_P_P|Tot_P_F|P_Mauritius_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2041,Country of Birth of Person by Age by Sex +G2042,F_Mauritius_5_14,Females Mauritius Age 5 14 years,Tot_P_P|Tot_P_F|P_Mauritius_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2042,Country of Birth of Person by Age by Sex +G2043,F_Mauritius_15_24,Females Mauritius Age 15 24 years,Tot_P_P|Tot_P_F|P_Mauritius_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2043,Country of Birth of Person by Age by Sex +G2044,F_Mauritius_25_44,Females Mauritius Age 25 44 years,Tot_P_P|Tot_P_F|P_Mauritius_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2044,Country of Birth of Person by Age by Sex +G2045,F_Mauritius_45_54,Females Mauritius Age 45 54 years,Tot_P_P|Tot_P_F|P_Mauritius_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2045,Country of Birth of Person by Age by Sex +G2046,F_Mauritius_55_64,Females Mauritius Age 55 64 years,Tot_P_P|Tot_P_F|P_Mauritius_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2046,Country of Birth of Person by Age by Sex +G2047,F_Mauritius_65_74,Females Mauritius Age 65 74 years,Tot_P_P|Tot_P_F|P_Mauritius_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2047,Country of Birth of Person by Age by Sex +G2048,F_Mauritius_75_84,Females Mauritius Age 75 84 years,Tot_P_P|Tot_P_F|P_Mauritius_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2048,Country of Birth of Person by Age by Sex +G2049,F_Mauritius_85ov,Females Mauritius Age 85 years and over,Tot_P_P|Tot_P_F|P_Mauritius_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2049,Country of Birth of Person by Age by Sex +G2050,F_Mauritius_Tot,Females Mauritius Total,Tot_P_P|Tot_P_F|P_Mauritius_Tot,G09E,people,nationality,Total|FEMALES,,2050,Country of Birth of Person by Age by Sex +G2051,F_Myanmar_0_4,Females Myanmar Age 0 4 years,Tot_P_P|Tot_P_F|P_Myanmar_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2051,Country of Birth of Person by Age by Sex +G2052,F_Myanmar_5_14,Females Myanmar Age 5 14 years,Tot_P_P|Tot_P_F|P_Myanmar_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2052,Country of Birth of Person by Age by Sex +G2053,F_Myanmar_15_24,Females Myanmar Age 15 24 years,Tot_P_P|Tot_P_F|P_Myanmar_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2053,Country of Birth of Person by Age by Sex +G2054,F_Myanmar_25_44,Females Myanmar Age 25 44 years,Tot_P_P|Tot_P_F|P_Myanmar_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2054,Country of Birth of Person by Age by Sex +G2055,F_Myanmar_45_54,Females Myanmar Age 45 54 years,Tot_P_P|Tot_P_F|P_Myanmar_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2055,Country of Birth of Person by Age by Sex +G2056,F_Myanmar_55_64,Females Myanmar Age 55 64 years,Tot_P_P|Tot_P_F|P_Myanmar_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2056,Country of Birth of Person by Age by Sex +G2057,F_Myanmar_65_74,Females Myanmar Age 65 74 years,Tot_P_P|Tot_P_F|P_Myanmar_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2057,Country of Birth of Person by Age by Sex +G2058,F_Myanmar_75_84,Females Myanmar Age 75 84 years,Tot_P_P|Tot_P_F|P_Myanmar_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2058,Country of Birth of Person by Age by Sex +G2059,F_Myanmar_85ov,Females Myanmar Age 85 years and over,Tot_P_P|Tot_P_F|P_Myanmar_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2059,Country of Birth of Person by Age by Sex +G2060,F_Myanmar_Tot,Females Myanmar Total,Tot_P_P|Tot_P_F|P_Myanmar_Tot,G09E,people,nationality,Total|FEMALES,,2060,Country of Birth of Person by Age by Sex +G2061,F_Nepal_0_4,Females Nepal Age 0 4 years,Tot_P_P|Tot_P_F|P_Nepal_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2061,Country of Birth of Person by Age by Sex +G2062,F_Nepal_5_14,Females Nepal Age 5 14 years,Tot_P_P|Tot_P_F|P_Nepal_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2062,Country of Birth of Person by Age by Sex +G2063,F_Nepal_15_24,Females Nepal Age 15 24 years,Tot_P_P|Tot_P_F|P_Nepal_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2063,Country of Birth of Person by Age by Sex +G2064,F_Nepal_25_44,Females Nepal Age 25 44 years,Tot_P_P|Tot_P_F|P_Nepal_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2064,Country of Birth of Person by Age by Sex +G2065,F_Nepal_45_54,Females Nepal Age 45 54 years,Tot_P_P|Tot_P_F|P_Nepal_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2065,Country of Birth of Person by Age by Sex +G2066,F_Nepal_55_64,Females Nepal Age 55 64 years,Tot_P_P|Tot_P_F|P_Nepal_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2066,Country of Birth of Person by Age by Sex +G2067,F_Nepal_65_74,Females Nepal Age 65 74 years,Tot_P_P|Tot_P_F|P_Nepal_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2067,Country of Birth of Person by Age by Sex +G2068,F_Nepal_75_84,Females Nepal Age 75 84 years,Tot_P_P|Tot_P_F|P_Nepal_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2068,Country of Birth of Person by Age by Sex +G2069,F_Nepal_85ov,Females Nepal Age 85 years and over,Tot_P_P|Tot_P_F|P_Nepal_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2069,Country of Birth of Person by Age by Sex +G2070,F_Nepal_Tot,Females Nepal Total,Tot_P_P|Tot_P_F|P_Nepal_Tot,G09E,people,nationality,Total|FEMALES,,2070,Country of Birth of Person by Age by Sex +G2071,F_Netherlands_0_4,Females Netherlands Age 0 4 years,Tot_P_P|Tot_P_F|P_Netherlands_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2071,Country of Birth of Person by Age by Sex +G2072,F_Netherlands_5_14,Females Netherlands Age 5 14 years,Tot_P_P|Tot_P_F|P_Netherlands_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2072,Country of Birth of Person by Age by Sex +G2073,F_Netherlands_15_24,Females Netherlands Age 15 24 years,Tot_P_P|Tot_P_F|P_Netherlands_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2073,Country of Birth of Person by Age by Sex +G2074,F_Netherlands_25_44,Females Netherlands Age 25 44 years,Tot_P_P|Tot_P_F|P_Netherlands_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2074,Country of Birth of Person by Age by Sex +G2075,F_Netherlands_45_54,Females Netherlands Age 45 54 years,Tot_P_P|Tot_P_F|P_Netherlands_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2075,Country of Birth of Person by Age by Sex +G2076,F_Netherlands_55_64,Females Netherlands Age 55 64 years,Tot_P_P|Tot_P_F|P_Netherlands_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2076,Country of Birth of Person by Age by Sex +G2077,F_Netherlands_65_74,Females Netherlands Age 65 74 years,Tot_P_P|Tot_P_F|P_Netherlands_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2077,Country of Birth of Person by Age by Sex +G2078,F_Netherlands_75_84,Females Netherlands Age 75 84 years,Tot_P_P|Tot_P_F|P_Netherlands_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2078,Country of Birth of Person by Age by Sex +G2079,F_Netherlands_85ov,Females Netherlands Age 85 years and over,Tot_P_P|Tot_P_F|P_Netherlands_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2079,Country of Birth of Person by Age by Sex +G2080,F_Netherlands_Tot,Females Netherlands Total,Tot_P_P|Tot_P_F|P_Netherlands_Tot,G09E,people,nationality,Total|FEMALES,,2080,Country of Birth of Person by Age by Sex +G2081,F_New_Zealand_0_4,Females New Zealand Age 0 4 years,Tot_P_P|Tot_P_F|P_New_Zealand_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2081,Country of Birth of Person by Age by Sex +G2082,F_New_Zealand_5_14,Females New Zealand Age 5 14 years,Tot_P_P|Tot_P_F|P_New_Zealand_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2082,Country of Birth of Person by Age by Sex +G2083,F_New_Zealand_15_24,Females New Zealand Age 15 24 years,Tot_P_P|Tot_P_F|P_New_Zealand_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2083,Country of Birth of Person by Age by Sex +G2084,F_New_Zealand_25_44,Females New Zealand Age 25 44 years,Tot_P_P|Tot_P_F|P_New_Zealand_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2084,Country of Birth of Person by Age by Sex +G2085,F_New_Zealand_45_54,Females New Zealand Age 45 54 years,Tot_P_P|Tot_P_F|P_New_Zealand_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2085,Country of Birth of Person by Age by Sex +G2086,F_New_Zealand_55_64,Females New Zealand Age 55 64 years,Tot_P_P|Tot_P_F|P_New_Zealand_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2086,Country of Birth of Person by Age by Sex +G2087,F_New_Zealand_65_74,Females New Zealand Age 65 74 years,Tot_P_P|Tot_P_F|P_New_Zealand_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2087,Country of Birth of Person by Age by Sex +G2088,F_New_Zealand_75_84,Females New Zealand Age 75 84 years,Tot_P_P|Tot_P_F|P_New_Zealand_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2088,Country of Birth of Person by Age by Sex +G2089,F_New_Zealand_85ov,Females New Zealand Age 85 years and over,Tot_P_P|Tot_P_F|P_New_Zealand_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2089,Country of Birth of Person by Age by Sex +G2090,F_New_Zealand_Tot,Females New Zealand Total,Tot_P_P|Tot_P_F|P_New_Zealand_Tot,G09E,people,nationality,Total|FEMALES,,2090,Country of Birth of Person by Age by Sex +G2091,F_Nthern_Ireland_0_4,Females Northern Ireland Age 0 4 years,Tot_P_P|Tot_P_F|P_Nthern_Ireland_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2091,Country of Birth of Person by Age by Sex +G2092,F_Nthern_Ireland_5_14,Females Northern Ireland Age 5 14 years,Tot_P_P|Tot_P_F|P_Nthern_Ireland_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2092,Country of Birth of Person by Age by Sex +G2093,F_Nthern_Ireland_15_24,Females Northern Ireland Age 15 24 years,Tot_P_P|Tot_P_F|P_Nthern_Ireland_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2093,Country of Birth of Person by Age by Sex +G2094,F_Nthern_Ireland_25_44,Females Northern Ireland Age 25 44 years,Tot_P_P|Tot_P_F|P_Nthern_Ireland_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2094,Country of Birth of Person by Age by Sex +G2095,F_Nthern_Ireland_45_54,Females Northern Ireland Age 45 54 years,Tot_P_P|Tot_P_F|P_Nthern_Ireland_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2095,Country of Birth of Person by Age by Sex +G2096,F_Nthern_Ireland_55_64,Females Northern Ireland Age 55 64 years,Tot_P_P|Tot_P_F|P_Nthern_Ireland_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2096,Country of Birth of Person by Age by Sex +G2097,F_Nthern_Ireland_65_74,Females Northern Ireland Age 65 74 years,Tot_P_P|Tot_P_F|P_Nthern_Ireland_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2097,Country of Birth of Person by Age by Sex +G2098,F_Nthern_Ireland_75_84,Females Northern Ireland Age 75 84 years,Tot_P_P|Tot_P_F|P_Nthern_Ireland_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2098,Country of Birth of Person by Age by Sex +G2099,F_Nthern_Ireland_85ov,Females Northern Ireland Age 85 years and over,Tot_P_P|Tot_P_F|P_Nthern_Ireland_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2099,Country of Birth of Person by Age by Sex +G2100,F_Nthern_Ireland_Tot,Females Northern Ireland Total,Tot_P_P|Tot_P_F|P_Nthern_Ireland_Tot,G09E,people,nationality,Total|FEMALES,,2100,Country of Birth of Person by Age by Sex +G2101,F_Pakistan_0_4,Females Pakistan Age 0 4 years,Tot_P_P|Tot_P_F|P_Pakistan_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2101,Country of Birth of Person by Age by Sex +G2102,F_Pakistan_5_14,Females Pakistan Age 5 14 years,Tot_P_P|Tot_P_F|P_Pakistan_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2102,Country of Birth of Person by Age by Sex +G2103,F_Pakistan_15_24,Females Pakistan Age 15 24 years,Tot_P_P|Tot_P_F|P_Pakistan_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2103,Country of Birth of Person by Age by Sex +G2104,F_Pakistan_25_44,Females Pakistan Age 25 44 years,Tot_P_P|Tot_P_F|P_Pakistan_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2104,Country of Birth of Person by Age by Sex +G2105,F_Pakistan_45_54,Females Pakistan Age 45 54 years,Tot_P_P|Tot_P_F|P_Pakistan_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2105,Country of Birth of Person by Age by Sex +G2106,F_Pakistan_55_64,Females Pakistan Age 55 64 years,Tot_P_P|Tot_P_F|P_Pakistan_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2106,Country of Birth of Person by Age by Sex +G2107,F_Pakistan_65_74,Females Pakistan Age 65 74 years,Tot_P_P|Tot_P_F|P_Pakistan_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2107,Country of Birth of Person by Age by Sex +G2108,F_Pakistan_75_84,Females Pakistan Age 75 84 years,Tot_P_P|Tot_P_F|P_Pakistan_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2108,Country of Birth of Person by Age by Sex +G2109,F_Pakistan_85ov,Females Pakistan Age 85 years and over,Tot_P_P|Tot_P_F|P_Pakistan_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2109,Country of Birth of Person by Age by Sex +G2110,F_Pakistan_Tot,Females Pakistan Total,Tot_P_P|Tot_P_F|P_Pakistan_Tot,G09E,people,nationality,Total|FEMALES,,2110,Country of Birth of Person by Age by Sex +G2111,F_PNG_0_4,Females Papua New Guinea Age 0 4 years,Tot_P_P|Tot_P_F|P_PNG_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2111,Country of Birth of Person by Age by Sex +G2112,F_PNG_5_14,Females Papua New Guinea Age 5 14 years,Tot_P_P|Tot_P_F|P_PNG_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2112,Country of Birth of Person by Age by Sex +G2113,F_PNG_15_24,Females Papua New Guinea Age 15 24 years,Tot_P_P|Tot_P_F|P_PNG_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2113,Country of Birth of Person by Age by Sex +G2114,F_PNG_25_44,Females Papua New Guinea Age 25 44 years,Tot_P_P|Tot_P_F|P_PNG_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2114,Country of Birth of Person by Age by Sex +G2115,F_PNG_45_54,Females Papua New Guinea Age 45 54 years,Tot_P_P|Tot_P_F|P_PNG_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2115,Country of Birth of Person by Age by Sex +G2116,F_PNG_55_64,Females Papua New Guinea Age 55 64 years,Tot_P_P|Tot_P_F|P_PNG_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2116,Country of Birth of Person by Age by Sex +G2117,F_PNG_65_74,Females Papua New Guinea Age 65 74 years,Tot_P_P|Tot_P_F|P_PNG_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2117,Country of Birth of Person by Age by Sex +G2118,F_PNG_75_84,Females Papua New Guinea Age 75 84 years,Tot_P_P|Tot_P_F|P_PNG_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2118,Country of Birth of Person by Age by Sex +G2119,F_PNG_85ov,Females Papua New Guinea Age 85 years and over,Tot_P_P|Tot_P_F|P_PNG_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2119,Country of Birth of Person by Age by Sex +G2120,F_PNG_Tot,Females Papua New Guinea Total,Tot_P_P|Tot_P_F|P_PNG_Tot,G09E,people,nationality,Total|FEMALES,,2120,Country of Birth of Person by Age by Sex +G2121,F_Philippines_0_4,Females Philippines Age 0 4 years,Tot_P_P|Tot_P_F|P_Philippines_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2121,Country of Birth of Person by Age by Sex +G2122,F_Philippines_5_14,Females Philippines Age 5 14 years,Tot_P_P|Tot_P_F|P_Philippines_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2122,Country of Birth of Person by Age by Sex +G2123,F_Philippines_15_24,Females Philippines Age 15 24 years,Tot_P_P|Tot_P_F|P_Philippines_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2123,Country of Birth of Person by Age by Sex +G2124,F_Philippines_25_44,Females Philippines Age 25 44 years,Tot_P_P|Tot_P_F|P_Philippines_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2124,Country of Birth of Person by Age by Sex +G2125,F_Philippines_45_54,Females Philippines Age 45 54 years,Tot_P_P|Tot_P_F|P_Philippines_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2125,Country of Birth of Person by Age by Sex +G2126,F_Philippines_55_64,Females Philippines Age 55 64 years,Tot_P_P|Tot_P_F|P_Philippines_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2126,Country of Birth of Person by Age by Sex +G2127,F_Philippines_65_74,Females Philippines Age 65 74 years,Tot_P_P|Tot_P_F|P_Philippines_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2127,Country of Birth of Person by Age by Sex +G2128,F_Philippines_75_84,Females Philippines Age 75 84 years,Tot_P_P|Tot_P_F|P_Philippines_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2128,Country of Birth of Person by Age by Sex +G2129,F_Philippines_85ov,Females Philippines Age 85 years and over,Tot_P_P|Tot_P_F|P_Philippines_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2129,Country of Birth of Person by Age by Sex +G2130,F_Philippines_Tot,Females Philippines Total,Tot_P_P|Tot_P_F|P_Philippines_Tot,G09E,people,nationality,Total|FEMALES,,2130,Country of Birth of Person by Age by Sex +G2131,F_Poland_0_4,Females Poland Age 0 4 years,Tot_P_P|Tot_P_F|P_Poland_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2131,Country of Birth of Person by Age by Sex +G2132,F_Poland_5_14,Females Poland Age 5 14 years,Tot_P_P|Tot_P_F|P_Poland_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2132,Country of Birth of Person by Age by Sex +G2133,F_Poland_15_24,Females Poland Age 15 24 years,Tot_P_P|Tot_P_F|P_Poland_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2133,Country of Birth of Person by Age by Sex +G2134,F_Poland_25_44,Females Poland Age 25 44 years,Tot_P_P|Tot_P_F|P_Poland_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2134,Country of Birth of Person by Age by Sex +G2135,F_Poland_45_54,Females Poland Age 45 54 years,Tot_P_P|Tot_P_F|P_Poland_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2135,Country of Birth of Person by Age by Sex +G2136,F_Poland_55_64,Females Poland Age 55 64 years,Tot_P_P|Tot_P_F|P_Poland_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2136,Country of Birth of Person by Age by Sex +G2137,F_Poland_65_74,Females Poland Age 65 74 years,Tot_P_P|Tot_P_F|P_Poland_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2137,Country of Birth of Person by Age by Sex +G2138,F_Poland_75_84,Females Poland Age 75 84 years,Tot_P_P|Tot_P_F|P_Poland_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2138,Country of Birth of Person by Age by Sex +G2139,F_Poland_85ov,Females Poland Age 85 years and over,Tot_P_P|Tot_P_F|P_Poland_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2139,Country of Birth of Person by Age by Sex +G2140,F_Poland_Tot,Females Poland Total,Tot_P_P|Tot_P_F|P_Poland_Tot,G09E,people,nationality,Total|FEMALES,,2140,Country of Birth of Person by Age by Sex +G2141,F_Scotland_0_4,Females Scotland Age 0 4 years,Tot_P_P|Tot_P_F|P_Scotland_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2141,Country of Birth of Person by Age by Sex +G2142,F_Scotland_5_14,Females Scotland Age 5 14 years,Tot_P_P|Tot_P_F|P_Scotland_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2142,Country of Birth of Person by Age by Sex +G2143,F_Scotland_15_24,Females Scotland Age 15 24 years,Tot_P_P|Tot_P_F|P_Scotland_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2143,Country of Birth of Person by Age by Sex +G2144,F_Scotland_25_44,Females Scotland Age 25 44 years,Tot_P_P|Tot_P_F|P_Scotland_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2144,Country of Birth of Person by Age by Sex +G2145,F_Scotland_45_54,Females Scotland Age 45 54 years,Tot_P_P|Tot_P_F|P_Scotland_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2145,Country of Birth of Person by Age by Sex +G2146,F_Scotland_55_64,Females Scotland Age 55 64 years,Tot_P_P|Tot_P_F|P_Scotland_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2146,Country of Birth of Person by Age by Sex +G2147,F_Scotland_65_74,Females Scotland Age 65 74 years,Tot_P_P|Tot_P_F|P_Scotland_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2147,Country of Birth of Person by Age by Sex +G2148,F_Scotland_75_84,Females Scotland Age 75 84 years,Tot_P_P|Tot_P_F|P_Scotland_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2148,Country of Birth of Person by Age by Sex +G2149,F_Scotland_85ov,Females Scotland Age 85 years and over,Tot_P_P|Tot_P_F|P_Scotland_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2149,Country of Birth of Person by Age by Sex +G2150,F_Scotland_Tot,Females Scotland Total,Tot_P_P|Tot_P_F|P_Scotland_Tot,G09E,people,nationality,Total|FEMALES,,2150,Country of Birth of Person by Age by Sex +G2151,F_Singapore_0_4,Females Singapore Age 0 4 years,Tot_P_P|Tot_P_F|P_Singapore_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2151,Country of Birth of Person by Age by Sex +G2152,F_Singapore_5_14,Females Singapore Age 5 14 years,Tot_P_P|Tot_P_F|P_Singapore_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2152,Country of Birth of Person by Age by Sex +G2153,F_Singapore_15_24,Females Singapore Age 15 24 years,Tot_P_P|Tot_P_F|P_Singapore_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2153,Country of Birth of Person by Age by Sex +G2154,F_Singapore_25_44,Females Singapore Age 25 44 years,Tot_P_P|Tot_P_F|P_Singapore_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2154,Country of Birth of Person by Age by Sex +G2155,F_Singapore_45_54,Females Singapore Age 45 54 years,Tot_P_P|Tot_P_F|P_Singapore_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2155,Country of Birth of Person by Age by Sex +G2156,F_Singapore_55_64,Females Singapore Age 55 64 years,Tot_P_P|Tot_P_F|P_Singapore_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2156,Country of Birth of Person by Age by Sex +G2157,F_Singapore_65_74,Females Singapore Age 65 74 years,Tot_P_P|Tot_P_F|P_Singapore_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2157,Country of Birth of Person by Age by Sex +G2158,F_Singapore_75_84,Females Singapore Age 75 84 years,Tot_P_P|Tot_P_F|P_Singapore_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2158,Country of Birth of Person by Age by Sex +G2159,F_Singapore_85ov,Females Singapore Age 85 years and over,Tot_P_P|Tot_P_F|P_Singapore_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2159,Country of Birth of Person by Age by Sex +G2160,F_Singapore_Tot,Females Singapore Total,Tot_P_P|Tot_P_F|P_Singapore_Tot,G09E,people,nationality,Total|FEMALES,,2160,Country of Birth of Person by Age by Sex +G2161,F_South_Africa_0_4,Females South Africa Age 0 4 years,Tot_P_P|Tot_P_F|P_South_Africa_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2161,Country of Birth of Person by Age by Sex +G2162,F_South_Africa_5_14,Females South Africa Age 5 14 years,Tot_P_P|Tot_P_F|P_South_Africa_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2162,Country of Birth of Person by Age by Sex +G2163,F_South_Africa_15_24,Females South Africa Age 15 24 years,Tot_P_P|Tot_P_F|P_South_Africa_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2163,Country of Birth of Person by Age by Sex +G2164,F_South_Africa_25_44,Females South Africa Age 25 44 years,Tot_P_P|Tot_P_F|P_South_Africa_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2164,Country of Birth of Person by Age by Sex +G2165,F_South_Africa_45_54,Females South Africa Age 45 54 years,Tot_P_P|Tot_P_F|P_South_Africa_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2165,Country of Birth of Person by Age by Sex +G2166,F_South_Africa_55_64,Females South Africa Age 55 64 years,Tot_P_P|Tot_P_F|P_South_Africa_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2166,Country of Birth of Person by Age by Sex +G2167,F_South_Africa_65_74,Females South Africa Age 65 74 years,Tot_P_P|Tot_P_F|P_South_Africa_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2167,Country of Birth of Person by Age by Sex +G2168,F_South_Africa_75_84,Females South Africa Age 75 84 years,Tot_P_P|Tot_P_F|P_South_Africa_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2168,Country of Birth of Person by Age by Sex +G2169,F_South_Africa_85ov,Females South Africa Age 85 years and over,Tot_P_P|Tot_P_F|P_South_Africa_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2169,Country of Birth of Person by Age by Sex +G2170,F_South_Africa_Tot,Females South Africa Total,Tot_P_P|Tot_P_F|P_South_Africa_Tot,G09E,people,nationality,Total|FEMALES,,2170,Country of Birth of Person by Age by Sex +G2171,F_SE_Europe_nfd_0_4,Females South Eastern Europe nfd Age 0 4 years,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2171,Country of Birth of Person by Age by Sex +G2172,F_SE_Europe_nfd_5_14,Females South Eastern Europe nfd Age 5 14 years,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2172,Country of Birth of Person by Age by Sex +G2173,F_SE_Europe_nfd_15_24,Females South Eastern Europe nfd Age 15 24 years,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2173,Country of Birth of Person by Age by Sex +G2174,F_SE_Europe_nfd_25_44,Females South Eastern Europe nfd Age 25 44 years,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2174,Country of Birth of Person by Age by Sex +G2175,F_SE_Europe_nfd_45_54,Females South Eastern Europe nfd Age 45 54 years,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2175,Country of Birth of Person by Age by Sex +G2176,F_SE_Europe_nfd_55_64,Females South Eastern Europe nfd Age 55 64 years,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2176,Country of Birth of Person by Age by Sex +G2177,F_SE_Europe_nfd_65_74,Females South Eastern Europe nfd Age 65 74 years,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2177,Country of Birth of Person by Age by Sex +G2178,F_SE_Europe_nfd_75_84,Females South Eastern Europe nfd Age 75 84 years,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2178,Country of Birth of Person by Age by Sex +G2179,F_SE_Europe_nfd_85ov,Females South Eastern Europe nfd Age 85 years and over,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2179,Country of Birth of Person by Age by Sex +G2180,F_SE_Europe_nfd_Tot,Females South Eastern Europe nfd Total,Tot_P_P|Tot_P_F|P_SE_Europe_nfd_Tot,G09E,people,nationality,Total|FEMALES,,2180,Country of Birth of Person by Age by Sex +G2181,F_Sri_Lanka_0_4,Females Sri Lanka Age 0 4 years,Tot_P_P|Tot_P_F|P_Sri_Lanka_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2181,Country of Birth of Person by Age by Sex +G2182,F_Sri_Lanka_5_14,Females Sri Lanka Age 5 14 years,Tot_P_P|Tot_P_F|P_Sri_Lanka_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2182,Country of Birth of Person by Age by Sex +G2183,F_Sri_Lanka_15_24,Females Sri Lanka Age 15 24 years,Tot_P_P|Tot_P_F|P_Sri_Lanka_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2183,Country of Birth of Person by Age by Sex +G2184,F_Sri_Lanka_25_44,Females Sri Lanka Age 25 44 years,Tot_P_P|Tot_P_F|P_Sri_Lanka_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2184,Country of Birth of Person by Age by Sex +G2185,F_Sri_Lanka_45_54,Females Sri Lanka Age 45 54 years,Tot_P_P|Tot_P_F|P_Sri_Lanka_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2185,Country of Birth of Person by Age by Sex +G2186,F_Sri_Lanka_55_64,Females Sri Lanka Age 55 64 years,Tot_P_P|Tot_P_F|P_Sri_Lanka_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2186,Country of Birth of Person by Age by Sex +G2187,F_Sri_Lanka_65_74,Females Sri Lanka Age 65 74 years,Tot_P_P|Tot_P_F|P_Sri_Lanka_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2187,Country of Birth of Person by Age by Sex +G2188,F_Sri_Lanka_75_84,Females Sri Lanka Age 75 84 years,Tot_P_P|Tot_P_F|P_Sri_Lanka_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2188,Country of Birth of Person by Age by Sex +G2189,F_Sri_Lanka_85ov,Females Sri Lanka Age 85 years and over,Tot_P_P|Tot_P_F|P_Sri_Lanka_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2189,Country of Birth of Person by Age by Sex +G2190,F_Sri_Lanka_Tot,Females Sri Lanka Total,Tot_P_P|Tot_P_F|P_Sri_Lanka_Tot,G09E,people,nationality,Total|FEMALES,,2190,Country of Birth of Person by Age by Sex +G2191,F_Taiwan_0_4,Females Taiwan Age 0 4 years,Tot_P_P|Tot_P_F|P_Taiwan_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2191,Country of Birth of Person by Age by Sex +G2192,F_Taiwan_5_14,Females Taiwan Age 5 14 years,Tot_P_P|Tot_P_F|P_Taiwan_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2192,Country of Birth of Person by Age by Sex +G2193,F_Taiwan_15_24,Females Taiwan Age 15 24 years,Tot_P_P|Tot_P_F|P_Taiwan_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2193,Country of Birth of Person by Age by Sex +G2194,F_Taiwan_25_44,Females Taiwan Age 25 44 years,Tot_P_P|Tot_P_F|P_Taiwan_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2194,Country of Birth of Person by Age by Sex +G2195,F_Taiwan_45_54,Females Taiwan Age 45 54 years,Tot_P_P|Tot_P_F|P_Taiwan_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2195,Country of Birth of Person by Age by Sex +G2196,F_Taiwan_55_64,Females Taiwan Age 55 64 years,Tot_P_P|Tot_P_F|P_Taiwan_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2196,Country of Birth of Person by Age by Sex +G2197,F_Taiwan_65_74,Females Taiwan Age 65 74 years,Tot_P_P|Tot_P_F|P_Taiwan_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2197,Country of Birth of Person by Age by Sex +G2198,F_Taiwan_75_84,Females Taiwan Age 75 84 years,Tot_P_P|Tot_P_F|P_Taiwan_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2198,Country of Birth of Person by Age by Sex +G2199,F_Taiwan_85ov,Females Taiwan Age 85 years and over,Tot_P_P|Tot_P_F|P_Taiwan_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2199,Country of Birth of Person by Age by Sex +G2200,F_Taiwan_Tot,Females Taiwan Total,Tot_P_P|Tot_P_F|P_Taiwan_Tot,G09E,people,nationality,Total|FEMALES,,2200,Country of Birth of Person by Age by Sex +G2201,F_Thailand_0_4,Females Thailand Age 0 4 years,Tot_P_P|Tot_P_F|P_Thailand_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2201,Country of Birth of Person by Age by Sex +G2202,F_Thailand_5_14,Females Thailand Age 5 14 years,Tot_P_P|Tot_P_F|P_Thailand_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2202,Country of Birth of Person by Age by Sex +G2203,F_Thailand_15_24,Females Thailand Age 15 24 years,Tot_P_P|Tot_P_F|P_Thailand_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2203,Country of Birth of Person by Age by Sex +G2204,F_Thailand_25_44,Females Thailand Age 25 44 years,Tot_P_P|Tot_P_F|P_Thailand_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2204,Country of Birth of Person by Age by Sex +G2205,F_Thailand_45_54,Females Thailand Age 45 54 years,Tot_P_P|Tot_P_F|P_Thailand_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2205,Country of Birth of Person by Age by Sex +G2206,F_Thailand_55_64,Females Thailand Age 55 64 years,Tot_P_P|Tot_P_F|P_Thailand_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2206,Country of Birth of Person by Age by Sex +G2207,F_Thailand_65_74,Females Thailand Age 65 74 years,Tot_P_P|Tot_P_F|P_Thailand_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2207,Country of Birth of Person by Age by Sex +G2208,F_Thailand_75_84,Females Thailand Age 75 84 years,Tot_P_P|Tot_P_F|P_Thailand_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2208,Country of Birth of Person by Age by Sex +G2209,F_Thailand_85ov,Females Thailand Age 85 years and over,Tot_P_P|Tot_P_F|P_Thailand_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2209,Country of Birth of Person by Age by Sex +G2210,F_Thailand_Tot,Females Thailand Total,Tot_P_P|Tot_P_F|P_Thailand_Tot,G09E,people,nationality,Total|FEMALES,,2210,Country of Birth of Person by Age by Sex +G2211,F_FYROM_0_4,Females The Former Yugoslav Republic of Macedonia Age 0 4 years,Tot_P_P|Tot_P_F|P_FYROM_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2211,Country of Birth of Person by Age by Sex +G2212,F_FYROM_5_14,Females The Former Yugoslav Republic of Macedonia Age 5 14 years,Tot_P_P|Tot_P_F|P_FYROM_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2212,Country of Birth of Person by Age by Sex +G2213,F_FYROM_15_24,Females The Former Yugoslav Republic of Macedonia Age 15 24 years,Tot_P_P|Tot_P_F|P_FYROM_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2213,Country of Birth of Person by Age by Sex +G2214,F_FYROM_25_44,Females The Former Yugoslav Republic of Macedonia Age 25 44 years,Tot_P_P|Tot_P_F|P_FYROM_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2214,Country of Birth of Person by Age by Sex +G2215,F_FYROM_45_54,Females The Former Yugoslav Republic of Macedonia Age 45 54 years,Tot_P_P|Tot_P_F|P_FYROM_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2215,Country of Birth of Person by Age by Sex +G2216,F_FYROM_55_64,Females The Former Yugoslav Republic of Macedonia Age 55 64 years,Tot_P_P|Tot_P_F|P_FYROM_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2216,Country of Birth of Person by Age by Sex +G2217,F_FYROM_65_74,Females The Former Yugoslav Republic of Macedonia Age 65 74 years,Tot_P_P|Tot_P_F|P_FYROM_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2217,Country of Birth of Person by Age by Sex +G2218,F_FYROM_75_84,Females The Former Yugoslav Republic of Macedonia Age 75 84 years,Tot_P_P|Tot_P_F|P_FYROM_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2218,Country of Birth of Person by Age by Sex +G2219,F_FYROM_85ov,Females The Former Yugoslav Republic of Macedonia Age 85 years and over,Tot_P_P|Tot_P_F|P_FYROM_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2219,Country of Birth of Person by Age by Sex +G2220,F_FYROM_Tot,Females The Former Yugoslav Republic of Macedonia Total,Tot_P_P|Tot_P_F|P_FYROM_Tot,G09E,people,nationality,Total|FEMALES,,2220,Country of Birth of Person by Age by Sex +G2221,F_Turkey_0_4,Females Turkey Age 0 4 years,Tot_P_P|Tot_P_F|P_Turkey_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2221,Country of Birth of Person by Age by Sex +G2222,F_Turkey_5_14,Females Turkey Age 5 14 years,Tot_P_P|Tot_P_F|P_Turkey_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2222,Country of Birth of Person by Age by Sex +G2223,F_Turkey_15_24,Females Turkey Age 15 24 years,Tot_P_P|Tot_P_F|P_Turkey_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2223,Country of Birth of Person by Age by Sex +G2224,F_Turkey_25_44,Females Turkey Age 25 44 years,Tot_P_P|Tot_P_F|P_Turkey_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2224,Country of Birth of Person by Age by Sex +G2225,F_Turkey_45_54,Females Turkey Age 45 54 years,Tot_P_P|Tot_P_F|P_Turkey_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2225,Country of Birth of Person by Age by Sex +G2226,F_Turkey_55_64,Females Turkey Age 55 64 years,Tot_P_P|Tot_P_F|P_Turkey_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2226,Country of Birth of Person by Age by Sex +G2227,F_Turkey_65_74,Females Turkey Age 65 74 years,Tot_P_P|Tot_P_F|P_Turkey_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2227,Country of Birth of Person by Age by Sex +G2228,F_Turkey_75_84,Females Turkey Age 75 84 years,Tot_P_P|Tot_P_F|P_Turkey_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2228,Country of Birth of Person by Age by Sex +G2229,F_Turkey_85ov,Females Turkey Age 85 years and over,Tot_P_P|Tot_P_F|P_Turkey_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2229,Country of Birth of Person by Age by Sex +G2230,F_Turkey_Tot,Females Turkey Total,Tot_P_P|Tot_P_F|P_Turkey_Tot,G09E,people,nationality,Total|FEMALES,,2230,Country of Birth of Person by Age by Sex +G2231,F_USA_0_4,Females United States of America Age 0 4 years,Tot_P_P|Tot_P_F|P_USA_0_4,G09E,people,nationality,Age: 0-4 years|FEMALES,,2231,Country of Birth of Person by Age by Sex +G2232,F_USA_5_14,Females United States of America Age 5 14 years,Tot_P_P|Tot_P_F|P_USA_5_14,G09E,people,nationality,Age: 5-14 years|FEMALES,,2232,Country of Birth of Person by Age by Sex +G2233,F_USA_15_24,Females United States of America Age 15 24 years,Tot_P_P|Tot_P_F|P_USA_15_24,G09E,people,nationality,Age: 15-24 years|FEMALES,,2233,Country of Birth of Person by Age by Sex +G2234,F_USA_25_44,Females United States of America Age 25 44 years,Tot_P_P|Tot_P_F|P_USA_25_44,G09E,people,nationality,Age: 25-44 years|FEMALES,,2234,Country of Birth of Person by Age by Sex +G2235,F_USA_45_54,Females United States of America Age 45 54 years,Tot_P_P|Tot_P_F|P_USA_45_54,G09E,people,nationality,Age: 45-54 years|FEMALES,,2235,Country of Birth of Person by Age by Sex +G2236,F_USA_55_64,Females United States of America Age 55 64 years,Tot_P_P|Tot_P_F|P_USA_55_64,G09E,people,nationality,Age: 55-64 years|FEMALES,,2236,Country of Birth of Person by Age by Sex +G2237,F_USA_65_74,Females United States of America Age 65 74 years,Tot_P_P|Tot_P_F|P_USA_65_74,G09E,people,nationality,Age: 65-74 years|FEMALES,,2237,Country of Birth of Person by Age by Sex +G2238,F_USA_75_84,Females United States of America Age 75 84 years,Tot_P_P|Tot_P_F|P_USA_75_84,G09E,people,nationality,Age: 75-84 years|FEMALES,,2238,Country of Birth of Person by Age by Sex +G2239,F_USA_85ov,Females United States of America Age 85 years and over,Tot_P_P|Tot_P_F|P_USA_85ov,G09E,people,nationality,Age: 85 years and over|FEMALES,,2239,Country of Birth of Person by Age by Sex +G2240,F_USA_Tot,Females United States of America Total,Tot_P_P|Tot_P_F|P_USA_Tot,G09E,people,nationality,Total|FEMALES,,2240,Country of Birth of Person by Age by Sex +G2241,F_Vietnam_0_4,Females Vietnam Age 0 4 years,Tot_P_P|Tot_P_F|P_Vietnam_0_4,G09F,people,nationality,Age: 0-4 years|FEMALES,,2241,Country of Birth of Person by Age by Sex +G2242,F_Vietnam_5_14,Females Vietnam Age 5 14 years,Tot_P_P|Tot_P_F|P_Vietnam_5_14,G09F,people,nationality,Age: 5-14 years|FEMALES,,2242,Country of Birth of Person by Age by Sex +G2243,F_Vietnam_15_24,Females Vietnam Age 15 24 years,Tot_P_P|Tot_P_F|P_Vietnam_15_24,G09F,people,nationality,Age: 15-24 years|FEMALES,,2243,Country of Birth of Person by Age by Sex +G2244,F_Vietnam_25_44,Females Vietnam Age 25 44 years,Tot_P_P|Tot_P_F|P_Vietnam_25_44,G09F,people,nationality,Age: 25-44 years|FEMALES,,2244,Country of Birth of Person by Age by Sex +G2245,F_Vietnam_45_54,Females Vietnam Age 45 54 years,Tot_P_P|Tot_P_F|P_Vietnam_45_54,G09F,people,nationality,Age: 45-54 years|FEMALES,,2245,Country of Birth of Person by Age by Sex +G2246,F_Vietnam_55_64,Females Vietnam Age 55 64 years,Tot_P_P|Tot_P_F|P_Vietnam_55_64,G09F,people,nationality,Age: 55-64 years|FEMALES,,2246,Country of Birth of Person by Age by Sex +G2247,F_Vietnam_65_74,Females Vietnam Age 65 74 years,Tot_P_P|Tot_P_F|P_Vietnam_65_74,G09F,people,nationality,Age: 65-74 years|FEMALES,,2247,Country of Birth of Person by Age by Sex +G2248,F_Vietnam_75_84,Females Vietnam Age 75 84 years,Tot_P_P|Tot_P_F|P_Vietnam_75_84,G09F,people,nationality,Age: 75-84 years|FEMALES,,2248,Country of Birth of Person by Age by Sex +G2249,F_Vietnam_85ov,Females Vietnam Age 85 years and over,Tot_P_P|Tot_P_F|P_Vietnam_85ov,G09F,people,nationality,Age: 85 years and over|FEMALES,,2249,Country of Birth of Person by Age by Sex +G2250,F_Vietnam_Tot,Females Vietnam Total,Tot_P_P|Tot_P_F|P_Vietnam_Tot,G09F,people,nationality,Total|FEMALES,,2250,Country of Birth of Person by Age by Sex +G2251,F_Wales_0_4,Females Wales Age 0 4 years,Tot_P_P|Tot_P_F|P_Wales_0_4,G09F,people,nationality,Age: 0-4 years|FEMALES,,2251,Country of Birth of Person by Age by Sex +G2252,F_Wales_5_14,Females Wales Age 5 14 years,Tot_P_P|Tot_P_F|P_Wales_5_14,G09F,people,nationality,Age: 5-14 years|FEMALES,,2252,Country of Birth of Person by Age by Sex +G2253,F_Wales_15_24,Females Wales Age 15 24 years,Tot_P_P|Tot_P_F|P_Wales_15_24,G09F,people,nationality,Age: 15-24 years|FEMALES,,2253,Country of Birth of Person by Age by Sex +G2254,F_Wales_25_44,Females Wales Age 25 44 years,Tot_P_P|Tot_P_F|P_Wales_25_44,G09F,people,nationality,Age: 25-44 years|FEMALES,,2254,Country of Birth of Person by Age by Sex +G2255,F_Wales_45_54,Females Wales Age 45 54 years,Tot_P_P|Tot_P_F|P_Wales_45_54,G09F,people,nationality,Age: 45-54 years|FEMALES,,2255,Country of Birth of Person by Age by Sex +G2256,F_Wales_55_64,Females Wales Age 55 64 years,Tot_P_P|Tot_P_F|P_Wales_55_64,G09F,people,nationality,Age: 55-64 years|FEMALES,,2256,Country of Birth of Person by Age by Sex +G2257,F_Wales_65_74,Females Wales Age 65 74 years,Tot_P_P|Tot_P_F|P_Wales_65_74,G09F,people,nationality,Age: 65-74 years|FEMALES,,2257,Country of Birth of Person by Age by Sex +G2258,F_Wales_75_84,Females Wales Age 75 84 years,Tot_P_P|Tot_P_F|P_Wales_75_84,G09F,people,nationality,Age: 75-84 years|FEMALES,,2258,Country of Birth of Person by Age by Sex +G2259,F_Wales_85ov,Females Wales Age 85 years and over,Tot_P_P|Tot_P_F|P_Wales_85ov,G09F,people,nationality,Age: 85 years and over|FEMALES,,2259,Country of Birth of Person by Age by Sex +G2260,F_Wales_Tot,Females Wales Total,Tot_P_P|Tot_P_F|P_Wales_Tot,G09F,people,nationality,Total|FEMALES,,2260,Country of Birth of Person by Age by Sex +G2261,F_Zimbabwe_0_4,Females Zimbabwe Age 0 4 years,Tot_P_P|Tot_P_F|P_Zimbabwe_0_4,G09F,people,nationality,Age: 0-4 years|FEMALES,,2261,Country of Birth of Person by Age by Sex +G2262,F_Zimbabwe_5_14,Females Zimbabwe Age 5 14 years,Tot_P_P|Tot_P_F|P_Zimbabwe_5_14,G09F,people,nationality,Age: 5-14 years|FEMALES,,2262,Country of Birth of Person by Age by Sex +G2263,F_Zimbabwe_15_24,Females Zimbabwe Age 15 24 years,Tot_P_P|Tot_P_F|P_Zimbabwe_15_24,G09F,people,nationality,Age: 15-24 years|FEMALES,,2263,Country of Birth of Person by Age by Sex +G2264,F_Zimbabwe_25_44,Females Zimbabwe Age 25 44 years,Tot_P_P|Tot_P_F|P_Zimbabwe_25_44,G09F,people,nationality,Age: 25-44 years|FEMALES,,2264,Country of Birth of Person by Age by Sex +G2265,F_Zimbabwe_45_54,Females Zimbabwe Age 45 54 years,Tot_P_P|Tot_P_F|P_Zimbabwe_45_54,G09F,people,nationality,Age: 45-54 years|FEMALES,,2265,Country of Birth of Person by Age by Sex +G2266,F_Zimbabwe_55_64,Females Zimbabwe Age 55 64 years,Tot_P_P|Tot_P_F|P_Zimbabwe_55_64,G09F,people,nationality,Age: 55-64 years|FEMALES,,2266,Country of Birth of Person by Age by Sex +G2267,F_Zimbabwe_65_74,Females Zimbabwe Age 65 74 years,Tot_P_P|Tot_P_F|P_Zimbabwe_65_74,G09F,people,nationality,Age: 65-74 years|FEMALES,,2267,Country of Birth of Person by Age by Sex +G2268,F_Zimbabwe_75_84,Females Zimbabwe Age 75 84 years,Tot_P_P|Tot_P_F|P_Zimbabwe_75_84,G09F,people,nationality,Age: 75-84 years|FEMALES,,2268,Country of Birth of Person by Age by Sex +G2269,F_Zimbabwe_85ov,Females Zimbabwe Age 85 years and over,Tot_P_P|Tot_P_F|P_Zimbabwe_85ov,G09F,people,nationality,Age: 85 years and over|FEMALES,,2269,Country of Birth of Person by Age by Sex +G2270,F_Zimbabwe_Tot,Females Zimbabwe Total,Tot_P_P|Tot_P_F|P_Zimbabwe_Tot,G09F,people,nationality,Total|FEMALES,,2270,Country of Birth of Person by Age by Sex +G2271,F_Elsewhere_0_4,Females Born elsewhere Age 0 4 years,Tot_P_P|Tot_P_F|P_Elsewhere_0_4,G09F,people,nationality,Age: 0-4 years|FEMALES,,2271,Country of Birth of Person by Age by Sex +G2272,F_Elsewhere_5_14,Females Born elsewhere Age 5 14 years,Tot_P_P|Tot_P_F|P_Elsewhere_5_14,G09F,people,nationality,Age: 5-14 years|FEMALES,,2272,Country of Birth of Person by Age by Sex +G2273,F_Elsewhere_15_24,Females Born elsewhere Age 15 24 years,Tot_P_P|Tot_P_F|P_Elsewhere_15_24,G09F,people,nationality,Age: 15-24 years|FEMALES,,2273,Country of Birth of Person by Age by Sex +G2274,F_Elsewhere_25_44,Females Born elsewhere Age 25 44 years,Tot_P_P|Tot_P_F|P_Elsewhere_25_44,G09F,people,nationality,Age: 25-44 years|FEMALES,,2274,Country of Birth of Person by Age by Sex +G2275,F_Elsewhere_45_54,Females Born elsewhere Age 45 54 years,Tot_P_P|Tot_P_F|P_Elsewhere_45_54,G09F,people,nationality,Age: 45-54 years|FEMALES,,2275,Country of Birth of Person by Age by Sex +G2276,F_Elsewhere_55_64,Females Born elsewhere Age 55 64 years,Tot_P_P|Tot_P_F|P_Elsewhere_55_64,G09F,people,nationality,Age: 55-64 years|FEMALES,,2276,Country of Birth of Person by Age by Sex +G2277,F_Elsewhere_65_74,Females Born elsewhere Age 65 74 years,Tot_P_P|Tot_P_F|P_Elsewhere_65_74,G09F,people,nationality,Age: 65-74 years|FEMALES,,2277,Country of Birth of Person by Age by Sex +G2278,F_Elsewhere_75_84,Females Born elsewhere Age 75 84 years,Tot_P_P|Tot_P_F|P_Elsewhere_75_84,G09F,people,nationality,Age: 75-84 years|FEMALES,,2278,Country of Birth of Person by Age by Sex +G2279,F_Elsewhere_85ov,Females Born elsewhere Age 85 years and over,Tot_P_P|Tot_P_F|P_Elsewhere_85ov,G09F,people,nationality,Age: 85 years and over|FEMALES,,2279,Country of Birth of Person by Age by Sex +G2280,F_Elsewhere_Tot,Females Born elsewhere Total,Tot_P_P|Tot_P_F|P_Elsewhere_Tot,G09F,people,nationality,Total|FEMALES,,2280,Country of Birth of Person by Age by Sex +G2281,F_COB_NS_0_4,Females Country of birth not stated Age 0 4 years,Tot_P_P|Tot_P_F|P_COB_NS_0_4,G09F,people,nationality,Age: 0-4 years|FEMALES,,2281,Country of Birth of Person by Age by Sex +G2282,F_COB_NS_5_14,Females Country of birth not stated Age 5 14 years,Tot_P_P|Tot_P_F|P_COB_NS_5_14,G09F,people,nationality,Age: 5-14 years|FEMALES,,2282,Country of Birth of Person by Age by Sex +G2283,F_COB_NS_15_24,Females Country of birth not stated Age 15 24 years,Tot_P_P|Tot_P_F|P_COB_NS_15_24,G09F,people,nationality,Age: 15-24 years|FEMALES,,2283,Country of Birth of Person by Age by Sex +G2284,F_COB_NS_25_44,Females Country of birth not stated Age 25 44 years,Tot_P_P|Tot_P_F|P_COB_NS_25_44,G09F,people,nationality,Age: 25-44 years|FEMALES,,2284,Country of Birth of Person by Age by Sex +G2285,F_COB_NS_45_54,Females Country of birth not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_COB_NS_45_54,G09F,people,nationality,Age: 45-54 years|FEMALES,,2285,Country of Birth of Person by Age by Sex +G2286,F_COB_NS_55_64,Females Country of birth not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_COB_NS_55_64,G09F,people,nationality,Age: 55-64 years|FEMALES,,2286,Country of Birth of Person by Age by Sex +G2287,F_COB_NS_65_74,Females Country of birth not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_COB_NS_65_74,G09F,people,nationality,Age: 65-74 years|FEMALES,,2287,Country of Birth of Person by Age by Sex +G2288,F_COB_NS_75_84,Females Country of birth not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_COB_NS_75_84,G09F,people,nationality,Age: 75-84 years|FEMALES,,2288,Country of Birth of Person by Age by Sex +G2289,F_COB_NS_85ov,Females Country of birth not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_COB_NS_85ov,G09F,people,nationality,Age: 85 years and over|FEMALES,,2289,Country of Birth of Person by Age by Sex +G2290,F_COB_NS_Tot,Females Country of birth not stated Total,Tot_P_P|Tot_P_F|P_COB_NS_Tot,G09F,people,nationality,Total|FEMALES,,2290,Country of Birth of Person by Age by Sex +G2291,F_Tot_0_4,Females Total Age 0 4 years,Tot_P_P|Tot_P_F|P_Tot_0_4,G09F,people,nationality,Age: 0-4 years|FEMALES,,2291,Country of Birth of Person by Age by Sex +G2292,F_Tot_5_14,Females Total Age 5 14 years,Tot_P_P|Tot_P_F|P_Tot_5_14,G09F,people,nationality,Age: 5-14 years|FEMALES,,2292,Country of Birth of Person by Age by Sex +G2293,F_Tot_15_24,Females Total Age 15 24 years,Tot_P_P|Tot_P_F|P_Tot_15_24,G09F,people,nationality,Age: 15-24 years|FEMALES,,2293,Country of Birth of Person by Age by Sex +G2294,F_Tot_25_44,Females Total Age 25 44 years,Tot_P_P|Tot_P_F|P_Tot_25_44,G09F,people,nationality,Age: 25-44 years|FEMALES,,2294,Country of Birth of Person by Age by Sex +G2295,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54,G09F,people,nationality,Age: 45-54 years|FEMALES,,2295,Country of Birth of Person by Age by Sex +G2296,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64,G09F,people,nationality,Age: 55-64 years|FEMALES,,2296,Country of Birth of Person by Age by Sex +G2297,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G09F,people,nationality,Age: 65-74 years|FEMALES,,2297,Country of Birth of Person by Age by Sex +G2298,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G09F,people,nationality,Age: 75-84 years|FEMALES,,2298,Country of Birth of Person by Age by Sex +G2299,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G09F,people,nationality,Age: 85 years and over|FEMALES,,2299,Country of Birth of Person by Age by Sex +G2300,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G09F,people,nationality,Total|FEMALES,,2300,Country of Birth of Person by Age by Sex +G5085,F_LSatH_NS_SEO,Females Language spoken at home not stated Speaks English only,Tot_P_P|Tot_P_F|P_LSatH_NS_SEO,G13C,people,language,Speaks English only|FEMALES,,5085,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5086,F_LSatH_NS_SOLSE_VWorW,Females Language spoken at home not stated Speaks other language and speaks English Very well or well,Tot_P_P|Tot_P_F|P_LSatH_NS_SOLSE_VWorW,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5086,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5087,F_LSatH_NS_SOLSE_NWorNAA,Females Language spoken at home not stated Speaks other language and speaks English Not well or not at all,Tot_P_P|Tot_P_F|P_LSatH_NS_SOLSE_NWorNAA,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5087,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5088,F_LSatH_NS_SOLSE_Tot,Females Language spoken at home not stated Speaks other language and speaks English Total,Tot_P_P|Tot_P_F|P_LSatH_NS_SOLSE_Tot,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5088,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5089,F_LSatH_NS_NS,Females Language spoken at home not stated Not stated,Tot_P_P|Tot_P_F|P_LSatH_NS_NS,G13C,people,language,Not stated|FEMALES,,5089,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5090,F_LSatH_NS_Tot,Females Language spoken at home not stated Total,Tot_P_P|Tot_P_F|P_LSatH_NS_Tot,G13C,people,language,Total|FEMALES,,5090,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5091,F_Tot_SEO,Females Total Speaks English only,Tot_P_P|Tot_P_F|P_Tot_SEO,G13C,people,language,Speaks English only|FEMALES,,5091,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5092,F_Tot_SOLSE_VWorW,Females Total Speaks other language and speaks English Very well or well,Tot_P_P|Tot_P_F|P_Tot_SOLSE_VWorW,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5092,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5093,F_Tot_SOLSE_NWorNAA,Females Total Speaks other language and speaks English Not well or not at all,Tot_P_P|Tot_P_F|P_Tot_SOLSE_NWorNAA,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5093,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5094,F_Tot_SOLSE_Tot,Females Total Speaks other language and speaks English Total,Tot_P_P|Tot_P_F|P_Tot_SOLSE_Tot,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5094,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5095,F_Tot_NS,Females Total Not stated,Tot_P_P|Tot_P_F|P_Tot_NS,G13C,people,language,Not stated|FEMALES,,5095,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5096,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G13C,people,language,Total|FEMALES,,5096,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5362,Buddhism_F,Buddhism Females,Tot_P_P|Tot_P_F|Buddhism_P,G14,people,religion,Females,,5362,Religious Affiliation by Sex +G5365,Christianity_Anglican_F,Christianity Anglican Females,Tot_P_P|Tot_P_F|Christianity_Anglican_P,G14,people,religion,Females,,5365,Religious Affiliation by Sex +G5368,Christianity_Asyrin_Apstlic_F,Christianity Assyrian Apostolic Females,Tot_P_P|Tot_P_F|Christianity_Asyrin_Apstlic_P,G14,people,religion,Females,,5368,Religious Affiliation by Sex +G5371,Christianity_Baptist_F,Christianity Baptist Females,Tot_P_P|Tot_P_F|Christianity_Baptist_P,G14,people,religion,Females,,5371,Religious Affiliation by Sex +G5374,Christianity_Brethren_F,Christianity Brethren Females,Tot_P_P|Tot_P_F|Christianity_Brethren_P,G14,people,religion,Females,,5374,Religious Affiliation by Sex +G5377,Christianity_Catholic_F,Christianity Catholic Females,Tot_P_P|Tot_P_F|Christianity_Catholic_P,G14,people,religion,Females,,5377,Religious Affiliation by Sex +G5380,Christianity_Church_Christ_F,Christianity Churches of Christ Females,Tot_P_P|Tot_P_F|Christianity_Church_Christ_P,G14,people,religion,Females,,5380,Religious Affiliation by Sex +G5383,Christianity_Eastrn_Orthdox_F,Christianity Eastern Orthodox Females,Tot_P_P|Tot_P_F|Christianity_Eastrn_Orthdox_P,G14,people,religion,Females,,5383,Religious Affiliation by Sex +G5386,Christinty_Jehvahs_Witnses_F,Christianity Jehovahs Witnesses Females,Tot_P_P|Tot_P_F|Christinty_Jehvahs_Witnses_P,G14,people,religion,Females,,5386,Religious Affiliation by Sex +G5389,Christianity_Lattr_day_Snts_F,Christianity Latter day Saints Females,Tot_P_P|Tot_P_F|Christianity_Lattr_day_Snts_P,G14,people,religion,Females,,5389,Religious Affiliation by Sex +G5392,Christianity_Lutheran_F,Christianity Lutheran Females,Tot_P_P|Tot_P_F|Christianity_Lutheran_P,G14,people,religion,Females,,5392,Religious Affiliation by Sex +G5395,Christianity_Orintal_Orthdx_F,Christianity Oriental Orthodox Females,Tot_P_P|Tot_P_F|Christianity_Orintal_Orthdx_P,G14,people,religion,Females,,5395,Religious Affiliation by Sex +G5398,Christianity_Othr_Protestnt_F,Christianity Other Protestant Females,Tot_P_P|Tot_P_F|Christianity_Othr_Protestnt_P,G14,people,religion,Females,,5398,Religious Affiliation by Sex +G5401,Christianity_Pentecostal_F,Christianity Pentecostal Females,Tot_P_P|Tot_P_F|Christianity_Pentecostal_P,G14,people,religion,Females,,5401,Religious Affiliation by Sex +G5404,Christinty_Prsbytrin_Refrmd_F,Christianity Presbyterian and Reformed Females,Tot_P_P|Tot_P_F|Christinty_Prsbytrin_Refrmd_P,G14,people,religion,Females,,5404,Religious Affiliation by Sex +G5407,Christianity_Salvation_Army_F,Christianity Salvation Army Females,Tot_P_P|Tot_P_F|Christianity_Salvation_Army_P,G14,people,religion,Females,,5407,Religious Affiliation by Sex +G5410,Christnty_Sevnth_dy_Advntst_F,Christianity Seventh day Adventist Females,Tot_P_P|Tot_P_F|Christnty_Sevnth_dy_Advntst_P,G14,people,religion,Females,,5410,Religious Affiliation by Sex +G5413,Christianity_Uniting_Church_F,Christianity Uniting Church Females,Tot_P_P|Tot_P_F|Christianity_Uniting_Church_P,G14,people,religion,Females,,5413,Religious Affiliation by Sex +G5416,Christianity_Christian_nfd_F,Christianity Christianity nfd Females,Tot_P_P|Tot_P_F|Christianity_Christian_nfd_P,G14,people,religion,Females,,5416,Religious Affiliation by Sex +G5419,Christianity_Othr_Christian_F,Christianity Other Christian Females,Tot_P_P|Tot_P_F|Christianity_Othr_Christian_P,G14,people,religion,Females,,5419,Religious Affiliation by Sex +G5422,Christianity_Tot_F,Christianity Total Females,Tot_P_P|Tot_P_F|Christianity_Tot_P,G14,people,religion,Females,,5422,Religious Affiliation by Sex +G5425,Hinduism_F,Hinduism Females,Tot_P_P|Tot_P_F|Hinduism_P,G14,people,religion,Females,,5425,Religious Affiliation by Sex +G5428,Islam_F,Islam Females,Tot_P_P|Tot_P_F|Islam_P,G14,people,religion,Females,,5428,Religious Affiliation by Sex +G5431,Judaism_F,Judaism Females,Tot_P_P|Tot_P_F|Judaism_P,G14,people,religion,Females,,5431,Religious Affiliation by Sex +G5434,Othr_Rel_Aust_Abor_Trad_Rel_F,Other Religions Australian Aboriginal Traditional Religions Females,Tot_P_P|Tot_P_F|Othr_Rel_Aust_Abor_Trad_Rel_P,G14,people,religion,Females,,5434,Religious Affiliation by Sex +G5437,Othr_Rel_Sikhism_F,Other Religions Sikhism Females,Tot_P_P|Tot_P_F|Othr_Rel_Sikhism_P,G14,people,religion,Females,,5437,Religious Affiliation by Sex +G5440,Othr_Reln_Other_reln_groups_F,Other Religions Other religious groups Females,Tot_P_P|Tot_P_F|Othr_Reln_Other_reln_groups_P,G14,people,religion,Females,,5440,Religious Affiliation by Sex +G5443,Other_Religions_Tot_F,Other Religions Total Females,Tot_P_P|Tot_P_F|Other_Religions_Tot_P,G14,people,religion,Females,,5443,Religious Affiliation by Sex +G5446,SB_OSB_NRA_NR_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Females,Tot_P_P|Tot_P_F|SB_OSB_NRA_NR_P,G14,people,religion,Females,,5446,Religious Affiliation by Sex +G5449,SB_OSB_NRA_SB_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Females,Tot_P_P|Tot_P_F|SB_OSB_NRA_SB_P,G14,people,religion,Females,,5449,Religious Affiliation by Sex +G5452,SB_OSB_NRA_OSB_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Females,Tot_P_P|Tot_P_F|SB_OSB_NRA_OSB_P,G14,people,religion,Females,,5452,Religious Affiliation by Sex +G5455,SB_OSB_NRA_Tot_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Females,Tot_P_P|Tot_P_F|SB_OSB_NRA_Tot_P,G14,people,religion,Females,,5455,Religious Affiliation by Sex +G5458,Religious_affiliation_ns_F,Religious affiliation Not Stated Females,Tot_P_P|Tot_P_F|Religious_affiliation_ns_P,G14,people,religion,Females,,5458,Religious Affiliation by Sex +G5461,Tot_F,Total Females,Tot_P_P|Tot_P_F|Tot_P,G14,people,religion,Females,,5461,Religious Affiliation by Sex +G5464,Pre_school_F,Pre school Females,Tot_P_P|Tot_P_F|Pre_school_P,G15,people,education,Females,,5464,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5467,Infants_Primary_Government_F,Infants Primary Government Females,Tot_P_P|Tot_P_F|Infants_Primary_Government_P,G15,people,education,Females,,5467,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5470,Infants_Primary_Catholic_F,Infants Primary Catholic Females,Tot_P_P|Tot_P_F|Infants_Primary_Catholic_P,G15,people,education,Females,,5470,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5473,Infnts_Primry_Othr_Non_Govt_F,Infants Primary Other Non Government Females,Tot_P_P|Tot_P_F|Infnts_Primry_Othr_Non_Govt_P,G15,people,education,Females,,5473,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5476,Infants_Primary_Tot_F,Infants Primary Total Females,Tot_P_P|Tot_P_F|Infants_Primary_Tot_P,G15,people,education,Females,,5476,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5479,Secondary_Government_F,Secondary Government Females,Tot_P_P|Tot_P_F|Secondary_Government_P,G15,people,education,Females,,5479,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5482,Secondary_Catholic_F,Secondary Catholic Females,Tot_P_P|Tot_P_F|Secondary_Catholic_P,G15,people,education,Females,,5482,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5485,Secondary_Other_Non_Govt_F,Secondary Other Non Government Females,Tot_P_P|Tot_P_F|Secondary_Other_Non_Govt_P,G15,people,education,Females,,5485,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5488,Secondary_Tot_F,Secondary Total Females,Tot_P_P|Tot_P_F|Secondary_Tot_P,G15,people,education,Females,,5488,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5491,Tec_Furt_Educ_inst_Ft_15_24_F,Technical or Further Educational institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5491,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5494,Tec_Furt_Educ_inst_Ft_25_ov_F,Technical or Further Educational institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5494,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5497,Tec_Furt_Educ_inst_Pt_15_24_F,Technical or Further Educational institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5497,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5500,Tec_Furt_Educ_inst_Pt_25_ov_F,Technical or Further Educational institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5500,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5503,Tec_Furt_Educ_inst_F_Pt_ns_F,Technical or Further Educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5503,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5506,Tec_Furt_Educ_inst_Tot_F,Technical or Further Educational institution Total Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5506,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5509,Uni_othr_Tert_Inst_Ft_15_24_F,University or other Tertiary Institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_P,G15,people,education,Females,,5509,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5512,Uni_othr_Tert_Inst_Ft_25_ov_F,University or other Tertiary Institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_P,G15,people,education,Females,,5512,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5515,Uni_othr_Tert_Inst_Pt_15_24_F,University or other Tertiary Institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_Pt_15_24_P,G15,people,education,Females,,5515,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5518,Uni_othr_Tert_Inst_Pt_25_ov_F,University or other Tertiary Institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_Pt_25_ov_P,G15,people,education,Females,,5518,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5521,Uni_othr_Tert_Inst_F_Pt_ns_F,University or other Tertiary Institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_P,G15,people,education,Females,,5521,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5524,Uni_other_Tert_Instit_Tot_F,University or other Tertiary Institution Total Females,Tot_P_P|Tot_P_F|Uni_other_Tert_Instit_Tot_P,G15,people,education,Females,,5524,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5527,Othr_typ_educ_inst_Ft_stud_F,Other type of educational institution Full time student Females,Tot_P_P|Tot_P_F|Othr_typ_educ_inst_P,G15,people,education,Females,,5527,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5530,Othr_typ_educ_inst_Pt_stud_F,Other type of educational institution Part time student Females,Tot_P_P|Tot_P_F|Othr_typ_educ_inst_Pt_stud_P,G15,people,education,Females,,5530,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5533,Oth_typ_ed_instit_F_Pt_ns_F,Other type of educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Oth_typ_ed_instit_P,G15,people,education,Females,,5533,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5536,Other_type_educ_instit_Tot_F,Other type of educational institution Total Females,Tot_P_P|Tot_P_F|Other_type_educ_instit_Tot_P,G15,people,education,Females,,5536,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5539,Type_educanl_institution_ns_F,Type of educational institution not stated Females,Tot_P_P|Tot_P_F|Type_educanl_institution_ns_P,G15,people,education,Females,,5539,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5542,Tot_F,Total Females,Tot_P_P|Tot_P_F|Tot_P,G15,people,education,Females,,5542,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5624,F_Y12e_15_19,Females Year 12 or equivalent Age 15 19 years,Tot_P_P|Tot_P_F|P_Y12e_15_19,G16A,people,education,15-19 years|FEMALES,,5624,Highest Year of School Completed by Age by Sex +G5625,F_Y12e_20_24,Females Year 12 or equivalent Age 20 24 years,Tot_P_P|Tot_P_F|P_Y12e_20_24,G16A,people,education,20-24 years|FEMALES,,5625,Highest Year of School Completed by Age by Sex +G5626,F_Y12e_25_34,Females Year 12 or equivalent Age 25 34 years,Tot_P_P|Tot_P_F|P_Y12e_25_34,G16A,people,education,25-34 years|FEMALES,,5626,Highest Year of School Completed by Age by Sex +G5627,F_Y12e_35_44,Females Year 12 or equivalent Age 35 44 years,Tot_P_P|Tot_P_F|P_Y12e_35_44,G16A,people,education,35-44 years|FEMALES,,5627,Highest Year of School Completed by Age by Sex +G5628,F_Y12e_45_54,Females Year 12 or equivalent Age 45 54 years,Tot_P_P|Tot_P_F|P_Y12e_45_54,G16A,people,education,45-54 years|FEMALES,,5628,Highest Year of School Completed by Age by Sex +G5629,F_Y12e_55_64,Females Year 12 or equivalent Age 55 64 years,Tot_P_P|Tot_P_F|P_Y12e_55_64,G16A,people,education,55-64 years|FEMALES,,5629,Highest Year of School Completed by Age by Sex +G5630,F_Y12e_65_74,Females Year 12 or equivalent Age 65 74 years,Tot_P_P|Tot_P_F|P_Y12e_65_74,G16A,people,education,65-74 years|FEMALES,,5630,Highest Year of School Completed by Age by Sex +G5631,F_Y12e_75_84,Females Year 12 or equivalent Age 75 84 years,Tot_P_P|Tot_P_F|P_Y12e_75_84,G16A,people,education,75-84 years|FEMALES,,5631,Highest Year of School Completed by Age by Sex +G5632,F_Y12e_85ov,Females Year 12 or equivalent Age 85 years and over,Tot_P_P|Tot_P_F|P_Y12e_85ov,G16A,people,education,85 years and over|FEMALES,,5632,Highest Year of School Completed by Age by Sex +G5633,F_Y12e_Tot,Females Year 12 or equivalent Total,Tot_P_P|Tot_P_F|P_Y12e_Tot,G16A,people,education,Total|FEMALES,,5633,Highest Year of School Completed by Age by Sex +G5634,F_Y11e_15_19,Females Year 11 or equivalent Age 15 19 years,Tot_P_P|Tot_P_F|P_Y11e_15_19,G16A,people,education,15-19 years|FEMALES,,5634,Highest Year of School Completed by Age by Sex +G5635,F_Y11e_20_24,Females Year 11 or equivalent Age 20 24 years,Tot_P_P|Tot_P_F|P_Y11e_20_24,G16A,people,education,20-24 years|FEMALES,,5635,Highest Year of School Completed by Age by Sex +G5636,F_Y11e_25_34,Females Year 11 or equivalent Age 25 34 years,Tot_P_P|Tot_P_F|P_Y11e_25_34,G16A,people,education,25-34 years|FEMALES,,5636,Highest Year of School Completed by Age by Sex +G5637,F_Y11e_35_44,Females Year 11 or equivalent Age 35 44 years,Tot_P_P|Tot_P_F|P_Y11e_35_44,G16A,people,education,35-44 years|FEMALES,,5637,Highest Year of School Completed by Age by Sex +G5638,F_Y11e_45_54,Females Year 11 or equivalent Age 45 54 years,Tot_P_P|Tot_P_F|P_Y11e_45_54,G16A,people,education,45-54 years|FEMALES,,5638,Highest Year of School Completed by Age by Sex +G5639,F_Y11e_55_64,Females Year 11 or equivalent Age 55 64 years,Tot_P_P|Tot_P_F|P_Y11e_55_64,G16A,people,education,55-64 years|FEMALES,,5639,Highest Year of School Completed by Age by Sex +G5640,F_Y11e_65_74,Females Year 11 or equivalent Age 65 74 years,Tot_P_P|Tot_P_F|P_Y11e_65_74,G16A,people,education,65-74 years|FEMALES,,5640,Highest Year of School Completed by Age by Sex +G5641,F_Y11e_75_84,Females Year 11 or equivalent Age 75 84 years,Tot_P_P|Tot_P_F|P_Y11e_75_84,G16A,people,education,75-84 years|FEMALES,,5641,Highest Year of School Completed by Age by Sex +G5642,F_Y11e_85ov,Females Year 11 or equivalent Age 85 years and over,Tot_P_P|Tot_P_F|P_Y11e_85ov,G16A,people,education,85 years and over|FEMALES,,5642,Highest Year of School Completed by Age by Sex +G5643,F_Y11e_Tot,Females Year 11 or equivalent Total,Tot_P_P|Tot_P_F|P_Y11e_Tot,G16A,people,education,Total|FEMALES,,5643,Highest Year of School Completed by Age by Sex +G5644,F_Y10e_15_19,Females Year 10 or equivalent Age 15 19 years,Tot_P_P|Tot_P_F|P_Y10e_15_19,G16A,people,education,15-19 years|FEMALES,,5644,Highest Year of School Completed by Age by Sex +G5645,F_Y10e_20_24,Females Year 10 or equivalent Age 20 24 years,Tot_P_P|Tot_P_F|P_Y10e_20_24,G16A,people,education,20-24 years|FEMALES,,5645,Highest Year of School Completed by Age by Sex +G5646,F_Y10e_25_34,Females Year 10 or equivalent Age 25 34 years,Tot_P_P|Tot_P_F|P_Y10e_25_34,G16A,people,education,25-34 years|FEMALES,,5646,Highest Year of School Completed by Age by Sex +G5647,F_Y10e_35_44,Females Year 10 or equivalent Age 35 44 years,Tot_P_P|Tot_P_F|P_Y10e_35_44,G16A,people,education,35-44 years|FEMALES,,5647,Highest Year of School Completed by Age by Sex +G5648,F_Y10e_45_54,Females Year 10 or equivalent Age 45 54 years,Tot_P_P|Tot_P_F|P_Y10e_45_54,G16A,people,education,45-54 years|FEMALES,,5648,Highest Year of School Completed by Age by Sex +G5649,F_Y10e_55_64,Females Year 10 or equivalent Age 55 64 years,Tot_P_P|Tot_P_F|P_Y10e_55_64,G16A,people,education,55-64 years|FEMALES,,5649,Highest Year of School Completed by Age by Sex +G5650,F_Y10e_65_74,Females Year 10 or equivalent Age 65 74 years,Tot_P_P|Tot_P_F|P_Y10e_65_74,G16A,people,education,65-74 years|FEMALES,,5650,Highest Year of School Completed by Age by Sex +G5651,F_Y10e_75_84,Females Year 10 or equivalent Age 75 84 years,Tot_P_P|Tot_P_F|P_Y10e_75_84,G16A,people,education,75-84 years|FEMALES,,5651,Highest Year of School Completed by Age by Sex +G5652,F_Y10e_85ov,Females Year 10 or equivalent Age 85 years and over,Tot_P_P|Tot_P_F|P_Y10e_85ov,G16A,people,education,85 years and over|FEMALES,,5652,Highest Year of School Completed by Age by Sex +G5653,F_Y10e_Tot,Females Year 10 or equivalent Total,Tot_P_P|Tot_P_F|P_Y10e_Tot,G16A,people,education,Total|FEMALES,,5653,Highest Year of School Completed by Age by Sex +G5654,F_Y9e_15_19,Females Year 9 or equivalent Age 15 19 years,Tot_P_P|Tot_P_F|P_Y9e_15_19,G16A,people,education,15-19 years|FEMALES,,5654,Highest Year of School Completed by Age by Sex +G5655,F_Y9e_20_24,Females Year 9 or equivalent Age 20 24 years,Tot_P_P|Tot_P_F|P_Y9e_20_24,G16A,people,education,20-24 years|FEMALES,,5655,Highest Year of School Completed by Age by Sex +G5656,F_Y9e_25_34,Females Year 9 or equivalent Age 25 34 years,Tot_P_P|Tot_P_F|P_Y9e_25_34,G16A,people,education,25-34 years|FEMALES,,5656,Highest Year of School Completed by Age by Sex +G5657,F_Y9e_35_44,Females Year 9 or equivalent Age 35 44 years,Tot_P_P|Tot_P_F|P_Y9e_35_44,G16A,people,education,35-44 years|FEMALES,,5657,Highest Year of School Completed by Age by Sex +G5658,F_Y9e_45_54,Females Year 9 or equivalent Age 45 54 years,Tot_P_P|Tot_P_F|P_Y9e_45_54,G16A,people,education,45-54 years|FEMALES,,5658,Highest Year of School Completed by Age by Sex +G5659,F_Y9e_55_64,Females Year 9 or equivalent Age 55 64 years,Tot_P_P|Tot_P_F|P_Y9e_55_64,G16A,people,education,55-64 years|FEMALES,,5659,Highest Year of School Completed by Age by Sex +G5660,F_Y9e_65_74,Females Year 9 or equivalent Age 65 74 years,Tot_P_P|Tot_P_F|P_Y9e_65_74,G16A,people,education,65-74 years|FEMALES,,5660,Highest Year of School Completed by Age by Sex +G5661,F_Y9e_75_84,Females Year 9 or equivalent Age 75 84 years,Tot_P_P|Tot_P_F|P_Y9e_75_84,G16A,people,education,75-84 years|FEMALES,,5661,Highest Year of School Completed by Age by Sex +G5662,F_Y9e_85ov,Females Year 9 or equivalent Age 85 years and over,Tot_P_P|Tot_P_F|P_Y9e_85ov,G16A,people,education,85 years and over|FEMALES,,5662,Highest Year of School Completed by Age by Sex +G5663,F_Y9e_Tot,Females Year 9 or equivalent Total,Tot_P_P|Tot_P_F|P_Y9e_Tot,G16A,people,education,Total|FEMALES,,5663,Highest Year of School Completed by Age by Sex +G5664,F_Y8b_15_19,Females Year 8 or below Age 15 19 years,Tot_P_P|Tot_P_F|P_Y8b_15_19,G16A,people,education,15-19 years|FEMALES,,5664,Highest Year of School Completed by Age by Sex +G5665,F_Y8b_20_24,Females Year 8 or below Age 20 24 years,Tot_P_P|Tot_P_F|P_Y8b_20_24,G16A,people,education,20-24 years|FEMALES,,5665,Highest Year of School Completed by Age by Sex +G5666,F_Y8b_25_34,Females Year 8 or below Age 25 34 years,Tot_P_P|Tot_P_F|P_Y8b_25_34,G16A,people,education,25-34 years|FEMALES,,5666,Highest Year of School Completed by Age by Sex +G5667,F_Y8b_35_44,Females Year 8 or below Age 35 44 years,Tot_P_P|Tot_P_F|P_Y8b_35_44,G16A,people,education,35-44 years|FEMALES,,5667,Highest Year of School Completed by Age by Sex +G5668,F_Y8b_45_54,Females Year 8 or below Age 45 54 years,Tot_P_P|Tot_P_F|P_Y8b_45_54,G16A,people,education,45-54 years|FEMALES,,5668,Highest Year of School Completed by Age by Sex +G5669,F_Y8b_55_64,Females Year 8 or below Age 55 64 years,Tot_P_P|Tot_P_F|P_Y8b_55_64,G16A,people,education,55-64 years|FEMALES,,5669,Highest Year of School Completed by Age by Sex +G5670,F_Y8b_65_74,Females Year 8 or below Age 65 74 years,Tot_P_P|Tot_P_F|P_Y8b_65_74,G16A,people,education,65-74 years|FEMALES,,5670,Highest Year of School Completed by Age by Sex +G5671,F_Y8b_75_84,Females Year 8 or below Age 75 84 years,Tot_P_P|Tot_P_F|P_Y8b_75_84,G16A,people,education,75-84 years|FEMALES,,5671,Highest Year of School Completed by Age by Sex +G5672,F_Y8b_85ov,Females Year 8 or below Age 85 years and over,Tot_P_P|Tot_P_F|P_Y8b_85ov,G16A,people,education,85 years and over|FEMALES,,5672,Highest Year of School Completed by Age by Sex +G5673,F_Y8b_Tot,Females Year 8 or below Total,Tot_P_P|Tot_P_F|P_Y8b_Tot,G16A,people,education,Total|FEMALES,,5673,Highest Year of School Completed by Age by Sex +G5674,F_DNGTS_15_19,Females Did not go to school Age 15 19 years,Tot_P_P|Tot_P_F|P_DNGTS_15_19,G16A,people,education,15-19 years|FEMALES,,5674,Highest Year of School Completed by Age by Sex +G5675,F_DNGTS_20_24,Females Did not go to school Age 20 24 years,Tot_P_P|Tot_P_F|P_DNGTS_20_24,G16A,people,education,20-24 years|FEMALES,,5675,Highest Year of School Completed by Age by Sex +G5676,F_DNGTS_25_34,Females Did not go to school Age 25 34 years,Tot_P_P|Tot_P_F|P_DNGTS_25_34,G16A,people,education,25-34 years|FEMALES,,5676,Highest Year of School Completed by Age by Sex +G5677,F_DNGTS_35_44,Females Did not go to school Age 35 44 years,Tot_P_P|Tot_P_F|P_DNGTS_35_44,G16A,people,education,35-44 years|FEMALES,,5677,Highest Year of School Completed by Age by Sex +G5678,F_DNGTS_45_54,Females Did not go to school Age 45 54 years,Tot_P_P|Tot_P_F|P_DNGTS_45_54,G16A,people,education,45-54 years|FEMALES,,5678,Highest Year of School Completed by Age by Sex +G5679,F_DNGTS_55_64,Females Did not go to school Age 55 64 years,Tot_P_P|Tot_P_F|P_DNGTS_55_64,G16A,people,education,55-64 years|FEMALES,,5679,Highest Year of School Completed by Age by Sex +G5680,F_DNGTS_65_74,Females Did not go to school Age 65 74 years,Tot_P_P|Tot_P_F|P_DNGTS_65_74,G16A,people,education,65-74 years|FEMALES,,5680,Highest Year of School Completed by Age by Sex +G5681,F_DNGTS_75_84,Females Did not go to school Age 75 84 years,Tot_P_P|Tot_P_F|P_DNGTS_75_84,G16A,people,education,75-84 years|FEMALES,,5681,Highest Year of School Completed by Age by Sex +G5682,F_DNGTS_85_ov,Females Did not go to school Age 85 years and over,Tot_P_P|Tot_P_F|P_DNGTS_85_ov,G16A,people,education,85 years and over|FEMALES,,5682,Highest Year of School Completed by Age by Sex +G5683,F_DNGTS_Tot,Females Did not go to school Total,Tot_P_P|Tot_P_F|P_DNGTS_Tot,G16A,people,education,Total|FEMALES,,5683,Highest Year of School Completed by Age by Sex +G5684,F_Hghst_yr_schl_ns_15_19,Females Highest year of school not stated Age 15 19 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_15_19,G16A,people,education,15-19 years|FEMALES,,5684,Highest Year of School Completed by Age by Sex +G5685,F_Hghst_yr_schl_ns_20_24,Females Highest year of school not stated Age 20 24 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_20_24,G16A,people,education,20-24 years|FEMALES,,5685,Highest Year of School Completed by Age by Sex +G5686,F_Hghst_yr_schl_ns_25_34,Females Highest year of school not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_25_34,G16A,people,education,25-34 years|FEMALES,,5686,Highest Year of School Completed by Age by Sex +G5687,F_Hghst_yr_schl_ns_35_44,Females Highest year of school not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_35_44,G16A,people,education,35-44 years|FEMALES,,5687,Highest Year of School Completed by Age by Sex +G5688,F_Hghst_yr_schl_ns_45_54,Females Highest year of school not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_45_54,G16A,people,education,45-54 years|FEMALES,,5688,Highest Year of School Completed by Age by Sex +G5689,F_Hghst_yr_schl_ns_55_64,Females Highest year of school not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_55_64,G16A,people,education,55-64 years|FEMALES,,5689,Highest Year of School Completed by Age by Sex +G5690,F_Hghst_yr_schl_ns_65_74,Females Highest year of school not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_65_74,G16A,people,education,65-74 years|FEMALES,,5690,Highest Year of School Completed by Age by Sex +G5691,F_Hghst_yr_schl_ns_75_84,Females Highest year of school not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_75_84,G16A,people,education,75-84 years|FEMALES,,5691,Highest Year of School Completed by Age by Sex +G5692,F_Hghst_yr_schl_ns_85_ovr,Females Highest year of school not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_85_ovr,G16A,people,education,85 years and over|FEMALES,,5692,Highest Year of School Completed by Age by Sex +G5693,F_Hghst_yr_schl_ns_Tot,Females Highest year of school not stated Total,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_Tot,G16A,people,education,Total|FEMALES,,5693,Highest Year of School Completed by Age by Sex +G5694,F_Tot_15_19,Females Total Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_15_19,G16A,people,education,15-19 years|FEMALES,,5694,Highest Year of School Completed by Age by Sex +G5695,F_Tot_20_24,Females Total Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_20_24,G16A,people,education,20-24 years|FEMALES,,5695,Highest Year of School Completed by Age by Sex +G5696,F_Tot_25_34,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34,G16A,people,education,25-34 years|FEMALES,,5696,Highest Year of School Completed by Age by Sex +G5697,F_Tot_35_44,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44,G16A,people,education,35-44 years|FEMALES,,5697,Highest Year of School Completed by Age by Sex +G5698,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54,G16A,people,education,45-54 years|FEMALES,,5698,Highest Year of School Completed by Age by Sex +G5699,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64,G16A,people,education,55-64 years|FEMALES,,5699,Highest Year of School Completed by Age by Sex +G5700,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G16A,people,education,65-74 years|FEMALES,,5700,Highest Year of School Completed by Age by Sex +G5701,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G16A,people,education,75-84 years|FEMALES,,5701,Highest Year of School Completed by Age by Sex +G5702,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G16A,people,education,85 years and over|FEMALES,,5702,Highest Year of School Completed by Age by Sex +G5703,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G16A,people,education,Total|FEMALES,,5703,Highest Year of School Completed by Age by Sex +G5944,F_Neg_Nil_income_15_19_yrs,Females Negative Nil income Age 15 19 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_15_19_yrs,G17A,people,age_gender|income,15-19 years|FEMALES,,5944,Total Personal Income (Weekly) by Age by Sex +G5945,F_Neg_Nil_income_20_24_yrs,Females Negative Nil income Age 20 24 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_20_24_yrs,G17A,people,age_gender|income,20-24 years|FEMALES,,5945,Total Personal Income (Weekly) by Age by Sex +G5946,F_Neg_Nil_income_25_34_yrs,Females Negative Nil income Age 25 34 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_25_34_yrs,G17A,people,age_gender|income,25-34 years|FEMALES,,5946,Total Personal Income (Weekly) by Age by Sex +G5947,F_Neg_Nil_income_35_44_yrs,Females Negative Nil income Age 35 44 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_35_44_yrs,G17A,people,age_gender|income,35-44 years|FEMALES,,5947,Total Personal Income (Weekly) by Age by Sex +G5948,F_Neg_Nil_income_45_54_yrs,Females Negative Nil income Age 45 54 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_45_54_yrs,G17A,people,age_gender|income,45-54 years|FEMALES,,5948,Total Personal Income (Weekly) by Age by Sex +G5949,F_Neg_Nil_income_55_64_yrs,Females Negative Nil income Age 55 64 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_55_64_yrs,G17A,people,age_gender|income,55-64 years|FEMALES,,5949,Total Personal Income (Weekly) by Age by Sex +G5950,F_Neg_Nil_income_65_74_yrs,Females Negative Nil income Age 65 74 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_65_74_yrs,G17A,people,age_gender|income,65-74 years|FEMALES,,5950,Total Personal Income (Weekly) by Age by Sex +G5951,F_Neg_Nil_income_75_84_yrs,Females Negative Nil income Age 75 84 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_75_84_yrs,G17A,people,age_gender|income,75-84 years|FEMALES,,5951,Total Personal Income (Weekly) by Age by Sex +G5952,F_Neg_Nil_incme_85_yrs_ovr,Females Negative Nil income Age 85 years and over,Tot_P_P|Tot_P_F|P_Neg_Nil_incme_85_yrs_ovr,G17A,people,age_gender|income,85 years and over|FEMALES,,5952,Total Personal Income (Weekly) by Age by Sex +G5953,F_Neg_Nil_income_Tot,Females Negative Nil income Total,Tot_P_P|Tot_P_F|P_Neg_Nil_income_Tot,G17A,people,age_gender|income,Total|FEMALES,,5953,Total Personal Income (Weekly) by Age by Sex +G5954,F_1_149_15_19_yrs,Females 1 149 Age 15 19 years,Tot_P_P|Tot_P_F|P_1_149_15_19_yrs,G17A,people,age_gender|income,15-19 years|FEMALES,,5954,Total Personal Income (Weekly) by Age by Sex +G5955,F_1_149_20_24_yrs,Females 1 149 Age 20 24 years,Tot_P_P|Tot_P_F|P_1_149_20_24_yrs,G17A,people,age_gender|income,20-24 years|FEMALES,,5955,Total Personal Income (Weekly) by Age by Sex +G5956,F_1_149_25_34_yrs,Females 1 149 Age 25 34 years,Tot_P_P|Tot_P_F|P_1_149_25_34_yrs,G17A,people,age_gender|income,25-34 years|FEMALES,,5956,Total Personal Income (Weekly) by Age by Sex +G5957,F_1_149_35_44_yrs,Females 1 149 Age 35 44 years,Tot_P_P|Tot_P_F|P_1_149_35_44_yrs,G17A,people,age_gender|income,35-44 years|FEMALES,,5957,Total Personal Income (Weekly) by Age by Sex +G5958,F_1_149_45_54_yrs,Females 1 149 Age 45 54 years,Tot_P_P|Tot_P_F|P_1_149_45_54_yrs,G17A,people,age_gender|income,45-54 years|FEMALES,,5958,Total Personal Income (Weekly) by Age by Sex +G5959,F_1_149_55_64_yrs,Females 1 149 Age 55 64 years,Tot_P_P|Tot_P_F|P_1_149_55_64_yrs,G17A,people,age_gender|income,55-64 years|FEMALES,,5959,Total Personal Income (Weekly) by Age by Sex +G5960,F_1_149_65_74_yrs,Females 1 149 Age 65 74 years,Tot_P_P|Tot_P_F|P_1_149_65_74_yrs,G17A,people,age_gender|income,65-74 years|FEMALES,,5960,Total Personal Income (Weekly) by Age by Sex +G5961,F_1_149_75_84_yrs,Females 1 149 Age 75 84 years,Tot_P_P|Tot_P_F|P_1_149_75_84_yrs,G17A,people,age_gender|income,75-84 years|FEMALES,,5961,Total Personal Income (Weekly) by Age by Sex +G5962,F_1_149_85ov,Females 1 149 Age 85 years and over,Tot_P_P|Tot_P_F|P_1_149_85ov,G17A,people,age_gender|income,85 years and over|FEMALES,,5962,Total Personal Income (Weekly) by Age by Sex +G5963,F_1_149_Tot,Females 1 149 Total,Tot_P_P|Tot_P_F|P_1_149_Tot,G17A,people,age_gender|income,Total|FEMALES,,5963,Total Personal Income (Weekly) by Age by Sex +G5964,F_150_299_15_19_yrs,Females 150 299 Age 15 19 years,Tot_P_P|Tot_P_F|P_150_299_15_19_yrs,G17A,people,age_gender|income,15-19 years|FEMALES,,5964,Total Personal Income (Weekly) by Age by Sex +G5965,F_150_299_20_24_yrs,Females 150 299 Age 20 24 years,Tot_P_P|Tot_P_F|P_150_299_20_24_yrs,G17A,people,age_gender|income,20-24 years|FEMALES,,5965,Total Personal Income (Weekly) by Age by Sex +G5966,F_150_299_25_34_yrs,Females 150 299 Age 25 34 years,Tot_P_P|Tot_P_F|P_150_299_25_34_yrs,G17A,people,age_gender|income,25-34 years|FEMALES,,5966,Total Personal Income (Weekly) by Age by Sex +G5967,F_150_299_35_44_yrs,Females 150 299 Age 35 44 years,Tot_P_P|Tot_P_F|P_150_299_35_44_yrs,G17A,people,age_gender|income,35-44 years|FEMALES,,5967,Total Personal Income (Weekly) by Age by Sex +G5968,F_150_299_45_54_yrs,Females 150 299 Age 45 54 years,Tot_P_P|Tot_P_F|P_150_299_45_54_yrs,G17A,people,age_gender|income,45-54 years|FEMALES,,5968,Total Personal Income (Weekly) by Age by Sex +G5969,F_150_299_55_64_yrs,Females 150 299 Age 55 64 years,Tot_P_P|Tot_P_F|P_150_299_55_64_yrs,G17A,people,age_gender|income,55-64 years|FEMALES,,5969,Total Personal Income (Weekly) by Age by Sex +G5970,F_150_299_65_74_yrs,Females 150 299 Age 65 74 years,Tot_P_P|Tot_P_F|P_150_299_65_74_yrs,G17A,people,age_gender|income,65-74 years|FEMALES,,5970,Total Personal Income (Weekly) by Age by Sex +G5971,F_150_299_75_84_yrs,Females 150 299 Age 75 84 years,Tot_P_P|Tot_P_F|P_150_299_75_84_yrs,G17A,people,age_gender|income,75-84 years|FEMALES,,5971,Total Personal Income (Weekly) by Age by Sex +G5972,F_150_299_85ov,Females 150 299 Age 85 years and over,Tot_P_P|Tot_P_F|P_150_299_85ov,G17A,people,age_gender|income,85 years and over|FEMALES,,5972,Total Personal Income (Weekly) by Age by Sex +G5973,F_150_299_Tot,Females 150 299 Total,Tot_P_P|Tot_P_F|P_150_299_Tot,G17A,people,age_gender|income,Total|FEMALES,,5973,Total Personal Income (Weekly) by Age by Sex +G5974,F_300_399_15_19_yrs,Females 300 399 Age 15 19 years,Tot_P_P|Tot_P_F|P_300_399_15_19_yrs,G17A,people,age_gender|income,15-19 years|FEMALES,,5974,Total Personal Income (Weekly) by Age by Sex +G5975,F_300_399_20_24_yrs,Females 300 399 Age 20 24 years,Tot_P_P|Tot_P_F|P_300_399_20_24_yrs,G17A,people,age_gender|income,20-24 years|FEMALES,,5975,Total Personal Income (Weekly) by Age by Sex +G5976,F_300_399_25_34_yrs,Females 300 399 Age 25 34 years,Tot_P_P|Tot_P_F|P_300_399_25_34_yrs,G17A,people,age_gender|income,25-34 years|FEMALES,,5976,Total Personal Income (Weekly) by Age by Sex +G5977,F_300_399_35_44_yrs,Females 300 399 Age 35 44 years,Tot_P_P|Tot_P_F|P_300_399_35_44_yrs,G17A,people,age_gender|income,35-44 years|FEMALES,,5977,Total Personal Income (Weekly) by Age by Sex +G5978,F_300_399_45_54_yrs,Females 300 399 Age 45 54 years,Tot_P_P|Tot_P_F|P_300_399_45_54_yrs,G17A,people,age_gender|income,45-54 years|FEMALES,,5978,Total Personal Income (Weekly) by Age by Sex +G5979,F_300_399_55_64_yrs,Females 300 399 Age 55 64 years,Tot_P_P|Tot_P_F|P_300_399_55_64_yrs,G17A,people,age_gender|income,55-64 years|FEMALES,,5979,Total Personal Income (Weekly) by Age by Sex +G5980,F_300_399_65_74_yrs,Females 300 399 Age 65 74 years,Tot_P_P|Tot_P_F|P_300_399_65_74_yrs,G17A,people,age_gender|income,65-74 years|FEMALES,,5980,Total Personal Income (Weekly) by Age by Sex +G5981,F_300_399_75_84_yrs,Females 300 399 Age 75 84 years,Tot_P_P|Tot_P_F|P_300_399_75_84_yrs,G17A,people,age_gender|income,75-84 years|FEMALES,,5981,Total Personal Income (Weekly) by Age by Sex +G5982,F_300_399_85ov,Females 300 399 Age 85 years and over,Tot_P_P|Tot_P_F|P_300_399_85ov,G17A,people,age_gender|income,85 years and over|FEMALES,,5982,Total Personal Income (Weekly) by Age by Sex +G5983,F_300_399_Tot,Females 300 399 Total,Tot_P_P|Tot_P_F|P_300_399_Tot,G17A,people,age_gender|income,Total|FEMALES,,5983,Total Personal Income (Weekly) by Age by Sex +G5984,F_400_499_15_19_yrs,Females 400 499 Age 15 19 years,Tot_P_P|Tot_P_F|P_400_499_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,5984,Total Personal Income (Weekly) by Age by Sex +G5985,F_400_499_20_24_yrs,Females 400 499 Age 20 24 years,Tot_P_P|Tot_P_F|P_400_499_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,5985,Total Personal Income (Weekly) by Age by Sex +G5986,F_400_499_25_34_yrs,Females 400 499 Age 25 34 years,Tot_P_P|Tot_P_F|P_400_499_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,5986,Total Personal Income (Weekly) by Age by Sex +G5987,F_400_499_35_44_yrs,Females 400 499 Age 35 44 years,Tot_P_P|Tot_P_F|P_400_499_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,5987,Total Personal Income (Weekly) by Age by Sex +G5988,F_400_499_45_54_yrs,Females 400 499 Age 45 54 years,Tot_P_P|Tot_P_F|P_400_499_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,5988,Total Personal Income (Weekly) by Age by Sex +G5989,F_400_499_55_64_yrs,Females 400 499 Age 55 64 years,Tot_P_P|Tot_P_F|P_400_499_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,5989,Total Personal Income (Weekly) by Age by Sex +G5990,F_400_499_65_74_yrs,Females 400 499 Age 65 74 years,Tot_P_P|Tot_P_F|P_400_499_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,5990,Total Personal Income (Weekly) by Age by Sex +G5991,F_400_499_75_84_yrs,Females 400 499 Age 75 84 years,Tot_P_P|Tot_P_F|P_400_499_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,5991,Total Personal Income (Weekly) by Age by Sex +G5992,F_400_499_85ov,Females 400 499 Age 85 years and over,Tot_P_P|Tot_P_F|P_400_499_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,5992,Total Personal Income (Weekly) by Age by Sex +G5993,F_400_499_Tot,Females 400 499 Total,Tot_P_P|Tot_P_F|P_400_499_Tot,G17B,people,age_gender|income,Total|FEMALES,,5993,Total Personal Income (Weekly) by Age by Sex +G5994,F_500_649_15_19_yrs,Females 500 649 Age 15 19 years,Tot_P_P|Tot_P_F|P_500_649_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,5994,Total Personal Income (Weekly) by Age by Sex +G5995,F_500_649_20_24_yrs,Females 500 649 Age 20 24 years,Tot_P_P|Tot_P_F|P_500_649_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,5995,Total Personal Income (Weekly) by Age by Sex +G5996,F_500_649_25_34_yrs,Females 500 649 Age 25 34 years,Tot_P_P|Tot_P_F|P_500_649_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,5996,Total Personal Income (Weekly) by Age by Sex +G5997,F_500_649_35_44_yrs,Females 500 649 Age 35 44 years,Tot_P_P|Tot_P_F|P_500_649_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,5997,Total Personal Income (Weekly) by Age by Sex +G5998,F_500_649_45_54_yrs,Females 500 649 Age 45 54 years,Tot_P_P|Tot_P_F|P_500_649_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,5998,Total Personal Income (Weekly) by Age by Sex +G5999,F_500_649_55_64_yrs,Females 500 649 Age 55 64 years,Tot_P_P|Tot_P_F|P_500_649_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,5999,Total Personal Income (Weekly) by Age by Sex +G6000,F_500_649_65_74_yrs,Females 500 649 Age 65 74 years,Tot_P_P|Tot_P_F|P_500_649_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6000,Total Personal Income (Weekly) by Age by Sex +G6001,F_500_649_75_84_yrs,Females 500 649 Age 75 84 years,Tot_P_P|Tot_P_F|P_500_649_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6001,Total Personal Income (Weekly) by Age by Sex +G6002,F_500_649_85ov,Females 500 649 Age 85 years and over,Tot_P_P|Tot_P_F|P_500_649_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6002,Total Personal Income (Weekly) by Age by Sex +G6003,F_500_649_Tot,Females 500 649 Total,Tot_P_P|Tot_P_F|P_500_649_Tot,G17B,people,age_gender|income,Total|FEMALES,,6003,Total Personal Income (Weekly) by Age by Sex +G6004,F_650_799_15_19_yrs,Females 650 799 Age 15 19 years,Tot_P_P|Tot_P_F|P_650_799_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6004,Total Personal Income (Weekly) by Age by Sex +G6005,F_650_799_20_24_yrs,Females 650 799 Age 20 24 years,Tot_P_P|Tot_P_F|P_650_799_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6005,Total Personal Income (Weekly) by Age by Sex +G6006,F_650_799_25_34_yrs,Females 650 799 Age 25 34 years,Tot_P_P|Tot_P_F|P_650_799_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6006,Total Personal Income (Weekly) by Age by Sex +G6007,F_650_799_35_44_yrs,Females 650 799 Age 35 44 years,Tot_P_P|Tot_P_F|P_650_799_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6007,Total Personal Income (Weekly) by Age by Sex +G6008,F_650_799_45_54_yrs,Females 650 799 Age 45 54 years,Tot_P_P|Tot_P_F|P_650_799_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6008,Total Personal Income (Weekly) by Age by Sex +G6009,F_650_799_55_64_yrs,Females 650 799 Age 55 64 years,Tot_P_P|Tot_P_F|P_650_799_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6009,Total Personal Income (Weekly) by Age by Sex +G6010,F_650_799_65_74_yrs,Females 650 799 Age 65 74 years,Tot_P_P|Tot_P_F|P_650_799_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6010,Total Personal Income (Weekly) by Age by Sex +G6011,F_650_799_75_84_yrs,Females 650 799 Age 75 84 years,Tot_P_P|Tot_P_F|P_650_799_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6011,Total Personal Income (Weekly) by Age by Sex +G6012,F_650_799_85ov,Females 650 799 Age 85 years and over,Tot_P_P|Tot_P_F|P_650_799_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6012,Total Personal Income (Weekly) by Age by Sex +G6013,F_650_799_Tot,Females 650 799 Total,Tot_P_P|Tot_P_F|P_650_799_Tot,G17B,people,age_gender|income,Total|FEMALES,,6013,Total Personal Income (Weekly) by Age by Sex +G6014,F_800_999_15_19_yrs,Females 800 999 Age 15 19 years,Tot_P_P|Tot_P_F|P_800_999_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6014,Total Personal Income (Weekly) by Age by Sex +G6015,F_800_999_20_24_yrs,Females 800 999 Age 20 24 years,Tot_P_P|Tot_P_F|P_800_999_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6015,Total Personal Income (Weekly) by Age by Sex +G6016,F_800_999_25_34_yrs,Females 800 999 Age 25 34 years,Tot_P_P|Tot_P_F|P_800_999_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6016,Total Personal Income (Weekly) by Age by Sex +G6017,F_800_999_35_44_yrs,Females 800 999 Age 35 44 years,Tot_P_P|Tot_P_F|P_800_999_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6017,Total Personal Income (Weekly) by Age by Sex +G6018,F_800_999_45_54_yrs,Females 800 999 Age 45 54 years,Tot_P_P|Tot_P_F|P_800_999_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6018,Total Personal Income (Weekly) by Age by Sex +G6019,F_800_999_55_64_yrs,Females 800 999 Age 55 64 years,Tot_P_P|Tot_P_F|P_800_999_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6019,Total Personal Income (Weekly) by Age by Sex +G6020,F_800_999_65_74_yrs,Females 800 999 Age 65 74 years,Tot_P_P|Tot_P_F|P_800_999_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6020,Total Personal Income (Weekly) by Age by Sex +G6021,F_800_999_75_84_yrs,Females 800 999 Age 75 84 years,Tot_P_P|Tot_P_F|P_800_999_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6021,Total Personal Income (Weekly) by Age by Sex +G6022,F_800_999_85ov,Females 800 999 Age 85 years and over,Tot_P_P|Tot_P_F|P_800_999_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6022,Total Personal Income (Weekly) by Age by Sex +G6023,F_800_999_Tot,Females 800 999 Total,Tot_P_P|Tot_P_F|P_800_999_Tot,G17B,people,age_gender|income,Total|FEMALES,,6023,Total Personal Income (Weekly) by Age by Sex +G6024,F_1000_1249_15_19_yrs,Females 1000 1249 Age 15 19 years,Tot_P_P|Tot_P_F|P_1000_1249_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6024,Total Personal Income (Weekly) by Age by Sex +G6025,F_1000_1249_20_24_yrs,Females 1000 1249 Age 20 24 years,Tot_P_P|Tot_P_F|P_1000_1249_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6025,Total Personal Income (Weekly) by Age by Sex +G6026,F_1000_1249_25_34_yrs,Females 1000 1249 Age 25 34 years,Tot_P_P|Tot_P_F|P_1000_1249_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6026,Total Personal Income (Weekly) by Age by Sex +G6027,F_1000_1249_35_44_yrs,Females 1000 1249 Age 35 44 years,Tot_P_P|Tot_P_F|P_1000_1249_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6027,Total Personal Income (Weekly) by Age by Sex +G6028,F_1000_1249_45_54_yrs,Females 1000 1249 Age 45 54 years,Tot_P_P|Tot_P_F|P_1000_1249_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6028,Total Personal Income (Weekly) by Age by Sex +G6029,F_1000_1249_55_64_yrs,Females 1000 1249 Age 55 64 years,Tot_P_P|Tot_P_F|P_1000_1249_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6029,Total Personal Income (Weekly) by Age by Sex +G6030,F_1000_1249_65_74_yrs,Females 1000 1249 Age 65 74 years,Tot_P_P|Tot_P_F|P_1000_1249_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6030,Total Personal Income (Weekly) by Age by Sex +G6031,F_1000_1249_75_84_yrs,Females 1000 1249 Age 75 84 years,Tot_P_P|Tot_P_F|P_1000_1249_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6031,Total Personal Income (Weekly) by Age by Sex +G6032,F_1000_1249_85ov,Females 1000 1249 Age 85 years and over,Tot_P_P|Tot_P_F|P_1000_1249_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6032,Total Personal Income (Weekly) by Age by Sex +G6033,F_1000_1249_Tot,Females 1000 1249 Total,Tot_P_P|Tot_P_F|P_1000_1249_Tot,G17B,people,age_gender|income,Total|FEMALES,,6033,Total Personal Income (Weekly) by Age by Sex +G6034,F_1250_1499_15_19_yrs,Females 1250 1499 Age 15 19 years,Tot_P_P|Tot_P_F|P_1250_1499_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6034,Total Personal Income (Weekly) by Age by Sex +G6035,F_1250_1499_20_24_yrs,Females 1250 1499 Age 20 24 years,Tot_P_P|Tot_P_F|P_1250_1499_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6035,Total Personal Income (Weekly) by Age by Sex +G6036,F_1250_1499_25_34_yrs,Females 1250 1499 Age 25 34 years,Tot_P_P|Tot_P_F|P_1250_1499_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6036,Total Personal Income (Weekly) by Age by Sex +G6037,F_1250_1499_35_44_yrs,Females 1250 1499 Age 35 44 years,Tot_P_P|Tot_P_F|P_1250_1499_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6037,Total Personal Income (Weekly) by Age by Sex +G6038,F_1250_1499_45_54_yrs,Females 1250 1499 Age 45 54 years,Tot_P_P|Tot_P_F|P_1250_1499_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6038,Total Personal Income (Weekly) by Age by Sex +G6039,F_1250_1499_55_64_yrs,Females 1250 1499 Age 55 64 years,Tot_P_P|Tot_P_F|P_1250_1499_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6039,Total Personal Income (Weekly) by Age by Sex +G6040,F_1250_1499_65_74_yrs,Females 1250 1499 Age 65 74 years,Tot_P_P|Tot_P_F|P_1250_1499_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6040,Total Personal Income (Weekly) by Age by Sex +G6041,F_1250_1499_75_84_yrs,Females 1250 1499 Age 75 84 years,Tot_P_P|Tot_P_F|P_1250_1499_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6041,Total Personal Income (Weekly) by Age by Sex +G6042,F_1250_1499_85ov,Females 1250 1499 Age 85 years and over,Tot_P_P|Tot_P_F|P_1250_1499_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6042,Total Personal Income (Weekly) by Age by Sex +G6043,F_1250_1499_Tot,Females 1250 1499 Total,Tot_P_P|Tot_P_F|P_1250_1499_Tot,G17B,people,age_gender|income,Total|FEMALES,,6043,Total Personal Income (Weekly) by Age by Sex +G6044,F_1500_1749_15_19_yrs,Females 1500 1749 Age 15 19 years,Tot_P_P|Tot_P_F|P_1500_1749_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6044,Total Personal Income (Weekly) by Age by Sex +G6045,F_1500_1749_20_24_yrs,Females 1500 1749 Age 20 24 years,Tot_P_P|Tot_P_F|P_1500_1749_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6045,Total Personal Income (Weekly) by Age by Sex +G6046,F_1500_1749_25_34_yrs,Females 1500 1749 Age 25 34 years,Tot_P_P|Tot_P_F|P_1500_1749_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6046,Total Personal Income (Weekly) by Age by Sex +G6047,F_1500_1749_35_44_yrs,Females 1500 1749 Age 35 44 years,Tot_P_P|Tot_P_F|P_1500_1749_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6047,Total Personal Income (Weekly) by Age by Sex +G6048,F_1500_1749_45_54_yrs,Females 1500 1749 Age 45 54 years,Tot_P_P|Tot_P_F|P_1500_1749_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6048,Total Personal Income (Weekly) by Age by Sex +G6049,F_1500_1749_55_64_yrs,Females 1500 1749 Age 55 64 years,Tot_P_P|Tot_P_F|P_1500_1749_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6049,Total Personal Income (Weekly) by Age by Sex +G6050,F_1500_1749_65_74_yrs,Females 1500 1749 Age 65 74 years,Tot_P_P|Tot_P_F|P_1500_1749_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6050,Total Personal Income (Weekly) by Age by Sex +G6051,F_1500_1749_75_84_yrs,Females 1500 1749 Age 75 84 years,Tot_P_P|Tot_P_F|P_1500_1749_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6051,Total Personal Income (Weekly) by Age by Sex +G6052,F_1500_1749_85ov,Females 1500 1749 Age 85 years and over,Tot_P_P|Tot_P_F|P_1500_1749_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6052,Total Personal Income (Weekly) by Age by Sex +G6053,F_1500_1749_Tot,Females 1500 1749 Total,Tot_P_P|Tot_P_F|P_1500_1749_Tot,G17B,people,age_gender|income,Total|FEMALES,,6053,Total Personal Income (Weekly) by Age by Sex +G6054,F_1750_1999_15_19_yrs,Females 1750 1999 Age 15 19 years,Tot_P_P|Tot_P_F|P_1750_1999_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6054,Total Personal Income (Weekly) by Age by Sex +G6055,F_1750_1999_20_24_yrs,Females 1750 1999 Age 20 24 years,Tot_P_P|Tot_P_F|P_1750_1999_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6055,Total Personal Income (Weekly) by Age by Sex +G6056,F_1750_1999_25_34_yrs,Females 1750 1999 Age 25 34 years,Tot_P_P|Tot_P_F|P_1750_1999_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6056,Total Personal Income (Weekly) by Age by Sex +G6057,F_1750_1999_35_44_yrs,Females 1750 1999 Age 35 44 years,Tot_P_P|Tot_P_F|P_1750_1999_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6057,Total Personal Income (Weekly) by Age by Sex +G6058,F_1750_1999_45_54_yrs,Females 1750 1999 Age 45 54 years,Tot_P_P|Tot_P_F|P_1750_1999_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6058,Total Personal Income (Weekly) by Age by Sex +G6059,F_1750_1999_55_64_yrs,Females 1750 1999 Age 55 64 years,Tot_P_P|Tot_P_F|P_1750_1999_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6059,Total Personal Income (Weekly) by Age by Sex +G6060,F_1750_1999_65_74_yrs,Females 1750 1999 Age 65 74 years,Tot_P_P|Tot_P_F|P_1750_1999_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6060,Total Personal Income (Weekly) by Age by Sex +G6061,F_1750_1999_75_84_yrs,Females 1750 1999 Age 75 84 years,Tot_P_P|Tot_P_F|P_1750_1999_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6061,Total Personal Income (Weekly) by Age by Sex +G6062,F_1750_1999_85ov,Females 1750 1999 Age 85 years and over,Tot_P_P|Tot_P_F|P_1750_1999_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6062,Total Personal Income (Weekly) by Age by Sex +G6063,F_1750_1999_Tot,Females 1750 1999 Total,Tot_P_P|Tot_P_F|P_1750_1999_Tot,G17B,people,age_gender|income,Total|FEMALES,,6063,Total Personal Income (Weekly) by Age by Sex +G6064,F_2000_2999_15_19_yrs,Females 2000 2999 more Age 15 19 years,Tot_P_P|Tot_P_F|P_2000_2999_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6064,Total Personal Income (Weekly) by Age by Sex +G6065,F_2000_2999_20_24_yrs,Females 2000 2999 more Age 20 24 years,Tot_P_P|Tot_P_F|P_2000_2999_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6065,Total Personal Income (Weekly) by Age by Sex +G6066,F_2000_2999_25_34_yrs,Females 2000 2999 more Age 25 34 years,Tot_P_P|Tot_P_F|P_2000_2999_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6066,Total Personal Income (Weekly) by Age by Sex +G6067,F_2000_2999_35_44_yrs,Females 2000 2999 more Age 35 44 years,Tot_P_P|Tot_P_F|P_2000_2999_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6067,Total Personal Income (Weekly) by Age by Sex +G6068,F_2000_2999_45_54_yrs,Females 2000 2999 more Age 45 54 years,Tot_P_P|Tot_P_F|P_2000_2999_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6068,Total Personal Income (Weekly) by Age by Sex +G6069,F_2000_2999_55_64_yrs,Females 2000 2999 more Age 55 64 years,Tot_P_P|Tot_P_F|P_2000_2999_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6069,Total Personal Income (Weekly) by Age by Sex +G6070,F_2000_2999_65_74_yrs,Females 2000 2999 more Age 65 74 years,Tot_P_P|Tot_P_F|P_2000_2999_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6070,Total Personal Income (Weekly) by Age by Sex +G6071,F_2000_2999_75_84_yrs,Females 2000 2999 more Age 75 84 years,Tot_P_P|Tot_P_F|P_2000_2999_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6071,Total Personal Income (Weekly) by Age by Sex +G6072,F_2000_2999_85ov,Females 2000 2999 more Age 85 years and over,Tot_P_P|Tot_P_F|P_2000_2999_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6072,Total Personal Income (Weekly) by Age by Sex +G6073,F_2000_2999_Tot,Females 2000 2999 more Total,Tot_P_P|Tot_P_F|P_2000_2999_Tot,G17B,people,age_gender|income,Total|FEMALES,,6073,Total Personal Income (Weekly) by Age by Sex +G6074,F_3000_more_15_19_yrs,Females 3000 or more Age 15 19 years,Tot_P_P|Tot_P_F|P_3000_more_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6074,Total Personal Income (Weekly) by Age by Sex +G6075,F_3000_more_20_24_yrs,Females 3000 or more Age 20 24 years,Tot_P_P|Tot_P_F|P_3000_more_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6075,Total Personal Income (Weekly) by Age by Sex +G6076,F_3000_more_25_34_yrs,Females 3000 or more Age 25 34 years,Tot_P_P|Tot_P_F|P_3000_more_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6076,Total Personal Income (Weekly) by Age by Sex +G6077,F_3000_more_35_44_yrs,Females 3000 or more Age 35 44 years,Tot_P_P|Tot_P_F|P_3000_more_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6077,Total Personal Income (Weekly) by Age by Sex +G6078,F_3000_more_45_54_yrs,Females 3000 or more Age 45 54 years,Tot_P_P|Tot_P_F|P_3000_more_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6078,Total Personal Income (Weekly) by Age by Sex +G6079,F_3000_more_55_64_yrs,Females 3000 or more Age 55 64 years,Tot_P_P|Tot_P_F|P_3000_more_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6079,Total Personal Income (Weekly) by Age by Sex +G6080,F_3000_more_65_74_yrs,Females 3000 or more Age 65 74 years,Tot_P_P|Tot_P_F|P_3000_more_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6080,Total Personal Income (Weekly) by Age by Sex +G6081,F_3000_more_75_84_yrs,Females 3000 or more Age 75 84 years,Tot_P_P|Tot_P_F|P_3000_more_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6081,Total Personal Income (Weekly) by Age by Sex +G6082,F_3000_more_85ov,Females 3000 or more Age 85 years and over,Tot_P_P|Tot_P_F|P_3000_more_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6082,Total Personal Income (Weekly) by Age by Sex +G6083,F_3000_more_Tot,Females 3000 or more Total,Tot_P_P|Tot_P_F|P_3000_more_Tot,G17B,people,age_gender|income,Total|FEMALES,,6083,Total Personal Income (Weekly) by Age by Sex +G6084,F_PI_NS_15_19_yrs,Females Personal income not stated Age 15 19 years,Tot_P_P|Tot_P_F|P_PI_NS_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6084,Total Personal Income (Weekly) by Age by Sex +G6085,F_PI_NS_ns_20_24_yrs,Females Personal income not stated Age 20 24 years,Tot_P_P|Tot_P_F|P_PI_NS_ns_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6085,Total Personal Income (Weekly) by Age by Sex +G6086,F_PI_NS_ns_25_34_yrs,Females Personal income not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_PI_NS_ns_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6086,Total Personal Income (Weekly) by Age by Sex +G6087,F_PI_NS_ns_35_44_yrs,Females Personal income not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_PI_NS_ns_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6087,Total Personal Income (Weekly) by Age by Sex +G6088,F_PI_NS_ns_45_54_yrs,Females Personal income not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_PI_NS_ns_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6088,Total Personal Income (Weekly) by Age by Sex +G6089,F_PI_NS_ns_55_64_yrs,Females Personal income not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_PI_NS_ns_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6089,Total Personal Income (Weekly) by Age by Sex +G6090,F_PI_NS_ns_65_74_yrs,Females Personal income not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_PI_NS_ns_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6090,Total Personal Income (Weekly) by Age by Sex +G6091,F_PI_NS_ns_75_84_yrs,Females Personal income not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_PI_NS_ns_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6091,Total Personal Income (Weekly) by Age by Sex +G6092,F_PI_NS_ns_85_yrs_ovr,Females Personal income not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_PI_NS_ns_85_yrs_ovr,G17B,people,age_gender|income,85 years and over|FEMALES,,6092,Total Personal Income (Weekly) by Age by Sex +G6093,F_PI_NS_ns_Tot,Females Personal income not stated Total,Tot_P_P|Tot_P_F|P_PI_NS_ns_Tot,G17B,people,age_gender|income,Total|FEMALES,,6093,Total Personal Income (Weekly) by Age by Sex +G6094,F_Tot_15_19_yrs,Females Total Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6094,Total Personal Income (Weekly) by Age by Sex +G6095,F_Tot_20_24_yrs,Females Total Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6095,Total Personal Income (Weekly) by Age by Sex +G6096,F_Tot_25_34_yrs,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6096,Total Personal Income (Weekly) by Age by Sex +G6097,F_Tot_35_44_yrs,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44_yrs,G17B,people,age_gender|income,35-44 years|FEMALES,,6097,Total Personal Income (Weekly) by Age by Sex +G6098,F_Tot_45_54_yrs,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54_yrs,G17B,people,age_gender|income,45-54 years|FEMALES,,6098,Total Personal Income (Weekly) by Age by Sex +G6099,F_Tot_55_64_yrs,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64_yrs,G17B,people,age_gender|income,55-64 years|FEMALES,,6099,Total Personal Income (Weekly) by Age by Sex +G6100,F_Tot_65_74_yrs,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6100,Total Personal Income (Weekly) by Age by Sex +G6101,F_Tot_75_84_yrs,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6101,Total Personal Income (Weekly) by Age by Sex +G6102,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6102,Total Personal Income (Weekly) by Age by Sex +G6103,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G17B,people,age_gender|income,Total|FEMALES,,6103,Total Personal Income (Weekly) by Age by Sex +G6312,F_0_4_yrs_Need_for_assistance,Females 0 4 years Has need for assistance,Tot_P_P|Tot_P_F|P_0_4_yrs_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6312,Core Activity Need for Assistance by Age by Sex +G6313,F_0_4_No_need_for_assistance,Females 0 4 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_0_4_No_need_for_assistance,G18,people,income,No need for assistance|FEMALES,,6313,Core Activity Need for Assistance by Age by Sex +G6314,F_0_4_Need_for_assistance_ns,Females 0 4 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_0_4_Need_for_assistance_ns,G18,people,income,Need for assistance not stated|FEMALES,,6314,Core Activity Need for Assistance by Age by Sex +G6315,F_0_4_yrs_Tot,Females 0 4 years Total,Tot_P_P|Tot_P_F|P_0_4_yrs_Tot,G18,people,income,Total|FEMALES,,6315,Core Activity Need for Assistance by Age by Sex +G6316,F_5_14_Need_for_assistance,Females 5 14 years Has need for assistance,Tot_P_P|Tot_P_F|P_5_14_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6316,Core Activity Need for Assistance by Age by Sex +G6317,F_5_14_No_need_for_assistance,Females 5 14 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_5_14_No_need_for_assistance,G18,people,income,No need for assistance|FEMALES,,6317,Core Activity Need for Assistance by Age by Sex +G6318,F_5_14_Need_for_assistance_ns,Females 5 14 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_5_14_Need_for_assistance_ns,G18,people,income,Need for assistance not stated|FEMALES,,6318,Core Activity Need for Assistance by Age by Sex +G6319,F_5_14_yrs_Tot,Females 5 14 years Total,Tot_P_P|Tot_P_F|P_5_14_yrs_Tot,G18,people,income,Total|FEMALES,,6319,Core Activity Need for Assistance by Age by Sex +G6320,F_15_19_Need_for_assistance,Females 15 19 years Has need for assistance,Tot_P_P|Tot_P_F|P_15_19_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6320,Core Activity Need for Assistance by Age by Sex +G6321,F_15_19_No_need_for_assistnce,Females 15 19 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_15_19_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6321,Core Activity Need for Assistance by Age by Sex +G6322,F_15_19_Need_for_assistnce_ns,Females 15 19 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_15_19_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6322,Core Activity Need for Assistance by Age by Sex +G6323,F_15_19_yrs_Tot,Females 15 19 years Total,Tot_P_P|Tot_P_F|P_15_19_yrs_Tot,G18,people,income,Total|FEMALES,,6323,Core Activity Need for Assistance by Age by Sex +G6324,F_20_24_Need_for_assistance,Females 20 24 years Has need for assistance,Tot_P_P|Tot_P_F|P_20_24_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6324,Core Activity Need for Assistance by Age by Sex +G6325,F_20_24_No_need_for_assistnce,Females 20 24 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_20_24_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6325,Core Activity Need for Assistance by Age by Sex +G6326,F_20_24_Need_for_assistnce_ns,Females 20 24 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_20_24_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6326,Core Activity Need for Assistance by Age by Sex +G6327,F_20_24_yrs_Tot,Females 20 24 years Total,Tot_P_P|Tot_P_F|P_20_24_yrs_Tot,G18,people,income,Total|FEMALES,,6327,Core Activity Need for Assistance by Age by Sex +G6328,F_25_34_Need_for_assistance,Females 25 34 years Has need for assistance,Tot_P_P|Tot_P_F|P_25_34_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6328,Core Activity Need for Assistance by Age by Sex +G6329,F_25_34_No_need_for_assistnce,Females 25 34 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_25_34_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6329,Core Activity Need for Assistance by Age by Sex +G6330,F_25_34_Need_for_assistnce_ns,Females 25 34 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_25_34_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6330,Core Activity Need for Assistance by Age by Sex +G6331,F_25_34_yrs_Tot,Females 25 34 years Total,Tot_P_P|Tot_P_F|P_25_34_yrs_Tot,G18,people,income,Total|FEMALES,,6331,Core Activity Need for Assistance by Age by Sex +G6332,F_35_44_Need_for_assistance,Females 35 44 years Has need for assistance,Tot_P_P|Tot_P_F|P_35_44_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6332,Core Activity Need for Assistance by Age by Sex +G6333,F_35_44_No_need_for_assistnce,Females 35 44 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_35_44_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6333,Core Activity Need for Assistance by Age by Sex +G6334,F_35_44_Need_for_assistnce_ns,Females 35 44 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_35_44_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6334,Core Activity Need for Assistance by Age by Sex +G6335,F_35_44_yrs_Tot,Females 35 44 years Total,Tot_P_P|Tot_P_F|P_35_44_yrs_Tot,G18,people,income,Total|FEMALES,,6335,Core Activity Need for Assistance by Age by Sex +G6336,F_45_54_Need_for_assistance,Females 45 54 years Has need for assistance,Tot_P_P|Tot_P_F|P_45_54_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6336,Core Activity Need for Assistance by Age by Sex +G6337,F_45_54_No_need_for_assistnce,Females 45 54 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_45_54_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6337,Core Activity Need for Assistance by Age by Sex +G6338,F_45_54_Need_for_assistnce_ns,Females 45 54 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_45_54_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6338,Core Activity Need for Assistance by Age by Sex +G6339,F_45_54_yrs_Tot,Females 45 54 years Total,Tot_P_P|Tot_P_F|P_45_54_yrs_Tot,G18,people,income,Total|FEMALES,,6339,Core Activity Need for Assistance by Age by Sex +G6340,F_55_64_Need_for_assistance,Females 55 64 years Has need for assistance,Tot_P_P|Tot_P_F|P_55_64_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6340,Core Activity Need for Assistance by Age by Sex +G6341,F_55_64_No_need_for_assistnce,Females 55 64 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_55_64_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6341,Core Activity Need for Assistance by Age by Sex +G6342,F_55_64_Need_for_assistnce_ns,Females 55 64 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_55_64_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6342,Core Activity Need for Assistance by Age by Sex +G6343,F_55_64_yrs_Tot,Females 55 64 years Total,Tot_P_P|Tot_P_F|P_55_64_yrs_Tot,G18,people,income,Total|FEMALES,,6343,Core Activity Need for Assistance by Age by Sex +G6344,F_65_74_Need_for_assistance,Females 65 74 years Has need for assistance,Tot_P_P|Tot_P_F|P_65_74_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6344,Core Activity Need for Assistance by Age by Sex +G6345,F_65_74_No_need_for_assistnce,Females 65 74 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_65_74_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6345,Core Activity Need for Assistance by Age by Sex +G6346,F_65_74_Need_for_assistnce_ns,Females 65 74 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_65_74_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6346,Core Activity Need for Assistance by Age by Sex +G6347,F_65_74_yrs_Tot,Females 65 74 years Total,Tot_P_P|Tot_P_F|P_65_74_yrs_Tot,G18,people,income,Total|FEMALES,,6347,Core Activity Need for Assistance by Age by Sex +G6348,F_75_84_Need_for_assistance,Females 75 84 years Has need for assistance,Tot_P_P|Tot_P_F|P_75_84_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6348,Core Activity Need for Assistance by Age by Sex +G6349,F_75_84_No_need_for_assistnce,Females 75 84 years Does not have need for assistance,Tot_P_P|Tot_P_F|P_75_84_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6349,Core Activity Need for Assistance by Age by Sex +G6350,F_75_84_Need_for_assistnce_ns,Females 75 84 years Need for assistance not stated,Tot_P_P|Tot_P_F|P_75_84_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6350,Core Activity Need for Assistance by Age by Sex +G6351,F_75_84_yrs_Tot,Females 75 84 years Total,Tot_P_P|Tot_P_F|P_75_84_yrs_Tot,G18,people,income,Total|FEMALES,,6351,Core Activity Need for Assistance by Age by Sex +G6352,F_85_over_Need_for_assistance,Females 85 years and over Has need for assistance,Tot_P_P|Tot_P_F|P_85_over_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6352,Core Activity Need for Assistance by Age by Sex +G6353,F_85_ov_No_need_for_assistnce,Females 85 years and over Does not have need for assistance,Tot_P_P|Tot_P_F|P_85_ov_No_need_for_assistnce,G18,people,income,No need for assistance|FEMALES,,6353,Core Activity Need for Assistance by Age by Sex +G6354,F_85_ov_Need_for_assistnce_ns,Females 85 years and over Need for assistance not stated,Tot_P_P|Tot_P_F|P_85_ov_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|FEMALES,,6354,Core Activity Need for Assistance by Age by Sex +G6355,F_85_yrs_over_Tot,Females 85 years and over Total,Tot_P_P|Tot_P_F|P_85_yrs_over_Tot,G18,people,income,Total|FEMALES,,6355,Core Activity Need for Assistance by Age by Sex +G6356,F_Tot_Need_for_assistance,Females Total Has need for assistance,Tot_P_P|Tot_P_F|P_Tot_Need_for_assistance,G18,people,income,Need for assistance|FEMALES,,6356,Core Activity Need for Assistance by Age by Sex +G6357,F_Tot_No_need_for_assistance,Females Total Does not have need for assistance,Tot_P_P|Tot_P_F|P_Tot_No_need_for_assistance,G18,people,income,No need for assistance|FEMALES,,6357,Core Activity Need for Assistance by Age by Sex +G6358,F_Tot_Need_for_assistance_ns,Females Total Need for assistance not stated,Tot_P_P|Tot_P_F|P_Tot_Need_for_assistance_ns,G18,people,income,Need for assistance not stated|FEMALES,,6358,Core Activity Need for Assistance by Age by Sex +G6359,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G18,people,income,Total|FEMALES,,6359,Core Activity Need for Assistance by Age by Sex +G6448,F_15_19_yr_Volunteer,Females 15 19 years Volunteer,Tot_P_P|Tot_P_F|P_15_19_yr_Volunteer,G19,people,employment,Volunteer|FEMALES,,6448,Voluntary Work for an Organisation or Group by Age by Sex +G6449,F_15_19_yr_N_a_volunteer,Females 15 19 years Not a volunteer,Tot_P_P|Tot_P_F|P_15_19_yr_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6449,Voluntary Work for an Organisation or Group by Age by Sex +G6450,F_15_19_yr_Voluntary_work_ns,Females 15 19 years Voluntary work not stated,Tot_P_P|Tot_P_F|P_15_19_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6450,Voluntary Work for an Organisation or Group by Age by Sex +G6451,F_15_19_yr_Tot,Females 15 19 years Total,Tot_P_P|Tot_P_F|P_15_19_yr_Tot,G19,people,employment,Total|FEMALES,,6451,Voluntary Work for an Organisation or Group by Age by Sex +G6452,F_20_24_yr_Volunteer,Females 20 24 years Volunteer,Tot_P_P|Tot_P_F|P_20_24_yr_Volunteer,G19,people,employment,Volunteer|FEMALES,,6452,Voluntary Work for an Organisation or Group by Age by Sex +G6453,F_20_24_yr_N_a_volunteer,Females 20 24 years Not a volunteer,Tot_P_P|Tot_P_F|P_20_24_yr_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6453,Voluntary Work for an Organisation or Group by Age by Sex +G6454,F_20_24_yr_Voluntary_work_ns,Females 20 24 years Voluntary work not stated,Tot_P_P|Tot_P_F|P_20_24_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6454,Voluntary Work for an Organisation or Group by Age by Sex +G6455,F_20_24_yr_Tot,Females 20 24 years Total,Tot_P_P|Tot_P_F|P_20_24_yr_Tot,G19,people,employment,Total|FEMALES,,6455,Voluntary Work for an Organisation or Group by Age by Sex +G6456,F_25_34_yr_Volunteer,Females 25 34 years Volunteer,Tot_P_P|Tot_P_F|P_25_34_yr_Volunteer,G19,people,employment,Volunteer|FEMALES,,6456,Voluntary Work for an Organisation or Group by Age by Sex +G6457,F_25_34_yr_N_a_volunteer,Females 25 34 years Not a volunteer,Tot_P_P|Tot_P_F|P_25_34_yr_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6457,Voluntary Work for an Organisation or Group by Age by Sex +G6458,F_25_34_yr_Voluntary_work_ns,Females 25 34 years Voluntary work not stated,Tot_P_P|Tot_P_F|P_25_34_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6458,Voluntary Work for an Organisation or Group by Age by Sex +G6459,F_25_34_yr_Tot,Females 25 34 years Total,Tot_P_P|Tot_P_F|P_25_34_yr_Tot,G19,people,employment,Total|FEMALES,,6459,Voluntary Work for an Organisation or Group by Age by Sex +G6460,F_35_44_yr_Volunteer,Females 35 44 years Volunteer,Tot_P_P|Tot_P_F|P_35_44_yr_Volunteer,G19,people,employment,Volunteer|FEMALES,,6460,Voluntary Work for an Organisation or Group by Age by Sex +G6461,F_35_44_yr_N_a_volunteer,Females 35 44 years Not a volunteer,Tot_P_P|Tot_P_F|P_35_44_yr_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6461,Voluntary Work for an Organisation or Group by Age by Sex +G6462,F_35_44_yr_Voluntary_work_ns,Females 35 44 years Voluntary work not stated,Tot_P_P|Tot_P_F|P_35_44_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6462,Voluntary Work for an Organisation or Group by Age by Sex +G6463,F_35_44_yr_Tot,Females 35 44 years Total,Tot_P_P|Tot_P_F|P_35_44_yr_Tot,G19,people,employment,Total|FEMALES,,6463,Voluntary Work for an Organisation or Group by Age by Sex +G6464,F_45_54_yr_Volunteer,Females 45 54 years Volunteer,Tot_P_P|Tot_P_F|P_45_54_yr_Volunteer,G19,people,employment,Volunteer|FEMALES,,6464,Voluntary Work for an Organisation or Group by Age by Sex +G6465,F_45_54_yr_N_a_volunteer,Females 45 54 years Not a volunteer,Tot_P_P|Tot_P_F|P_45_54_yr_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6465,Voluntary Work for an Organisation or Group by Age by Sex +G6466,F_45_54_yr_Voluntary_work_ns,Females 45 54 years Voluntary work not stated,Tot_P_P|Tot_P_F|P_45_54_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6466,Voluntary Work for an Organisation or Group by Age by Sex +G6467,F_45_54_yr_Tot,Females 45 54 years Total,Tot_P_P|Tot_P_F|P_45_54_yr_Tot,G19,people,employment,Total|FEMALES,,6467,Voluntary Work for an Organisation or Group by Age by Sex +G6468,F_55_64_yr_Volunteer,Females 55 64 years Volunteer,Tot_P_P|Tot_P_F|P_55_64_yr_Volunteer,G19,people,employment,Volunteer|FEMALES,,6468,Voluntary Work for an Organisation or Group by Age by Sex +G6469,F_55_64_yr_N_a_volunteer,Females 55 64 years Not a volunteer,Tot_P_P|Tot_P_F|P_55_64_yr_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6469,Voluntary Work for an Organisation or Group by Age by Sex +G6470,F_55_64_yr_Voluntary_work_ns,Females 55 64 years Voluntary work not stated,Tot_P_P|Tot_P_F|P_55_64_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6470,Voluntary Work for an Organisation or Group by Age by Sex +G6471,F_55_64_yr_Tot,Females 55 64 years Total,Tot_P_P|Tot_P_F|P_55_64_yr_Tot,G19,people,employment,Total|FEMALES,,6471,Voluntary Work for an Organisation or Group by Age by Sex +G6472,F_65_74_yr_Volunteer,Females 65 74 years Volunteer,Tot_P_P|Tot_P_F|P_65_74_yr_Volunteer,G19,people,employment,Volunteer|FEMALES,,6472,Voluntary Work for an Organisation or Group by Age by Sex +G6473,F_65_74_yr_N_a_volunteer,Females 65 74 years Not a volunteer,Tot_P_P|Tot_P_F|P_65_74_yr_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6473,Voluntary Work for an Organisation or Group by Age by Sex +G6474,F_65_74_yr_Voluntary_work_ns,Females 65 74 years Voluntary work not stated,Tot_P_P|Tot_P_F|P_65_74_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6474,Voluntary Work for an Organisation or Group by Age by Sex +G6475,F_65_74_yr_Tot,Females 65 74 years Total,Tot_P_P|Tot_P_F|P_65_74_yr_Tot,G19,people,employment,Total|FEMALES,,6475,Voluntary Work for an Organisation or Group by Age by Sex +G6476,F_75_84_yr_Volunteer,Females 75 84 years Volunteer,Tot_P_P|Tot_P_F|P_75_84_yr_Volunteer,G19,people,employment,Volunteer|FEMALES,,6476,Voluntary Work for an Organisation or Group by Age by Sex +G6477,F_75_84_yr_N_a_volunteer,Females 75 84 years Not a volunteer,Tot_P_P|Tot_P_F|P_75_84_yr_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6477,Voluntary Work for an Organisation or Group by Age by Sex +G6478,F_75_84_yr_Voluntary_work_ns,Females 75 84 years Voluntary work not stated,Tot_P_P|Tot_P_F|P_75_84_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6478,Voluntary Work for an Organisation or Group by Age by Sex +G6479,F_75_84_yr_Tot,Females 75 84 years Total,Tot_P_P|Tot_P_F|P_75_84_yr_Tot,G19,people,employment,Total|FEMALES,,6479,Voluntary Work for an Organisation or Group by Age by Sex +G6480,F_85ov_Volunteer,Females 85 years and over Volunteer,Tot_P_P|Tot_P_F|P_85ov_Volunteer,G19,people,employment,Volunteer|FEMALES,,6480,Voluntary Work for an Organisation or Group by Age by Sex +G6481,F_85ov_N_a_volunteer,Females 85 years and over Not a volunteer,Tot_P_P|Tot_P_F|P_85ov_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6481,Voluntary Work for an Organisation or Group by Age by Sex +G6482,F_85_ov_Voluntary_work_ns,Females 85 years and over Voluntary work not stated,Tot_P_P|Tot_P_F|P_85_ov_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6482,Voluntary Work for an Organisation or Group by Age by Sex +G6483,F_85ov_Tot,Females 85 years and over Total,Tot_P_P|Tot_P_F|P_85ov_Tot,G19,people,employment,Total|FEMALES,,6483,Voluntary Work for an Organisation or Group by Age by Sex +G6484,F_Tot_Volunteer,Females Total Volunteer,Tot_P_P|Tot_P_F|P_Tot_Volunteer,G19,people,employment,Volunteer|FEMALES,,6484,Voluntary Work for an Organisation or Group by Age by Sex +G6485,F_Tot_N_a_volunteer,Females Total Not a volunteer,Tot_P_P|Tot_P_F|P_Tot_N_a_volunteer,G19,people,employment,Not a volunteer|FEMALES,,6485,Voluntary Work for an Organisation or Group by Age by Sex +G6486,F_Tot_Voluntary_work_ns,Females Total Voluntary work not stated,Tot_P_P|Tot_P_F|P_Tot_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|FEMALES,,6486,Voluntary Work for an Organisation or Group by Age by Sex +G6487,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G19,people,employment,Total|FEMALES,,6487,Voluntary Work for an Organisation or Group by Age by Sex +G6598,F_15_19y_DUDW_LT_5_h,Females 15 19 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_15_19y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6598,Unpaid Domestic Work: Number of House by Age by Sex +G6599,F_15_19y_DUDW_5_14_h,Females 15 19 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_15_19y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6599,Unpaid Domestic Work: Number of House by Age by Sex +G6600,F_15_19y_DUDW_15_29_h,Females 15 19 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_15_19y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6600,Unpaid Domestic Work: Number of House by Age by Sex +G6601,F_15_19y_DUDW_30_h_mo,Females 15 19 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_15_19y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6601,Unpaid Domestic Work: Number of House by Age by Sex +G6602,F_15_19y_DNUDW,Females 15 19 years Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_15_19y_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6602,Unpaid Domestic Work: Number of House by Age by Sex +G6603,F_15_19y_UDW_NS,Females 15 19 years Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_15_19y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6603,Unpaid Domestic Work: Number of House by Age by Sex +G6604,F_15_19y_Total,Females 15 19 years Total,Tot_P_P|Tot_P_F|P_15_19y_Total,G20A,people,employment,Total|FEMALES,,6604,Unpaid Domestic Work: Number of House by Age by Sex +G6605,F_20_24y_DUDW_LT_5_h,Females 20 24 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_20_24y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6605,Unpaid Domestic Work: Number of House by Age by Sex +G6606,F_20_24y_DUDW_5_14_h,Females 20 24 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_20_24y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6606,Unpaid Domestic Work: Number of House by Age by Sex +G6607,F_20_24y_DUDW_15_29_h,Females 20 24 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_20_24y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6607,Unpaid Domestic Work: Number of House by Age by Sex +G6608,F_20_24y_DUDW_30_h_mo,Females 20 24 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_20_24y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6608,Unpaid Domestic Work: Number of House by Age by Sex +G6609,F_20_24y_DNUDW,Females 20 24 years Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_20_24y_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6609,Unpaid Domestic Work: Number of House by Age by Sex +G6610,F_20_24y_UDW_NS,Females 20 24 years Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_20_24y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6610,Unpaid Domestic Work: Number of House by Age by Sex +G6611,F_20_24y_Total,Females 20 24 years Total,Tot_P_P|Tot_P_F|P_20_24y_Total,G20A,people,employment,Total|FEMALES,,6611,Unpaid Domestic Work: Number of House by Age by Sex +G6612,F_25_34y_DUDW_LT_5_h,Females 25 34 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_25_34y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6612,Unpaid Domestic Work: Number of House by Age by Sex +G6613,F_25_34y_DUDW_5_14_h,Females 25 34 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_25_34y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6613,Unpaid Domestic Work: Number of House by Age by Sex +G6614,F_25_34y_DUDW_15_29_h,Females 25 34 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_25_34y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6614,Unpaid Domestic Work: Number of House by Age by Sex +G6615,F_25_34y_DUDW_30_h_mo,Females 25 34 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_25_34y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6615,Unpaid Domestic Work: Number of House by Age by Sex +G6616,F_25_34y_DNUDW,Females 25 34 years Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_25_34y_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6616,Unpaid Domestic Work: Number of House by Age by Sex +G6617,F_25_34y_UDW_NS,Females 25 34 years Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_25_34y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6617,Unpaid Domestic Work: Number of House by Age by Sex +G6618,F_25_34y_Total,Females 25 34 years Total,Tot_P_P|Tot_P_F|P_25_34y_Total,G20A,people,employment,Total|FEMALES,,6618,Unpaid Domestic Work: Number of House by Age by Sex +G6619,F_35_44y_DUDW_LT_5_h,Females 35 44 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_35_44y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6619,Unpaid Domestic Work: Number of House by Age by Sex +G6620,F_35_44y_DUDW_5_14_h,Females 35 44 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_35_44y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6620,Unpaid Domestic Work: Number of House by Age by Sex +G6621,F_35_44y_DUDW_15_29_h,Females 35 44 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_35_44y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6621,Unpaid Domestic Work: Number of House by Age by Sex +G6622,F_35_44y_DUDW_30_h_mo,Females 35 44 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_35_44y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6622,Unpaid Domestic Work: Number of House by Age by Sex +G6623,F_35_44y_DNUDW,Females 35 44 years Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_35_44y_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6623,Unpaid Domestic Work: Number of House by Age by Sex +G6624,F_35_44y_UDW_NS,Females 35 44 years Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_35_44y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6624,Unpaid Domestic Work: Number of House by Age by Sex +G6625,F_35_44y_Total,Females 35 44 years Total,Tot_P_P|Tot_P_F|P_35_44y_Total,G20A,people,employment,Total|FEMALES,,6625,Unpaid Domestic Work: Number of House by Age by Sex +G6626,F_45_54y_DUDW_LT_5_h,Females 45 54 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_45_54y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6626,Unpaid Domestic Work: Number of House by Age by Sex +G6627,F_45_54y_DUDW_5_14_h,Females 45 54 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_45_54y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6627,Unpaid Domestic Work: Number of House by Age by Sex +G6628,F_45_54y_DUDW_15_29_h,Females 45 54 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_45_54y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6628,Unpaid Domestic Work: Number of House by Age by Sex +G6629,F_45_54y_DUDW_30_h_mo,Females 45 54 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_45_54y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6629,Unpaid Domestic Work: Number of House by Age by Sex +G6630,F_45_54y_DNUDW,Females 45 54 years Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_45_54y_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6630,Unpaid Domestic Work: Number of House by Age by Sex +G6631,F_45_54y_UDW_NS,Females 45 54 years Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_45_54y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6631,Unpaid Domestic Work: Number of House by Age by Sex +G6632,F_45_54y_Total,Females 45 54 years Total,Tot_P_P|Tot_P_F|P_45_54y_Total,G20A,people,employment,Total|FEMALES,,6632,Unpaid Domestic Work: Number of House by Age by Sex +G6633,F_55_64y_DUDW_LT_5_h,Females 55 64 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_55_64y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6633,Unpaid Domestic Work: Number of House by Age by Sex +G6634,F_55_64y_DUDW_5_14_h,Females 55 64 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_55_64y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6634,Unpaid Domestic Work: Number of House by Age by Sex +G6635,F_55_64y_DUDW_15_29_h,Females 55 64 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_55_64y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6635,Unpaid Domestic Work: Number of House by Age by Sex +G6636,F_55_64y_DUDW_30_h_mo,Females 55 64 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_55_64y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6636,Unpaid Domestic Work: Number of House by Age by Sex +G6637,F_55_64y_DNUDW,Females 55 64 years Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_55_64y_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6637,Unpaid Domestic Work: Number of House by Age by Sex +G6638,F_55_64y_UDW_NS,Females 55 64 years Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_55_64y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6638,Unpaid Domestic Work: Number of House by Age by Sex +G6639,F_55_64y_Total,Females 55 64 years Total,Tot_P_P|Tot_P_F|P_55_64y_Total,G20A,people,employment,Total|FEMALES,,6639,Unpaid Domestic Work: Number of House by Age by Sex +G6640,F_65_74y_DUDW_LT_5_h,Females 65 74 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_65_74y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6640,Unpaid Domestic Work: Number of House by Age by Sex +G6641,F_65_74y_DUDW_5_14_h,Females 65 74 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_65_74y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6641,Unpaid Domestic Work: Number of House by Age by Sex +G6642,F_65_74y_DUDW_15_29_h,Females 65 74 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_65_74y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6642,Unpaid Domestic Work: Number of House by Age by Sex +G6643,F_65_74y_DUDW_30_h_mo,Females 65 74 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_65_74y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6643,Unpaid Domestic Work: Number of House by Age by Sex +G6644,F_65_74y_DNUDW,Females 65 74 years Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_65_74y_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6644,Unpaid Domestic Work: Number of House by Age by Sex +G6645,F_65_74y_UDW_NS,Females 65 74 years Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_65_74y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6645,Unpaid Domestic Work: Number of House by Age by Sex +G6646,F_65_74y_Total,Females 65 74 years Total,Tot_P_P|Tot_P_F|P_65_74y_Total,G20A,people,employment,Total|FEMALES,,6646,Unpaid Domestic Work: Number of House by Age by Sex +G6647,F_75_84y_DUDW_LT_5_h,Females 75 84 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_75_84y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6647,Unpaid Domestic Work: Number of House by Age by Sex +G6648,F_75_84y_DUDW_5_14_h,Females 75 84 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_75_84y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6648,Unpaid Domestic Work: Number of House by Age by Sex +G6649,F_75_84y_DUDW_15_29_h,Females 75 84 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_75_84y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6649,Unpaid Domestic Work: Number of House by Age by Sex +G6650,F_75_84y_DUDW_30_h_mo,Females 75 84 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_75_84y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6650,Unpaid Domestic Work: Number of House by Age by Sex +G6651,F_75_84y_DNUDW,Females 75 84 years Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_75_84y_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6651,Unpaid Domestic Work: Number of House by Age by Sex +G6652,F_75_84y_UDW_NS,Females 75 84 years Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_75_84y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6652,Unpaid Domestic Work: Number of House by Age by Sex +G6653,F_75_84y_Total,Females 75 84 years Total,Tot_P_P|Tot_P_F|P_75_84y_Total,G20A,people,employment,Total|FEMALES,,6653,Unpaid Domestic Work: Number of House by Age by Sex +G6654,F_85y_ov_DUDW_LT_5_h,Females 85 years and over Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_85y_ov_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6654,Unpaid Domestic Work: Number of House by Age by Sex +G6655,F_85y_ov_DUDW_5_14_h,Females 85 years and over Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_85y_ov_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6655,Unpaid Domestic Work: Number of House by Age by Sex +G6656,F_85y_ov_DUDW_15_29_h,Females 85 years and over Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_85y_ov_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6656,Unpaid Domestic Work: Number of House by Age by Sex +G6657,F_85y_ov_DUDW_30_h_mo,Females 85 years and over Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_85y_ov_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6657,Unpaid Domestic Work: Number of House by Age by Sex +G6658,F_85y_ov_DNUDW,Females 85 years and over Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_85y_ov_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6658,Unpaid Domestic Work: Number of House by Age by Sex +G6659,F_85y_ov_UDW_NS,Females 85 years and over Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_85y_ov_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6659,Unpaid Domestic Work: Number of House by Age by Sex +G6660,F_85y_ov_Total,Females 85 years and over Total,Tot_P_P|Tot_P_F|P_85y_ov_Total,G20A,people,employment,Total|FEMALES,,6660,Unpaid Domestic Work: Number of House by Age by Sex +G6661,F_Tot_DUDW_LT_5_h,Females Total Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_F|P_Tot_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|FEMALES,,6661,Unpaid Domestic Work: Number of House by Age by Sex +G6662,F_Tot_DUDW_5_14_h,Females Total Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_F|P_Tot_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|FEMALES,,6662,Unpaid Domestic Work: Number of House by Age by Sex +G6663,F_Tot_DUDW_15_29_h,Females Total Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_F|P_Tot_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|FEMALES,,6663,Unpaid Domestic Work: Number of House by Age by Sex +G6664,F_Tot_DUDW_30_h_mo,Females Total Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_F|P_Tot_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|FEMALES,,6664,Unpaid Domestic Work: Number of House by Age by Sex +G6665,F_Tot_DNUDW,Females Total Did no unpaid domestic work,Tot_P_P|Tot_P_F|P_Tot_DNUDW,G20A,people,employment,Did no unpaid domestic work|FEMALES,,6665,Unpaid Domestic Work: Number of House by Age by Sex +G6666,F_Tot_UDW_NS,Females Total Unpaid domestic work not stated,Tot_P_P|Tot_P_F|P_Tot_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|FEMALES,,6666,Unpaid Domestic Work: Number of House by Age by Sex +G6667,F_Tot_Total,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Total,G20A,people,employment,Total|FEMALES,,6667,Unpaid Domestic Work: Number of House by Age by Sex +G6778,F_15_19_Prvided_unpaid_assist,Females 15 19 years Provided unpaid assistance,Tot_P_P|Tot_P_F|P_15_19_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6778,Unpaid Assistance to a Person with a Disability by Age by Sex +G6779,F_15_19_No_unpad_asst_prvided,Females 15 19 years No unpaid assistance provided,Tot_P_P|Tot_P_F|P_15_19_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6779,Unpaid Assistance to a Person with a Disability by Age by Sex +G6780,F_15_19_Unpaid_assist_ns,Females 15 19 years Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_15_19_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6780,Unpaid Assistance to a Person with a Disability by Age by Sex +G6781,F_15_19_Tot,Females 15 19 years Total,Tot_P_P|Tot_P_F|P_15_19_Tot,G21,people,employment,Total|FEMALES,,6781,Unpaid Assistance to a Person with a Disability by Age by Sex +G6782,F_20_24_Prvided_unpaid_assist,Females 20 24 years Provided unpaid assistance,Tot_P_P|Tot_P_F|P_20_24_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6782,Unpaid Assistance to a Person with a Disability by Age by Sex +G6783,F_20_24_No_unpad_asst_prvided,Females 20 24 years No unpaid assistance provided,Tot_P_P|Tot_P_F|P_20_24_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6783,Unpaid Assistance to a Person with a Disability by Age by Sex +G6784,F_20_24_Unpaid_assist_ns,Females 20 24 years Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_20_24_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6784,Unpaid Assistance to a Person with a Disability by Age by Sex +G6785,F_20_24_Tot,Females 20 24 years Total,Tot_P_P|Tot_P_F|P_20_24_Tot,G21,people,employment,Total|FEMALES,,6785,Unpaid Assistance to a Person with a Disability by Age by Sex +G6786,F_25_34_Prvided_unpaid_assist,Females 25 34 years Provided unpaid assistance,Tot_P_P|Tot_P_F|P_25_34_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6786,Unpaid Assistance to a Person with a Disability by Age by Sex +G6787,F_25_34_No_unpad_asst_prvided,Females 25 34 years No unpaid assistance provided,Tot_P_P|Tot_P_F|P_25_34_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6787,Unpaid Assistance to a Person with a Disability by Age by Sex +G6788,F_25_34_Unpaid_assist_ns,Females 25 34 years Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_25_34_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6788,Unpaid Assistance to a Person with a Disability by Age by Sex +G6789,F_25_34_Tot,Females 25 34 years Total,Tot_P_P|Tot_P_F|P_25_34_Tot,G21,people,employment,Total|FEMALES,,6789,Unpaid Assistance to a Person with a Disability by Age by Sex +G6790,F_35_44_Prvided_unpaid_assist,Females 35 44 years Provided unpaid assistance,Tot_P_P|Tot_P_F|P_35_44_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6790,Unpaid Assistance to a Person with a Disability by Age by Sex +G6791,F_35_44_No_unpad_asst_prvided,Females 35 44 years No unpaid assistance provided,Tot_P_P|Tot_P_F|P_35_44_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6791,Unpaid Assistance to a Person with a Disability by Age by Sex +G6792,F_35_44_Unpaid_assist_ns,Females 35 44 years Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_35_44_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6792,Unpaid Assistance to a Person with a Disability by Age by Sex +G6793,F_35_44_Tot,Females 35 44 years Total,Tot_P_P|Tot_P_F|P_35_44_Tot,G21,people,employment,Total|FEMALES,,6793,Unpaid Assistance to a Person with a Disability by Age by Sex +G6794,F_45_54_Prvided_unpaid_assist,Females 45 54 years Provided unpaid assistance,Tot_P_P|Tot_P_F|P_45_54_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6794,Unpaid Assistance to a Person with a Disability by Age by Sex +G6795,F_45_54_No_unpad_asst_prvided,Females 45 54 years No unpaid assistance provided,Tot_P_P|Tot_P_F|P_45_54_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6795,Unpaid Assistance to a Person with a Disability by Age by Sex +G6796,F_45_54_Unpaid_assist_ns,Females 45 54 years Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_45_54_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6796,Unpaid Assistance to a Person with a Disability by Age by Sex +G6797,F_45_54_Tot,Females 45 54 years Total,Tot_P_P|Tot_P_F|P_45_54_Tot,G21,people,employment,Total|FEMALES,,6797,Unpaid Assistance to a Person with a Disability by Age by Sex +G6798,F_55_64_Prvided_unpaid_assist,Females 55 64 years Provided unpaid assistance,Tot_P_P|Tot_P_F|P_55_64_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6798,Unpaid Assistance to a Person with a Disability by Age by Sex +G6799,F_55_64_No_unpad_asst_prvided,Females 55 64 years No unpaid assistance provided,Tot_P_P|Tot_P_F|P_55_64_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6799,Unpaid Assistance to a Person with a Disability by Age by Sex +G6800,F_55_64_Unpaid_assist_ns,Females 55 64 years Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_55_64_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6800,Unpaid Assistance to a Person with a Disability by Age by Sex +G6801,F_55_64_Tot,Females 55 64 years Total,Tot_P_P|Tot_P_F|P_55_64_Tot,G21,people,employment,Total|FEMALES,,6801,Unpaid Assistance to a Person with a Disability by Age by Sex +G6802,F_65_74_Prvided_unpaid_assist,Females 65 74 years Provided unpaid assistance,Tot_P_P|Tot_P_F|P_65_74_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6802,Unpaid Assistance to a Person with a Disability by Age by Sex +G6803,F_65_74_No_unpad_asst_prvided,Females 65 74 years No unpaid assistance provided,Tot_P_P|Tot_P_F|P_65_74_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6803,Unpaid Assistance to a Person with a Disability by Age by Sex +G6804,F_65_74_Unpaid_assist_ns,Females 65 74 years Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_65_74_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6804,Unpaid Assistance to a Person with a Disability by Age by Sex +G6805,F_65_74_Tot,Females 65 74 years Total,Tot_P_P|Tot_P_F|P_65_74_Tot,G21,people,employment,Total|FEMALES,,6805,Unpaid Assistance to a Person with a Disability by Age by Sex +G6806,F_75_84_Prvided_unpaid_assist,Females 75 84 years Provided unpaid assistance,Tot_P_P|Tot_P_F|P_75_84_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6806,Unpaid Assistance to a Person with a Disability by Age by Sex +G6807,F_75_84_No_unpad_asst_prvided,Females 75 84 years No unpaid assistance provided,Tot_P_P|Tot_P_F|P_75_84_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6807,Unpaid Assistance to a Person with a Disability by Age by Sex +G6808,F_75_84_Unpaid_assist_ns,Females 75 84 years Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_75_84_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6808,Unpaid Assistance to a Person with a Disability by Age by Sex +G6809,F_75_84_Tot,Females 75 84 years Total,Tot_P_P|Tot_P_F|P_75_84_Tot,G21,people,employment,Total|FEMALES,,6809,Unpaid Assistance to a Person with a Disability by Age by Sex +G6810,F_85_ov_Prvided_unpaid_assist,Females 85 years and over Provided unpaid assistance,Tot_P_P|Tot_P_F|P_85_ov_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6810,Unpaid Assistance to a Person with a Disability by Age by Sex +G6811,F_85_ov_No_unpad_asst_prvided,Females 85 years and over No unpaid assistance provided,Tot_P_P|Tot_P_F|P_85_ov_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6811,Unpaid Assistance to a Person with a Disability by Age by Sex +G6812,F_85_ov_Unpaid_assist_ns,Females 85 years and over Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_85_ov_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6812,Unpaid Assistance to a Person with a Disability by Age by Sex +G6813,F_85_ov_Tot,Females 85 years and over Total,Tot_P_P|Tot_P_F|P_85_ov_Tot,G21,people,employment,Total|FEMALES,,6813,Unpaid Assistance to a Person with a Disability by Age by Sex +G6814,F_Tot_prvided_unpaid_assist,Females Total Provided unpaid assistance,Tot_P_P|Tot_P_F|P_Tot_prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|FEMALES,,6814,Unpaid Assistance to a Person with a Disability by Age by Sex +G6815,F_Tot_No_unpaid_asst_prvided,Females Total No unpaid assistance provided,Tot_P_P|Tot_P_F|P_Tot_No_unpaid_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6815,Unpaid Assistance to a Person with a Disability by Age by Sex +G6816,F_Tot_Unpaid_assist_ns,Females Total Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_Tot_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6816,Unpaid Assistance to a Person with a Disability by Age by Sex +G6817,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G21,people,employment,Total|FEMALES,,6817,Unpaid Assistance to a Person with a Disability by Age by Sex +G6928,F_15_19_CF_Own_CCO,Females 15 19 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_15_19_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6928,Unpaid Child Care by Age by Sex +G6929,F_15_19_CF_Oth_CCO,Females 15 19 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_15_19_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6929,Unpaid Child Care by Age by Sex +G6930,F_15_19_CF_Own_CC_Oth_CC,Females 15 19 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_15_19_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6930,Unpaid Child Care by Age by Sex +G6931,F_15_19_CF_Total,Females 15 19 years Cared for Total,Tot_P_P|Tot_P_F|P_15_19_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6931,Unpaid Child Care by Age by Sex +G6932,F_15_19_DNPCC,Females 15 19 years Did not provide child care,Tot_P_P|Tot_P_F|P_15_19_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6932,Unpaid Child Care by Age by Sex +G6933,F_15_19_UCC_NS,Females 15 19 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_15_19_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6933,Unpaid Child Care by Age by Sex +G6934,F_15_19_Total,Females 15 19 years Total,Tot_P_P|Tot_P_F|P_15_19_Total,G22A,people,families,Total|FEMALES,,6934,Unpaid Child Care by Age by Sex +G6935,F_20_24_CF_Own_CCO,Females 20 24 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_20_24_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6935,Unpaid Child Care by Age by Sex +G6936,F_20_24_CF_Oth_CCO,Females 20 24 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_20_24_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6936,Unpaid Child Care by Age by Sex +G6937,F_20_24_CF_Own_CC_Oth_CC,Females 20 24 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_20_24_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6937,Unpaid Child Care by Age by Sex +G6938,F_20_24_CF_Total,Females 20 24 years Cared for Total,Tot_P_P|Tot_P_F|P_20_24_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6938,Unpaid Child Care by Age by Sex +G6939,F_20_24_DNPCC,Females 20 24 years Did not provide child care,Tot_P_P|Tot_P_F|P_20_24_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6939,Unpaid Child Care by Age by Sex +G6940,F_20_24_UCC_NS,Females 20 24 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_20_24_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6940,Unpaid Child Care by Age by Sex +G6941,F_20_24_Total,Females 20 24 years Total,Tot_P_P|Tot_P_F|P_20_24_Total,G22A,people,families,Total|FEMALES,,6941,Unpaid Child Care by Age by Sex +G6942,F_25_34_CF_Own_CCO,Females 25 34 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_25_34_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6942,Unpaid Child Care by Age by Sex +G6943,F_25_34_CF_Oth_CCO,Females 25 34 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_25_34_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6943,Unpaid Child Care by Age by Sex +G6944,F_25_34_CF_Own_CC_Oth_CC,Females 25 34 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_25_34_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6944,Unpaid Child Care by Age by Sex +G6945,F_25_34_CF_Total,Females 25 34 years Cared for Total,Tot_P_P|Tot_P_F|P_25_34_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6945,Unpaid Child Care by Age by Sex +G6946,F_25_34_DNPCC,Females 25 34 years Did not provide child care,Tot_P_P|Tot_P_F|P_25_34_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6946,Unpaid Child Care by Age by Sex +G6947,F_25_34_UCC_NS,Females 25 34 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_25_34_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6947,Unpaid Child Care by Age by Sex +G6948,F_25_34_Total,Females 25 34 years Total,Tot_P_P|Tot_P_F|P_25_34_Total,G22A,people,families,Total|FEMALES,,6948,Unpaid Child Care by Age by Sex +G6949,F_35_44_CF_Own_CCO,Females 35 44 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_35_44_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6949,Unpaid Child Care by Age by Sex +G6950,F_35_44_CF_Oth_CCO,Females 35 44 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_35_44_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6950,Unpaid Child Care by Age by Sex +G6951,F_35_44_CF_Own_CC_Oth_CC,Females 35 44 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_35_44_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6951,Unpaid Child Care by Age by Sex +G6952,F_35_44_CF_Total,Females 35 44 years Cared for Total,Tot_P_P|Tot_P_F|P_35_44_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6952,Unpaid Child Care by Age by Sex +G6953,F_35_44_DNPCC,Females 35 44 years Did not provide child care,Tot_P_P|Tot_P_F|P_35_44_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6953,Unpaid Child Care by Age by Sex +G6954,F_35_44_UCC_NS,Females 35 44 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_35_44_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6954,Unpaid Child Care by Age by Sex +G6955,F_35_44_Total,Females 35 44 years Total,Tot_P_P|Tot_P_F|P_35_44_Total,G22A,people,families,Total|FEMALES,,6955,Unpaid Child Care by Age by Sex +G6956,F_45_54_CF_Own_CCO,Females 45 54 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_45_54_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6956,Unpaid Child Care by Age by Sex +G6957,F_45_54_CF_Oth_CCO,Females 45 54 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_45_54_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6957,Unpaid Child Care by Age by Sex +G6958,F_45_54_CF_Own_CC_Oth_CC,Females 45 54 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_45_54_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6958,Unpaid Child Care by Age by Sex +G6959,F_45_54_CF_Total,Females 45 54 years Cared for Total,Tot_P_P|Tot_P_F|P_45_54_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6959,Unpaid Child Care by Age by Sex +G6960,F_45_54_DNPCC,Females 45 54 years Did not provide child care,Tot_P_P|Tot_P_F|P_45_54_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6960,Unpaid Child Care by Age by Sex +G6961,F_45_54_UCC_NS,Females 45 54 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_45_54_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6961,Unpaid Child Care by Age by Sex +G6962,F_45_54_Total,Females 45 54 years Total,Tot_P_P|Tot_P_F|P_45_54_Total,G22A,people,families,Total|FEMALES,,6962,Unpaid Child Care by Age by Sex +G6963,F_55_64_CF_Own_CCO,Females 55 64 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_55_64_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6963,Unpaid Child Care by Age by Sex +G6964,F_55_64_CF_Oth_CCO,Females 55 64 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_55_64_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6964,Unpaid Child Care by Age by Sex +G6965,F_55_64_CF_Own_CC_Oth_CC,Females 55 64 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_55_64_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6965,Unpaid Child Care by Age by Sex +G6966,F_55_64_CF_Total,Females 55 64 years Cared for Total,Tot_P_P|Tot_P_F|P_55_64_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6966,Unpaid Child Care by Age by Sex +G6967,F_55_64_DNPCC,Females 55 64 years Did not provide child care,Tot_P_P|Tot_P_F|P_55_64_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6967,Unpaid Child Care by Age by Sex +G6968,F_55_64_UCC_NS,Females 55 64 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_55_64_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6968,Unpaid Child Care by Age by Sex +G6969,F_55_64_Total,Females 55 64 years Total,Tot_P_P|Tot_P_F|P_55_64_Total,G22A,people,families,Total|FEMALES,,6969,Unpaid Child Care by Age by Sex +G6970,F_65_74_CF_Own_CCO,Females 65 74 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_65_74_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6970,Unpaid Child Care by Age by Sex +G6971,F_65_74_CF_Oth_CCO,Females 65 74 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_65_74_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6971,Unpaid Child Care by Age by Sex +G6972,F_65_74_CF_Own_CC_Oth_CC,Females 65 74 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_65_74_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6972,Unpaid Child Care by Age by Sex +G6973,F_65_74_CF_Total,Females 65 74 years Cared for Total,Tot_P_P|Tot_P_F|P_65_74_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6973,Unpaid Child Care by Age by Sex +G6974,F_65_74_DNPCC,Females 65 74 years Did not provide child care,Tot_P_P|Tot_P_F|P_65_74_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6974,Unpaid Child Care by Age by Sex +G6975,F_65_74_UCC_NS,Females 65 74 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_65_74_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6975,Unpaid Child Care by Age by Sex +G6976,F_65_74_Total,Females 65 74 years Total,Tot_P_P|Tot_P_F|P_65_74_Total,G22A,people,families,Total|FEMALES,,6976,Unpaid Child Care by Age by Sex +G6977,F_75_84_CF_Own_CCO,Females 75 84 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_75_84_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6977,Unpaid Child Care by Age by Sex +G6978,F_75_84_CF_Oth_CCO,Females 75 84 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_75_84_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6978,Unpaid Child Care by Age by Sex +G6979,F_75_84_CF_Own_CC_Oth_CC,Females 75 84 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_75_84_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6979,Unpaid Child Care by Age by Sex +G6980,F_75_84_CF_Total,Females 75 84 years Cared for Total,Tot_P_P|Tot_P_F|P_75_84_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6980,Unpaid Child Care by Age by Sex +G6981,F_75_84_DNPCC,Females 75 84 years Did not provide child care,Tot_P_P|Tot_P_F|P_75_84_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6981,Unpaid Child Care by Age by Sex +G6982,F_75_84_UCC_NS,Females 75 84 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_75_84_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6982,Unpaid Child Care by Age by Sex +G6983,F_75_84_Total,Females 75 84 years Total,Tot_P_P|Tot_P_F|P_75_84_Total,G22A,people,families,Total|FEMALES,,6983,Unpaid Child Care by Age by Sex +G6984,F_85ov_CF_Own_CCO,Females 85 years and over Cared for Own child children only,Tot_P_P|Tot_P_F|P_85ov_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6984,Unpaid Child Care by Age by Sex +G6985,F_85ov_CF_Oth_CCO,Females 85 years and over Cared for Other child children only,Tot_P_P|Tot_P_F|P_85ov_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6985,Unpaid Child Care by Age by Sex +G6986,F_85ov_CF_Own_CC_Oth_CC,Females 85 years and over Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_85ov_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6986,Unpaid Child Care by Age by Sex +G6987,F_85ov_CF_Total,Females 85 years and over Cared for Total,Tot_P_P|Tot_P_F|P_85ov_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6987,Unpaid Child Care by Age by Sex +G6988,F_85ov_DNPCC,Females 85 years and over Did not provide child care,Tot_P_P|Tot_P_F|P_85ov_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6988,Unpaid Child Care by Age by Sex +G6989,F_85ov_UCC_NS,Females 85 years and over Unpaid child care not stated,Tot_P_P|Tot_P_F|P_85ov_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6989,Unpaid Child Care by Age by Sex +G6990,F_85ov_Total,Females 85 years and over Total,Tot_P_P|Tot_P_F|P_85ov_Total,G22A,people,families,Total|FEMALES,,6990,Unpaid Child Care by Age by Sex +G6991,F_Tot_CF_Own_CCO,Females Total Cared for Own child children only,Tot_P_P|Tot_P_F|P_Tot_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6991,Unpaid Child Care by Age by Sex +G6992,F_Tot_CF_Oth_CCO,Females Total Cared for Other child children only,Tot_P_P|Tot_P_F|P_Tot_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6992,Unpaid Child Care by Age by Sex +G6993,F_Tot_CF_Own_CC_Oth_CC,Females Total Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_Tot_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6993,Unpaid Child Care by Age by Sex +G6994,F_Tot_CF_Total,Females Total Cared for Total,Tot_P_P|Tot_P_F|P_Tot_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6994,Unpaid Child Care by Age by Sex +G6995,F_Tot_DNPCC,Females Total Did not provide child care,Tot_P_P|Tot_P_F|P_Tot_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6995,Unpaid Child Care by Age by Sex +G6996,F_Tot_UCC_NS,Females Total Unpaid child care not stated,Tot_P_P|Tot_P_F|P_Tot_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6996,Unpaid Child Care by Age by Sex +G6997,F_Tot_Total,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Total,G22A,people,families,Total|FEMALES,,6997,Unpaid Child Care by Age by Sex +G7188,F_Wife_in_RM_0_14,Females Wife in a registered marriage Age 0 14 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7188,Relationship in Household by Age by Sex +G7189,F_Wife_in_RM_15_24,Females Wife in a registered marriage Age 15 24 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7189,Relationship in Household by Age by Sex +G7190,F_Wife_in_RM_25_34,Females Wife in a registered marriage Age 25 34 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7190,Relationship in Household by Age by Sex +G7191,F_Wife_in_RM_35_44,Females Wife in a registered marriage Age 35 44 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7191,Relationship in Household by Age by Sex +G7192,F_Wife_in_RM_45_54,Females Wife in a registered marriage Age 45 54 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7192,Relationship in Household by Age by Sex +G7193,F_Wife_in_RM_55_64,Females Wife in a registered marriage Age 55 64 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7193,Relationship in Household by Age by Sex +G7194,F_Wife_in_RM_65_74,Females Wife in a registered marriage Age 65 74 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7194,Relationship in Household by Age by Sex +G7195,F_Wife_in_RM_75_84,Females Wife in a registered marriage Age 75 84 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7195,Relationship in Household by Age by Sex +G7196,F_Wife_in_RM_85ov,Females Wife in a registered marriage Age 85 years and over,Tot_P_P|Tot_P_F|P_Wife_in_RM_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7196,Relationship in Household by Age by Sex +G7197,F_Wife_in_RM_Tot,Females Wife in a registered marriage Total,Tot_P_P|Tot_P_F|P_Wife_in_RM_Tot,G23A,people,families|age_gender,Total|FEMALES,,7197,Relationship in Household by Age by Sex +G7198,F_Ptn_in_DFM_0_14,Females Partner in de facto marriage Age 0 14 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7198,Relationship in Household by Age by Sex +G7199,F_Ptn_in_DFM_15_24,Females Partner in de facto marriage Age 15 24 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7199,Relationship in Household by Age by Sex +G7200,F_Ptn_in_DFM_25_34,Females Partner in de facto marriage Age 25 34 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7200,Relationship in Household by Age by Sex +G7201,F_Ptn_in_DFM_35_44,Females Partner in de facto marriage Age 35 44 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7201,Relationship in Household by Age by Sex +G7202,F_Ptn_in_DFM_45_54,Females Partner in de facto marriage Age 45 54 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7202,Relationship in Household by Age by Sex +G7203,F_Ptn_in_DFM_55_64,Females Partner in de facto marriage Age 55 64 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7203,Relationship in Household by Age by Sex +G7204,F_Ptn_in_DFM_65_74,Females Partner in de facto marriage Age 65 74 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7204,Relationship in Household by Age by Sex +G7205,F_Ptn_in_DFM_75_84,Females Partner in de facto marriage Age 75 84 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7205,Relationship in Household by Age by Sex +G7206,F_Ptn_in_DFM_85ov,Females Partner in de facto marriage Age 85 years and over,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7206,Relationship in Household by Age by Sex +G7207,F_Ptn_in_DFM_Tot,Females Partner in de facto marriage Total,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_Tot,G23A,people,families|age_gender,Total|FEMALES,,7207,Relationship in Household by Age by Sex +G7208,F_LonePnt_0_14,Females Lone parent Age 0 14 years,Tot_P_P|Tot_P_F|P_LonePnt_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7208,Relationship in Household by Age by Sex +G7209,F_LonePnt_15_24,Females Lone parent Age 15 24 years,Tot_P_P|Tot_P_F|P_LonePnt_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7209,Relationship in Household by Age by Sex +G7210,F_LonePnt_25_34,Females Lone parent Age 25 34 years,Tot_P_P|Tot_P_F|P_LonePnt_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7210,Relationship in Household by Age by Sex +G7211,F_LonePnt_35_44,Females Lone parent Age 35 44 years,Tot_P_P|Tot_P_F|P_LonePnt_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7211,Relationship in Household by Age by Sex +G7212,F_LonePnt_45_54,Females Lone parent Age 45 54 years,Tot_P_P|Tot_P_F|P_LonePnt_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7212,Relationship in Household by Age by Sex +G7213,F_LonePnt_55_64,Females Lone parent Age 55 64 years,Tot_P_P|Tot_P_F|P_LonePnt_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7213,Relationship in Household by Age by Sex +G7214,F_LonePnt_65_74,Females Lone parent Age 65 74 years,Tot_P_P|Tot_P_F|P_LonePnt_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7214,Relationship in Household by Age by Sex +G7215,F_LonePnt_75_84,Females Lone parent Age 75 84 years,Tot_P_P|Tot_P_F|P_LonePnt_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7215,Relationship in Household by Age by Sex +G7216,F_LonePnt_85ov,Females Lone parent Age 85 years and over,Tot_P_P|Tot_P_F|P_LonePnt_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7216,Relationship in Household by Age by Sex +G7217,F_LonePnt_Tot,Females Lone parent Total,Tot_P_P|Tot_P_F|P_LonePnt_Tot,G23A,people,families|age_gender,Total|FEMALES,,7217,Relationship in Household by Age by Sex +G7218,F_CU15_0_14,Females Child under 15 Age 0 14 years,Tot_P_P|Tot_P_F|P_CU15_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7218,Relationship in Household by Age by Sex +G7219,F_CU15_15_24,Females Child under 15 Age 15 24 years,Tot_P_P|Tot_P_F|P_CU15_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7219,Relationship in Household by Age by Sex +G7220,F_CU15_25_34,Females Child under 15 Age 25 34 years,Tot_P_P|Tot_P_F|P_CU15_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7220,Relationship in Household by Age by Sex +G7221,F_CU15_35_44,Females Child under 15 Age 35 44 years,Tot_P_P|Tot_P_F|P_CU15_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7221,Relationship in Household by Age by Sex +G7222,F_CU15_45_54,Females Child under 15 Age 45 54 years,Tot_P_P|Tot_P_F|P_CU15_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7222,Relationship in Household by Age by Sex +G7223,F_CU15_55_64,Females Child under 15 Age 55 64 years,Tot_P_P|Tot_P_F|P_CU15_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7223,Relationship in Household by Age by Sex +G7224,F_CU15_65_74,Females Child under 15 Age 65 74 years,Tot_P_P|Tot_P_F|P_CU15_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7224,Relationship in Household by Age by Sex +G7225,F_CU15_75_84,Females Child under 15 Age 75 84 years,Tot_P_P|Tot_P_F|P_CU15_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7225,Relationship in Household by Age by Sex +G7226,F_CU15_85ov,Females Child under 15 Age 85 years and over,Tot_P_P|Tot_P_F|P_CU15_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7226,Relationship in Household by Age by Sex +G7227,F_CU15_Tot,Females Child under 15 Total,Tot_P_P|Tot_P_F|P_CU15_Tot,G23A,people,families|age_gender,Total|FEMALES,,7227,Relationship in Household by Age by Sex +G7228,F_DpStu_0_14,Females Dependent student Aged 15 24 years Age 0 14 years,Tot_P_P|Tot_P_F|P_DpStu_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7228,Relationship in Household by Age by Sex +G7229,F_DpStu_15_24,Females Dependent student Aged 15 24 years Age 15 24 years,Tot_P_P|Tot_P_F|P_DpStu_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7229,Relationship in Household by Age by Sex +G7230,F_DpStu_25_34,Females Dependent student Aged 15 24 years Age 25 34 years,Tot_P_P|Tot_P_F|P_DpStu_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7230,Relationship in Household by Age by Sex +G7231,F_DpStu_35_44,Females Dependent student Aged 15 24 years Age 35 44 years,Tot_P_P|Tot_P_F|P_DpStu_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7231,Relationship in Household by Age by Sex +G7232,F_DpStu_45_54,Females Dependent student Aged 15 24 years Age 45 54 years,Tot_P_P|Tot_P_F|P_DpStu_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7232,Relationship in Household by Age by Sex +G7233,F_DpStu_55_64,Females Dependent student Aged 15 24 years Age 55 64 years,Tot_P_P|Tot_P_F|P_DpStu_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7233,Relationship in Household by Age by Sex +G7234,F_DpStu_65_74,Females Dependent student Aged 15 24 years Age 65 74 years,Tot_P_P|Tot_P_F|P_DpStu_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7234,Relationship in Household by Age by Sex +G7235,F_DpStu_75_84,Females Dependent student Aged 15 24 years Age 75 84 years,Tot_P_P|Tot_P_F|P_DpStu_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7235,Relationship in Household by Age by Sex +G7236,F_DpStu_85ov,Females Dependent student Aged 15 24 years Age 85 years and over,Tot_P_P|Tot_P_F|P_DpStu_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7236,Relationship in Household by Age by Sex +G7237,F_DpStu_Tot,Females Dependent student Aged 15 24 years Total,Tot_P_P|Tot_P_F|P_DpStu_Tot,G23A,people,families|age_gender,Total|FEMALES,,7237,Relationship in Household by Age by Sex +G7238,F_NDpChl_0_14,Females Non dependent child Age 0 14 years,Tot_P_P|Tot_P_F|P_NDpChl_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7238,Relationship in Household by Age by Sex +G7239,F_NDpChl_15_24,Females Non dependent child Age 15 24 years,Tot_P_P|Tot_P_F|P_NDpChl_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7239,Relationship in Household by Age by Sex +G7240,F_NDpChl_25_34,Females Non dependent child Age 25 34 years,Tot_P_P|Tot_P_F|P_NDpChl_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7240,Relationship in Household by Age by Sex +G7241,F_NDpChl_35_44,Females Non dependent child Age 35 44 years,Tot_P_P|Tot_P_F|P_NDpChl_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7241,Relationship in Household by Age by Sex +G7242,F_NDpChl_45_54,Females Non dependent child Age 45 54 years,Tot_P_P|Tot_P_F|P_NDpChl_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7242,Relationship in Household by Age by Sex +G7243,F_NDpChl_55_64,Females Non dependent child Age 55 64 years,Tot_P_P|Tot_P_F|P_NDpChl_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7243,Relationship in Household by Age by Sex +G7244,F_NDpChl_65_74,Females Non dependent child Age 65 74 years,Tot_P_P|Tot_P_F|P_NDpChl_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7244,Relationship in Household by Age by Sex +G7245,F_NDpChl_75_84,Females Non dependent child Age 75 84 years,Tot_P_P|Tot_P_F|P_NDpChl_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7245,Relationship in Household by Age by Sex +G7246,F_NDpChl_85ov,Females Non dependent child Age 85 years and over,Tot_P_P|Tot_P_F|P_NDpChl_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7246,Relationship in Household by Age by Sex +G7247,F_NDpChl_Tot,Females Non dependent child Total,Tot_P_P|Tot_P_F|P_NDpChl_Tot,G23A,people,families|age_gender,Total|FEMALES,,7247,Relationship in Household by Age by Sex +G7248,F_OthRI_0_14,Females Other related individual Age 0 14 years,Tot_P_P|Tot_P_F|P_OthRI_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7248,Relationship in Household by Age by Sex +G7249,F_OthRI_15_24,Females Other related individual Age 15 24 years,Tot_P_P|Tot_P_F|P_OthRI_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7249,Relationship in Household by Age by Sex +G7250,F_OthRI_25_34,Females Other related individual Age 25 34 years,Tot_P_P|Tot_P_F|P_OthRI_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7250,Relationship in Household by Age by Sex +G7251,F_OthRI_35_44,Females Other related individual Age 35 44 years,Tot_P_P|Tot_P_F|P_OthRI_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7251,Relationship in Household by Age by Sex +G7252,F_OthRI_45_54,Females Other related individual Age 45 54 years,Tot_P_P|Tot_P_F|P_OthRI_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7252,Relationship in Household by Age by Sex +G7253,F_OthRI_55_64,Females Other related individual Age 55 64 years,Tot_P_P|Tot_P_F|P_OthRI_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7253,Relationship in Household by Age by Sex +G7254,F_OthRI_65_74,Females Other related individual Age 65 74 years,Tot_P_P|Tot_P_F|P_OthRI_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7254,Relationship in Household by Age by Sex +G7255,F_OthRI_75_84,Females Other related individual Age 75 84 years,Tot_P_P|Tot_P_F|P_OthRI_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7255,Relationship in Household by Age by Sex +G7256,F_OthRI_85ov,Females Other related individual Age 85 years and over,Tot_P_P|Tot_P_F|P_OthRI_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7256,Relationship in Household by Age by Sex +G7257,F_OthRI_Tot,Females Other related individual Total,Tot_P_P|Tot_P_F|P_OthRI_Tot,G23A,people,families|age_gender,Total|FEMALES,,7257,Relationship in Household by Age by Sex +G7258,F_URI_in_FH_0_14,Females Unrelated individual living in family household Age 0 14 years,Tot_P_P|Tot_P_F|P_URI_in_FH_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7258,Relationship in Household by Age by Sex +G7259,F_URI_in_FH_15_24,Females Unrelated individual living in family household Age 15 24 years,Tot_P_P|Tot_P_F|P_URI_in_FH_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7259,Relationship in Household by Age by Sex +G7260,F_URI_in_FH_25_34,Females Unrelated individual living in family household Age 25 34 years,Tot_P_P|Tot_P_F|P_URI_in_FH_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7260,Relationship in Household by Age by Sex +G7261,F_URI_in_FH_35_44,Females Unrelated individual living in family household Age 35 44 years,Tot_P_P|Tot_P_F|P_URI_in_FH_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7261,Relationship in Household by Age by Sex +G7262,F_URI_in_FH_45_54,Females Unrelated individual living in family household Age 45 54 years,Tot_P_P|Tot_P_F|P_URI_in_FH_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7262,Relationship in Household by Age by Sex +G7263,F_URI_in_FH_55_64,Females Unrelated individual living in family household Age 55 64 years,Tot_P_P|Tot_P_F|P_URI_in_FH_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7263,Relationship in Household by Age by Sex +G7264,F_URI_in_FH_65_74,Females Unrelated individual living in family household Age 65 74 years,Tot_P_P|Tot_P_F|P_URI_in_FH_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7264,Relationship in Household by Age by Sex +G7265,F_URI_in_FH_75_84,Females Unrelated individual living in family household Age 75 84 years,Tot_P_P|Tot_P_F|P_URI_in_FH_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7265,Relationship in Household by Age by Sex +G7266,F_URI_in_FH_85ov,Females Unrelated individual living in family household Age 85 years and over,Tot_P_P|Tot_P_F|P_URI_in_FH_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7266,Relationship in Household by Age by Sex +G7267,F_URI_in_FH_Tot,Females Unrelated individual living in family household Total,Tot_P_P|Tot_P_F|P_URI_in_FH_Tot,G23A,people,families|age_gender,Total|FEMALES,,7267,Relationship in Household by Age by Sex +G7268,F_GrpH_Mem_0_14,Females Group household member Age 0 14 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_0_14,G23B,people,families|age_gender,0-14 years|FEMALES,,7268,Relationship in Household by Age by Sex +G7269,F_GrpH_Mem_15_24,Females Group household member Age 15 24 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_15_24,G23B,people,families|age_gender,15-24 years|FEMALES,,7269,Relationship in Household by Age by Sex +G7270,F_GrpH_Mem_25_34,Females Group household member Age 25 34 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_25_34,G23B,people,families|age_gender,25-34 years|FEMALES,,7270,Relationship in Household by Age by Sex +G7271,F_GrpH_Mem_35_44,Females Group household member Age 35 44 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_35_44,G23B,people,families|age_gender,35-44 years|FEMALES,,7271,Relationship in Household by Age by Sex +G7272,F_GrpH_Mem_45_54,Females Group household member Age 45 54 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_45_54,G23B,people,families|age_gender,45-54 years|FEMALES,,7272,Relationship in Household by Age by Sex +G7273,F_GrpH_Mem_55_64,Females Group household member Age 55 64 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_55_64,G23B,people,families|age_gender,55-64 years|FEMALES,,7273,Relationship in Household by Age by Sex +G7274,F_GrpH_Mem_65_74,Females Group household member Age 65 74 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_65_74,G23B,people,families|age_gender,65-74 years|FEMALES,,7274,Relationship in Household by Age by Sex +G7275,F_GrpH_Mem_75_84,Females Group household member Age 75 84 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_75_84,G23B,people,families|age_gender,75-84 years|FEMALES,,7275,Relationship in Household by Age by Sex +G7276,F_GrpH_Mem_85ov,Females Group household member Age 85 years and over,Tot_P_P|Tot_P_F|P_GrpH_Mem_85ov,G23B,people,families|age_gender,85 years and over|FEMALES,,7276,Relationship in Household by Age by Sex +G7277,F_GrpH_Mem_Tot,Females Group household member Total,Tot_P_P|Tot_P_F|P_GrpH_Mem_Tot,G23B,people,families|age_gender,Total|FEMALES,,7277,Relationship in Household by Age by Sex +G7278,F_LonePsn_0_14,Females Lone person Age 0 14 years,Tot_P_P|Tot_P_F|P_LonePsn_0_14,G23B,people,families|age_gender,0-14 years|FEMALES,,7278,Relationship in Household by Age by Sex +G7279,F_LonePsn_15_24,Females Lone person Age 15 24 years,Tot_P_P|Tot_P_F|P_LonePsn_15_24,G23B,people,families|age_gender,15-24 years|FEMALES,,7279,Relationship in Household by Age by Sex +G7280,F_LonePsn_25_34,Females Lone person Age 25 34 years,Tot_P_P|Tot_P_F|P_LonePsn_25_34,G23B,people,families|age_gender,25-34 years|FEMALES,,7280,Relationship in Household by Age by Sex +G7281,F_LonePsn_35_44,Females Lone person Age 35 44 years,Tot_P_P|Tot_P_F|P_LonePsn_35_44,G23B,people,families|age_gender,35-44 years|FEMALES,,7281,Relationship in Household by Age by Sex +G7282,F_LonePsn_45_54,Females Lone person Age 45 54 years,Tot_P_P|Tot_P_F|P_LonePsn_45_54,G23B,people,families|age_gender,45-54 years|FEMALES,,7282,Relationship in Household by Age by Sex +G7283,F_LonePsn_55_64,Females Lone person Age 55 64 years,Tot_P_P|Tot_P_F|P_LonePsn_55_64,G23B,people,families|age_gender,55-64 years|FEMALES,,7283,Relationship in Household by Age by Sex +G7284,F_LonePsn_65_74,Females Lone person Age 65 74 years,Tot_P_P|Tot_P_F|P_LonePsn_65_74,G23B,people,families|age_gender,65-74 years|FEMALES,,7284,Relationship in Household by Age by Sex +G7285,F_LonePsn_75_84,Females Lone person Age 75 84 years,Tot_P_P|Tot_P_F|P_LonePsn_75_84,G23B,people,families|age_gender,75-84 years|FEMALES,,7285,Relationship in Household by Age by Sex +G7286,F_LonePsn_85ov,Females Lone person Age 85 years and over,Tot_P_P|Tot_P_F|P_LonePsn_85ov,G23B,people,families|age_gender,85 years and over|FEMALES,,7286,Relationship in Household by Age by Sex +G7287,F_LonePsn_Tot,Females Lone person Total,Tot_P_P|Tot_P_F|P_LonePsn_Tot,G23B,people,families|age_gender,Total|FEMALES,,7287,Relationship in Household by Age by Sex +G7288,F_Vis_within_Aus_0_14,Females Visitor from within Australia Age 0 14 years,Tot_P_P|Tot_P_F|P_Vis_within_Aus_0_14,G23B,people,families|age_gender,0-14 years|FEMALES,,7288,Relationship in Household by Age by Sex +G7289,F_Vis_within_Aus_15_24,Females Visitor from within Australia Age 15 24 years,Tot_P_P|Tot_P_F|P_Vis_within_Aus_15_24,G23B,people,families|age_gender,15-24 years|FEMALES,,7289,Relationship in Household by Age by Sex +G7290,F_Vis_within_Aus_25_34,Females Visitor from within Australia Age 25 34 years,Tot_P_P|Tot_P_F|P_Vis_within_Aus_25_34,G23B,people,families|age_gender,25-34 years|FEMALES,,7290,Relationship in Household by Age by Sex +G7291,F_Vis_within_Aus_35_44,Females Visitor from within Australia Age 35 44 years,Tot_P_P|Tot_P_F|P_Vis_within_Aus_35_44,G23B,people,families|age_gender,35-44 years|FEMALES,,7291,Relationship in Household by Age by Sex +G7292,F_Vis_within_Aus_45_54,Females Visitor from within Australia Age 45 54 years,Tot_P_P|Tot_P_F|P_Vis_within_Aus_45_54,G23B,people,families|age_gender,45-54 years|FEMALES,,7292,Relationship in Household by Age by Sex +G7293,F_Vis_within_Aus_55_64,Females Visitor from within Australia Age 55 64 years,Tot_P_P|Tot_P_F|P_Vis_within_Aus_55_64,G23B,people,families|age_gender,55-64 years|FEMALES,,7293,Relationship in Household by Age by Sex +G7294,F_Vis_within_Aus_65_74,Females Visitor from within Australia Age 65 74 years,Tot_P_P|Tot_P_F|P_Vis_within_Aus_65_74,G23B,people,families|age_gender,65-74 years|FEMALES,,7294,Relationship in Household by Age by Sex +G7295,F_Vis_within_Aus_75_84,Females Visitor from within Australia Age 75 84 years,Tot_P_P|Tot_P_F|P_Vis_within_Aus_75_84,G23B,people,families|age_gender,75-84 years|FEMALES,,7295,Relationship in Household by Age by Sex +G7296,F_Vis_within_Aus_85ov,Females Visitor from within Australia Age 85 years and over,Tot_P_P|Tot_P_F|P_Vis_within_Aus_85ov,G23B,people,families|age_gender,85 years and over|FEMALES,,7296,Relationship in Household by Age by Sex +G7297,F_Vis_within_Aus_Tot,Females Visitor from within Australia Total,Tot_P_P|Tot_P_F|P_Vis_within_Aus_Tot,G23B,people,families|age_gender,Total|FEMALES,,7297,Relationship in Household by Age by Sex +G7298,F_Tot_0_14,Females Total Age 0 14 years,Tot_P_P|Tot_P_F|P_Tot_0_14,G23B,people,families|age_gender,0-14 years|FEMALES,,7298,Relationship in Household by Age by Sex +G7299,F_Tot_15_24,Females Total Age 15 24 years,Tot_P_P|Tot_P_F|P_Tot_15_24,G23B,people,families|age_gender,15-24 years|FEMALES,,7299,Relationship in Household by Age by Sex +G7300,F_Tot_25_34,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34,G23B,people,families|age_gender,25-34 years|FEMALES,,7300,Relationship in Household by Age by Sex +G7301,F_Tot_35_44,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44,G23B,people,families|age_gender,35-44 years|FEMALES,,7301,Relationship in Household by Age by Sex +G7302,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54,G23B,people,families|age_gender,45-54 years|FEMALES,,7302,Relationship in Household by Age by Sex +G7303,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64,G23B,people,families|age_gender,55-64 years|FEMALES,,7303,Relationship in Household by Age by Sex +G7304,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G23B,people,families|age_gender,65-74 years|FEMALES,,7304,Relationship in Household by Age by Sex +G7305,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G23B,people,families|age_gender,75-84 years|FEMALES,,7305,Relationship in Household by Age by Sex +G7306,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G23B,people,families|age_gender,85 years and over|FEMALES,,7306,Relationship in Household by Age by Sex +G7307,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G23B,people,families|age_gender,Total|FEMALES,,7307,Relationship in Household by Age by Sex +G7572,CF_no_children_F,Couple family with no children Families,Tot_P_P|Tot_P_F|CF_no_children_P,G25,people,families,Families,,7572,Family Composition +G7574,CF_ChU15_a_DSs_a_NdCh_F,Couple family with children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F|CF_ChU15_a_DSs_a_NdCh_P,G25,people,families,Families,,7574,Family Composition +G7576,CF_ChU15_a_DSs_a_no_NdCh_F,Couple family with children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F|CF_ChU15_a_DSs_a_no_NdCh_P,G25,people,families,Families,,7576,Family Composition +G7578,CF_ChU15_a_no_DSs_a_NdCh_F,Couple family with children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F|CF_ChU15_a_no_DSs_a_NdCh_P,G25,people,families,Families,,7578,Family Composition +G7580,CF_ChU15_a_no_DSs_a_no_NdCh_F,Couple family with children under 15 and no dependent students and no non dependent children Families,Tot_P_P|Tot_P_F|CF_ChU15_a_no_DSs_a_no_NdCh_P,G25,people,families,Families,,7580,Family Composition +G7582,CF_ChU15_a_Total_F,Couple family with children under 15 and Total Families,Tot_P_P|Tot_P_F|CF_ChU15_a_Total_P,G25,people,families,Families,,7582,Family Composition +G7584,CF_no_ChU15_a_DSs_a_NdCh_F,Couple family with no children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F|CF_no_ChU15_a_DSs_a_NdCh_P,G25,people,families,Families,,7584,Family Composition +G7586,CF_no_ChU15_a_DSs_a_no_NdCh_F,Couple family with no children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F|CF_no_ChU15_a_DSs_a_no_NdCh_P,G25,people,families,Families,,7586,Family Composition +G7588,CF_no_ChU15_a_no_DSs_a_NdCh_F,Couple family with no children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F|CF_no_ChU15_a_no_DSs_a_NdCh_P,G25,people,families,Families,,7588,Family Composition +G7590,CF_no_ChU15_a_Total_F,Couple family with no children under 15 and Total Families,Tot_P_P|Tot_P_F|CF_no_ChU15_a_Total_P,G25,people,families,Families,,7590,Family Composition +G7592,CF_Total_F,Couple family with Total Families,Tot_P_P|Tot_P_F|CF_Total_P,G25,people,families,Families,,7592,Family Composition +G7594,OPF_ChU15_a_DSs_a_NdCh_F,One parent family with children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F|OPF_ChU15_a_DSs_a_NdCh_P,G25,people,families,Families,,7594,Family Composition +G7596,OPF_ChU15_a_DSs_a_no_NdCh_F,One parent family with children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F|OPF_ChU15_a_DSs_a_no_NdCh_P,G25,people,families,Families,,7596,Family Composition +G7598,OPF_ChU15_a_no_DSs_a_NdCh_F,One parent family with children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F|OPF_ChU15_a_no_DSs_a_NdCh_P,G25,people,families,Families,,7598,Family Composition +G7600,OPF_ChU15_a_no_DSs_no_NdCh_F,One parent family with children under 15 and no dependent students and no non dependent children Families,Tot_P_P|Tot_P_F|OPF_ChU15_a_no_DSs_no_NdCh_P,G25,people,families,Families,,7600,Family Composition +G7602,OPF_ChU15_a_Total_F,One parent family with children under 15 and Total Families,Tot_P_P|Tot_P_F|OPF_ChU15_a_Total_P,G25,people,families,Families,,7602,Family Composition +G7604,OPF_no_ChU15_a_DSs_a_NdCh_F,One parent family with no children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F|OPF_no_ChU15_a_DSs_a_NdCh_P,G25,people,families,Families,,7604,Family Composition +G7606,OPF_no_ChU15_a_DSs_no_NdCh_F,One parent family with no children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F|OPF_no_ChU15_a_DSs_no_NdCh_P,G25,people,families,Families,,7606,Family Composition +G7608,OPF_no_ChU15_no_DSs_a_NdCh_F,One parent family with no children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F|OPF_no_ChU15_no_DSs_a_NdCh_P,G25,people,families,Families,,7608,Family Composition +G7610,OPF_no_ChU15_a_Total_F,One parent family with no children under 15 and Total Families,Tot_P_P|Tot_P_F|OPF_no_ChU15_a_Total_P,G25,people,families,Families,,7610,Family Composition +G7612,OPF_Total_F,One parent family with Total Families,Tot_P_P|Tot_P_F|OPF_Total_P,G25,people,families,Families,,7612,Family Composition +G7614,Other_family_F,Other family Families,Tot_P_P|Tot_P_F|Other_family_P,G25,people,families,Families,,7614,Family Composition +G7616,Total_F,Total Families,Tot_P_P|Tot_P_F|Total_P,G25,people,families,Families,,7616,Family Composition +G8618,P_15_yrs_over_F,Persons aged 15 years and over Females,Tot_P_P,G40,people,employment,Females,,8618,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8621,lfs_Emplyed_wrked_full_time_F,Labour force status Employed worked full time Females,Tot_P_P|Tot_P_F|lfs_Emplyed_wrked_full_time_P,G40,people,employment,Females,,8621,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8624,lfs_Emplyed_wrked_part_time_F,Labour force status Employed worked part time Females,Tot_P_P|Tot_P_F|lfs_Emplyed_wrked_part_time_P,G40,people,employment,Females,,8624,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8627,lfs_Employed_away_from_work_F,Labour force status Employed away from work Females,Tot_P_P|Tot_P_F|lfs_Employed_away_from_work_P,G40,people,employment,Females,,8627,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8630,lfs_Unmplyed_lookng_for_wrk_F,Labour force status Unemployed looking for work Females,Tot_P_P|Tot_P_F|lfs_Unmplyed_lookng_for_wrk_P,G40,people,employment,Females,,8630,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8633,lfs_Tot_LF_F,Labour force status Total labour force Females,Tot_P_P|Tot_P_F|lfs_Tot_LF_P,G40,people,employment,Females,,8633,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8636,lfs_N_the_labour_force_F,Labour force status Not in the labour force Females,Tot_P_P|Tot_P_F|lfs_N_the_labour_force_P,G40,people,employment,Females,,8636,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8639,Percent_Unem_loyment_F,Labour force status Percent Unemployment Females,Tot_P_P|Tot_P_F|Percent_Unem_loyment_P,G40,people,employment,Females,,8639,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8642,Percnt_LabForc_prticipation_F,Labour force status Percent Labour force participation Females,Tot_P_P|Tot_P_F|Percnt_LabForc_prticipation_P,G40,people,employment,Females,,8642,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8645,Percnt_Employment_to_populn_F,Labour force status Percent Employment to population Females,Tot_P_P|Tot_P_F|Percnt_Employment_to_populn_P,G40,people,employment,Females,,8645,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8648,Non_sch_quals_PostGrad_Dgre_F,Non school qualifications Postgraduate Degree Level Females,Tot_P_P|Tot_P_F|Non_sch_quals_PostGrad_Dgre_P,G40,people,employment,Females,,8648,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8651,Non_sch_quals_Gr_Dip_Gr_Crt_F,Non school qualifications Graduate Diploma and Graduate Certificate Level Females,Tot_P_P|Tot_P_F|Non_sch_quals_Gr_Dip_Gr_Crt_P,G40,people,employment,Females,,8651,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8654,Non_sch_quals_Bchelr_Degree_F,Non school qualifications Bachelor Degree Level Females,Tot_P_P|Tot_P_F|Non_sch_quals_Bchelr_Degree_P,G40,people,employment,Females,,8654,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8657,Non_sch_quls_Advncd_Dip_Dip_F,Non school qualifications Advanced Diploma and Diploma Level Females,Tot_P_P|Tot_P_F|Non_sch_quls_Advncd_Dip_Dip_P,G40,people,employment,Females,,8657,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8660,Non_sch_quls_Cert3a4_Level_F,Non school qualifications Certificate Level Certificate III and IV Level Females,Tot_P_P|Tot_P_F|Non_sch_quls_Cert3a4_Level_P,G40,people,employment,Females,,8660,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8663,Non_sch_quls_Cert1a2_Level_F,Non school qualifications Certificate Level Certificate I and II Level Females,Tot_P_P|Tot_P_F|Non_sch_quls_Cert1a2_Level_P,G40,people,employment,Females,,8663,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8666,Non_sch_quls_Certnfd_Level_F,Non school qualifications Certificate Level Certificate Level nfd Females,Tot_P_P|Tot_P_F|Non_sch_quls_Certnfd_Level_P,G40,people,employment,Females,,8666,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8669,Non_sch_quls_CertTot_Level_F,Non school qualifications Certificate Level Total Females,Tot_P_P|Tot_P_F|Non_sch_quls_CertTot_Level_P,G40,people,employment,Females,,8669,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8672,Migtn_Lvd_same_add_1_yr_ago_F,Migration Lived at same address 1 year ago Females,Tot_P_P|Tot_P_F|Migtn_Lvd_same_add_1_yr_ago_P,G40,people,employment,Females,,8672,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8675,Migtn_Lvd_Diff_add_1_yr_ago_F,Migration Lived at Different address 1 year ago Females,Tot_P_P|Tot_P_F|Migtn_Lvd_Diff_add_1_yr_ago_P,G40,people,employment,Females,,8675,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8678,Migtn_Lvd_sme_add_5_yrs_ago_F,Migration Lived at same address 5 years ago Females,Tot_P_P|Tot_P_F|Migtn_Lvd_sme_add_5_yrs_ago_P,G40,people,employment,Females,,8678,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8681,Mign_Lvd_Diff_add_5_yrs_ago_F,Migration Lived at Different address 5 years ago Females,Tot_P_P|Tot_P_F|Mign_Lvd_Diff_add_5_yrs_ago_P,G40,people,employment,Females,,8681,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8684,Sme_Usl_ad_1_yr_ago_as_2016_F,Same usual address 1 year ago as in 2016 Females,Tot_P_P|Tot_P_F|Sme_Usl_ad_1_yr_ago_as_2016_P,G41,people,housing,Females,,8684,Place of Usual Residence 1 Year Ago by Sex +G8687,Dif_Usl_ad_1_yr_ago_Sme_SA2_F,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Females,Tot_P_P|Tot_P_F|Dif_Usl_ad_1_yr_ago_Sme_SA2_P,G41,people,housing,Females,,8687,Place of Usual Residence 1 Year Ago by Sex +G8690,Dif_Us_ad_1_ago_Dif_SA2_NSW_F,Different usual address 1 year ago Different SA2 in New South Wales Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_NSW_P,G41,people,housing,Females,,8690,Place of Usual Residence 1 Year Ago by Sex +G8693,Dif_Us_ad_1_ago_Dif_SA2_Vic_F,Different usual address 1 year ago Different SA2 in Victoria Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_Vic_P,G41,people,housing,Females,,8693,Place of Usual Residence 1 Year Ago by Sex +G8696,Dif_Us_ad_1_ago_Dif_SA2_Qld_F,Different usual address 1 year ago Different SA2 in Queensland Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_Qld_P,G41,people,housing,Females,,8696,Place of Usual Residence 1 Year Ago by Sex +G8699,Dif_Us_ad_1_ago_Dif_SA2_SA_F,Different usual address 1 year ago Different SA2 in South Australia Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_SA_P,G41,people,housing,Females,,8699,Place of Usual Residence 1 Year Ago by Sex +G8702,Dif_Us_ad_1_ago_Dif_SA2_WA_F,Different usual address 1 year ago Different SA2 in Western Australia Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_WA_P,G41,people,housing,Females,,8702,Place of Usual Residence 1 Year Ago by Sex +G8705,Dif_Us_ad_1_ago_Dif_SA2_Tas_F,Different usual address 1 year ago Different SA2 in Tasmania Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_Tas_P,G41,people,housing,Females,,8705,Place of Usual Residence 1 Year Ago by Sex +G8708,Dif_Us_ad_1_ago_Dif_SA2_NT_F,Different usual address 1 year ago Different SA2 in Northern Territory Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_NT_P,G41,people,housing,Females,,8708,Place of Usual Residence 1 Year Ago by Sex +G8711,Dif_Us_ad_1_ago_Dif_SA2_ACT_F,Different usual address 1 year ago Different SA2 in Australian Capital Territory Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_ACT_P,G41,people,housing,Females,,8711,Place of Usual Residence 1 Year Ago by Sex +G8714,Dif_Us_ad_1_ago_Dif_SA2_OT_F,Different usual address 1 year ago Different SA2 in Other Territories Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_OT_P,G41,people,housing,Females,,8714,Place of Usual Residence 1 Year Ago by Sex +G8717,Dif_Us_ad_1_ago_Dif_SA2_Tot_F,Different usual address 1 year ago Different SA2 in Total Females,Tot_P_P|Tot_P_F|Dif_Us_ad_1_ago_Dif_SA2_Tot_P,G41,people,housing,Females,,8717,Place of Usual Residence 1 Year Ago by Sex +G8720,Difnt_Usl_add_1_yr_ago_OS_F,Different usual address 1 year ago Overseas Females,Tot_P_P|Tot_P_F|Difnt_Usl_add_1_yr_ago_OS_P,G41,people,housing,Females,,8720,Place of Usual Residence 1 Year Ago by Sex +G8723,Difnt_Usl_add_1_yr_ago_Ns_F,Different usual address 1 year ago Not stated Females,Tot_P_P|Tot_P_F|Difnt_Usl_add_1_yr_ago_Ns_P,G41,people,housing,Females,,8723,Place of Usual Residence 1 Year Ago by Sex +G8726,Difnt_Usl_add_1_yr_ago_Tot_F,Different usual address 1 year ago Total Females,Tot_P_P|Tot_P_F|Difnt_Usl_add_1_yr_ago_Tot_P,G41,people,housing,Females,,8726,Place of Usual Residence 1 Year Ago by Sex +G8729,N_stated_F,Not stated Females,Tot_P_P|Tot_P_F|N_stated_P,G41,people,housing,Females,,8729,Place of Usual Residence 1 Year Ago by Sex +G8732,Tot_F,Total Females,Tot_P_P|Tot_P_F|Tot_P,G41,people,housing,Females,,8732,Place of Usual Residence 1 Year Ago by Sex +G8735,Sme_Usl_ad_5_yr_ago_as_2016_F,Same usual address 5 years ago as in 2016 Females,Tot_P_P|Tot_P_F|Sme_Usl_ad_5_yr_ago_as_2016_P,G42,people,housing,Females,,8735,Place of Usual Residence 5 Years Ago by Sex +G8738,Dif_Usl_ad_5_yr_ago_Sme_SA2_F,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Females,Tot_P_P|Tot_P_F|Dif_Usl_ad_5_yr_ago_Sme_SA2_P,G42,people,housing,Females,,8738,Place of Usual Residence 5 Years Ago by Sex +G8741,Dif_Us_ad_5_ago_Dif_SA2_NSW_F,Different usual address 5 years ago Different SA2 in New South Wales Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_NSW_P,G42,people,housing,Females,,8741,Place of Usual Residence 5 Years Ago by Sex +G8744,Dif_Us_ad_5_ago_Dif_SA2_Vic_F,Different usual address 5 years ago Different SA2 in Victoria Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_Vic_P,G42,people,housing,Females,,8744,Place of Usual Residence 5 Years Ago by Sex +G8747,Dif_Us_ad_5_ago_Dif_SA2_Qld_F,Different usual address 5 years ago Different SA2 in Queensland Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_Qld_P,G42,people,housing,Females,,8747,Place of Usual Residence 5 Years Ago by Sex +G8750,Dif_Us_ad_5_ago_Dif_SA2_SA_F,Different usual address 5 years ago Different SA2 in South Australia Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_SA_P,G42,people,housing,Females,,8750,Place of Usual Residence 5 Years Ago by Sex +G8753,Dif_Us_ad_5_ago_Dif_SA2_WA_F,Different usual address 5 years ago Different SA2 in Western Australia Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_WA_P,G42,people,housing,Females,,8753,Place of Usual Residence 5 Years Ago by Sex +G8756,Dif_Us_ad_5_ago_Dif_SA2_Tas_F,Different usual address 5 years ago Different SA2 in Tasmania Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_Tas_P,G42,people,housing,Females,,8756,Place of Usual Residence 5 Years Ago by Sex +G8759,Dif_Us_ad_5_ago_Dif_SA2_NT_F,Different usual address 5 years ago Different SA2 in Northern Territory Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_NT_P,G42,people,housing,Females,,8759,Place of Usual Residence 5 Years Ago by Sex +G8762,Dif_Us_ad_5_ago_Dif_SA2_ACT_F,Different usual address 5 years ago Different SA2 in Australian Capital Territory Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_ACT_P,G42,people,housing,Females,,8762,Place of Usual Residence 5 Years Ago by Sex +G8765,Dif_Us_ad_5_ago_Dif_SA2_OT_F,Different usual address 5 years ago Different SA2 in Other Territories Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_OT_P,G42,people,housing,Females,,8765,Place of Usual Residence 5 Years Ago by Sex +G8768,Dif_Us_ad_5_ago_Dif_SA2_Tot_F,Different usual address 5 years ago Different SA2 in Total Females,Tot_P_P|Tot_P_F|Dif_Us_ad_5_ago_Dif_SA2_Tot_P,G42,people,housing,Females,,8768,Place of Usual Residence 5 Years Ago by Sex +G8771,Difnt_Usl_add_5_yr_ago_OS_F,Different usual address 5 years ago Overseas Females,Tot_P_P|Tot_P_F|Difnt_Usl_add_5_yr_ago_OS_P,G42,people,housing,Females,,8771,Place of Usual Residence 5 Years Ago by Sex +G8774,Difnt_Usl_add_5_yr_ago_Ns_F,Different usual address 5 years ago Not stated Females,Tot_P_P|Tot_P_F|Difnt_Usl_add_5_yr_ago_Ns_P,G42,people,housing,Females,,8774,Place of Usual Residence 5 Years Ago by Sex +G8777,Difnt_Usl_add_5_yr_ago_Tot_F,Different usual address 5 years ago Total Females,Tot_P_P|Tot_P_F|Difnt_Usl_add_5_yr_ago_Tot_P,G42,people,housing,Females,,8777,Place of Usual Residence 5 Years Ago by Sex +G8780,N_stated_F,Not stated Females,Tot_P_P|Tot_P_F|N_stated_P,G42,people,housing,Females,,8780,Place of Usual Residence 5 Years Ago by Sex +G8783,Tot_F,Total Females,Tot_P_P|Tot_P_F|Tot_P,G42,people,housing,Females,,8783,Place of Usual Residence 5 Years Ago by Sex +G8905,F_Emp_FullT_15_19,Females Employed worked Full time Age 15 19 years,Tot_P_P|Tot_P_F|P_Emp_FullT_15_19,G43A,people,employment,15-19 years|FEMALES,,8905,Labour Force Status by Age by Sex +G8906,F_Emp_FullT_20_24,Females Employed worked Full time Age 20 24 years,Tot_P_P|Tot_P_F|P_Emp_FullT_20_24,G43A,people,employment,20-24 years|FEMALES,,8906,Labour Force Status by Age by Sex +G8907,F_Emp_FullT_25_34,Females Employed worked Full time Age 25 34 years,Tot_P_P|Tot_P_F|P_Emp_FullT_25_34,G43A,people,employment,25-34 years|FEMALES,,8907,Labour Force Status by Age by Sex +G8908,F_Emp_FullT_35_44,Females Employed worked Full time Age 35 44 years,Tot_P_P|Tot_P_F|P_Emp_FullT_35_44,G43A,people,employment,35-44 years|FEMALES,,8908,Labour Force Status by Age by Sex +G8909,F_Emp_FullT_45_54,Females Employed worked Full time Age 45 54 years,Tot_P_P|Tot_P_F|P_Emp_FullT_45_54,G43A,people,employment,45-54 years|FEMALES,,8909,Labour Force Status by Age by Sex +G8910,F_Emp_FullT_55_64,Females Employed worked Full time Age 55 64 years,Tot_P_P|Tot_P_F|P_Emp_FullT_55_64,G43A,people,employment,55-64 years|FEMALES,,8910,Labour Force Status by Age by Sex +G8911,F_Emp_FullT_65_74,Females Employed worked Full time Age 65 74 years,Tot_P_P|Tot_P_F|P_Emp_FullT_65_74,G43A,people,employment,65-74 years|FEMALES,,8911,Labour Force Status by Age by Sex +G8912,F_Emp_FullT_75_84,Females Employed worked Full time Age 75 84 years,Tot_P_P|Tot_P_F|P_Emp_FullT_75_84,G43A,people,employment,75-84 years|FEMALES,,8912,Labour Force Status by Age by Sex +G8913,F_Emp_FullT_85ov,Females Employed worked Full time Age 85 years and over,Tot_P_P|Tot_P_F|P_Emp_FullT_85ov,G43A,people,employment,85 years and over|FEMALES,,8913,Labour Force Status by Age by Sex +G8914,F_Emp_FullT_Tot,Females Employed worked Full time Total,Tot_P_P|Tot_P_F|P_Emp_FullT_Tot,G43A,people,employment,Total|FEMALES,,8914,Labour Force Status by Age by Sex +G8915,F_Emp_PartT_15_19,Females Employed worked Part time Age 15 19 years,Tot_P_P|Tot_P_F|P_Emp_PartT_15_19,G43A,people,employment,15-19 years|FEMALES,,8915,Labour Force Status by Age by Sex +G8916,F_Emp_PartT_20_24,Females Employed worked Part time Age 20 24 years,Tot_P_P|Tot_P_F|P_Emp_PartT_20_24,G43A,people,employment,20-24 years|FEMALES,,8916,Labour Force Status by Age by Sex +G8917,F_Emp_PartT_25_34,Females Employed worked Part time Age 25 34 years,Tot_P_P|Tot_P_F|P_Emp_PartT_25_34,G43A,people,employment,25-34 years|FEMALES,,8917,Labour Force Status by Age by Sex +G8918,F_Emp_PartT_35_44,Females Employed worked Part time Age 35 44 years,Tot_P_P|Tot_P_F|P_Emp_PartT_35_44,G43A,people,employment,35-44 years|FEMALES,,8918,Labour Force Status by Age by Sex +G8919,F_Emp_PartT_45_54,Females Employed worked Part time Age 45 54 years,Tot_P_P|Tot_P_F|P_Emp_PartT_45_54,G43A,people,employment,45-54 years|FEMALES,,8919,Labour Force Status by Age by Sex +G8920,F_Emp_PartT_55_64,Females Employed worked Part time Age 55 64 years,Tot_P_P|Tot_P_F|P_Emp_PartT_55_64,G43A,people,employment,55-64 years|FEMALES,,8920,Labour Force Status by Age by Sex +G8921,F_Emp_PartT_65_74,Females Employed worked Part time Age 65 74 years,Tot_P_P|Tot_P_F|P_Emp_PartT_65_74,G43A,people,employment,65-74 years|FEMALES,,8921,Labour Force Status by Age by Sex +G8922,F_Emp_PartT_75_84,Females Employed worked Part time Age 75 84 years,Tot_P_P|Tot_P_F|P_Emp_PartT_75_84,G43A,people,employment,75-84 years|FEMALES,,8922,Labour Force Status by Age by Sex +G8923,F_Emp_PartT_85ov,Females Employed worked Part time Age 85 years and over,Tot_P_P|Tot_P_F|P_Emp_PartT_85ov,G43A,people,employment,85 years and over|FEMALES,,8923,Labour Force Status by Age by Sex +G8924,F_Emp_PartT_Tot,Females Employed worked Part time Total,Tot_P_P|Tot_P_F|P_Emp_PartT_Tot,G43A,people,employment,Total|FEMALES,,8924,Labour Force Status by Age by Sex +G8925,F_Emp_awy_f_wrk_15_19,Females Employed away from work Age 15 19 years,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_15_19,G43A,people,employment,15-19 years|FEMALES,,8925,Labour Force Status by Age by Sex +G8926,F_Emp_awy_f_wrk_20_24,Females Employed away from work Age 20 24 years,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_20_24,G43A,people,employment,20-24 years|FEMALES,,8926,Labour Force Status by Age by Sex +G8927,F_Emp_awy_f_wrk_25_34,Females Employed away from work Age 25 34 years,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_25_34,G43A,people,employment,25-34 years|FEMALES,,8927,Labour Force Status by Age by Sex +G8928,F_Emp_awy_f_wrk_35_44,Females Employed away from work Age 35 44 years,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_35_44,G43A,people,employment,35-44 years|FEMALES,,8928,Labour Force Status by Age by Sex +G8929,F_Emp_awy_f_wrk_45_54,Females Employed away from work Age 45 54 years,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_45_54,G43A,people,employment,45-54 years|FEMALES,,8929,Labour Force Status by Age by Sex +G8930,F_Emp_awy_f_wrk_55_64,Females Employed away from work Age 55 64 years,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_55_64,G43A,people,employment,55-64 years|FEMALES,,8930,Labour Force Status by Age by Sex +G8931,F_Emp_awy_f_wrk_65_74,Females Employed away from work Age 65 74 years,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_65_74,G43A,people,employment,65-74 years|FEMALES,,8931,Labour Force Status by Age by Sex +G8932,F_Emp_awy_f_wrk_75_84,Females Employed away from work Age 75 84 years,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_75_84,G43A,people,employment,75-84 years|FEMALES,,8932,Labour Force Status by Age by Sex +G8933,F_Emp_awy_f_wrk_85ov,Females Employed away from work Age 85 years and over,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_85ov,G43A,people,employment,85 years and over|FEMALES,,8933,Labour Force Status by Age by Sex +G8934,F_Emp_awy_f_wrk_Tot,Females Employed away from work Total,Tot_P_P|Tot_P_F|P_Emp_awy_f_wrk_Tot,G43A,people,employment,Total|FEMALES,,8934,Labour Force Status by Age by Sex +G8935,F_Hours_wkd_NS_15_19,Females Hours worked not stated Age 15 19 years,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_15_19,G43A,people,employment,15-19 years|FEMALES,,8935,Labour Force Status by Age by Sex +G8936,F_Hours_wkd_NS_20_24,Females Hours worked not stated Age 20 24 years,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_20_24,G43A,people,employment,20-24 years|FEMALES,,8936,Labour Force Status by Age by Sex +G8937,F_Hours_wkd_NS_25_34,Females Hours worked not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_25_34,G43A,people,employment,25-34 years|FEMALES,,8937,Labour Force Status by Age by Sex +G8938,F_Hours_wkd_NS_35_44,Females Hours worked not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_35_44,G43A,people,employment,35-44 years|FEMALES,,8938,Labour Force Status by Age by Sex +G8939,F_Hours_wkd_NS_45_54,Females Hours worked not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_45_54,G43A,people,employment,45-54 years|FEMALES,,8939,Labour Force Status by Age by Sex +G8940,F_Hours_wkd_NS_55_64,Females Hours worked not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_55_64,G43A,people,employment,55-64 years|FEMALES,,8940,Labour Force Status by Age by Sex +G8941,F_Hours_wkd_NS_65_74,Females Hours worked not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_65_74,G43A,people,employment,65-74 years|FEMALES,,8941,Labour Force Status by Age by Sex +G8942,F_Hours_wkd_NS_75_84,Females Hours worked not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_75_84,G43A,people,employment,75-84 years|FEMALES,,8942,Labour Force Status by Age by Sex +G8943,F_Hours_wkd_NS_85ov,Females Hours worked not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_85ov,G43A,people,employment,85 years and over|FEMALES,,8943,Labour Force Status by Age by Sex +G8944,F_Hours_wkd_NS_Tot,Females Hours worked not stated Total,Tot_P_P|Tot_P_F|P_Hours_wkd_NS_Tot,G43A,people,employment,Total|FEMALES,,8944,Labour Force Status by Age by Sex +G8945,F_Tot_Emp_15_19,Females Total employed Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_Emp_15_19,G43A,people,employment,15-19 years|FEMALES,,8945,Labour Force Status by Age by Sex +G8946,F_Tot_Emp_20_24,Females Total employed Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_Emp_20_24,G43A,people,employment,20-24 years|FEMALES,,8946,Labour Force Status by Age by Sex +G8947,F_Tot_Emp_25_34,Females Total employed Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_Emp_25_34,G43A,people,employment,25-34 years|FEMALES,,8947,Labour Force Status by Age by Sex +G8948,F_Tot_Emp_35_44,Females Total employed Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_Emp_35_44,G43A,people,employment,35-44 years|FEMALES,,8948,Labour Force Status by Age by Sex +G8949,F_Tot_Emp_45_54,Females Total employed Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_Emp_45_54,G43A,people,employment,45-54 years|FEMALES,,8949,Labour Force Status by Age by Sex +G8950,F_Tot_Emp_55_64,Females Total employed Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_Emp_55_64,G43A,people,employment,55-64 years|FEMALES,,8950,Labour Force Status by Age by Sex +G8951,F_Tot_Emp_65_74,Females Total employed Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_Emp_65_74,G43A,people,employment,65-74 years|FEMALES,,8951,Labour Force Status by Age by Sex +G8952,F_Tot_Emp_75_84,Females Total employed Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_Emp_75_84,G43A,people,employment,75-84 years|FEMALES,,8952,Labour Force Status by Age by Sex +G8953,F_Tot_Emp_85ov,Females Total employed Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_Emp_85ov,G43A,people,employment,85 years and over|FEMALES,,8953,Labour Force Status by Age by Sex +G8954,F_Tot_Emp_Tot,Females Total employed Total,Tot_P_P|Tot_P_F|P_Tot_Emp_Tot,G43A,people,employment,Total|FEMALES,,8954,Labour Force Status by Age by Sex +G8955,F_Unem_look_FTW_15_19,Females Unemployed looking for Full time work Age 15 19 years,Tot_P_P|Tot_P_F|P_Unem_look_FTW_15_19,G43A,people,employment,15-19 years|FEMALES,,8955,Labour Force Status by Age by Sex +G8956,F_Unem_look_FTW_20_24,Females Unemployed looking for Full time work Age 20 24 years,Tot_P_P|Tot_P_F|P_Unem_look_FTW_20_24,G43A,people,employment,20-24 years|FEMALES,,8956,Labour Force Status by Age by Sex +G8957,F_Unem_look_FTW_25_34,Females Unemployed looking for Full time work Age 25 34 years,Tot_P_P|Tot_P_F|P_Unem_look_FTW_25_34,G43A,people,employment,25-34 years|FEMALES,,8957,Labour Force Status by Age by Sex +G8958,F_Unem_look_FTW_35_44,Females Unemployed looking for Full time work Age 35 44 years,Tot_P_P|Tot_P_F|P_Unem_look_FTW_35_44,G43A,people,employment,35-44 years|FEMALES,,8958,Labour Force Status by Age by Sex +G8959,F_Unem_look_FTW_45_54,Females Unemployed looking for Full time work Age 45 54 years,Tot_P_P|Tot_P_F|P_Unem_look_FTW_45_54,G43A,people,employment,45-54 years|FEMALES,,8959,Labour Force Status by Age by Sex +G8960,F_Unem_look_FTW_55_64,Females Unemployed looking for Full time work Age 55 64 years,Tot_P_P|Tot_P_F|P_Unem_look_FTW_55_64,G43A,people,employment,55-64 years|FEMALES,,8960,Labour Force Status by Age by Sex +G8961,F_Unem_look_FTW_65_74,Females Unemployed looking for Full time work Age 65 74 years,Tot_P_P|Tot_P_F|P_Unem_look_FTW_65_74,G43A,people,employment,65-74 years|FEMALES,,8961,Labour Force Status by Age by Sex +G8962,F_Unem_look_FTW_75_84,Females Unemployed looking for Full time work Age 75 84 years,Tot_P_P|Tot_P_F|P_Unem_look_FTW_75_84,G43A,people,employment,75-84 years|FEMALES,,8962,Labour Force Status by Age by Sex +G8963,F_Unem_look_FTW_85ov,Females Unemployed looking for Full time work Age 85 years and over,Tot_P_P|Tot_P_F|P_Unem_look_FTW_85ov,G43A,people,employment,85 years and over|FEMALES,,8963,Labour Force Status by Age by Sex +G8964,F_Unem_look_FTW_Tot,Females Unemployed looking for Full time work Total,Tot_P_P|Tot_P_F|P_Unem_look_FTW_Tot,G43A,people,employment,Total|FEMALES,,8964,Labour Force Status by Age by Sex +G8965,F_Unem_look_PTW_15_19,Females Unemployed looking for Part time work Age 15 19 years,Tot_P_P|Tot_P_F|P_Unem_look_PTW_15_19,G43A,people,employment,15-19 years|FEMALES,,8965,Labour Force Status by Age by Sex +G8966,F_Unem_look_PTW_20_24,Females Unemployed looking for Part time work Age 20 24 years,Tot_P_P|Tot_P_F|P_Unem_look_PTW_20_24,G43A,people,employment,20-24 years|FEMALES,,8966,Labour Force Status by Age by Sex +G8967,F_Unem_look_PTW_25_34,Females Unemployed looking for Part time work Age 25 34 years,Tot_P_P|Tot_P_F|P_Unem_look_PTW_25_34,G43A,people,employment,25-34 years|FEMALES,,8967,Labour Force Status by Age by Sex +G8968,F_Unem_look_PTW_35_44,Females Unemployed looking for Part time work Age 35 44 years,Tot_P_P|Tot_P_F|P_Unem_look_PTW_35_44,G43A,people,employment,35-44 years|FEMALES,,8968,Labour Force Status by Age by Sex +G8969,F_Unem_look_PTW_45_54,Females Unemployed looking for Part time work Age 45 54 years,Tot_P_P|Tot_P_F|P_Unem_look_PTW_45_54,G43A,people,employment,45-54 years|FEMALES,,8969,Labour Force Status by Age by Sex +G8970,F_Unem_look_PTW_55_64,Females Unemployed looking for Part time work Age 55 64 years,Tot_P_P|Tot_P_F|P_Unem_look_PTW_55_64,G43A,people,employment,55-64 years|FEMALES,,8970,Labour Force Status by Age by Sex +G8971,F_Unem_look_PTW_65_74,Females Unemployed looking for Part time work Age 65 74 years,Tot_P_P|Tot_P_F|P_Unem_look_PTW_65_74,G43A,people,employment,65-74 years|FEMALES,,8971,Labour Force Status by Age by Sex +G8972,F_Unem_look_PTW_75_84,Females Unemployed looking for Part time work Age 75 84 years,Tot_P_P|Tot_P_F|P_Unem_look_PTW_75_84,G43A,people,employment,75-84 years|FEMALES,,8972,Labour Force Status by Age by Sex +G8973,F_Unem_look_PTW_85ov,Females Unemployed looking for Part time work Age 85 years and over,Tot_P_P|Tot_P_F|P_Unem_look_PTW_85ov,G43A,people,employment,85 years and over|FEMALES,,8973,Labour Force Status by Age by Sex +G8974,F_Unem_look_PTW_Tot,Females Unemployed looking for Part time work Total,Tot_P_P|Tot_P_F|P_Unem_look_PTW_Tot,G43A,people,employment,Total|FEMALES,,8974,Labour Force Status by Age by Sex +G8975,F_Tot_Unemp_15_19,Females Total unemployed Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_Unemp_15_19,G43A,people,employment,15-19 years|FEMALES,,8975,Labour Force Status by Age by Sex +G8976,F_Tot_Unemp_20_24,Females Total unemployed Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_Unemp_20_24,G43A,people,employment,20-24 years|FEMALES,,8976,Labour Force Status by Age by Sex +G8977,F_Tot_Unemp_25_34,Females Total unemployed Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_Unemp_25_34,G43A,people,employment,25-34 years|FEMALES,,8977,Labour Force Status by Age by Sex +G8978,F_Tot_Unemp_35_44,Females Total unemployed Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_Unemp_35_44,G43A,people,employment,35-44 years|FEMALES,,8978,Labour Force Status by Age by Sex +G8979,F_Tot_Unemp_45_54,Females Total unemployed Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_Unemp_45_54,G43A,people,employment,45-54 years|FEMALES,,8979,Labour Force Status by Age by Sex +G8980,F_Tot_Unemp_55_64,Females Total unemployed Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_Unemp_55_64,G43A,people,employment,55-64 years|FEMALES,,8980,Labour Force Status by Age by Sex +G8981,F_Tot_Unemp_65_74,Females Total unemployed Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_Unemp_65_74,G43A,people,employment,65-74 years|FEMALES,,8981,Labour Force Status by Age by Sex +G8982,F_Tot_Unemp_75_84,Females Total unemployed Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_Unemp_75_84,G43A,people,employment,75-84 years|FEMALES,,8982,Labour Force Status by Age by Sex +G8983,F_Tot_Unemp_85ov,Females Total unemployed Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_Unemp_85ov,G43A,people,employment,85 years and over|FEMALES,,8983,Labour Force Status by Age by Sex +G8984,F_Tot_Unemp_Tot,Females Total unemployed Total,Tot_P_P|Tot_P_F|P_Tot_Unemp_Tot,G43A,people,employment,Total|FEMALES,,8984,Labour Force Status by Age by Sex +G8985,F_Tot_LF_15_19,Females Total labour force Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_LF_15_19,G43B,people,employment,15-19 years|FEMALES,,8985,Labour Force Status by Age by Sex +G8986,F_Tot_LF_20_24,Females Total labour force Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_LF_20_24,G43B,people,employment,20-24 years|FEMALES,,8986,Labour Force Status by Age by Sex +G8987,F_Tot_LF_25_34,Females Total labour force Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_LF_25_34,G43B,people,employment,25-34 years|FEMALES,,8987,Labour Force Status by Age by Sex +G8988,F_Tot_LF_35_44,Females Total labour force Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_LF_35_44,G43B,people,employment,35-44 years|FEMALES,,8988,Labour Force Status by Age by Sex +G8989,F_Tot_LF_45_54,Females Total labour force Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_LF_45_54,G43B,people,employment,45-54 years|FEMALES,,8989,Labour Force Status by Age by Sex +G8990,F_Tot_LF_55_64,Females Total labour force Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_LF_55_64,G43B,people,employment,55-64 years|FEMALES,,8990,Labour Force Status by Age by Sex +G8991,F_Tot_LF_65_74,Females Total labour force Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_LF_65_74,G43B,people,employment,65-74 years|FEMALES,,8991,Labour Force Status by Age by Sex +G8992,F_Tot_LF_75_84,Females Total labour force Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_LF_75_84,G43B,people,employment,75-84 years|FEMALES,,8992,Labour Force Status by Age by Sex +G8993,F_Tot_LF_85ov,Females Total labour force Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_LF_85ov,G43B,people,employment,85 years and over|FEMALES,,8993,Labour Force Status by Age by Sex +G8994,F_Tot_LF_Tot,Females Total labour force Total,Tot_P_P|Tot_P_F|P_Tot_LF_Tot,G43B,people,employment,Total|FEMALES,,8994,Labour Force Status by Age by Sex +G8995,F_Not_in_LF_15_19,Females Not in the labour force Age 15 19 years,Tot_P_P|Tot_P_F|P_Not_in_LF_15_19,G43B,people,employment,15-19 years|FEMALES,,8995,Labour Force Status by Age by Sex +G8996,F_Not_in_LF_20_24,Females Not in the labour force Age 20 24 years,Tot_P_P|Tot_P_F|P_Not_in_LF_20_24,G43B,people,employment,20-24 years|FEMALES,,8996,Labour Force Status by Age by Sex +G8997,F_Not_in_LF_25_34,Females Not in the labour force Age 25 34 years,Tot_P_P|Tot_P_F|P_Not_in_LF_25_34,G43B,people,employment,25-34 years|FEMALES,,8997,Labour Force Status by Age by Sex +G8998,F_Not_in_LF_35_44,Females Not in the labour force Age 35 44 years,Tot_P_P|Tot_P_F|P_Not_in_LF_35_44,G43B,people,employment,35-44 years|FEMALES,,8998,Labour Force Status by Age by Sex +G8999,F_Not_in_LF_45_54,Females Not in the labour force Age 45 54 years,Tot_P_P|Tot_P_F|P_Not_in_LF_45_54,G43B,people,employment,45-54 years|FEMALES,,8999,Labour Force Status by Age by Sex +G9000,F_Not_in_LF_55_64,Females Not in the labour force Age 55 64 years,Tot_P_P|Tot_P_F|P_Not_in_LF_55_64,G43B,people,employment,55-64 years|FEMALES,,9000,Labour Force Status by Age by Sex +G9001,F_Not_in_LF_65_74,Females Not in the labour force Age 65 74 years,Tot_P_P|Tot_P_F|P_Not_in_LF_65_74,G43B,people,employment,65-74 years|FEMALES,,9001,Labour Force Status by Age by Sex +G9002,F_Not_in_LF_75_84,Females Not in the labour force Age 75 84 years,Tot_P_P|Tot_P_F|P_Not_in_LF_75_84,G43B,people,employment,75-84 years|FEMALES,,9002,Labour Force Status by Age by Sex +G9003,F_Not_in_LF_85ov,Females Not in the labour force Age 85 years and over,Tot_P_P|Tot_P_F|P_Not_in_LF_85ov,G43B,people,employment,85 years and over|FEMALES,,9003,Labour Force Status by Age by Sex +G9004,F_Not_in_LF_Tot,Females Not in the labour force Total,Tot_P_P|Tot_P_F|P_Not_in_LF_Tot,G43B,people,employment,Total|FEMALES,,9004,Labour Force Status by Age by Sex +G9005,F_LFS_NS_15_19,Females Labour force status not stated Age 15 19 years,Tot_P_P|Tot_P_F|P_LFS_NS_15_19,G43B,people,employment,15-19 years|FEMALES,,9005,Labour Force Status by Age by Sex +G9006,F_LFS_NS_20_24,Females Labour force status not stated Age 20 24 years,Tot_P_P|Tot_P_F|P_LFS_NS_20_24,G43B,people,employment,20-24 years|FEMALES,,9006,Labour Force Status by Age by Sex +G9007,F_LFS_NS_25_34,Females Labour force status not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_LFS_NS_25_34,G43B,people,employment,25-34 years|FEMALES,,9007,Labour Force Status by Age by Sex +G9008,F_LFS_NS_35_44,Females Labour force status not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_LFS_NS_35_44,G43B,people,employment,35-44 years|FEMALES,,9008,Labour Force Status by Age by Sex +G9009,F_LFS_NS_45_54,Females Labour force status not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_LFS_NS_45_54,G43B,people,employment,45-54 years|FEMALES,,9009,Labour Force Status by Age by Sex +G9010,F_LFS_NS_55_64,Females Labour force status not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_LFS_NS_55_64,G43B,people,employment,55-64 years|FEMALES,,9010,Labour Force Status by Age by Sex +G9011,F_LFS_NS_65_74,Females Labour force status not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_LFS_NS_65_74,G43B,people,employment,65-74 years|FEMALES,,9011,Labour Force Status by Age by Sex +G9012,F_LFS_NS_75_84,Females Labour force status not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_LFS_NS_75_84,G43B,people,employment,75-84 years|FEMALES,,9012,Labour Force Status by Age by Sex +G9013,F_LFS_NS_85ov,Females Labour force status not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_LFS_NS_85ov,G43B,people,employment,85 years and over|FEMALES,,9013,Labour Force Status by Age by Sex +G9014,F_LFS_NS_Tot,Females Labour force status not stated Total,Tot_P_P|Tot_P_F|P_LFS_NS_Tot,G43B,people,employment,Total|FEMALES,,9014,Labour Force Status by Age by Sex +G9015,F_Tot_15_19,Females Total Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_15_19,G43B,people,employment,15-19 years|FEMALES,,9015,Labour Force Status by Age by Sex +G9016,F_Tot_20_24,Females Total Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_20_24,G43B,people,employment,20-24 years|FEMALES,,9016,Labour Force Status by Age by Sex +G9017,F_Tot_25_34,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34,G43B,people,employment,25-34 years|FEMALES,,9017,Labour Force Status by Age by Sex +G9018,F_Tot_35_44,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44,G43B,people,employment,35-44 years|FEMALES,,9018,Labour Force Status by Age by Sex +G9019,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54,G43B,people,employment,45-54 years|FEMALES,,9019,Labour Force Status by Age by Sex +G9020,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64,G43B,people,employment,55-64 years|FEMALES,,9020,Labour Force Status by Age by Sex +G9021,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G43B,people,employment,65-74 years|FEMALES,,9021,Labour Force Status by Age by Sex +G9022,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G43B,people,employment,75-84 years|FEMALES,,9022,Labour Force Status by Age by Sex +G9023,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G43B,people,employment,85 years and over|FEMALES,,9023,Labour Force Status by Age by Sex +G9024,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G43B,people,employment,Total|FEMALES,,9024,Labour Force Status by Age by Sex +G10393,F_LPLFS_EFT_DC_0_4,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10393,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10394,F_LPLFS_EFT_DC_5_9,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10394,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10395,F_LPLFS_EFT_DC_10_12,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10395,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10396,F_LPLFS_EFT_DC_13_14,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10396,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10397,F_LPLFS_EFT_DC_15_17,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10397,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10398,F_LPLFS_EFT_DC_18_20,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10398,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10399,F_LPLFS_EFT_DC_21_24,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10399,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10400,F_LPLFS_EFT_T,Female Lone Parent Employed Worked Full Time Total,Tot_P_P|Tot_P_F|P_LPLFS_EFT_T,G45A,people,employment,Total,,10400,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10401,F_LPLFS_EPT_DC_0_4,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10401,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10402,F_LPLFS_EPT_DC_5_9,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10402,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10403,F_LPLFS_EPT_DC_10_12,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10403,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10404,F_LPLFS_EPT_DC_13_14,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10404,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10405,F_LPLFS_EPT_DC_15_17,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10405,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10406,F_LPLFS_EPT_DC_18_20,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10406,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10407,F_LPLFS_EPT_DC_21_24,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10407,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10408,F_LPLFS_EPT_T,Female Lone Parent Employed Worked Part Time Total,Tot_P_P|Tot_P_F|P_LPLFS_EPT_T,G45A,people,employment,Total,,10408,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10409,F_LPLFS_EAW_DC_0_4,Female Lone Parent Employed Away From Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10409,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10410,F_LPLFS_EAW_DC_5_9,Female Lone Parent Employed Away From Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10410,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10411,F_LPLFS_EAW_DC_10_12,Female Lone Parent Employed Away From Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10411,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10412,F_LPLFS_EAW_DC_13_14,Female Lone Parent Employed Away From Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10412,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10413,F_LPLFS_EAW_DC_15_17,Female Lone Parent Employed Away From Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10413,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10414,F_LPLFS_EAW_DC_18_20,Female Lone Parent Employed Away From Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10414,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10415,F_LPLFS_EAW_DC_21_24,Female Lone Parent Employed Away From Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10415,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10416,F_LPLFS_EAW_T,Female Lone Parent Employed Away From Work Total,Tot_P_P|Tot_P_F|P_LPLFS_EAW_T,G45A,people,employment,Total,,10416,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10417,F_LPLFS_HNS_DC_0_4,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10417,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10418,F_LPLFS_HNS_DC_5_9,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10418,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10419,F_LPLFS_HNS_DC_10_12,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10419,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10420,F_LPLFS_HNS_DC_13_14,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10420,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10421,F_LPLFS_HNS_DC_15_17,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10421,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10422,F_LPLFS_HNS_DC_18_20,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10422,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10423,F_LPLFS_HNS_DC_21_24,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10423,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10424,F_LPLFS_HNS_T,Female Lone Parent Hours Worked Not Stated Total,Tot_P_P|Tot_P_F|P_LPLFS_HNS_T,G45A,people,employment,Total,,10424,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10425,F_LPLFS_EW_T_DC_0_4,Female Lone Parent Total Employed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10425,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10426,F_LPLFS_EW_T_DC_5_9,Female Lone Parent Total Employed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10426,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10427,F_LPLFS_EW_T_DC_10_12,Female Lone Parent Total Employed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10427,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10428,F_LPLFS_EW_T_DC_13_14,Female Lone Parent Total Employed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10428,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10429,F_LPLFS_EW_T_DC_15_17,Female Lone Parent Total Employed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10429,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10430,F_LPLFS_EW_T_DC_18_20,Female Lone Parent Total Employed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10430,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10431,F_LPLFS_EW_T_DC_21_24,Female Lone Parent Total Employed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10431,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10432,F_LPLFS_EW_T_T,Female Lone Parent Total Employed Total,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_T,G45A,people,employment,Total,,10432,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10433,F_LPLFS_ULFTW_DC_0_4,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10433,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10434,F_LPLFS_ULFTW_DC_5_9,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10434,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10435,F_LPLFS_ULFTW_DC_10_12,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10435,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10436,F_LPLFS_ULFTW_DC_13_14,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10436,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10437,F_LPLFS_ULFTW_DC_15_17,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10437,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10438,F_LPLFS_ULFTW_DC_18_20,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10438,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10439,F_LPLFS_ULFTW_DC_21_24,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10439,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10440,F_LPLFS_ULFTW_T,Female Lone Parent Unemployed Looking For Full Time Work Total,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_T,G45A,people,employment,Total,,10440,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10441,F_LPLFS_ULPTW_DC_0_4,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10441,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10442,F_LPLFS_ULPTW_DC_5_9,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10442,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10443,F_LPLFS_ULPTW_DC_10_12,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10443,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10444,F_LPLFS_ULPTW_DC_13_14,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10444,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10445,F_LPLFS_ULPTW_DC_15_17,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10445,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10446,F_LPLFS_ULPTW_DC_18_20,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10446,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10447,F_LPLFS_ULPTW_DC_21_24,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10447,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10448,F_LPLFS_ULPTW_T,Female Lone Parent Unemployed Looking For Part Time Work Total,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_T,G45A,people,employment,Total,,10448,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10449,F_LPLFS_U_T_DC_0_4,Female Lone Parent Total Unemployed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10449,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10450,F_LPLFS_U_T_DC_5_9,Female Lone Parent Total Unemployed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10450,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10451,F_LPLFS_U_T_DC_10_12,Female Lone Parent Total Unemployed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10451,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10452,F_LPLFS_U_T_DC_13_14,Female Lone Parent Total Unemployed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10452,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10453,F_LPLFS_U_T_DC_15_17,Female Lone Parent Total Unemployed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10453,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10454,F_LPLFS_U_T_DC_18_20,Female Lone Parent Total Unemployed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10454,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10455,F_LPLFS_U_T_DC_21_24,Female Lone Parent Total Unemployed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10455,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10456,F_LPLFS_U_T_T,Female Lone Parent Total Unemployed Total,Tot_P_P|Tot_P_F|P_LPLFS_U_T_T,G45A,people,employment,Total,,10456,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10457,F_LPLFS_T_LF_DC_0_4,Female Lone Parent Total Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10457,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10458,F_LPLFS_T_LF_DC_5_9,Female Lone Parent Total Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10458,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10459,F_LPLFS_T_LF_DC_10_12,Female Lone Parent Total Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10459,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10460,F_LPLFS_T_LF_DC_13_14,Female Lone Parent Total Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10460,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10461,F_LPLFS_T_LF_DC_15_17,Female Lone Parent Total Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10461,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10462,F_LPLFS_T_LF_DC_18_20,Female Lone Parent Total Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10462,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10463,F_LPLFS_T_LF_DC_21_24,Female Lone Parent Total Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10463,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10464,F_LPLFS_T_LF_T,Female Lone Parent Total Labour Force Total,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_T,G45A,people,employment,Total,,10464,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10465,F_LPLFS_NLF_DC_0_4,Female Lone Parent Not In The Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10465,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10466,F_LPLFS_NLF_DC_5_9,Female Lone Parent Not In The Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10466,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10467,F_LPLFS_NLF_DC_10_12,Female Lone Parent Not In The Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10467,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10468,F_LPLFS_NLF_DC_13_14,Female Lone Parent Not In The Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10468,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10469,F_LPLFS_NLF_DC_15_17,Female Lone Parent Not In The Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10469,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10470,F_LPLFS_NLF_DC_18_20,Female Lone Parent Not In The Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10470,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10471,F_LPLFS_NLF_DC_21_24,Female Lone Parent Not In The Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10471,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10472,F_LPLFS_NLF_T,Female Lone Parent Not In The Labour Force Total,Tot_P_P|Tot_P_F|P_LPLFS_NLF_T,G45A,people,employment,Total,,10472,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10473,F_LPLFS_LFSNS_DC_0_4,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10473,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10474,F_LPLFS_LFSNS_DC_5_9,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10474,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10475,F_LPLFS_LFSNS_DC_10_12,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10475,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10476,F_LPLFS_LFSNS_DC_13_14,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10476,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10477,F_LPLFS_LFSNS_DC_15_17,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10477,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10478,F_LPLFS_LFSNS_DC_18_20,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10478,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10479,F_LPLFS_LFSNS_DC_21_24,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10479,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10480,F_LPLFS_LFSNS_T,Female Lone Parent Labour Force Status Not Stated Total,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_T,G45A,people,employment,Total,,10480,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10481,F_LPLFS_T_DC_0_4,Female Lone Parent Total Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10481,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10482,F_LPLFS_T_DC_5_9,Female Lone Parent Total Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10482,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10483,F_LPLFS_T_DC_10_12,Female Lone Parent Total Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10483,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10484,F_LPLFS_T_DC_13_14,Female Lone Parent Total Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10484,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10485,F_LPLFS_T_DC_15_17,Female Lone Parent Total Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10485,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10486,F_LPLFS_T_DC_18_20,Female Lone Parent Total Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10486,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10487,F_LPLFS_T_DC_21_24,Female Lone Parent Total Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10487,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10488,F_LPLFS_T_T,Female Lone Parent Total Total,Tot_P_P|Tot_P_F|P_LPLFS_T_T,G45A,people,employment,Total,,10488,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10684,F_PGrad_Deg_15_24,Females Postgraduate Degree Level Age 15 24 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10684,Non-School Qualification: Level of Education by Age by Sex +G10685,F_PGrad_Deg_25_34,Females Postgraduate Degree Level Age 25 34 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10685,Non-School Qualification: Level of Education by Age by Sex +G10686,F_PGrad_Deg_35_44,Females Postgraduate Degree Level Age 35 44 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10686,Non-School Qualification: Level of Education by Age by Sex +G10687,F_PGrad_Deg_45_54,Females Postgraduate Degree Level Age 45 54 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10687,Non-School Qualification: Level of Education by Age by Sex +G10688,F_PGrad_Deg_55_64,Females Postgraduate Degree Level Age 55 64 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10688,Non-School Qualification: Level of Education by Age by Sex +G10689,F_PGrad_Deg_65_74,Females Postgraduate Degree Level Age 65 74 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10689,Non-School Qualification: Level of Education by Age by Sex +G10690,F_PGrad_Deg_75_84,Females Postgraduate Degree Level Age 75 84 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10690,Non-School Qualification: Level of Education by Age by Sex +G10691,F_PGrad_Deg_85ov,Females Postgraduate Degree Level Age 85 years and over,Tot_P_P|Tot_P_F|P_PGrad_Deg_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10691,Non-School Qualification: Level of Education by Age by Sex +G10692,F_PGrad_Deg_Total,Females Postgraduate Degree Level Total,Tot_P_P|Tot_P_F|P_PGrad_Deg_Total,G46A,people,education|age_gender,Total|FEMALES,,10692,Non-School Qualification: Level of Education by Age by Sex +G10693,F_GradDip_and_GradCert_15_24,Females Graduate Diploma and Graduate Certificate Level Age 15 24 years,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10693,Non-School Qualification: Level of Education by Age by Sex +G10694,F_GradDip_and_GradCert_25_34,Females Graduate Diploma and Graduate Certificate Level Age 25 34 years,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10694,Non-School Qualification: Level of Education by Age by Sex +G10695,F_GradDip_and_GradCert_35_44,Females Graduate Diploma and Graduate Certificate Level Age 35 44 years,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10695,Non-School Qualification: Level of Education by Age by Sex +G10696,F_GradDip_and_GradCert_45_54,Females Graduate Diploma and Graduate Certificate Level Age 45 54 years,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10696,Non-School Qualification: Level of Education by Age by Sex +G10697,F_GradDip_and_GradCert_55_64,Females Graduate Diploma and Graduate Certificate Level Age 55 64 years,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10697,Non-School Qualification: Level of Education by Age by Sex +G10698,F_GradDip_and_GradCert_65_74,Females Graduate Diploma and Graduate Certificate Level Age 65 74 years,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10698,Non-School Qualification: Level of Education by Age by Sex +G10699,F_GradDip_and_GradCert_75_84,Females Graduate Diploma and Graduate Certificate Level Age 75 84 years,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10699,Non-School Qualification: Level of Education by Age by Sex +G10700,F_GradDip_and_GradCert_85ov,Females Graduate Diploma and Graduate Certificate Level Age 85 years and over,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10700,Non-School Qualification: Level of Education by Age by Sex +G10701,F_GradDip_and_GradCert_Total,Females Graduate Diploma and Graduate Certificate Level Total,Tot_P_P|Tot_P_F|P_GradDip_and_GradCert_Total,G46A,people,education|age_gender,Total|FEMALES,,10701,Non-School Qualification: Level of Education by Age by Sex +G10702,F_BachDeg_15_24,Females Bachelor Degree Level Age 15 24 years,Tot_P_P|Tot_P_F|P_BachDeg_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10702,Non-School Qualification: Level of Education by Age by Sex +G10703,F_BachDeg_25_34,Females Bachelor Degree Level Age 25 34 years,Tot_P_P|Tot_P_F|P_BachDeg_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10703,Non-School Qualification: Level of Education by Age by Sex +G10704,F_BachDeg_35_44,Females Bachelor Degree Level Age 35 44 years,Tot_P_P|Tot_P_F|P_BachDeg_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10704,Non-School Qualification: Level of Education by Age by Sex +G10705,F_BachDeg_45_54,Females Bachelor Degree Level Age 45 54 years,Tot_P_P|Tot_P_F|P_BachDeg_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10705,Non-School Qualification: Level of Education by Age by Sex +G10706,F_BachDeg_55_64,Females Bachelor Degree Level Age 55 64 years,Tot_P_P|Tot_P_F|P_BachDeg_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10706,Non-School Qualification: Level of Education by Age by Sex +G10707,F_BachDeg_65_74,Females Bachelor Degree Level Age 65 74 years,Tot_P_P|Tot_P_F|P_BachDeg_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10707,Non-School Qualification: Level of Education by Age by Sex +G10708,F_BachDeg_75_84,Females Bachelor Degree Level Age 75 84 years,Tot_P_P|Tot_P_F|P_BachDeg_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10708,Non-School Qualification: Level of Education by Age by Sex +G10709,F_BachDeg_85ov,Females Bachelor Degree Level Age 85 years and over,Tot_P_P|Tot_P_F|P_BachDeg_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10709,Non-School Qualification: Level of Education by Age by Sex +G10710,F_BachDeg_Total,Females Bachelor Degree Level Total,Tot_P_P|Tot_P_F|P_BachDeg_Total,G46A,people,education|age_gender,Total|FEMALES,,10710,Non-School Qualification: Level of Education by Age by Sex +G10711,F_AdvDip_and_Dip_15_24,Females Advanced Diploma and Diploma Level Age 15 24 years,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10711,Non-School Qualification: Level of Education by Age by Sex +G10712,F_AdvDip_and_Dip_25_34,Females Advanced Diploma and Diploma Level Age 25 34 years,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10712,Non-School Qualification: Level of Education by Age by Sex +G10713,F_AdvDip_and_Dip_35_44,Females Advanced Diploma and Diploma Level Age 35 44 years,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10713,Non-School Qualification: Level of Education by Age by Sex +G10714,F_AdvDip_and_Dip_45_54,Females Advanced Diploma and Diploma Level Age 45 54 years,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10714,Non-School Qualification: Level of Education by Age by Sex +G10715,F_AdvDip_and_Dip_55_64,Females Advanced Diploma and Diploma Level Age 55 64 years,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10715,Non-School Qualification: Level of Education by Age by Sex +G10716,F_AdvDip_and_Dip_65_74,Females Advanced Diploma and Diploma Level Age 65 74 years,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10716,Non-School Qualification: Level of Education by Age by Sex +G10717,F_AdvDip_and_Dip_75_84,Females Advanced Diploma and Diploma Level Age 75 84 years,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10717,Non-School Qualification: Level of Education by Age by Sex +G10718,F_AdvDip_and_Dip_85ov,Females Advanced Diploma and Diploma Level Age 85 years and over,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10718,Non-School Qualification: Level of Education by Age by Sex +G10719,F_AdvDip_and_Dip_Total,Females Advanced Diploma and Diploma Level Total,Tot_P_P|Tot_P_F|P_AdvDip_and_Dip_Total,G46A,people,education|age_gender,Total|FEMALES,,10719,Non-School Qualification: Level of Education by Age by Sex +G10720,F_Cert_III_IV_15_24,Females Certificate Level Certificate III and IV Level Age 15 24 years,Tot_P_P|Tot_P_F|P_Cert_III_IV_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10720,Non-School Qualification: Level of Education by Age by Sex +G10721,F_Cert_III_IV_25_34,Females Certificate Level Certificate III and IV Level Age 25 34 years,Tot_P_P|Tot_P_F|P_Cert_III_IV_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10721,Non-School Qualification: Level of Education by Age by Sex +G10722,F_Cert_III_IV_35_44,Females Certificate Level Certificate III and IV Level Age 35 44 years,Tot_P_P|Tot_P_F|P_Cert_III_IV_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10722,Non-School Qualification: Level of Education by Age by Sex +G10723,F_Cert_III_IV_45_54,Females Certificate Level Certificate III and IV Level Age 45 54 years,Tot_P_P|Tot_P_F|P_Cert_III_IV_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10723,Non-School Qualification: Level of Education by Age by Sex +G10724,F_Cert_III_IV_55_64,Females Certificate Level Certificate III and IV Level Age 55 64 years,Tot_P_P|Tot_P_F|P_Cert_III_IV_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10724,Non-School Qualification: Level of Education by Age by Sex +G10725,F_Cert_III_IV_65_74,Females Certificate Level Certificate III and IV Level Age 65 74 years,Tot_P_P|Tot_P_F|P_Cert_III_IV_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10725,Non-School Qualification: Level of Education by Age by Sex +G10726,F_Cert_III_IV_75_84,Females Certificate Level Certificate III and IV Level Age 75 84 years,Tot_P_P|Tot_P_F|P_Cert_III_IV_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10726,Non-School Qualification: Level of Education by Age by Sex +G10727,F_Cert_III_IV_85ov,Females Certificate Level Certificate III and IV Level Age 85 years and over,Tot_P_P|Tot_P_F|P_Cert_III_IV_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10727,Non-School Qualification: Level of Education by Age by Sex +G10728,F_Cert_III_IV_Total,Females Certificate Level Certificate III and IV Level Total,Tot_P_P|Tot_P_F|P_Cert_III_IV_Total,G46A,people,education|age_gender,Total|FEMALES,,10728,Non-School Qualification: Level of Education by Age by Sex +G10729,F_Cert_I_II_15_24,Females Certificate Level Certificate I and II Level Age 15 24 years,Tot_P_P|Tot_P_F|P_Cert_I_II_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10729,Non-School Qualification: Level of Education by Age by Sex +G10730,F_Cert_I_II_25_34,Females Certificate Level Certificate I and II Level Age 25 34 years,Tot_P_P|Tot_P_F|P_Cert_I_II_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10730,Non-School Qualification: Level of Education by Age by Sex +G10731,F_Cert_I_II_35_44,Females Certificate Level Certificate I and II Level Age 35 44 years,Tot_P_P|Tot_P_F|P_Cert_I_II_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10731,Non-School Qualification: Level of Education by Age by Sex +G10732,F_Cert_I_II_45_54,Females Certificate Level Certificate I and II Level Age 45 54 years,Tot_P_P|Tot_P_F|P_Cert_I_II_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10732,Non-School Qualification: Level of Education by Age by Sex +G10733,F_Cert_I_II_55_64,Females Certificate Level Certificate I and II Level Age 55 64 years,Tot_P_P|Tot_P_F|P_Cert_I_II_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10733,Non-School Qualification: Level of Education by Age by Sex +G10734,F_Cert_I_II_65_74,Females Certificate Level Certificate I and II Level Age 65 74 years,Tot_P_P|Tot_P_F|P_Cert_I_II_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10734,Non-School Qualification: Level of Education by Age by Sex +G10735,F_Cert_I_II_75_84,Females Certificate Level Certificate I and II Level Age 75 84 years,Tot_P_P|Tot_P_F|P_Cert_I_II_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10735,Non-School Qualification: Level of Education by Age by Sex +G10736,F_Cert_I_II_85ov,Females Certificate Level Certificate I and II Level Age 85 years and over,Tot_P_P|Tot_P_F|P_Cert_I_II_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10736,Non-School Qualification: Level of Education by Age by Sex +G10737,F_Cert_I_II_Total,Females Certificate Level Certificate I and II Level Total,Tot_P_P|Tot_P_F|P_Cert_I_II_Total,G46A,people,education|age_gender,Total|FEMALES,,10737,Non-School Qualification: Level of Education by Age by Sex +G10738,F_Cert_Levl_nfd_15_24,Females Certificate Level Certificate Level nfd Age 15 24 years,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10738,Non-School Qualification: Level of Education by Age by Sex +G10739,F_Cert_Levl_nfd_25_34,Females Certificate Level Certificate Level nfd Age 25 34 years,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10739,Non-School Qualification: Level of Education by Age by Sex +G10740,F_Cert_Levl_nfd_35_44,Females Certificate Level Certificate Level nfd Age 35 44 years,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10740,Non-School Qualification: Level of Education by Age by Sex +G10741,F_Cert_Levl_nfd_45_54,Females Certificate Level Certificate Level nfd Age 45 54 years,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10741,Non-School Qualification: Level of Education by Age by Sex +G10742,F_Cert_Levl_nfd_55_64,Females Certificate Level Certificate Level nfd Age 55 64 years,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10742,Non-School Qualification: Level of Education by Age by Sex +G10743,F_Cert_Levl_nfd_65_74,Females Certificate Level Certificate Level nfd Age 65 74 years,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10743,Non-School Qualification: Level of Education by Age by Sex +G10744,F_Cert_Levl_nfd_75_84,Females Certificate Level Certificate Level nfd Age 75 84 years,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10744,Non-School Qualification: Level of Education by Age by Sex +G10745,F_Cert_Levl_nfd_85ov,Females Certificate Level Certificate Level nfd Age 85 years and over,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10745,Non-School Qualification: Level of Education by Age by Sex +G10746,F_Cert_Levl_nfd_Total,Females Certificate Level Certificate Level nfd Total,Tot_P_P|Tot_P_F|P_Cert_Levl_nfd_Total,G46A,people,education|age_gender,Total|FEMALES,,10746,Non-School Qualification: Level of Education by Age by Sex +G10747,F_Cert_Lev_Tot_15_24,Females Certificate Level Total Age 15 24 years,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10747,Non-School Qualification: Level of Education by Age by Sex +G10748,F_Cert_Lev_Tot_25_34,Females Certificate Level Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10748,Non-School Qualification: Level of Education by Age by Sex +G10749,F_Cert_Lev_Tot_35_44,Females Certificate Level Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10749,Non-School Qualification: Level of Education by Age by Sex +G10750,F_Cert_Lev_Tot_45_54,Females Certificate Level Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10750,Non-School Qualification: Level of Education by Age by Sex +G10751,F_Cert_Lev_Tot_55_64,Females Certificate Level Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10751,Non-School Qualification: Level of Education by Age by Sex +G10752,F_Cert_Lev_Tot_65_74,Females Certificate Level Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10752,Non-School Qualification: Level of Education by Age by Sex +G10753,F_Cert_Lev_Tot_75_84,Females Certificate Level Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10753,Non-School Qualification: Level of Education by Age by Sex +G10754,F_Cert_Lev_Tot_85ov,Females Certificate Level Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10754,Non-School Qualification: Level of Education by Age by Sex +G10755,F_Cert_Lev_Tot_Total,Females Certificate Level Total Total,Tot_P_P|Tot_P_F|P_Cert_Lev_Tot_Total,G46A,people,education|age_gender,Total|FEMALES,,10755,Non-School Qualification: Level of Education by Age by Sex +G10756,F_Lev_Edu_IDes_15_24,Females Level of education inadequately described Age 15 24 years,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10756,Non-School Qualification: Level of Education by Age by Sex +G10757,F_Lev_Edu_IDes_25_34,Females Level of education inadequately described Age 25 34 years,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10757,Non-School Qualification: Level of Education by Age by Sex +G10758,F_Lev_Edu_IDes_35_44,Females Level of education inadequately described Age 35 44 years,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10758,Non-School Qualification: Level of Education by Age by Sex +G10759,F_Lev_Edu_IDes_45_54,Females Level of education inadequately described Age 45 54 years,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10759,Non-School Qualification: Level of Education by Age by Sex +G10760,F_Lev_Edu_IDes_55_64,Females Level of education inadequately described Age 55 64 years,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10760,Non-School Qualification: Level of Education by Age by Sex +G10761,F_Lev_Edu_IDes_65_74,Females Level of education inadequately described Age 65 74 years,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10761,Non-School Qualification: Level of Education by Age by Sex +G10762,F_Lev_Edu_IDes_75_84,Females Level of education inadequately described Age 75 84 years,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10762,Non-School Qualification: Level of Education by Age by Sex +G10763,F_Lev_Edu_IDes_85ov,Females Level of education inadequately described Age 85 years and over,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10763,Non-School Qualification: Level of Education by Age by Sex +G10764,F_Lev_Edu_IDes_Total,Females Level of education inadequately described Total,Tot_P_P|Tot_P_F|P_Lev_Edu_IDes_Total,G46A,people,education|age_gender,Total|FEMALES,,10764,Non-School Qualification: Level of Education by Age by Sex +G10765,F_Lev_Edu_NS_15_24,Females Level of education not stated Age 15 24 years,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10765,Non-School Qualification: Level of Education by Age by Sex +G10766,F_Lev_Edu_NS_25_34,Females Level of education not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10766,Non-School Qualification: Level of Education by Age by Sex +G10767,F_Lev_Edu_NS_35_44,Females Level of education not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10767,Non-School Qualification: Level of Education by Age by Sex +G10768,F_Lev_Edu_NS_45_54,Females Level of education not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10768,Non-School Qualification: Level of Education by Age by Sex +G10769,F_Lev_Edu_NS_55_64,Females Level of education not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10769,Non-School Qualification: Level of Education by Age by Sex +G10770,F_Lev_Edu_NS_65_74,Females Level of education not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10770,Non-School Qualification: Level of Education by Age by Sex +G10771,F_Lev_Edu_NS_75_84,Females Level of education not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10771,Non-School Qualification: Level of Education by Age by Sex +G10772,F_Lev_Edu_NS_85ov,Females Level of education not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10772,Non-School Qualification: Level of Education by Age by Sex +G10773,F_Lev_Edu_NS_Total,Females Level of education not stated Total,Tot_P_P|Tot_P_F|P_Lev_Edu_NS_Total,G46A,people,education|age_gender,Total|FEMALES,,10773,Non-School Qualification: Level of Education by Age by Sex +G10774,F_Tot_15_24,Females Total Age 15 24 years,Tot_P_P|Tot_P_F|P_Tot_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10774,Non-School Qualification: Level of Education by Age by Sex +G10775,F_Tot_25_34,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10775,Non-School Qualification: Level of Education by Age by Sex +G10776,F_Tot_35_44,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10776,Non-School Qualification: Level of Education by Age by Sex +G10777,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54,G46A,people,education|age_gender,Age: 45-54 years|FEMALES,,10777,Non-School Qualification: Level of Education by Age by Sex +G10778,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64,G46A,people,education|age_gender,Age: 55-64 years|FEMALES,,10778,Non-School Qualification: Level of Education by Age by Sex +G10779,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G46A,people,education|age_gender,Age: 65-74 years|FEMALES,,10779,Non-School Qualification: Level of Education by Age by Sex +G10780,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G46A,people,education|age_gender,Age: 75-84 years|FEMALES,,10780,Non-School Qualification: Level of Education by Age by Sex +G10781,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G46A,people,education|age_gender,Age: 85 years and over|FEMALES,,10781,Non-School Qualification: Level of Education by Age by Sex +G10782,F_Tot_Total,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Total,G46A,people,education|age_gender,Total|FEMALES,,10782,Non-School Qualification: Level of Education by Age by Sex +G11017,F_NatPhyl_Scn_15_24,Females Natural and Physical Sciences Age 15 24 years,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_15_24,G47A,people,education|age_gender,Age: 15-24 years|FEMALES,,11017,Non-School Qualification: Field of Study by Age by Sex +G11018,F_NatPhyl_Scn_25_34,Females Natural and Physical Sciences Age 25 34 years,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_25_34,G47A,people,education|age_gender,Age: 25-34 years|FEMALES,,11018,Non-School Qualification: Field of Study by Age by Sex +G11019,F_NatPhyl_Scn_35_44,Females Natural and Physical Sciences Age 35 44 years,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_35_44,G47A,people,education|age_gender,Age: 35-44 years|FEMALES,,11019,Non-School Qualification: Field of Study by Age by Sex +G11020,F_NatPhyl_Scn_45_54,Females Natural and Physical Sciences Age 45 54 years,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_45_54,G47A,people,education|age_gender,Age: 45-54 years|FEMALES,,11020,Non-School Qualification: Field of Study by Age by Sex +G11021,F_NatPhyl_Scn_55_64,Females Natural and Physical Sciences Age 55 64 years,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_55_64,G47A,people,education|age_gender,Age: 55-64 years|FEMALES,,11021,Non-School Qualification: Field of Study by Age by Sex +G11022,F_NatPhyl_Scn_65_74,Females Natural and Physical Sciences Age 65 74 years,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_65_74,G47A,people,education|age_gender,Age: 65-74 years|FEMALES,,11022,Non-School Qualification: Field of Study by Age by Sex +G11023,F_NatPhyl_Scn_75_84,Females Natural and Physical Sciences Age 75 84 years,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_75_84,G47A,people,education|age_gender,Age: 75-84 years|FEMALES,,11023,Non-School Qualification: Field of Study by Age by Sex +G11024,F_NatPhyl_Scn_85ov,Females Natural and Physical Sciences Age 85 years and over,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_85ov,G47A,people,education|age_gender,Age: 85 years and over|FEMALES,,11024,Non-School Qualification: Field of Study by Age by Sex +G11025,F_NatPhyl_Scn_Tot,Females Natural and Physical Sciences Total,Tot_P_P|Tot_P_F|P_NatPhyl_Scn_Tot,G47A,people,education|age_gender,Total|FEMALES,,11025,Non-School Qualification: Field of Study by Age by Sex +G11026,F_InfoTech_15_24,Females Information Technology Age 15 24 years,Tot_P_P|Tot_P_F|P_InfoTech_15_24,G47A,people,education|age_gender,Age: 15-24 years|FEMALES,,11026,Non-School Qualification: Field of Study by Age by Sex +G11027,F_InfoTech_25_34,Females Information Technology Age 25 34 years,Tot_P_P|Tot_P_F|P_InfoTech_25_34,G47A,people,education|age_gender,Age: 25-34 years|FEMALES,,11027,Non-School Qualification: Field of Study by Age by Sex +G11028,F_InfoTech_35_44,Females Information Technology Age 35 44 years,Tot_P_P|Tot_P_F|P_InfoTech_35_44,G47A,people,education|age_gender,Age: 35-44 years|FEMALES,,11028,Non-School Qualification: Field of Study by Age by Sex +G11029,F_InfoTech_45_54,Females Information Technology Age 45 54 years,Tot_P_P|Tot_P_F|P_InfoTech_45_54,G47A,people,education|age_gender,Age: 45-54 years|FEMALES,,11029,Non-School Qualification: Field of Study by Age by Sex +G11030,F_InfoTech_55_64,Females Information Technology Age 55 64 years,Tot_P_P|Tot_P_F|P_InfoTech_55_64,G47A,people,education|age_gender,Age: 55-64 years|FEMALES,,11030,Non-School Qualification: Field of Study by Age by Sex +G11031,F_InfoTech_65_74,Females Information Technology Age 65 74 years,Tot_P_P|Tot_P_F|P_InfoTech_65_74,G47A,people,education|age_gender,Age: 65-74 years|FEMALES,,11031,Non-School Qualification: Field of Study by Age by Sex +G11032,F_InfoTech_75_84,Females Information Technology Age 75 84 years,Tot_P_P|Tot_P_F|P_InfoTech_75_84,G47A,people,education|age_gender,Age: 75-84 years|FEMALES,,11032,Non-School Qualification: Field of Study by Age by Sex +G11033,F_InfoTech_85ov,Females Information Technology Age 85 years and over,Tot_P_P|Tot_P_F|P_InfoTech_85ov,G47A,people,education|age_gender,Age: 85 years and over|FEMALES,,11033,Non-School Qualification: Field of Study by Age by Sex +G11034,F_InfoTech_Tot,Females Information Technology Total,Tot_P_P|Tot_P_F|P_InfoTech_Tot,G47A,people,education|age_gender,Total|FEMALES,,11034,Non-School Qualification: Field of Study by Age by Sex +G11035,F_Eng_RelTec_15_24,Females Engineering and Related Technologies Age 15 24 years,Tot_P_P|Tot_P_F|P_Eng_RelTec_15_24,G47A,people,education|age_gender,Age: 15-24 years|FEMALES,,11035,Non-School Qualification: Field of Study by Age by Sex +G11036,F_Eng_RelTec_25_34,Females Engineering and Related Technologies Age 25 34 years,Tot_P_P|Tot_P_F|P_Eng_RelTec_25_34,G47A,people,education|age_gender,Age: 25-34 years|FEMALES,,11036,Non-School Qualification: Field of Study by Age by Sex +G11037,F_Eng_RelTec_35_44,Females Engineering and Related Technologies Age 35 44 years,Tot_P_P|Tot_P_F|P_Eng_RelTec_35_44,G47A,people,education|age_gender,Age: 35-44 years|FEMALES,,11037,Non-School Qualification: Field of Study by Age by Sex +G11038,F_Eng_RelTec_45_54,Females Engineering and Related Technologies Age 45 54 years,Tot_P_P|Tot_P_F|P_Eng_RelTec_45_54,G47A,people,education|age_gender,Age: 45-54 years|FEMALES,,11038,Non-School Qualification: Field of Study by Age by Sex +G11039,F_Eng_RelTec_55_64,Females Engineering and Related Technologies Age 55 64 years,Tot_P_P|Tot_P_F|P_Eng_RelTec_55_64,G47A,people,education|age_gender,Age: 55-64 years|FEMALES,,11039,Non-School Qualification: Field of Study by Age by Sex +G11040,F_Eng_RelTec_65_74,Females Engineering and Related Technologies Age 65 74 years,Tot_P_P|Tot_P_F|P_Eng_RelTec_65_74,G47A,people,education|age_gender,Age: 65-74 years|FEMALES,,11040,Non-School Qualification: Field of Study by Age by Sex +G11041,F_Eng_RelTec_75_84,Females Engineering and Related Technologies Age 75 84 years,Tot_P_P|Tot_P_F|P_Eng_RelTec_75_84,G47A,people,education|age_gender,Age: 75-84 years|FEMALES,,11041,Non-School Qualification: Field of Study by Age by Sex +G11042,F_Eng_RelTec_85ov,Females Engineering and Related Technologies Age 85 years and over,Tot_P_P|Tot_P_F|P_Eng_RelTec_85ov,G47A,people,education|age_gender,Age: 85 years and over|FEMALES,,11042,Non-School Qualification: Field of Study by Age by Sex +G11043,F_Eng_RelTec_Tot,Females Engineering and Related Technologies Total,Tot_P_P|Tot_P_F|P_Eng_RelTec_Tot,G47A,people,education|age_gender,Total|FEMALES,,11043,Non-School Qualification: Field of Study by Age by Sex +G11044,F_ArchtBldng_15_24,Females Architecture and Building Age 15 24 years,Tot_P_P|Tot_P_F|P_ArchtBldng_15_24,G47A,people,education|age_gender,Age: 15-24 years|FEMALES,,11044,Non-School Qualification: Field of Study by Age by Sex +G11045,F_ArchtBldng_25_34,Females Architecture and Building Age 25 34 years,Tot_P_P|Tot_P_F|P_ArchtBldng_25_34,G47A,people,education|age_gender,Age: 25-34 years|FEMALES,,11045,Non-School Qualification: Field of Study by Age by Sex +G11046,F_ArchtBldng_35_44,Females Architecture and Building Age 35 44 years,Tot_P_P|Tot_P_F|P_ArchtBldng_35_44,G47A,people,education|age_gender,Age: 35-44 years|FEMALES,,11046,Non-School Qualification: Field of Study by Age by Sex +G11047,F_ArchtBldng_45_54,Females Architecture and Building Age 45 54 years,Tot_P_P|Tot_P_F|P_ArchtBldng_45_54,G47A,people,education|age_gender,Age: 45-54 years|FEMALES,,11047,Non-School Qualification: Field of Study by Age by Sex +G11048,F_ArchtBldng_55_64,Females Architecture and Building Age 55 64 years,Tot_P_P|Tot_P_F|P_ArchtBldng_55_64,G47A,people,education|age_gender,Age: 55-64 years|FEMALES,,11048,Non-School Qualification: Field of Study by Age by Sex +G11049,F_ArchtBldng_65_74,Females Architecture and Building Age 65 74 years,Tot_P_P|Tot_P_F|P_ArchtBldng_65_74,G47A,people,education|age_gender,Age: 65-74 years|FEMALES,,11049,Non-School Qualification: Field of Study by Age by Sex +G11050,F_ArchtBldng_75_84,Females Architecture and Building Age 75 84 years,Tot_P_P|Tot_P_F|P_ArchtBldng_75_84,G47A,people,education|age_gender,Age: 75-84 years|FEMALES,,11050,Non-School Qualification: Field of Study by Age by Sex +G11051,F_ArchtBldng_85ov,Females Architecture and Building Age 85 years and over,Tot_P_P|Tot_P_F|P_ArchtBldng_85ov,G47A,people,education|age_gender,Age: 85 years and over|FEMALES,,11051,Non-School Qualification: Field of Study by Age by Sex +G11052,F_ArchtBldng_Tot,Females Architecture and Building Total,Tot_P_P|Tot_P_F|P_ArchtBldng_Tot,G47A,people,education|age_gender,Total|FEMALES,,11052,Non-School Qualification: Field of Study by Age by Sex +G11053,F_Ag_Envir_Rltd_Sts_15_24,Females Agriculture Environmental and Related Studies Age 15 24 years,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_15_24,G47A,people,education|age_gender,Age: 15-24 years|FEMALES,,11053,Non-School Qualification: Field of Study by Age by Sex +G11054,F_Ag_Envir_Rltd_Sts_25_34,Females Agriculture Environmental and Related Studies Age 25 34 years,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_25_34,G47A,people,education|age_gender,Age: 25-34 years|FEMALES,,11054,Non-School Qualification: Field of Study by Age by Sex +G11055,F_Ag_Envir_Rltd_Sts_35_44,Females Agriculture Environmental and Related Studies Age 35 44 years,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_35_44,G47A,people,education|age_gender,Age: 35-44 years|FEMALES,,11055,Non-School Qualification: Field of Study by Age by Sex +G11056,F_Ag_Envir_Rltd_Sts_45_54,Females Agriculture Environmental and Related Studies Age 45 54 years,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_45_54,G47A,people,education|age_gender,Age: 45-54 years|FEMALES,,11056,Non-School Qualification: Field of Study by Age by Sex +G11057,F_Ag_Envir_Rltd_Sts_55_64,Females Agriculture Environmental and Related Studies Age 55 64 years,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_55_64,G47A,people,education|age_gender,Age: 55-64 years|FEMALES,,11057,Non-School Qualification: Field of Study by Age by Sex +G11058,F_Ag_Envir_Rltd_Sts_65_74,Females Agriculture Environmental and Related Studies Age 65 74 years,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_65_74,G47A,people,education|age_gender,Age: 65-74 years|FEMALES,,11058,Non-School Qualification: Field of Study by Age by Sex +G11059,F_Ag_Envir_Rltd_Sts_75_84,Females Agriculture Environmental and Related Studies Age 75 84 years,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_75_84,G47A,people,education|age_gender,Age: 75-84 years|FEMALES,,11059,Non-School Qualification: Field of Study by Age by Sex +G11060,F_Ag_Envir_Rltd_Sts_85ov,Females Agriculture Environmental and Related Studies Age 85 years and over,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_85ov,G47A,people,education|age_gender,Age: 85 years and over|FEMALES,,11060,Non-School Qualification: Field of Study by Age by Sex +G11061,F_Ag_Envir_Rltd_Sts_Tot,Females Agriculture Environmental and Related Studies Total,Tot_P_P|Tot_P_F|P_Ag_Envir_Rltd_Sts_Tot,G47A,people,education|age_gender,Total|FEMALES,,11061,Non-School Qualification: Field of Study by Age by Sex +G11062,F_Health_15_24,Females Health Age 15 24 years,Tot_P_P|Tot_P_F|P_Health_15_24,G47A,people,education|age_gender,Age: 15-24 years|FEMALES,,11062,Non-School Qualification: Field of Study by Age by Sex +G11063,F_Health_25_34,Females Health Age 25 34 years,Tot_P_P|Tot_P_F|P_Health_25_34,G47A,people,education|age_gender,Age: 25-34 years|FEMALES,,11063,Non-School Qualification: Field of Study by Age by Sex +G11064,F_Health_35_44,Females Health Age 35 44 years,Tot_P_P|Tot_P_F|P_Health_35_44,G47A,people,education|age_gender,Age: 35-44 years|FEMALES,,11064,Non-School Qualification: Field of Study by Age by Sex +G11065,F_Health_45_54,Females Health Age 45 54 years,Tot_P_P|Tot_P_F|P_Health_45_54,G47A,people,education|age_gender,Age: 45-54 years|FEMALES,,11065,Non-School Qualification: Field of Study by Age by Sex +G11066,F_Health_55_64,Females Health Age 55 64 years,Tot_P_P|Tot_P_F|P_Health_55_64,G47A,people,education|age_gender,Age: 55-64 years|FEMALES,,11066,Non-School Qualification: Field of Study by Age by Sex +G11067,F_Health_65_74,Females Health Age 65 74 years,Tot_P_P|Tot_P_F|P_Health_65_74,G47A,people,education|age_gender,Age: 65-74 years|FEMALES,,11067,Non-School Qualification: Field of Study by Age by Sex +G11068,F_Health_75_84,Females Health Age 75 84 years,Tot_P_P|Tot_P_F|P_Health_75_84,G47A,people,education|age_gender,Age: 75-84 years|FEMALES,,11068,Non-School Qualification: Field of Study by Age by Sex +G11069,F_Health_85ov,Females Health Age 85 years and over,Tot_P_P|Tot_P_F|P_Health_85ov,G47A,people,education|age_gender,Age: 85 years and over|FEMALES,,11069,Non-School Qualification: Field of Study by Age by Sex +G11070,F_Health_Tot,Females Health Total,Tot_P_P|Tot_P_F|P_Health_Tot,G47A,people,education|age_gender,Total|FEMALES,,11070,Non-School Qualification: Field of Study by Age by Sex +G11071,F_Educ_15_24,Females Education Age 15 24 years,Tot_P_P|Tot_P_F|P_Educ_15_24,G47A,people,education|age_gender,Age: 15-24 years|FEMALES,,11071,Non-School Qualification: Field of Study by Age by Sex +G11072,F_Educ_25_34,Females Education Age 25 34 years,Tot_P_P|Tot_P_F|P_Educ_25_34,G47A,people,education|age_gender,Age: 25-34 years|FEMALES,,11072,Non-School Qualification: Field of Study by Age by Sex +G11073,F_Educ_35_44,Females Education Age 35 44 years,Tot_P_P|Tot_P_F|P_Educ_35_44,G47A,people,education|age_gender,Age: 35-44 years|FEMALES,,11073,Non-School Qualification: Field of Study by Age by Sex +G11074,F_Educ_45_54,Females Education Age 45 54 years,Tot_P_P|Tot_P_F|P_Educ_45_54,G47A,people,education|age_gender,Age: 45-54 years|FEMALES,,11074,Non-School Qualification: Field of Study by Age by Sex +G11075,F_Educ_55_64,Females Education Age 55 64 years,Tot_P_P|Tot_P_F|P_Educ_55_64,G47A,people,education|age_gender,Age: 55-64 years|FEMALES,,11075,Non-School Qualification: Field of Study by Age by Sex +G11076,F_Educ_65_74,Females Education Age 65 74 years,Tot_P_P|Tot_P_F|P_Educ_65_74,G47A,people,education|age_gender,Age: 65-74 years|FEMALES,,11076,Non-School Qualification: Field of Study by Age by Sex +G11077,F_Educ_75_84,Females Education Age 75 84 years,Tot_P_P|Tot_P_F|P_Educ_75_84,G47A,people,education|age_gender,Age: 75-84 years|FEMALES,,11077,Non-School Qualification: Field of Study by Age by Sex +G11078,F_Educ_85ov,Females Education Age 85 years and over,Tot_P_P|Tot_P_F|P_Educ_85ov,G47A,people,education|age_gender,Age: 85 years and over|FEMALES,,11078,Non-School Qualification: Field of Study by Age by Sex +G11079,F_Educ_Tot,Females Education Total,Tot_P_P|Tot_P_F|P_Educ_Tot,G47A,people,education|age_gender,Total|FEMALES,,11079,Non-School Qualification: Field of Study by Age by Sex +G11080,F_Mgnt_Com_15_24,Females Management and Commerce Age 15 24 years,Tot_P_P|Tot_P_F|P_Mgnt_Com_15_24,G47A,people,education|age_gender,Age: 15-24 years|FEMALES,,11080,Non-School Qualification: Field of Study by Age by Sex +G11081,F_Mgnt_Com_25_34,Females Management and Commerce Age 25 34 years,Tot_P_P|Tot_P_F|P_Mgnt_Com_25_34,G47A,people,education|age_gender,Age: 25-34 years|FEMALES,,11081,Non-School Qualification: Field of Study by Age by Sex +G11082,F_Mgnt_Com_35_44,Females Management and Commerce Age 35 44 years,Tot_P_P|Tot_P_F|P_Mgnt_Com_35_44,G47B,people,education|age_gender,Age: 35-44 years|FEMALES,,11082,Non-School Qualification: Field of Study by Age by Sex +G11083,F_Mgnt_Com_45_54,Females Management and Commerce Age 45 54 years,Tot_P_P|Tot_P_F|P_Mgnt_Com_45_54,G47B,people,education|age_gender,Age: 45-54 years|FEMALES,,11083,Non-School Qualification: Field of Study by Age by Sex +G11084,F_Mgnt_Com_55_64,Females Management and Commerce Age 55 64 years,Tot_P_P|Tot_P_F|P_Mgnt_Com_55_64,G47B,people,education|age_gender,Age: 55-64 years|FEMALES,,11084,Non-School Qualification: Field of Study by Age by Sex +G11085,F_Mgnt_Com_65_74,Females Management and Commerce Age 65 74 years,Tot_P_P|Tot_P_F|P_Mgnt_Com_65_74,G47B,people,education|age_gender,Age: 65-74 years|FEMALES,,11085,Non-School Qualification: Field of Study by Age by Sex +G11086,F_Mgnt_Com_75_84,Females Management and Commerce Age 75 84 years,Tot_P_P|Tot_P_F|P_Mgnt_Com_75_84,G47B,people,education|age_gender,Age: 75-84 years|FEMALES,,11086,Non-School Qualification: Field of Study by Age by Sex +G11087,F_Mgnt_Com_85ov,Females Management and Commerce Age 85 years and over,Tot_P_P|Tot_P_F|P_Mgnt_Com_85ov,G47B,people,education|age_gender,Age: 85 years and over|FEMALES,,11087,Non-School Qualification: Field of Study by Age by Sex +G11088,F_Mgnt_Com_Tot,Females Management and Commerce Total,Tot_P_P|Tot_P_F|P_Mgnt_Com_Tot,G47B,people,education|age_gender,Total|FEMALES,,11088,Non-School Qualification: Field of Study by Age by Sex +G11089,F_Society_Cult_15_24,Females Society and Culture Age 15 24 years,Tot_P_P|Tot_P_F|P_Society_Cult_15_24,G47B,people,education|age_gender,Age: 15-24 years|FEMALES,,11089,Non-School Qualification: Field of Study by Age by Sex +G11090,F_Society_Cult_25_34,Females Society and Culture Age 25 34 years,Tot_P_P|Tot_P_F|P_Society_Cult_25_34,G47B,people,education|age_gender,Age: 25-34 years|FEMALES,,11090,Non-School Qualification: Field of Study by Age by Sex +G11091,F_Society_Cult_35_44,Females Society and Culture Age 35 44 years,Tot_P_P|Tot_P_F|P_Society_Cult_35_44,G47B,people,education|age_gender,Age: 35-44 years|FEMALES,,11091,Non-School Qualification: Field of Study by Age by Sex +G11092,F_Society_Cult_45_54,Females Society and Culture Age 45 54 years,Tot_P_P|Tot_P_F|P_Society_Cult_45_54,G47B,people,education|age_gender,Age: 45-54 years|FEMALES,,11092,Non-School Qualification: Field of Study by Age by Sex +G11093,F_Society_Cult_55_64,Females Society and Culture Age 55 64 years,Tot_P_P|Tot_P_F|P_Society_Cult_55_64,G47B,people,education|age_gender,Age: 55-64 years|FEMALES,,11093,Non-School Qualification: Field of Study by Age by Sex +G11094,F_Society_Cult_65_74,Females Society and Culture Age 65 74 years,Tot_P_P|Tot_P_F|P_Society_Cult_65_74,G47B,people,education|age_gender,Age: 65-74 years|FEMALES,,11094,Non-School Qualification: Field of Study by Age by Sex +G11095,F_Society_Cult_75_84,Females Society and Culture Age 75 84 years,Tot_P_P|Tot_P_F|P_Society_Cult_75_84,G47B,people,education|age_gender,Age: 75-84 years|FEMALES,,11095,Non-School Qualification: Field of Study by Age by Sex +G11096,F_Society_Cult_85ov,Females Society and Culture Age 85 years and over,Tot_P_P|Tot_P_F|P_Society_Cult_85ov,G47B,people,education|age_gender,Age: 85 years and over|FEMALES,,11096,Non-School Qualification: Field of Study by Age by Sex +G11097,F_Society_Cult_Tot,Females Society and Culture Total,Tot_P_P|Tot_P_F|P_Society_Cult_Tot,G47B,people,education|age_gender,Total|FEMALES,,11097,Non-School Qualification: Field of Study by Age by Sex +G11098,F_Creative_Arts_15_24,Females Creative Arts Age 15 24 years,Tot_P_P|Tot_P_F|P_Creative_Arts_15_24,G47B,people,education|age_gender,Age: 15-24 years|FEMALES,,11098,Non-School Qualification: Field of Study by Age by Sex +G11099,F_Creative_Arts_25_34,Females Creative Arts Age 25 34 years,Tot_P_P|Tot_P_F|P_Creative_Arts_25_34,G47B,people,education|age_gender,Age: 25-34 years|FEMALES,,11099,Non-School Qualification: Field of Study by Age by Sex +G11100,F_Creative_Arts_35_44,Females Creative Arts Age 35 44 years,Tot_P_P|Tot_P_F|P_Creative_Arts_35_44,G47B,people,education|age_gender,Age: 35-44 years|FEMALES,,11100,Non-School Qualification: Field of Study by Age by Sex +G11101,F_Creative_Arts_45_54,Females Creative Arts Age 45 54 years,Tot_P_P|Tot_P_F|P_Creative_Arts_45_54,G47B,people,education|age_gender,Age: 45-54 years|FEMALES,,11101,Non-School Qualification: Field of Study by Age by Sex +G11102,F_Creative_Arts_55_64,Females Creative Arts Age 55 64 years,Tot_P_P|Tot_P_F|P_Creative_Arts_55_64,G47B,people,education|age_gender,Age: 55-64 years|FEMALES,,11102,Non-School Qualification: Field of Study by Age by Sex +G11103,F_Creative_Arts_65_74,Females Creative Arts Age 65 74 years,Tot_P_P|Tot_P_F|P_Creative_Arts_65_74,G47B,people,education|age_gender,Age: 65-74 years|FEMALES,,11103,Non-School Qualification: Field of Study by Age by Sex +G11104,F_Creative_Arts_75_84,Females Creative Arts Age 75 84 years,Tot_P_P|Tot_P_F|P_Creative_Arts_75_84,G47B,people,education|age_gender,Age: 75-84 years|FEMALES,,11104,Non-School Qualification: Field of Study by Age by Sex +G11105,F_Creative_Arts_85ov,Females Creative Arts Age 85 years and over,Tot_P_P|Tot_P_F|P_Creative_Arts_85ov,G47B,people,education|age_gender,Age: 85 years and over|FEMALES,,11105,Non-School Qualification: Field of Study by Age by Sex +G11106,F_Creative_Arts_Tot,Females Creative Arts Total,Tot_P_P|Tot_P_F|P_Creative_Arts_Tot,G47B,people,education|age_gender,Total|FEMALES,,11106,Non-School Qualification: Field of Study by Age by Sex +G11107,F_Fd_Hosp_Psnl_Svcs_15_24,Females Food Hospitality and Personal Services Age 15 24 years,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_15_24,G47B,people,education|age_gender,Age: 15-24 years|FEMALES,,11107,Non-School Qualification: Field of Study by Age by Sex +G11108,F_Fd_Hosp_Psnl_Svcs_25_34,Females Food Hospitality and Personal Services Age 25 34 years,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_25_34,G47B,people,education|age_gender,Age: 25-34 years|FEMALES,,11108,Non-School Qualification: Field of Study by Age by Sex +G11109,F_Fd_Hosp_Psnl_Svcs_35_44,Females Food Hospitality and Personal Services Age 35 44 years,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_35_44,G47B,people,education|age_gender,Age: 35-44 years|FEMALES,,11109,Non-School Qualification: Field of Study by Age by Sex +G11110,F_Fd_Hosp_Psnl_Svcs_45_54,Females Food Hospitality and Personal Services Age 45 54 years,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_45_54,G47B,people,education|age_gender,Age: 45-54 years|FEMALES,,11110,Non-School Qualification: Field of Study by Age by Sex +G11111,F_Fd_Hosp_Psnl_Svcs_55_64,Females Food Hospitality and Personal Services Age 55 64 years,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_55_64,G47B,people,education|age_gender,Age: 55-64 years|FEMALES,,11111,Non-School Qualification: Field of Study by Age by Sex +G11112,F_Fd_Hosp_Psnl_Svcs_65_74,Females Food Hospitality and Personal Services Age 65 74 years,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_65_74,G47B,people,education|age_gender,Age: 65-74 years|FEMALES,,11112,Non-School Qualification: Field of Study by Age by Sex +G11113,F_Fd_Hosp_Psnl_Svcs_75_84,Females Food Hospitality and Personal Services Age 75 84 years,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_75_84,G47B,people,education|age_gender,Age: 75-84 years|FEMALES,,11113,Non-School Qualification: Field of Study by Age by Sex +G11114,F_Fd_Hosp_Psnl_Svcs_85ov,Females Food Hospitality and Personal Services Age 85 years and over,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_85ov,G47B,people,education|age_gender,Age: 85 years and over|FEMALES,,11114,Non-School Qualification: Field of Study by Age by Sex +G11115,F_Fd_Hosp_Psnl_Svcs_Tot,Females Food Hospitality and Personal Services Total,Tot_P_P|Tot_P_F|P_Fd_Hosp_Psnl_Svcs_Tot,G47B,people,education|age_gender,Total|FEMALES,,11115,Non-School Qualification: Field of Study by Age by Sex +G11116,F_MixFld_Prgm_15_24,Females Mixed Field Programmes Age 15 24 years,Tot_P_P|Tot_P_F|P_MixFld_Prgm_15_24,G47B,people,education|age_gender,Age: 15-24 years|FEMALES,,11116,Non-School Qualification: Field of Study by Age by Sex +G11117,F_MixFld_Prgm_25_34,Females Mixed Field Programmes Age 25 34 years,Tot_P_P|Tot_P_F|P_MixFld_Prgm_25_34,G47B,people,education|age_gender,Age: 25-34 years|FEMALES,,11117,Non-School Qualification: Field of Study by Age by Sex +G11118,F_MixFld_Prgm_35_44,Females Mixed Field Programmes Age 35 44 years,Tot_P_P|Tot_P_F|P_MixFld_Prgm_35_44,G47B,people,education|age_gender,Age: 35-44 years|FEMALES,,11118,Non-School Qualification: Field of Study by Age by Sex +G11119,F_MixFld_Prgm_45_54,Females Mixed Field Programmes Age 45 54 years,Tot_P_P|Tot_P_F|P_MixFld_Prgm_45_54,G47B,people,education|age_gender,Age: 45-54 years|FEMALES,,11119,Non-School Qualification: Field of Study by Age by Sex +G11120,F_MixFld_Prgm_55_64,Females Mixed Field Programmes Age 55 64 years,Tot_P_P|Tot_P_F|P_MixFld_Prgm_55_64,G47B,people,education|age_gender,Age: 55-64 years|FEMALES,,11120,Non-School Qualification: Field of Study by Age by Sex +G11121,F_MixFld_Prgm_65_74,Females Mixed Field Programmes Age 65 74 years,Tot_P_P|Tot_P_F|P_MixFld_Prgm_65_74,G47B,people,education|age_gender,Age: 65-74 years|FEMALES,,11121,Non-School Qualification: Field of Study by Age by Sex +G11122,F_MixFld_Prgm_75_84,Females Mixed Field Programmes Age 75 84 years,Tot_P_P|Tot_P_F|P_MixFld_Prgm_75_84,G47B,people,education|age_gender,Age: 75-84 years|FEMALES,,11122,Non-School Qualification: Field of Study by Age by Sex +G11123,F_MixFld_Prgm_85ov,Females Mixed Field Programmes Age 85 years and over,Tot_P_P|Tot_P_F|P_MixFld_Prgm_85ov,G47B,people,education|age_gender,Age: 85 years and over|FEMALES,,11123,Non-School Qualification: Field of Study by Age by Sex +G11124,F_MixFld_Prgm_Tot,Females Mixed Field Programmes Total,Tot_P_P|Tot_P_F|P_MixFld_Prgm_Tot,G47B,people,education|age_gender,Total|FEMALES,,11124,Non-School Qualification: Field of Study by Age by Sex +G11125,F_FldStd_InadDes_15_24,Females Field of study inadequately described Age 15 24 years,Tot_P_P|Tot_P_F|P_FldStd_InadDes_15_24,G47B,people,education|age_gender,Age: 15-24 years|FEMALES,,11125,Non-School Qualification: Field of Study by Age by Sex +G11126,F_FldStd_InadDes_25_34,Females Field of study inadequately described Age 25 34 years,Tot_P_P|Tot_P_F|P_FldStd_InadDes_25_34,G47B,people,education|age_gender,Age: 25-34 years|FEMALES,,11126,Non-School Qualification: Field of Study by Age by Sex +G11127,F_FldStd_InadDes_35_44,Females Field of study inadequately described Age 35 44 years,Tot_P_P|Tot_P_F|P_FldStd_InadDes_35_44,G47B,people,education|age_gender,Age: 35-44 years|FEMALES,,11127,Non-School Qualification: Field of Study by Age by Sex +G11128,F_FldStd_InadDes_45_54,Females Field of study inadequately described Age 45 54 years,Tot_P_P|Tot_P_F|P_FldStd_InadDes_45_54,G47B,people,education|age_gender,Age: 45-54 years|FEMALES,,11128,Non-School Qualification: Field of Study by Age by Sex +G11129,F_FldStd_InadDes_55_64,Females Field of study inadequately described Age 55 64 years,Tot_P_P|Tot_P_F|P_FldStd_InadDes_55_64,G47B,people,education|age_gender,Age: 55-64 years|FEMALES,,11129,Non-School Qualification: Field of Study by Age by Sex +G11130,F_FldStd_InadDes_65_74,Females Field of study inadequately described Age 65 74 years,Tot_P_P|Tot_P_F|P_FldStd_InadDes_65_74,G47B,people,education|age_gender,Age: 65-74 years|FEMALES,,11130,Non-School Qualification: Field of Study by Age by Sex +G11131,F_FldStd_InadDes_75_84,Females Field of study inadequately described Age 75 84 years,Tot_P_P|Tot_P_F|P_FldStd_InadDes_75_84,G47B,people,education|age_gender,Age: 75-84 years|FEMALES,,11131,Non-School Qualification: Field of Study by Age by Sex +G11132,F_FldStd_InadDes_85ov,Females Field of study inadequately described Age 85 years and over,Tot_P_P|Tot_P_F|P_FldStd_InadDes_85ov,G47B,people,education|age_gender,Age: 85 years and over|FEMALES,,11132,Non-School Qualification: Field of Study by Age by Sex +G11133,F_FldStd_InadDes_Tot,Females Field of study inadequately described Total,Tot_P_P|Tot_P_F|P_FldStd_InadDes_Tot,G47B,people,education|age_gender,Total|FEMALES,,11133,Non-School Qualification: Field of Study by Age by Sex +G11134,F_FldStd_NS_15_24,Females Field of study not stated Age 15 24 years,Tot_P_P|Tot_P_F|P_FldStd_NS_15_24,G47B,people,education|age_gender,Age: 15-24 years|FEMALES,,11134,Non-School Qualification: Field of Study by Age by Sex +G11135,F_FldStd_NS_25_34,Females Field of study not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_FldStd_NS_25_34,G47B,people,education|age_gender,Age: 25-34 years|FEMALES,,11135,Non-School Qualification: Field of Study by Age by Sex +G11136,F_FldStd_NS_35_44,Females Field of study not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_FldStd_NS_35_44,G47B,people,education|age_gender,Age: 35-44 years|FEMALES,,11136,Non-School Qualification: Field of Study by Age by Sex +G11137,F_FldStd_NS_45_54,Females Field of study not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_FldStd_NS_45_54,G47B,people,education|age_gender,Age: 45-54 years|FEMALES,,11137,Non-School Qualification: Field of Study by Age by Sex +G11138,F_FldStd_NS_55_64,Females Field of study not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_FldStd_NS_55_64,G47B,people,education|age_gender,Age: 55-64 years|FEMALES,,11138,Non-School Qualification: Field of Study by Age by Sex +G11139,F_FldStd_NS_65_74,Females Field of study not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_FldStd_NS_65_74,G47B,people,education|age_gender,Age: 65-74 years|FEMALES,,11139,Non-School Qualification: Field of Study by Age by Sex +G11140,F_FldStd_NS_75_84,Females Field of study not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_FldStd_NS_75_84,G47B,people,education|age_gender,Age: 75-84 years|FEMALES,,11140,Non-School Qualification: Field of Study by Age by Sex +G11141,F_FldStd_NS_85ov,Females Field of study not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_FldStd_NS_85ov,G47B,people,education|age_gender,Age: 85 years and over|FEMALES,,11141,Non-School Qualification: Field of Study by Age by Sex +G11142,F_FldStd_NS_Tot,Females Field of study not stated Total,Tot_P_P|Tot_P_F|P_FldStd_NS_Tot,G47B,people,education|age_gender,Total|FEMALES,,11142,Non-School Qualification: Field of Study by Age by Sex +G11143,F_Tot_15_24,Females Total Age 15 24 years,Tot_P_P|Tot_P_F|P_Tot_15_24,G47B,people,education|age_gender,Age: 15-24 years|FEMALES,,11143,Non-School Qualification: Field of Study by Age by Sex +G11144,F_Tot_25_34,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34,G47B,people,education|age_gender,Age: 25-34 years|FEMALES,,11144,Non-School Qualification: Field of Study by Age by Sex +G11145,F_Tot_35_44,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44,G47B,people,education|age_gender,Age: 35-44 years|FEMALES,,11145,Non-School Qualification: Field of Study by Age by Sex +G11146,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54,G47B,people,education|age_gender,Age: 45-54 years|FEMALES,,11146,Non-School Qualification: Field of Study by Age by Sex +G11147,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64,G47B,people,education|age_gender,Age: 55-64 years|FEMALES,,11147,Non-School Qualification: Field of Study by Age by Sex +G11148,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G47B,people,education|age_gender,Age: 65-74 years|FEMALES,,11148,Non-School Qualification: Field of Study by Age by Sex +G11149,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G47B,people,education|age_gender,Age: 75-84 years|FEMALES,,11149,Non-School Qualification: Field of Study by Age by Sex +G11150,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G47B,people,education|age_gender,Age: 85 years and over|FEMALES,,11150,Non-School Qualification: Field of Study by Age by Sex +G11151,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G47B,people,education|age_gender,Total|FEMALES,,11151,Non-School Qualification: Field of Study by Age by Sex +G11437,F_NatPhySci_Occ_Mng,Females Natural and Physical Sciences Occupation Managers,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|FEMALES,,11437,Non-School Qualification: Field of Study by Occupation by Sex +G11438,F_NatPhySci_Occ_Pro,Females Natural and Physical Sciences Occupation Professionals,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|FEMALES,,11438,Non-School Qualification: Field of Study by Occupation by Sex +G11439,F_NatPhySci_Occ_TTW,Females Natural and Physical Sciences Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11439,Non-School Qualification: Field of Study by Occupation by Sex +G11440,F_NatPhySci_Occ_CPS,Females Natural and Physical Sciences Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11440,Non-School Qualification: Field of Study by Occupation by Sex +G11441,F_NatPhySci_Occ_CA,Females Natural and Physical Sciences Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11441,Non-School Qualification: Field of Study by Occupation by Sex +G11442,F_NatPhySci_Occ_Sal,Females Natural and Physical Sciences Occupation Sales workers,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11442,Non-School Qualification: Field of Study by Occupation by Sex +G11443,F_NatPhySci_Occ_MOD,Females Natural and Physical Sciences Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11443,Non-School Qualification: Field of Study by Occupation by Sex +G11444,F_NatPhySci_Occ_Lab,Females Natural and Physical Sciences Occupation Labourers,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|FEMALES,,11444,Non-School Qualification: Field of Study by Occupation by Sex +G11445,F_NatPhySci_Occ_IDNS,Females Natural and Physical Sciences Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_NatPhySci_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11445,Non-School Qualification: Field of Study by Occupation by Sex +G11446,F_NatPhySci_Total,Females Natural and Physical Sciences Total,Tot_P_P|Tot_P_F|P_NatPhySci_Total,G48A,people,education|age_gender,Total|FEMALES,,11446,Non-School Qualification: Field of Study by Occupation by Sex +G11447,F_InfoTechn_Occ_Mng,Females Information Technology Occupation Managers,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|FEMALES,,11447,Non-School Qualification: Field of Study by Occupation by Sex +G11448,F_InfoTechn_Occ_Pro,Females Information Technology Occupation Professionals,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|FEMALES,,11448,Non-School Qualification: Field of Study by Occupation by Sex +G11449,F_InfoTechn_Occ_TTW,Females Information Technology Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11449,Non-School Qualification: Field of Study by Occupation by Sex +G11450,F_InfoTechn_Occ_CPS,Females Information Technology Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11450,Non-School Qualification: Field of Study by Occupation by Sex +G11451,F_InfoTechn_Occ_CA,Females Information Technology Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11451,Non-School Qualification: Field of Study by Occupation by Sex +G11452,F_InfoTechn_Occ_Sal,Females Information Technology Occupation Sales workers,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11452,Non-School Qualification: Field of Study by Occupation by Sex +G11453,F_InfoTechn_Occ_MOD,Females Information Technology Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11453,Non-School Qualification: Field of Study by Occupation by Sex +G11454,F_InfoTechn_Occ_Lab,Females Information Technology Occupation Labourers,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|FEMALES,,11454,Non-School Qualification: Field of Study by Occupation by Sex +G11455,F_InfoTechn_Occ_IDNS,Females Information Technology Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_InfoTechn_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11455,Non-School Qualification: Field of Study by Occupation by Sex +G11456,F_InfoTechn_Total,Females Information Technology Total,Tot_P_P|Tot_P_F|P_InfoTechn_Total,G48A,people,education|age_gender,Total|FEMALES,,11456,Non-School Qualification: Field of Study by Occupation by Sex +G11457,F_EngRelTech_Occ_Mng,Females Engineering and Related Technologies Occupation Managers,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|FEMALES,,11457,Non-School Qualification: Field of Study by Occupation by Sex +G11458,F_EngRelTech_Occ_Pro,Females Engineering and Related Technologies Occupation Professionals,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|FEMALES,,11458,Non-School Qualification: Field of Study by Occupation by Sex +G11459,F_EngRelTech_Occ_TTW,Females Engineering and Related Technologies Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11459,Non-School Qualification: Field of Study by Occupation by Sex +G11460,F_EngRelTech_Occ_CPS,Females Engineering and Related Technologies Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11460,Non-School Qualification: Field of Study by Occupation by Sex +G11461,F_EngRelTech_Occ_CA,Females Engineering and Related Technologies Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11461,Non-School Qualification: Field of Study by Occupation by Sex +G11462,F_EngRelTech_Occ_Sal,Females Engineering and Related Technologies Occupation Sales workers,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11462,Non-School Qualification: Field of Study by Occupation by Sex +G11463,F_EngRelTech_Occ_MOD,Females Engineering and Related Technologies Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11463,Non-School Qualification: Field of Study by Occupation by Sex +G11464,F_EngRelTech_Occ_Lab,Females Engineering and Related Technologies Occupation Labourers,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|FEMALES,,11464,Non-School Qualification: Field of Study by Occupation by Sex +G11465,F_EngRelTech_Occ_IDNS,Females Engineering and Related Technologies Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_EngRelTech_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11465,Non-School Qualification: Field of Study by Occupation by Sex +G11466,F_EngRelTech_Total,Females Engineering and Related Technologies Total,Tot_P_P|Tot_P_F|P_EngRelTech_Total,G48A,people,education|age_gender,Total|FEMALES,,11466,Non-School Qualification: Field of Study by Occupation by Sex +G11467,F_ArchitBuild_Occ_Mng,Females Architecture and Building Occupation Managers,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|FEMALES,,11467,Non-School Qualification: Field of Study by Occupation by Sex +G11468,F_ArchitBuild_Occ_Pro,Females Architecture and Building Occupation Professionals,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|FEMALES,,11468,Non-School Qualification: Field of Study by Occupation by Sex +G11469,F_ArchitBuild_Occ_TTW,Females Architecture and Building Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11469,Non-School Qualification: Field of Study by Occupation by Sex +G11470,F_ArchitBuild_Occ_CPS,Females Architecture and Building Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11470,Non-School Qualification: Field of Study by Occupation by Sex +G11471,F_ArchitBuild_Occ_CA,Females Architecture and Building Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11471,Non-School Qualification: Field of Study by Occupation by Sex +G11472,F_ArchitBuild_Occ_Sal,Females Architecture and Building Occupation Sales workers,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11472,Non-School Qualification: Field of Study by Occupation by Sex +G11473,F_ArchitBuild_Occ_MOD,Females Architecture and Building Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11473,Non-School Qualification: Field of Study by Occupation by Sex +G11474,F_ArchitBuild_Occ_Lab,Females Architecture and Building Occupation Labourers,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|FEMALES,,11474,Non-School Qualification: Field of Study by Occupation by Sex +G11475,F_ArchitBuild_Occ_IDNS,Females Architecture and Building Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_ArchitBuild_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11475,Non-School Qualification: Field of Study by Occupation by Sex +G11476,F_ArchitBuild_Total,Females Architecture and Building Total,Tot_P_P|Tot_P_F|P_ArchitBuild_Total,G48A,people,education|age_gender,Total|FEMALES,,11476,Non-School Qualification: Field of Study by Occupation by Sex +G11477,F_AgriEnviRelStu_Occ_Mng,Females Agriculture Environmental and Related Studies Occupation Managers,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|FEMALES,,11477,Non-School Qualification: Field of Study by Occupation by Sex +G11478,F_AgriEnviRelStu_Occ_Pro,Females Agriculture Environmental and Related Studies Occupation Professionals,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|FEMALES,,11478,Non-School Qualification: Field of Study by Occupation by Sex +G11479,F_AgriEnviRelStu_Occ_TTW,Females Agriculture Environmental and Related Studies Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11479,Non-School Qualification: Field of Study by Occupation by Sex +G11480,F_AgriEnviRelStu_Occ_CPS,Females Agriculture Environmental and Related Studies Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11480,Non-School Qualification: Field of Study by Occupation by Sex +G11481,F_AgriEnviRelStu_Occ_CA,Females Agriculture Environmental and Related Studies Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11481,Non-School Qualification: Field of Study by Occupation by Sex +G11482,F_AgriEnviRelStu_Occ_Sal,Females Agriculture Environmental and Related Studies Occupation Sales workers,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11482,Non-School Qualification: Field of Study by Occupation by Sex +G11483,F_AgriEnviRelStu_Occ_MOD,Females Agriculture Environmental and Related Studies Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11483,Non-School Qualification: Field of Study by Occupation by Sex +G11484,F_AgriEnviRelStu_Occ_Lab,Females Agriculture Environmental and Related Studies Occupation Labourers,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|FEMALES,,11484,Non-School Qualification: Field of Study by Occupation by Sex +G11485,F_AgriEnviRelStu_Occ_IDNS,Females Agriculture Environmental and Related Studies Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11485,Non-School Qualification: Field of Study by Occupation by Sex +G11486,F_AgriEnviRelStu_Total,Females Agriculture Environmental and Related Studies Total,Tot_P_P|Tot_P_F|P_AgriEnviRelStu_Total,G48A,people,education|age_gender,Total|FEMALES,,11486,Non-School Qualification: Field of Study by Occupation by Sex +G11487,F_Health_Occ_Mng,Females Health Occupation Managers,Tot_P_P|Tot_P_F|P_Health_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11487,Non-School Qualification: Field of Study by Occupation by Sex +G11488,F_Health_Occ_Pro,Females Health Occupation Professionals,Tot_P_P|Tot_P_F|P_Health_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11488,Non-School Qualification: Field of Study by Occupation by Sex +G11489,F_Health_Occ_TTW,Females Health Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_Health_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11489,Non-School Qualification: Field of Study by Occupation by Sex +G11490,F_Health_Occ_CPS,Females Health Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_Health_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11490,Non-School Qualification: Field of Study by Occupation by Sex +G11491,F_Health_Occ_CA,Females Health Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_Health_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11491,Non-School Qualification: Field of Study by Occupation by Sex +G11492,F_Health_Occ_Sal,Females Health Occupation Sales workers,Tot_P_P|Tot_P_F|P_Health_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11492,Non-School Qualification: Field of Study by Occupation by Sex +G11493,F_Health_Occ_MOD,Females Health Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_Health_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11493,Non-School Qualification: Field of Study by Occupation by Sex +G11494,F_Health_Occ_Lab,Females Health Occupation Labourers,Tot_P_P|Tot_P_F|P_Health_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11494,Non-School Qualification: Field of Study by Occupation by Sex +G11495,F_Health_Occ_IDNS,Females Health Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Health_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11495,Non-School Qualification: Field of Study by Occupation by Sex +G11496,F_Health_Total,Females Health Total,Tot_P_P|Tot_P_F|P_Health_Total,G48B,people,education|age_gender,Total|FEMALES,,11496,Non-School Qualification: Field of Study by Occupation by Sex +G11497,F_Educat_Occ_Mng,Females Education Occupation Managers,Tot_P_P|Tot_P_F|P_Educat_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11497,Non-School Qualification: Field of Study by Occupation by Sex +G11498,F_Educat_Occ_Pro,Females Education Occupation Professionals,Tot_P_P|Tot_P_F|P_Educat_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11498,Non-School Qualification: Field of Study by Occupation by Sex +G11499,F_Educat_Occ_TTW,Females Education Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_Educat_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11499,Non-School Qualification: Field of Study by Occupation by Sex +G11500,F_Educat_Occ_CPS,Females Education Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_Educat_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11500,Non-School Qualification: Field of Study by Occupation by Sex +G11501,F_Educat_Occ_CA,Females Education Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_Educat_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11501,Non-School Qualification: Field of Study by Occupation by Sex +G11502,F_Educat_Occ_Sal,Females Education Occupation Sales workers,Tot_P_P|Tot_P_F|P_Educat_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11502,Non-School Qualification: Field of Study by Occupation by Sex +G11503,F_Educat_Occ_MOD,Females Education Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_Educat_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11503,Non-School Qualification: Field of Study by Occupation by Sex +G11504,F_Educat_Occ_Lab,Females Education Occupation Labourers,Tot_P_P|Tot_P_F|P_Educat_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11504,Non-School Qualification: Field of Study by Occupation by Sex +G11505,F_Educat_Occ_IDNS,Females Education Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Educat_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11505,Non-School Qualification: Field of Study by Occupation by Sex +G11506,F_Educat_Total,Females Education Total,Tot_P_P|Tot_P_F|P_Educat_Total,G48B,people,education|age_gender,Total|FEMALES,,11506,Non-School Qualification: Field of Study by Occupation by Sex +G11507,F_ManagCom_Occ_Mng,Females Management and Commerce Occupation Managers,Tot_P_P|Tot_P_F|P_ManagCom_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11507,Non-School Qualification: Field of Study by Occupation by Sex +G11508,F_ManagCom_Occ_Pro,Females Management and Commerce Occupation Professionals,Tot_P_P|Tot_P_F|P_ManagCom_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11508,Non-School Qualification: Field of Study by Occupation by Sex +G11509,F_ManagCom_Occ_TTW,Females Management and Commerce Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_ManagCom_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11509,Non-School Qualification: Field of Study by Occupation by Sex +G11510,F_ManagCom_Occ_CPS,Females Management and Commerce Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_ManagCom_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11510,Non-School Qualification: Field of Study by Occupation by Sex +G11511,F_ManagCom_Occ_CA,Females Management and Commerce Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_ManagCom_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11511,Non-School Qualification: Field of Study by Occupation by Sex +G11512,F_ManagCom_Occ_Sal,Females Management and Commerce Occupation Sales workers,Tot_P_P|Tot_P_F|P_ManagCom_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11512,Non-School Qualification: Field of Study by Occupation by Sex +G11513,F_ManagCom_Occ_MOD,Females Management and Commerce Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_ManagCom_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11513,Non-School Qualification: Field of Study by Occupation by Sex +G11514,F_ManagCom_Occ_Lab,Females Management and Commerce Occupation Labourers,Tot_P_P|Tot_P_F|P_ManagCom_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11514,Non-School Qualification: Field of Study by Occupation by Sex +G11515,F_ManagCom_Occ_IDNS,Females Management and Commerce Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_ManagCom_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11515,Non-School Qualification: Field of Study by Occupation by Sex +G11516,F_ManagCom_Total,Females Management and Commerce Total,Tot_P_P|Tot_P_F|P_ManagCom_Total,G48B,people,education|age_gender,Total|FEMALES,,11516,Non-School Qualification: Field of Study by Occupation by Sex +G11517,F_SocietCultu_Occ_Mng,Females Society and Culture Occupation Managers,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11517,Non-School Qualification: Field of Study by Occupation by Sex +G11518,F_SocietCultu_Occ_Pro,Females Society and Culture Occupation Professionals,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11518,Non-School Qualification: Field of Study by Occupation by Sex +G11519,F_SocietCultu_Occ_TTW,Females Society and Culture Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11519,Non-School Qualification: Field of Study by Occupation by Sex +G11520,F_SocietCultu_Occ_CPS,Females Society and Culture Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11520,Non-School Qualification: Field of Study by Occupation by Sex +G11521,F_SocietCultu_Occ_CA,Females Society and Culture Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11521,Non-School Qualification: Field of Study by Occupation by Sex +G11522,F_SocietCultu_Occ_Sal,Females Society and Culture Occupation Sales workers,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11522,Non-School Qualification: Field of Study by Occupation by Sex +G11523,F_SocietCultu_Occ_MOD,Females Society and Culture Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11523,Non-School Qualification: Field of Study by Occupation by Sex +G11524,F_SocietCultu_Occ_Lab,Females Society and Culture Occupation Labourers,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11524,Non-School Qualification: Field of Study by Occupation by Sex +G11525,F_SocietCultu_Occ_IDNS,Females Society and Culture Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_SocietCultu_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11525,Non-School Qualification: Field of Study by Occupation by Sex +G11526,F_SocietCultu_Total,Females Society and Culture Total,Tot_P_P|Tot_P_F|P_SocietCultu_Total,G48B,people,education|age_gender,Total|FEMALES,,11526,Non-School Qualification: Field of Study by Occupation by Sex +G11527,F_CreatArt_Occ_Mng,Females Creative Arts Occupation Managers,Tot_P_P|Tot_P_F|P_CreatArt_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11527,Non-School Qualification: Field of Study by Occupation by Sex +G11528,F_CreatArt_Occ_Pro,Females Creative Arts Occupation Professionals,Tot_P_P|Tot_P_F|P_CreatArt_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11528,Non-School Qualification: Field of Study by Occupation by Sex +G11529,F_CreatArt_Occ_TTW,Females Creative Arts Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_CreatArt_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11529,Non-School Qualification: Field of Study by Occupation by Sex +G11530,F_CreatArt_Occ_CPS,Females Creative Arts Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_CreatArt_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11530,Non-School Qualification: Field of Study by Occupation by Sex +G11531,F_CreatArt_Occ_CA,Females Creative Arts Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_CreatArt_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11531,Non-School Qualification: Field of Study by Occupation by Sex +G11532,F_CreatArt_Occ_Sal,Females Creative Arts Occupation Sales workers,Tot_P_P|Tot_P_F|P_CreatArt_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11532,Non-School Qualification: Field of Study by Occupation by Sex +G11533,F_CreatArt_Occ_MOD,Females Creative Arts Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_CreatArt_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11533,Non-School Qualification: Field of Study by Occupation by Sex +G11534,F_CreatArt_Occ_Lab,Females Creative Arts Occupation Labourers,Tot_P_P|Tot_P_F|P_CreatArt_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11534,Non-School Qualification: Field of Study by Occupation by Sex +G11535,F_CreatArt_Occ_IDNS,Females Creative Arts Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_CreatArt_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11535,Non-School Qualification: Field of Study by Occupation by Sex +G11536,F_CreatArt_Total,Females Creative Arts Total,Tot_P_P|Tot_P_F|P_CreatArt_Total,G48B,people,education|age_gender,Total|FEMALES,,11536,Non-School Qualification: Field of Study by Occupation by Sex +G11537,F_FoodHospPersServ_Occ_Mng,Females Food Hospitality and Personal Services Occupation Managers,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11537,Non-School Qualification: Field of Study by Occupation by Sex +G11538,F_FoodHospPersServ_Occ_Pro,Females Food Hospitality and Personal Services Occupation Professionals,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11538,Non-School Qualification: Field of Study by Occupation by Sex +G11539,F_FoodHospPersServ_Occ_TTW,Females Food Hospitality and Personal Services Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11539,Non-School Qualification: Field of Study by Occupation by Sex +G11540,F_FoodHospPersServ_Occ_CPS,Females Food Hospitality and Personal Services Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11540,Non-School Qualification: Field of Study by Occupation by Sex +G11541,F_FoodHospPersServ_Occ_CA,Females Food Hospitality and Personal Services Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11541,Non-School Qualification: Field of Study by Occupation by Sex +G11542,F_FoodHospPersServ_Occ_Sal,Females Food Hospitality and Personal Services Occupation Sales workers,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11542,Non-School Qualification: Field of Study by Occupation by Sex +G11543,F_FoodHospPersServ_Occ_MOD,Females Food Hospitality and Personal Services Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11543,Non-School Qualification: Field of Study by Occupation by Sex +G11544,F_FoodHospPersServ_Occ_Lab,Females Food Hospitality and Personal Services Occupation Labourers,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11544,Non-School Qualification: Field of Study by Occupation by Sex +G11545,F_FoodHospPersServ_Occ_IDNS,Females Food Hospitality and Personal Services Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11545,Non-School Qualification: Field of Study by Occupation by Sex +G11546,F_FoodHospPersServ_Total,Females Food Hospitality and Personal Services Total,Tot_P_P|Tot_P_F|P_FoodHospPersServ_Total,G48B,people,education|age_gender,Total|FEMALES,,11546,Non-School Qualification: Field of Study by Occupation by Sex +G11547,F_MixFieldProg_Occ_Mng,Females Mixed Field Programmes Occupation Managers,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11547,Non-School Qualification: Field of Study by Occupation by Sex +G11548,F_MixFieldProg_Occ_Pro,Females Mixed Field Programmes Occupation Professionals,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11548,Non-School Qualification: Field of Study by Occupation by Sex +G11549,F_MixFieldProg_Occ_TTW,Females Mixed Field Programmes Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11549,Non-School Qualification: Field of Study by Occupation by Sex +G11550,F_MixFieldProg_Occ_CPS,Females Mixed Field Programmes Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11550,Non-School Qualification: Field of Study by Occupation by Sex +G11551,F_MixFieldProg_Occ_CA,Females Mixed Field Programmes Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11551,Non-School Qualification: Field of Study by Occupation by Sex +G11552,F_MixFieldProg_Occ_Sal,Females Mixed Field Programmes Occupation Sales workers,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11552,Non-School Qualification: Field of Study by Occupation by Sex +G11553,F_MixFieldProg_Occ_MOD,Females Mixed Field Programmes Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11553,Non-School Qualification: Field of Study by Occupation by Sex +G11554,F_MixFieldProg_Occ_Lab,Females Mixed Field Programmes Occupation Labourers,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11554,Non-School Qualification: Field of Study by Occupation by Sex +G11555,F_MixFieldProg_Occ_IDNS,Females Mixed Field Programmes Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_MixFieldProg_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11555,Non-School Qualification: Field of Study by Occupation by Sex +G11556,F_MixFieldProg_Total,Females Mixed Field Programmes Total,Tot_P_P|Tot_P_F|P_MixFieldProg_Total,G48B,people,education|age_gender,Total|FEMALES,,11556,Non-School Qualification: Field of Study by Occupation by Sex +G11557,F_FS_ID_Occ_Mng,Females Field of study inadequately described Occupation Managers,Tot_P_P|Tot_P_F|P_FS_ID_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11557,Non-School Qualification: Field of Study by Occupation by Sex +G11558,F_FS_ID_Occ_Pro,Females Field of study inadequately described Occupation Professionals,Tot_P_P|Tot_P_F|P_FS_ID_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11558,Non-School Qualification: Field of Study by Occupation by Sex +G11559,F_FS_ID_Occ_TTW,Females Field of study inadequately described Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_FS_ID_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11559,Non-School Qualification: Field of Study by Occupation by Sex +G11560,F_FS_ID_Occ_CPS,Females Field of study inadequately described Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_FS_ID_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11560,Non-School Qualification: Field of Study by Occupation by Sex +G11561,F_FS_ID_Occ_CA,Females Field of study inadequately described Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_FS_ID_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11561,Non-School Qualification: Field of Study by Occupation by Sex +G11562,F_FS_ID_Occ_Sal,Females Field of study inadequately described Occupation Sales workers,Tot_P_P|Tot_P_F|P_FS_ID_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11562,Non-School Qualification: Field of Study by Occupation by Sex +G11563,F_FS_ID_Occ_MOD,Females Field of study inadequately described Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_FS_ID_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11563,Non-School Qualification: Field of Study by Occupation by Sex +G11564,F_FS_ID_Occ_Lab,Females Field of study inadequately described Occupation Labourers,Tot_P_P|Tot_P_F|P_FS_ID_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11564,Non-School Qualification: Field of Study by Occupation by Sex +G11565,F_FS_ID_Occ_IDNS,Females Field of study inadequately described Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_FS_ID_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11565,Non-School Qualification: Field of Study by Occupation by Sex +G11566,F_FS_ID_Total,Females Field of study inadequately described Total,Tot_P_P|Tot_P_F|P_FS_ID_Total,G48B,people,education|age_gender,Total|FEMALES,,11566,Non-School Qualification: Field of Study by Occupation by Sex +G11567,F_FS_NS_Occ_Mng,Females Field of study not stated Occupation Managers,Tot_P_P|Tot_P_F|P_FS_NS_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11567,Non-School Qualification: Field of Study by Occupation by Sex +G11568,F_FS_NS_Occ_Pro,Females Field of study not stated Occupation Professionals,Tot_P_P|Tot_P_F|P_FS_NS_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11568,Non-School Qualification: Field of Study by Occupation by Sex +G11569,F_FS_NS_Occ_TTW,Females Field of study not stated Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_FS_NS_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11569,Non-School Qualification: Field of Study by Occupation by Sex +G11570,F_FS_NS_Occ_CPS,Females Field of study not stated Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_FS_NS_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11570,Non-School Qualification: Field of Study by Occupation by Sex +G11571,F_FS_NS_Occ_CA,Females Field of study not stated Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_FS_NS_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11571,Non-School Qualification: Field of Study by Occupation by Sex +G11572,F_FS_NS_Occ_Sal,Females Field of study not stated Occupation Sales workers,Tot_P_P|Tot_P_F|P_FS_NS_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11572,Non-School Qualification: Field of Study by Occupation by Sex +G11573,F_FS_NS_Occ_MOD,Females Field of study not stated Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_FS_NS_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11573,Non-School Qualification: Field of Study by Occupation by Sex +G11574,F_FS_NS_Occ_Lab,Females Field of study not stated Occupation Labourers,Tot_P_P|Tot_P_F|P_FS_NS_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11574,Non-School Qualification: Field of Study by Occupation by Sex +G11575,F_FS_NS_Occ_IDNS,Females Field of study not stated Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_FS_NS_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11575,Non-School Qualification: Field of Study by Occupation by Sex +G11576,F_FS_NS_Total,Females Field of study not stated Total,Tot_P_P|Tot_P_F|P_FS_NS_Total,G48B,people,education|age_gender,Total|FEMALES,,11576,Non-School Qualification: Field of Study by Occupation by Sex +G11577,F_Tot_Occ_Mng,Females Total Occupation Managers,Tot_P_P|Tot_P_F|P_Tot_Occ_Mng,G48B,people,education|age_gender,Occupation: Managers|FEMALES,,11577,Non-School Qualification: Field of Study by Occupation by Sex +G11578,F_Tot_Occ_Pro,Females Total Occupation Professionals,Tot_P_P|Tot_P_F|P_Tot_Occ_Pro,G48B,people,education|age_gender,Occupation: Professionals|FEMALES,,11578,Non-School Qualification: Field of Study by Occupation by Sex +G11579,F_Tot_Occ_TTW,Females Total Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_Tot_Occ_TTW,G48B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11579,Non-School Qualification: Field of Study by Occupation by Sex +G11580,F_Tot_Occ_CPS,Females Total Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_Tot_Occ_CPS,G48B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11580,Non-School Qualification: Field of Study by Occupation by Sex +G11581,F_Tot_Occ_CA,Females Total Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_Tot_Occ_CA,G48B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11581,Non-School Qualification: Field of Study by Occupation by Sex +G11582,F_Tot_Occ_Sal,Females Total Occupation Sales workers,Tot_P_P|Tot_P_F|P_Tot_Occ_Sal,G48B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11582,Non-School Qualification: Field of Study by Occupation by Sex +G11583,F_Tot_Occ_MOD,Females Total Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_Tot_Occ_MOD,G48B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11583,Non-School Qualification: Field of Study by Occupation by Sex +G11584,F_Tot_Occ_Lab,Females Total Occupation Labourers,Tot_P_P|Tot_P_F|P_Tot_Occ_Lab,G48B,people,education|age_gender,Occupation: Labourers|FEMALES,,11584,Non-School Qualification: Field of Study by Occupation by Sex +G11585,F_Tot_Occ_IDNS,Females Total Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Tot_Occ_IDNS,G48B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11585,Non-School Qualification: Field of Study by Occupation by Sex +G11586,F_Total_Total,Females Total Total,Tot_P_P|Tot_P_F|P_Total_Total,G48B,people,education|age_gender,Total|FEMALES,,11586,Non-School Qualification: Field of Study by Occupation by Sex +G11897,F_PoDe_PoDe_NFD_Mng,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Managers,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_Mng,G49A,people,education|age_gender,Occupation: Managers|FEMALES,,11897,Non-School Qualification: Level of Education by Occupation by Sex +G11898,F_PoDe_PoDe_NFD_Pro,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Professionals,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_Pro,G49A,people,education|age_gender,Occupation: Professionals|FEMALES,,11898,Non-School Qualification: Level of Education by Occupation by Sex +G11899,F_PoDe_PoDe_NFD_TTW,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11899,Non-School Qualification: Level of Education by Occupation by Sex +G11900,F_PoDe_PoDe_NFD_CPS,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11900,Non-School Qualification: Level of Education by Occupation by Sex +G11901,F_PoDe_PoDe_NFD_CA,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11901,Non-School Qualification: Level of Education by Occupation by Sex +G11902,F_PoDe_PoDe_NFD_Sal,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Sales workers,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_Sal,G49A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11902,Non-School Qualification: Level of Education by Occupation by Sex +G11903,F_PoDe_PoDe_NFD_MOD,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11903,Non-School Qualification: Level of Education by Occupation by Sex +G11904,F_PoDe_PoDe_NFD_Lab,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Labourers,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_Lab,G49A,people,education|age_gender,Occupation: Labourers|FEMALES,,11904,Non-School Qualification: Level of Education by Occupation by Sex +G11905,F_PoDe_PoDe_NFD_IDNS,Females Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11905,Non-School Qualification: Level of Education by Occupation by Sex +G11906,F_PoDe_PoDe_NFD_Tot,Females Postgraduate Degree Level Postgraduate Degree Level nfd Total,Tot_P_P|Tot_P_F|P_PoDe_PoDe_NFD_Tot,G49A,people,education|age_gender,Total|FEMALES,,11906,Non-School Qualification: Level of Education by Occupation by Sex +G11907,F_PoDe_DoctDe_Mng,Females Postgraduate Degree Level Doctoral Degree Level Occupation Managers,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_Mng,G49A,people,education|age_gender,Occupation: Managers|FEMALES,,11907,Non-School Qualification: Level of Education by Occupation by Sex +G11908,F_PoDe_DoctDe_Pro,Females Postgraduate Degree Level Doctoral Degree Level Occupation Professionals,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_Pro,G49A,people,education|age_gender,Occupation: Professionals|FEMALES,,11908,Non-School Qualification: Level of Education by Occupation by Sex +G11909,F_PoDe_DoctDe_TTW,Females Postgraduate Degree Level Doctoral Degree Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11909,Non-School Qualification: Level of Education by Occupation by Sex +G11910,F_PoDe_DoctDe_CPS,Females Postgraduate Degree Level Doctoral Degree Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11910,Non-School Qualification: Level of Education by Occupation by Sex +G11911,F_PoDe_DoctDe_CA,Females Postgraduate Degree Level Doctoral Degree Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11911,Non-School Qualification: Level of Education by Occupation by Sex +G11912,F_PoDe_DoctDe_Sal,Females Postgraduate Degree Level Doctoral Degree Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_Sal,G49A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11912,Non-School Qualification: Level of Education by Occupation by Sex +G11913,F_PoDe_DoctDe_MOD,Females Postgraduate Degree Level Doctoral Degree Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11913,Non-School Qualification: Level of Education by Occupation by Sex +G11914,F_PoDe_DoctDe_Lab,Females Postgraduate Degree Level Doctoral Degree Level Occupation Labourers,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_Lab,G49A,people,education|age_gender,Occupation: Labourers|FEMALES,,11914,Non-School Qualification: Level of Education by Occupation by Sex +G11915,F_PoDe_DoctDe_IDNS,Females Postgraduate Degree Level Doctoral Degree Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11915,Non-School Qualification: Level of Education by Occupation by Sex +G11916,F_PoDe_DoctDe_Tot,Females Postgraduate Degree Level Doctoral Degree Level Total,Tot_P_P|Tot_P_F|P_PoDe_DoctDe_Tot,G49A,people,education|age_gender,Total|FEMALES,,11916,Non-School Qualification: Level of Education by Occupation by Sex +G11917,F_PoDe_MasDe_Mng,Females Postgraduate Degree Level Master Degree Level Occupation Managers,Tot_P_P|Tot_P_F|P_PoDe_MasDe_Mng,G49A,people,education|age_gender,Occupation: Managers|FEMALES,,11917,Non-School Qualification: Level of Education by Occupation by Sex +G11918,F_PoDe_MasDe_Pro,Females Postgraduate Degree Level Master Degree Level Occupation Professionals,Tot_P_P|Tot_P_F|P_PoDe_MasDe_Pro,G49A,people,education|age_gender,Occupation: Professionals|FEMALES,,11918,Non-School Qualification: Level of Education by Occupation by Sex +G11919,F_PoDe_MasDe_TTW,Females Postgraduate Degree Level Master Degree Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_PoDe_MasDe_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11919,Non-School Qualification: Level of Education by Occupation by Sex +G11920,F_PoDe_MasDe_CPS,Females Postgraduate Degree Level Master Degree Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_PoDe_MasDe_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11920,Non-School Qualification: Level of Education by Occupation by Sex +G11921,F_PoDe_MasDe_CA,Females Postgraduate Degree Level Master Degree Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_PoDe_MasDe_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11921,Non-School Qualification: Level of Education by Occupation by Sex +G11922,F_PoDe_MasDe_Sal,Females Postgraduate Degree Level Master Degree Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_PoDe_MasDe_Sal,G49A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11922,Non-School Qualification: Level of Education by Occupation by Sex +G11923,F_PoDe_MasDe_MOD,Females Postgraduate Degree Level Master Degree Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_PoDe_MasDe_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11923,Non-School Qualification: Level of Education by Occupation by Sex +G11924,F_PoDe_MasDe_Lab,Females Postgraduate Degree Level Master Degree Level Occupation Labourers,Tot_P_P|Tot_P_F|P_PoDe_MasDe_Lab,G49A,people,education|age_gender,Occupation: Labourers|FEMALES,,11924,Non-School Qualification: Level of Education by Occupation by Sex +G11925,F_PoDe_MasDe_IDNS,Females Postgraduate Degree Level Master Degree Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_PoDe_MasDe_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11925,Non-School Qualification: Level of Education by Occupation by Sex +G11926,F_PoDe_MasDe_Tot,Females Postgraduate Degree Level Master Degree Level Total,Tot_P_P|Tot_P_F|P_PoDe_MasDe_Tot,G49A,people,education|age_gender,Total|FEMALES,,11926,Non-School Qualification: Level of Education by Occupation by Sex +G11927,F_GrDiGrCer_GrDiGrCerNFD_Mng,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Managers,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_Mng,G49A,people,education|age_gender,Occupation: Managers|FEMALES,,11927,Non-School Qualification: Level of Education by Occupation by Sex +G11928,F_GrDiGrCer_GrDiGrCerNFD_Pro,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Professionals,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_Pro,G49A,people,education|age_gender,Occupation: Professionals|FEMALES,,11928,Non-School Qualification: Level of Education by Occupation by Sex +G11929,F_GrDiGrCer_GrDiGrCerNFD_TTW,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11929,Non-School Qualification: Level of Education by Occupation by Sex +G11930,F_GrDiGrCer_GrDiGrCerNFD_CPS,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11930,Non-School Qualification: Level of Education by Occupation by Sex +G11931,F_GrDiGrCer_GrDiGrCerNFD_CA,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11931,Non-School Qualification: Level of Education by Occupation by Sex +G11932,F_GrDiGrCer_GrDiGrCerNFD_Sal,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Sales workers,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_Sal,G49A,people,education|age_gender,Occupation: Sales workers|FEMALES,,11932,Non-School Qualification: Level of Education by Occupation by Sex +G11933,F_GrDiGrCer_GrDiGrCerNFD_MOD,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11933,Non-School Qualification: Level of Education by Occupation by Sex +G11934,F_GrDiGrCer_GrDiGrCerNFD_Lab,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Labourers,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_Lab,G49A,people,education|age_gender,Occupation: Labourers|FEMALES,,11934,Non-School Qualification: Level of Education by Occupation by Sex +G11935,F_GrDiGrCer_GrDiGrCerNFD_IDNS,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11935,Non-School Qualification: Level of Education by Occupation by Sex +G11936,F_GrDiGrCer_GrDiGrCerNFD_Tot,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Total,Tot_P_P|Tot_P_F|P_GrDiGrCer_GrDiGrCerNFD_Tot,G49A,people,education|age_gender,Total|FEMALES,,11936,Non-School Qualification: Level of Education by Occupation by Sex +G11937,F_GrDi_GrCer_GrDi_Mng,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Managers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,11937,Non-School Qualification: Level of Education by Occupation by Sex +G11938,F_GrDi_GrCer_GrDi_Pro,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Professionals,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,11938,Non-School Qualification: Level of Education by Occupation by Sex +G11939,F_GrDi_GrCer_GrDi_TTW,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11939,Non-School Qualification: Level of Education by Occupation by Sex +G11940,F_GrDi_GrCer_GrDi_CPS,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11940,Non-School Qualification: Level of Education by Occupation by Sex +G11941,F_GrDi_GrCer_GrDi_CA,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11941,Non-School Qualification: Level of Education by Occupation by Sex +G11942,F_GrDi_GrCer_GrDi_Sal,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11942,Non-School Qualification: Level of Education by Occupation by Sex +G11943,F_GrDi_GrCer_GrDi_MOD,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11943,Non-School Qualification: Level of Education by Occupation by Sex +G11944,F_GrDi_GrCer_GrDi_Lab,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Labourers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,11944,Non-School Qualification: Level of Education by Occupation by Sex +G11945,F_GrDi_GrCer_GrDi_IDNS,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11945,Non-School Qualification: Level of Education by Occupation by Sex +G11946,F_GrDi_GrCer_GrDi_Tot,Females Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Total,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GrDi_Tot,G49B,people,education|age_gender,Total|FEMALES,,11946,Non-School Qualification: Level of Education by Occupation by Sex +G11947,F_GrDi_GrCer_GradCer_Mng,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Managers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,11947,Non-School Qualification: Level of Education by Occupation by Sex +G11948,F_GrDi_GrCer_GradCer_Pro,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Professionals,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,11948,Non-School Qualification: Level of Education by Occupation by Sex +G11949,F_GrDi_GrCer_GradCer_TTW,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11949,Non-School Qualification: Level of Education by Occupation by Sex +G11950,F_GrDi_GrCer_GradCer_CPS,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11950,Non-School Qualification: Level of Education by Occupation by Sex +G11951,F_GrDi_GrCer_GradCer_CA,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11951,Non-School Qualification: Level of Education by Occupation by Sex +G11952,F_GrDi_GrCer_GradCer_Sal,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11952,Non-School Qualification: Level of Education by Occupation by Sex +G11953,F_GrDi_GrCer_GradCer_MOD,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11953,Non-School Qualification: Level of Education by Occupation by Sex +G11954,F_GrDi_GrCer_GradCer_Lab,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Labourers,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,11954,Non-School Qualification: Level of Education by Occupation by Sex +G11955,F_GrDi_GrCer_GradCer_IDNS,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11955,Non-School Qualification: Level of Education by Occupation by Sex +G11956,F_GrDi_GrCer_GradCer_Tot,Females Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Total,Tot_P_P|Tot_P_F|P_GrDi_GrCer_GradCer_Tot,G49B,people,education|age_gender,Total|FEMALES,,11956,Non-School Qualification: Level of Education by Occupation by Sex +G11957,F_BaDe_BaDe_Mng,Females Bachelor Degree Level Bachelor Degree Level Occupation Managers,Tot_P_P|Tot_P_F|P_BaDe_BaDe_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,11957,Non-School Qualification: Level of Education by Occupation by Sex +G11958,F_BaDe_BaDe_Pro,Females Bachelor Degree Level Bachelor Degree Level Occupation Professionals,Tot_P_P|Tot_P_F|P_BaDe_BaDe_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,11958,Non-School Qualification: Level of Education by Occupation by Sex +G11959,F_BaDe_BaDe_TTW,Females Bachelor Degree Level Bachelor Degree Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_BaDe_BaDe_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11959,Non-School Qualification: Level of Education by Occupation by Sex +G11960,F_BaDe_BaDe_CPS,Females Bachelor Degree Level Bachelor Degree Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_BaDe_BaDe_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11960,Non-School Qualification: Level of Education by Occupation by Sex +G11961,F_BaDe_BaDe_CA,Females Bachelor Degree Level Bachelor Degree Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_BaDe_BaDe_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11961,Non-School Qualification: Level of Education by Occupation by Sex +G11962,F_BaDe_BaDe_Sal,Females Bachelor Degree Level Bachelor Degree Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_BaDe_BaDe_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11962,Non-School Qualification: Level of Education by Occupation by Sex +G11963,F_BaDe_BaDe_MOD,Females Bachelor Degree Level Bachelor Degree Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_BaDe_BaDe_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11963,Non-School Qualification: Level of Education by Occupation by Sex +G11964,F_BaDe_BaDe_Lab,Females Bachelor Degree Level Bachelor Degree Level Occupation Labourers,Tot_P_P|Tot_P_F|P_BaDe_BaDe_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,11964,Non-School Qualification: Level of Education by Occupation by Sex +G11965,F_BaDe_BaDe_IDNS,Females Bachelor Degree Level Bachelor Degree Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_BaDe_BaDe_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11965,Non-School Qualification: Level of Education by Occupation by Sex +G11966,F_BaDe_BaDe_Tot,Females Bachelor Degree Level Bachelor Degree Level Total,Tot_P_P|Tot_P_F|P_BaDe_BaDe_Tot,G49B,people,education|age_gender,Total|FEMALES,,11966,Non-School Qualification: Level of Education by Occupation by Sex +G11967,F_AdvDi_Di_AdvDi_Di_NFD_Mng,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Managers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,11967,Non-School Qualification: Level of Education by Occupation by Sex +G11968,F_AdvDi_Di_AdvDi_Di_NFD_Pro,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Professionals,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,11968,Non-School Qualification: Level of Education by Occupation by Sex +G11969,F_AdvDi_Di_AdvDi_Di_NFD_TTW,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11969,Non-School Qualification: Level of Education by Occupation by Sex +G11970,F_AdvDi_Di_AdvDi_Di_NFD_CPS,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11970,Non-School Qualification: Level of Education by Occupation by Sex +G11971,F_AdvDi_Di_AdvDi_Di_NFD_CA,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11971,Non-School Qualification: Level of Education by Occupation by Sex +G11972,F_AdvDi_Di_AdvDi_Di_NFD_Sal,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Sales workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11972,Non-School Qualification: Level of Education by Occupation by Sex +G11973,F_AdvDi_Di_AdvDi_Di_NFD_MOD,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11973,Non-School Qualification: Level of Education by Occupation by Sex +G11974,F_AdvDi_Di_AdvDi_Di_NFD_Lab,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Labourers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,11974,Non-School Qualification: Level of Education by Occupation by Sex +G11975,F_AdvDi_Di_AdvDi_Di_NFD_IDNS,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11975,Non-School Qualification: Level of Education by Occupation by Sex +G11976,F_AdvDi_Di_AdvDi_Di_NFD_Tot,Females Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Total,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_Di_NFD_Tot,G49B,people,education|age_gender,Total|FEMALES,,11976,Non-School Qualification: Level of Education by Occupation by Sex +G11977,F_AdvDi_Di_AdvDi_AsDe_Mng,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Managers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,11977,Non-School Qualification: Level of Education by Occupation by Sex +G11978,F_AdvDi_Di_AdvDi_AsDe_Pro,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Professionals,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,11978,Non-School Qualification: Level of Education by Occupation by Sex +G11979,F_AdvDi_Di_AdvDi_AsDe_TTW,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11979,Non-School Qualification: Level of Education by Occupation by Sex +G11980,F_AdvDi_Di_AdvDi_AsDe_CPS,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11980,Non-School Qualification: Level of Education by Occupation by Sex +G11981,F_AdvDi_Di_AdvDi_AsDe_CA,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11981,Non-School Qualification: Level of Education by Occupation by Sex +G11982,F_AdvDi_Di_AdvDi_AsDe_Sal,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11982,Non-School Qualification: Level of Education by Occupation by Sex +G11983,F_AdvDi_Di_AdvDi_AsDe_MOD,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11983,Non-School Qualification: Level of Education by Occupation by Sex +G11984,F_AdvDi_Di_AdvDi_AsDe_Lab,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Labourers,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,11984,Non-School Qualification: Level of Education by Occupation by Sex +G11985,F_AdvDi_Di_AdvDi_AsDe_IDNS,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11985,Non-School Qualification: Level of Education by Occupation by Sex +G11986,F_AdvDi_Di_AdvDi_AsDe_Tot,Females Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Total,Tot_P_P|Tot_P_F|P_AdvDi_Di_AdvDi_AsDe_Tot,G49B,people,education|age_gender,Total|FEMALES,,11986,Non-School Qualification: Level of Education by Occupation by Sex +G11987,F_AdvDi_Di_Dip_Mng,Females Advanced Diploma and Diploma Level Diploma Level Occupation Managers,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,11987,Non-School Qualification: Level of Education by Occupation by Sex +G11988,F_AdvDi_Di_Dip_Pro,Females Advanced Diploma and Diploma Level Diploma Level Occupation Professionals,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,11988,Non-School Qualification: Level of Education by Occupation by Sex +G11989,F_AdvDi_Di_Dip_TTW,Females Advanced Diploma and Diploma Level Diploma Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11989,Non-School Qualification: Level of Education by Occupation by Sex +G11990,F_AdvDi_Di_Dip_CPS,Females Advanced Diploma and Diploma Level Diploma Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,11990,Non-School Qualification: Level of Education by Occupation by Sex +G11991,F_AdvDi_Di_Dip_CA,Females Advanced Diploma and Diploma Level Diploma Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,11991,Non-School Qualification: Level of Education by Occupation by Sex +G11992,F_AdvDi_Di_Dip_Sal,Females Advanced Diploma and Diploma Level Diploma Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,11992,Non-School Qualification: Level of Education by Occupation by Sex +G11993,F_AdvDi_Di_Dip_MOD,Females Advanced Diploma and Diploma Level Diploma Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,11993,Non-School Qualification: Level of Education by Occupation by Sex +G11994,F_AdvDi_Di_Dip_Lab,Females Advanced Diploma and Diploma Level Diploma Level Occupation Labourers,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,11994,Non-School Qualification: Level of Education by Occupation by Sex +G11995,F_AdvDi_Di_Dip_IDNS,Females Advanced Diploma and Diploma Level Diploma Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,11995,Non-School Qualification: Level of Education by Occupation by Sex +G11996,F_AdvDi_Di_Dip_Tot,Females Advanced Diploma and Diploma Level Diploma Level Total,Tot_P_P|Tot_P_F|P_AdvDi_Di_Dip_Tot,G49B,people,education|age_gender,Total|FEMALES,,11996,Non-School Qualification: Level of Education by Occupation by Sex +G11997,F_Cert_CertIII_IV_Mng,Females Certificate Level Certificate III and IV Level Occupation Managers,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,11997,Non-School Qualification: Level of Education by Occupation by Sex +G11998,F_Cert_CertIII_IV_Pro,Females Certificate Level Certificate III and IV Level Occupation Professionals,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,11998,Non-School Qualification: Level of Education by Occupation by Sex +G11999,F_Cert_CertIII_IV_TTW,Females Certificate Level Certificate III and IV Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,11999,Non-School Qualification: Level of Education by Occupation by Sex +G12000,F_Cert_CertIII_IV_CPS,Females Certificate Level Certificate III and IV Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,12000,Non-School Qualification: Level of Education by Occupation by Sex +G12001,F_Cert_CertIII_IV_CA,Females Certificate Level Certificate III and IV Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,12001,Non-School Qualification: Level of Education by Occupation by Sex +G12002,F_Cert_CertIII_IV_Sal,Females Certificate Level Certificate III and IV Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,12002,Non-School Qualification: Level of Education by Occupation by Sex +G12003,F_Cert_CertIII_IV_MOD,Females Certificate Level Certificate III and IV Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,12003,Non-School Qualification: Level of Education by Occupation by Sex +G12004,F_Cert_CertIII_IV_Lab,Females Certificate Level Certificate III and IV Level Occupation Labourers,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,12004,Non-School Qualification: Level of Education by Occupation by Sex +G12005,F_Cert_CertIII_IV_IDNS,Females Certificate Level Certificate III and IV Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,12005,Non-School Qualification: Level of Education by Occupation by Sex +G12006,F_Cert_CertIII_IV_Tot,Females Certificate Level Certificate III and IV Level Total,Tot_P_P|Tot_P_F|P_Cert_CertIII_IV_Tot,G49B,people,education|age_gender,Total|FEMALES,,12006,Non-School Qualification: Level of Education by Occupation by Sex +G12007,F_Cert_CertI_II_Mng,Females Certificate Level Certificate I and II Level Occupation Managers,Tot_P_P|Tot_P_F|P_Cert_CertI_II_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,12007,Non-School Qualification: Level of Education by Occupation by Sex +G12008,F_Cert_CertI_II_Pro,Females Certificate Level Certificate I and II Level Occupation Professionals,Tot_P_P|Tot_P_F|P_Cert_CertI_II_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,12008,Non-School Qualification: Level of Education by Occupation by Sex +G12009,F_Cert_CertI_II_TTW,Females Certificate Level Certificate I and II Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_Cert_CertI_II_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,12009,Non-School Qualification: Level of Education by Occupation by Sex +G12010,F_Cert_CertI_II_CPS,Females Certificate Level Certificate I and II Level Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_Cert_CertI_II_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,12010,Non-School Qualification: Level of Education by Occupation by Sex +G12011,F_Cert_CertI_II_CA,Females Certificate Level Certificate I and II Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_Cert_CertI_II_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,12011,Non-School Qualification: Level of Education by Occupation by Sex +G12012,F_Cert_CertI_II_Sal,Females Certificate Level Certificate I and II Level Occupation Sales workers,Tot_P_P|Tot_P_F|P_Cert_CertI_II_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,12012,Non-School Qualification: Level of Education by Occupation by Sex +G12013,F_Cert_CertI_II_MOD,Females Certificate Level Certificate I and II Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_Cert_CertI_II_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,12013,Non-School Qualification: Level of Education by Occupation by Sex +G12014,F_Cert_CertI_II_Lab,Females Certificate Level Certificate I and II Level Occupation Labourers,Tot_P_P|Tot_P_F|P_Cert_CertI_II_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,12014,Non-School Qualification: Level of Education by Occupation by Sex +G12015,F_Cert_CertI_II_IDNS,Females Certificate Level Certificate I and II Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Cert_CertI_II_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,12015,Non-School Qualification: Level of Education by Occupation by Sex +G12016,F_Cert_CertI_II_Tot,Females Certificate Level Certificate I and II Level Total,Tot_P_P|Tot_P_F|P_Cert_CertI_II_Tot,G49B,people,education|age_gender,Total|FEMALES,,12016,Non-School Qualification: Level of Education by Occupation by Sex +G12017,F_Cert_Cert_nfd_Mng,Females Certificate Level Certificate Level nfd Occupation Managers,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,12017,Non-School Qualification: Level of Education by Occupation by Sex +G12018,F_Cert_Cert_nfd_Pro,Females Certificate Level Certificate Level nfd Occupation Professionals,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,12018,Non-School Qualification: Level of Education by Occupation by Sex +G12019,F_Cert_Cert_nfd_TTW,Females Certificate Level Certificate Level nfd Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,12019,Non-School Qualification: Level of Education by Occupation by Sex +G12020,F_Cert_Cert_nfd_CPS,Females Certificate Level Certificate Level nfd Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,12020,Non-School Qualification: Level of Education by Occupation by Sex +G12021,F_Cert_Cert_nfd_CA,Females Certificate Level Certificate Level nfd Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,12021,Non-School Qualification: Level of Education by Occupation by Sex +G12022,F_Cert_Cert_nfd_Sal,Females Certificate Level Certificate Level nfd Occupation Sales workers,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,12022,Non-School Qualification: Level of Education by Occupation by Sex +G12023,F_Cert_Cert_nfd_MOD,Females Certificate Level Certificate Level nfd Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,12023,Non-School Qualification: Level of Education by Occupation by Sex +G12024,F_Cert_Cert_nfd_Lab,Females Certificate Level Certificate Level nfd Occupation Labourers,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,12024,Non-School Qualification: Level of Education by Occupation by Sex +G12025,F_Cert_Cert_nfd_IDNS,Females Certificate Level Certificate Level nfd Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,12025,Non-School Qualification: Level of Education by Occupation by Sex +G12026,F_Cert_Cert_nfd_Tot,Females Certificate Level Certificate Level nfd Total,Tot_P_P|Tot_P_F|P_Cert_Cert_nfd_Tot,G49B,people,education|age_gender,Total|FEMALES,,12026,Non-School Qualification: Level of Education by Occupation by Sex +G12027,F_LE_ID_Mng,Females Level of education inadequately described Occupation Managers,Tot_P_P|Tot_P_F|P_LE_ID_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,12027,Non-School Qualification: Level of Education by Occupation by Sex +G12028,F_LE_ID_Pro,Females Level of education inadequately described Occupation Professionals,Tot_P_P|Tot_P_F|P_LE_ID_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,12028,Non-School Qualification: Level of Education by Occupation by Sex +G12029,F_LE_ID_TTW,Females Level of education inadequately described Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_LE_ID_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,12029,Non-School Qualification: Level of Education by Occupation by Sex +G12030,F_LE_ID_CPS,Females Level of education inadequately described Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_LE_ID_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,12030,Non-School Qualification: Level of Education by Occupation by Sex +G12031,F_LE_ID_CA,Females Level of education inadequately described Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_LE_ID_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,12031,Non-School Qualification: Level of Education by Occupation by Sex +G12032,F_LE_ID_Sal,Females Level of education inadequately described Occupation Sales workers,Tot_P_P|Tot_P_F|P_LE_ID_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,12032,Non-School Qualification: Level of Education by Occupation by Sex +G12033,F_LE_ID_MOD,Females Level of education inadequately described Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_LE_ID_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,12033,Non-School Qualification: Level of Education by Occupation by Sex +G12034,F_LE_ID_Lab,Females Level of education inadequately described Occupation Labourers,Tot_P_P|Tot_P_F|P_LE_ID_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,12034,Non-School Qualification: Level of Education by Occupation by Sex +G12035,F_LE_ID_IDNS,Females Level of education inadequately described Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_LE_ID_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,12035,Non-School Qualification: Level of Education by Occupation by Sex +G12036,F_LE_ID_Tot,Females Level of education inadequately described Total,Tot_P_P|Tot_P_F|P_LE_ID_Tot,G49B,people,education|age_gender,Total|FEMALES,,12036,Non-School Qualification: Level of Education by Occupation by Sex +G12037,F_LE_NS_Mng,Females Level of education not stated Occupation Managers,Tot_P_P|Tot_P_F|P_LE_NS_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,12037,Non-School Qualification: Level of Education by Occupation by Sex +G12038,F_LE_NS_Pro,Females Level of education not stated Occupation Professionals,Tot_P_P|Tot_P_F|P_LE_NS_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,12038,Non-School Qualification: Level of Education by Occupation by Sex +G12039,F_LE_NS_TTW,Females Level of education not stated Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_LE_NS_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,12039,Non-School Qualification: Level of Education by Occupation by Sex +G12040,F_LE_NS_CPS,Females Level of education not stated Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_LE_NS_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,12040,Non-School Qualification: Level of Education by Occupation by Sex +G12041,F_LE_NS_CA,Females Level of education not stated Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_LE_NS_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,12041,Non-School Qualification: Level of Education by Occupation by Sex +G12042,F_LE_NS_Sal,Females Level of education not stated Occupation Sales workers,Tot_P_P|Tot_P_F|P_LE_NS_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,12042,Non-School Qualification: Level of Education by Occupation by Sex +G12043,F_LE_NS_MOD,Females Level of education not stated Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_LE_NS_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,12043,Non-School Qualification: Level of Education by Occupation by Sex +G12044,F_LE_NS_Lab,Females Level of education not stated Occupation Labourers,Tot_P_P|Tot_P_F|P_LE_NS_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,12044,Non-School Qualification: Level of Education by Occupation by Sex +G12045,F_LE_NS_IDNS,Females Level of education not stated Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_LE_NS_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,12045,Non-School Qualification: Level of Education by Occupation by Sex +G12046,F_LE_NS_Tot,Females Level of education not stated Total,Tot_P_P|Tot_P_F|P_LE_NS_Tot,G49B,people,education|age_gender,Total|FEMALES,,12046,Non-School Qualification: Level of Education by Occupation by Sex +G12047,F_Tot_Mng,Females Total Occupation Managers,Tot_P_P|Tot_P_F|P_Tot_Mng,G49B,people,education|age_gender,Occupation: Managers|FEMALES,,12047,Non-School Qualification: Level of Education by Occupation by Sex +G12048,F_Tot_Pro,Females Total Occupation Professionals,Tot_P_P|Tot_P_F|P_Tot_Pro,G49B,people,education|age_gender,Occupation: Professionals|FEMALES,,12048,Non-School Qualification: Level of Education by Occupation by Sex +G12049,F_Tot_TTW,Females Total Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_Tot_TTW,G49B,people,education|age_gender,Occupation: Technicians & trades workers|FEMALES,,12049,Non-School Qualification: Level of Education by Occupation by Sex +G12050,F_Tot_CPS,Females Total Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_Tot_CPS,G49B,people,education|age_gender,Occupation: Community & personal service workers|FEMALES,,12050,Non-School Qualification: Level of Education by Occupation by Sex +G12051,F_Tot_CA,Females Total Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_Tot_CA,G49B,people,education|age_gender,Occupation: Clerical & administrative workers|FEMALES,,12051,Non-School Qualification: Level of Education by Occupation by Sex +G12052,F_Tot_Sal,Females Total Occupation Sales workers,Tot_P_P|Tot_P_F|P_Tot_Sal,G49B,people,education|age_gender,Occupation: Sales workers|FEMALES,,12052,Non-School Qualification: Level of Education by Occupation by Sex +G12053,F_Tot_MOD,Females Total Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_Tot_MOD,G49B,people,education|age_gender,Occupation: Machinery operators & drivers|FEMALES,,12053,Non-School Qualification: Level of Education by Occupation by Sex +G12054,F_Tot_Lab,Females Total Occupation Labourers,Tot_P_P|Tot_P_F|P_Tot_Lab,G49B,people,education|age_gender,Occupation: Labourers|FEMALES,,12054,Non-School Qualification: Level of Education by Occupation by Sex +G12055,F_Tot_IDNS,Females Total Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Tot_IDNS,G49B,people,education|age_gender,Occupation: Inadequately described/ Not stated|FEMALES,,12055,Non-School Qualification: Level of Education by Occupation by Sex +G12056,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G49B,people,education|age_gender,Total|FEMALES,,12056,Non-School Qualification: Level of Education by Occupation by Sex +G12364,F_AgriForestFish_PD,Females Agriculture forestry and fishing Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_AgriForestFish_PD,G50A,people,education|age_gender,Postgraduate Degree|FEMALES,,12364,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12365,F_AgriForestFish_GD_GC,Females Agriculture forestry and fishing Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_AgriForestFish_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12365,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12366,F_AgriForestFish_BD,Females Agriculture forestry and fishing Bachelor Degree Level,Tot_P_P|Tot_P_F|P_AgriForestFish_BD,G50A,people,education|age_gender,Bachelor Degree|FEMALES,,12366,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12367,F_AgriForestFish_AdD_D,Females Agriculture forestry and fishing Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_AgriForestFish_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12367,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12368,F_AgriForestFish_Cert,Females Agriculture forestry and fishing Certificate Level,Tot_P_P|Tot_P_F|P_AgriForestFish_Cert,G50A,people,education|age_gender,Certificate|FEMALES,,12368,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12369,F_AgriForestFish_ID_NS,Females Agriculture forestry and fishing Inadequately described Not stated,Tot_P_P|Tot_P_F|P_AgriForestFish_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12369,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12370,F_AgriForestFish_ToT,Females Agriculture forestry and fishing Total,Tot_P_P|Tot_P_F|P_AgriForestFish_ToT,G50A,people,education|age_gender,Total|FEMALES,,12370,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12371,F_Min_PD,Females Mining Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_Min_PD,G50A,people,education|age_gender,Postgraduate Degree|FEMALES,,12371,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12372,F_Min_GD_GC,Females Mining Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_Min_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12372,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12373,F_Min_BD,Females Mining Bachelor Degree Level,Tot_P_P|Tot_P_F|P_Min_BD,G50A,people,education|age_gender,Bachelor Degree|FEMALES,,12373,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12374,F_Min_AdD_D,Females Mining Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_Min_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12374,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12375,F_Min_Cert,Females Mining Certificate Level,Tot_P_P|Tot_P_F|P_Min_Cert,G50A,people,education|age_gender,Certificate|FEMALES,,12375,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12376,F_Min_ID_NS,Females Mining Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Min_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12376,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12377,F_Min_ToT,Females Mining Total,Tot_P_P|Tot_P_F|P_Min_ToT,G50A,people,education|age_gender,Total|FEMALES,,12377,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12378,F_Mnfg_PD,Females Manufacturing Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_Mnfg_PD,G50A,people,education|age_gender,Postgraduate Degree|FEMALES,,12378,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12379,F_Mnfg_GD_GC,Females Manufacturing Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_Mnfg_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12379,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12380,F_Mnfg_BD,Females Manufacturing Bachelor Degree Level,Tot_P_P|Tot_P_F|P_Mnfg_BD,G50A,people,education|age_gender,Bachelor Degree|FEMALES,,12380,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12381,F_Mnfg_AdD_D,Females Manufacturing Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_Mnfg_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12381,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12382,F_Mnfg_Cert,Females Manufacturing Certificate Level,Tot_P_P|Tot_P_F|P_Mnfg_Cert,G50A,people,education|age_gender,Certificate|FEMALES,,12382,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12383,F_Mnfg_ID_NS,Females Manufacturing Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Mnfg_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12383,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12384,F_Mnfg_ToT,Females Manufacturing Total,Tot_P_P|Tot_P_F|P_Mnfg_ToT,G50A,people,education|age_gender,Total|FEMALES,,12384,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12385,F_EGW_WS_PD,Females Electricity gas water and waste services Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_EGW_WS_PD,G50A,people,education|age_gender,Postgraduate Degree|FEMALES,,12385,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12386,F_EGW_WS_GD_GC,Females Electricity gas water and waste services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_EGW_WS_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12386,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12387,F_EGW_WS_BD,Females Electricity gas water and waste services Bachelor Degree Level,Tot_P_P|Tot_P_F|P_EGW_WS_BD,G50A,people,education|age_gender,Bachelor Degree|FEMALES,,12387,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12388,F_EGW_WS_AdD_D,Females Electricity gas water and waste services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_EGW_WS_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12388,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12389,F_EGW_WS_Cert,Females Electricity gas water and waste services Certificate Level,Tot_P_P|Tot_P_F|P_EGW_WS_Cert,G50A,people,education|age_gender,Certificate|FEMALES,,12389,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12390,F_EGW_WS_ID_NS,Females Electricity gas water and waste services Inadequately described Not stated,Tot_P_P|Tot_P_F|P_EGW_WS_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12390,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12391,F_EGW_WS_ToT,Females Electricity gas water and waste services Total,Tot_P_P|Tot_P_F|P_EGW_WS_ToT,G50A,people,education|age_gender,Total|FEMALES,,12391,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12392,F_Cnstn_PD,Females Construction Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_Cnstn_PD,G50A,people,education|age_gender,Postgraduate Degree|FEMALES,,12392,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12393,F_Cnstn_GD_GC,Females Construction Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_Cnstn_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12393,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12394,F_Cnstn_BD,Females Construction Bachelor Degree Level,Tot_P_P|Tot_P_F|P_Cnstn_BD,G50A,people,education|age_gender,Bachelor Degree|FEMALES,,12394,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12395,F_Cnstn_AdD_D,Females Construction Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_Cnstn_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12395,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12396,F_Cnstn_Cert,Females Construction Certificate Level,Tot_P_P|Tot_P_F|P_Cnstn_Cert,G50A,people,education|age_gender,Certificate|FEMALES,,12396,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12397,F_Cnstn_ID_NS,Females Construction Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Cnstn_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12397,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12398,F_Cnstn_ToT,Females Construction Total,Tot_P_P|Tot_P_F|P_Cnstn_ToT,G50A,people,education|age_gender,Total|FEMALES,,12398,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12399,F_WTrade_PD,Females Wholesale trade Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_WTrade_PD,G50A,people,education|age_gender,Postgraduate Degree|FEMALES,,12399,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12400,F_WTrade_GD_GC,Females Wholesale trade Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_WTrade_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12400,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12401,F_WTrade_BD,Females Wholesale trade Bachelor Degree Level,Tot_P_P|Tot_P_F|P_WTrade_BD,G50A,people,education|age_gender,Bachelor Degree|FEMALES,,12401,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12402,F_WTrade_AdD_D,Females Wholesale trade Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_WTrade_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12402,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12403,F_WTrade_Cert,Females Wholesale trade Certificate Level,Tot_P_P|Tot_P_F|P_WTrade_Cert,G50A,people,education|age_gender,Certificate|FEMALES,,12403,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12404,F_WTrade_ID_NS,Females Wholesale trade Inadequately described Not stated,Tot_P_P|Tot_P_F|P_WTrade_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12404,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12405,F_WTrade_ToT,Females Wholesale trade Total,Tot_P_P|Tot_P_F|P_WTrade_ToT,G50A,people,education|age_gender,Total|FEMALES,,12405,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12406,F_RTrade_PD,Females Retail trade Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_RTrade_PD,G50A,people,education|age_gender,Postgraduate Degree|FEMALES,,12406,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12407,F_RTrade_GD_GC,Females Retail trade Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_RTrade_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12407,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12408,F_RTrade_BD,Females Retail trade Bachelor Degree Level,Tot_P_P|Tot_P_F|P_RTrade_BD,G50A,people,education|age_gender,Bachelor Degree|FEMALES,,12408,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12409,F_RTrade_AdD_D,Females Retail trade Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_RTrade_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12409,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12410,F_RTrade_Cert,Females Retail trade Certificate Level,Tot_P_P|Tot_P_F|P_RTrade_Cert,G50A,people,education|age_gender,Certificate|FEMALES,,12410,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12411,F_RTrade_ID_NS,Females Retail trade Inadequately described Not stated,Tot_P_P|Tot_P_F|P_RTrade_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12411,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12412,F_RTrade_ToT,Females Retail trade Total,Tot_P_P|Tot_P_F|P_RTrade_ToT,G50A,people,education|age_gender,Total|FEMALES,,12412,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12413,F_AccomFoodS_PD,Females Accommodation and food services Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_AccomFoodS_PD,G50A,people,education|age_gender,Postgraduate Degree|FEMALES,,12413,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12414,F_AccomFoodS_GD_GC,Females Accommodation and food services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_AccomFoodS_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12414,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12415,F_AccomFoodS_BD,Females Accommodation and food services Bachelor Degree Level,Tot_P_P|Tot_P_F|P_AccomFoodS_BD,G50A,people,education|age_gender,Bachelor Degree|FEMALES,,12415,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12416,F_AccomFoodS_AdD_D,Females Accommodation and food services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_AccomFoodS_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12416,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12417,F_AccomFoodS_Cert,Females Accommodation and food services Certificate Level,Tot_P_P|Tot_P_F|P_AccomFoodS_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12417,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12418,F_AccomFoodS_ID_NS,Females Accommodation and food services Inadequately described Not stated,Tot_P_P|Tot_P_F|P_AccomFoodS_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12418,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12419,F_AccomFoodS_ToT,Females Accommodation and food services Total,Tot_P_P|Tot_P_F|P_AccomFoodS_ToT,G50B,people,education|age_gender,Total|FEMALES,,12419,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12420,F_TransPostWhse_PD,Females Transport postal and warehousing Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_TransPostWhse_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12420,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12421,F_TransPostWhse_GD_GC,Females Transport postal and warehousing Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_TransPostWhse_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12421,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12422,F_TransPostWhse_BD,Females Transport postal and warehousing Bachelor Degree Level,Tot_P_P|Tot_P_F|P_TransPostWhse_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12422,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12423,F_TransPostWhse_AdD_D,Females Transport postal and warehousing Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_TransPostWhse_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12423,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12424,F_TransPostWhse_Cert,Females Transport postal and warehousing Certificate Level,Tot_P_P|Tot_P_F|P_TransPostWhse_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12424,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12425,F_TransPostWhse_ID_NS,Females Transport postal and warehousing Inadequately described Not stated,Tot_P_P|Tot_P_F|P_TransPostWhse_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12425,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12426,F_TransPostWhse_ToT,Females Transport postal and warehousing Total,Tot_P_P|Tot_P_F|P_TransPostWhse_ToT,G50B,people,education|age_gender,Total|FEMALES,,12426,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12427,F_InfoMedTelecom_PD,Females Information media and telecommunications Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_InfoMedTelecom_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12427,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12428,F_InfoMedTelecom_GD_GC,Females Information media and telecommunications Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_InfoMedTelecom_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12428,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12429,F_InfoMedTelecom_BD,Females Information media and telecommunications Bachelor Degree Level,Tot_P_P|Tot_P_F|P_InfoMedTelecom_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12429,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12430,F_InfoMedTelecom_AdD_D,Females Information media and telecommunications Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_InfoMedTelecom_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12430,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12431,F_InfoMedTelecom_Cert,Females Information media and telecommunications Certificate Level,Tot_P_P|Tot_P_F|P_InfoMedTelecom_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12431,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12432,F_InfoMedTelecom_ID_NS,Females Information media and telecommunications Inadequately described Not stated,Tot_P_P|Tot_P_F|P_InfoMedTelecom_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12432,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12433,F_InfoMedTelecom_ToT,Females Information media and telecommunications Total,Tot_P_P|Tot_P_F|P_InfoMedTelecom_ToT,G50B,people,education|age_gender,Total|FEMALES,,12433,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12434,F_FinInsurS_PD,Females Financial and insurance services Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_FinInsurS_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12434,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12435,F_FinInsurS_GD_GC,Females Financial and insurance services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_FinInsurS_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12435,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12436,F_FinInsurS_BD,Females Financial and insurance services Bachelor Degree Level,Tot_P_P|Tot_P_F|P_FinInsurS_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12436,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12437,F_FinInsurS_AdD_D,Females Financial and insurance services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_FinInsurS_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12437,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12438,F_FinInsurS_Cert,Females Financial and insurance services Certificate Level,Tot_P_P|Tot_P_F|P_FinInsurS_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12438,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12439,F_FinInsurS_ID_NS,Females Financial and insurance services Inadequately described Not stated,Tot_P_P|Tot_P_F|P_FinInsurS_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12439,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12440,F_FinInsurS_ToT,Females Financial and insurance services Total,Tot_P_P|Tot_P_F|P_FinInsurS_ToT,G50B,people,education|age_gender,Total|FEMALES,,12440,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12441,F_RentHirREserv_PD,Females Rental hiring and real estate services Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_RentHirREserv_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12441,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12442,F_RentHirREserv_GD_GC,Females Rental hiring and real estate services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_RentHirREserv_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12442,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12443,F_RentHirREserv_BD,Females Rental hiring and real estate services Bachelor Degree Level,Tot_P_P|Tot_P_F|P_RentHirREserv_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12443,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12444,F_RentHirREserv_AdD_D,Females Rental hiring and real estate services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_RentHirREserv_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12444,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12445,F_RentHirREserv_Cert,Females Rental hiring and real estate services Certificate Level,Tot_P_P|Tot_P_F|P_RentHirREserv_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12445,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12446,F_RentHirREserv_ID_NS,Females Rental hiring and real estate services Inadequately described Not stated,Tot_P_P|Tot_P_F|P_RentHirREserv_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12446,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12447,F_RentHirREserv_ToT,Females Rental hiring and real estate services Total,Tot_P_P|Tot_P_F|P_RentHirREserv_ToT,G50B,people,education|age_gender,Total|FEMALES,,12447,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12448,F_ProScieTechServ_PD,Females Professional scientific and technical services Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_ProScieTechServ_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12448,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12449,F_ProScieTechServ_GD_GC,Females Professional scientific and technical services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_ProScieTechServ_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12449,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12450,F_ProScieTechServ_BD,Females Professional scientific and technical services Bachelor Degree Level,Tot_P_P|Tot_P_F|P_ProScieTechServ_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12450,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12451,F_ProScieTechServ_AdD_D,Females Professional scientific and technical services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_ProScieTechServ_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12451,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12452,F_ProScieTechServ_Cert,Females Professional scientific and technical services Certificate Level,Tot_P_P|Tot_P_F|P_ProScieTechServ_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12452,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12453,F_ProScieTechServ_ID_NS,Females Professional scientific and technical services Inadequately described Not stated,Tot_P_P|Tot_P_F|P_ProScieTechServ_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12453,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12454,F_ProScieTechServ_ToT,Females Professional scientific and technical services Total,Tot_P_P|Tot_P_F|P_ProScieTechServ_ToT,G50B,people,education|age_gender,Total|FEMALES,,12454,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12455,F_AdminSupServ_PD,Females Administrative and support services Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_AdminSupServ_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12455,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12456,F_AdminSupServ_GD_GC,Females Administrative and support services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_AdminSupServ_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12456,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12457,F_AdminSupServ_BD,Females Administrative and support services Bachelor Degree Level,Tot_P_P|Tot_P_F|P_AdminSupServ_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12457,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12458,F_AdminSupServ_AdD_D,Females Administrative and support services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_AdminSupServ_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12458,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12459,F_AdminSupServ_Cert,Females Administrative and support services Certificate Level,Tot_P_P|Tot_P_F|P_AdminSupServ_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12459,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12460,F_AdminSupServ_ID_NS,Females Administrative and support services Inadequately described Not stated,Tot_P_P|Tot_P_F|P_AdminSupServ_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12460,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12461,F_AdminSupServ_ToT,Females Administrative and support services Total,Tot_P_P|Tot_P_F|P_AdminSupServ_ToT,G50B,people,education|age_gender,Total|FEMALES,,12461,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12462,F_PubAdmiSafety_PD,Females Public administration and safety Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_PubAdmiSafety_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12462,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12463,F_PubAdmiSafety_GD_GC,Females Public administration and safety Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_PubAdmiSafety_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12463,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12464,F_PubAdmiSafety_BD,Females Public administration and safety Bachelor Degree Level,Tot_P_P|Tot_P_F|P_PubAdmiSafety_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12464,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12465,F_PubAdmiSafety_AdD_D,Females Public administration and safety Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_PubAdmiSafety_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12465,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12466,F_PubAdmiSafety_Cert,Females Public administration and safety Certificate Level,Tot_P_P|Tot_P_F|P_PubAdmiSafety_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12466,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12467,F_PubAdmiSafety_ID_NS,Females Public administration and safety Inadequately described Not stated,Tot_P_P|Tot_P_F|P_PubAdmiSafety_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12467,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12468,F_PubAdmiSafety_ToT,Females Public administration and safety Total,Tot_P_P|Tot_P_F|P_PubAdmiSafety_ToT,G50B,people,education|age_gender,Total|FEMALES,,12468,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12469,F_EducTrain_PD,Females Education and training Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_EducTrain_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12469,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12470,F_EducTrain_GD_GC,Females Education and training Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_EducTrain_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12470,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12471,F_EducTrain_BD,Females Education and training Bachelor Degree Level,Tot_P_P|Tot_P_F|P_EducTrain_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12471,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12472,F_EducTrain_AdD_D,Females Education and training Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_EducTrain_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12472,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12473,F_EducTrain_Cert,Females Education and training Certificate Level,Tot_P_P|Tot_P_F|P_EducTrain_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12473,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12474,F_EducTrain_ID_NS,Females Education and training Inadequately described Not stated,Tot_P_P|Tot_P_F|P_EducTrain_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12474,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12475,F_EducTrain_ToT,Females Education and training Total,Tot_P_P|Tot_P_F|P_EducTrain_ToT,G50B,people,education|age_gender,Total|FEMALES,,12475,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12476,F_HealthCareSocA_PD,Females Health care and social assistance Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_HealthCareSocA_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12476,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12477,F_HealthCareSocA_GD_GC,Females Health care and social assistance Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_HealthCareSocA_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12477,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12478,F_HealthCareSocA_BD,Females Health care and social assistance Bachelor Degree Level,Tot_P_P|Tot_P_F|P_HealthCareSocA_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12478,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12479,F_HealthCareSocA_AdD_D,Females Health care and social assistance Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_HealthCareSocA_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12479,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12480,F_HealthCareSocA_Cert,Females Health care and social assistance Certificate Level,Tot_P_P|Tot_P_F|P_HealthCareSocA_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12480,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12481,F_HealthCareSocA_ID_NS,Females Health care and social assistance Inadequately described Not stated,Tot_P_P|Tot_P_F|P_HealthCareSocA_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12481,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12482,F_HealthCareSocA_ToT,Females Health care and social assistance Total,Tot_P_P|Tot_P_F|P_HealthCareSocA_ToT,G50B,people,education|age_gender,Total|FEMALES,,12482,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12483,F_ArtRecServ_PD,Females Arts and recreation services Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_ArtRecServ_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12483,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12484,F_ArtRecServ_GD_GC,Females Arts and recreation services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_ArtRecServ_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12484,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12485,F_ArtRecServ_BD,Females Arts and recreation services Bachelor Degree Level,Tot_P_P|Tot_P_F|P_ArtRecServ_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12485,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12486,F_ArtRecServ_AdD_D,Females Arts and recreation services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_ArtRecServ_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12486,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12487,F_ArtRecServ_Cert,Females Arts and recreation services Certificate Level,Tot_P_P|Tot_P_F|P_ArtRecServ_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12487,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12488,F_ArtRecServ_ID_NS,Females Arts and recreation services Inadequately described Not stated,Tot_P_P|Tot_P_F|P_ArtRecServ_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12488,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12489,F_ArtRecServ_ToT,Females Arts and recreation services Total,Tot_P_P|Tot_P_F|P_ArtRecServ_ToT,G50B,people,education|age_gender,Total|FEMALES,,12489,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12490,F_OthServ_PD,Females Other services Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_OthServ_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12490,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12491,F_OthServ_GD_GC,Females Other services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_OthServ_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12491,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12492,F_OthServ_BD,Females Other services Bachelor Degree Level,Tot_P_P|Tot_P_F|P_OthServ_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12492,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12493,F_OthServ_AdD_D,Females Other services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_OthServ_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12493,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12494,F_OthServ_Cert,Females Other services Certificate Level,Tot_P_P|Tot_P_F|P_OthServ_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12494,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12495,F_OthServ_ID_NS,Females Other services Inadequately described Not stated,Tot_P_P|Tot_P_F|P_OthServ_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12495,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12496,F_OthServ_ToT,Females Other services Total,Tot_P_P|Tot_P_F|P_OthServ_ToT,G50B,people,education|age_gender,Total|FEMALES,,12496,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12497,F_ID_NS_PD,Females Inadequately described Not stated Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_ID_NS_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12497,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12498,F_ID_NS_GD_GC,Females Inadequately described Not stated Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_ID_NS_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12498,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12499,F_ID_NS_BD,Females Inadequately described Not stated Bachelor Degree Level,Tot_P_P|Tot_P_F|P_ID_NS_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12499,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12500,F_ID_NS_AdD_D,Females Inadequately described Not stated Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_ID_NS_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12500,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12501,F_ID_NS_Cert,Females Inadequately described Not stated Certificate Level,Tot_P_P|Tot_P_F|P_ID_NS_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12501,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12502,F_ID_NS_ID_NS,Females Inadequately described Not stated Inadequately described Not stated,Tot_P_P|Tot_P_F|P_ID_NS_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12502,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12503,F_ID_NS_ToT,Females Inadequately described Not stated Total,Tot_P_P|Tot_P_F|P_ID_NS_ToT,G50B,people,education|age_gender,Total|FEMALES,,12503,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12504,F_ToT_PD,Females Total Postgraduate Degree Level,Tot_P_P|Tot_P_F|P_ToT_PD,G50B,people,education|age_gender,Postgraduate Degree|FEMALES,,12504,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12505,F_ToT_GD_GC,Females Total Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_F|P_ToT_GD_GC,G50B,people,education|age_gender,Graduate Diploma & Graduate Certificate|FEMALES,,12505,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12506,F_ToT_BD,Females Total Bachelor Degree Level,Tot_P_P|Tot_P_F|P_ToT_BD,G50B,people,education|age_gender,Bachelor Degree|FEMALES,,12506,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12507,F_ToT_AdD_D,Females Total Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_F|P_ToT_AdD_D,G50B,people,education|age_gender,Advanced Diploma & Diploma|FEMALES,,12507,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12508,F_ToT_Cert,Females Total Certificate Level,Tot_P_P|Tot_P_F|P_ToT_Cert,G50B,people,education|age_gender,Certificate|FEMALES,,12508,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12509,F_ToT_ID_NS,Females Total Inadequately described Not stated,Tot_P_P|Tot_P_F|P_ToT_ID_NS,G50B,people,education|age_gender,Inadequately described/ Not stated|FEMALES,,12509,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12510,F_ToT_ToT,Females Total Total,Tot_P_P|Tot_P_F|P_ToT_ToT,G50B,people,education|age_gender,Total|FEMALES,,12510,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12868,F_Ag_For_Fshg_15_19,Females Agriculture forestry and fishing Age 15 19 years,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12868,Industry of Employment by Age by Sex +G12869,F_Ag_For_Fshg_20_24,Females Agriculture forestry and fishing Age 20 24 years,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12869,Industry of Employment by Age by Sex +G12870,F_Ag_For_Fshg_25_34,Females Agriculture forestry and fishing Age 25 34 years,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12870,Industry of Employment by Age by Sex +G12871,F_Ag_For_Fshg_35_44,Females Agriculture forestry and fishing Age 35 44 years,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12871,Industry of Employment by Age by Sex +G12872,F_Ag_For_Fshg_45_54,Females Agriculture forestry and fishing Age 45 54 years,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12872,Industry of Employment by Age by Sex +G12873,F_Ag_For_Fshg_55_64,Females Agriculture forestry and fishing Age 55 64 years,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12873,Industry of Employment by Age by Sex +G12874,F_Ag_For_Fshg_65_74,Females Agriculture forestry and fishing Age 65 74 years,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12874,Industry of Employment by Age by Sex +G12875,F_Ag_For_Fshg_75_84,Females Agriculture forestry and fishing Age 75 84 years,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12875,Industry of Employment by Age by Sex +G12876,F_Ag_For_Fshg_85ov,Females Agriculture forestry and fishing Age 85 years and over,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12876,Industry of Employment by Age by Sex +G12877,F_Ag_For_Fshg_Tot,Females Agriculture forestry and fishing Total,Tot_P_P|Tot_P_F|P_Ag_For_Fshg_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12877,Industry of Employment by Age by Sex +G12878,F_Mining_15_19,Females Mining Age 15 19 years,Tot_P_P|Tot_P_F|P_Mining_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12878,Industry of Employment by Age by Sex +G12879,F_Mining_20_24,Females Mining Age 20 24 years,Tot_P_P|Tot_P_F|P_Mining_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12879,Industry of Employment by Age by Sex +G12880,F_Mining_25_34,Females Mining Age 25 34 years,Tot_P_P|Tot_P_F|P_Mining_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12880,Industry of Employment by Age by Sex +G12881,F_Mining_35_44,Females Mining Age 35 44 years,Tot_P_P|Tot_P_F|P_Mining_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12881,Industry of Employment by Age by Sex +G12882,F_Mining_45_54,Females Mining Age 45 54 years,Tot_P_P|Tot_P_F|P_Mining_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12882,Industry of Employment by Age by Sex +G12883,F_Mining_55_64,Females Mining Age 55 64 years,Tot_P_P|Tot_P_F|P_Mining_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12883,Industry of Employment by Age by Sex +G12884,F_Mining_65_74,Females Mining Age 65 74 years,Tot_P_P|Tot_P_F|P_Mining_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12884,Industry of Employment by Age by Sex +G12885,F_Mining_75_84,Females Mining Age 75 84 years,Tot_P_P|Tot_P_F|P_Mining_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12885,Industry of Employment by Age by Sex +G12886,F_Mining_85ov,Females Mining Age 85 years and over,Tot_P_P|Tot_P_F|P_Mining_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12886,Industry of Employment by Age by Sex +G12887,F_Mining_Tot,Females Mining Total,Tot_P_P|Tot_P_F|P_Mining_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12887,Industry of Employment by Age by Sex +G12888,F_Manufact_15_19,Females Manufacturing Age 15 19 years,Tot_P_P|Tot_P_F|P_Manufact_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12888,Industry of Employment by Age by Sex +G12889,F_Manufact_20_24,Females Manufacturing Age 20 24 years,Tot_P_P|Tot_P_F|P_Manufact_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12889,Industry of Employment by Age by Sex +G12890,F_Manufact_25_34,Females Manufacturing Age 25 34 years,Tot_P_P|Tot_P_F|P_Manufact_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12890,Industry of Employment by Age by Sex +G12891,F_Manufact_35_44,Females Manufacturing Age 35 44 years,Tot_P_P|Tot_P_F|P_Manufact_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12891,Industry of Employment by Age by Sex +G12892,F_Manufact_45_54,Females Manufacturing Age 45 54 years,Tot_P_P|Tot_P_F|P_Manufact_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12892,Industry of Employment by Age by Sex +G12893,F_Manufact_55_64,Females Manufacturing Age 55 64 years,Tot_P_P|Tot_P_F|P_Manufact_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12893,Industry of Employment by Age by Sex +G12894,F_Manufact_65_74,Females Manufacturing Age 65 74 years,Tot_P_P|Tot_P_F|P_Manufact_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12894,Industry of Employment by Age by Sex +G12895,F_Manufact_75_84,Females Manufacturing Age 75 84 years,Tot_P_P|Tot_P_F|P_Manufact_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12895,Industry of Employment by Age by Sex +G12896,F_Manufact_85ov,Females Manufacturing Age 85 years and over,Tot_P_P|Tot_P_F|P_Manufact_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12896,Industry of Employment by Age by Sex +G12897,F_Manufact_Tot,Females Manufacturing Total,Tot_P_P|Tot_P_F|P_Manufact_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12897,Industry of Employment by Age by Sex +G12898,F_El_Gas_Wt_Waste_15_19,Females Electricity gas water and waste services Age 15 19 years,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12898,Industry of Employment by Age by Sex +G12899,F_El_Gas_Wt_Waste_20_24,Females Electricity gas water and waste services Age 20 24 years,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12899,Industry of Employment by Age by Sex +G12900,F_El_Gas_Wt_Waste_25_34,Females Electricity gas water and waste services Age 25 34 years,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12900,Industry of Employment by Age by Sex +G12901,F_El_Gas_Wt_Waste_35_44,Females Electricity gas water and waste services Age 35 44 years,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12901,Industry of Employment by Age by Sex +G12902,F_El_Gas_Wt_Waste_45_54,Females Electricity gas water and waste services Age 45 54 years,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12902,Industry of Employment by Age by Sex +G12903,F_El_Gas_Wt_Waste_55_64,Females Electricity gas water and waste services Age 55 64 years,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12903,Industry of Employment by Age by Sex +G12904,F_El_Gas_Wt_Waste_65_74,Females Electricity gas water and waste services Age 65 74 years,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12904,Industry of Employment by Age by Sex +G12905,F_El_Gas_Wt_Waste_75_84,Females Electricity gas water and waste services Age 75 84 years,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12905,Industry of Employment by Age by Sex +G12906,F_El_Gas_Wt_Waste_85ov,Females Electricity gas water and waste services Age 85 years and over,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12906,Industry of Employment by Age by Sex +G12907,F_El_Gas_Wt_Waste_Tot,Females Electricity gas water and waste services Total,Tot_P_P|Tot_P_F|P_El_Gas_Wt_Waste_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12907,Industry of Employment by Age by Sex +G12908,F_Constru_15_19,Females Construction Age 15 19 years,Tot_P_P|Tot_P_F|P_Constru_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12908,Industry of Employment by Age by Sex +G12909,F_Constru_20_24,Females Construction Age 20 24 years,Tot_P_P|Tot_P_F|P_Constru_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12909,Industry of Employment by Age by Sex +G12910,F_Constru_25_34,Females Construction Age 25 34 years,Tot_P_P|Tot_P_F|P_Constru_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12910,Industry of Employment by Age by Sex +G12911,F_Constru_35_44,Females Construction Age 35 44 years,Tot_P_P|Tot_P_F|P_Constru_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12911,Industry of Employment by Age by Sex +G12912,F_Constru_45_54,Females Construction Age 45 54 years,Tot_P_P|Tot_P_F|P_Constru_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12912,Industry of Employment by Age by Sex +G12913,F_Constru_55_64,Females Construction Age 55 64 years,Tot_P_P|Tot_P_F|P_Constru_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12913,Industry of Employment by Age by Sex +G12914,F_Constru_65_74,Females Construction Age 65 74 years,Tot_P_P|Tot_P_F|P_Constru_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12914,Industry of Employment by Age by Sex +G12915,F_Constru_75_84,Females Construction Age 75 84 years,Tot_P_P|Tot_P_F|P_Constru_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12915,Industry of Employment by Age by Sex +G12916,F_Constru_85ov,Females Construction Age 85 years and over,Tot_P_P|Tot_P_F|P_Constru_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12916,Industry of Employment by Age by Sex +G12917,F_Constru_Tot,Females Construction Total,Tot_P_P|Tot_P_F|P_Constru_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12917,Industry of Employment by Age by Sex +G12918,F_WhlesaleTde_15_19,Females Wholesale trade Age 15 19 years,Tot_P_P|Tot_P_F|P_WhlesaleTde_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12918,Industry of Employment by Age by Sex +G12919,F_WhlesaleTde_20_24,Females Wholesale trade Age 20 24 years,Tot_P_P|Tot_P_F|P_WhlesaleTde_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12919,Industry of Employment by Age by Sex +G12920,F_WhlesaleTde_25_34,Females Wholesale trade Age 25 34 years,Tot_P_P|Tot_P_F|P_WhlesaleTde_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12920,Industry of Employment by Age by Sex +G12921,F_WhlesaleTde_35_44,Females Wholesale trade Age 35 44 years,Tot_P_P|Tot_P_F|P_WhlesaleTde_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12921,Industry of Employment by Age by Sex +G12922,F_WhlesaleTde_45_54,Females Wholesale trade Age 45 54 years,Tot_P_P|Tot_P_F|P_WhlesaleTde_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12922,Industry of Employment by Age by Sex +G12923,F_WhlesaleTde_55_64,Females Wholesale trade Age 55 64 years,Tot_P_P|Tot_P_F|P_WhlesaleTde_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12923,Industry of Employment by Age by Sex +G12924,F_WhlesaleTde_65_74,Females Wholesale trade Age 65 74 years,Tot_P_P|Tot_P_F|P_WhlesaleTde_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12924,Industry of Employment by Age by Sex +G12925,F_WhlesaleTde_75_84,Females Wholesale trade Age 75 84 years,Tot_P_P|Tot_P_F|P_WhlesaleTde_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12925,Industry of Employment by Age by Sex +G12926,F_WhlesaleTde_85ov,Females Wholesale trade Age 85 years and over,Tot_P_P|Tot_P_F|P_WhlesaleTde_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12926,Industry of Employment by Age by Sex +G12927,F_WhlesaleTde_Tot,Females Wholesale trade Total,Tot_P_P|Tot_P_F|P_WhlesaleTde_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12927,Industry of Employment by Age by Sex +G12928,F_RetTde_15_19,Females Retail trade Age 15 19 years,Tot_P_P|Tot_P_F|P_RetTde_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12928,Industry of Employment by Age by Sex +G12929,F_RetTde_20_24,Females Retail trade Age 20 24 years,Tot_P_P|Tot_P_F|P_RetTde_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12929,Industry of Employment by Age by Sex +G12930,F_RetTde_25_34,Females Retail trade Age 25 34 years,Tot_P_P|Tot_P_F|P_RetTde_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12930,Industry of Employment by Age by Sex +G12931,F_RetTde_35_44,Females Retail trade Age 35 44 years,Tot_P_P|Tot_P_F|P_RetTde_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12931,Industry of Employment by Age by Sex +G12932,F_RetTde_45_54,Females Retail trade Age 45 54 years,Tot_P_P|Tot_P_F|P_RetTde_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12932,Industry of Employment by Age by Sex +G12933,F_RetTde_55_64,Females Retail trade Age 55 64 years,Tot_P_P|Tot_P_F|P_RetTde_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12933,Industry of Employment by Age by Sex +G12934,F_RetTde_65_74,Females Retail trade Age 65 74 years,Tot_P_P|Tot_P_F|P_RetTde_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12934,Industry of Employment by Age by Sex +G12935,F_RetTde_75_84,Females Retail trade Age 75 84 years,Tot_P_P|Tot_P_F|P_RetTde_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12935,Industry of Employment by Age by Sex +G12936,F_RetTde_85ov,Females Retail trade Age 85 years and over,Tot_P_P|Tot_P_F|P_RetTde_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12936,Industry of Employment by Age by Sex +G12937,F_RetTde_Tot,Females Retail trade Total,Tot_P_P|Tot_P_F|P_RetTde_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12937,Industry of Employment by Age by Sex +G12938,F_Accom_food_15_19,Females Accommodation and food services Age 15 19 years,Tot_P_P|Tot_P_F|P_Accom_food_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12938,Industry of Employment by Age by Sex +G12939,F_Accom_food_20_24,Females Accommodation and food services Age 20 24 years,Tot_P_P|Tot_P_F|P_Accom_food_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12939,Industry of Employment by Age by Sex +G12940,F_Accom_food_25_34,Females Accommodation and food services Age 25 34 years,Tot_P_P|Tot_P_F|P_Accom_food_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12940,Industry of Employment by Age by Sex +G12941,F_Accom_food_35_44,Females Accommodation and food services Age 35 44 years,Tot_P_P|Tot_P_F|P_Accom_food_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12941,Industry of Employment by Age by Sex +G12942,F_Accom_food_45_54,Females Accommodation and food services Age 45 54 years,Tot_P_P|Tot_P_F|P_Accom_food_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12942,Industry of Employment by Age by Sex +G12943,F_Accom_food_55_64,Females Accommodation and food services Age 55 64 years,Tot_P_P|Tot_P_F|P_Accom_food_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12943,Industry of Employment by Age by Sex +G12944,F_Accom_food_65_74,Females Accommodation and food services Age 65 74 years,Tot_P_P|Tot_P_F|P_Accom_food_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12944,Industry of Employment by Age by Sex +G12945,F_Accom_food_75_84,Females Accommodation and food services Age 75 84 years,Tot_P_P|Tot_P_F|P_Accom_food_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12945,Industry of Employment by Age by Sex +G12946,F_Accom_food_85ov,Females Accommodation and food services Age 85 years and over,Tot_P_P|Tot_P_F|P_Accom_food_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12946,Industry of Employment by Age by Sex +G12947,F_Accom_food_Tot,Females Accommodation and food services Total,Tot_P_P|Tot_P_F|P_Accom_food_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12947,Industry of Employment by Age by Sex +G12948,F_Trans_post_wrehsg_15_19,Females Transport postal and warehousing Age 15 19 years,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12948,Industry of Employment by Age by Sex +G12949,F_Trans_post_wrehsg_20_24,Females Transport postal and warehousing Age 20 24 years,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12949,Industry of Employment by Age by Sex +G12950,F_Trans_post_wrehsg_25_34,Females Transport postal and warehousing Age 25 34 years,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12950,Industry of Employment by Age by Sex +G12951,F_Trans_post_wrehsg_35_44,Females Transport postal and warehousing Age 35 44 years,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12951,Industry of Employment by Age by Sex +G12952,F_Trans_post_wrehsg_45_54,Females Transport postal and warehousing Age 45 54 years,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12952,Industry of Employment by Age by Sex +G12953,F_Trans_post_wrehsg_55_64,Females Transport postal and warehousing Age 55 64 years,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12953,Industry of Employment by Age by Sex +G12954,F_Trans_post_wrehsg_65_74,Females Transport postal and warehousing Age 65 74 years,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12954,Industry of Employment by Age by Sex +G12955,F_Trans_post_wrehsg_75_84,Females Transport postal and warehousing Age 75 84 years,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12955,Industry of Employment by Age by Sex +G12956,F_Trans_post_wrehsg_85ov,Females Transport postal and warehousing Age 85 years and over,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12956,Industry of Employment by Age by Sex +G12957,F_Trans_post_wrehsg_Tot,Females Transport postal and warehousing Total,Tot_P_P|Tot_P_F|P_Trans_post_wrehsg_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12957,Industry of Employment by Age by Sex +G12958,F_Info_media_teleco_15_19,Females Information media and telecommunications Age 15 19 years,Tot_P_P|Tot_P_F|P_Info_media_teleco_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12958,Industry of Employment by Age by Sex +G12959,F_Info_media_teleco_20_24,Females Information media and telecommunications Age 20 24 years,Tot_P_P|Tot_P_F|P_Info_media_teleco_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12959,Industry of Employment by Age by Sex +G12960,F_Info_media_teleco_25_34,Females Information media and telecommunications Age 25 34 years,Tot_P_P|Tot_P_F|P_Info_media_teleco_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12960,Industry of Employment by Age by Sex +G12961,F_Info_media_teleco_35_44,Females Information media and telecommunications Age 35 44 years,Tot_P_P|Tot_P_F|P_Info_media_teleco_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12961,Industry of Employment by Age by Sex +G12962,F_Info_media_teleco_45_54,Females Information media and telecommunications Age 45 54 years,Tot_P_P|Tot_P_F|P_Info_media_teleco_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12962,Industry of Employment by Age by Sex +G12963,F_Info_media_teleco_55_64,Females Information media and telecommunications Age 55 64 years,Tot_P_P|Tot_P_F|P_Info_media_teleco_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12963,Industry of Employment by Age by Sex +G12964,F_Info_media_teleco_65_74,Females Information media and telecommunications Age 65 74 years,Tot_P_P|Tot_P_F|P_Info_media_teleco_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12964,Industry of Employment by Age by Sex +G12965,F_Info_media_teleco_75_84,Females Information media and telecommunications Age 75 84 years,Tot_P_P|Tot_P_F|P_Info_media_teleco_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12965,Industry of Employment by Age by Sex +G12966,F_Info_media_teleco_85ov,Females Information media and telecommunications Age 85 years and over,Tot_P_P|Tot_P_F|P_Info_media_teleco_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12966,Industry of Employment by Age by Sex +G12967,F_Info_media_teleco_Tot,Females Information media and telecommunications Total,Tot_P_P|Tot_P_F|P_Info_media_teleco_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12967,Industry of Employment by Age by Sex +G12968,F_Fin_Insur_15_19,Females Financial and insurance services Age 15 19 years,Tot_P_P|Tot_P_F|P_Fin_Insur_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12968,Industry of Employment by Age by Sex +G12969,F_Fin_Insur_20_24,Females Financial and insurance services Age 20 24 years,Tot_P_P|Tot_P_F|P_Fin_Insur_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12969,Industry of Employment by Age by Sex +G12970,F_Fin_Insur_25_34,Females Financial and insurance services Age 25 34 years,Tot_P_P|Tot_P_F|P_Fin_Insur_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12970,Industry of Employment by Age by Sex +G12971,F_Fin_Insur_35_44,Females Financial and insurance services Age 35 44 years,Tot_P_P|Tot_P_F|P_Fin_Insur_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12971,Industry of Employment by Age by Sex +G12972,F_Fin_Insur_45_54,Females Financial and insurance services Age 45 54 years,Tot_P_P|Tot_P_F|P_Fin_Insur_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12972,Industry of Employment by Age by Sex +G12973,F_Fin_Insur_55_64,Females Financial and insurance services Age 55 64 years,Tot_P_P|Tot_P_F|P_Fin_Insur_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12973,Industry of Employment by Age by Sex +G12974,F_Fin_Insur_65_74,Females Financial and insurance services Age 65 74 years,Tot_P_P|Tot_P_F|P_Fin_Insur_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12974,Industry of Employment by Age by Sex +G12975,F_Fin_Insur_75_84,Females Financial and insurance services Age 75 84 years,Tot_P_P|Tot_P_F|P_Fin_Insur_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12975,Industry of Employment by Age by Sex +G12976,F_Fin_Insur_85ov,Females Financial and insurance services Age 85 years and over,Tot_P_P|Tot_P_F|P_Fin_Insur_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12976,Industry of Employment by Age by Sex +G12977,F_Fin_Insur_Tot,Females Financial and insurance services Total,Tot_P_P|Tot_P_F|P_Fin_Insur_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12977,Industry of Employment by Age by Sex +G12978,F_RtnHir_REst_15_19,Females Rental hiring and real estate services Age 15 19 years,Tot_P_P|Tot_P_F|P_RtnHir_REst_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12978,Industry of Employment by Age by Sex +G12979,F_RtnHir_REst_20_24,Females Rental hiring and real estate services Age 20 24 years,Tot_P_P|Tot_P_F|P_RtnHir_REst_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12979,Industry of Employment by Age by Sex +G12980,F_RtnHir_REst_25_34,Females Rental hiring and real estate services Age 25 34 years,Tot_P_P|Tot_P_F|P_RtnHir_REst_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12980,Industry of Employment by Age by Sex +G12981,F_RtnHir_REst_35_44,Females Rental hiring and real estate services Age 35 44 years,Tot_P_P|Tot_P_F|P_RtnHir_REst_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12981,Industry of Employment by Age by Sex +G12982,F_RtnHir_REst_45_54,Females Rental hiring and real estate services Age 45 54 years,Tot_P_P|Tot_P_F|P_RtnHir_REst_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12982,Industry of Employment by Age by Sex +G12983,F_RtnHir_REst_55_64,Females Rental hiring and real estate services Age 55 64 years,Tot_P_P|Tot_P_F|P_RtnHir_REst_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12983,Industry of Employment by Age by Sex +G12984,F_RtnHir_REst_65_74,Females Rental hiring and real estate services Age 65 74 years,Tot_P_P|Tot_P_F|P_RtnHir_REst_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12984,Industry of Employment by Age by Sex +G12985,F_RtnHir_REst_75_84,Females Rental hiring and real estate services Age 75 84 years,Tot_P_P|Tot_P_F|P_RtnHir_REst_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12985,Industry of Employment by Age by Sex +G12986,F_RtnHir_REst_85ov,Females Rental hiring and real estate services Age 85 years and over,Tot_P_P|Tot_P_F|P_RtnHir_REst_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12986,Industry of Employment by Age by Sex +G12987,F_RtnHir_REst_Tot,Females Rental hiring and real estate services Total,Tot_P_P|Tot_P_F|P_RtnHir_REst_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12987,Industry of Employment by Age by Sex +G12988,F_Pro_scien_tec_15_19,Females Professional scientific and technical services Age 15 19 years,Tot_P_P|Tot_P_F|P_Pro_scien_tec_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12988,Industry of Employment by Age by Sex +G12989,F_Pro_scien_tec_20_24,Females Professional scientific and technical services Age 20 24 years,Tot_P_P|Tot_P_F|P_Pro_scien_tec_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12989,Industry of Employment by Age by Sex +G12990,F_Pro_scien_tec_25_34,Females Professional scientific and technical services Age 25 34 years,Tot_P_P|Tot_P_F|P_Pro_scien_tec_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,12990,Industry of Employment by Age by Sex +G12991,F_Pro_scien_tec_35_44,Females Professional scientific and technical services Age 35 44 years,Tot_P_P|Tot_P_F|P_Pro_scien_tec_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,12991,Industry of Employment by Age by Sex +G12992,F_Pro_scien_tec_45_54,Females Professional scientific and technical services Age 45 54 years,Tot_P_P|Tot_P_F|P_Pro_scien_tec_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,12992,Industry of Employment by Age by Sex +G12993,F_Pro_scien_tec_55_64,Females Professional scientific and technical services Age 55 64 years,Tot_P_P|Tot_P_F|P_Pro_scien_tec_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,12993,Industry of Employment by Age by Sex +G12994,F_Pro_scien_tec_65_74,Females Professional scientific and technical services Age 65 74 years,Tot_P_P|Tot_P_F|P_Pro_scien_tec_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,12994,Industry of Employment by Age by Sex +G12995,F_Pro_scien_tec_75_84,Females Professional scientific and technical services Age 75 84 years,Tot_P_P|Tot_P_F|P_Pro_scien_tec_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,12995,Industry of Employment by Age by Sex +G12996,F_Pro_scien_tec_85ov,Females Professional scientific and technical services Age 85 years and over,Tot_P_P|Tot_P_F|P_Pro_scien_tec_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,12996,Industry of Employment by Age by Sex +G12997,F_Pro_scien_tec_Tot,Females Professional scientific and technical services Total,Tot_P_P|Tot_P_F|P_Pro_scien_tec_Tot,G51B,people,employment|age_gender,Total|FEMALES,,12997,Industry of Employment by Age by Sex +G12998,F_Admin_supp_15_19,Females Administrative and support services Age 15 19 years,Tot_P_P|Tot_P_F|P_Admin_supp_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,12998,Industry of Employment by Age by Sex +G12999,F_Admin_supp_20_24,Females Administrative and support services Age 20 24 years,Tot_P_P|Tot_P_F|P_Admin_supp_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,12999,Industry of Employment by Age by Sex +G13000,F_Admin_supp_25_34,Females Administrative and support services Age 25 34 years,Tot_P_P|Tot_P_F|P_Admin_supp_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,13000,Industry of Employment by Age by Sex +G13001,F_Admin_supp_35_44,Females Administrative and support services Age 35 44 years,Tot_P_P|Tot_P_F|P_Admin_supp_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,13001,Industry of Employment by Age by Sex +G13002,F_Admin_supp_45_54,Females Administrative and support services Age 45 54 years,Tot_P_P|Tot_P_F|P_Admin_supp_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,13002,Industry of Employment by Age by Sex +G13003,F_Admin_supp_55_64,Females Administrative and support services Age 55 64 years,Tot_P_P|Tot_P_F|P_Admin_supp_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,13003,Industry of Employment by Age by Sex +G13004,F_Admin_supp_65_74,Females Administrative and support services Age 65 74 years,Tot_P_P|Tot_P_F|P_Admin_supp_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,13004,Industry of Employment by Age by Sex +G13005,F_Admin_supp_75_84,Females Administrative and support services Age 75 84 years,Tot_P_P|Tot_P_F|P_Admin_supp_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,13005,Industry of Employment by Age by Sex +G13006,F_Admin_supp_85ov,Females Administrative and support services Age 85 years and over,Tot_P_P|Tot_P_F|P_Admin_supp_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,13006,Industry of Employment by Age by Sex +G13007,F_Admin_supp_Tot,Females Administrative and support services Total,Tot_P_P|Tot_P_F|P_Admin_supp_Tot,G51B,people,employment|age_gender,Total|FEMALES,,13007,Industry of Employment by Age by Sex +G13008,F_Public_admin_sfty_15_19,Females Public administration and safety Age 15 19 years,Tot_P_P|Tot_P_F|P_Public_admin_sfty_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,13008,Industry of Employment by Age by Sex +G13009,F_Public_admin_sfty_20_24,Females Public administration and safety Age 20 24 years,Tot_P_P|Tot_P_F|P_Public_admin_sfty_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,13009,Industry of Employment by Age by Sex +G13010,F_Public_admin_sfty_25_34,Females Public administration and safety Age 25 34 years,Tot_P_P|Tot_P_F|P_Public_admin_sfty_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,13010,Industry of Employment by Age by Sex +G13011,F_Public_admin_sfty_35_44,Females Public administration and safety Age 35 44 years,Tot_P_P|Tot_P_F|P_Public_admin_sfty_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,13011,Industry of Employment by Age by Sex +G13012,F_Public_admin_sfty_45_54,Females Public administration and safety Age 45 54 years,Tot_P_P|Tot_P_F|P_Public_admin_sfty_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,13012,Industry of Employment by Age by Sex +G13013,F_Public_admin_sfty_55_64,Females Public administration and safety Age 55 64 years,Tot_P_P|Tot_P_F|P_Public_admin_sfty_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,13013,Industry of Employment by Age by Sex +G13014,F_Public_admin_sfty_65_74,Females Public administration and safety Age 65 74 years,Tot_P_P|Tot_P_F|P_Public_admin_sfty_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,13014,Industry of Employment by Age by Sex +G13015,F_Public_admin_sfty_75_84,Females Public administration and safety Age 75 84 years,Tot_P_P|Tot_P_F|P_Public_admin_sfty_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,13015,Industry of Employment by Age by Sex +G13016,F_Public_admin_sfty_85ov,Females Public administration and safety Age 85 years and over,Tot_P_P|Tot_P_F|P_Public_admin_sfty_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,13016,Industry of Employment by Age by Sex +G13017,F_Public_admin_sfty_Tot,Females Public administration and safety Total,Tot_P_P|Tot_P_F|P_Public_admin_sfty_Tot,G51B,people,employment|age_gender,Total|FEMALES,,13017,Industry of Employment by Age by Sex +G13018,F_Educ_trng_15_19,Females Education and training Age 15 19 years,Tot_P_P|Tot_P_F|P_Educ_trng_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,13018,Industry of Employment by Age by Sex +G13019,F_Educ_trng_20_24,Females Education and training Age 20 24 years,Tot_P_P|Tot_P_F|P_Educ_trng_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,13019,Industry of Employment by Age by Sex +G13020,F_Educ_trng_25_34,Females Education and training Age 25 34 years,Tot_P_P|Tot_P_F|P_Educ_trng_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,13020,Industry of Employment by Age by Sex +G13021,F_Educ_trng_35_44,Females Education and training Age 35 44 years,Tot_P_P|Tot_P_F|P_Educ_trng_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,13021,Industry of Employment by Age by Sex +G13022,F_Educ_trng_45_54,Females Education and training Age 45 54 years,Tot_P_P|Tot_P_F|P_Educ_trng_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,13022,Industry of Employment by Age by Sex +G13023,F_Educ_trng_55_64,Females Education and training Age 55 64 years,Tot_P_P|Tot_P_F|P_Educ_trng_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,13023,Industry of Employment by Age by Sex +G13024,F_Educ_trng_65_74,Females Education and training Age 65 74 years,Tot_P_P|Tot_P_F|P_Educ_trng_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,13024,Industry of Employment by Age by Sex +G13025,F_Educ_trng_75_84,Females Education and training Age 75 84 years,Tot_P_P|Tot_P_F|P_Educ_trng_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,13025,Industry of Employment by Age by Sex +G13026,F_Educ_trng_85ov,Females Education and training Age 85 years and over,Tot_P_P|Tot_P_F|P_Educ_trng_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,13026,Industry of Employment by Age by Sex +G13027,F_Educ_trng_Tot,Females Education and training Total,Tot_P_P|Tot_P_F|P_Educ_trng_Tot,G51B,people,employment|age_gender,Total|FEMALES,,13027,Industry of Employment by Age by Sex +G13028,F_HlthCare_SocAs_15_19,Females Health care and social assistance Age 15 19 years,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,13028,Industry of Employment by Age by Sex +G13029,F_HlthCare_SocAs_20_24,Females Health care and social assistance Age 20 24 years,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,13029,Industry of Employment by Age by Sex +G13030,F_HlthCare_SocAs_25_34,Females Health care and social assistance Age 25 34 years,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,13030,Industry of Employment by Age by Sex +G13031,F_HlthCare_SocAs_35_44,Females Health care and social assistance Age 35 44 years,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,13031,Industry of Employment by Age by Sex +G13032,F_HlthCare_SocAs_45_54,Females Health care and social assistance Age 45 54 years,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,13032,Industry of Employment by Age by Sex +G13033,F_HlthCare_SocAs_55_64,Females Health care and social assistance Age 55 64 years,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,13033,Industry of Employment by Age by Sex +G13034,F_HlthCare_SocAs_65_74,Females Health care and social assistance Age 65 74 years,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,13034,Industry of Employment by Age by Sex +G13035,F_HlthCare_SocAs_75_84,Females Health care and social assistance Age 75 84 years,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,13035,Industry of Employment by Age by Sex +G13036,F_HlthCare_SocAs_85ov,Females Health care and social assistance Age 85 years and over,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,13036,Industry of Employment by Age by Sex +G13037,F_HlthCare_SocAs_Tot,Females Health care and social assistance Total,Tot_P_P|Tot_P_F|P_HlthCare_SocAs_Tot,G51B,people,employment|age_gender,Total|FEMALES,,13037,Industry of Employment by Age by Sex +G13038,F_Art_recn_15_19,Females Arts and recreation services Age 15 19 years,Tot_P_P|Tot_P_F|P_Art_recn_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,13038,Industry of Employment by Age by Sex +G13039,F_Art_recn_20_24,Females Arts and recreation services Age 20 24 years,Tot_P_P|Tot_P_F|P_Art_recn_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,13039,Industry of Employment by Age by Sex +G13040,F_Art_recn_25_34,Females Arts and recreation services Age 25 34 years,Tot_P_P|Tot_P_F|P_Art_recn_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,13040,Industry of Employment by Age by Sex +G13041,F_Art_recn_35_44,Females Arts and recreation services Age 35 44 years,Tot_P_P|Tot_P_F|P_Art_recn_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,13041,Industry of Employment by Age by Sex +G13042,F_Art_recn_45_54,Females Arts and recreation services Age 45 54 years,Tot_P_P|Tot_P_F|P_Art_recn_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,13042,Industry of Employment by Age by Sex +G13043,F_Art_recn_55_64,Females Arts and recreation services Age 55 64 years,Tot_P_P|Tot_P_F|P_Art_recn_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,13043,Industry of Employment by Age by Sex +G13044,F_Art_recn_65_74,Females Arts and recreation services Age 65 74 years,Tot_P_P|Tot_P_F|P_Art_recn_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,13044,Industry of Employment by Age by Sex +G13045,F_Art_recn_75_84,Females Arts and recreation services Age 75 84 years,Tot_P_P|Tot_P_F|P_Art_recn_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,13045,Industry of Employment by Age by Sex +G13046,F_Art_recn_85ov,Females Arts and recreation services Age 85 years and over,Tot_P_P|Tot_P_F|P_Art_recn_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,13046,Industry of Employment by Age by Sex +G13047,F_Art_recn_Tot,Females Arts and recreation services Total,Tot_P_P|Tot_P_F|P_Art_recn_Tot,G51B,people,employment|age_gender,Total|FEMALES,,13047,Industry of Employment by Age by Sex +G13048,F_Oth_scs_15_19,Females Other services Age 15 19 years,Tot_P_P|Tot_P_F|P_Oth_scs_15_19,G51B,people,employment|age_gender,Age: 15-19 years|FEMALES,,13048,Industry of Employment by Age by Sex +G13049,F_Oth_scs_20_24,Females Other services Age 20 24 years,Tot_P_P|Tot_P_F|P_Oth_scs_20_24,G51B,people,employment|age_gender,Age: 20-24 years|FEMALES,,13049,Industry of Employment by Age by Sex +G13050,F_Oth_scs_25_34,Females Other services Age 25 34 years,Tot_P_P|Tot_P_F|P_Oth_scs_25_34,G51B,people,employment|age_gender,Age: 25-34 years|FEMALES,,13050,Industry of Employment by Age by Sex +G13051,F_Oth_scs_35_44,Females Other services Age 35 44 years,Tot_P_P|Tot_P_F|P_Oth_scs_35_44,G51B,people,employment|age_gender,Age: 35-44 years|FEMALES,,13051,Industry of Employment by Age by Sex +G13052,F_Oth_scs_45_54,Females Other services Age 45 54 years,Tot_P_P|Tot_P_F|P_Oth_scs_45_54,G51B,people,employment|age_gender,Age: 45-54 years|FEMALES,,13052,Industry of Employment by Age by Sex +G13053,F_Oth_scs_55_64,Females Other services Age 55 64 years,Tot_P_P|Tot_P_F|P_Oth_scs_55_64,G51B,people,employment|age_gender,Age: 55-64 years|FEMALES,,13053,Industry of Employment by Age by Sex +G13054,F_Oth_scs_65_74,Females Other services Age 65 74 years,Tot_P_P|Tot_P_F|P_Oth_scs_65_74,G51B,people,employment|age_gender,Age: 65-74 years|FEMALES,,13054,Industry of Employment by Age by Sex +G13055,F_Oth_scs_75_84,Females Other services Age 75 84 years,Tot_P_P|Tot_P_F|P_Oth_scs_75_84,G51B,people,employment|age_gender,Age: 75-84 years|FEMALES,,13055,Industry of Employment by Age by Sex +G13056,F_Oth_scs_85ov,Females Other services Age 85 years and over,Tot_P_P|Tot_P_F|P_Oth_scs_85ov,G51B,people,employment|age_gender,Age: 85 years and over|FEMALES,,13056,Industry of Employment by Age by Sex +G13057,F_Oth_scs_Tot,Females Other services Total,Tot_P_P|Tot_P_F|P_Oth_scs_Tot,G51B,people,employment|age_gender,Total|FEMALES,,13057,Industry of Employment by Age by Sex +G13058,F_ID_NS_15_19,Females Inadequately described Not stated Age 15 19 years,Tot_P_P|Tot_P_F|P_ID_NS_15_19,G51C,people,employment|age_gender,Age: 15-19 years|FEMALES,,13058,Industry of Employment by Age by Sex +G13059,F_ID_NS_20_24,Females Inadequately described Not stated Age 20 24 years,Tot_P_P|Tot_P_F|P_ID_NS_20_24,G51C,people,employment|age_gender,Age: 20-24 years|FEMALES,,13059,Industry of Employment by Age by Sex +G13060,F_ID_NS_25_34,Females Inadequately described Not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_ID_NS_25_34,G51C,people,employment|age_gender,Age: 25-34 years|FEMALES,,13060,Industry of Employment by Age by Sex +G13061,F_ID_NS_35_44,Females Inadequately described Not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_ID_NS_35_44,G51C,people,employment|age_gender,Age: 35-44 years|FEMALES,,13061,Industry of Employment by Age by Sex +G13062,F_ID_NS_45_54,Females Inadequately described Not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_ID_NS_45_54,G51C,people,employment|age_gender,Age: 45-54 years|FEMALES,,13062,Industry of Employment by Age by Sex +G13063,F_ID_NS_55_64,Females Inadequately described Not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_ID_NS_55_64,G51C,people,employment|age_gender,Age: 55-64 years|FEMALES,,13063,Industry of Employment by Age by Sex +G13064,F_ID_NS_65_74,Females Inadequately described Not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_ID_NS_65_74,G51C,people,employment|age_gender,Age: 65-74 years|FEMALES,,13064,Industry of Employment by Age by Sex +G13065,F_ID_NS_75_84,Females Inadequately described Not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_ID_NS_75_84,G51C,people,employment|age_gender,Age: 75-84 years|FEMALES,,13065,Industry of Employment by Age by Sex +G13066,F_ID_NS_85ov,Females Inadequately described Not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_ID_NS_85ov,G51C,people,employment|age_gender,Age: 85 years and over|FEMALES,,13066,Industry of Employment by Age by Sex +G13067,F_ID_NS_Tot,Females Inadequately described Not stated Total,Tot_P_P|Tot_P_F|P_ID_NS_Tot,G51C,people,employment|age_gender,Total|FEMALES,,13067,Industry of Employment by Age by Sex +G13068,F_Tot_15_19,Females Total Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_15_19,G51C,people,employment|age_gender,Age: 15-19 years|FEMALES,,13068,Industry of Employment by Age by Sex +G13069,F_Tot_20_24,Females Total Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_20_24,G51C,people,employment|age_gender,Age: 20-24 years|FEMALES,,13069,Industry of Employment by Age by Sex +G13070,F_Tot_25_34,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34,G51C,people,employment|age_gender,Age: 25-34 years|FEMALES,,13070,Industry of Employment by Age by Sex +G13071,F_Tot_35_44,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44,G51C,people,employment|age_gender,Age: 35-44 years|FEMALES,,13071,Industry of Employment by Age by Sex +G13072,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54,G51C,people,employment|age_gender,Age: 45-54 years|FEMALES,,13072,Industry of Employment by Age by Sex +G13073,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64,G51C,people,employment|age_gender,Age: 55-64 years|FEMALES,,13073,Industry of Employment by Age by Sex +G13074,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G51C,people,employment|age_gender,Age: 65-74 years|FEMALES,,13074,Industry of Employment by Age by Sex +G13075,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G51C,people,employment|age_gender,Age: 75-84 years|FEMALES,,13075,Industry of Employment by Age by Sex +G13076,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G51C,people,employment|age_gender,Age: 85 years and over|FEMALES,,13076,Industry of Employment by Age by Sex +G13077,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G51C,people,employment|age_gender,Total|FEMALES,,13077,Industry of Employment by Age by Sex +G13498,F_AgriForestFish_0,Females Agriculture forestry and fishing Number of hours worked None,Tot_P_P|Tot_P_F|P_AgriForestFish_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13498,Industry of Employment by Hours Worked by Sex +G13499,F_AgriForestFish_1_15,Females Agriculture forestry and fishing Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_AgriForestFish_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13499,Industry of Employment by Hours Worked by Sex +G13500,F_AgriForestFish_16_24,Females Agriculture forestry and fishing Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_AgriForestFish_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13500,Industry of Employment by Hours Worked by Sex +G13501,F_AgriForestFish_25_34,Females Agriculture forestry and fishing Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_AgriForestFish_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13501,Industry of Employment by Hours Worked by Sex +G13502,F_AgriForestFish_35_39,Females Agriculture forestry and fishing Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_AgriForestFish_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13502,Industry of Employment by Hours Worked by Sex +G13503,F_AgriForestFish_40,Females Agriculture forestry and fishing Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_AgriForestFish_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13503,Industry of Employment by Hours Worked by Sex +G13504,F_AgriForestFish_41_48,Females Agriculture forestry and fishing Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_AgriForestFish_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13504,Industry of Employment by Hours Worked by Sex +G13505,F_AgriForestFish_49over,Females Agriculture forestry and fishing Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_AgriForestFish_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13505,Industry of Employment by Hours Worked by Sex +G13506,F_AgriForestFish_hours_NS,Females Agriculture forestry and fishing Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_AgriForestFish_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13506,Industry of Employment by Hours Worked by Sex +G13507,F_AgriForestFish_Tot,Females Agriculture forestry and fishing Total,Tot_P_P|Tot_P_F|P_AgriForestFish_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13507,Industry of Employment by Hours Worked by Sex +G13508,F_Min_0,Females Mining Number of hours worked None,Tot_P_P|Tot_P_F|P_Min_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13508,Industry of Employment by Hours Worked by Sex +G13509,F_Min_1_15,Females Mining Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Min_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13509,Industry of Employment by Hours Worked by Sex +G13510,F_Min_16_24,Females Mining Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Min_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13510,Industry of Employment by Hours Worked by Sex +G13511,F_Min_25_34,Females Mining Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Min_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13511,Industry of Employment by Hours Worked by Sex +G13512,F_Min_35_39,Females Mining Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Min_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13512,Industry of Employment by Hours Worked by Sex +G13513,F_Min_40,Females Mining Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Min_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13513,Industry of Employment by Hours Worked by Sex +G13514,F_Min_41_48,Females Mining Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Min_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13514,Industry of Employment by Hours Worked by Sex +G13515,F_Min_49over,Females Mining Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Min_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13515,Industry of Employment by Hours Worked by Sex +G13516,F_Min_hours_NS,Females Mining Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Min_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13516,Industry of Employment by Hours Worked by Sex +G13517,F_Min_Tot,Females Mining Total,Tot_P_P|Tot_P_F|P_Min_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13517,Industry of Employment by Hours Worked by Sex +G13518,F_Mnfg_0,Females Manufacturing Number of hours worked None,Tot_P_P|Tot_P_F|P_Mnfg_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13518,Industry of Employment by Hours Worked by Sex +G13519,F_Mnfg_1_15,Females Manufacturing Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Mnfg_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13519,Industry of Employment by Hours Worked by Sex +G13520,F_Mnfg_16_24,Females Manufacturing Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Mnfg_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13520,Industry of Employment by Hours Worked by Sex +G13521,F_Mnfg_25_34,Females Manufacturing Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Mnfg_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13521,Industry of Employment by Hours Worked by Sex +G13522,F_Mnfg_35_39,Females Manufacturing Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Mnfg_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13522,Industry of Employment by Hours Worked by Sex +G13523,F_Mnfg_40,Females Manufacturing Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Mnfg_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13523,Industry of Employment by Hours Worked by Sex +G13524,F_Mnfg_41_48,Females Manufacturing Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Mnfg_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13524,Industry of Employment by Hours Worked by Sex +G13525,F_Mnfg_49over,Females Manufacturing Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Mnfg_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13525,Industry of Employment by Hours Worked by Sex +G13526,F_Mnfg_hours_NS,Females Manufacturing Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Mnfg_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13526,Industry of Employment by Hours Worked by Sex +G13527,F_Mnfg_Tot,Females Manufacturing Total,Tot_P_P|Tot_P_F|P_Mnfg_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13527,Industry of Employment by Hours Worked by Sex +G13528,F_EGW_WS_0,Females Electricity gas water and waste services Number of hours worked None,Tot_P_P|Tot_P_F|P_EGW_WS_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13528,Industry of Employment by Hours Worked by Sex +G13529,F_EGW_WS_1_15,Females Electricity gas water and waste services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_EGW_WS_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13529,Industry of Employment by Hours Worked by Sex +G13530,F_EGW_WS_16_24,Females Electricity gas water and waste services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_EGW_WS_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13530,Industry of Employment by Hours Worked by Sex +G13531,F_EGW_WS_25_34,Females Electricity gas water and waste services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_EGW_WS_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13531,Industry of Employment by Hours Worked by Sex +G13532,F_EGW_WS_35_39,Females Electricity gas water and waste services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_EGW_WS_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13532,Industry of Employment by Hours Worked by Sex +G13533,F_EGW_WS_40,Females Electricity gas water and waste services Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_EGW_WS_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13533,Industry of Employment by Hours Worked by Sex +G13534,F_EGW_WS_41_48,Females Electricity gas water and waste services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_EGW_WS_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13534,Industry of Employment by Hours Worked by Sex +G13535,F_EGW_WS_49over,Females Electricity gas water and waste services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_EGW_WS_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13535,Industry of Employment by Hours Worked by Sex +G13536,F_EGW_WS_hours_NS,Females Electricity gas water and waste services Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_EGW_WS_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13536,Industry of Employment by Hours Worked by Sex +G13537,F_EGW_WS_Tot,Females Electricity gas water and waste services Total,Tot_P_P|Tot_P_F|P_EGW_WS_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13537,Industry of Employment by Hours Worked by Sex +G13538,F_Cnstn_0,Females Construction Number of hours worked None,Tot_P_P|Tot_P_F|P_Cnstn_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13538,Industry of Employment by Hours Worked by Sex +G13539,F_Cnstn_1_15,Females Construction Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Cnstn_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13539,Industry of Employment by Hours Worked by Sex +G13540,F_Cnstn_16_24,Females Construction Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Cnstn_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13540,Industry of Employment by Hours Worked by Sex +G13541,F_Cnstn_25_34,Females Construction Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Cnstn_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13541,Industry of Employment by Hours Worked by Sex +G13542,F_Cnstn_35_39,Females Construction Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Cnstn_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13542,Industry of Employment by Hours Worked by Sex +G13543,F_Cnstn_40,Females Construction Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Cnstn_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13543,Industry of Employment by Hours Worked by Sex +G13544,F_Cnstn_41_48,Females Construction Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Cnstn_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13544,Industry of Employment by Hours Worked by Sex +G13545,F_Cnstn_49over,Females Construction Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Cnstn_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13545,Industry of Employment by Hours Worked by Sex +G13546,F_Cnstn_hours_NS,Females Construction Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Cnstn_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13546,Industry of Employment by Hours Worked by Sex +G13547,F_Cnstn_Tot,Females Construction Total,Tot_P_P|Tot_P_F|P_Cnstn_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13547,Industry of Employment by Hours Worked by Sex +G13548,F_WTrade_0,Females Wholesale trade Number of hours worked None,Tot_P_P|Tot_P_F|P_WTrade_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13548,Industry of Employment by Hours Worked by Sex +G13549,F_WTrade_1_15,Females Wholesale trade Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_WTrade_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13549,Industry of Employment by Hours Worked by Sex +G13550,F_WTrade_16_24,Females Wholesale trade Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_WTrade_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13550,Industry of Employment by Hours Worked by Sex +G13551,F_WTrade_25_34,Females Wholesale trade Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_WTrade_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13551,Industry of Employment by Hours Worked by Sex +G13552,F_WTrade_35_39,Females Wholesale trade Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_WTrade_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13552,Industry of Employment by Hours Worked by Sex +G13553,F_WTrade_40,Females Wholesale trade Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_WTrade_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13553,Industry of Employment by Hours Worked by Sex +G13554,F_WTrade_41_48,Females Wholesale trade Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_WTrade_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13554,Industry of Employment by Hours Worked by Sex +G13555,F_WTrade_49over,Females Wholesale trade Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_WTrade_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13555,Industry of Employment by Hours Worked by Sex +G13556,F_WTrade_hours_NS,Females Wholesale trade Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_WTrade_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13556,Industry of Employment by Hours Worked by Sex +G13557,F_WTrade_Tot,Females Wholesale trade Total,Tot_P_P|Tot_P_F|P_WTrade_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13557,Industry of Employment by Hours Worked by Sex +G13558,F_RTrade_0,Females Retail trade Number of hours worked None,Tot_P_P|Tot_P_F|P_RTrade_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13558,Industry of Employment by Hours Worked by Sex +G13559,F_RTrade_1_15,Females Retail trade Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_RTrade_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13559,Industry of Employment by Hours Worked by Sex +G13560,F_RTrade_16_24,Females Retail trade Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_RTrade_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13560,Industry of Employment by Hours Worked by Sex +G13561,F_RTrade_25_34,Females Retail trade Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_RTrade_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13561,Industry of Employment by Hours Worked by Sex +G13562,F_RTrade_35_39,Females Retail trade Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_RTrade_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13562,Industry of Employment by Hours Worked by Sex +G13563,F_RTrade_40,Females Retail trade Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_RTrade_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13563,Industry of Employment by Hours Worked by Sex +G13564,F_RTrade_41_48,Females Retail trade Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_RTrade_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13564,Industry of Employment by Hours Worked by Sex +G13565,F_RTrade_49over,Females Retail trade Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_RTrade_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13565,Industry of Employment by Hours Worked by Sex +G13566,F_RTrade_hours_NS,Females Retail trade Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_RTrade_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13566,Industry of Employment by Hours Worked by Sex +G13567,F_RTrade_Tot,Females Retail trade Total,Tot_P_P|Tot_P_F|P_RTrade_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13567,Industry of Employment by Hours Worked by Sex +G13568,F_AccomFoodS_0,Females Accommodation and food services Number of hours worked None,Tot_P_P|Tot_P_F|P_AccomFoodS_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13568,Industry of Employment by Hours Worked by Sex +G13569,F_AccomFoodS_1_15,Females Accommodation and food services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_AccomFoodS_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13569,Industry of Employment by Hours Worked by Sex +G13570,F_AccomFoodS_16_24,Females Accommodation and food services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_AccomFoodS_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13570,Industry of Employment by Hours Worked by Sex +G13571,F_AccomFoodS_25_34,Females Accommodation and food services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_AccomFoodS_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13571,Industry of Employment by Hours Worked by Sex +G13572,F_AccomFoodS_35_39,Females Accommodation and food services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_AccomFoodS_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13572,Industry of Employment by Hours Worked by Sex +G13573,F_AccomFoodS_40,Females Accommodation and food services Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_AccomFoodS_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13573,Industry of Employment by Hours Worked by Sex +G13574,F_AccomFoodS_41_48,Females Accommodation and food services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_AccomFoodS_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13574,Industry of Employment by Hours Worked by Sex +G13575,F_AccomFoodS_49over,Females Accommodation and food services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_AccomFoodS_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13575,Industry of Employment by Hours Worked by Sex +G13576,F_AccomFoodS_hours_NS,Females Accommodation and food services Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_AccomFoodS_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13576,Industry of Employment by Hours Worked by Sex +G13577,F_AccomFoodS_Tot,Females Accommodation and food services Total,Tot_P_P|Tot_P_F|P_AccomFoodS_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13577,Industry of Employment by Hours Worked by Sex +G13578,F_TransPostWhse_0,Females Transport postal and warehousing Number of hours worked None,Tot_P_P|Tot_P_F|P_TransPostWhse_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13578,Industry of Employment by Hours Worked by Sex +G13579,F_TransPostWhse_1_15,Females Transport postal and warehousing Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_TransPostWhse_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13579,Industry of Employment by Hours Worked by Sex +G13580,F_TransPostWhse_16_24,Females Transport postal and warehousing Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_TransPostWhse_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13580,Industry of Employment by Hours Worked by Sex +G13581,F_TransPostWhse_25_34,Females Transport postal and warehousing Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_TransPostWhse_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13581,Industry of Employment by Hours Worked by Sex +G13582,F_TransPostWhse_35_39,Females Transport postal and warehousing Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_TransPostWhse_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13582,Industry of Employment by Hours Worked by Sex +G13583,F_TransPostWhse_40,Females Transport postal and warehousing Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_TransPostWhse_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13583,Industry of Employment by Hours Worked by Sex +G13584,F_TransPostWhse_41_48,Females Transport postal and warehousing Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_TransPostWhse_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13584,Industry of Employment by Hours Worked by Sex +G13585,F_TransPostWhse_49over,Females Transport postal and warehousing Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_TransPostWhse_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13585,Industry of Employment by Hours Worked by Sex +G13586,F_TransPostWhse_hours_NS,Females Transport postal and warehousing Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_TransPostWhse_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13586,Industry of Employment by Hours Worked by Sex +G13587,F_TransPostWhse_Tot,Females Transport postal and warehousing Total,Tot_P_P|Tot_P_F|P_TransPostWhse_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13587,Industry of Employment by Hours Worked by Sex +G13588,F_InfoMedTelecom_0,Females Information media and telecommunications Number of hours worked None,Tot_P_P|Tot_P_F|P_InfoMedTelecom_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13588,Industry of Employment by Hours Worked by Sex +G13589,F_InfoMedTelecom_1_15,Females Information media and telecommunications Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_InfoMedTelecom_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13589,Industry of Employment by Hours Worked by Sex +G13590,F_InfoMedTelecom_16_24,Females Information media and telecommunications Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_InfoMedTelecom_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13590,Industry of Employment by Hours Worked by Sex +G13591,F_InfoMedTelecom_25_34,Females Information media and telecommunications Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_InfoMedTelecom_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13591,Industry of Employment by Hours Worked by Sex +G13592,F_InfoMedTelecom_35_39,Females Information media and telecommunications Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_InfoMedTelecom_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13592,Industry of Employment by Hours Worked by Sex +G13593,F_InfoMedTelecom_40,Females Information media and telecommunications Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_InfoMedTelecom_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13593,Industry of Employment by Hours Worked by Sex +G13594,F_InfoMedTelecom_41_48,Females Information media and telecommunications Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_InfoMedTelecom_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13594,Industry of Employment by Hours Worked by Sex +G13595,F_InfoMedTelecom_49over,Females Information media and telecommunications Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_InfoMedTelecom_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13595,Industry of Employment by Hours Worked by Sex +G13596,F_InfoMedTelecom_hours_NS,Females Information media and telecommunications Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_InfoMedTelecom_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13596,Industry of Employment by Hours Worked by Sex +G13597,F_InfoMedTelecom_Tot,Females Information media and telecommunications Total,Tot_P_P|Tot_P_F|P_InfoMedTelecom_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13597,Industry of Employment by Hours Worked by Sex +G13598,F_FinInsurS_0,Females Financial and insurance services Number of hours worked None,Tot_P_P|Tot_P_F|P_FinInsurS_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13598,Industry of Employment by Hours Worked by Sex +G13599,F_FinInsurS_1_15,Females Financial and insurance services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_FinInsurS_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13599,Industry of Employment by Hours Worked by Sex +G13600,F_FinInsurS_16_24,Females Financial and insurance services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_FinInsurS_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13600,Industry of Employment by Hours Worked by Sex +G13601,F_FinInsurS_25_34,Females Financial and insurance services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_FinInsurS_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13601,Industry of Employment by Hours Worked by Sex +G13602,F_FinInsurS_35_39,Females Financial and insurance services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_FinInsurS_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13602,Industry of Employment by Hours Worked by Sex +G13603,F_FinInsurS_40,Females Financial and insurance services Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_FinInsurS_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13603,Industry of Employment by Hours Worked by Sex +G13604,F_FinInsurS_41_48,Females Financial and insurance services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_FinInsurS_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13604,Industry of Employment by Hours Worked by Sex +G13605,F_FinInsurS_49over,Females Financial and insurance services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_FinInsurS_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13605,Industry of Employment by Hours Worked by Sex +G13606,F_FinInsurS_hours_NS,Females Financial and insurance services Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_FinInsurS_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13606,Industry of Employment by Hours Worked by Sex +G13607,F_FinInsurS_Tot,Females Financial and insurance services Total,Tot_P_P|Tot_P_F|P_FinInsurS_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13607,Industry of Employment by Hours Worked by Sex +G13608,F_RentHirREserv_0,Females Rental hiring and real estate services Number of hours worked None,Tot_P_P|Tot_P_F|P_RentHirREserv_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13608,Industry of Employment by Hours Worked by Sex +G13609,F_RentHirREserv_1_15,Females Rental hiring and real estate services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_RentHirREserv_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13609,Industry of Employment by Hours Worked by Sex +G13610,F_RentHirREserv_16_24,Females Rental hiring and real estate services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_RentHirREserv_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13610,Industry of Employment by Hours Worked by Sex +G13611,F_RentHirREserv_25_34,Females Rental hiring and real estate services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_RentHirREserv_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13611,Industry of Employment by Hours Worked by Sex +G13612,F_RentHirREserv_35_39,Females Rental hiring and real estate services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_RentHirREserv_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13612,Industry of Employment by Hours Worked by Sex +G13613,F_RentHirREserv_40,Females Rental hiring and real estate services Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_RentHirREserv_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13613,Industry of Employment by Hours Worked by Sex +G13614,F_RentHirREserv_41_48,Females Rental hiring and real estate services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_RentHirREserv_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13614,Industry of Employment by Hours Worked by Sex +G13615,F_RentHirREserv_49over,Females Rental hiring and real estate services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_RentHirREserv_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13615,Industry of Employment by Hours Worked by Sex +G13616,F_RentHirREserv_hours_NS,Females Rental hiring and real estate services Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_RentHirREserv_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13616,Industry of Employment by Hours Worked by Sex +G13617,F_RentHirREserv_Tot,Females Rental hiring and real estate services Total,Tot_P_P|Tot_P_F|P_RentHirREserv_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13617,Industry of Employment by Hours Worked by Sex +G13618,F_ProScieTechServ_0,Females Professional scientific and technical services Number of hours worked None,Tot_P_P|Tot_P_F|P_ProScieTechServ_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13618,Industry of Employment by Hours Worked by Sex +G13619,F_ProScieTechServ_1_15,Females Professional scientific and technical services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_ProScieTechServ_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13619,Industry of Employment by Hours Worked by Sex +G13620,F_ProScieTechServ_16_24,Females Professional scientific and technical services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_ProScieTechServ_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13620,Industry of Employment by Hours Worked by Sex +G13621,F_ProScieTechServ_25_34,Females Professional scientific and technical services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_ProScieTechServ_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13621,Industry of Employment by Hours Worked by Sex +G13622,F_ProScieTechServ_35_39,Females Professional scientific and technical services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_ProScieTechServ_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13622,Industry of Employment by Hours Worked by Sex +G13623,F_ProScieTechServ_40,Females Professional scientific and technical services Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_ProScieTechServ_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13623,Industry of Employment by Hours Worked by Sex +G13624,F_ProScieTechServ_41_48,Females Professional scientific and technical services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_ProScieTechServ_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13624,Industry of Employment by Hours Worked by Sex +G13625,F_ProScieTechServ_49over,Females Professional scientific and technical services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_ProScieTechServ_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13625,Industry of Employment by Hours Worked by Sex +G13626,F_ProScieTechServ_hours_NS,Females Professional scientific and technical services Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_ProScieTechServ_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13626,Industry of Employment by Hours Worked by Sex +G13627,F_ProScieTechServ_Tot,Females Professional scientific and technical services Total,Tot_P_P|Tot_P_F|P_ProScieTechServ_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13627,Industry of Employment by Hours Worked by Sex +G13628,F_AdminSupServ_0,Females Administrative and support services Number of hours worked None,Tot_P_P|Tot_P_F|P_AdminSupServ_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13628,Industry of Employment by Hours Worked by Sex +G13629,F_AdminSupServ_1_15,Females Administrative and support services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_AdminSupServ_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13629,Industry of Employment by Hours Worked by Sex +G13630,F_AdminSupServ_16_24,Females Administrative and support services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_AdminSupServ_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13630,Industry of Employment by Hours Worked by Sex +G13631,F_AdminSupServ_25_34,Females Administrative and support services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_AdminSupServ_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13631,Industry of Employment by Hours Worked by Sex +G13632,F_AdminSupServ_35_39,Females Administrative and support services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_AdminSupServ_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13632,Industry of Employment by Hours Worked by Sex +G13633,F_AdminSupServ_40,Females Administrative and support services Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_AdminSupServ_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13633,Industry of Employment by Hours Worked by Sex +G13634,F_AdminSupServ_41_48,Females Administrative and support services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_AdminSupServ_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13634,Industry of Employment by Hours Worked by Sex +G13635,F_AdminSupServ_49over,Females Administrative and support services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_AdminSupServ_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13635,Industry of Employment by Hours Worked by Sex +G13636,F_AdminSupServ_hours_NS,Females Administrative and support services Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_AdminSupServ_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13636,Industry of Employment by Hours Worked by Sex +G13637,F_AdminSupServ_Tot,Females Administrative and support services Total,Tot_P_P|Tot_P_F|P_AdminSupServ_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13637,Industry of Employment by Hours Worked by Sex +G13638,F_PubAdmiSafety_0,Females Public administration and safety Number of hours worked None,Tot_P_P|Tot_P_F|P_PubAdmiSafety_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13638,Industry of Employment by Hours Worked by Sex +G13639,F_PubAdmiSafety_1_15,Females Public administration and safety Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_PubAdmiSafety_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13639,Industry of Employment by Hours Worked by Sex +G13640,F_PubAdmiSafety_16_24,Females Public administration and safety Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_PubAdmiSafety_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13640,Industry of Employment by Hours Worked by Sex +G13641,F_PubAdmiSafety_25_34,Females Public administration and safety Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_PubAdmiSafety_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13641,Industry of Employment by Hours Worked by Sex +G13642,F_PubAdmiSafety_35_39,Females Public administration and safety Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_PubAdmiSafety_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13642,Industry of Employment by Hours Worked by Sex +G13643,F_PubAdmiSafety_40,Females Public administration and safety Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_PubAdmiSafety_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13643,Industry of Employment by Hours Worked by Sex +G13644,F_PubAdmiSafety_41_48,Females Public administration and safety Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_PubAdmiSafety_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13644,Industry of Employment by Hours Worked by Sex +G13645,F_PubAdmiSafety_49over,Females Public administration and safety Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_PubAdmiSafety_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13645,Industry of Employment by Hours Worked by Sex +G13646,F_PubAdmiSafety_hours_NS,Females Public administration and safety Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_PubAdmiSafety_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13646,Industry of Employment by Hours Worked by Sex +G13647,F_PubAdmiSafety_Tot,Females Public administration and safety Total,Tot_P_P|Tot_P_F|P_PubAdmiSafety_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13647,Industry of Employment by Hours Worked by Sex +G13648,F_EducTrain_0,Females Education and training Number of hours worked None,Tot_P_P|Tot_P_F|P_EducTrain_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13648,Industry of Employment by Hours Worked by Sex +G13649,F_EducTrain_1_15,Females Education and training Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_EducTrain_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13649,Industry of Employment by Hours Worked by Sex +G13650,F_EducTrain_16_24,Females Education and training Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_EducTrain_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13650,Industry of Employment by Hours Worked by Sex +G13651,F_EducTrain_25_34,Females Education and training Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_EducTrain_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13651,Industry of Employment by Hours Worked by Sex +G13652,F_EducTrain_35_39,Females Education and training Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_EducTrain_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13652,Industry of Employment by Hours Worked by Sex +G13653,F_EducTrain_40,Females Education and training Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_EducTrain_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13653,Industry of Employment by Hours Worked by Sex +G13654,F_EducTrain_41_48,Females Education and training Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_EducTrain_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13654,Industry of Employment by Hours Worked by Sex +G13655,F_EducTrain_49over,Females Education and training Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_EducTrain_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13655,Industry of Employment by Hours Worked by Sex +G13656,F_EducTrain_hours_NS,Females Education and training Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_EducTrain_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13656,Industry of Employment by Hours Worked by Sex +G13657,F_EducTrain_Tot,Females Education and training Total,Tot_P_P|Tot_P_F|P_EducTrain_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13657,Industry of Employment by Hours Worked by Sex +G13658,F_HealthCareSocA_0,Females Health care and social assistance Number of hours worked None,Tot_P_P|Tot_P_F|P_HealthCareSocA_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13658,Industry of Employment by Hours Worked by Sex +G13659,F_HealthCareSocA_1_15,Females Health care and social assistance Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_HealthCareSocA_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13659,Industry of Employment by Hours Worked by Sex +G13660,F_HealthCareSocA_16_24,Females Health care and social assistance Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_HealthCareSocA_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13660,Industry of Employment by Hours Worked by Sex +G13661,F_HealthCareSocA_25_34,Females Health care and social assistance Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_HealthCareSocA_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13661,Industry of Employment by Hours Worked by Sex +G13662,F_HealthCareSocA_35_39,Females Health care and social assistance Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_HealthCareSocA_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13662,Industry of Employment by Hours Worked by Sex +G13663,F_HealthCareSocA_40,Females Health care and social assistance Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_HealthCareSocA_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13663,Industry of Employment by Hours Worked by Sex +G13664,F_HealthCareSocA_41_48,Females Health care and social assistance Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_HealthCareSocA_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13664,Industry of Employment by Hours Worked by Sex +G13665,F_HealthCareSocA_49over,Females Health care and social assistance Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_HealthCareSocA_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13665,Industry of Employment by Hours Worked by Sex +G13666,F_HealthCareSocA_hours_NS,Females Health care and social assistance Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_HealthCareSocA_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13666,Industry of Employment by Hours Worked by Sex +G13667,F_HealthCareSocA_Tot,Females Health care and social assistance Total,Tot_P_P|Tot_P_F|P_HealthCareSocA_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13667,Industry of Employment by Hours Worked by Sex +G13668,F_ArtRecServ_0,Females Arts and recreation services Number of hours worked None,Tot_P_P|Tot_P_F|P_ArtRecServ_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13668,Industry of Employment by Hours Worked by Sex +G13669,F_ArtRecServ_1_15,Females Arts and recreation services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_ArtRecServ_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13669,Industry of Employment by Hours Worked by Sex +G13670,F_ArtRecServ_16_24,Females Arts and recreation services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_ArtRecServ_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13670,Industry of Employment by Hours Worked by Sex +G13671,F_ArtRecServ_25_34,Females Arts and recreation services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_ArtRecServ_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13671,Industry of Employment by Hours Worked by Sex +G13672,F_ArtRecServ_35_39,Females Arts and recreation services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_ArtRecServ_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13672,Industry of Employment by Hours Worked by Sex +G13673,F_ArtRecServ_40,Females Arts and recreation services Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_ArtRecServ_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13673,Industry of Employment by Hours Worked by Sex +G13674,F_ArtRecServ_41_48,Females Arts and recreation services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_ArtRecServ_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13674,Industry of Employment by Hours Worked by Sex +G13675,F_ArtRecServ_49over,Females Arts and recreation services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_ArtRecServ_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13675,Industry of Employment by Hours Worked by Sex +G13676,F_ArtRecServ_hours_NS,Females Arts and recreation services Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_ArtRecServ_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13676,Industry of Employment by Hours Worked by Sex +G13677,F_ArtRecServ_Tot,Females Arts and recreation services Total,Tot_P_P|Tot_P_F|P_ArtRecServ_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13677,Industry of Employment by Hours Worked by Sex +G13678,F_OthServ_0,Females Other services Number of hours worked None,Tot_P_P|Tot_P_F|P_OthServ_0,G52B,people,employment|age_gender,Number of hours worked: None|FEMALES,,13678,Industry of Employment by Hours Worked by Sex +G13679,F_OthServ_1_15,Females Other services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_OthServ_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13679,Industry of Employment by Hours Worked by Sex +G13680,F_OthServ_16_24,Females Other services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_OthServ_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13680,Industry of Employment by Hours Worked by Sex +G13681,F_OthServ_25_34,Females Other services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_OthServ_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13681,Industry of Employment by Hours Worked by Sex +G13682,F_OthServ_35_39,Females Other services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_OthServ_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13682,Industry of Employment by Hours Worked by Sex +G13683,F_OthServ_40,Females Other services Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_OthServ_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13683,Industry of Employment by Hours Worked by Sex +G13684,F_OthServ_41_48,Females Other services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_OthServ_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13684,Industry of Employment by Hours Worked by Sex +G13685,F_OthServ_49over,Females Other services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_OthServ_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13685,Industry of Employment by Hours Worked by Sex +G13686,F_OthServ_hours_NS,Females Other services Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_OthServ_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13686,Industry of Employment by Hours Worked by Sex +G13687,F_OthServ_Tot,Females Other services Total,Tot_P_P|Tot_P_F|P_OthServ_Tot,G52B,people,employment|age_gender,Total|FEMALES,,13687,Industry of Employment by Hours Worked by Sex +G13688,F_ID_NS_0,Females Inadequately described Not stated Number of hours worked None,Tot_P_P|Tot_P_F|P_ID_NS_0,G52C,people,employment|age_gender,Number of hours worked: None|FEMALES,,13688,Industry of Employment by Hours Worked by Sex +G13689,F_ID_NS_1_15,Females Inadequately described Not stated Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_ID_NS_1_15,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13689,Industry of Employment by Hours Worked by Sex +G13690,F_ID_NS_16_24,Females Inadequately described Not stated Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_ID_NS_16_24,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13690,Industry of Employment by Hours Worked by Sex +G13691,F_ID_NS_25_34,Females Inadequately described Not stated Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_ID_NS_25_34,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13691,Industry of Employment by Hours Worked by Sex +G13692,F_ID_NS_35_39,Females Inadequately described Not stated Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_ID_NS_35_39,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13692,Industry of Employment by Hours Worked by Sex +G13693,F_ID_NS_40,Females Inadequately described Not stated Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_ID_NS_40,G52C,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13693,Industry of Employment by Hours Worked by Sex +G13694,F_ID_NS_41_48,Females Inadequately described Not stated Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_ID_NS_41_48,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13694,Industry of Employment by Hours Worked by Sex +G13695,F_ID_NS_49over,Females Inadequately described Not stated Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_ID_NS_49over,G52C,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13695,Industry of Employment by Hours Worked by Sex +G13696,F_ID_NS_hours_NS,Females Inadequately described Not stated Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_ID_NS_hours_NS,G52C,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13696,Industry of Employment by Hours Worked by Sex +G13697,F_ID_NS_Tot,Females Inadequately described Not stated Total,Tot_P_P|Tot_P_F|P_ID_NS_Tot,G52C,people,employment|age_gender,Total|FEMALES,,13697,Industry of Employment by Hours Worked by Sex +G13698,F_Tot_0,Females Total Number of hours worked None,Tot_P_P|Tot_P_F|P_Tot_0,G52C,people,employment|age_gender,Number of hours worked: None|FEMALES,,13698,Industry of Employment by Hours Worked by Sex +G13699,F_Tot_1_15,Females Total Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Tot_1_15,G52C,people,employment|age_gender,Number of hours worked: 1-15 hours|FEMALES,,13699,Industry of Employment by Hours Worked by Sex +G13700,F_Tot_16_24,Females Total Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Tot_16_24,G52C,people,employment|age_gender,Number of hours worked: 16-24 hours|FEMALES,,13700,Industry of Employment by Hours Worked by Sex +G13701,F_Tot_25_34,Females Total Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Tot_25_34,G52C,people,employment|age_gender,Number of hours worked: 25-34 hours|FEMALES,,13701,Industry of Employment by Hours Worked by Sex +G13702,F_Tot_35_39,Females Total Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Tot_35_39,G52C,people,employment|age_gender,Number of hours worked: 35-39 hours|FEMALES,,13702,Industry of Employment by Hours Worked by Sex +G13703,F_Tot_40,Females Total Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Tot_40,G52C,people,employment|age_gender,Number of hours worked: 40 hours|FEMALES,,13703,Industry of Employment by Hours Worked by Sex +G13704,F_Tot_41_48,Females Total Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Tot_41_48,G52C,people,employment|age_gender,Number of hours worked: 41-48 hours|FEMALES,,13704,Industry of Employment by Hours Worked by Sex +G13705,F_Tot_49over,Females Total Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Tot_49over,G52C,people,employment|age_gender,Number of hours worked: 49 and over|FEMALES,,13705,Industry of Employment by Hours Worked by Sex +G13706,F_Tot_hours_NS,Females Total Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Tot_hours_NS,G52C,people,employment|age_gender,Number of hours worked: Not stated|FEMALES,,13706,Industry of Employment by Hours Worked by Sex +G13707,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G52C,people,employment|age_gender,Total|FEMALES,,13707,Industry of Employment by Hours Worked by Sex +G15018,F_Tot_Managers,Females Total Occupation Managers,Tot_P_P|Tot_P_F|P_Tot_Managers,G57A,people,employment,Managers|FEMALES,,15018,Occupation by Age by Sex +G15019,F_Tot_Professionals,Females Total Occupation Professionals,Tot_P_P|Tot_P_F|P_Tot_Professionals,G57A,people,employment,Professionals|FEMALES,,15019,Occupation by Age by Sex +G15020,F_Tot_TechnicTrades_W,Females Total Occupation Technicians and trades workers,Tot_P_P|Tot_P_F|P_Tot_TechnicTrades_W,G57A,people,employment,Technicians & trades workers|FEMALES,,15020,Occupation by Age by Sex +G15021,F_Tot_CommunPersnlSvc_W,Females Total Occupation Community and personal service workers,Tot_P_P|Tot_P_F|P_Tot_CommunPersnlSvc_W,G57A,people,employment,Community & personal service workers|FEMALES,,15021,Occupation by Age by Sex +G15022,F_Tot_ClericalAdminis_W,Females Total Occupation Clerical and administrative workers,Tot_P_P|Tot_P_F|P_Tot_ClericalAdminis_W,G57A,people,employment,Clerical & administrative workers|FEMALES,,15022,Occupation by Age by Sex +G15023,F_Tot_Sales_W,Females Total Occupation Sales workers,Tot_P_P|Tot_P_F|P_Tot_Sales_W,G57A,people,employment,Sales workers|FEMALES,,15023,Occupation by Age by Sex +G15024,F_Tot_Mach_oper_drivers,Females Total Occupation Machinery operators and drivers,Tot_P_P|Tot_P_F|P_Tot_Mach_oper_drivers,G57A,people,employment,Machinery operators & drivers|FEMALES,,15024,Occupation by Age by Sex +G15025,F_Tot_Labourers,Females Total Occupation Labourers,Tot_P_P|Tot_P_F|P_Tot_Labourers,G57A,people,employment,Labourers|FEMALES,,15025,Occupation by Age by Sex +G15026,F_Tot_Occu_ID_NS,Females Total Occupation Inadequately described Not stated,Tot_P_P|Tot_P_F|P_Tot_Occu_ID_NS,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,15026,Occupation by Age by Sex +G15027,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G57A,people,employment,Total|FEMALES,,15027,Occupation by Age by Sex +G15228,F_Mng_0,Females Managers Number of hours worked None,Tot_P_P|Tot_P_F|P_Mng_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15228,Occupation by Hours Worked by Sex +G15229,F_Mng_1_15,Females Managers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Mng_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15229,Occupation by Hours Worked by Sex +G15230,F_Mng_16_24,Females Managers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Mng_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15230,Occupation by Hours Worked by Sex +G15231,F_Mng_25_34,Females Managers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Mng_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15231,Occupation by Hours Worked by Sex +G15232,F_Mng_35_39,Females Managers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Mng_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15232,Occupation by Hours Worked by Sex +G15233,F_Mng_40,Females Managers Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Mng_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15233,Occupation by Hours Worked by Sex +G15234,F_Mng_41_48,Females Managers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Mng_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15234,Occupation by Hours Worked by Sex +G15235,F_Mng_49over,Females Managers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Mng_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15235,Occupation by Hours Worked by Sex +G15236,F_Mng_hours_NS,Females Managers Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Mng_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15236,Occupation by Hours Worked by Sex +G15237,F_Mng_Tot,Females Managers Total,Tot_P_P|Tot_P_F|P_Mng_Tot,G58A,people,employment,Total|FEMALES,,15237,Occupation by Hours Worked by Sex +G15238,F_Pro_0,Females Professionals Number of hours worked None,Tot_P_P|Tot_P_F|P_Pro_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15238,Occupation by Hours Worked by Sex +G15239,F_Pro_1_15,Females Professionals Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Pro_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15239,Occupation by Hours Worked by Sex +G15240,F_Pro_16_24,Females Professionals Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Pro_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15240,Occupation by Hours Worked by Sex +G15241,F_Pro_25_34,Females Professionals Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Pro_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15241,Occupation by Hours Worked by Sex +G15242,F_Pro_35_39,Females Professionals Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Pro_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15242,Occupation by Hours Worked by Sex +G15243,F_Pro_40,Females Professionals Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Pro_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15243,Occupation by Hours Worked by Sex +G15244,F_Pro_41_48,Females Professionals Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Pro_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15244,Occupation by Hours Worked by Sex +G15245,F_Pro_49over,Females Professionals Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Pro_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15245,Occupation by Hours Worked by Sex +G15246,F_Pro_hours_NS,Females Professionals Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Pro_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15246,Occupation by Hours Worked by Sex +G15247,F_Pro_Tot,Females Professionals Total,Tot_P_P|Tot_P_F|P_Pro_Tot,G58A,people,employment,Total|FEMALES,,15247,Occupation by Hours Worked by Sex +G15248,F_TTW_0,Females Technicians and trades workers Number of hours worked None,Tot_P_P|Tot_P_F|P_TTW_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15248,Occupation by Hours Worked by Sex +G15249,F_TTW_1_15,Females Technicians and trades workers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_TTW_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15249,Occupation by Hours Worked by Sex +G15250,F_TTW_16_24,Females Technicians and trades workers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_TTW_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15250,Occupation by Hours Worked by Sex +G15251,F_TTW_25_34,Females Technicians and trades workers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_TTW_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15251,Occupation by Hours Worked by Sex +G15252,F_TTW_35_39,Females Technicians and trades workers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_TTW_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15252,Occupation by Hours Worked by Sex +G15253,F_TTW_40,Females Technicians and trades workers Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_TTW_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15253,Occupation by Hours Worked by Sex +G15254,F_TTW_41_48,Females Technicians and trades workers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_TTW_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15254,Occupation by Hours Worked by Sex +G15255,F_TTW_49over,Females Technicians and trades workers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_TTW_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15255,Occupation by Hours Worked by Sex +G15256,F_TTW_hours_NS,Females Technicians and trades workers Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_TTW_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15256,Occupation by Hours Worked by Sex +G15257,F_TTW_Tot,Females Technicians and trades workers Total,Tot_P_P|Tot_P_F|P_TTW_Tot,G58A,people,employment,Total|FEMALES,,15257,Occupation by Hours Worked by Sex +G15258,F_CPS_0,Females Community and personal service workers Number of hours worked None,Tot_P_P|Tot_P_F|P_CPS_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15258,Occupation by Hours Worked by Sex +G15259,F_CPS_1_15,Females Community and personal service workers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_CPS_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15259,Occupation by Hours Worked by Sex +G15260,F_CPS_16_24,Females Community and personal service workers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_CPS_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15260,Occupation by Hours Worked by Sex +G15261,F_CPS_25_34,Females Community and personal service workers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_CPS_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15261,Occupation by Hours Worked by Sex +G15262,F_CPS_35_39,Females Community and personal service workers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_CPS_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15262,Occupation by Hours Worked by Sex +G15263,F_CPS_40,Females Community and personal service workers Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_CPS_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15263,Occupation by Hours Worked by Sex +G15264,F_CPS_41_48,Females Community and personal service workers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_CPS_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15264,Occupation by Hours Worked by Sex +G15265,F_CPS_49over,Females Community and personal service workers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_CPS_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15265,Occupation by Hours Worked by Sex +G15266,F_CPS_hours_NS,Females Community and personal service workers Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_CPS_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15266,Occupation by Hours Worked by Sex +G15267,F_CPS_Tot,Females Community and personal service workers Total,Tot_P_P|Tot_P_F|P_CPS_Tot,G58A,people,employment,Total|FEMALES,,15267,Occupation by Hours Worked by Sex +G15268,F_CA_0,Females Clerical and administrative workers Number of hours worked None,Tot_P_P|Tot_P_F|P_CA_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15268,Occupation by Hours Worked by Sex +G15269,F_CA_1_15,Females Clerical and administrative workers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_CA_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15269,Occupation by Hours Worked by Sex +G15270,F_CA_16_24,Females Clerical and administrative workers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_CA_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15270,Occupation by Hours Worked by Sex +G15271,F_CA_25_34,Females Clerical and administrative workers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_CA_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15271,Occupation by Hours Worked by Sex +G15272,F_CA_35_39,Females Clerical and administrative workers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_CA_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15272,Occupation by Hours Worked by Sex +G15273,F_CA_40,Females Clerical and administrative workers Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_CA_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15273,Occupation by Hours Worked by Sex +G15274,F_CA_41_48,Females Clerical and administrative workers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_CA_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15274,Occupation by Hours Worked by Sex +G15275,F_CA_49over,Females Clerical and administrative workers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_CA_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15275,Occupation by Hours Worked by Sex +G15276,F_CA_hours_NS,Females Clerical and administrative workers Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_CA_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15276,Occupation by Hours Worked by Sex +G15277,F_CA_Tot,Females Clerical and administrative workers Total,Tot_P_P|Tot_P_F|P_CA_Tot,G58A,people,employment,Total|FEMALES,,15277,Occupation by Hours Worked by Sex +G15278,F_Sal_0,Females Sales workers Number of hours worked None,Tot_P_P|Tot_P_F|P_Sal_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15278,Occupation by Hours Worked by Sex +G15279,F_Sal_1_15,Females Sales workers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Sal_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15279,Occupation by Hours Worked by Sex +G15280,F_Sal_16_24,Females Sales workers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Sal_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15280,Occupation by Hours Worked by Sex +G15281,F_Sal_25_34,Females Sales workers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Sal_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15281,Occupation by Hours Worked by Sex +G15282,F_Sal_35_39,Females Sales workers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Sal_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15282,Occupation by Hours Worked by Sex +G15283,F_Sal_40,Females Sales workers Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Sal_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15283,Occupation by Hours Worked by Sex +G15284,F_Sal_41_48,Females Sales workers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Sal_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15284,Occupation by Hours Worked by Sex +G15285,F_Sal_49over,Females Sales workers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Sal_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15285,Occupation by Hours Worked by Sex +G15286,F_Sal_hours_NS,Females Sales workers Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Sal_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15286,Occupation by Hours Worked by Sex +G15287,F_Sal_Tot,Females Sales workers Total,Tot_P_P|Tot_P_F|P_Sal_Tot,G58A,people,employment,Total|FEMALES,,15287,Occupation by Hours Worked by Sex +G15288,F_MOD_0,Females Machinery operators and drivers Number of hours worked None,Tot_P_P|Tot_P_F|P_MOD_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15288,Occupation by Hours Worked by Sex +G15289,F_MOD_1_15,Females Machinery operators and drivers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_MOD_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15289,Occupation by Hours Worked by Sex +G15290,F_MOD_16_24,Females Machinery operators and drivers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_MOD_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15290,Occupation by Hours Worked by Sex +G15291,F_MOD_25_34,Females Machinery operators and drivers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_MOD_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15291,Occupation by Hours Worked by Sex +G15292,F_MOD_35_39,Females Machinery operators and drivers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_MOD_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15292,Occupation by Hours Worked by Sex +G15293,F_MOD_40,Females Machinery operators and drivers Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_MOD_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15293,Occupation by Hours Worked by Sex +G15294,F_MOD_41_48,Females Machinery operators and drivers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_MOD_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15294,Occupation by Hours Worked by Sex +G15295,F_MOD_49over,Females Machinery operators and drivers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_MOD_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15295,Occupation by Hours Worked by Sex +G15296,F_MOD_hours_NS,Females Machinery operators and drivers Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_MOD_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15296,Occupation by Hours Worked by Sex +G15297,F_MOD_Tot,Females Machinery operators and drivers Total,Tot_P_P|Tot_P_F|P_MOD_Tot,G58A,people,employment,Total|FEMALES,,15297,Occupation by Hours Worked by Sex +G15298,F_Lab_0,Females Labourers Number of hours worked None,Tot_P_P|Tot_P_F|P_Lab_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15298,Occupation by Hours Worked by Sex +G15299,F_Lab_1_15,Females Labourers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Lab_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15299,Occupation by Hours Worked by Sex +G15300,F_Lab_16_24,Females Labourers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Lab_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15300,Occupation by Hours Worked by Sex +G15301,F_Lab_25_34,Females Labourers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Lab_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15301,Occupation by Hours Worked by Sex +G15302,F_Lab_35_39,Females Labourers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Lab_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15302,Occupation by Hours Worked by Sex +G15303,F_Lab_40,Females Labourers Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Lab_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15303,Occupation by Hours Worked by Sex +G15304,F_Lab_41_48,Females Labourers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Lab_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15304,Occupation by Hours Worked by Sex +G15305,F_Lab_49over,Females Labourers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Lab_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15305,Occupation by Hours Worked by Sex +G15306,F_Lab_hours_NS,Females Labourers Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Lab_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15306,Occupation by Hours Worked by Sex +G15307,F_Lab_Tot,Females Labourers Total,Tot_P_P|Tot_P_F|P_Lab_Tot,G58A,people,employment,Total|FEMALES,,15307,Occupation by Hours Worked by Sex +G15308,F_ID_NS_0,Females Inadequately described Not stated Number of hours worked None,Tot_P_P|Tot_P_F|P_ID_NS_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15308,Occupation by Hours Worked by Sex +G15309,F_ID_NS_1_15,Females Inadequately described Not stated Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_ID_NS_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15309,Occupation by Hours Worked by Sex +G15310,F_ID_NS_16_24,Females Inadequately described Not stated Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_ID_NS_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15310,Occupation by Hours Worked by Sex +G15311,F_ID_NS_25_34,Females Inadequately described Not stated Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_ID_NS_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15311,Occupation by Hours Worked by Sex +G15312,F_ID_NS_35_39,Females Inadequately described Not stated Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_ID_NS_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15312,Occupation by Hours Worked by Sex +G15313,F_ID_NS_40,Females Inadequately described Not stated Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_ID_NS_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15313,Occupation by Hours Worked by Sex +G15314,F_ID_NS_41_48,Females Inadequately described Not stated Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_ID_NS_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15314,Occupation by Hours Worked by Sex +G15315,F_ID_NS_49over,Females Inadequately described Not stated Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_ID_NS_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15315,Occupation by Hours Worked by Sex +G15316,F_ID_NS_hours_NS,Females Inadequately described Not stated Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_ID_NS_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15316,Occupation by Hours Worked by Sex +G15317,F_ID_NS_Tot,Females Inadequately described Not stated Total,Tot_P_P|Tot_P_F|P_ID_NS_Tot,G58A,people,employment,Total|FEMALES,,15317,Occupation by Hours Worked by Sex +G15318,F_Tot_0,Females Total Number of hours worked None,Tot_P_P|Tot_P_F|P_Tot_0,G58A,people,employment,Number of hours worked: None|FEMALES,,15318,Occupation by Hours Worked by Sex +G15319,F_Tot_1_15,Females Total Number of hours worked 1 15 hours,Tot_P_P|Tot_P_F|P_Tot_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|FEMALES,,15319,Occupation by Hours Worked by Sex +G15320,F_Tot_16_24,Females Total Number of hours worked 16 24 hours,Tot_P_P|Tot_P_F|P_Tot_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|FEMALES,,15320,Occupation by Hours Worked by Sex +G15321,F_Tot_25_34,Females Total Number of hours worked 25 34 hours,Tot_P_P|Tot_P_F|P_Tot_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|FEMALES,,15321,Occupation by Hours Worked by Sex +G15322,F_Tot_35_39,Females Total Number of hours worked 35 39 hours,Tot_P_P|Tot_P_F|P_Tot_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|FEMALES,,15322,Occupation by Hours Worked by Sex +G15323,F_Tot_40,Females Total Number of hours worked 40 hours,Tot_P_P|Tot_P_F|P_Tot_40,G58A,people,employment,Number of hours worked: 40 hours|FEMALES,,15323,Occupation by Hours Worked by Sex +G15324,F_Tot_41_48,Females Total Number of hours worked 41 48 hours,Tot_P_P|Tot_P_F|P_Tot_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|FEMALES,,15324,Occupation by Hours Worked by Sex +G15325,F_Tot_49over,Females Total Number of hours worked 49 hours and over,Tot_P_P|Tot_P_F|P_Tot_49over,G58A,people,employment,Number of hours worked: 49 and over|FEMALES,,15325,Occupation by Hours Worked by Sex +G15326,F_Tot_hours_NS,Females Total Number of hours worked Not stated,Tot_P_P|Tot_P_F|P_Tot_hours_NS,G58A,people,employment,Number of hours worked: Not stated|FEMALES,,15326,Occupation by Hours Worked by Sex +G15327,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G58A,people,employment,Total|FEMALES,,15327,Occupation by Hours Worked by Sex +G15429,One_method_Train_F,One method Train Females,Tot_P_P|Tot_P_F|One_method_Train_P,G59,people,transportation,Females,,15429,Method of Travel to Work by Sex +G15432,One_method_Bus_F,One method Bus Females,Tot_P_P|Tot_P_F|One_method_Bus_P,G59,people,transportation,Females,,15432,Method of Travel to Work by Sex +G15435,One_method_Ferry_F,One method Ferry Females,Tot_P_P|Tot_P_F|One_method_P,G59,people,transportation,Females,,15435,Method of Travel to Work by Sex +G15438,One_met_Tram_incl_lt_rail_F,One method Tram includes light rail Females,Tot_P_P|Tot_P_F|One_met_Tram_incl_lt_rail_P,G59,people,transportation,Females,,15438,Method of Travel to Work by Sex +G15441,One_method_Taxi_F,One method Taxi Females,Tot_P_P|Tot_P_F|One_method_Taxi_P,G59,people,transportation,Females,,15441,Method of Travel to Work by Sex +G15444,One_method_Car_as_driver_F,One method Car as driver Females,Tot_P_P|Tot_P_F|One_method_Car_as_driver_P,G59,people,transportation,Females,,15444,Method of Travel to Work by Sex +G15447,One_method_Car_as_passenger_F,One method Car as passenger Females,Tot_P_P|Tot_P_F|One_method_Car_as_passenger_P,G59,people,transportation,Females,,15447,Method of Travel to Work by Sex +G15450,One_method_Truck_F,One method Truck Females,Tot_P_P|Tot_P_F|One_method_Truck_P,G59,people,transportation,Females,,15450,Method of Travel to Work by Sex +G15453,One_method_Motorbike_scootr_F,One method Motorbike scooter Females,Tot_P_P|Tot_P_F|One_method_Motorbike_scootr_P,G59,people,transportation,Females,,15453,Method of Travel to Work by Sex +G15456,One_method_Bicycle_F,One method Bicycle Females,Tot_P_P|Tot_P_F|One_method_Bicycle_P,G59,people,transportation,Females,,15456,Method of Travel to Work by Sex +G15459,One_method_Other_F,One method Other Females,Tot_P_P|Tot_P_F|One_method_Other_P,G59,people,transportation,Females,,15459,Method of Travel to Work by Sex +G15462,One_method_Walked_only_F,One method Walked only Females,Tot_P_P|Tot_P_F|One_method_Walked_only_P,G59,people,transportation,Females,,15462,Method of Travel to Work by Sex +G15465,One_method_Tot_one_method_F,One method Total one method Females,Tot_P_P|Tot_P_F|One_method_Tot_one_method_P,G59,people,transportation,Females,,15465,Method of Travel to Work by Sex +G15468,Two_methods_Train_Bus_F,Two methods Train and Bus Females,Tot_P_P|Tot_P_F|Two_methods_Train_Bus_P,G59,people,transportation,Females,,15468,Method of Travel to Work by Sex +G15471,Two_methods_Train_Ferry_F,Two methods Train and Ferry Females,Tot_P_P|Tot_P_F|Two_methods_Train_P,G59,people,transportation,Females,,15471,Method of Travel to Work by Sex +G15474,Two_mt_trn_Trm_incl_lt_rl_F,Two methods Train and Tram includes light rail Females,Tot_P_P|Tot_P_F|Two_mt_trn_Trm_incl_lt_rl_P,G59,people,transportation,Females,,15474,Method of Travel to Work by Sex +G15477,Two_methods_Trn_Car_as_drvr_F,Two methods Train and Car as driver Females,Tot_P_P|Tot_P_F|Two_methods_Trn_Car_as_drvr_P,G59,people,transportation,Females,,15477,Method of Travel to Work by Sex +G15480,Two_methods_Trn_Car_as_pass_F,Two methods Train and Car as passenger Females,Tot_P_P|Tot_P_F|Two_methods_Trn_Car_as_pass_P,G59,people,transportation,Females,,15480,Method of Travel to Work by Sex +G15483,Two_methods_Train_Other_F,Two methods Train and Other Females,Tot_P_P|Tot_P_F|Two_methods_Train_Other_P,G59,people,transportation,Females,,15483,Method of Travel to Work by Sex +G15486,Two_methods_Train_Tot_F,Two methods Train and Total Females,Tot_P_P|Tot_P_F|Two_methods_Train_Tot_P,G59,people,transportation,Females,,15486,Method of Travel to Work by Sex +G15489,Two_methods_Bus_Ferry_F,Two methods Bus and Ferry Females,Tot_P_P|Tot_P_F|Two_methods_Bus_P,G59,people,transportation,Females,,15489,Method of Travel to Work by Sex +G15492,Two_mth_Bu_Trm_inc_lt_rl_F,Two methods Bus and Tram includes light rail Females,Tot_P_P|Tot_P_F|Two_mth_Bu_Trm_inc_lt_rl_P,G59,people,transportation,Females,,15492,Method of Travel to Work by Sex +G15495,Two_methods_Bus_Car_as_drvr_F,Two methods Bus and Car as driver Females,Tot_P_P|Tot_P_F|Two_methods_Bus_Car_as_drvr_P,G59,people,transportation,Females,,15495,Method of Travel to Work by Sex +G15498,Two_methods_Bus_Car_as_pass_F,Two methods Bus and Car as passenger Females,Tot_P_P|Tot_P_F|Two_methods_Bus_Car_as_pass_P,G59,people,transportation,Females,,15498,Method of Travel to Work by Sex +G15501,Two_methods_Bus_Other_F,Two methods Bus and Other Females,Tot_P_P|Tot_P_F|Two_methods_Bus_Other_P,G59,people,transportation,Females,,15501,Method of Travel to Work by Sex +G15504,Two_methods_Bus_Tot_F,Two methods Bus and Total Females,Tot_P_P|Tot_P_F|Two_methods_Bus_Tot_P,G59,people,transportation,Females,,15504,Method of Travel to Work by Sex +G15507,Two_methds_Othr_two_methds_F,Two methods Other two methods Females,Tot_P_P|Tot_P_F|Two_methds_Othr_two_methds_P,G59,people,transportation,Females,,15507,Method of Travel to Work by Sex +G15510,Two_methods_Tot_two_methods_F,Two methods Total two methods Females,Tot_P_P|Tot_P_F|Two_methods_Tot_two_methods_P,G59,people,transportation,Females,,15510,Method of Travel to Work by Sex +G15513,Three_meth_Trn_two_othr_met_F,Three methods Train and two other methods Females,Tot_P_P|Tot_P_F|Three_meth_Trn_two_othr_met_P,G59,people,transportation,Females,,15513,Method of Travel to Work by Sex +G15516,Three_met_Bs_2_ot_met_ex_tr_F,Three methods Bus and two other methods excludes train Females,Tot_P_P|Tot_P_F|Three_met_Bs_2_ot_met_ex_tr_P,G59,people,transportation,Females,,15516,Method of Travel to Work by Sex +G15519,Three_meth_Othr_three_meth_F,Three methods Other three methods Females,Tot_P_P|Tot_P_F|Three_meth_Othr_three_meth_P,G59,people,transportation,Females,,15519,Method of Travel to Work by Sex +G15522,Three_meth_Tot_three_meth_F,Three methods Total three methods Females,Tot_P_P|Tot_P_F|Three_meth_Tot_three_meth_P,G59,people,transportation,Females,,15522,Method of Travel to Work by Sex +G15525,Worked_home_F,Worked at home Females,Tot_P_P|Tot_P_F|Worked_home_P,G59,people,transportation,Females,,15525,Method of Travel to Work by Sex +G15528,Did_not_go_to_work_F,Did not go to work Females,Tot_P_P|Tot_P_F|Did_not_go_to_work_P,G59,people,transportation,Females,,15528,Method of Travel to Work by Sex +G15531,Method_travel_to_work_ns_F,Method of travel to work not stated Females,Tot_P_P|Tot_P_F|Method_travel_to_work_ns_P,G59,people,transportation,Females,,15531,Method of Travel to Work by Sex +G15534,Tot_F,Total Females,Tot_P_P|Tot_P_F|Tot_P,G59,people,transportation,Females,,15534,Method of Travel to Work by Sex +G1,Tot_P_M,Total Persons Males,Tot_P_P|Tot_P_P,G01,people,age_gender,Males,,1,Selected Person Characteristics by Sex +G4,Age_0_4_yr_M,Age groups 0 4 years Males,Tot_P_P|Tot_P_M|Age_0_4_yr_P,G01,people,age_gender,Males,,4,Selected Person Characteristics by Sex +G7,Age_5_14_yr_M,Age groups 5 14 years Males,Tot_P_P|Tot_P_M|Age_5_14_yr_P,G01,people,age_gender,Males,,7,Selected Person Characteristics by Sex +G10,Age_15_19_yr_M,Age groups 15 19 years Males,Tot_P_P|Tot_P_M|Age_15_19_yr_P,G01,people,age_gender,Males,,10,Selected Person Characteristics by Sex +G13,Age_20_24_yr_M,Age groups 20 24 years Males,Tot_P_P|Tot_P_M|Age_20_24_yr_P,G01,people,age_gender,Males,,13,Selected Person Characteristics by Sex +G16,Age_25_34_yr_M,Age groups 25 34 years Males,Tot_P_P|Tot_P_M|Age_25_34_yr_P,G01,people,age_gender,Males,,16,Selected Person Characteristics by Sex +G19,Age_35_44_yr_M,Age groups 35 44 years Males,Tot_P_P|Tot_P_M|Age_35_44_yr_P,G01,people,age_gender,Males,,19,Selected Person Characteristics by Sex +G22,Age_45_54_yr_M,Age groups 45 54 years Males,Tot_P_P|Tot_P_M|Age_45_54_yr_P,G01,people,age_gender,Males,,22,Selected Person Characteristics by Sex +G25,Age_55_64_yr_M,Age groups 55 64 years Males,Tot_P_P|Tot_P_M|Age_55_64_yr_P,G01,people,age_gender,Males,,25,Selected Person Characteristics by Sex +G28,Age_65_74_yr_M,Age groups 65 74 years Males,Tot_P_P|Tot_P_M|Age_65_74_yr_P,G01,people,age_gender,Males,,28,Selected Person Characteristics by Sex +G31,Age_75_84_yr_M,Age groups 75 84 years Males,Tot_P_P|Tot_P_M|Age_75_84_yr_P,G01,people,age_gender,Males,,31,Selected Person Characteristics by Sex +G34,Age_85ov_M,Age groups 85 years and over Males,Tot_P_P|Tot_P_M|Age_85ov_P,G01,people,age_gender,Males,,34,Selected Person Characteristics by Sex +G37,Counted_Census_Night_home_M,Counted on Census Night At home Males,Tot_P_P|Tot_P_M|Counted_Census_Night_home_P,G01,people,age_gender,Males,,37,Selected Person Characteristics by Sex +G40,Count_Census_Nt_Ewhere_Aust_M,Counted on Census Night Elsewhere in Australia Males,Tot_P_P|Tot_P_M|Count_Census_Nt_Ewhere_Aust_P,G01,people,age_gender,Males,,40,Selected Person Characteristics by Sex +G43,Indigenous_psns_Aboriginal_M,Aboriginal and or Torres Strait Islander Persons Aboriginal Males,Tot_P_P|Tot_P_M|Indigenous_psns_Aboriginal_P,G01,people,age_gender,Males,,43,Selected Person Characteristics by Sex +G46,Indig_psns_Torres_Strait_Is_M,Aboriginal and or Torres Strait Islander Persons Torres Strait Islander Males,Tot_P_P|Tot_P_M|Indig_psns_Torres_Strait_Is_P,G01,people,age_gender,Males,,46,Selected Person Characteristics by Sex +G49,Indig_Bth_Abor_Torres_St_Is_M,Aboriginal and or Torres Strait Islander Persons Both Aboriginal and Torres Strait Islander Males,Tot_P_P|Tot_P_M|Indig_Bth_Abor_Torres_St_Is_P,G01,people,age_gender,Males,,49,Selected Person Characteristics by Sex +G52,Indigenous_P_Tot_M,Aboriginal and or Torres Strait Islander Persons Total Males,Tot_P_P|Tot_P_M|Indigenous_P_Tot_P,G01,people,age_gender,Males,,52,Selected Person Characteristics by Sex +G55,Birthplace_Australia_M,Birthplace Australia Males,Tot_P_P|Tot_P_M|Birthplace_Australia_P,G01,people,age_gender,Males,,55,Selected Person Characteristics by Sex +G58,Birthplace_Elsewhere_M,Birthplace Elsewhere Males,Tot_P_P|Tot_P_M|Birthplace_Elsewhere_P,G01,people,age_gender,Males,,58,Selected Person Characteristics by Sex +G61,Lang_spoken_home_Eng_only_M,Language spoken at home English only Males,Tot_P_P|Tot_P_M|Lang_spoken_home_Eng_only_P,G01,people,age_gender,Males,,61,Selected Person Characteristics by Sex +G64,Lang_spoken_home_Oth_Lang_M,Language spoken at home Other Language Males,Tot_P_P|Tot_P_M|Lang_spoken_home_Oth_Lang_P,G01,people,age_gender,Males,,64,Selected Person Characteristics by Sex +G67,Australian_citizen_M,Australian citizen Males,Tot_P_P|Tot_P_M|Australian_citizen_P,G01,people,age_gender,Males,,67,Selected Person Characteristics by Sex +G70,Age_psns_att_educ_inst_0_4_M,Age of Persons attending an educational institution 0 4 years Males,Tot_P_P|Tot_P_M|Age_psns_att_educ_inst_0_4_P,G01,people,age_gender,Males,,70,Selected Person Characteristics by Sex +G73,Age_psns_att_educ_inst_5_14_M,Age of Persons attending an educational institution 5 14 years Males,Tot_P_P|Tot_P_M|Age_psns_att_educ_inst_5_14_P,G01,people,age_gender,Males,,73,Selected Person Characteristics by Sex +G76,Age_psns_att_edu_inst_15_19_M,Age of Persons attending an educational institution 15 19 years Males,Tot_P_P|Tot_P_M|Age_psns_att_edu_inst_15_19_P,G01,people,age_gender,Males,,76,Selected Person Characteristics by Sex +G79,Age_psns_att_edu_inst_20_24_M,Age of Persons attending an educational institution 20 24 years Males,Tot_P_P|Tot_P_M|Age_psns_att_edu_inst_20_24_P,G01,people,age_gender,Males,,79,Selected Person Characteristics by Sex +G82,Age_psns_att_edu_inst_25_ov_M,Age of Persons attending an educational institution 25 years and over Males,Tot_P_P|Tot_P_M|Age_psns_att_edu_inst_25_ov_P,G01,people,age_gender,Males,,82,Selected Person Characteristics by Sex +G85,High_yr_schl_comp_Yr_12_eq_M,Highest year of school completed Year 12 or equivalent Males,Tot_P_P|Tot_P_M|High_yr_schl_comp_Yr_12_eq_P,G01,people,age_gender,Males,,85,Selected Person Characteristics by Sex +G88,High_yr_schl_comp_Yr_11_eq_M,Highest year of school completed Year 11 or equivalent Males,Tot_P_P|Tot_P_M|High_yr_schl_comp_Yr_11_eq_P,G01,people,age_gender,Males,,88,Selected Person Characteristics by Sex +G91,High_yr_schl_comp_Yr_10_eq_M,Highest year of school completed Year 10 or equivalent Males,Tot_P_P|Tot_P_M|High_yr_schl_comp_Yr_10_eq_P,G01,people,age_gender,Males,,91,Selected Person Characteristics by Sex +G94,High_yr_schl_comp_Yr_9_eq_M,Highest year of school completed Year 9 or equivalent Males,Tot_P_P|Tot_P_M|High_yr_schl_comp_Yr_9_eq_P,G01,people,age_gender,Males,,94,Selected Person Characteristics by Sex +G97,High_yr_schl_comp_Yr_8_belw_M,Highest year of school completed Year 8 or below Males,Tot_P_P|Tot_P_M|High_yr_schl_comp_Yr_8_belw_P,G01,people,age_gender,Males,,97,Selected Person Characteristics by Sex +G100,High_yr_schl_comp_D_n_g_sch_M,Highest year of school completed Did not go to school Males,Tot_P_P|Tot_P_M|High_yr_schl_comp_D_n_g_sch_P,G01,people,age_gender,Males,,100,Selected Person Characteristics by Sex +G103,Count_psns_occ_priv_dwgs_M,Count of Persons in occupied private dwellings Males,Tot_P_P|Tot_P_M|Count_psns_occ_priv_dwgs_P,G01,people,age_gender,Males,,103,Selected Person Characteristics by Sex +G106,Count_Persons_other_dwgs_M,Count of Persons in other dwellings Males,Tot_P_P|Tot_P_M|Count_Persons_other_dwgs_P,G01,people,age_gender,Males,,106,Selected Person Characteristics by Sex +G257,Age_yr_0_M,Age years 0 Males,Tot_P_P|Tot_P_M|Age_yr_0_P,G04A,people,age_gender,Males,,257,Age by Sex +G260,Age_yr_1_M,Age years 1 Males,Tot_P_P|Tot_P_M|Age_yr_1_P,G04A,people,age_gender,Males,,260,Age by Sex +G263,Age_yr_2_M,Age years 2 Males,Tot_P_P|Tot_P_M|Age_yr_2_P,G04A,people,age_gender,Males,,263,Age by Sex +G266,Age_yr_3_M,Age years 3 Males,Tot_P_P|Tot_P_M|Age_yr_3_P,G04A,people,age_gender,Males,,266,Age by Sex +G269,Age_yr_4_M,Age years 4 Males,Tot_P_P|Tot_P_M|Age_yr_4_P,G04A,people,age_gender,Males,,269,Age by Sex +G272,Age_yr_0_4_M,Age years 0 4 years Males,Tot_P_P|Tot_P_M|Age_yr_0_4_P,G04A,people,age_gender,Males,,272,Age by Sex +G275,Age_yr_5_M,Age years 5 Males,Tot_P_P|Tot_P_M|Age_yr_5_P,G04A,people,age_gender,Males,,275,Age by Sex +G278,Age_yr_6_M,Age years 6 Males,Tot_P_P|Tot_P_M|Age_yr_6_P,G04A,people,age_gender,Males,,278,Age by Sex +G281,Age_yr_7_M,Age years 7 Males,Tot_P_P|Tot_P_M|Age_yr_7_P,G04A,people,age_gender,Males,,281,Age by Sex +G284,Age_yr_8_M,Age years 8 Males,Tot_P_P|Tot_P_M|Age_yr_8_P,G04A,people,age_gender,Males,,284,Age by Sex +G287,Age_yr_9_M,Age years 9 Males,Tot_P_P|Tot_P_M|Age_yr_9_P,G04A,people,age_gender,Males,,287,Age by Sex +G290,Age_yr_5_9_M,Age years 5 9 years Males,Tot_P_P|Tot_P_M|Age_yr_5_9_P,G04A,people,age_gender,Males,,290,Age by Sex +G293,Age_yr_10_M,Age years 10 Males,Tot_P_P|Tot_P_M|Age_yr_10_P,G04A,people,age_gender,Males,,293,Age by Sex +G296,Age_yr_11_M,Age years 11 Males,Tot_P_P|Tot_P_M|Age_yr_11_P,G04A,people,age_gender,Males,,296,Age by Sex +G299,Age_yr_12_M,Age years 12 Males,Tot_P_P|Tot_P_M|Age_yr_12_P,G04A,people,age_gender,Males,,299,Age by Sex +G302,Age_yr_13_M,Age years 13 Males,Tot_P_P|Tot_P_M|Age_yr_13_P,G04A,people,age_gender,Males,,302,Age by Sex +G305,Age_yr_14_M,Age years 14 Males,Tot_P_P|Tot_P_M|Age_yr_14_P,G04A,people,age_gender,Males,,305,Age by Sex +G308,Age_yr_10_14_M,Age years 10 14 years Males,Tot_P_P|Tot_P_M|Age_yr_10_14_P,G04A,people,age_gender,Males,,308,Age by Sex +G311,Age_yr_15_M,Age years 15 Males,Tot_P_P|Tot_P_M|Age_yr_15_P,G04A,people,age_gender,Males,,311,Age by Sex +G314,Age_yr_16_M,Age years 16 Males,Tot_P_P|Tot_P_M|Age_yr_16_P,G04A,people,age_gender,Males,,314,Age by Sex +G317,Age_yr_17_M,Age years 17 Males,Tot_P_P|Tot_P_M|Age_yr_17_P,G04A,people,age_gender,Males,,317,Age by Sex +G320,Age_yr_18_M,Age years 18 Males,Tot_P_P|Tot_P_M|Age_yr_18_P,G04A,people,age_gender,Males,,320,Age by Sex +G323,Age_yr_19_M,Age years 19 Males,Tot_P_P|Tot_P_M|Age_yr_19_P,G04A,people,age_gender,Males,,323,Age by Sex +G326,Age_yr_15_19_M,Age years 15 19 years Males,Tot_P_P|Tot_P_M|Age_yr_15_19_P,G04A,people,age_gender,Males,,326,Age by Sex +G329,Age_yr_20_M,Age years 20 Males,Tot_P_P|Tot_P_M|Age_yr_20_P,G04A,people,age_gender,Males,,329,Age by Sex +G332,Age_yr_21_M,Age years 21 Males,Tot_P_P|Tot_P_M|Age_yr_21_P,G04A,people,age_gender,Males,,332,Age by Sex +G335,Age_yr_22_M,Age years 22 Males,Tot_P_P|Tot_P_M|Age_yr_22_P,G04A,people,age_gender,Males,,335,Age by Sex +G338,Age_yr_23_M,Age years 23 Males,Tot_P_P|Tot_P_M|Age_yr_23_P,G04A,people,age_gender,Males,,338,Age by Sex +G341,Age_yr_24_M,Age years 24 Males,Tot_P_P|Tot_P_M|Age_yr_24_P,G04A,people,age_gender,Males,,341,Age by Sex +G344,Age_yr_20_24_M,Age years 20 24 years Males,Tot_P_P|Tot_P_M|Age_yr_20_24_P,G04A,people,age_gender,Males,,344,Age by Sex +G347,Age_yr_25_M,Age years 25 Males,Tot_P_P|Tot_P_M|Age_yr_25_P,G04A,people,age_gender,Males,,347,Age by Sex +G350,Age_yr_26_M,Age years 26 Males,Tot_P_P|Tot_P_M|Age_yr_26_P,G04A,people,age_gender,Males,,350,Age by Sex +G353,Age_yr_27_M,Age years 27 Males,Tot_P_P|Tot_P_M|Age_yr_27_P,G04A,people,age_gender,Males,,353,Age by Sex +G356,Age_yr_28_M,Age years 28 Males,Tot_P_P|Tot_P_M|Age_yr_28_P,G04A,people,age_gender,Males,,356,Age by Sex +G359,Age_yr_29_M,Age years 29 Males,Tot_P_P|Tot_P_M|Age_yr_29_P,G04A,people,age_gender,Males,,359,Age by Sex +G362,Age_yr_25_29_M,Age years 25 29 years Males,Tot_P_P|Tot_P_M|Age_yr_25_29_P,G04A,people,age_gender,Males,,362,Age by Sex +G365,Age_yr_30_M,Age years 30 Males,Tot_P_P|Tot_P_M|Age_yr_30_P,G04A,people,age_gender,Males,,365,Age by Sex +G368,Age_yr_31_M,Age years 31 Males,Tot_P_P|Tot_P_M|Age_yr_31_P,G04A,people,age_gender,Males,,368,Age by Sex +G371,Age_yr_32_M,Age years 32 Males,Tot_P_P|Tot_P_M|Age_yr_32_P,G04A,people,age_gender,Males,,371,Age by Sex +G374,Age_yr_33_M,Age years 33 Males,Tot_P_P|Tot_P_M|Age_yr_33_P,G04A,people,age_gender,Males,,374,Age by Sex +G377,Age_yr_34_M,Age years 34 Males,Tot_P_P|Tot_P_M|Age_yr_34_P,G04A,people,age_gender,Males,,377,Age by Sex +G380,Age_yr_30_34_M,Age years 30 34 years Males,Tot_P_P|Tot_P_M|Age_yr_30_34_P,G04A,people,age_gender,Males,,380,Age by Sex +G383,Age_yr_35_M,Age years 35 Males,Tot_P_P|Tot_P_M|Age_yr_35_P,G04A,people,age_gender,Males,,383,Age by Sex +G386,Age_yr_36_M,Age years 36 Males,Tot_P_P|Tot_P_M|Age_yr_36_P,G04A,people,age_gender,Males,,386,Age by Sex +G389,Age_yr_37_M,Age years 37 Males,Tot_P_P|Tot_P_M|Age_yr_37_P,G04A,people,age_gender,Males,,389,Age by Sex +G392,Age_yr_38_M,Age years 38 Males,Tot_P_P|Tot_P_M|Age_yr_38_P,G04A,people,age_gender,Males,,392,Age by Sex +G395,Age_yr_39_M,Age years 39 Males,Tot_P_P|Tot_P_M|Age_yr_39_P,G04A,people,age_gender,Males,,395,Age by Sex +G398,Age_yr_35_39_M,Age years 35 39 years Males,Tot_P_P|Tot_P_M|Age_yr_35_39_P,G04A,people,age_gender,Males,,398,Age by Sex +G401,Age_yr_40_M,Age years 40 Males,Tot_P_P|Tot_P_M|Age_yr_40_P,G04A,people,age_gender,Males,,401,Age by Sex +G404,Age_yr_41_M,Age years 41 Males,Tot_P_P|Tot_P_M|Age_yr_41_P,G04A,people,age_gender,Males,,404,Age by Sex +G407,Age_yr_42_M,Age years 42 Males,Tot_P_P|Tot_P_M|Age_yr_42_P,G04A,people,age_gender,Males,,407,Age by Sex +G410,Age_yr_43_M,Age years 43 Males,Tot_P_P|Tot_P_M|Age_yr_43_P,G04A,people,age_gender,Males,,410,Age by Sex +G413,Age_yr_44_M,Age years 44 Males,Tot_P_P|Tot_P_M|Age_yr_44_P,G04A,people,age_gender,Males,,413,Age by Sex +G416,Age_yr_40_44_M,Age years 40 44 years Males,Tot_P_P|Tot_P_M|Age_yr_40_44_P,G04A,people,age_gender,Males,,416,Age by Sex +G419,Age_yr_45_M,Age years 45 Males,Tot_P_P|Tot_P_M|Age_yr_45_P,G04A,people,age_gender,Males,,419,Age by Sex +G422,Age_yr_46_M,Age years 46 Males,Tot_P_P|Tot_P_M|Age_yr_46_P,G04A,people,age_gender,Males,,422,Age by Sex +G425,Age_yr_47_M,Age years 47 Males,Tot_P_P|Tot_P_M|Age_yr_47_P,G04A,people,age_gender,Males,,425,Age by Sex +G428,Age_yr_48_M,Age years 48 Males,Tot_P_P|Tot_P_M|Age_yr_48_P,G04A,people,age_gender,Males,,428,Age by Sex +G431,Age_yr_49_M,Age years 49 Males,Tot_P_P|Tot_P_M|Age_yr_49_P,G04A,people,age_gender,Males,,431,Age by Sex +G434,Age_yr_45_49_M,Age years 45 49 years Males,Tot_P_P|Tot_P_M|Age_yr_45_49_P,G04A,people,age_gender,Males,,434,Age by Sex +G437,Age_yr_50_M,Age years 50 Males,Tot_P_P|Tot_P_M|Age_yr_50_P,G04A,people,age_gender,Males,,437,Age by Sex +G440,Age_yr_51_M,Age years 51 Males,Tot_P_P|Tot_P_M|Age_yr_51_P,G04A,people,age_gender,Males,,440,Age by Sex +G443,Age_yr_52_M,Age years 52 Males,Tot_P_P|Tot_P_M|Age_yr_52_P,G04A,people,age_gender,Males,,443,Age by Sex +G446,Age_yr_53_M,Age years 53 Males,Tot_P_P|Tot_P_M|Age_yr_53_P,G04A,people,age_gender,Males,,446,Age by Sex +G449,Age_yr_54_M,Age years 54 Males,Tot_P_P|Tot_P_M|Age_yr_54_P,G04A,people,age_gender,Males,,449,Age by Sex +G452,Age_yr_50_54_M,Age years 50 54 years Males,Tot_P_P|Tot_P_M|Age_yr_50_54_P,G04A,people,age_gender,Males,,452,Age by Sex +G455,Age_yr_55_M,Age years 55 Males,Tot_P_P|Tot_P_M|Age_yr_55_P,G04A,people,age_gender,Males,,455,Age by Sex +G458,Age_yr_56_M,Age years 56 Males,Tot_P_P|Tot_P_M|Age_yr_56_P,G04B,people,age_gender,Males,,458,Age by Sex +G461,Age_yr_57_M,Age years 57 Males,Tot_P_P|Tot_P_M|Age_yr_57_P,G04B,people,age_gender,Males,,461,Age by Sex +G464,Age_yr_58_M,Age years 58 Males,Tot_P_P|Tot_P_M|Age_yr_58_P,G04B,people,age_gender,Males,,464,Age by Sex +G467,Age_yr_59_M,Age years 59 Males,Tot_P_P|Tot_P_M|Age_yr_59_P,G04B,people,age_gender,Males,,467,Age by Sex +G470,Age_yr_55_59_M,Age years 55 59 years Males,Tot_P_P|Tot_P_M|Age_yr_55_59_P,G04B,people,age_gender,Males,,470,Age by Sex +G473,Age_yr_60_M,Age years 60 Males,Tot_P_P|Tot_P_M|Age_yr_60_P,G04B,people,age_gender,Males,,473,Age by Sex +G476,Age_yr_61_M,Age years 61 Males,Tot_P_P|Tot_P_M|Age_yr_61_P,G04B,people,age_gender,Males,,476,Age by Sex +G479,Age_yr_62_M,Age years 62 Males,Tot_P_P|Tot_P_M|Age_yr_62_P,G04B,people,age_gender,Males,,479,Age by Sex +G482,Age_yr_63_M,Age years 63 Males,Tot_P_P|Tot_P_M|Age_yr_63_P,G04B,people,age_gender,Males,,482,Age by Sex +G485,Age_yr_64_M,Age years 64 Males,Tot_P_P|Tot_P_M|Age_yr_64_P,G04B,people,age_gender,Males,,485,Age by Sex +G488,Age_yr_60_64_M,Age years 60 64 years Males,Tot_P_P|Tot_P_M|Age_yr_60_64_P,G04B,people,age_gender,Males,,488,Age by Sex +G491,Age_yr_65_M,Age years 65 Males,Tot_P_P|Tot_P_M|Age_yr_65_P,G04B,people,age_gender,Males,,491,Age by Sex +G494,Age_yr_66_M,Age years 66 Males,Tot_P_P|Tot_P_M|Age_yr_66_P,G04B,people,age_gender,Males,,494,Age by Sex +G497,Age_yr_67_M,Age years 67 Males,Tot_P_P|Tot_P_M|Age_yr_67_P,G04B,people,age_gender,Males,,497,Age by Sex +G500,Age_yr_68_M,Age years 68 Males,Tot_P_P|Tot_P_M|Age_yr_68_P,G04B,people,age_gender,Males,,500,Age by Sex +G503,Age_yr_69_M,Age years 69 Males,Tot_P_P|Tot_P_M|Age_yr_69_P,G04B,people,age_gender,Males,,503,Age by Sex +G506,Age_yr_65_69_M,Age years 65 69 years Males,Tot_P_P|Tot_P_M|Age_yr_65_69_P,G04B,people,age_gender,Males,,506,Age by Sex +G509,Age_yr_70_M,Age years 70 Males,Tot_P_P|Tot_P_M|Age_yr_70_P,G04B,people,age_gender,Males,,509,Age by Sex +G512,Age_yr_71_M,Age years 71 Males,Tot_P_P|Tot_P_M|Age_yr_71_P,G04B,people,age_gender,Males,,512,Age by Sex +G515,Age_yr_72_M,Age years 72 Males,Tot_P_P|Tot_P_M|Age_yr_72_P,G04B,people,age_gender,Males,,515,Age by Sex +G518,Age_yr_73_M,Age years 73 Males,Tot_P_P|Tot_P_M|Age_yr_73_P,G04B,people,age_gender,Males,,518,Age by Sex +G521,Age_yr_74_M,Age years 74 Males,Tot_P_P|Tot_P_M|Age_yr_74_P,G04B,people,age_gender,Males,,521,Age by Sex +G524,Age_yr_70_74_M,Age years 70 74 years Males,Tot_P_P|Tot_P_M|Age_yr_70_74_P,G04B,people,age_gender,Males,,524,Age by Sex +G527,Age_yr_75_M,Age years 75 Males,Tot_P_P|Tot_P_M|Age_yr_75_P,G04B,people,age_gender,Males,,527,Age by Sex +G530,Age_yr_76_M,Age years 76 Males,Tot_P_P|Tot_P_M|Age_yr_76_P,G04B,people,age_gender,Males,,530,Age by Sex +G533,Age_yr_77_M,Age years 77 Males,Tot_P_P|Tot_P_M|Age_yr_77_P,G04B,people,age_gender,Males,,533,Age by Sex +G536,Age_yr_78_M,Age years 78 Males,Tot_P_P|Tot_P_M|Age_yr_78_P,G04B,people,age_gender,Males,,536,Age by Sex +G539,Age_yr_79_M,Age years 79 Males,Tot_P_P|Tot_P_M|Age_yr_79_P,G04B,people,age_gender,Males,,539,Age by Sex +G542,Age_yr_75_79_M,Age years 75 79 years Males,Tot_P_P|Tot_P_M|Age_yr_75_79_P,G04B,people,age_gender,Males,,542,Age by Sex +G545,Age_yr_80_84_M,Age years 80 84 years Males,Tot_P_P|Tot_P_M|Age_yr_80_84_P,G04B,people,age_gender,Males,,545,Age by Sex +G548,Age_yr_85_89_M,Age years 85 89 years Males,Tot_P_P|Tot_P_M|Age_yr_85_89_P,G04B,people,age_gender,Males,,548,Age by Sex +G551,Age_yr_90_94_M,Age years 90 94 years Males,Tot_P_P|Tot_P_M|Age_yr_90_94_P,G04B,people,age_gender,Males,,551,Age by Sex +G554,Age_yr_95_99_M,Age years 95 99 years Males,Tot_P_P|Tot_P_M|Age_yr_95_99_P,G04B,people,age_gender,Males,,554,Age by Sex +G557,Age_yr_100_yr_over_M,Age years 100 years and over Males,Tot_P_P|Tot_P_M|Age_yr_100_yr_over_P,G04B,people,age_gender,Males,,557,Age by Sex +G560,Tot_M,Total Males,Tot_P_P|Tot_P_M|Tot_P,G04B,people,age_gender,Males,,560,Age by Sex +G563,M_15_19_yr_Married,Males 15 19 years Married,Tot_P_P|Tot_P_M|P_15_19_yr_Married,G05,people,families,Married|MALES,,563,Registered Marital Status by Age by Sex +G564,M_15_19_yr_Separated,Males 15 19 years Separated,Tot_P_P|Tot_P_M|P_15_19_yr_Separated,G05,people,families,Separated|MALES,,564,Registered Marital Status by Age by Sex +G565,M_15_19_yr_Divorced,Males 15 19 years Divorced,Tot_P_P|Tot_P_M|P_15_19_yr_Divorced,G05,people,families,Divorced|MALES,,565,Registered Marital Status by Age by Sex +G566,M_15_19_yr_Widowed,Males 15 19 years Widowed,Tot_P_P|Tot_P_M|P_15_19_yr_Widowed,G05,people,families,Widowed|MALES,,566,Registered Marital Status by Age by Sex +G567,M_15_19_yr_Never_Married,Males 15 19 years Never Married,Tot_P_P|Tot_P_M|P_15_19_yr_Never_Married,G05,people,families,Never Married|MALES,,567,Registered Marital Status by Age by Sex +G568,M_15_19_yr_Tot,Males 15 19 years Total,Tot_P_P|Tot_P_M|P_15_19_yr_Tot,G05,people,families,Total|MALES,,568,Registered Marital Status by Age by Sex +G569,M_20_24_yr_Married,Males 20 24 years Married,Tot_P_P|Tot_P_M|P_20_24_yr_Married,G05,people,families,Married|MALES,,569,Registered Marital Status by Age by Sex +G570,M_20_24_yr_Separated,Males 20 24 years Separated,Tot_P_P|Tot_P_M|P_20_24_yr_Separated,G05,people,families,Separated|MALES,,570,Registered Marital Status by Age by Sex +G571,M_20_24_yr_Divorced,Males 20 24 years Divorced,Tot_P_P|Tot_P_M|P_20_24_yr_Divorced,G05,people,families,Divorced|MALES,,571,Registered Marital Status by Age by Sex +G572,M_20_24_yr_Widowed,Males 20 24 years Widowed,Tot_P_P|Tot_P_M|P_20_24_yr_Widowed,G05,people,families,Widowed|MALES,,572,Registered Marital Status by Age by Sex +G573,M_20_24_yr_Never_Married,Males 20 24 years Never Married,Tot_P_P|Tot_P_M|P_20_24_yr_Never_Married,G05,people,families,Never Married|MALES,,573,Registered Marital Status by Age by Sex +G574,M_20_24_yr_Tot,Males 20 24 years Total,Tot_P_P|Tot_P_M|P_20_24_yr_Tot,G05,people,families,Total|MALES,,574,Registered Marital Status by Age by Sex +G575,M_25_34_yr_Married,Males 25 34 years Married,Tot_P_P|Tot_P_M|P_25_34_yr_Married,G05,people,families,Married|MALES,,575,Registered Marital Status by Age by Sex +G576,M_25_34_yr_Separated,Males 25 34 years Separated,Tot_P_P|Tot_P_M|P_25_34_yr_Separated,G05,people,families,Separated|MALES,,576,Registered Marital Status by Age by Sex +G577,M_25_34_yr_Divorced,Males 25 34 years Divorced,Tot_P_P|Tot_P_M|P_25_34_yr_Divorced,G05,people,families,Divorced|MALES,,577,Registered Marital Status by Age by Sex +G578,M_25_34_yr_Widowed,Males 25 34 years Widowed,Tot_P_P|Tot_P_M|P_25_34_yr_Widowed,G05,people,families,Widowed|MALES,,578,Registered Marital Status by Age by Sex +G579,M_25_34_yr_Never_Married,Males 25 34 years Never Married,Tot_P_P|Tot_P_M|P_25_34_yr_Never_Married,G05,people,families,Never Married|MALES,,579,Registered Marital Status by Age by Sex +G580,M_25_34_yr_Tot,Males 25 34 years Total,Tot_P_P|Tot_P_M|P_25_34_yr_Tot,G05,people,families,Total|MALES,,580,Registered Marital Status by Age by Sex +G581,M_35_44_yr_Married,Males 35 44 years Married,Tot_P_P|Tot_P_M|P_35_44_yr_Married,G05,people,families,Married|MALES,,581,Registered Marital Status by Age by Sex +G582,M_35_44_yr_Separated,Males 35 44 years Separated,Tot_P_P|Tot_P_M|P_35_44_yr_Separated,G05,people,families,Separated|MALES,,582,Registered Marital Status by Age by Sex +G583,M_35_44_yr_Divorced,Males 35 44 years Divorced,Tot_P_P|Tot_P_M|P_35_44_yr_Divorced,G05,people,families,Divorced|MALES,,583,Registered Marital Status by Age by Sex +G584,M_35_44_yr_Widowed,Males 35 44 years Widowed,Tot_P_P|Tot_P_M|P_35_44_yr_Widowed,G05,people,families,Widowed|MALES,,584,Registered Marital Status by Age by Sex +G585,M_35_44_yr_Never_Married,Males 35 44 years Never Married,Tot_P_P|Tot_P_M|P_35_44_yr_Never_Married,G05,people,families,Never Married|MALES,,585,Registered Marital Status by Age by Sex +G586,M_35_44_yr_Tot,Males 35 44 years Total,Tot_P_P|Tot_P_M|P_35_44_yr_Tot,G05,people,families,Total|MALES,,586,Registered Marital Status by Age by Sex +G587,M_45_54_yr_Married,Males 45 54 years Married,Tot_P_P|Tot_P_M|P_45_54_yr_Married,G05,people,families,Married|MALES,,587,Registered Marital Status by Age by Sex +G588,M_45_54_yr_Separated,Males 45 54 years Separated,Tot_P_P|Tot_P_M|P_45_54_yr_Separated,G05,people,families,Separated|MALES,,588,Registered Marital Status by Age by Sex +G589,M_45_54_yr_Divorced,Males 45 54 years Divorced,Tot_P_P|Tot_P_M|P_45_54_yr_Divorced,G05,people,families,Divorced|MALES,,589,Registered Marital Status by Age by Sex +G590,M_45_54_yr_Widowed,Males 45 54 years Widowed,Tot_P_P|Tot_P_M|P_45_54_yr_Widowed,G05,people,families,Widowed|MALES,,590,Registered Marital Status by Age by Sex +G591,M_45_54_yr_Never_Married,Males 45 54 years Never Married,Tot_P_P|Tot_P_M|P_45_54_yr_Never_Married,G05,people,families,Never Married|MALES,,591,Registered Marital Status by Age by Sex +G592,M_45_54_yr_Tot,Males 45 54 years Total,Tot_P_P|Tot_P_M|P_45_54_yr_Tot,G05,people,families,Total|MALES,,592,Registered Marital Status by Age by Sex +G593,M_55_64_yr_Married,Males 55 64 years Married,Tot_P_P|Tot_P_M|P_55_64_yr_Married,G05,people,families,Married|MALES,,593,Registered Marital Status by Age by Sex +G594,M_55_64_yr_Separated,Males 55 64 years Separated,Tot_P_P|Tot_P_M|P_55_64_yr_Separated,G05,people,families,Separated|MALES,,594,Registered Marital Status by Age by Sex +G595,M_55_64_yr_Divorced,Males 55 64 years Divorced,Tot_P_P|Tot_P_M|P_55_64_yr_Divorced,G05,people,families,Divorced|MALES,,595,Registered Marital Status by Age by Sex +G596,M_55_64_yr_Widowed,Males 55 64 years Widowed,Tot_P_P|Tot_P_M|P_55_64_yr_Widowed,G05,people,families,Widowed|MALES,,596,Registered Marital Status by Age by Sex +G597,M_55_64_yr_Never_Married,Males 55 64 years Never Married,Tot_P_P|Tot_P_M|P_55_64_yr_Never_Married,G05,people,families,Never Married|MALES,,597,Registered Marital Status by Age by Sex +G598,M_55_64_yr_Tot,Males 55 64 years Total,Tot_P_P|Tot_P_M|P_55_64_yr_Tot,G05,people,families,Total|MALES,,598,Registered Marital Status by Age by Sex +G599,M_65_74_yr_Married,Males 65 74 years Married,Tot_P_P|Tot_P_M|P_65_74_yr_Married,G05,people,families,Married|MALES,,599,Registered Marital Status by Age by Sex +G600,M_65_74_yr_Separated,Males 65 74 years Separated,Tot_P_P|Tot_P_M|P_65_74_yr_Separated,G05,people,families,Separated|MALES,,600,Registered Marital Status by Age by Sex +G601,M_65_74_yr_Divorced,Males 65 74 years Divorced,Tot_P_P|Tot_P_M|P_65_74_yr_Divorced,G05,people,families,Divorced|MALES,,601,Registered Marital Status by Age by Sex +G602,M_65_74_yr_Widowed,Males 65 74 years Widowed,Tot_P_P|Tot_P_M|P_65_74_yr_Widowed,G05,people,families,Widowed|MALES,,602,Registered Marital Status by Age by Sex +G603,M_65_74_yr_Never_Married,Males 65 74 years Never Married,Tot_P_P|Tot_P_M|P_65_74_yr_Never_Married,G05,people,families,Never Married|MALES,,603,Registered Marital Status by Age by Sex +G604,M_65_74_yr_Tot,Males 65 74 years Total,Tot_P_P|Tot_P_M|P_65_74_yr_Tot,G05,people,families,Total|MALES,,604,Registered Marital Status by Age by Sex +G605,M_75_84_yr_Married,Males 75 84 years Married,Tot_P_P|Tot_P_M|P_75_84_yr_Married,G05,people,families,Married|MALES,,605,Registered Marital Status by Age by Sex +G606,M_75_84_yr_Separated,Males 75 84 years Separated,Tot_P_P|Tot_P_M|P_75_84_yr_Separated,G05,people,families,Separated|MALES,,606,Registered Marital Status by Age by Sex +G607,M_75_84_yr_Divorced,Males 75 84 years Divorced,Tot_P_P|Tot_P_M|P_75_84_yr_Divorced,G05,people,families,Divorced|MALES,,607,Registered Marital Status by Age by Sex +G608,M_75_84_yr_Widowed,Males 75 84 years Widowed,Tot_P_P|Tot_P_M|P_75_84_yr_Widowed,G05,people,families,Widowed|MALES,,608,Registered Marital Status by Age by Sex +G609,M_75_84_yr_Never_Married,Males 75 84 years Never Married,Tot_P_P|Tot_P_M|P_75_84_yr_Never_Married,G05,people,families,Never Married|MALES,,609,Registered Marital Status by Age by Sex +G610,M_75_84_yr_Tot,Males 75 84 years Total,Tot_P_P|Tot_P_M|P_75_84_yr_Tot,G05,people,families,Total|MALES,,610,Registered Marital Status by Age by Sex +G611,M_85ov_Married,Males 85 years and over Married,Tot_P_P|Tot_P_M|P_85ov_Married,G05,people,families,Married|MALES,,611,Registered Marital Status by Age by Sex +G612,M_85ov_Separated,Males 85 years and over Separated,Tot_P_P|Tot_P_M|P_85ov_Separated,G05,people,families,Separated|MALES,,612,Registered Marital Status by Age by Sex +G613,M_85ov_Divorced,Males 85 years and over Divorced,Tot_P_P|Tot_P_M|P_85ov_Divorced,G05,people,families,Divorced|MALES,,613,Registered Marital Status by Age by Sex +G614,M_85ov_Widowed,Males 85 years and over Widowed,Tot_P_P|Tot_P_M|P_85ov_Widowed,G05,people,families,Widowed|MALES,,614,Registered Marital Status by Age by Sex +G615,M_85ov_Never_Married,Males 85 years and over Never Married,Tot_P_P|Tot_P_M|P_85ov_Never_Married,G05,people,families,Never Married|MALES,,615,Registered Marital Status by Age by Sex +G616,M_85ov_Tot,Males 85 years and over Total,Tot_P_P|Tot_P_M|P_85ov_Tot,G05,people,families,Total|MALES,,616,Registered Marital Status by Age by Sex +G617,M_Tot_Married,Males Total Married,Tot_P_P|Tot_P_M|P_Tot_Married,G05,people,families,Married|MALES,,617,Registered Marital Status by Age by Sex +G618,M_Tot_Separated,Males Total Separated,Tot_P_P|Tot_P_M|P_Tot_Separated,G05,people,families,Separated|MALES,,618,Registered Marital Status by Age by Sex +G619,M_Tot_Divorced,Males Total Divorced,Tot_P_P|Tot_P_M|P_Tot_Divorced,G05,people,families,Divorced|MALES,,619,Registered Marital Status by Age by Sex +G620,M_Tot_Widowed,Males Total Widowed,Tot_P_P|Tot_P_M|P_Tot_Widowed,G05,people,families,Widowed|MALES,,620,Registered Marital Status by Age by Sex +G621,M_Tot_Never_Married,Males Total Never Married,Tot_P_P|Tot_P_M|P_Tot_Never_Married,G05,people,families,Never Married|MALES,,621,Registered Marital Status by Age by Sex +G622,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G05,people,families,Total|MALES,,622,Registered Marital Status by Age by Sex +G743,M_15_19_yr_Marrd_reg_marrge,Males 15 19 years Married in a registered marriage,Tot_P_P|Tot_P_M|P_15_19_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,743,Social Marital Status by Age by Sex +G744,M_15_19_yr_Married_de_facto,Males 15 19 years Married in a de facto marriage,Tot_P_P|Tot_P_M|P_15_19_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,744,Social Marital Status by Age by Sex +G745,M_15_19_yr_Not_married,Males 15 19 years Not married,Tot_P_P|Tot_P_M|P_15_19_yr_Not_married,G06,people,families,Not married|MALES,,745,Social Marital Status by Age by Sex +G746,M_15_19_yr_Total,Males 15 19 years Total,Tot_P_P|Tot_P_M|P_15_19_yr_Total,G06,people,families,Total|MALES,,746,Social Marital Status by Age by Sex +G747,M_20_24_yr_Marrd_reg_marrge,Males 20 24 years Married in a registered marriage,Tot_P_P|Tot_P_M|P_20_24_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,747,Social Marital Status by Age by Sex +G748,M_20_24_yr_Married_de_facto,Males 20 24 years Married in a de facto marriage,Tot_P_P|Tot_P_M|P_20_24_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,748,Social Marital Status by Age by Sex +G749,M_20_24_yr_Not_married,Males 20 24 years Not married,Tot_P_P|Tot_P_M|P_20_24_yr_Not_married,G06,people,families,Not married|MALES,,749,Social Marital Status by Age by Sex +G750,M_20_24_yr_Total,Males 20 24 years Total,Tot_P_P|Tot_P_M|P_20_24_yr_Total,G06,people,families,Total|MALES,,750,Social Marital Status by Age by Sex +G751,M_25_34_yr_Marrd_reg_marrge,Males 25 34 years Married in a registered marriage,Tot_P_P|Tot_P_M|P_25_34_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,751,Social Marital Status by Age by Sex +G752,M_25_34_yr_Married_de_facto,Males 25 34 years Married in a de facto marriage,Tot_P_P|Tot_P_M|P_25_34_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,752,Social Marital Status by Age by Sex +G753,M_25_34_yr_Not_married,Males 25 34 years Not married,Tot_P_P|Tot_P_M|P_25_34_yr_Not_married,G06,people,families,Not married|MALES,,753,Social Marital Status by Age by Sex +G754,M_25_34_yr_Total,Males 25 34 years Total,Tot_P_P|Tot_P_M|P_25_34_yr_Total,G06,people,families,Total|MALES,,754,Social Marital Status by Age by Sex +G755,M_35_44_yr_Marrd_reg_marrge,Males 35 44 years Married in a registered marriage,Tot_P_P|Tot_P_M|P_35_44_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,755,Social Marital Status by Age by Sex +G756,M_35_44_yr_Married_de_facto,Males 35 44 years Married in a de facto marriage,Tot_P_P|Tot_P_M|P_35_44_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,756,Social Marital Status by Age by Sex +G757,M_35_44_yr_Not_married,Males 35 44 years Not married,Tot_P_P|Tot_P_M|P_35_44_yr_Not_married,G06,people,families,Not married|MALES,,757,Social Marital Status by Age by Sex +G758,M_35_44_yr_Total,Males 35 44 years Total,Tot_P_P|Tot_P_M|P_35_44_yr_Total,G06,people,families,Total|MALES,,758,Social Marital Status by Age by Sex +G759,M_45_54_yr_Marrd_reg_marrge,Males 45 54 years Married in a registered marriage,Tot_P_P|Tot_P_M|P_45_54_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,759,Social Marital Status by Age by Sex +G760,M_45_54_yr_Married_de_facto,Males 45 54 years Married in a de facto marriage,Tot_P_P|Tot_P_M|P_45_54_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,760,Social Marital Status by Age by Sex +G761,M_45_54_yr_Not_married,Males 45 54 years Not married,Tot_P_P|Tot_P_M|P_45_54_yr_Not_married,G06,people,families,Not married|MALES,,761,Social Marital Status by Age by Sex +G762,M_45_54_yr_Total,Males 45 54 years Total,Tot_P_P|Tot_P_M|P_45_54_yr_Total,G06,people,families,Total|MALES,,762,Social Marital Status by Age by Sex +G763,M_55_64_yr_Marrd_reg_marrge,Males 55 64 years Married in a registered marriage,Tot_P_P|Tot_P_M|P_55_64_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,763,Social Marital Status by Age by Sex +G764,M_55_64_yr_Married_de_facto,Males 55 64 years Married in a de facto marriage,Tot_P_P|Tot_P_M|P_55_64_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,764,Social Marital Status by Age by Sex +G765,M_55_64_yr_Not_married,Males 55 64 years Not married,Tot_P_P|Tot_P_M|P_55_64_yr_Not_married,G06,people,families,Not married|MALES,,765,Social Marital Status by Age by Sex +G766,M_55_64_yr_Total,Males 55 64 years Total,Tot_P_P|Tot_P_M|P_55_64_yr_Total,G06,people,families,Total|MALES,,766,Social Marital Status by Age by Sex +G767,M_65_74_yr_Marrd_reg_marrge,Males 65 74 years Married in a registered marriage,Tot_P_P|Tot_P_M|P_65_74_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,767,Social Marital Status by Age by Sex +G768,M_65_74_yr_Married_de_facto,Males 65 74 years Married in a de facto marriage,Tot_P_P|Tot_P_M|P_65_74_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,768,Social Marital Status by Age by Sex +G769,M_65_74_yr_Not_married,Males 65 74 years Not married,Tot_P_P|Tot_P_M|P_65_74_yr_Not_married,G06,people,families,Not married|MALES,,769,Social Marital Status by Age by Sex +G770,M_65_74_yr_Total,Males 65 74 years Total,Tot_P_P|Tot_P_M|P_65_74_yr_Total,G06,people,families,Total|MALES,,770,Social Marital Status by Age by Sex +G771,M_75_84_yr_Marrd_reg_marrge,Males 75 84 years Married in a registered marriage,Tot_P_P|Tot_P_M|P_75_84_yr_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,771,Social Marital Status by Age by Sex +G772,M_75_84_yr_Married_de_facto,Males 75 84 years Married in a de facto marriage,Tot_P_P|Tot_P_M|P_75_84_yr_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,772,Social Marital Status by Age by Sex +G773,M_75_84_yr_Not_married,Males 75 84 years Not married,Tot_P_P|Tot_P_M|P_75_84_yr_Not_married,G06,people,families,Not married|MALES,,773,Social Marital Status by Age by Sex +G774,M_75_84_yr_Total,Males 75 84 years Total,Tot_P_P|Tot_P_M|P_75_84_yr_Total,G06,people,families,Total|MALES,,774,Social Marital Status by Age by Sex +G775,M_85ov_Marrd_reg_marrge,Males 85 years and over Married in a registered marriage,Tot_P_P|Tot_P_M|P_85ov_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,775,Social Marital Status by Age by Sex +G776,M_85ov_Married_de_facto,Males 85 years and over Married in a de facto marriage,Tot_P_P|Tot_P_M|P_85ov_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,776,Social Marital Status by Age by Sex +G777,M_85ov_Not_married,Males 85 years and over Not married,Tot_P_P|Tot_P_M|P_85ov_Not_married,G06,people,families,Not married|MALES,,777,Social Marital Status by Age by Sex +G778,M_85ov_Total,Males 85 years and over Total,Tot_P_P|Tot_P_M|P_85ov_Total,G06,people,families,Total|MALES,,778,Social Marital Status by Age by Sex +G779,M_Tot_Marrd_reg_marrge,Males Total Married in a registered marriage,Tot_P_P|Tot_P_M|P_Tot_Marrd_reg_marrge,G06,people,families,Married in a registered marriage|MALES,,779,Social Marital Status by Age by Sex +G780,M_Tot_Married_de_facto,Males Total Married in a de facto marriage,Tot_P_P|Tot_P_M|P_Tot_Married_de_facto,G06,people,families,Married in a de facto marriage|MALES,,780,Social Marital Status by Age by Sex +G781,M_Tot_Not_married,Males Total Not married,Tot_P_P|Tot_P_M|P_Tot_Not_married,G06,people,families,Not married|MALES,,781,Social Marital Status by Age by Sex +G782,M_Tot_Total,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Total,G06,people,families,Total|MALES,,782,Social Marital Status by Age by Sex +G863,A_0_4_y_Indigenous_M,0 4 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_0_4_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,863,Indigenous Status by Age by Sex +G866,A_0_4_y_Non_Indigenous_M,0 4 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_0_4_y_Non_Indigenous_P,G07,people,race_ethnicity,Non-Indigenous: Males,,866,Indigenous Status by Age by Sex +G869,A_0_4_y_Indig_stat_ns_M,0 4 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_0_4_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,869,Indigenous Status by Age by Sex +G872,A_0_4_y_Tot_M,0 4 years Total Males,Tot_P_P|Tot_P_M|A_0_4_y_Tot_P,G07,people,race_ethnicity,Total: Males,,872,Indigenous Status by Age by Sex +G875,A_5_9_y_Indigenous_M,5 9 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_5_9_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,875,Indigenous Status by Age by Sex +G878,A_5_9_y_Non_Indigenous_M,5 9 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_5_9_y_Non_Indigenous_P,G07,people,race_ethnicity,Non-Indigenous: Males,,878,Indigenous Status by Age by Sex +G881,A_5_9_y_Indig_stat_ns_M,5 9 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_5_9_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,881,Indigenous Status by Age by Sex +G884,A_5_9_y_Tot_M,5 9 years Total Males,Tot_P_P|Tot_P_M|A_5_9_y_Tot_P,G07,people,race_ethnicity,Total: Males,,884,Indigenous Status by Age by Sex +G887,A_10_14_y_Indigenous_M,10 14 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_10_14_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,887,Indigenous Status by Age by Sex +G890,A_10_14_y_Non_Indig_M,10 14 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_10_14_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,890,Indigenous Status by Age by Sex +G893,A_10_14_y_Indig_stat_ns_M,10 14 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_10_14_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,893,Indigenous Status by Age by Sex +G896,A_10_14_y_Tot_M,10 14 years Total Males,Tot_P_P|Tot_P_M|A_10_14_y_Tot_P,G07,people,race_ethnicity,Total: Males,,896,Indigenous Status by Age by Sex +G899,A_15_19_y_Indigenous_M,15 19 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_15_19_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,899,Indigenous Status by Age by Sex +G902,A_15_19_y_Non_Indig_M,15 19 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_15_19_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,902,Indigenous Status by Age by Sex +G905,A_15_19_y_Indig_stat_ns_M,15 19 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_15_19_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,905,Indigenous Status by Age by Sex +G908,A_15_19_y_Tot_M,15 19 years Total Males,Tot_P_P|Tot_P_M|A_15_19_y_Tot_P,G07,people,race_ethnicity,Total: Males,,908,Indigenous Status by Age by Sex +G911,A_20_24_y_Indigenous_M,20 24 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_20_24_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,911,Indigenous Status by Age by Sex +G914,A_20_24_y_Non_Indig_M,20 24 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_20_24_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,914,Indigenous Status by Age by Sex +G917,A_20_24_y_Indig_stat_ns_M,20 24 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_20_24_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,917,Indigenous Status by Age by Sex +G920,A_20_24_y_Tot_M,20 24 years Total Males,Tot_P_P|Tot_P_M|A_20_24_y_Tot_P,G07,people,race_ethnicity,Total: Males,,920,Indigenous Status by Age by Sex +G923,A_25_29_y_Indigenous_M,25 29 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_25_29_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,923,Indigenous Status by Age by Sex +G926,A_25_29_y_Non_Indig_M,25 29 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_25_29_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,926,Indigenous Status by Age by Sex +G929,A_25_29_y_Indig_stat_ns_M,25 29 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_25_29_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,929,Indigenous Status by Age by Sex +G932,A_25_29_y_Tot_M,25 29 years Total Males,Tot_P_P|Tot_P_M|A_25_29_y_Tot_P,G07,people,race_ethnicity,Total: Males,,932,Indigenous Status by Age by Sex +G935,A_30_34_y_Indigenous_M,30 34 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_30_34_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,935,Indigenous Status by Age by Sex +G938,A_30_34_y_Non_Indig_M,30 34 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_30_34_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,938,Indigenous Status by Age by Sex +G941,A_30_34_y_Indig_stat_ns_M,30 34 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_30_34_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,941,Indigenous Status by Age by Sex +G944,A_30_34_y_Tot_M,30 34 years Total Males,Tot_P_P|Tot_P_M|A_30_34_y_Tot_P,G07,people,race_ethnicity,Total: Males,,944,Indigenous Status by Age by Sex +G947,A_35_39_y_Indigenous_M,35 39 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_35_39_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,947,Indigenous Status by Age by Sex +G950,A_35_39_y_Non_Indig_M,35 39 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_35_39_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,950,Indigenous Status by Age by Sex +G953,A_35_39_y_Indig_stat_ns_M,35 39 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_35_39_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,953,Indigenous Status by Age by Sex +G956,A_35_39_y_Tot_M,35 39 years Total Males,Tot_P_P|Tot_P_M|A_35_39_y_Tot_P,G07,people,race_ethnicity,Total: Males,,956,Indigenous Status by Age by Sex +G959,A_40_44_y_Indigenous_M,40 44 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_40_44_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,959,Indigenous Status by Age by Sex +G962,A_40_44_y_Non_Indig_M,40 44 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_40_44_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,962,Indigenous Status by Age by Sex +G965,A_40_44_y_Indig_stat_ns_M,40 44 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_40_44_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,965,Indigenous Status by Age by Sex +G968,A_40_44_y_Tot_M,40 44 years Total Males,Tot_P_P|Tot_P_M|A_40_44_y_Tot_P,G07,people,race_ethnicity,Total: Males,,968,Indigenous Status by Age by Sex +G971,A_45_49_y_Indigenous_M,45 49 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_45_49_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,971,Indigenous Status by Age by Sex +G974,A_45_49_y_Non_Indig_M,45 49 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_45_49_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,974,Indigenous Status by Age by Sex +G977,A_45_49_y_Indig_stat_ns_M,45 49 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_45_49_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,977,Indigenous Status by Age by Sex +G980,A_45_49_y_Tot_M,45 49 years Total Males,Tot_P_P|Tot_P_M|A_45_49_y_Tot_P,G07,people,race_ethnicity,Total: Males,,980,Indigenous Status by Age by Sex +G983,A_50_54_y_Indigenous_M,50 54 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_50_54_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,983,Indigenous Status by Age by Sex +G986,A_50_54_y_Non_Indig_M,50 54 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_50_54_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,986,Indigenous Status by Age by Sex +G989,A_50_54_y_Indig_stat_ns_M,50 54 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_50_54_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,989,Indigenous Status by Age by Sex +G992,A_50_54_y_Tot_M,50 54 years Total Males,Tot_P_P|Tot_P_M|A_50_54_y_Tot_P,G07,people,race_ethnicity,Total: Males,,992,Indigenous Status by Age by Sex +G995,A_55_59_y_Indigenous_M,55 59 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_55_59_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,995,Indigenous Status by Age by Sex +G998,A_55_59_y_Non_Indig_M,55 59 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_55_59_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,998,Indigenous Status by Age by Sex +G1001,A_55_59_y_Indig_stat_ns_M,55 59 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_55_59_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,1001,Indigenous Status by Age by Sex +G1004,A_55_59_y_Tot_M,55 59 years Total Males,Tot_P_P|Tot_P_M|A_55_59_y_Tot_P,G07,people,race_ethnicity,Total: Males,,1004,Indigenous Status by Age by Sex +G1007,A_60_64_y_Indigenous_M,60 64 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_60_64_y_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1007,Indigenous Status by Age by Sex +G1010,A_60_64_y_Non_Indig_M,60 64 years Non Indigenous Males,Tot_P_P|Tot_P_M|A_60_64_y_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,1010,Indigenous Status by Age by Sex +G1013,A_60_64_y_Indig_stat_ns_M,60 64 years Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_60_64_y_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,1013,Indigenous Status by Age by Sex +G1016,A_60_64_y_Tot_M,60 64 years Total Males,Tot_P_P|Tot_P_M|A_60_64_y_Tot_P,G07,people,race_ethnicity,Total: Males,,1016,Indigenous Status by Age by Sex +G1019,A_65_y_ov_Indigenous_M,65 years and over Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|A_65_y_ov_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1019,Indigenous Status by Age by Sex +G1022,A_65_y_ov_Non_Indig_M,65 years and over Non Indigenous Males,Tot_P_P|Tot_P_M|A_65_y_ov_Non_Indig_P,G07,people,race_ethnicity,Non-Indigenous: Males,,1022,Indigenous Status by Age by Sex +G1025,A_65_y_ov_Indig_stat_ns_M,65 years and over Indigenous status not stated Males,Tot_P_P|Tot_P_M|A_65_y_ov_Indig_stat_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,1025,Indigenous Status by Age by Sex +G1028,A_65_y_ov_Tot_M,65 years and over Total Males,Tot_P_P|Tot_P_M|A_65_y_ov_Tot_P,G07,people,race_ethnicity,Total: Males,,1028,Indigenous Status by Age by Sex +G1031,Tot_Indigenous_M,Total Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M|Tot_Indigenous_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1031,Indigenous Status by Age by Sex +G1034,Tot_Non_Indigenous_M,Total Non Indigenous Males,Tot_P_P|Tot_P_M|Tot_Non_Indigenous_P,G07,people,race_ethnicity,Non-Indigenous: Males,,1034,Indigenous Status by Age by Sex +G1037,Tot_Indig_status_ns_M,Total Indigenous status not stated Males,Tot_P_P|Tot_P_M|Tot_Indig_status_ns_P,G07,people,race_ethnicity,Indigenous status not stated: Males,,1037,Indigenous Status by Age by Sex +G1040,Tot_Tot_M,Total Total Males,Tot_P_P|Tot_P_M|Tot_Tot_P,G07,people,race_ethnicity,Total: Males,,1040,Indigenous Status by Age by Sex +G1241,M_Afghanistan_0_4,Males Afghanistan Age 0 4 years,Tot_P_P|Tot_P_M|P_Afghanistan_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1241,Country of Birth of Person by Age by Sex +G1242,M_Afghanistan_5_14,Males Afghanistan Age 5 14 years,Tot_P_P|Tot_P_M|P_Afghanistan_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1242,Country of Birth of Person by Age by Sex +G1243,M_Afghanistan_15_24,Males Afghanistan Age 15 24 years,Tot_P_P|Tot_P_M|P_Afghanistan_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1243,Country of Birth of Person by Age by Sex +G1244,M_Afghanistan_25_44,Males Afghanistan Age 25 44 years,Tot_P_P|Tot_P_M|P_Afghanistan_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1244,Country of Birth of Person by Age by Sex +G1245,M_Afghanistan_45_54,Males Afghanistan Age 45 54 years,Tot_P_P|Tot_P_M|P_Afghanistan_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1245,Country of Birth of Person by Age by Sex +G1246,M_Afghanistan_55_64,Males Afghanistan Age 55 64 years,Tot_P_P|Tot_P_M|P_Afghanistan_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1246,Country of Birth of Person by Age by Sex +G1247,M_Afghanistan_65_74,Males Afghanistan Age 65 74 years,Tot_P_P|Tot_P_M|P_Afghanistan_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1247,Country of Birth of Person by Age by Sex +G1248,M_Afghanistan_75_84,Males Afghanistan Age 75 84 years,Tot_P_P|Tot_P_M|P_Afghanistan_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1248,Country of Birth of Person by Age by Sex +G1249,M_Afghanistan_85ov,Males Afghanistan Age 85 years and over,Tot_P_P|Tot_P_M|P_Afghanistan_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1249,Country of Birth of Person by Age by Sex +G1250,M_Afghanistan_Tot,Males Afghanistan Age Total,Tot_P_P|Tot_P_M|P_Afghanistan_Tot,G09A,people,nationality,Total|MALES,,1250,Country of Birth of Person by Age by Sex +G1251,M_Australia_0_4,Males Australia Age 0 4 years,Tot_P_P|Tot_P_M|P_Australia_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1251,Country of Birth of Person by Age by Sex +G1252,M_Australia_5_14,Males Australia Age 5 14 years,Tot_P_P|Tot_P_M|P_Australia_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1252,Country of Birth of Person by Age by Sex +G1253,M_Australia_15_24,Males Australia Age 15 24 years,Tot_P_P|Tot_P_M|P_Australia_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1253,Country of Birth of Person by Age by Sex +G1254,M_Australia_25_44,Males Australia Age 25 44 years,Tot_P_P|Tot_P_M|P_Australia_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1254,Country of Birth of Person by Age by Sex +G1255,M_Australia_45_54,Males Australia Age 45 54 years,Tot_P_P|Tot_P_M|P_Australia_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1255,Country of Birth of Person by Age by Sex +G1256,M_Australia_55_64,Males Australia Age 55 64 years,Tot_P_P|Tot_P_M|P_Australia_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1256,Country of Birth of Person by Age by Sex +G1257,M_Australia_65_74,Males Australia Age 65 74 years,Tot_P_P|Tot_P_M|P_Australia_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1257,Country of Birth of Person by Age by Sex +G1258,M_Australia_75_84,Males Australia Age 75 84 years,Tot_P_P|Tot_P_M|P_Australia_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1258,Country of Birth of Person by Age by Sex +G1259,M_Australia_85ov,Males Australia Age 85 years and over,Tot_P_P|Tot_P_M|P_Australia_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1259,Country of Birth of Person by Age by Sex +G1260,M_Australia_Tot,Males Australia Total,Tot_P_P|Tot_P_M|P_Australia_Tot,G09A,people,nationality,Total|MALES,,1260,Country of Birth of Person by Age by Sex +G1261,M_Bangladesh_0_4,Males Bangladesh Age 0 4 years,Tot_P_P|Tot_P_M|P_Bangladesh_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1261,Country of Birth of Person by Age by Sex +G1262,M_Bangladesh_5_14,Males Bangladesh Age 5 14 years,Tot_P_P|Tot_P_M|P_Bangladesh_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1262,Country of Birth of Person by Age by Sex +G1263,M_Bangladesh_15_24,Males Bangladesh Age 15 24 years,Tot_P_P|Tot_P_M|P_Bangladesh_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1263,Country of Birth of Person by Age by Sex +G1264,M_Bangladesh_25_44,Males Bangladesh Age 25 44 years,Tot_P_P|Tot_P_M|P_Bangladesh_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1264,Country of Birth of Person by Age by Sex +G1265,M_Bangladesh_45_54,Males Bangladesh Age 45 54 years,Tot_P_P|Tot_P_M|P_Bangladesh_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1265,Country of Birth of Person by Age by Sex +G1266,M_Bangladesh_55_64,Males Bangladesh Age 55 64 years,Tot_P_P|Tot_P_M|P_Bangladesh_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1266,Country of Birth of Person by Age by Sex +G1267,M_Bangladesh_65_74,Males Bangladesh Age 65 74 years,Tot_P_P|Tot_P_M|P_Bangladesh_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1267,Country of Birth of Person by Age by Sex +G1268,M_Bangladesh_75_84,Males Bangladesh Age 75 84 years,Tot_P_P|Tot_P_M|P_Bangladesh_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1268,Country of Birth of Person by Age by Sex +G1269,M_Bangladesh_85ov,Males Bangladesh Age 85 years and over,Tot_P_P|Tot_P_M|P_Bangladesh_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1269,Country of Birth of Person by Age by Sex +G1270,M_Bangladesh_Tot,Males Bangladesh Total,Tot_P_P|Tot_P_M|P_Bangladesh_Tot,G09A,people,nationality,Total|MALES,,1270,Country of Birth of Person by Age by Sex +G1271,M_Bosnia_Herzegov_0_4,Males Bosnia and Herzegovina Age 0 4 years,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1271,Country of Birth of Person by Age by Sex +G1272,M_Bosnia_Herzegov_5_14,Males Bosnia and Herzegovina Age 5 14 years,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1272,Country of Birth of Person by Age by Sex +G1273,M_Bosnia_Herzegov_15_24,Males Bosnia and Herzegovina Age 15 24 years,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1273,Country of Birth of Person by Age by Sex +G1274,M_Bosnia_Herzegov_25_44,Males Bosnia and Herzegovina Age 25 44 years,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1274,Country of Birth of Person by Age by Sex +G1275,M_Bosnia_Herzegov_45_54,Males Bosnia and Herzegovina Age 45 54 years,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1275,Country of Birth of Person by Age by Sex +G1276,M_Bosnia_Herzegov_55_64,Males Bosnia and Herzegovina Age 55 64 years,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1276,Country of Birth of Person by Age by Sex +G1277,M_Bosnia_Herzegov_65_74,Males Bosnia and Herzegovina Age 65 74 years,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1277,Country of Birth of Person by Age by Sex +G1278,M_Bosnia_Herzegov_75_84,Males Bosnia and Herzegovina Age 75 84 years,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1278,Country of Birth of Person by Age by Sex +G1279,M_Bosnia_Herzegov_85ov,Males Bosnia and Herzegovina Age 85 years and over,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1279,Country of Birth of Person by Age by Sex +G1280,M_Bosnia_Herzegov_Tot,Males Bosnia and Herzegovina Total,Tot_P_P|Tot_P_M|P_Bosnia_Herzegov_Tot,G09A,people,nationality,Total|MALES,,1280,Country of Birth of Person by Age by Sex +G1281,M_Cambodia_0_4,Males Cambodia Age 0 4 years,Tot_P_P|Tot_P_M|P_Cambodia_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1281,Country of Birth of Person by Age by Sex +G1282,M_Cambodia_5_14,Males Cambodia Age 5 14 years,Tot_P_P|Tot_P_M|P_Cambodia_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1282,Country of Birth of Person by Age by Sex +G1283,M_Cambodia_15_24,Males Cambodia Age 15 24 years,Tot_P_P|Tot_P_M|P_Cambodia_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1283,Country of Birth of Person by Age by Sex +G1284,M_Cambodia_25_44,Males Cambodia Age 25 44 years,Tot_P_P|Tot_P_M|P_Cambodia_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1284,Country of Birth of Person by Age by Sex +G1285,M_Cambodia_45_54,Males Cambodia Age 45 54 years,Tot_P_P|Tot_P_M|P_Cambodia_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1285,Country of Birth of Person by Age by Sex +G1286,M_Cambodia_55_64,Males Cambodia Age 55 64 years,Tot_P_P|Tot_P_M|P_Cambodia_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1286,Country of Birth of Person by Age by Sex +G1287,M_Cambodia_65_74,Males Cambodia Age 65 74 years,Tot_P_P|Tot_P_M|P_Cambodia_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1287,Country of Birth of Person by Age by Sex +G1288,M_Cambodia_75_84,Males Cambodia Age 75 84 years,Tot_P_P|Tot_P_M|P_Cambodia_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1288,Country of Birth of Person by Age by Sex +G1289,M_Cambodia_85ov,Males Cambodia Age 85 years and over,Tot_P_P|Tot_P_M|P_Cambodia_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1289,Country of Birth of Person by Age by Sex +G1290,M_Cambodia_Tot,Males Cambodia Total,Tot_P_P|Tot_P_M|P_Cambodia_Tot,G09A,people,nationality,Total|MALES,,1290,Country of Birth of Person by Age by Sex +G1291,M_Canada_0_4,Males Canada Age 0 4 years,Tot_P_P|Tot_P_M|P_Canada_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1291,Country of Birth of Person by Age by Sex +G1292,M_Canada_5_14,Males Canada Age 5 14 years,Tot_P_P|Tot_P_M|P_Canada_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1292,Country of Birth of Person by Age by Sex +G1293,M_Canada_15_24,Males Canada Age 15 24 years,Tot_P_P|Tot_P_M|P_Canada_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1293,Country of Birth of Person by Age by Sex +G1294,M_Canada_25_44,Males Canada Age 25 44 years,Tot_P_P|Tot_P_M|P_Canada_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1294,Country of Birth of Person by Age by Sex +G1295,M_Canada_45_54,Males Canada Age 45 54 years,Tot_P_P|Tot_P_M|P_Canada_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1295,Country of Birth of Person by Age by Sex +G1296,M_Canada_55_64,Males Canada Age 55 64 years,Tot_P_P|Tot_P_M|P_Canada_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1296,Country of Birth of Person by Age by Sex +G1297,M_Canada_65_74,Males Canada Age 65 74 years,Tot_P_P|Tot_P_M|P_Canada_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1297,Country of Birth of Person by Age by Sex +G1298,M_Canada_75_84,Males Canada Age 75 84 years,Tot_P_P|Tot_P_M|P_Canada_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1298,Country of Birth of Person by Age by Sex +G1299,M_Canada_85ov,Males Canada Age 85 years and over,Tot_P_P|Tot_P_M|P_Canada_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1299,Country of Birth of Person by Age by Sex +G1300,M_Canada_Tot,Males Canada Total,Tot_P_P|Tot_P_M|P_Canada_Tot,G09A,people,nationality,Total|MALES,,1300,Country of Birth of Person by Age by Sex +G1301,M_Chile_0_4,Males Chile Age 0 4 years,Tot_P_P|Tot_P_M|P_Chile_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1301,Country of Birth of Person by Age by Sex +G1302,M_Chile_5_14,Males Chile Age 5 14 years,Tot_P_P|Tot_P_M|P_Chile_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1302,Country of Birth of Person by Age by Sex +G1303,M_Chile_15_24,Males Chile Age 15 24 years,Tot_P_P|Tot_P_M|P_Chile_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1303,Country of Birth of Person by Age by Sex +G1304,M_Chile_25_44,Males Chile Age 25 44 years,Tot_P_P|Tot_P_M|P_Chile_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1304,Country of Birth of Person by Age by Sex +G1305,M_Chile_45_54,Males Chile Age 45 54 years,Tot_P_P|Tot_P_M|P_Chile_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1305,Country of Birth of Person by Age by Sex +G1306,M_Chile_55_64,Males Chile Age 55 64 years,Tot_P_P|Tot_P_M|P_Chile_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1306,Country of Birth of Person by Age by Sex +G1307,M_Chile_65_74,Males Chile Age 65 74 years,Tot_P_P|Tot_P_M|P_Chile_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1307,Country of Birth of Person by Age by Sex +G1308,M_Chile_75_84,Males Chile Age 75 84 years,Tot_P_P|Tot_P_M|P_Chile_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1308,Country of Birth of Person by Age by Sex +G1309,M_Chile_85ov,Males Chile Age 85 years and over,Tot_P_P|Tot_P_M|P_Chile_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1309,Country of Birth of Person by Age by Sex +G1310,M_Chile_Tot,Males Chile Total,Tot_P_P|Tot_P_M|P_Chile_Tot,G09A,people,nationality,Total|MALES,,1310,Country of Birth of Person by Age by Sex +G1311,M_China_0_4,Males China excludes SARs and Taiwan Age 0 4 years,Tot_P_P|Tot_P_M|P_China_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1311,Country of Birth of Person by Age by Sex +G1312,M_China_5_14,Males China excludes SARs and Taiwan Age 5 14 years,Tot_P_P|Tot_P_M|P_China_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1312,Country of Birth of Person by Age by Sex +G1313,M_China_15_24,Males China excludes SARs and Taiwan Age 15 24 years,Tot_P_P|Tot_P_M|P_China_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1313,Country of Birth of Person by Age by Sex +G1314,M_China_25_44,Males China excludes SARs and Taiwan Age 25 44 years,Tot_P_P|Tot_P_M|P_China_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1314,Country of Birth of Person by Age by Sex +G1315,M_China_45_54,Males China excludes SARs and Taiwan Age 45 54 years,Tot_P_P|Tot_P_M|P_China_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1315,Country of Birth of Person by Age by Sex +G1316,M_China_55_64,Males China excludes SARs and Taiwan Age 55 64 years,Tot_P_P|Tot_P_M|P_China_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1316,Country of Birth of Person by Age by Sex +G1317,M_China_65_74,Males China excludes SARs and Taiwan Age 65 74 years,Tot_P_P|Tot_P_M|P_China_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1317,Country of Birth of Person by Age by Sex +G1318,M_China_75_84,Males China excludes SARs and Taiwan Age 75 84 years,Tot_P_P|Tot_P_M|P_China_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1318,Country of Birth of Person by Age by Sex +G1319,M_China_85ov,Males China excludes SARs and Taiwan Age 85 years and over,Tot_P_P|Tot_P_M|P_China_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1319,Country of Birth of Person by Age by Sex +G1320,M_China_Tot,Males China excludes SARs and Taiwan Total,Tot_P_P|Tot_P_M|P_China_Tot,G09A,people,nationality,Total|MALES,,1320,Country of Birth of Person by Age by Sex +G1321,M_Croatia_0_4,Males Croatia Age 0 4 years,Tot_P_P|Tot_P_M|P_Croatia_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1321,Country of Birth of Person by Age by Sex +G1322,M_Croatia_5_14,Males Croatia Age 5 14 years,Tot_P_P|Tot_P_M|P_Croatia_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1322,Country of Birth of Person by Age by Sex +G1323,M_Croatia_15_24,Males Croatia Age 15 24 years,Tot_P_P|Tot_P_M|P_Croatia_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1323,Country of Birth of Person by Age by Sex +G1324,M_Croatia_25_44,Males Croatia Age 25 44 years,Tot_P_P|Tot_P_M|P_Croatia_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1324,Country of Birth of Person by Age by Sex +G1325,M_Croatia_45_54,Males Croatia Age 45 54 years,Tot_P_P|Tot_P_M|P_Croatia_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1325,Country of Birth of Person by Age by Sex +G1326,M_Croatia_55_64,Males Croatia Age 55 64 years,Tot_P_P|Tot_P_M|P_Croatia_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1326,Country of Birth of Person by Age by Sex +G1327,M_Croatia_65_74,Males Croatia Age 65 74 years,Tot_P_P|Tot_P_M|P_Croatia_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1327,Country of Birth of Person by Age by Sex +G1328,M_Croatia_75_84,Males Croatia Age 75 84 years,Tot_P_P|Tot_P_M|P_Croatia_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1328,Country of Birth of Person by Age by Sex +G1329,M_Croatia_85ov,Males Croatia Age 85 years and over,Tot_P_P|Tot_P_M|P_Croatia_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1329,Country of Birth of Person by Age by Sex +G1330,M_Croatia_Tot,Males Croatia Total,Tot_P_P|Tot_P_M|P_Croatia_Tot,G09A,people,nationality,Total|MALES,,1330,Country of Birth of Person by Age by Sex +G1331,M_Egypt_0_4,Males Egypt Age 0 4 years,Tot_P_P|Tot_P_M|P_Egypt_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1331,Country of Birth of Person by Age by Sex +G1332,M_Egypt_5_14,Males Egypt Age 5 14 years,Tot_P_P|Tot_P_M|P_Egypt_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1332,Country of Birth of Person by Age by Sex +G1333,M_Egypt_15_24,Males Egypt Age 15 24 years,Tot_P_P|Tot_P_M|P_Egypt_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1333,Country of Birth of Person by Age by Sex +G1334,M_Egypt_25_44,Males Egypt Age 25 44 years,Tot_P_P|Tot_P_M|P_Egypt_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1334,Country of Birth of Person by Age by Sex +G1335,M_Egypt_45_54,Males Egypt Age 45 54 years,Tot_P_P|Tot_P_M|P_Egypt_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1335,Country of Birth of Person by Age by Sex +G1336,M_Egypt_55_64,Males Egypt Age 55 64 years,Tot_P_P|Tot_P_M|P_Egypt_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1336,Country of Birth of Person by Age by Sex +G1337,M_Egypt_65_74,Males Egypt Age 65 74 years,Tot_P_P|Tot_P_M|P_Egypt_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1337,Country of Birth of Person by Age by Sex +G1338,M_Egypt_75_84,Males Egypt Age 75 84 years,Tot_P_P|Tot_P_M|P_Egypt_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1338,Country of Birth of Person by Age by Sex +G1339,M_Egypt_85ov,Males Egypt Age 85 years and over,Tot_P_P|Tot_P_M|P_Egypt_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1339,Country of Birth of Person by Age by Sex +G1340,M_Egypt_Tot,Males Egypt Total,Tot_P_P|Tot_P_M|P_Egypt_Tot,G09A,people,nationality,Total|MALES,,1340,Country of Birth of Person by Age by Sex +G1341,M_England_0_4,Males England Age 0 4 years,Tot_P_P|Tot_P_M|P_England_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1341,Country of Birth of Person by Age by Sex +G1342,M_England_5_14,Males England Age 5 14 years,Tot_P_P|Tot_P_M|P_England_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1342,Country of Birth of Person by Age by Sex +G1343,M_England_15_24,Males England Age 15 24 years,Tot_P_P|Tot_P_M|P_England_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1343,Country of Birth of Person by Age by Sex +G1344,M_England_25_44,Males England Age 25 44 years,Tot_P_P|Tot_P_M|P_England_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1344,Country of Birth of Person by Age by Sex +G1345,M_England_45_54,Males England Age 45 54 years,Tot_P_P|Tot_P_M|P_England_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1345,Country of Birth of Person by Age by Sex +G1346,M_England_55_64,Males England Age 55 64 years,Tot_P_P|Tot_P_M|P_England_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1346,Country of Birth of Person by Age by Sex +G1347,M_England_65_74,Males England Age 65 74 years,Tot_P_P|Tot_P_M|P_England_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1347,Country of Birth of Person by Age by Sex +G1348,M_England_75_84,Males England Age 75 84 years,Tot_P_P|Tot_P_M|P_England_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1348,Country of Birth of Person by Age by Sex +G1349,M_England_85ov,Males England Age 85 years and over,Tot_P_P|Tot_P_M|P_England_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1349,Country of Birth of Person by Age by Sex +G1350,M_England_Tot,Males England Total,Tot_P_P|Tot_P_M|P_England_Tot,G09A,people,nationality,Total|MALES,,1350,Country of Birth of Person by Age by Sex +G1351,M_Fiji_0_4,Males Fiji Age 0 4 years,Tot_P_P|Tot_P_M|P_Fiji_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1351,Country of Birth of Person by Age by Sex +G1352,M_Fiji_5_14,Males Fiji Age 5 14 years,Tot_P_P|Tot_P_M|P_Fiji_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1352,Country of Birth of Person by Age by Sex +G1353,M_Fiji_15_24,Males Fiji Age 15 24 years,Tot_P_P|Tot_P_M|P_Fiji_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1353,Country of Birth of Person by Age by Sex +G1354,M_Fiji_25_44,Males Fiji Age 25 44 years,Tot_P_P|Tot_P_M|P_Fiji_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1354,Country of Birth of Person by Age by Sex +G1355,M_Fiji_45_54,Males Fiji Age 45 54 years,Tot_P_P|Tot_P_M|P_Fiji_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1355,Country of Birth of Person by Age by Sex +G1356,M_Fiji_55_64,Males Fiji Age 55 64 years,Tot_P_P|Tot_P_M|P_Fiji_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1356,Country of Birth of Person by Age by Sex +G1357,M_Fiji_65_74,Males Fiji Age 65 74 years,Tot_P_P|Tot_P_M|P_Fiji_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1357,Country of Birth of Person by Age by Sex +G1358,M_Fiji_75_84,Males Fiji Age 75 84 years,Tot_P_P|Tot_P_M|P_Fiji_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1358,Country of Birth of Person by Age by Sex +G1359,M_Fiji_85ov,Males Fiji Age 85 years and over,Tot_P_P|Tot_P_M|P_Fiji_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1359,Country of Birth of Person by Age by Sex +G1360,M_Fiji_Tot,Males Fiji Total,Tot_P_P|Tot_P_M|P_Fiji_Tot,G09A,people,nationality,Total|MALES,,1360,Country of Birth of Person by Age by Sex +G1361,M_France_0_4,Males France Age 0 4 years,Tot_P_P|Tot_P_M|P_France_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1361,Country of Birth of Person by Age by Sex +G1362,M_France_5_14,Males France Age 5 14 years,Tot_P_P|Tot_P_M|P_France_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1362,Country of Birth of Person by Age by Sex +G1363,M_France_15_24,Males France Age 15 24 years,Tot_P_P|Tot_P_M|P_France_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1363,Country of Birth of Person by Age by Sex +G1364,M_France_25_44,Males France Age 25 44 years,Tot_P_P|Tot_P_M|P_France_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1364,Country of Birth of Person by Age by Sex +G1365,M_France_45_54,Males France Age 45 54 years,Tot_P_P|Tot_P_M|P_France_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1365,Country of Birth of Person by Age by Sex +G1366,M_France_55_64,Males France Age 55 64 years,Tot_P_P|Tot_P_M|P_France_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1366,Country of Birth of Person by Age by Sex +G1367,M_France_65_74,Males France Age 65 74 years,Tot_P_P|Tot_P_M|P_France_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1367,Country of Birth of Person by Age by Sex +G1368,M_France_75_84,Males France Age 75 84 years,Tot_P_P|Tot_P_M|P_France_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1368,Country of Birth of Person by Age by Sex +G1369,M_France_85ov,Males France Age 85 years and over,Tot_P_P|Tot_P_M|P_France_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1369,Country of Birth of Person by Age by Sex +G1370,M_France_Tot,Males France Total,Tot_P_P|Tot_P_M|P_France_Tot,G09A,people,nationality,Total|MALES,,1370,Country of Birth of Person by Age by Sex +G1371,M_Germany_0_4,Males Germany Age 0 4 years,Tot_P_P|Tot_P_M|P_Germany_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1371,Country of Birth of Person by Age by Sex +G1372,M_Germany_5_14,Males Germany Age 5 14 years,Tot_P_P|Tot_P_M|P_Germany_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1372,Country of Birth of Person by Age by Sex +G1373,M_Germany_15_24,Males Germany Age 15 24 years,Tot_P_P|Tot_P_M|P_Germany_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1373,Country of Birth of Person by Age by Sex +G1374,M_Germany_25_44,Males Germany Age 25 44 years,Tot_P_P|Tot_P_M|P_Germany_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1374,Country of Birth of Person by Age by Sex +G1375,M_Germany_45_54,Males Germany Age 45 54 years,Tot_P_P|Tot_P_M|P_Germany_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1375,Country of Birth of Person by Age by Sex +G1376,M_Germany_55_64,Males Germany Age 55 64 years,Tot_P_P|Tot_P_M|P_Germany_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1376,Country of Birth of Person by Age by Sex +G1377,M_Germany_65_74,Males Germany Age 65 74 years,Tot_P_P|Tot_P_M|P_Germany_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1377,Country of Birth of Person by Age by Sex +G1378,M_Germany_75_84,Males Germany Age 75 84 years,Tot_P_P|Tot_P_M|P_Germany_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1378,Country of Birth of Person by Age by Sex +G1379,M_Germany_85ov,Males Germany Age 85 years and over,Tot_P_P|Tot_P_M|P_Germany_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1379,Country of Birth of Person by Age by Sex +G1380,M_Germany_Tot,Males Germany Total,Tot_P_P|Tot_P_M|P_Germany_Tot,G09A,people,nationality,Total|MALES,,1380,Country of Birth of Person by Age by Sex +G1381,M_Greece_0_4,Males Greece Age 0 4 years,Tot_P_P|Tot_P_M|P_Greece_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1381,Country of Birth of Person by Age by Sex +G1382,M_Greece_5_14,Males Greece Age 5 14 years,Tot_P_P|Tot_P_M|P_Greece_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1382,Country of Birth of Person by Age by Sex +G1383,M_Greece_15_24,Males Greece Age 15 24 years,Tot_P_P|Tot_P_M|P_Greece_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1383,Country of Birth of Person by Age by Sex +G1384,M_Greece_25_44,Males Greece Age 25 44 years,Tot_P_P|Tot_P_M|P_Greece_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1384,Country of Birth of Person by Age by Sex +G1385,M_Greece_45_54,Males Greece Age 45 54 years,Tot_P_P|Tot_P_M|P_Greece_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1385,Country of Birth of Person by Age by Sex +G1386,M_Greece_55_64,Males Greece Age 55 64 years,Tot_P_P|Tot_P_M|P_Greece_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1386,Country of Birth of Person by Age by Sex +G1387,M_Greece_65_74,Males Greece Age 65 74 years,Tot_P_P|Tot_P_M|P_Greece_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1387,Country of Birth of Person by Age by Sex +G1388,M_Greece_75_84,Males Greece Age 75 84 years,Tot_P_P|Tot_P_M|P_Greece_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1388,Country of Birth of Person by Age by Sex +G1389,M_Greece_85ov,Males Greece Age 85 years and over,Tot_P_P|Tot_P_M|P_Greece_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1389,Country of Birth of Person by Age by Sex +G1390,M_Greece_Tot,Males Greece Total,Tot_P_P|Tot_P_M|P_Greece_Tot,G09A,people,nationality,Total|MALES,,1390,Country of Birth of Person by Age by Sex +G1391,M_Hong_Kong_0_4,Males Hong Kong SAR of China Age 0 4 years,Tot_P_P|Tot_P_M|P_Hong_Kong_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1391,Country of Birth of Person by Age by Sex +G1392,M_Hong_Kong_5_14,Males Hong Kong SAR of China Age 5 14 years,Tot_P_P|Tot_P_M|P_Hong_Kong_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1392,Country of Birth of Person by Age by Sex +G1393,M_Hong_Kong_15_24,Males Hong Kong SAR of China Age 15 24 years,Tot_P_P|Tot_P_M|P_Hong_Kong_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1393,Country of Birth of Person by Age by Sex +G1394,M_Hong_Kong_25_44,Males Hong Kong SAR of China Age 25 44 years,Tot_P_P|Tot_P_M|P_Hong_Kong_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1394,Country of Birth of Person by Age by Sex +G1395,M_Hong_Kong_45_54,Males Hong Kong SAR of China Age 45 54 years,Tot_P_P|Tot_P_M|P_Hong_Kong_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1395,Country of Birth of Person by Age by Sex +G1396,M_Hong_Kong_55_64,Males Hong Kong SAR of China Age 55 64 years,Tot_P_P|Tot_P_M|P_Hong_Kong_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1396,Country of Birth of Person by Age by Sex +G1397,M_Hong_Kong_65_74,Males Hong Kong SAR of China Age 65 74 years,Tot_P_P|Tot_P_M|P_Hong_Kong_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1397,Country of Birth of Person by Age by Sex +G1398,M_Hong_Kong_75_84,Males Hong Kong SAR of China Age 75 84 years,Tot_P_P|Tot_P_M|P_Hong_Kong_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1398,Country of Birth of Person by Age by Sex +G1399,M_Hong_Kong_85ov,Males Hong Kong SAR of China Age 85 years and over,Tot_P_P|Tot_P_M|P_Hong_Kong_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1399,Country of Birth of Person by Age by Sex +G1400,M_Hong_Kong_Tot,Males Hong Kong SAR of China Total,Tot_P_P|Tot_P_M|P_Hong_Kong_Tot,G09A,people,nationality,Total|MALES,,1400,Country of Birth of Person by Age by Sex +G1401,M_India_0_4,Males India Age 0 4 years,Tot_P_P|Tot_P_M|P_India_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1401,Country of Birth of Person by Age by Sex +G1402,M_India_5_14,Males India Age 5 14 years,Tot_P_P|Tot_P_M|P_India_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1402,Country of Birth of Person by Age by Sex +G1403,M_India_15_24,Males India Age 15 24 years,Tot_P_P|Tot_P_M|P_India_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1403,Country of Birth of Person by Age by Sex +G1404,M_India_25_44,Males India Age 25 44 years,Tot_P_P|Tot_P_M|P_India_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1404,Country of Birth of Person by Age by Sex +G1405,M_India_45_54,Males India Age 45 54 years,Tot_P_P|Tot_P_M|P_India_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1405,Country of Birth of Person by Age by Sex +G1406,M_India_55_64,Males India Age 55 64 years,Tot_P_P|Tot_P_M|P_India_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1406,Country of Birth of Person by Age by Sex +G1407,M_India_65_74,Males India Age 65 74 years,Tot_P_P|Tot_P_M|P_India_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1407,Country of Birth of Person by Age by Sex +G1408,M_India_75_84,Males India Age 75 84 years,Tot_P_P|Tot_P_M|P_India_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1408,Country of Birth of Person by Age by Sex +G1409,M_India_85ov,Males India Age 85 years and over,Tot_P_P|Tot_P_M|P_India_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1409,Country of Birth of Person by Age by Sex +G1410,M_India_Tot,Males India Total,Tot_P_P|Tot_P_M|P_India_Tot,G09A,people,nationality,Total|MALES,,1410,Country of Birth of Person by Age by Sex +G1411,M_Indonesia_0_4,Males Indonesia Age 0 4 years,Tot_P_P|Tot_P_M|P_Indonesia_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1411,Country of Birth of Person by Age by Sex +G1412,M_Indonesia_5_14,Males Indonesia Age 5 14 years,Tot_P_P|Tot_P_M|P_Indonesia_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1412,Country of Birth of Person by Age by Sex +G1413,M_Indonesia_15_24,Males Indonesia Age 15 24 years,Tot_P_P|Tot_P_M|P_Indonesia_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1413,Country of Birth of Person by Age by Sex +G1414,M_Indonesia_25_44,Males Indonesia Age 25 44 years,Tot_P_P|Tot_P_M|P_Indonesia_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1414,Country of Birth of Person by Age by Sex +G1415,M_Indonesia_45_54,Males Indonesia Age 45 54 years,Tot_P_P|Tot_P_M|P_Indonesia_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1415,Country of Birth of Person by Age by Sex +G1416,M_Indonesia_55_64,Males Indonesia Age 55 64 years,Tot_P_P|Tot_P_M|P_Indonesia_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1416,Country of Birth of Person by Age by Sex +G1417,M_Indonesia_65_74,Males Indonesia Age 65 74 years,Tot_P_P|Tot_P_M|P_Indonesia_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1417,Country of Birth of Person by Age by Sex +G1418,M_Indonesia_75_84,Males Indonesia Age 75 84 years,Tot_P_P|Tot_P_M|P_Indonesia_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1418,Country of Birth of Person by Age by Sex +G1419,M_Indonesia_85ov,Males Indonesia Age 85 years and over,Tot_P_P|Tot_P_M|P_Indonesia_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1419,Country of Birth of Person by Age by Sex +G1420,M_Indonesia_Tot,Males Indonesia Total,Tot_P_P|Tot_P_M|P_Indonesia_Tot,G09A,people,nationality,Total|MALES,,1420,Country of Birth of Person by Age by Sex +G1421,M_Iran_0_4,Males Iran Age 0 4 years,Tot_P_P|Tot_P_M|P_Iran_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1421,Country of Birth of Person by Age by Sex +G1422,M_Iran_5_14,Males Iran Age 5 14 years,Tot_P_P|Tot_P_M|P_Iran_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1422,Country of Birth of Person by Age by Sex +G1423,M_Iran_15_24,Males Iran Age 15 24 years,Tot_P_P|Tot_P_M|P_Iran_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1423,Country of Birth of Person by Age by Sex +G1424,M_Iran_25_44,Males Iran Age 25 44 years,Tot_P_P|Tot_P_M|P_Iran_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1424,Country of Birth of Person by Age by Sex +G1425,M_Iran_45_54,Males Iran Age 45 54 years,Tot_P_P|Tot_P_M|P_Iran_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1425,Country of Birth of Person by Age by Sex +G1426,M_Iran_55_64,Males Iran Age 55 64 years,Tot_P_P|Tot_P_M|P_Iran_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1426,Country of Birth of Person by Age by Sex +G1427,M_Iran_65_74,Males Iran Age 65 74 years,Tot_P_P|Tot_P_M|P_Iran_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1427,Country of Birth of Person by Age by Sex +G1428,M_Iran_75_84,Males Iran Age 75 84 years,Tot_P_P|Tot_P_M|P_Iran_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1428,Country of Birth of Person by Age by Sex +G1429,M_Iran_85ov,Males Iran Age 85 years and over,Tot_P_P|Tot_P_M|P_Iran_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1429,Country of Birth of Person by Age by Sex +G1430,M_Iran_Tot,Males Iran Total,Tot_P_P|Tot_P_M|P_Iran_Tot,G09A,people,nationality,Total|MALES,,1430,Country of Birth of Person by Age by Sex +G1431,M_Iraq_0_4,Males Iraq Age 0 4 years,Tot_P_P|Tot_P_M|P_Iraq_0_4,G09A,people,nationality,Age: 0-4 years|MALES,,1431,Country of Birth of Person by Age by Sex +G1432,M_Iraq_5_14,Males Iraq Age 5 14 years,Tot_P_P|Tot_P_M|P_Iraq_5_14,G09A,people,nationality,Age: 5-14 years|MALES,,1432,Country of Birth of Person by Age by Sex +G1433,M_Iraq_15_24,Males Iraq Age 15 24 years,Tot_P_P|Tot_P_M|P_Iraq_15_24,G09A,people,nationality,Age: 15-24 years|MALES,,1433,Country of Birth of Person by Age by Sex +G1434,M_Iraq_25_44,Males Iraq Age 25 44 years,Tot_P_P|Tot_P_M|P_Iraq_25_44,G09A,people,nationality,Age: 25-44 years|MALES,,1434,Country of Birth of Person by Age by Sex +G1435,M_Iraq_45_54,Males Iraq Age 45 54 years,Tot_P_P|Tot_P_M|P_Iraq_45_54,G09A,people,nationality,Age: 45-54 years|MALES,,1435,Country of Birth of Person by Age by Sex +G1436,M_Iraq_55_64,Males Iraq Age 55 64 years,Tot_P_P|Tot_P_M|P_Iraq_55_64,G09A,people,nationality,Age: 55-64 years|MALES,,1436,Country of Birth of Person by Age by Sex +G1437,M_Iraq_65_74,Males Iraq Age 65 74 years,Tot_P_P|Tot_P_M|P_Iraq_65_74,G09A,people,nationality,Age: 65-74 years|MALES,,1437,Country of Birth of Person by Age by Sex +G1438,M_Iraq_75_84,Males Iraq Age 75 84 years,Tot_P_P|Tot_P_M|P_Iraq_75_84,G09A,people,nationality,Age: 75-84 years|MALES,,1438,Country of Birth of Person by Age by Sex +G1439,M_Iraq_85ov,Males Iraq Age 85 years and over,Tot_P_P|Tot_P_M|P_Iraq_85ov,G09A,people,nationality,Age: 85 years and over|MALES,,1439,Country of Birth of Person by Age by Sex +G1440,M_Iraq_Tot,Males Iraq Total,Tot_P_P|Tot_P_M|P_Iraq_Tot,G09A,people,nationality,Total|MALES,,1440,Country of Birth of Person by Age by Sex +G1441,M_Ireland_0_4,Males Ireland Age 0 4 years,Tot_P_P|Tot_P_M|P_Ireland_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1441,Country of Birth of Person by Age by Sex +G1442,M_Ireland_5_14,Males Ireland Age 5 14 years,Tot_P_P|Tot_P_M|P_Ireland_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1442,Country of Birth of Person by Age by Sex +G1443,M_Ireland_15_24,Males Ireland Age 15 24 years,Tot_P_P|Tot_P_M|P_Ireland_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1443,Country of Birth of Person by Age by Sex +G1444,M_Ireland_25_44,Males Ireland Age 25 44 years,Tot_P_P|Tot_P_M|P_Ireland_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1444,Country of Birth of Person by Age by Sex +G1445,M_Ireland_45_54,Males Ireland Age 45 54 years,Tot_P_P|Tot_P_M|P_Ireland_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1445,Country of Birth of Person by Age by Sex +G1446,M_Ireland_55_64,Males Ireland Age 55 64 years,Tot_P_P|Tot_P_M|P_Ireland_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1446,Country of Birth of Person by Age by Sex +G1447,M_Ireland_65_74,Males Ireland Age 65 74 years,Tot_P_P|Tot_P_M|P_Ireland_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1447,Country of Birth of Person by Age by Sex +G1448,M_Ireland_75_84,Males Ireland Age 75 84 years,Tot_P_P|Tot_P_M|P_Ireland_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1448,Country of Birth of Person by Age by Sex +G1449,M_Ireland_85ov,Males Ireland Age 85 years and over,Tot_P_P|Tot_P_M|P_Ireland_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1449,Country of Birth of Person by Age by Sex +G1450,M_Ireland_Tot,Males Ireland Total,Tot_P_P|Tot_P_M|P_Ireland_Tot,G09B,people,nationality,Total|MALES,,1450,Country of Birth of Person by Age by Sex +G1451,M_Italy_0_4,Males Italy Age 0 4 years,Tot_P_P|Tot_P_M|P_Italy_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1451,Country of Birth of Person by Age by Sex +G1452,M_Italy_5_14,Males Italy Age 5 14 years,Tot_P_P|Tot_P_M|P_Italy_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1452,Country of Birth of Person by Age by Sex +G1453,M_Italy_15_24,Males Italy Age 15 24 years,Tot_P_P|Tot_P_M|P_Italy_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1453,Country of Birth of Person by Age by Sex +G1454,M_Italy_25_44,Males Italy Age 25 44 years,Tot_P_P|Tot_P_M|P_Italy_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1454,Country of Birth of Person by Age by Sex +G1455,M_Italy_45_54,Males Italy Age 45 54 years,Tot_P_P|Tot_P_M|P_Italy_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1455,Country of Birth of Person by Age by Sex +G1456,M_Italy_55_64,Males Italy Age 55 64 years,Tot_P_P|Tot_P_M|P_Italy_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1456,Country of Birth of Person by Age by Sex +G1457,M_Italy_65_74,Males Italy Age 65 74 years,Tot_P_P|Tot_P_M|P_Italy_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1457,Country of Birth of Person by Age by Sex +G1458,M_Italy_75_84,Males Italy Age 75 84 years,Tot_P_P|Tot_P_M|P_Italy_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1458,Country of Birth of Person by Age by Sex +G1459,M_Italy_85ov,Males Italy Age 85 years and over,Tot_P_P|Tot_P_M|P_Italy_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1459,Country of Birth of Person by Age by Sex +G1460,M_Italy_Tot,Males Italy Total,Tot_P_P|Tot_P_M|P_Italy_Tot,G09B,people,nationality,Total|MALES,,1460,Country of Birth of Person by Age by Sex +G1461,M_Japan_0_4,Males Japan Age 0 4 years,Tot_P_P|Tot_P_M|P_Japan_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1461,Country of Birth of Person by Age by Sex +G1462,M_Japan_5_14,Males Japan Age 5 14 years,Tot_P_P|Tot_P_M|P_Japan_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1462,Country of Birth of Person by Age by Sex +G1463,M_Japan_15_24,Males Japan Age 15 24 years,Tot_P_P|Tot_P_M|P_Japan_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1463,Country of Birth of Person by Age by Sex +G1464,M_Japan_25_44,Males Japan Age 25 44 years,Tot_P_P|Tot_P_M|P_Japan_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1464,Country of Birth of Person by Age by Sex +G1465,M_Japan_45_54,Males Japan Age 45 54 years,Tot_P_P|Tot_P_M|P_Japan_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1465,Country of Birth of Person by Age by Sex +G1466,M_Japan_55_64,Males Japan Age 55 64 years,Tot_P_P|Tot_P_M|P_Japan_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1466,Country of Birth of Person by Age by Sex +G1467,M_Japan_65_74,Males Japan Age 65 74 years,Tot_P_P|Tot_P_M|P_Japan_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1467,Country of Birth of Person by Age by Sex +G1468,M_Japan_75_84,Males Japan Age 75 84 years,Tot_P_P|Tot_P_M|P_Japan_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1468,Country of Birth of Person by Age by Sex +G1469,M_Japan_85ov,Males Japan Age 85 years and over,Tot_P_P|Tot_P_M|P_Japan_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1469,Country of Birth of Person by Age by Sex +G1470,M_Japan_Tot,Males Japan Total,Tot_P_P|Tot_P_M|P_Japan_Tot,G09B,people,nationality,Total|MALES,,1470,Country of Birth of Person by Age by Sex +G1471,M_Korea_South_0_4,Males Korea Republic of South Age 0 4 years,Tot_P_P|Tot_P_M|P_Korea_South_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1471,Country of Birth of Person by Age by Sex +G1472,M_Korea_South_5_14,Males Korea Republic of South Age 5 14 years,Tot_P_P|Tot_P_M|P_Korea_South_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1472,Country of Birth of Person by Age by Sex +G1473,M_Korea_South_15_24,Males Korea Republic of South Age 15 24 years,Tot_P_P|Tot_P_M|P_Korea_South_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1473,Country of Birth of Person by Age by Sex +G1474,M_Korea_South_25_44,Males Korea Republic of South Age 25 44 years,Tot_P_P|Tot_P_M|P_Korea_South_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1474,Country of Birth of Person by Age by Sex +G1475,M_Korea_South_45_54,Males Korea Republic of South Age 45 54 years,Tot_P_P|Tot_P_M|P_Korea_South_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1475,Country of Birth of Person by Age by Sex +G1476,M_Korea_South_55_64,Males Korea Republic of South Age 55 64 years,Tot_P_P|Tot_P_M|P_Korea_South_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1476,Country of Birth of Person by Age by Sex +G1477,M_Korea_South_65_74,Males Korea Republic of South Age 65 74 years,Tot_P_P|Tot_P_M|P_Korea_South_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1477,Country of Birth of Person by Age by Sex +G1478,M_Korea_South_75_84,Males Korea Republic of South Age 75 84 years,Tot_P_P|Tot_P_M|P_Korea_South_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1478,Country of Birth of Person by Age by Sex +G1479,M_Korea_South_85ov,Males Korea Republic of South Age 85 years and over,Tot_P_P|Tot_P_M|P_Korea_South_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1479,Country of Birth of Person by Age by Sex +G1480,M_Korea_South_Tot,Males Korea Republic of South Total,Tot_P_P|Tot_P_M|P_Korea_South_Tot,G09B,people,nationality,Total|MALES,,1480,Country of Birth of Person by Age by Sex +G1481,M_Lebanon_0_4,Males Lebanon Age 0 4 years,Tot_P_P|Tot_P_M|P_Lebanon_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1481,Country of Birth of Person by Age by Sex +G1482,M_Lebanon_5_14,Males Lebanon Age 5 14 years,Tot_P_P|Tot_P_M|P_Lebanon_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1482,Country of Birth of Person by Age by Sex +G1483,M_Lebanon_15_24,Males Lebanon Age 15 24 years,Tot_P_P|Tot_P_M|P_Lebanon_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1483,Country of Birth of Person by Age by Sex +G1484,M_Lebanon_25_44,Males Lebanon Age 25 44 years,Tot_P_P|Tot_P_M|P_Lebanon_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1484,Country of Birth of Person by Age by Sex +G1485,M_Lebanon_45_54,Males Lebanon Age 45 54 years,Tot_P_P|Tot_P_M|P_Lebanon_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1485,Country of Birth of Person by Age by Sex +G1486,M_Lebanon_55_64,Males Lebanon Age 55 64 years,Tot_P_P|Tot_P_M|P_Lebanon_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1486,Country of Birth of Person by Age by Sex +G1487,M_Lebanon_65_74,Males Lebanon Age 65 74 years,Tot_P_P|Tot_P_M|P_Lebanon_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1487,Country of Birth of Person by Age by Sex +G1488,M_Lebanon_75_84,Males Lebanon Age 75 84 years,Tot_P_P|Tot_P_M|P_Lebanon_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1488,Country of Birth of Person by Age by Sex +G1489,M_Lebanon_85ov,Males Lebanon Age 85 years and over,Tot_P_P|Tot_P_M|P_Lebanon_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1489,Country of Birth of Person by Age by Sex +G1490,M_Lebanon_Tot,Males Lebanon Total,Tot_P_P|Tot_P_M|P_Lebanon_Tot,G09B,people,nationality,Total|MALES,,1490,Country of Birth of Person by Age by Sex +G1491,M_Malaysia_0_4,Males Malaysia Age 0 4 years,Tot_P_P|Tot_P_M|P_Malaysia_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1491,Country of Birth of Person by Age by Sex +G1492,M_Malaysia_5_14,Males Malaysia Age 5 14 years,Tot_P_P|Tot_P_M|P_Malaysia_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1492,Country of Birth of Person by Age by Sex +G1493,M_Malaysia_15_24,Males Malaysia Age 15 24 years,Tot_P_P|Tot_P_M|P_Malaysia_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1493,Country of Birth of Person by Age by Sex +G1494,M_Malaysia_25_44,Males Malaysia Age 25 44 years,Tot_P_P|Tot_P_M|P_Malaysia_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1494,Country of Birth of Person by Age by Sex +G1495,M_Malaysia_45_54,Males Malaysia Age 45 54 years,Tot_P_P|Tot_P_M|P_Malaysia_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1495,Country of Birth of Person by Age by Sex +G1496,M_Malaysia_55_64,Males Malaysia Age 55 64 years,Tot_P_P|Tot_P_M|P_Malaysia_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1496,Country of Birth of Person by Age by Sex +G1497,M_Malaysia_65_74,Males Malaysia Age 65 74 years,Tot_P_P|Tot_P_M|P_Malaysia_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1497,Country of Birth of Person by Age by Sex +G1498,M_Malaysia_75_84,Males Malaysia Age 75 84 years,Tot_P_P|Tot_P_M|P_Malaysia_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1498,Country of Birth of Person by Age by Sex +G1499,M_Malaysia_85ov,Males Malaysia Age 85 years and over,Tot_P_P|Tot_P_M|P_Malaysia_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1499,Country of Birth of Person by Age by Sex +G1500,M_Malaysia_Tot,Males Malaysia Total,Tot_P_P|Tot_P_M|P_Malaysia_Tot,G09B,people,nationality,Total|MALES,,1500,Country of Birth of Person by Age by Sex +G1501,M_Malta_0_4,Males Malta Age 0 4 years,Tot_P_P|Tot_P_M|P_Malta_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1501,Country of Birth of Person by Age by Sex +G1502,M_Malta_5_14,Males Malta Age 5 14 years,Tot_P_P|Tot_P_M|P_Malta_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1502,Country of Birth of Person by Age by Sex +G1503,M_Malta_15_24,Males Malta Age 15 24 years,Tot_P_P|Tot_P_M|P_Malta_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1503,Country of Birth of Person by Age by Sex +G1504,M_Malta_25_44,Males Malta Age 25 44 years,Tot_P_P|Tot_P_M|P_Malta_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1504,Country of Birth of Person by Age by Sex +G1505,M_Malta_45_54,Males Malta Age 45 54 years,Tot_P_P|Tot_P_M|P_Malta_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1505,Country of Birth of Person by Age by Sex +G1506,M_Malta_55_64,Males Malta Age 55 64 years,Tot_P_P|Tot_P_M|P_Malta_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1506,Country of Birth of Person by Age by Sex +G1507,M_Malta_65_74,Males Malta Age 65 74 years,Tot_P_P|Tot_P_M|P_Malta_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1507,Country of Birth of Person by Age by Sex +G1508,M_Malta_75_84,Males Malta Age 75 84 years,Tot_P_P|Tot_P_M|P_Malta_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1508,Country of Birth of Person by Age by Sex +G1509,M_Malta_85ov,Males Malta Age 85 years and over,Tot_P_P|Tot_P_M|P_Malta_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1509,Country of Birth of Person by Age by Sex +G1510,M_Malta_Tot,Males Malta Total,Tot_P_P|Tot_P_M|P_Malta_Tot,G09B,people,nationality,Total|MALES,,1510,Country of Birth of Person by Age by Sex +G1511,M_Mauritius_0_4,Males Mauritius Age 0 4 years,Tot_P_P|Tot_P_M|P_Mauritius_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1511,Country of Birth of Person by Age by Sex +G1512,M_Mauritius_5_14,Males Mauritius Age 5 14 years,Tot_P_P|Tot_P_M|P_Mauritius_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1512,Country of Birth of Person by Age by Sex +G1513,M_Mauritius_15_24,Males Mauritius Age 15 24 years,Tot_P_P|Tot_P_M|P_Mauritius_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1513,Country of Birth of Person by Age by Sex +G1514,M_Mauritius_25_44,Males Mauritius Age 25 44 years,Tot_P_P|Tot_P_M|P_Mauritius_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1514,Country of Birth of Person by Age by Sex +G1515,M_Mauritius_45_54,Males Mauritius Age 45 54 years,Tot_P_P|Tot_P_M|P_Mauritius_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1515,Country of Birth of Person by Age by Sex +G1516,M_Mauritius_55_64,Males Mauritius Age 55 64 years,Tot_P_P|Tot_P_M|P_Mauritius_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1516,Country of Birth of Person by Age by Sex +G1517,M_Mauritius_65_74,Males Mauritius Age 65 74 years,Tot_P_P|Tot_P_M|P_Mauritius_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1517,Country of Birth of Person by Age by Sex +G1518,M_Mauritius_75_84,Males Mauritius Age 75 84 years,Tot_P_P|Tot_P_M|P_Mauritius_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1518,Country of Birth of Person by Age by Sex +G1519,M_Mauritius_85ov,Males Mauritius Age 85 years and over,Tot_P_P|Tot_P_M|P_Mauritius_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1519,Country of Birth of Person by Age by Sex +G1520,M_Mauritius_Tot,Males Mauritius Total,Tot_P_P|Tot_P_M|P_Mauritius_Tot,G09B,people,nationality,Total|MALES,,1520,Country of Birth of Person by Age by Sex +G1521,M_Myanmar_0_4,Males Myanmar Age 0 4 years,Tot_P_P|Tot_P_M|P_Myanmar_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1521,Country of Birth of Person by Age by Sex +G1522,M_Myanmar_5_14,Males Myanmar Age 5 14 years,Tot_P_P|Tot_P_M|P_Myanmar_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1522,Country of Birth of Person by Age by Sex +G1523,M_Myanmar_15_24,Males Myanmar Age 15 24 years,Tot_P_P|Tot_P_M|P_Myanmar_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1523,Country of Birth of Person by Age by Sex +G1524,M_Myanmar_25_44,Males Myanmar Age 25 44 years,Tot_P_P|Tot_P_M|P_Myanmar_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1524,Country of Birth of Person by Age by Sex +G1525,M_Myanmar_45_54,Males Myanmar Age 45 54 years,Tot_P_P|Tot_P_M|P_Myanmar_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1525,Country of Birth of Person by Age by Sex +G1526,M_Myanmar_55_64,Males Myanmar Age 55 64 years,Tot_P_P|Tot_P_M|P_Myanmar_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1526,Country of Birth of Person by Age by Sex +G1527,M_Myanmar_65_74,Males Myanmar Age 65 74 years,Tot_P_P|Tot_P_M|P_Myanmar_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1527,Country of Birth of Person by Age by Sex +G1528,M_Myanmar_75_84,Males Myanmar Age 75 84 years,Tot_P_P|Tot_P_M|P_Myanmar_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1528,Country of Birth of Person by Age by Sex +G1529,M_Myanmar_85ov,Males Myanmar Age 85 years and over,Tot_P_P|Tot_P_M|P_Myanmar_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1529,Country of Birth of Person by Age by Sex +G1530,M_Myanmar_Tot,Males Myanmar Total,Tot_P_P|Tot_P_M|P_Myanmar_Tot,G09B,people,nationality,Total|MALES,,1530,Country of Birth of Person by Age by Sex +G1531,M_Nepal_0_4,Males Nepal Age 0 4 years,Tot_P_P|Tot_P_M|P_Nepal_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1531,Country of Birth of Person by Age by Sex +G1532,M_Nepal_5_14,Males Nepal Age 5 14 years,Tot_P_P|Tot_P_M|P_Nepal_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1532,Country of Birth of Person by Age by Sex +G1533,M_Nepal_15_24,Males Nepal Age 15 24 years,Tot_P_P|Tot_P_M|P_Nepal_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1533,Country of Birth of Person by Age by Sex +G1534,M_Nepal_25_44,Males Nepal Age 25 44 years,Tot_P_P|Tot_P_M|P_Nepal_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1534,Country of Birth of Person by Age by Sex +G1535,M_Nepal_45_54,Males Nepal Age 45 54 years,Tot_P_P|Tot_P_M|P_Nepal_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1535,Country of Birth of Person by Age by Sex +G1536,M_Nepal_55_64,Males Nepal Age 55 64 years,Tot_P_P|Tot_P_M|P_Nepal_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1536,Country of Birth of Person by Age by Sex +G1537,M_Nepal_65_74,Males Nepal Age 65 74 years,Tot_P_P|Tot_P_M|P_Nepal_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1537,Country of Birth of Person by Age by Sex +G1538,M_Nepal_75_84,Males Nepal Age 75 84 years,Tot_P_P|Tot_P_M|P_Nepal_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1538,Country of Birth of Person by Age by Sex +G1539,M_Nepal_85ov,Males Nepal Age 85 years and over,Tot_P_P|Tot_P_M|P_Nepal_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1539,Country of Birth of Person by Age by Sex +G1540,M_Nepal_Tot,Males Nepal Total,Tot_P_P|Tot_P_M|P_Nepal_Tot,G09B,people,nationality,Total|MALES,,1540,Country of Birth of Person by Age by Sex +G1541,M_Netherlands_0_4,Males Netherlands Age 0 4 years,Tot_P_P|Tot_P_M|P_Netherlands_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1541,Country of Birth of Person by Age by Sex +G1542,M_Netherlands_5_14,Males Netherlands Age 5 14 years,Tot_P_P|Tot_P_M|P_Netherlands_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1542,Country of Birth of Person by Age by Sex +G1543,M_Netherlands_15_24,Males Netherlands Age 15 24 years,Tot_P_P|Tot_P_M|P_Netherlands_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1543,Country of Birth of Person by Age by Sex +G1544,M_Netherlands_25_44,Males Netherlands Age 25 44 years,Tot_P_P|Tot_P_M|P_Netherlands_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1544,Country of Birth of Person by Age by Sex +G1545,M_Netherlands_45_54,Males Netherlands Age 45 54 years,Tot_P_P|Tot_P_M|P_Netherlands_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1545,Country of Birth of Person by Age by Sex +G1546,M_Netherlands_55_64,Males Netherlands Age 55 64 years,Tot_P_P|Tot_P_M|P_Netherlands_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1546,Country of Birth of Person by Age by Sex +G1547,M_Netherlands_65_74,Males Netherlands Age 65 74 years,Tot_P_P|Tot_P_M|P_Netherlands_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1547,Country of Birth of Person by Age by Sex +G1548,M_Netherlands_75_84,Males Netherlands Age 75 84 years,Tot_P_P|Tot_P_M|P_Netherlands_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1548,Country of Birth of Person by Age by Sex +G1549,M_Netherlands_85ov,Males Netherlands Age 85 years and over,Tot_P_P|Tot_P_M|P_Netherlands_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1549,Country of Birth of Person by Age by Sex +G1550,M_Netherlands_Tot,Males Netherlands Total,Tot_P_P|Tot_P_M|P_Netherlands_Tot,G09B,people,nationality,Total|MALES,,1550,Country of Birth of Person by Age by Sex +G1551,M_New_Zealand_0_4,Males New Zealand Age 0 4 years,Tot_P_P|Tot_P_M|P_New_Zealand_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1551,Country of Birth of Person by Age by Sex +G1552,M_New_Zealand_5_14,Males New Zealand Age 5 14 years,Tot_P_P|Tot_P_M|P_New_Zealand_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1552,Country of Birth of Person by Age by Sex +G1553,M_New_Zealand_15_24,Males New Zealand Age 15 24 years,Tot_P_P|Tot_P_M|P_New_Zealand_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1553,Country of Birth of Person by Age by Sex +G1554,M_New_Zealand_25_44,Males New Zealand Age 25 44 years,Tot_P_P|Tot_P_M|P_New_Zealand_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1554,Country of Birth of Person by Age by Sex +G1555,M_New_Zealand_45_54,Males New Zealand Age 45 54 years,Tot_P_P|Tot_P_M|P_New_Zealand_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1555,Country of Birth of Person by Age by Sex +G1556,M_New_Zealand_55_64,Males New Zealand Age 55 64 years,Tot_P_P|Tot_P_M|P_New_Zealand_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1556,Country of Birth of Person by Age by Sex +G1557,M_New_Zealand_65_74,Males New Zealand Age 65 74 years,Tot_P_P|Tot_P_M|P_New_Zealand_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1557,Country of Birth of Person by Age by Sex +G1558,M_New_Zealand_75_84,Males New Zealand Age 75 84 years,Tot_P_P|Tot_P_M|P_New_Zealand_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1558,Country of Birth of Person by Age by Sex +G1559,M_New_Zealand_85ov,Males New Zealand Age 85 years and over,Tot_P_P|Tot_P_M|P_New_Zealand_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1559,Country of Birth of Person by Age by Sex +G1560,M_New_Zealand_Tot,Males New Zealand Total,Tot_P_P|Tot_P_M|P_New_Zealand_Tot,G09B,people,nationality,Total|MALES,,1560,Country of Birth of Person by Age by Sex +G1561,M_Nthern_Ireland_0_4,Males Northern Ireland Age 0 4 years,Tot_P_P|Tot_P_M|P_Nthern_Ireland_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1561,Country of Birth of Person by Age by Sex +G1562,M_Nthern_Ireland_5_14,Males Northern Ireland Age 5 14 years,Tot_P_P|Tot_P_M|P_Nthern_Ireland_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1562,Country of Birth of Person by Age by Sex +G1563,M_Nthern_Ireland_15_24,Males Northern Ireland Age 15 24 years,Tot_P_P|Tot_P_M|P_Nthern_Ireland_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1563,Country of Birth of Person by Age by Sex +G1564,M_Nthern_Ireland_25_44,Males Northern Ireland Age 25 44 years,Tot_P_P|Tot_P_M|P_Nthern_Ireland_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1564,Country of Birth of Person by Age by Sex +G1565,M_Nthern_Ireland_45_54,Males Northern Ireland Age 45 54 years,Tot_P_P|Tot_P_M|P_Nthern_Ireland_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1565,Country of Birth of Person by Age by Sex +G1566,M_Nthern_Ireland_55_64,Males Northern Ireland Age 55 64 years,Tot_P_P|Tot_P_M|P_Nthern_Ireland_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1566,Country of Birth of Person by Age by Sex +G1567,M_Nthern_Ireland_65_74,Males Northern Ireland Age 65 74 years,Tot_P_P|Tot_P_M|P_Nthern_Ireland_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1567,Country of Birth of Person by Age by Sex +G1568,M_Nthern_Ireland_75_84,Males Northern Ireland Age 75 84 years,Tot_P_P|Tot_P_M|P_Nthern_Ireland_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1568,Country of Birth of Person by Age by Sex +G1569,M_Nthern_Ireland_85ov,Males Northern Ireland Age 85 years and over,Tot_P_P|Tot_P_M|P_Nthern_Ireland_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1569,Country of Birth of Person by Age by Sex +G1570,M_Nthern_Ireland_Tot,Males Northern Ireland Total,Tot_P_P|Tot_P_M|P_Nthern_Ireland_Tot,G09B,people,nationality,Total|MALES,,1570,Country of Birth of Person by Age by Sex +G1571,M_Pakistan_0_4,Males Pakistan Age 0 4 years,Tot_P_P|Tot_P_M|P_Pakistan_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1571,Country of Birth of Person by Age by Sex +G1572,M_Pakistan_5_14,Males Pakistan Age 5 14 years,Tot_P_P|Tot_P_M|P_Pakistan_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1572,Country of Birth of Person by Age by Sex +G1573,M_Pakistan_15_24,Males Pakistan Age 15 24 years,Tot_P_P|Tot_P_M|P_Pakistan_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1573,Country of Birth of Person by Age by Sex +G1574,M_Pakistan_25_44,Males Pakistan Age 25 44 years,Tot_P_P|Tot_P_M|P_Pakistan_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1574,Country of Birth of Person by Age by Sex +G1575,M_Pakistan_45_54,Males Pakistan Age 45 54 years,Tot_P_P|Tot_P_M|P_Pakistan_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1575,Country of Birth of Person by Age by Sex +G1576,M_Pakistan_55_64,Males Pakistan Age 55 64 years,Tot_P_P|Tot_P_M|P_Pakistan_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1576,Country of Birth of Person by Age by Sex +G1577,M_Pakistan_65_74,Males Pakistan Age 65 74 years,Tot_P_P|Tot_P_M|P_Pakistan_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1577,Country of Birth of Person by Age by Sex +G1578,M_Pakistan_75_84,Males Pakistan Age 75 84 years,Tot_P_P|Tot_P_M|P_Pakistan_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1578,Country of Birth of Person by Age by Sex +G1579,M_Pakistan_85ov,Males Pakistan Age 85 years and over,Tot_P_P|Tot_P_M|P_Pakistan_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1579,Country of Birth of Person by Age by Sex +G1580,M_Pakistan_Tot,Males Pakistan Total,Tot_P_P|Tot_P_M|P_Pakistan_Tot,G09B,people,nationality,Total|MALES,,1580,Country of Birth of Person by Age by Sex +G1581,M_PNG_0_4,Males Papua New Guinea Age 0 4 years,Tot_P_P|Tot_P_M|P_PNG_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1581,Country of Birth of Person by Age by Sex +G1582,M_PNG_5_14,Males Papua New Guinea Age 5 14 years,Tot_P_P|Tot_P_M|P_PNG_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1582,Country of Birth of Person by Age by Sex +G1583,M_PNG_15_24,Males Papua New Guinea Age 15 24 years,Tot_P_P|Tot_P_M|P_PNG_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1583,Country of Birth of Person by Age by Sex +G1584,M_PNG_25_44,Males Papua New Guinea Age 25 44 years,Tot_P_P|Tot_P_M|P_PNG_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1584,Country of Birth of Person by Age by Sex +G1585,M_PNG_45_54,Males Papua New Guinea Age 45 54 years,Tot_P_P|Tot_P_M|P_PNG_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1585,Country of Birth of Person by Age by Sex +G1586,M_PNG_55_64,Males Papua New Guinea Age 55 64 years,Tot_P_P|Tot_P_M|P_PNG_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1586,Country of Birth of Person by Age by Sex +G1587,M_PNG_65_74,Males Papua New Guinea Age 65 74 years,Tot_P_P|Tot_P_M|P_PNG_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1587,Country of Birth of Person by Age by Sex +G1588,M_PNG_75_84,Males Papua New Guinea Age 75 84 years,Tot_P_P|Tot_P_M|P_PNG_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1588,Country of Birth of Person by Age by Sex +G1589,M_PNG_85ov,Males Papua New Guinea Age 85 years and over,Tot_P_P|Tot_P_M|P_PNG_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1589,Country of Birth of Person by Age by Sex +G1590,M_PNG_Tot,Males Papua New Guinea Total,Tot_P_P|Tot_P_M|P_PNG_Tot,G09B,people,nationality,Total|MALES,,1590,Country of Birth of Person by Age by Sex +G1591,M_Philippines_0_4,Males Philippines Age 0 4 years,Tot_P_P|Tot_P_M|P_Philippines_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1591,Country of Birth of Person by Age by Sex +G1592,M_Philippines_5_14,Males Philippines Age 5 14 years,Tot_P_P|Tot_P_M|P_Philippines_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1592,Country of Birth of Person by Age by Sex +G1593,M_Philippines_15_24,Males Philippines Age 15 24 years,Tot_P_P|Tot_P_M|P_Philippines_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1593,Country of Birth of Person by Age by Sex +G1594,M_Philippines_25_44,Males Philippines Age 25 44 years,Tot_P_P|Tot_P_M|P_Philippines_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1594,Country of Birth of Person by Age by Sex +G1595,M_Philippines_45_54,Males Philippines Age 45 54 years,Tot_P_P|Tot_P_M|P_Philippines_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1595,Country of Birth of Person by Age by Sex +G1596,M_Philippines_55_64,Males Philippines Age 55 64 years,Tot_P_P|Tot_P_M|P_Philippines_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1596,Country of Birth of Person by Age by Sex +G1597,M_Philippines_65_74,Males Philippines Age 65 74 years,Tot_P_P|Tot_P_M|P_Philippines_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1597,Country of Birth of Person by Age by Sex +G1598,M_Philippines_75_84,Males Philippines Age 75 84 years,Tot_P_P|Tot_P_M|P_Philippines_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1598,Country of Birth of Person by Age by Sex +G1599,M_Philippines_85ov,Males Philippines Age 85 years and over,Tot_P_P|Tot_P_M|P_Philippines_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1599,Country of Birth of Person by Age by Sex +G1600,M_Philippines_Tot,Males Philippines Total,Tot_P_P|Tot_P_M|P_Philippines_Tot,G09B,people,nationality,Total|MALES,,1600,Country of Birth of Person by Age by Sex +G1601,M_Poland_0_4,Males Poland Age 0 4 years,Tot_P_P|Tot_P_M|P_Poland_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1601,Country of Birth of Person by Age by Sex +G1602,M_Poland_5_14,Males Poland Age 5 14 years,Tot_P_P|Tot_P_M|P_Poland_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1602,Country of Birth of Person by Age by Sex +G1603,M_Poland_15_24,Males Poland Age 15 24 years,Tot_P_P|Tot_P_M|P_Poland_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1603,Country of Birth of Person by Age by Sex +G1604,M_Poland_25_44,Males Poland Age 25 44 years,Tot_P_P|Tot_P_M|P_Poland_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1604,Country of Birth of Person by Age by Sex +G1605,M_Poland_45_54,Males Poland Age 45 54 years,Tot_P_P|Tot_P_M|P_Poland_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1605,Country of Birth of Person by Age by Sex +G1606,M_Poland_55_64,Males Poland Age 55 64 years,Tot_P_P|Tot_P_M|P_Poland_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1606,Country of Birth of Person by Age by Sex +G1607,M_Poland_65_74,Males Poland Age 65 74 years,Tot_P_P|Tot_P_M|P_Poland_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1607,Country of Birth of Person by Age by Sex +G1608,M_Poland_75_84,Males Poland Age 75 84 years,Tot_P_P|Tot_P_M|P_Poland_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1608,Country of Birth of Person by Age by Sex +G1609,M_Poland_85ov,Males Poland Age 85 years and over,Tot_P_P|Tot_P_M|P_Poland_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1609,Country of Birth of Person by Age by Sex +G1610,M_Poland_Tot,Males Poland Total,Tot_P_P|Tot_P_M|P_Poland_Tot,G09B,people,nationality,Total|MALES,,1610,Country of Birth of Person by Age by Sex +G1611,M_Scotland_0_4,Males Scotland Age 0 4 years,Tot_P_P|Tot_P_M|P_Scotland_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1611,Country of Birth of Person by Age by Sex +G1612,M_Scotland_5_14,Males Scotland Age 5 14 years,Tot_P_P|Tot_P_M|P_Scotland_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1612,Country of Birth of Person by Age by Sex +G1613,M_Scotland_15_24,Males Scotland Age 15 24 years,Tot_P_P|Tot_P_M|P_Scotland_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1613,Country of Birth of Person by Age by Sex +G1614,M_Scotland_25_44,Males Scotland Age 25 44 years,Tot_P_P|Tot_P_M|P_Scotland_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1614,Country of Birth of Person by Age by Sex +G1615,M_Scotland_45_54,Males Scotland Age 45 54 years,Tot_P_P|Tot_P_M|P_Scotland_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1615,Country of Birth of Person by Age by Sex +G1616,M_Scotland_55_64,Males Scotland Age 55 64 years,Tot_P_P|Tot_P_M|P_Scotland_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1616,Country of Birth of Person by Age by Sex +G1617,M_Scotland_65_74,Males Scotland Age 65 74 years,Tot_P_P|Tot_P_M|P_Scotland_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1617,Country of Birth of Person by Age by Sex +G1618,M_Scotland_75_84,Males Scotland Age 75 84 years,Tot_P_P|Tot_P_M|P_Scotland_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1618,Country of Birth of Person by Age by Sex +G1619,M_Scotland_85ov,Males Scotland Age 85 years and over,Tot_P_P|Tot_P_M|P_Scotland_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1619,Country of Birth of Person by Age by Sex +G1620,M_Scotland_Tot,Males Scotland Total,Tot_P_P|Tot_P_M|P_Scotland_Tot,G09B,people,nationality,Total|MALES,,1620,Country of Birth of Person by Age by Sex +G1621,M_Singapore_0_4,Males Singapore Age 0 4 years,Tot_P_P|Tot_P_M|P_Singapore_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1621,Country of Birth of Person by Age by Sex +G1622,M_Singapore_5_14,Males Singapore Age 5 14 years,Tot_P_P|Tot_P_M|P_Singapore_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1622,Country of Birth of Person by Age by Sex +G1623,M_Singapore_15_24,Males Singapore Age 15 24 years,Tot_P_P|Tot_P_M|P_Singapore_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1623,Country of Birth of Person by Age by Sex +G1624,M_Singapore_25_44,Males Singapore Age 25 44 years,Tot_P_P|Tot_P_M|P_Singapore_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1624,Country of Birth of Person by Age by Sex +G1625,M_Singapore_45_54,Males Singapore Age 45 54 years,Tot_P_P|Tot_P_M|P_Singapore_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1625,Country of Birth of Person by Age by Sex +G1626,M_Singapore_55_64,Males Singapore Age 55 64 years,Tot_P_P|Tot_P_M|P_Singapore_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1626,Country of Birth of Person by Age by Sex +G1627,M_Singapore_65_74,Males Singapore Age 65 74 years,Tot_P_P|Tot_P_M|P_Singapore_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1627,Country of Birth of Person by Age by Sex +G1628,M_Singapore_75_84,Males Singapore Age 75 84 years,Tot_P_P|Tot_P_M|P_Singapore_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1628,Country of Birth of Person by Age by Sex +G1629,M_Singapore_85ov,Males Singapore Age 85 years and over,Tot_P_P|Tot_P_M|P_Singapore_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1629,Country of Birth of Person by Age by Sex +G1630,M_Singapore_Tot,Males Singapore Total,Tot_P_P|Tot_P_M|P_Singapore_Tot,G09B,people,nationality,Total|MALES,,1630,Country of Birth of Person by Age by Sex +G1631,M_South_Africa_0_4,Males South Africa Age 0 4 years,Tot_P_P|Tot_P_M|P_South_Africa_0_4,G09B,people,nationality,Age: 0-4 years|MALES,,1631,Country of Birth of Person by Age by Sex +G1632,M_South_Africa_5_14,Males South Africa Age 5 14 years,Tot_P_P|Tot_P_M|P_South_Africa_5_14,G09B,people,nationality,Age: 5-14 years|MALES,,1632,Country of Birth of Person by Age by Sex +G1633,M_South_Africa_15_24,Males South Africa Age 15 24 years,Tot_P_P|Tot_P_M|P_South_Africa_15_24,G09B,people,nationality,Age: 15-24 years|MALES,,1633,Country of Birth of Person by Age by Sex +G1634,M_South_Africa_25_44,Males South Africa Age 25 44 years,Tot_P_P|Tot_P_M|P_South_Africa_25_44,G09B,people,nationality,Age: 25-44 years|MALES,,1634,Country of Birth of Person by Age by Sex +G1635,M_South_Africa_45_54,Males South Africa Age 45 54 years,Tot_P_P|Tot_P_M|P_South_Africa_45_54,G09B,people,nationality,Age: 45-54 years|MALES,,1635,Country of Birth of Person by Age by Sex +G1636,M_South_Africa_55_64,Males South Africa Age 55 64 years,Tot_P_P|Tot_P_M|P_South_Africa_55_64,G09B,people,nationality,Age: 55-64 years|MALES,,1636,Country of Birth of Person by Age by Sex +G1637,M_South_Africa_65_74,Males South Africa Age 65 74 years,Tot_P_P|Tot_P_M|P_South_Africa_65_74,G09B,people,nationality,Age: 65-74 years|MALES,,1637,Country of Birth of Person by Age by Sex +G1638,M_South_Africa_75_84,Males South Africa Age 75 84 years,Tot_P_P|Tot_P_M|P_South_Africa_75_84,G09B,people,nationality,Age: 75-84 years|MALES,,1638,Country of Birth of Person by Age by Sex +G1639,M_South_Africa_85ov,Males South Africa Age 85 years and over,Tot_P_P|Tot_P_M|P_South_Africa_85ov,G09B,people,nationality,Age: 85 years and over|MALES,,1639,Country of Birth of Person by Age by Sex +G1640,M_South_Africa_Tot,Males South Africa Total,Tot_P_P|Tot_P_M|P_South_Africa_Tot,G09B,people,nationality,Total|MALES,,1640,Country of Birth of Person by Age by Sex +G1641,M_SE_Europe_nfd_0_4,Males South Eastern Europe nfd Age 0 4 years,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1641,Country of Birth of Person by Age by Sex +G1642,M_SE_Europe_nfd_5_14,Males South Eastern Europe nfd Age 5 14 years,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1642,Country of Birth of Person by Age by Sex +G1643,M_SE_Europe_nfd_15_24,Males South Eastern Europe nfd Age 15 24 years,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1643,Country of Birth of Person by Age by Sex +G1644,M_SE_Europe_nfd_25_44,Males South Eastern Europe nfd Age 25 44 years,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1644,Country of Birth of Person by Age by Sex +G1645,M_SE_Europe_nfd_45_54,Males South Eastern Europe nfd Age 45 54 years,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1645,Country of Birth of Person by Age by Sex +G1646,M_SE_Europe_nfd_55_64,Males South Eastern Europe nfd Age 55 64 years,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1646,Country of Birth of Person by Age by Sex +G1647,M_SE_Europe_nfd_65_74,Males South Eastern Europe nfd Age 65 74 years,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1647,Country of Birth of Person by Age by Sex +G1648,M_SE_Europe_nfd_75_84,Males South Eastern Europe nfd Age 75 84 years,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1648,Country of Birth of Person by Age by Sex +G1649,M_SE_Europe_nfd_85ov,Males South Eastern Europe nfd Age 85 years and over,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1649,Country of Birth of Person by Age by Sex +G1650,M_SE_Europe_nfd_Tot,Males South Eastern Europe nfd Total,Tot_P_P|Tot_P_M|P_SE_Europe_nfd_Tot,G09C,people,nationality,Total|MALES,,1650,Country of Birth of Person by Age by Sex +G1651,M_Sri_Lanka_0_4,Males Sri Lanka Age 0 4 years,Tot_P_P|Tot_P_M|P_Sri_Lanka_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1651,Country of Birth of Person by Age by Sex +G1652,M_Sri_Lanka_5_14,Males Sri Lanka Age 5 14 years,Tot_P_P|Tot_P_M|P_Sri_Lanka_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1652,Country of Birth of Person by Age by Sex +G1653,M_Sri_Lanka_15_24,Males Sri Lanka Age 15 24 years,Tot_P_P|Tot_P_M|P_Sri_Lanka_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1653,Country of Birth of Person by Age by Sex +G1654,M_Sri_Lanka_25_44,Males Sri Lanka Age 25 44 years,Tot_P_P|Tot_P_M|P_Sri_Lanka_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1654,Country of Birth of Person by Age by Sex +G1655,M_Sri_Lanka_45_54,Males Sri Lanka Age 45 54 years,Tot_P_P|Tot_P_M|P_Sri_Lanka_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1655,Country of Birth of Person by Age by Sex +G1656,M_Sri_Lanka_55_64,Males Sri Lanka Age 55 64 years,Tot_P_P|Tot_P_M|P_Sri_Lanka_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1656,Country of Birth of Person by Age by Sex +G1657,M_Sri_Lanka_65_74,Males Sri Lanka Age 65 74 years,Tot_P_P|Tot_P_M|P_Sri_Lanka_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1657,Country of Birth of Person by Age by Sex +G1658,M_Sri_Lanka_75_84,Males Sri Lanka Age 75 84 years,Tot_P_P|Tot_P_M|P_Sri_Lanka_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1658,Country of Birth of Person by Age by Sex +G1659,M_Sri_Lanka_85ov,Males Sri Lanka Age 85 years and over,Tot_P_P|Tot_P_M|P_Sri_Lanka_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1659,Country of Birth of Person by Age by Sex +G1660,M_Sri_Lanka_Tot,Males Sri Lanka Total,Tot_P_P|Tot_P_M|P_Sri_Lanka_Tot,G09C,people,nationality,Total|MALES,,1660,Country of Birth of Person by Age by Sex +G1661,M_Taiwan_0_4,Males Taiwan Age 0 4 years,Tot_P_P|Tot_P_M|P_Taiwan_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1661,Country of Birth of Person by Age by Sex +G1662,M_Taiwan_5_14,Males Taiwan Age 5 14 years,Tot_P_P|Tot_P_M|P_Taiwan_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1662,Country of Birth of Person by Age by Sex +G1663,M_Taiwan_15_24,Males Taiwan Age 15 24 years,Tot_P_P|Tot_P_M|P_Taiwan_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1663,Country of Birth of Person by Age by Sex +G1664,M_Taiwan_25_44,Males Taiwan Age 25 44 years,Tot_P_P|Tot_P_M|P_Taiwan_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1664,Country of Birth of Person by Age by Sex +G1665,M_Taiwan_45_54,Males Taiwan Age 45 54 years,Tot_P_P|Tot_P_M|P_Taiwan_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1665,Country of Birth of Person by Age by Sex +G1666,M_Taiwan_55_64,Males Taiwan Age 55 64 years,Tot_P_P|Tot_P_M|P_Taiwan_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1666,Country of Birth of Person by Age by Sex +G1667,M_Taiwan_65_74,Males Taiwan Age 65 74 years,Tot_P_P|Tot_P_M|P_Taiwan_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1667,Country of Birth of Person by Age by Sex +G1668,M_Taiwan_75_84,Males Taiwan Age 75 84 years,Tot_P_P|Tot_P_M|P_Taiwan_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1668,Country of Birth of Person by Age by Sex +G1669,M_Taiwan_85ov,Males Taiwan Age 85 years and over,Tot_P_P|Tot_P_M|P_Taiwan_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1669,Country of Birth of Person by Age by Sex +G1670,M_Taiwan_Tot,Males Taiwan Total,Tot_P_P|Tot_P_M|P_Taiwan_Tot,G09C,people,nationality,Total|MALES,,1670,Country of Birth of Person by Age by Sex +G1671,M_Thailand_0_4,Males Thailand Age 0 4 years,Tot_P_P|Tot_P_M|P_Thailand_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1671,Country of Birth of Person by Age by Sex +G1672,M_Thailand_5_14,Males Thailand Age 5 14 years,Tot_P_P|Tot_P_M|P_Thailand_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1672,Country of Birth of Person by Age by Sex +G1673,M_Thailand_15_24,Males Thailand Age 15 24 years,Tot_P_P|Tot_P_M|P_Thailand_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1673,Country of Birth of Person by Age by Sex +G1674,M_Thailand_25_44,Males Thailand Age 25 44 years,Tot_P_P|Tot_P_M|P_Thailand_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1674,Country of Birth of Person by Age by Sex +G1675,M_Thailand_45_54,Males Thailand Age 45 54 years,Tot_P_P|Tot_P_M|P_Thailand_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1675,Country of Birth of Person by Age by Sex +G1676,M_Thailand_55_64,Males Thailand Age 55 64 years,Tot_P_P|Tot_P_M|P_Thailand_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1676,Country of Birth of Person by Age by Sex +G1677,M_Thailand_65_74,Males Thailand Age 65 74 years,Tot_P_P|Tot_P_M|P_Thailand_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1677,Country of Birth of Person by Age by Sex +G1678,M_Thailand_75_84,Males Thailand Age 75 84 years,Tot_P_P|Tot_P_M|P_Thailand_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1678,Country of Birth of Person by Age by Sex +G1679,M_Thailand_85ov,Males Thailand Age 85 years and over,Tot_P_P|Tot_P_M|P_Thailand_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1679,Country of Birth of Person by Age by Sex +G1680,M_Thailand_Tot,Males Thailand Total,Tot_P_P|Tot_P_M|P_Thailand_Tot,G09C,people,nationality,Total|MALES,,1680,Country of Birth of Person by Age by Sex +G1681,M_FYROM_0_4,Males The Former Yugoslav Republic of Macedonia Age 0 4 years,Tot_P_P|Tot_P_M|P_FYROM_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1681,Country of Birth of Person by Age by Sex +G1682,M_FYROM_5_14,Males The Former Yugoslav Republic of Macedonia Age 5 14 years,Tot_P_P|Tot_P_M|P_FYROM_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1682,Country of Birth of Person by Age by Sex +G1683,M_FYROM_15_24,Males The Former Yugoslav Republic of Macedonia Age 15 24 years,Tot_P_P|Tot_P_M|P_FYROM_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1683,Country of Birth of Person by Age by Sex +G1684,M_FYROM_25_44,Males The Former Yugoslav Republic of Macedonia Age 25 44 years,Tot_P_P|Tot_P_M|P_FYROM_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1684,Country of Birth of Person by Age by Sex +G1685,M_FYROM_45_54,Males The Former Yugoslav Republic of Macedonia Age 45 54 years,Tot_P_P|Tot_P_M|P_FYROM_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1685,Country of Birth of Person by Age by Sex +G1686,M_FYROM_55_64,Males The Former Yugoslav Republic of Macedonia Age 55 64 years,Tot_P_P|Tot_P_M|P_FYROM_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1686,Country of Birth of Person by Age by Sex +G1687,M_FYROM_65_74,Males The Former Yugoslav Republic of Macedonia Age 65 74 years,Tot_P_P|Tot_P_M|P_FYROM_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1687,Country of Birth of Person by Age by Sex +G1688,M_FYROM_75_84,Males The Former Yugoslav Republic of Macedonia Age 75 84 years,Tot_P_P|Tot_P_M|P_FYROM_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1688,Country of Birth of Person by Age by Sex +G1689,M_FYROM_85ov,Males The Former Yugoslav Republic of Macedonia Age 85 years and over,Tot_P_P|Tot_P_M|P_FYROM_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1689,Country of Birth of Person by Age by Sex +G1690,M_FYROM_Tot,Males The Former Yugoslav Republic of Macedonia Total,Tot_P_P|Tot_P_M|P_FYROM_Tot,G09C,people,nationality,Total|MALES,,1690,Country of Birth of Person by Age by Sex +G1691,M_Turkey_0_4,Males Turkey Age 0 4 years,Tot_P_P|Tot_P_M|P_Turkey_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1691,Country of Birth of Person by Age by Sex +G1692,M_Turkey_5_14,Males Turkey Age 5 14 years,Tot_P_P|Tot_P_M|P_Turkey_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1692,Country of Birth of Person by Age by Sex +G1693,M_Turkey_15_24,Males Turkey Age 15 24 years,Tot_P_P|Tot_P_M|P_Turkey_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1693,Country of Birth of Person by Age by Sex +G1694,M_Turkey_25_44,Males Turkey Age 25 44 years,Tot_P_P|Tot_P_M|P_Turkey_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1694,Country of Birth of Person by Age by Sex +G1695,M_Turkey_45_54,Males Turkey Age 45 54 years,Tot_P_P|Tot_P_M|P_Turkey_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1695,Country of Birth of Person by Age by Sex +G1696,M_Turkey_55_64,Males Turkey Age 55 64 years,Tot_P_P|Tot_P_M|P_Turkey_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1696,Country of Birth of Person by Age by Sex +G1697,M_Turkey_65_74,Males Turkey Age 65 74 years,Tot_P_P|Tot_P_M|P_Turkey_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1697,Country of Birth of Person by Age by Sex +G1698,M_Turkey_75_84,Males Turkey Age 75 84 years,Tot_P_P|Tot_P_M|P_Turkey_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1698,Country of Birth of Person by Age by Sex +G1699,M_Turkey_85ov,Males Turkey Age 85 years and over,Tot_P_P|Tot_P_M|P_Turkey_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1699,Country of Birth of Person by Age by Sex +G1700,M_Turkey_Tot,Males Turkey Total,Tot_P_P|Tot_P_M|P_Turkey_Tot,G09C,people,nationality,Total|MALES,,1700,Country of Birth of Person by Age by Sex +G1701,M_USA_0_4,Males United States of America Age 0 4 years,Tot_P_P|Tot_P_M|P_USA_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1701,Country of Birth of Person by Age by Sex +G1702,M_USA_5_14,Males United States of America Age 5 14 years,Tot_P_P|Tot_P_M|P_USA_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1702,Country of Birth of Person by Age by Sex +G1703,M_USA_15_24,Males United States of America Age 15 24 years,Tot_P_P|Tot_P_M|P_USA_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1703,Country of Birth of Person by Age by Sex +G1704,M_USA_25_44,Males United States of America Age 25 44 years,Tot_P_P|Tot_P_M|P_USA_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1704,Country of Birth of Person by Age by Sex +G1705,M_USA_45_54,Males United States of America Age 45 54 years,Tot_P_P|Tot_P_M|P_USA_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1705,Country of Birth of Person by Age by Sex +G1706,M_USA_55_64,Males United States of America Age 55 64 years,Tot_P_P|Tot_P_M|P_USA_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1706,Country of Birth of Person by Age by Sex +G1707,M_USA_65_74,Males United States of America Age 65 74 years,Tot_P_P|Tot_P_M|P_USA_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1707,Country of Birth of Person by Age by Sex +G1708,M_USA_75_84,Males United States of America Age 75 84 years,Tot_P_P|Tot_P_M|P_USA_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1708,Country of Birth of Person by Age by Sex +G1709,M_USA_85ov,Males United States of America Age 85 years and over,Tot_P_P|Tot_P_M|P_USA_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1709,Country of Birth of Person by Age by Sex +G1710,M_USA_Tot,Males United States of America Total,Tot_P_P|Tot_P_M|P_USA_Tot,G09C,people,nationality,Total|MALES,,1710,Country of Birth of Person by Age by Sex +G1711,M_Vietnam_0_4,Males Vietnam Age 0 4 years,Tot_P_P|Tot_P_M|P_Vietnam_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1711,Country of Birth of Person by Age by Sex +G1712,M_Vietnam_5_14,Males Vietnam Age 5 14 years,Tot_P_P|Tot_P_M|P_Vietnam_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1712,Country of Birth of Person by Age by Sex +G1713,M_Vietnam_15_24,Males Vietnam Age 15 24 years,Tot_P_P|Tot_P_M|P_Vietnam_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1713,Country of Birth of Person by Age by Sex +G1714,M_Vietnam_25_44,Males Vietnam Age 25 44 years,Tot_P_P|Tot_P_M|P_Vietnam_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1714,Country of Birth of Person by Age by Sex +G1715,M_Vietnam_45_54,Males Vietnam Age 45 54 years,Tot_P_P|Tot_P_M|P_Vietnam_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1715,Country of Birth of Person by Age by Sex +G1716,M_Vietnam_55_64,Males Vietnam Age 55 64 years,Tot_P_P|Tot_P_M|P_Vietnam_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1716,Country of Birth of Person by Age by Sex +G1717,M_Vietnam_65_74,Males Vietnam Age 65 74 years,Tot_P_P|Tot_P_M|P_Vietnam_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1717,Country of Birth of Person by Age by Sex +G1718,M_Vietnam_75_84,Males Vietnam Age 75 84 years,Tot_P_P|Tot_P_M|P_Vietnam_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1718,Country of Birth of Person by Age by Sex +G1719,M_Vietnam_85ov,Males Vietnam Age 85 years and over,Tot_P_P|Tot_P_M|P_Vietnam_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1719,Country of Birth of Person by Age by Sex +G1720,M_Vietnam_Tot,Males Vietnam Total,Tot_P_P|Tot_P_M|P_Vietnam_Tot,G09C,people,nationality,Total|MALES,,1720,Country of Birth of Person by Age by Sex +G1721,M_Wales_0_4,Males Wales Age 0 4 years,Tot_P_P|Tot_P_M|P_Wales_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1721,Country of Birth of Person by Age by Sex +G1722,M_Wales_5_14,Males Wales Age 5 14 years,Tot_P_P|Tot_P_M|P_Wales_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1722,Country of Birth of Person by Age by Sex +G1723,M_Wales_15_24,Males Wales Age 15 24 years,Tot_P_P|Tot_P_M|P_Wales_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1723,Country of Birth of Person by Age by Sex +G1724,M_Wales_25_44,Males Wales Age 25 44 years,Tot_P_P|Tot_P_M|P_Wales_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1724,Country of Birth of Person by Age by Sex +G1725,M_Wales_45_54,Males Wales Age 45 54 years,Tot_P_P|Tot_P_M|P_Wales_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1725,Country of Birth of Person by Age by Sex +G1726,M_Wales_55_64,Males Wales Age 55 64 years,Tot_P_P|Tot_P_M|P_Wales_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1726,Country of Birth of Person by Age by Sex +G1727,M_Wales_65_74,Males Wales Age 65 74 years,Tot_P_P|Tot_P_M|P_Wales_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1727,Country of Birth of Person by Age by Sex +G1728,M_Wales_75_84,Males Wales Age 75 84 years,Tot_P_P|Tot_P_M|P_Wales_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1728,Country of Birth of Person by Age by Sex +G1729,M_Wales_85ov,Males Wales Age 85 years and over,Tot_P_P|Tot_P_M|P_Wales_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1729,Country of Birth of Person by Age by Sex +G1730,M_Wales_Tot,Males Wales Total,Tot_P_P|Tot_P_M|P_Wales_Tot,G09C,people,nationality,Total|MALES,,1730,Country of Birth of Person by Age by Sex +G1731,M_Zimbabwe_0_4,Males Zimbabwe Age 0 4 years,Tot_P_P|Tot_P_M|P_Zimbabwe_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1731,Country of Birth of Person by Age by Sex +G1732,M_Zimbabwe_5_14,Males Zimbabwe Age 5 14 years,Tot_P_P|Tot_P_M|P_Zimbabwe_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1732,Country of Birth of Person by Age by Sex +G1733,M_Zimbabwe_15_24,Males Zimbabwe Age 15 24 years,Tot_P_P|Tot_P_M|P_Zimbabwe_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1733,Country of Birth of Person by Age by Sex +G1734,M_Zimbabwe_25_44,Males Zimbabwe Age 25 44 years,Tot_P_P|Tot_P_M|P_Zimbabwe_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1734,Country of Birth of Person by Age by Sex +G1735,M_Zimbabwe_45_54,Males Zimbabwe Age 45 54 years,Tot_P_P|Tot_P_M|P_Zimbabwe_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1735,Country of Birth of Person by Age by Sex +G1736,M_Zimbabwe_55_64,Males Zimbabwe Age 55 64 years,Tot_P_P|Tot_P_M|P_Zimbabwe_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1736,Country of Birth of Person by Age by Sex +G1737,M_Zimbabwe_65_74,Males Zimbabwe Age 65 74 years,Tot_P_P|Tot_P_M|P_Zimbabwe_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1737,Country of Birth of Person by Age by Sex +G1738,M_Zimbabwe_75_84,Males Zimbabwe Age 75 84 years,Tot_P_P|Tot_P_M|P_Zimbabwe_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1738,Country of Birth of Person by Age by Sex +G1739,M_Zimbabwe_85ov,Males Zimbabwe Age 85 years and over,Tot_P_P|Tot_P_M|P_Zimbabwe_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1739,Country of Birth of Person by Age by Sex +G1740,M_Zimbabwe_Tot,Males Zimbabwe Total,Tot_P_P|Tot_P_M|P_Zimbabwe_Tot,G09C,people,nationality,Total|MALES,,1740,Country of Birth of Person by Age by Sex +G1741,M_Elsewhere_0_4,Males Born elsewhere Age 0 4 years,Tot_P_P|Tot_P_M|P_Elsewhere_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1741,Country of Birth of Person by Age by Sex +G1742,M_Elsewhere_5_14,Males Born elsewhere Age 5 14 years,Tot_P_P|Tot_P_M|P_Elsewhere_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1742,Country of Birth of Person by Age by Sex +G1743,M_Elsewhere_15_24,Males Born elsewhere Age 15 24 years,Tot_P_P|Tot_P_M|P_Elsewhere_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1743,Country of Birth of Person by Age by Sex +G1744,M_Elsewhere_25_44,Males Born elsewhere Age 25 44 years,Tot_P_P|Tot_P_M|P_Elsewhere_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1744,Country of Birth of Person by Age by Sex +G1745,M_Elsewhere_45_54,Males Born elsewhere Age 45 54 years,Tot_P_P|Tot_P_M|P_Elsewhere_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1745,Country of Birth of Person by Age by Sex +G1746,M_Elsewhere_55_64,Males Born elsewhere Age 55 64 years,Tot_P_P|Tot_P_M|P_Elsewhere_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1746,Country of Birth of Person by Age by Sex +G1747,M_Elsewhere_65_74,Males Born elsewhere Age 65 74 years,Tot_P_P|Tot_P_M|P_Elsewhere_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1747,Country of Birth of Person by Age by Sex +G1748,M_Elsewhere_75_84,Males Born elsewhere Age 75 84 years,Tot_P_P|Tot_P_M|P_Elsewhere_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1748,Country of Birth of Person by Age by Sex +G1749,M_Elsewhere_85ov,Males Born elsewhere Age 85 years and over,Tot_P_P|Tot_P_M|P_Elsewhere_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1749,Country of Birth of Person by Age by Sex +G1750,M_Elsewhere_Tot,Males Born elsewhere Total,Tot_P_P|Tot_P_M|P_Elsewhere_Tot,G09C,people,nationality,Total|MALES,,1750,Country of Birth of Person by Age by Sex +G1751,M_COB_NS_0_4,Males Country of birth not stated Age 0 4 years,Tot_P_P|Tot_P_M|P_COB_NS_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1751,Country of Birth of Person by Age by Sex +G1752,M_COB_NS_5_14,Males Country of birth not stated Age 5 14 years,Tot_P_P|Tot_P_M|P_COB_NS_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1752,Country of Birth of Person by Age by Sex +G1753,M_COB_NS_15_24,Males Country of birth not stated Age 15 24 years,Tot_P_P|Tot_P_M|P_COB_NS_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1753,Country of Birth of Person by Age by Sex +G1754,M_COB_NS_25_44,Males Country of birth not stated Age 25 44 years,Tot_P_P|Tot_P_M|P_COB_NS_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1754,Country of Birth of Person by Age by Sex +G1755,M_COB_NS_45_54,Males Country of birth not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_COB_NS_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1755,Country of Birth of Person by Age by Sex +G1756,M_COB_NS_55_64,Males Country of birth not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_COB_NS_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1756,Country of Birth of Person by Age by Sex +G1757,M_COB_NS_65_74,Males Country of birth not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_COB_NS_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1757,Country of Birth of Person by Age by Sex +G1758,M_COB_NS_75_84,Males Country of birth not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_COB_NS_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1758,Country of Birth of Person by Age by Sex +G1759,M_COB_NS_85ov,Males Country of birth not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_COB_NS_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1759,Country of Birth of Person by Age by Sex +G1760,M_COB_NS_Tot,Males Country of birth not stated Total,Tot_P_P|Tot_P_M|P_COB_NS_Tot,G09C,people,nationality,Total|MALES,,1760,Country of Birth of Person by Age by Sex +G1761,M_Tot_0_4,Males Total Age 0 4 years,Tot_P_P|Tot_P_M|P_Tot_0_4,G09C,people,nationality,Age: 0-4 years|MALES,,1761,Country of Birth of Person by Age by Sex +G1762,M_Tot_5_14,Males Total Age 5 14 years,Tot_P_P|Tot_P_M|P_Tot_5_14,G09C,people,nationality,Age: 5-14 years|MALES,,1762,Country of Birth of Person by Age by Sex +G1763,M_Tot_15_24,Males Total Age 15 24 years,Tot_P_P|Tot_P_M|P_Tot_15_24,G09C,people,nationality,Age: 15-24 years|MALES,,1763,Country of Birth of Person by Age by Sex +G1764,M_Tot_25_44,Males Total Age 25 44 years,Tot_P_P|Tot_P_M|P_Tot_25_44,G09C,people,nationality,Age: 25-44 years|MALES,,1764,Country of Birth of Person by Age by Sex +G1765,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G09C,people,nationality,Age: 45-54 years|MALES,,1765,Country of Birth of Person by Age by Sex +G1766,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G09C,people,nationality,Age: 55-64 years|MALES,,1766,Country of Birth of Person by Age by Sex +G1767,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G09C,people,nationality,Age: 65-74 years|MALES,,1767,Country of Birth of Person by Age by Sex +G1768,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G09C,people,nationality,Age: 75-84 years|MALES,,1768,Country of Birth of Person by Age by Sex +G1769,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G09C,people,nationality,Age: 85 years and over|MALES,,1769,Country of Birth of Person by Age by Sex +G1770,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G09C,people,nationality,Total|MALES,,1770,Country of Birth of Person by Age by Sex +G4821,M_LSatH_NS_SEO,Males Language spoken at home not stated Speaks English only,Tot_P_P|Tot_P_M|P_LSatH_NS_SEO,G13B,people,language,Speaks English only|MALES,,4821,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4822,M_LSatH_NS_SOLSE_VWorW,Males Language spoken at home not stated Speaks other language and speaks English Very well or well,Tot_P_P|Tot_P_M|P_LSatH_NS_SOLSE_VWorW,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4822,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4823,M_LSatH_NS_SOLSE_NWorNAA,Males Language spoken at home not stated Speaks other language and speaks English Not well or not at all,Tot_P_P|Tot_P_M|P_LSatH_NS_SOLSE_NWorNAA,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4823,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4824,M_LSatH_NS_SOLSE_Tot,Males Language spoken at home not stated Speaks other language and speaks English Total,Tot_P_P|Tot_P_M|P_LSatH_NS_SOLSE_Tot,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4824,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4825,M_LSatH_NS_NS,Males Language spoken at home not stated Not stated,Tot_P_P|Tot_P_M|P_LSatH_NS_NS,G13B,people,language,Not stated|MALES,,4825,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4826,M_LSatH_NS_Tot,Males Language spoken at home not stated Total,Tot_P_P|Tot_P_M|P_LSatH_NS_Tot,G13B,people,language,Total|MALES,,4826,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4827,M_Tot_SEO,Males Total Speaks English only,Tot_P_P|Tot_P_M|P_Tot_SEO,G13B,people,language,Speaks English only|MALES,,4827,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4828,M_Tot_SOLSE_VWorW,Males Total Speaks other language and speaks English Very well or well,Tot_P_P|Tot_P_M|P_Tot_SOLSE_VWorW,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4828,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4829,M_Tot_SOLSE_NWorNAA,Males Total Speaks other language and speaks English Not well or not at all,Tot_P_P|Tot_P_M|P_Tot_SOLSE_NWorNAA,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4829,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4830,M_Tot_SOLSE_Tot,Males Total Speaks other language and speaks English Total,Tot_P_P|Tot_P_M|P_Tot_SOLSE_Tot,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4830,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4831,M_Tot_NS,Males Total Not stated,Tot_P_P|Tot_P_M|P_Tot_NS,G13B,people,language,Not stated|MALES,,4831,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4832,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G13B,people,language,Total|MALES,,4832,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5361,Buddhism_M,Buddhism Males,Tot_P_P|Tot_P_M|Buddhism_P,G14,people,religion,Males,,5361,Religious Affiliation by Sex +G5364,Christianity_Anglican_M,Christianity Anglican Males,Tot_P_P|Tot_P_M|Christianity_Anglican_P,G14,people,religion,Males,,5364,Religious Affiliation by Sex +G5367,Christianity_Asyrin_Apstlic_M,Christianity Assyrian Apostolic Males,Tot_P_P|Tot_P_M|Christianity_Asyrin_Apstlic_P,G14,people,religion,Males,,5367,Religious Affiliation by Sex +G5370,Christianity_Baptist_M,Christianity Baptist Males,Tot_P_P|Tot_P_M|Christianity_Baptist_P,G14,people,religion,Males,,5370,Religious Affiliation by Sex +G5373,Christianity_Brethren_M,Christianity Brethren Males,Tot_P_P|Tot_P_M|Christianity_Brethren_P,G14,people,religion,Males,,5373,Religious Affiliation by Sex +G5376,Christianity_Catholic_M,Christianity Catholic Males,Tot_P_P|Tot_P_M|Christianity_Catholic_P,G14,people,religion,Males,,5376,Religious Affiliation by Sex +G5379,Christianity_Church_Christ_M,Christianity Churches of Christ Males,Tot_P_P|Tot_P_M|Christianity_Church_Christ_P,G14,people,religion,Males,,5379,Religious Affiliation by Sex +G5382,Christianity_Eastrn_Orthdox_M,Christianity Eastern Orthodox Males,Tot_P_P|Tot_P_M|Christianity_Eastrn_Orthdox_P,G14,people,religion,Males,,5382,Religious Affiliation by Sex +G5385,Christinty_Jehvahs_Witnses_M,Christianity Jehovahs Witnesses Males,Tot_P_P|Tot_P_M|Christinty_Jehvahs_Witnses_P,G14,people,religion,Males,,5385,Religious Affiliation by Sex +G5388,Christianity_Lattr_day_Snts_M,Christianity Latter day Saints Males,Tot_P_P|Tot_P_M|Christianity_Lattr_day_Snts_P,G14,people,religion,Males,,5388,Religious Affiliation by Sex +G5391,Christianity_Lutheran_M,Christianity Lutheran Males,Tot_P_P|Tot_P_M|Christianity_Lutheran_P,G14,people,religion,Males,,5391,Religious Affiliation by Sex +G5394,Christianity_Orintal_Orthdx_M,Christianity Oriental Orthodox Males,Tot_P_P|Tot_P_M|Christianity_Orintal_Orthdx_P,G14,people,religion,Males,,5394,Religious Affiliation by Sex +G5397,Christianity_Othr_Protestnt_M,Christianity Other Protestant Males,Tot_P_P|Tot_P_M|Christianity_Othr_Protestnt_P,G14,people,religion,Males,,5397,Religious Affiliation by Sex +G5400,Christianity_Pentecostal_M,Christianity Pentecostal Males,Tot_P_P|Tot_P_M|Christianity_Pentecostal_P,G14,people,religion,Males,,5400,Religious Affiliation by Sex +G5403,Christinty_Prsbytrin_Refrmd_M,Christianity Presbyterian and Reformed Males,Tot_P_P|Tot_P_M|Christinty_Prsbytrin_Refrmd_P,G14,people,religion,Males,,5403,Religious Affiliation by Sex +G5406,Christianity_Salvation_Army_M,Christianity Salvation Army Males,Tot_P_P|Tot_P_M|Christianity_Salvation_Army_P,G14,people,religion,Males,,5406,Religious Affiliation by Sex +G5409,Christnty_Sevnth_dy_Advntst_M,Christianity Seventh day Adventist Males,Tot_P_P|Tot_P_M|Christnty_Sevnth_dy_Advntst_P,G14,people,religion,Males,,5409,Religious Affiliation by Sex +G5412,Christianity_Uniting_Church_M,Christianity Uniting Church Males,Tot_P_P|Tot_P_M|Christianity_Uniting_Church_P,G14,people,religion,Males,,5412,Religious Affiliation by Sex +G5415,Christianity_Christian_nfd_M,Christianity Christianity nfd Males,Tot_P_P|Tot_P_M|Christianity_Christian_nfd_P,G14,people,religion,Males,,5415,Religious Affiliation by Sex +G5418,Christianity_Othr_Christian_M,Christianity Other Christian Males,Tot_P_P|Tot_P_M|Christianity_Othr_Christian_P,G14,people,religion,Males,,5418,Religious Affiliation by Sex +G5421,Christianity_Tot_M,Christianity Total Males,Tot_P_P|Tot_P_M|Christianity_Tot_P,G14,people,religion,Males,,5421,Religious Affiliation by Sex +G5424,Hinduism_M,Hinduism Males,Tot_P_P|Tot_P_M|Hinduism_P,G14,people,religion,Males,,5424,Religious Affiliation by Sex +G5427,Islam_M,Islam Males,Tot_P_P|Tot_P_M|Islam_P,G14,people,religion,Males,,5427,Religious Affiliation by Sex +G5430,Judaism_M,Judaism Males,Tot_P_P|Tot_P_M|Judaism_P,G14,people,religion,Males,,5430,Religious Affiliation by Sex +G5433,Othr_Rel_Aust_Abor_Trad_Rel_M,Other Religions Australian Aboriginal Traditional Religions Males,Tot_P_P|Tot_P_M|Othr_Rel_Aust_Abor_Trad_Rel_P,G14,people,religion,Males,,5433,Religious Affiliation by Sex +G5436,Othr_Rel_Sikhism_M,Other Religions Sikhism Males,Tot_P_P|Tot_P_M|Othr_Rel_Sikhism_P,G14,people,religion,Males,,5436,Religious Affiliation by Sex +G5439,Othr_Reln_Other_reln_groups_M,Other Religions Other religious groups Males,Tot_P_P|Tot_P_M|Othr_Reln_Other_reln_groups_P,G14,people,religion,Males,,5439,Religious Affiliation by Sex +G5442,Other_Religions_Tot_M,Other Religions Total Males,Tot_P_P|Tot_P_M|Other_Religions_Tot_P,G14,people,religion,Males,,5442,Religious Affiliation by Sex +G5445,SB_OSB_NRA_NR_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Males,Tot_P_P|Tot_P_M|SB_OSB_NRA_NR_P,G14,people,religion,Males,,5445,Religious Affiliation by Sex +G5448,SB_OSB_NRA_SB_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Males,Tot_P_P|Tot_P_M|SB_OSB_NRA_SB_P,G14,people,religion,Males,,5448,Religious Affiliation by Sex +G5451,SB_OSB_NRA_OSB_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Males,Tot_P_P|Tot_P_M|SB_OSB_NRA_OSB_P,G14,people,religion,Males,,5451,Religious Affiliation by Sex +G5454,SB_OSB_NRA_Tot_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Males,Tot_P_P|Tot_P_M|SB_OSB_NRA_Tot_P,G14,people,religion,Males,,5454,Religious Affiliation by Sex +G5457,Religious_affiliation_ns_M,Religious affiliation Not Stated Males,Tot_P_P|Tot_P_M|Religious_affiliation_ns_P,G14,people,religion,Males,,5457,Religious Affiliation by Sex +G5460,Tot_M,Total Males,Tot_P_P|Tot_P_M|Tot_P,G14,people,religion,Males,,5460,Religious Affiliation by Sex +G5463,Pre_school_M,Pre school Males,Tot_P_P|Tot_P_M|Pre_school_P,G15,people,education,Males,,5463,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5466,Infants_Primary_Government_M,Infants Primary Government Males,Tot_P_P|Tot_P_M|Infants_Primary_Government_P,G15,people,education,Males,,5466,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5469,Infants_Primary_Catholic_M,Infants Primary Catholic Males,Tot_P_P|Tot_P_M|Infants_Primary_Catholic_P,G15,people,education,Males,,5469,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5472,Infnts_Primry_Othr_Non_Govt_M,Infants Primary Other Non Government Males,Tot_P_P|Tot_P_M|Infnts_Primry_Othr_Non_Govt_P,G15,people,education,Males,,5472,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5475,Infants_Primary_Tot_M,Infants Primary Total Males,Tot_P_P|Tot_P_M|Infants_Primary_Tot_P,G15,people,education,Males,,5475,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5478,Secondary_Government_M,Secondary Government Males,Tot_P_P|Tot_P_M|Secondary_Government_P,G15,people,education,Males,,5478,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5481,Secondary_Catholic_M,Secondary Catholic Males,Tot_P_P|Tot_P_M|Secondary_Catholic_P,G15,people,education,Males,,5481,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5484,Secondary_Other_Non_Govt_M,Secondary Other Non Government Males,Tot_P_P|Tot_P_M|Secondary_Other_Non_Govt_P,G15,people,education,Males,,5484,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5487,Secondary_Tot_M,Secondary Total Males,Tot_P_P|Tot_P_M|Secondary_Tot_P,G15,people,education,Males,,5487,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5490,Tec_Furt_Educ_inst_Ft_15_24_M,Technical or Further Educational institution Full time student Aged 15 24 years Males,Tot_P_P|Tot_P_M|Tec_Furt_Educ_inst_Ft_15_24_P,G15,people,education,Males,,5490,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5493,Tec_Furt_Educ_inst_Ft_25_ov_M,Technical or Further Educational institution Full time student Aged 25 years and over Males,Tot_P_P|Tot_P_M|Tec_Furt_Educ_inst_Ft_25_ov_P,G15,people,education,Males,,5493,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5496,Tec_Furt_Educ_inst_Pt_15_24_M,Technical or Further Educational institution Part time student Aged 15 24 years Males,Tot_P_P|Tot_P_M|Tec_Furt_Educ_inst_Pt_15_24_P,G15,people,education,Males,,5496,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5499,Tec_Furt_Educ_inst_Pt_25_ov_M,Technical or Further Educational institution Part time student Aged 25 years and over Males,Tot_P_P|Tot_P_M|Tec_Furt_Educ_inst_Pt_25_ov_P,G15,people,education,Males,,5499,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5502,Tec_Furt_Educ_inst_F_Pt_ns_M,Technical or Further Educational institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M|Tec_Furt_Educ_inst_F_Pt_ns_P,G15,people,education,Males,,5502,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5505,Tec_Furt_Educ_inst_Tot_M,Technical or Further Educational institution Total Males,Tot_P_P|Tot_P_M|Tec_Furt_Educ_inst_Tot_P,G15,people,education,Males,,5505,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5508,Uni_othr_Tert_Inst_Ft_15_24_M,University or other Tertiary Institution Full time student Aged 15 24 years Males,Tot_P_P|Tot_P_M|Uni_othr_Tert_Inst_Ft_15_24_P,G15,people,education,Males,,5508,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5511,Uni_othr_Tert_Inst_Ft_25_ov_M,University or other Tertiary Institution Full time student Aged 25 years and over Males,Tot_P_P|Tot_P_M|Uni_othr_Tert_Inst_Ft_25_ov_P,G15,people,education,Males,,5511,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5514,Uni_othr_Tert_Inst_Pt_15_24_M,University or other Tertiary Institution Part time student Aged 15 24 years Males,Tot_P_P|Tot_P_M|Uni_othr_Tert_Inst_Pt_15_24_P,G15,people,education,Males,,5514,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5517,Uni_othr_Tert_Inst_Pt_25_ov_M,University or other Tertiary Institution Part time student Aged 25 years and over Males,Tot_P_P|Tot_P_M|Uni_othr_Tert_Inst_Pt_25_ov_P,G15,people,education,Males,,5517,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5520,Uni_othr_Tert_Inst_F_Pt_ns_M,University or other Tertiary Institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M|Uni_othr_Tert_Inst_F_Pt_ns_P,G15,people,education,Males,,5520,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5523,Uni_other_Tert_Instit_Tot_M,University or other Tertiary Institution Total Males,Tot_P_P|Tot_P_M|Uni_other_Tert_Instit_Tot_P,G15,people,education,Males,,5523,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5526,Othr_typ_educ_inst_Ft_stud_M,Other type of educational institution Full time student Males,Tot_P_P|Tot_P_M|Othr_typ_educ_inst_Ft_stud_P,G15,people,education,Males,,5526,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5529,Othr_typ_educ_inst_Pt_stud_M,Other type of educational institution Part time student Males,Tot_P_P|Tot_P_M|Othr_typ_educ_inst_Pt_stud_P,G15,people,education,Males,,5529,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5532,Oth_typ_ed_instit_F_Pt_ns_M,Other type of educational institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M|Oth_typ_ed_instit_F_Pt_ns_P,G15,people,education,Males,,5532,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5535,Other_type_educ_instit_Tot_M,Other type of educational institution Total Males,Tot_P_P|Tot_P_M|Other_type_educ_instit_Tot_P,G15,people,education,Males,,5535,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5538,Type_educanl_institution_ns_M,Type of educational institution not stated Males,Tot_P_P|Tot_P_M|Type_educanl_institution_ns_P,G15,people,education,Males,,5538,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5541,Tot_M,Total Males,Tot_P_P|Tot_P_M|Tot_P,G15,people,education,Males,,5541,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5544,M_Y12e_15_19,Males Year 12 or equivalent Age 15 19 years,Tot_P_P|Tot_P_M|P_Y12e_15_19,G16A,people,education,15-19 years|MALES,,5544,Highest Year of School Completed by Age by Sex +G5545,M_Y12e_20_24,Males Year 12 or equivalent Age 20 24 years,Tot_P_P|Tot_P_M|P_Y12e_20_24,G16A,people,education,20-24 years|MALES,,5545,Highest Year of School Completed by Age by Sex +G5546,M_Y12e_25_34,Males Year 12 or equivalent Age 25 34 years,Tot_P_P|Tot_P_M|P_Y12e_25_34,G16A,people,education,25-34 years|MALES,,5546,Highest Year of School Completed by Age by Sex +G5547,M_Y12e_35_44,Males Year 12 or equivalent Age 35 44 years,Tot_P_P|Tot_P_M|P_Y12e_35_44,G16A,people,education,35-44 years|MALES,,5547,Highest Year of School Completed by Age by Sex +G5548,M_Y12e_45_54,Males Year 12 or equivalent Age 45 54 years,Tot_P_P|Tot_P_M|P_Y12e_45_54,G16A,people,education,45-54 years|MALES,,5548,Highest Year of School Completed by Age by Sex +G5549,M_Y12e_55_64,Males Year 12 or equivalent Age 55 64 years,Tot_P_P|Tot_P_M|P_Y12e_55_64,G16A,people,education,55-64 years|MALES,,5549,Highest Year of School Completed by Age by Sex +G5550,M_Y12e_65_74,Males Year 12 or equivalent Age 65 74 years,Tot_P_P|Tot_P_M|P_Y12e_65_74,G16A,people,education,65-74 years|MALES,,5550,Highest Year of School Completed by Age by Sex +G5551,M_Y12e_75_84,Males Year 12 or equivalent Age 75 84 years,Tot_P_P|Tot_P_M|P_Y12e_75_84,G16A,people,education,75-84 years|MALES,,5551,Highest Year of School Completed by Age by Sex +G5552,M_Y12e_85ov,Males Year 12 or equivalent Age 85 years and over,Tot_P_P|Tot_P_M|P_Y12e_85ov,G16A,people,education,85 years and over|MALES,,5552,Highest Year of School Completed by Age by Sex +G5553,M_Y12e_Tot,Males Year 12 or equivalent Total,Tot_P_P|Tot_P_M|P_Y12e_Tot,G16A,people,education,Total|MALES,,5553,Highest Year of School Completed by Age by Sex +G5554,M_Y11e_15_19,Males Year 11 or equivalent Age 15 19 years,Tot_P_P|Tot_P_M|P_Y11e_15_19,G16A,people,education,15-19 years|MALES,,5554,Highest Year of School Completed by Age by Sex +G5555,M_Y11e_20_24,Males Year 11 or equivalent Age 20 24 years,Tot_P_P|Tot_P_M|P_Y11e_20_24,G16A,people,education,20-24 years|MALES,,5555,Highest Year of School Completed by Age by Sex +G5556,M_Y11e_25_34,Males Year 11 or equivalent Age 25 34 years,Tot_P_P|Tot_P_M|P_Y11e_25_34,G16A,people,education,25-34 years|MALES,,5556,Highest Year of School Completed by Age by Sex +G5557,M_Y11e_35_44,Males Year 11 or equivalent Age 35 44 years,Tot_P_P|Tot_P_M|P_Y11e_35_44,G16A,people,education,35-44 years|MALES,,5557,Highest Year of School Completed by Age by Sex +G5558,M_Y11e_45_54,Males Year 11 or equivalent Age 45 54 years,Tot_P_P|Tot_P_M|P_Y11e_45_54,G16A,people,education,45-54 years|MALES,,5558,Highest Year of School Completed by Age by Sex +G5559,M_Y11e_55_64,Males Year 11 or equivalent Age 55 64 years,Tot_P_P|Tot_P_M|P_Y11e_55_64,G16A,people,education,55-64 years|MALES,,5559,Highest Year of School Completed by Age by Sex +G5560,M_Y11e_65_74,Males Year 11 or equivalent Age 65 74 years,Tot_P_P|Tot_P_M|P_Y11e_65_74,G16A,people,education,65-74 years|MALES,,5560,Highest Year of School Completed by Age by Sex +G5561,M_Y11e_75_84,Males Year 11 or equivalent Age 75 84 years,Tot_P_P|Tot_P_M|P_Y11e_75_84,G16A,people,education,75-84 years|MALES,,5561,Highest Year of School Completed by Age by Sex +G5562,M_Y11e_85ov,Males Year 11 or equivalent Age 85 years and over,Tot_P_P|Tot_P_M|P_Y11e_85ov,G16A,people,education,85 years and over|MALES,,5562,Highest Year of School Completed by Age by Sex +G5563,M_Y11e_Tot,Males Year 11 or equivalent Total,Tot_P_P|Tot_P_M|P_Y11e_Tot,G16A,people,education,Total|MALES,,5563,Highest Year of School Completed by Age by Sex +G5564,M_Y10e_15_19,Males Year 10 or equivalent Age 15 19 years,Tot_P_P|Tot_P_M|P_Y10e_15_19,G16A,people,education,15-19 years|MALES,,5564,Highest Year of School Completed by Age by Sex +G5565,M_Y10e_20_24,Males Year 10 or equivalent Age 20 24 years,Tot_P_P|Tot_P_M|P_Y10e_20_24,G16A,people,education,20-24 years|MALES,,5565,Highest Year of School Completed by Age by Sex +G5566,M_Y10e_25_34,Males Year 10 or equivalent Age 25 34 years,Tot_P_P|Tot_P_M|P_Y10e_25_34,G16A,people,education,25-34 years|MALES,,5566,Highest Year of School Completed by Age by Sex +G5567,M_Y10e_35_44,Males Year 10 or equivalent Age 35 44 years,Tot_P_P|Tot_P_M|P_Y10e_35_44,G16A,people,education,35-44 years|MALES,,5567,Highest Year of School Completed by Age by Sex +G5568,M_Y10e_45_54,Males Year 10 or equivalent Age 45 54 years,Tot_P_P|Tot_P_M|P_Y10e_45_54,G16A,people,education,45-54 years|MALES,,5568,Highest Year of School Completed by Age by Sex +G5569,M_Y10e_55_64,Males Year 10 or equivalent Age 55 64 years,Tot_P_P|Tot_P_M|P_Y10e_55_64,G16A,people,education,55-64 years|MALES,,5569,Highest Year of School Completed by Age by Sex +G5570,M_Y10e_65_74,Males Year 10 or equivalent Age 65 74 years,Tot_P_P|Tot_P_M|P_Y10e_65_74,G16A,people,education,65-74 years|MALES,,5570,Highest Year of School Completed by Age by Sex +G5571,M_Y10e_75_84,Males Year 10 or equivalent Age 75 84 years,Tot_P_P|Tot_P_M|P_Y10e_75_84,G16A,people,education,75-84 years|MALES,,5571,Highest Year of School Completed by Age by Sex +G5572,M_Y10e_85ov,Males Year 10 or equivalent Age 85 years and over,Tot_P_P|Tot_P_M|P_Y10e_85ov,G16A,people,education,85 years and over|MALES,,5572,Highest Year of School Completed by Age by Sex +G5573,M_Y10e_Tot,Males Year 10 or equivalent Total,Tot_P_P|Tot_P_M|P_Y10e_Tot,G16A,people,education,Total|MALES,,5573,Highest Year of School Completed by Age by Sex +G5574,M_Y9e_15_19,Males Year 9 or equivalent Age 15 19 years,Tot_P_P|Tot_P_M|P_Y9e_15_19,G16A,people,education,15-19 years|MALES,,5574,Highest Year of School Completed by Age by Sex +G5575,M_Y9e_20_24,Males Year 9 or equivalent Age 20 24 years,Tot_P_P|Tot_P_M|P_Y9e_20_24,G16A,people,education,20-24 years|MALES,,5575,Highest Year of School Completed by Age by Sex +G5576,M_Y9e_25_34,Males Year 9 or equivalent Age 25 34 years,Tot_P_P|Tot_P_M|P_Y9e_25_34,G16A,people,education,25-34 years|MALES,,5576,Highest Year of School Completed by Age by Sex +G5577,M_Y9e_35_44,Males Year 9 or equivalent Age 35 44 years,Tot_P_P|Tot_P_M|P_Y9e_35_44,G16A,people,education,35-44 years|MALES,,5577,Highest Year of School Completed by Age by Sex +G5578,M_Y9e_45_54,Males Year 9 or equivalent Age 45 54 years,Tot_P_P|Tot_P_M|P_Y9e_45_54,G16A,people,education,45-54 years|MALES,,5578,Highest Year of School Completed by Age by Sex +G5579,M_Y9e_55_64,Males Year 9 or equivalent Age 55 64 years,Tot_P_P|Tot_P_M|P_Y9e_55_64,G16A,people,education,55-64 years|MALES,,5579,Highest Year of School Completed by Age by Sex +G5580,M_Y9e_65_74,Males Year 9 or equivalent Age 65 74 years,Tot_P_P|Tot_P_M|P_Y9e_65_74,G16A,people,education,65-74 years|MALES,,5580,Highest Year of School Completed by Age by Sex +G5581,M_Y9e_75_84,Males Year 9 or equivalent Age 75 84 years,Tot_P_P|Tot_P_M|P_Y9e_75_84,G16A,people,education,75-84 years|MALES,,5581,Highest Year of School Completed by Age by Sex +G5582,M_Y9e_85ov,Males Year 9 or equivalent Age 85 years and over,Tot_P_P|Tot_P_M|P_Y9e_85ov,G16A,people,education,85 years and over|MALES,,5582,Highest Year of School Completed by Age by Sex +G5583,M_Y9e_Tot,Males Year 9 or equivalent Total,Tot_P_P|Tot_P_M|P_Y9e_Tot,G16A,people,education,Total|MALES,,5583,Highest Year of School Completed by Age by Sex +G5584,M_Y8b_15_19,Males Year 8 or below Age 15 19 years,Tot_P_P|Tot_P_M|P_Y8b_15_19,G16A,people,education,15-19 years|MALES,,5584,Highest Year of School Completed by Age by Sex +G5585,M_Y8b_20_24,Males Year 8 or below Age 20 24 years,Tot_P_P|Tot_P_M|P_Y8b_20_24,G16A,people,education,20-24 years|MALES,,5585,Highest Year of School Completed by Age by Sex +G5586,M_Y8b_25_34,Males Year 8 or below Age 25 34 years,Tot_P_P|Tot_P_M|P_Y8b_25_34,G16A,people,education,25-34 years|MALES,,5586,Highest Year of School Completed by Age by Sex +G5587,M_Y8b_35_44,Males Year 8 or below Age 35 44 years,Tot_P_P|Tot_P_M|P_Y8b_35_44,G16A,people,education,35-44 years|MALES,,5587,Highest Year of School Completed by Age by Sex +G5588,M_Y8b_45_54,Males Year 8 or below Age 45 54 years,Tot_P_P|Tot_P_M|P_Y8b_45_54,G16A,people,education,45-54 years|MALES,,5588,Highest Year of School Completed by Age by Sex +G5589,M_Y8b_55_64,Males Year 8 or below Age 55 64 years,Tot_P_P|Tot_P_M|P_Y8b_55_64,G16A,people,education,55-64 years|MALES,,5589,Highest Year of School Completed by Age by Sex +G5590,M_Y8b_65_74,Males Year 8 or below Age 65 74 years,Tot_P_P|Tot_P_M|P_Y8b_65_74,G16A,people,education,65-74 years|MALES,,5590,Highest Year of School Completed by Age by Sex +G5591,M_Y8b_75_84,Males Year 8 or below Age 75 84 years,Tot_P_P|Tot_P_M|P_Y8b_75_84,G16A,people,education,75-84 years|MALES,,5591,Highest Year of School Completed by Age by Sex +G5592,M_Y8b_85ov,Males Year 8 or below Age 85 years and over,Tot_P_P|Tot_P_M|P_Y8b_85ov,G16A,people,education,85 years and over|MALES,,5592,Highest Year of School Completed by Age by Sex +G5593,M_Y8b_Tot,Males Year 8 or below Total,Tot_P_P|Tot_P_M|P_Y8b_Tot,G16A,people,education,Total|MALES,,5593,Highest Year of School Completed by Age by Sex +G5594,M_DNGTS_15_19,Males Did not go to school Age 15 19 years,Tot_P_P|Tot_P_M|P_DNGTS_15_19,G16A,people,education,15-19 years|MALES,,5594,Highest Year of School Completed by Age by Sex +G5595,M_DNGTS_20_24,Males Did not go to school Age 20 24 years,Tot_P_P|Tot_P_M|P_DNGTS_20_24,G16A,people,education,20-24 years|MALES,,5595,Highest Year of School Completed by Age by Sex +G5596,M_DNGTS_25_34,Males Did not go to school Age 25 34 years,Tot_P_P|Tot_P_M|P_DNGTS_25_34,G16A,people,education,25-34 years|MALES,,5596,Highest Year of School Completed by Age by Sex +G5597,M_DNGTS_35_44,Males Did not go to school Age 35 44 years,Tot_P_P|Tot_P_M|P_DNGTS_35_44,G16A,people,education,35-44 years|MALES,,5597,Highest Year of School Completed by Age by Sex +G5598,M_DNGTS_45_54,Males Did not go to school Age 45 54 years,Tot_P_P|Tot_P_M|P_DNGTS_45_54,G16A,people,education,45-54 years|MALES,,5598,Highest Year of School Completed by Age by Sex +G5599,M_DNGTS_55_64,Males Did not go to school Age 55 64 years,Tot_P_P|Tot_P_M|P_DNGTS_55_64,G16A,people,education,55-64 years|MALES,,5599,Highest Year of School Completed by Age by Sex +G5600,M_DNGTS_65_74,Males Did not go to school Age 65 74 years,Tot_P_P|Tot_P_M|P_DNGTS_65_74,G16A,people,education,65-74 years|MALES,,5600,Highest Year of School Completed by Age by Sex +G5601,M_DNGTS_75_84,Males Did not go to school Age 75 84 years,Tot_P_P|Tot_P_M|P_DNGTS_75_84,G16A,people,education,75-84 years|MALES,,5601,Highest Year of School Completed by Age by Sex +G5602,M_DNGTS_85_ov,Males Did not go to school Age 85 years and over,Tot_P_P|Tot_P_M|P_DNGTS_85_ov,G16A,people,education,85 years and over|MALES,,5602,Highest Year of School Completed by Age by Sex +G5603,M_DNGTS_Tot,Males Did not go to school Total,Tot_P_P|Tot_P_M|P_DNGTS_Tot,G16A,people,education,Total|MALES,,5603,Highest Year of School Completed by Age by Sex +G5604,M_Hghst_yr_schl_ns_15_19,Males Highest year of school not stated Age 15 19 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_15_19,G16A,people,education,15-19 years|MALES,,5604,Highest Year of School Completed by Age by Sex +G5605,M_Hghst_yr_schl_ns_20_24,Males Highest year of school not stated Age 20 24 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_20_24,G16A,people,education,20-24 years|MALES,,5605,Highest Year of School Completed by Age by Sex +G5606,M_Hghst_yr_schl_ns_25_34,Males Highest year of school not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_25_34,G16A,people,education,25-34 years|MALES,,5606,Highest Year of School Completed by Age by Sex +G5607,M_Hghst_yr_schl_ns_35_44,Males Highest year of school not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_35_44,G16A,people,education,35-44 years|MALES,,5607,Highest Year of School Completed by Age by Sex +G5608,M_Hghst_yr_schl_ns_45_54,Males Highest year of school not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_45_54,G16A,people,education,45-54 years|MALES,,5608,Highest Year of School Completed by Age by Sex +G5609,M_Hghst_yr_schl_ns_55_64,Males Highest year of school not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_55_64,G16A,people,education,55-64 years|MALES,,5609,Highest Year of School Completed by Age by Sex +G5610,M_Hghst_yr_schl_ns_65_74,Males Highest year of school not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_65_74,G16A,people,education,65-74 years|MALES,,5610,Highest Year of School Completed by Age by Sex +G5611,M_Hghst_yr_schl_ns_75_84,Males Highest year of school not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_75_84,G16A,people,education,75-84 years|MALES,,5611,Highest Year of School Completed by Age by Sex +G5612,M_Hghst_yr_schl_ns_85_ovr,Males Highest year of school not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_85_ovr,G16A,people,education,85 years and over|MALES,,5612,Highest Year of School Completed by Age by Sex +G5613,M_Hghst_yr_schl_ns_Tot,Males Highest year of school not stated Total,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_Tot,G16A,people,education,Total|MALES,,5613,Highest Year of School Completed by Age by Sex +G5614,M_Tot_15_19,Males Total Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_15_19,G16A,people,education,15-19 years|MALES,,5614,Highest Year of School Completed by Age by Sex +G5615,M_Tot_20_24,Males Total Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_20_24,G16A,people,education,20-24 years|MALES,,5615,Highest Year of School Completed by Age by Sex +G5616,M_Tot_25_34,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34,G16A,people,education,25-34 years|MALES,,5616,Highest Year of School Completed by Age by Sex +G5617,M_Tot_35_44,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44,G16A,people,education,35-44 years|MALES,,5617,Highest Year of School Completed by Age by Sex +G5618,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G16A,people,education,45-54 years|MALES,,5618,Highest Year of School Completed by Age by Sex +G5619,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G16A,people,education,55-64 years|MALES,,5619,Highest Year of School Completed by Age by Sex +G5620,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G16A,people,education,65-74 years|MALES,,5620,Highest Year of School Completed by Age by Sex +G5621,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G16A,people,education,75-84 years|MALES,,5621,Highest Year of School Completed by Age by Sex +G5622,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G16A,people,education,85 years and over|MALES,,5622,Highest Year of School Completed by Age by Sex +G5623,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G16A,people,education,Total|MALES,,5623,Highest Year of School Completed by Age by Sex +G5784,M_Neg_Nil_income_15_19_yrs,Males Negative Nil income Age 15 19 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5784,Total Personal Income (Weekly) by Age by Sex +G5785,M_Neg_Nil_income_20_24_yrs,Males Negative Nil income Age 20 24 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5785,Total Personal Income (Weekly) by Age by Sex +G5786,M_Neg_Nil_income_25_34_yrs,Males Negative Nil income Age 25 34 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5786,Total Personal Income (Weekly) by Age by Sex +G5787,M_Neg_Nil_income_35_44_yrs,Males Negative Nil income Age 35 44 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5787,Total Personal Income (Weekly) by Age by Sex +G5788,M_Neg_Nil_income_45_54_yrs,Males Negative Nil income Age 45 54 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5788,Total Personal Income (Weekly) by Age by Sex +G5789,M_Neg_Nil_income_55_64_yrs,Males Negative Nil income Age 55 64 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5789,Total Personal Income (Weekly) by Age by Sex +G5790,M_Neg_Nil_income_65_74_yrs,Males Negative Nil income Age 65 74 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5790,Total Personal Income (Weekly) by Age by Sex +G5791,M_Neg_Nil_income_75_84_yrs,Males Negative Nil income Age 75 84 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5791,Total Personal Income (Weekly) by Age by Sex +G5792,M_Negtve_Nil_incme_85_yrs_ovr,Males Negative Nil income Age 85 years and over,Tot_P_P|Tot_P_M|P_Negtve_Nil_incme_85_yrs_ovr,G17A,people,age_gender|income,85 years and over|MALES,,5792,Total Personal Income (Weekly) by Age by Sex +G5793,M_Neg_Nil_income_Tot,Males Negative Nil income Total,Tot_P_P|Tot_P_M|P_Neg_Nil_income_Tot,G17A,people,age_gender|income,Total|MALES,,5793,Total Personal Income (Weekly) by Age by Sex +G5794,M_1_149_15_19_yrs,Males 1 149 Age 15 19 years,Tot_P_P|Tot_P_M|P_1_149_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5794,Total Personal Income (Weekly) by Age by Sex +G5795,M_1_149_20_24_yrs,Males 1 149 Age 20 24 years,Tot_P_P|Tot_P_M|P_1_149_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5795,Total Personal Income (Weekly) by Age by Sex +G5796,M_1_149_25_34_yrs,Males 1 149 Age 25 34 years,Tot_P_P|Tot_P_M|P_1_149_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5796,Total Personal Income (Weekly) by Age by Sex +G5797,M_1_149_35_44_yrs,Males 1 149 Age 35 44 years,Tot_P_P|Tot_P_M|P_1_149_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5797,Total Personal Income (Weekly) by Age by Sex +G5798,M_1_149_45_54_yrs,Males 1 149 Age 45 54 years,Tot_P_P|Tot_P_M|P_1_149_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5798,Total Personal Income (Weekly) by Age by Sex +G5799,M_1_149_55_64_yrs,Males 1 149 Age 55 64 years,Tot_P_P|Tot_P_M|P_1_149_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5799,Total Personal Income (Weekly) by Age by Sex +G5800,M_1_149_65_74_yrs,Males 1 149 Age 65 74 years,Tot_P_P|Tot_P_M|P_1_149_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5800,Total Personal Income (Weekly) by Age by Sex +G5801,M_1_149_75_84_yrs,Males 1 149 Age 75 84 years,Tot_P_P|Tot_P_M|P_1_149_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5801,Total Personal Income (Weekly) by Age by Sex +G5802,M_1_149_85ov,Males 1 149 Age 85 years and over,Tot_P_P|Tot_P_M|P_1_149_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5802,Total Personal Income (Weekly) by Age by Sex +G5803,M_1_149_Tot,Males 1 149 Total,Tot_P_P|Tot_P_M|P_1_149_Tot,G17A,people,age_gender|income,Total|MALES,,5803,Total Personal Income (Weekly) by Age by Sex +G5804,M_150_299_15_19_yrs,Males 150 299 Age 15 19 years,Tot_P_P|Tot_P_M|P_150_299_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5804,Total Personal Income (Weekly) by Age by Sex +G5805,M_150_299_20_24_yrs,Males 150 299 Age 20 24 years,Tot_P_P|Tot_P_M|P_150_299_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5805,Total Personal Income (Weekly) by Age by Sex +G5806,M_150_299_25_34_yrs,Males 150 299 Age 25 34 years,Tot_P_P|Tot_P_M|P_150_299_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5806,Total Personal Income (Weekly) by Age by Sex +G5807,M_150_299_35_44_yrs,Males 150 299 Age 35 44 years,Tot_P_P|Tot_P_M|P_150_299_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5807,Total Personal Income (Weekly) by Age by Sex +G5808,M_150_299_45_54_yrs,Males 150 299 Age 45 54 years,Tot_P_P|Tot_P_M|P_150_299_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5808,Total Personal Income (Weekly) by Age by Sex +G5809,M_150_299_55_64_yrs,Males 150 299 Age 55 64 years,Tot_P_P|Tot_P_M|P_150_299_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5809,Total Personal Income (Weekly) by Age by Sex +G5810,M_150_299_65_74_yrs,Males 150 299 Age 65 74 years,Tot_P_P|Tot_P_M|P_150_299_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5810,Total Personal Income (Weekly) by Age by Sex +G5811,M_150_299_75_84_yrs,Males 150 299 Age 75 84 years,Tot_P_P|Tot_P_M|P_150_299_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5811,Total Personal Income (Weekly) by Age by Sex +G5812,M_150_299_85ov,Males 150 299 Age 85 years and over,Tot_P_P|Tot_P_M|P_150_299_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5812,Total Personal Income (Weekly) by Age by Sex +G5813,M_150_299_Tot,Males 150 299 Total,Tot_P_P|Tot_P_M|P_150_299_Tot,G17A,people,age_gender|income,Total|MALES,,5813,Total Personal Income (Weekly) by Age by Sex +G5814,M_300_399_15_19_yrs,Males 300 399 Age 15 19 years,Tot_P_P|Tot_P_M|P_300_399_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5814,Total Personal Income (Weekly) by Age by Sex +G5815,M_300_399_20_24_yrs,Males 300 399 Age 20 24 years,Tot_P_P|Tot_P_M|P_300_399_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5815,Total Personal Income (Weekly) by Age by Sex +G5816,M_300_399_25_34_yrs,Males 300 399 Age 25 34 years,Tot_P_P|Tot_P_M|P_300_399_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5816,Total Personal Income (Weekly) by Age by Sex +G5817,M_300_399_35_44_yrs,Males 300 399 Age 35 44 years,Tot_P_P|Tot_P_M|P_300_399_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5817,Total Personal Income (Weekly) by Age by Sex +G5818,M_300_399_45_54_yrs,Males 300 399 Age 45 54 years,Tot_P_P|Tot_P_M|P_300_399_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5818,Total Personal Income (Weekly) by Age by Sex +G5819,M_300_399_55_64_yrs,Males 300 399 Age 55 64 years,Tot_P_P|Tot_P_M|P_300_399_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5819,Total Personal Income (Weekly) by Age by Sex +G5820,M_300_399_65_74_yrs,Males 300 399 Age 65 74 years,Tot_P_P|Tot_P_M|P_300_399_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5820,Total Personal Income (Weekly) by Age by Sex +G5821,M_300_399_75_84_yrs,Males 300 399 Age 75 84 years,Tot_P_P|Tot_P_M|P_300_399_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5821,Total Personal Income (Weekly) by Age by Sex +G5822,M_300_399_85ov,Males 300 399 Age 85 years and over,Tot_P_P|Tot_P_M|P_300_399_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5822,Total Personal Income (Weekly) by Age by Sex +G5823,M_300_399_Tot,Males 300 399 Total,Tot_P_P|Tot_P_M|P_300_399_Tot,G17A,people,age_gender|income,Total|MALES,,5823,Total Personal Income (Weekly) by Age by Sex +G5824,M_400_499_15_19_yrs,Males 400 499 Age 15 19 years,Tot_P_P|Tot_P_M|P_400_499_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5824,Total Personal Income (Weekly) by Age by Sex +G5825,M_400_499_20_24_yrs,Males 400 499 Age 20 24 years,Tot_P_P|Tot_P_M|P_400_499_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5825,Total Personal Income (Weekly) by Age by Sex +G5826,M_400_499_25_34_yrs,Males 400 499 Age 25 34 years,Tot_P_P|Tot_P_M|P_400_499_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5826,Total Personal Income (Weekly) by Age by Sex +G5827,M_400_499_35_44_yrs,Males 400 499 Age 35 44 years,Tot_P_P|Tot_P_M|P_400_499_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5827,Total Personal Income (Weekly) by Age by Sex +G5828,M_400_499_45_54_yrs,Males 400 499 Age 45 54 years,Tot_P_P|Tot_P_M|P_400_499_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5828,Total Personal Income (Weekly) by Age by Sex +G5829,M_400_499_55_64_yrs,Males 400 499 Age 55 64 years,Tot_P_P|Tot_P_M|P_400_499_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5829,Total Personal Income (Weekly) by Age by Sex +G5830,M_400_499_65_74_yrs,Males 400 499 Age 65 74 years,Tot_P_P|Tot_P_M|P_400_499_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5830,Total Personal Income (Weekly) by Age by Sex +G5831,M_400_499_75_84_yrs,Males 400 499 Age 75 84 years,Tot_P_P|Tot_P_M|P_400_499_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5831,Total Personal Income (Weekly) by Age by Sex +G5832,M_400_499_85ov,Males 400 499 Age 85 years and over,Tot_P_P|Tot_P_M|P_400_499_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5832,Total Personal Income (Weekly) by Age by Sex +G5833,M_400_499_Tot,Males 400 499 Total,Tot_P_P|Tot_P_M|P_400_499_Tot,G17A,people,age_gender|income,Total|MALES,,5833,Total Personal Income (Weekly) by Age by Sex +G5834,M_500_649_15_19_yrs,Males 500 649 Age 15 19 years,Tot_P_P|Tot_P_M|P_500_649_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5834,Total Personal Income (Weekly) by Age by Sex +G5835,M_500_649_20_24_yrs,Males 500 649 Age 20 24 years,Tot_P_P|Tot_P_M|P_500_649_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5835,Total Personal Income (Weekly) by Age by Sex +G5836,M_500_649_25_34_yrs,Males 500 649 Age 25 34 years,Tot_P_P|Tot_P_M|P_500_649_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5836,Total Personal Income (Weekly) by Age by Sex +G5837,M_500_649_35_44_yrs,Males 500 649 Age 35 44 years,Tot_P_P|Tot_P_M|P_500_649_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5837,Total Personal Income (Weekly) by Age by Sex +G5838,M_500_649_45_54_yrs,Males 500 649 Age 45 54 years,Tot_P_P|Tot_P_M|P_500_649_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5838,Total Personal Income (Weekly) by Age by Sex +G5839,M_500_649_55_64_yrs,Males 500 649 Age 55 64 years,Tot_P_P|Tot_P_M|P_500_649_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5839,Total Personal Income (Weekly) by Age by Sex +G5840,M_500_649_65_74_yrs,Males 500 649 Age 65 74 years,Tot_P_P|Tot_P_M|P_500_649_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5840,Total Personal Income (Weekly) by Age by Sex +G5841,M_500_649_75_84_yrs,Males 500 649 Age 75 84 years,Tot_P_P|Tot_P_M|P_500_649_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5841,Total Personal Income (Weekly) by Age by Sex +G5842,M_500_649_85ov,Males 500 649 Age 85 years and over,Tot_P_P|Tot_P_M|P_500_649_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5842,Total Personal Income (Weekly) by Age by Sex +G5843,M_500_649_Tot,Males 500 649 Total,Tot_P_P|Tot_P_M|P_500_649_Tot,G17A,people,age_gender|income,Total|MALES,,5843,Total Personal Income (Weekly) by Age by Sex +G5844,M_650_799_15_19_yrs,Males 650 799 Age 15 19 years,Tot_P_P|Tot_P_M|P_650_799_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5844,Total Personal Income (Weekly) by Age by Sex +G5845,M_650_799_20_24_yrs,Males 650 799 Age 20 24 years,Tot_P_P|Tot_P_M|P_650_799_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5845,Total Personal Income (Weekly) by Age by Sex +G5846,M_650_799_25_34_yrs,Males 650 799 Age 25 34 years,Tot_P_P|Tot_P_M|P_650_799_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5846,Total Personal Income (Weekly) by Age by Sex +G5847,M_650_799_35_44_yrs,Males 650 799 Age 35 44 years,Tot_P_P|Tot_P_M|P_650_799_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5847,Total Personal Income (Weekly) by Age by Sex +G5848,M_650_799_45_54_yrs,Males 650 799 Age 45 54 years,Tot_P_P|Tot_P_M|P_650_799_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5848,Total Personal Income (Weekly) by Age by Sex +G5849,M_650_799_55_64_yrs,Males 650 799 Age 55 64 years,Tot_P_P|Tot_P_M|P_650_799_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5849,Total Personal Income (Weekly) by Age by Sex +G5850,M_650_799_65_74_yrs,Males 650 799 Age 65 74 years,Tot_P_P|Tot_P_M|P_650_799_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5850,Total Personal Income (Weekly) by Age by Sex +G5851,M_650_799_75_84_yrs,Males 650 799 Age 75 84 years,Tot_P_P|Tot_P_M|P_650_799_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5851,Total Personal Income (Weekly) by Age by Sex +G5852,M_650_799_85ov,Males 650 799 Age 85 years and over,Tot_P_P|Tot_P_M|P_650_799_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5852,Total Personal Income (Weekly) by Age by Sex +G5853,M_650_799_Tot,Males 650 799 Total,Tot_P_P|Tot_P_M|P_650_799_Tot,G17A,people,age_gender|income,Total|MALES,,5853,Total Personal Income (Weekly) by Age by Sex +G5854,M_800_999_15_19_yrs,Males 800 999 Age 15 19 years,Tot_P_P|Tot_P_M|P_800_999_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5854,Total Personal Income (Weekly) by Age by Sex +G5855,M_800_999_20_24_yrs,Males 800 999 Age 20 24 years,Tot_P_P|Tot_P_M|P_800_999_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5855,Total Personal Income (Weekly) by Age by Sex +G5856,M_800_999_25_34_yrs,Males 800 999 Age 25 34 years,Tot_P_P|Tot_P_M|P_800_999_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5856,Total Personal Income (Weekly) by Age by Sex +G5857,M_800_999_35_44_yrs,Males 800 999 Age 35 44 years,Tot_P_P|Tot_P_M|P_800_999_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5857,Total Personal Income (Weekly) by Age by Sex +G5858,M_800_999_45_54_yrs,Males 800 999 Age 45 54 years,Tot_P_P|Tot_P_M|P_800_999_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5858,Total Personal Income (Weekly) by Age by Sex +G5859,M_800_999_55_64_yrs,Males 800 999 Age 55 64 years,Tot_P_P|Tot_P_M|P_800_999_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5859,Total Personal Income (Weekly) by Age by Sex +G5860,M_800_999_65_74_yrs,Males 800 999 Age 65 74 years,Tot_P_P|Tot_P_M|P_800_999_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5860,Total Personal Income (Weekly) by Age by Sex +G5861,M_800_999_75_84_yrs,Males 800 999 Age 75 84 years,Tot_P_P|Tot_P_M|P_800_999_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5861,Total Personal Income (Weekly) by Age by Sex +G5862,M_800_999_85ov,Males 800 999 Age 85 years and over,Tot_P_P|Tot_P_M|P_800_999_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5862,Total Personal Income (Weekly) by Age by Sex +G5863,M_800_999_Tot,Males 800 999 Total,Tot_P_P|Tot_P_M|P_800_999_Tot,G17A,people,age_gender|income,Total|MALES,,5863,Total Personal Income (Weekly) by Age by Sex +G5864,M_1000_1249_15_19_yrs,Males 1000 1249 Age 15 19 years,Tot_P_P|Tot_P_M|P_1000_1249_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5864,Total Personal Income (Weekly) by Age by Sex +G5865,M_1000_1249_20_24_yrs,Males 1000 1249 Age 20 24 years,Tot_P_P|Tot_P_M|P_1000_1249_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5865,Total Personal Income (Weekly) by Age by Sex +G5866,M_1000_1249_25_34_yrs,Males 1000 1249 Age 25 34 years,Tot_P_P|Tot_P_M|P_1000_1249_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5866,Total Personal Income (Weekly) by Age by Sex +G5867,M_1000_1249_35_44_yrs,Males 1000 1249 Age 35 44 years,Tot_P_P|Tot_P_M|P_1000_1249_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5867,Total Personal Income (Weekly) by Age by Sex +G5868,M_1000_1249_45_54_yrs,Males 1000 1249 Age 45 54 years,Tot_P_P|Tot_P_M|P_1000_1249_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5868,Total Personal Income (Weekly) by Age by Sex +G5869,M_1000_1249_55_64_yrs,Males 1000 1249 Age 55 64 years,Tot_P_P|Tot_P_M|P_1000_1249_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5869,Total Personal Income (Weekly) by Age by Sex +G5870,M_1000_1249_65_74_yrs,Males 1000 1249 Age 65 74 years,Tot_P_P|Tot_P_M|P_1000_1249_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5870,Total Personal Income (Weekly) by Age by Sex +G5871,M_1000_1249_75_84_yrs,Males 1000 1249 Age 75 84 years,Tot_P_P|Tot_P_M|P_1000_1249_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5871,Total Personal Income (Weekly) by Age by Sex +G5872,M_1000_1249_85ov,Males 1000 1249 Age 85 years and over,Tot_P_P|Tot_P_M|P_1000_1249_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5872,Total Personal Income (Weekly) by Age by Sex +G5873,M_1000_1249_Tot,Males 1000 1249 Total,Tot_P_P|Tot_P_M|P_1000_1249_Tot,G17A,people,age_gender|income,Total|MALES,,5873,Total Personal Income (Weekly) by Age by Sex +G5874,M_1250_1499_15_19_yrs,Males 1250 1499 Age 15 19 years,Tot_P_P|Tot_P_M|P_1250_1499_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5874,Total Personal Income (Weekly) by Age by Sex +G5875,M_1250_1499_20_24_yrs,Males 1250 1499 Age 20 24 years,Tot_P_P|Tot_P_M|P_1250_1499_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5875,Total Personal Income (Weekly) by Age by Sex +G5876,M_1250_1499_25_34_yrs,Males 1250 1499 Age 25 34 years,Tot_P_P|Tot_P_M|P_1250_1499_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5876,Total Personal Income (Weekly) by Age by Sex +G5877,M_1250_1499_35_44_yrs,Males 1250 1499 Age 35 44 years,Tot_P_P|Tot_P_M|P_1250_1499_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5877,Total Personal Income (Weekly) by Age by Sex +G5878,M_1250_1499_45_54_yrs,Males 1250 1499 Age 45 54 years,Tot_P_P|Tot_P_M|P_1250_1499_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5878,Total Personal Income (Weekly) by Age by Sex +G5879,M_1250_1499_55_64_yrs,Males 1250 1499 Age 55 64 years,Tot_P_P|Tot_P_M|P_1250_1499_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5879,Total Personal Income (Weekly) by Age by Sex +G5880,M_1250_1499_65_74_yrs,Males 1250 1499 Age 65 74 years,Tot_P_P|Tot_P_M|P_1250_1499_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5880,Total Personal Income (Weekly) by Age by Sex +G5881,M_1250_1499_75_84_yrs,Males 1250 1499 Age 75 84 years,Tot_P_P|Tot_P_M|P_1250_1499_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5881,Total Personal Income (Weekly) by Age by Sex +G5882,M_1250_1499_85ov,Males 1250 1499 Age 85 years and over,Tot_P_P|Tot_P_M|P_1250_1499_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5882,Total Personal Income (Weekly) by Age by Sex +G5883,M_1250_1499_Tot,Males 1250 1499 Total,Tot_P_P|Tot_P_M|P_1250_1499_Tot,G17A,people,age_gender|income,Total|MALES,,5883,Total Personal Income (Weekly) by Age by Sex +G5884,M_1500_1749_15_19_yrs,Males 1500 1749 Age 15 19 years,Tot_P_P|Tot_P_M|P_1500_1749_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5884,Total Personal Income (Weekly) by Age by Sex +G5885,M_1500_1749_20_24_yrs,Males 1500 1749 Age 20 24 years,Tot_P_P|Tot_P_M|P_1500_1749_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5885,Total Personal Income (Weekly) by Age by Sex +G5886,M_1500_1749_25_34_yrs,Males 1500 1749 Age 25 34 years,Tot_P_P|Tot_P_M|P_1500_1749_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5886,Total Personal Income (Weekly) by Age by Sex +G5887,M_1500_1749_35_44_yrs,Males 1500 1749 Age 35 44 years,Tot_P_P|Tot_P_M|P_1500_1749_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5887,Total Personal Income (Weekly) by Age by Sex +G5888,M_1500_1749_45_54_yrs,Males 1500 1749 Age 45 54 years,Tot_P_P|Tot_P_M|P_1500_1749_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5888,Total Personal Income (Weekly) by Age by Sex +G5889,M_1500_1749_55_64_yrs,Males 1500 1749 Age 55 64 years,Tot_P_P|Tot_P_M|P_1500_1749_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5889,Total Personal Income (Weekly) by Age by Sex +G5890,M_1500_1749_65_74_yrs,Males 1500 1749 Age 65 74 years,Tot_P_P|Tot_P_M|P_1500_1749_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5890,Total Personal Income (Weekly) by Age by Sex +G5891,M_1500_1749_75_84_yrs,Males 1500 1749 Age 75 84 years,Tot_P_P|Tot_P_M|P_1500_1749_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5891,Total Personal Income (Weekly) by Age by Sex +G5892,M_1500_1749_85ov,Males 1500 1749 Age 85 years and over,Tot_P_P|Tot_P_M|P_1500_1749_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5892,Total Personal Income (Weekly) by Age by Sex +G5893,M_1500_1749_Tot,Males 1500 1749 Total,Tot_P_P|Tot_P_M|P_1500_1749_Tot,G17A,people,age_gender|income,Total|MALES,,5893,Total Personal Income (Weekly) by Age by Sex +G5894,M_1750_1999_15_19_yrs,Males 1750 1999 Age 15 19 years,Tot_P_P|Tot_P_M|P_1750_1999_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5894,Total Personal Income (Weekly) by Age by Sex +G5895,M_1750_1999_20_24_yrs,Males 1750 1999 Age 20 24 years,Tot_P_P|Tot_P_M|P_1750_1999_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5895,Total Personal Income (Weekly) by Age by Sex +G5896,M_1750_1999_25_34_yrs,Males 1750 1999 Age 25 34 years,Tot_P_P|Tot_P_M|P_1750_1999_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5896,Total Personal Income (Weekly) by Age by Sex +G5897,M_1750_1999_35_44_yrs,Males 1750 1999 Age 35 44 years,Tot_P_P|Tot_P_M|P_1750_1999_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5897,Total Personal Income (Weekly) by Age by Sex +G5898,M_1750_1999_45_54_yrs,Males 1750 1999 Age 45 54 years,Tot_P_P|Tot_P_M|P_1750_1999_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5898,Total Personal Income (Weekly) by Age by Sex +G5899,M_1750_1999_55_64_yrs,Males 1750 1999 Age 55 64 years,Tot_P_P|Tot_P_M|P_1750_1999_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5899,Total Personal Income (Weekly) by Age by Sex +G5900,M_1750_1999_65_74_yrs,Males 1750 1999 Age 65 74 years,Tot_P_P|Tot_P_M|P_1750_1999_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5900,Total Personal Income (Weekly) by Age by Sex +G5901,M_1750_1999_75_84_yrs,Males 1750 1999 Age 75 84 years,Tot_P_P|Tot_P_M|P_1750_1999_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5901,Total Personal Income (Weekly) by Age by Sex +G5902,M_1750_1999_85ov,Males 1750 1999 Age 85 years and over,Tot_P_P|Tot_P_M|P_1750_1999_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5902,Total Personal Income (Weekly) by Age by Sex +G5903,M_1750_1999_Tot,Males 1750 1999 Total,Tot_P_P|Tot_P_M|P_1750_1999_Tot,G17A,people,age_gender|income,Total|MALES,,5903,Total Personal Income (Weekly) by Age by Sex +G5904,M_2000_2999_15_19_yrs,Males 2000 2999 more Age 15 19 years,Tot_P_P|Tot_P_M|P_2000_2999_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5904,Total Personal Income (Weekly) by Age by Sex +G5905,M_2000_2999_20_24_yrs,Males 2000 2999 more Age 20 24 years,Tot_P_P|Tot_P_M|P_2000_2999_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5905,Total Personal Income (Weekly) by Age by Sex +G5906,M_2000_2999_25_34_yrs,Males 2000 2999 more Age 25 34 years,Tot_P_P|Tot_P_M|P_2000_2999_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5906,Total Personal Income (Weekly) by Age by Sex +G5907,M_2000_2999_35_44_yrs,Males 2000 2999 more Age 35 44 years,Tot_P_P|Tot_P_M|P_2000_2999_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5907,Total Personal Income (Weekly) by Age by Sex +G5908,M_2000_2999_45_54_yrs,Males 2000 2999 more Age 45 54 years,Tot_P_P|Tot_P_M|P_2000_2999_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5908,Total Personal Income (Weekly) by Age by Sex +G5909,M_2000_2999_55_64_yrs,Males 2000 2999 more Age 55 64 years,Tot_P_P|Tot_P_M|P_2000_2999_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5909,Total Personal Income (Weekly) by Age by Sex +G5910,M_2000_2999_65_74_yrs,Males 2000 2999 more Age 65 74 years,Tot_P_P|Tot_P_M|P_2000_2999_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5910,Total Personal Income (Weekly) by Age by Sex +G5911,M_2000_2999_75_84_yrs,Males 2000 2999 more Age 75 84 years,Tot_P_P|Tot_P_M|P_2000_2999_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5911,Total Personal Income (Weekly) by Age by Sex +G5912,M_2000_2999_85ov,Males 2000 2999 more Age 85 years and over,Tot_P_P|Tot_P_M|P_2000_2999_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5912,Total Personal Income (Weekly) by Age by Sex +G5913,M_2000_2999_Tot,Males 2000 2999 more Total,Tot_P_P|Tot_P_M|P_2000_2999_Tot,G17A,people,age_gender|income,Total|MALES,,5913,Total Personal Income (Weekly) by Age by Sex +G5914,M_3000_more_15_19_yrs,Males 3000 or more Age 15 19 years,Tot_P_P|Tot_P_M|P_3000_more_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5914,Total Personal Income (Weekly) by Age by Sex +G5915,M_3000_more_20_24_yrs,Males 3000 or more Age 20 24 years,Tot_P_P|Tot_P_M|P_3000_more_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5915,Total Personal Income (Weekly) by Age by Sex +G5916,M_3000_more_25_34_yrs,Males 3000 or more Age 25 34 years,Tot_P_P|Tot_P_M|P_3000_more_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5916,Total Personal Income (Weekly) by Age by Sex +G5917,M_3000_more_35_44_yrs,Males 3000 or more Age 35 44 years,Tot_P_P|Tot_P_M|P_3000_more_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5917,Total Personal Income (Weekly) by Age by Sex +G5918,M_3000_more_45_54_yrs,Males 3000 or more Age 45 54 years,Tot_P_P|Tot_P_M|P_3000_more_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5918,Total Personal Income (Weekly) by Age by Sex +G5919,M_3000_more_55_64_yrs,Males 3000 or more Age 55 64 years,Tot_P_P|Tot_P_M|P_3000_more_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5919,Total Personal Income (Weekly) by Age by Sex +G5920,M_3000_more_65_74_yrs,Males 3000 or more Age 65 74 years,Tot_P_P|Tot_P_M|P_3000_more_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5920,Total Personal Income (Weekly) by Age by Sex +G5921,M_3000_more_75_84_yrs,Males 3000 or more Age 75 84 years,Tot_P_P|Tot_P_M|P_3000_more_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5921,Total Personal Income (Weekly) by Age by Sex +G5922,M_3000_more_85ov,Males 3000 or more Age 85 years and over,Tot_P_P|Tot_P_M|P_3000_more_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5922,Total Personal Income (Weekly) by Age by Sex +G5923,M_3000_more_Tot,Males 3000 or more Total,Tot_P_P|Tot_P_M|P_3000_more_Tot,G17A,people,age_gender|income,Total|MALES,,5923,Total Personal Income (Weekly) by Age by Sex +G5924,M_PI_NS_15_19_yrs,Males Personal income not stated Age 15 19 years,Tot_P_P|Tot_P_M|P_PI_NS_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5924,Total Personal Income (Weekly) by Age by Sex +G5925,M_PI_NS_ns_20_24_yrs,Males Personal income not stated Age 20 24 years,Tot_P_P|Tot_P_M|P_PI_NS_ns_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5925,Total Personal Income (Weekly) by Age by Sex +G5926,M_PI_NS_ns_25_34_yrs,Males Personal income not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_PI_NS_ns_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5926,Total Personal Income (Weekly) by Age by Sex +G5927,M_PI_NS_ns_35_44_yrs,Males Personal income not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_PI_NS_ns_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5927,Total Personal Income (Weekly) by Age by Sex +G5928,M_PI_NS_ns_45_54_yrs,Males Personal income not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_PI_NS_ns_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5928,Total Personal Income (Weekly) by Age by Sex +G5929,M_PI_NS_ns_55_64_yrs,Males Personal income not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_PI_NS_ns_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5929,Total Personal Income (Weekly) by Age by Sex +G5930,M_PI_NS_ns_65_74_yrs,Males Personal income not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_PI_NS_ns_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5930,Total Personal Income (Weekly) by Age by Sex +G5931,M_PI_NS_ns_75_84_yrs,Males Personal income not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_PI_NS_ns_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5931,Total Personal Income (Weekly) by Age by Sex +G5932,M_PI_NS_ns_85_yrs_ovr,Males Personal income not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_PI_NS_ns_85_yrs_ovr,G17A,people,age_gender|income,85 years and over|MALES,,5932,Total Personal Income (Weekly) by Age by Sex +G5933,M_PI_NS_ns_Tot,Males Personal income not stated Total,Tot_P_P|Tot_P_M|P_PI_NS_ns_Tot,G17A,people,age_gender|income,Total|MALES,,5933,Total Personal Income (Weekly) by Age by Sex +G5934,M_Tot_15_19_yrs,Males Total Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5934,Total Personal Income (Weekly) by Age by Sex +G5935,M_Tot_20_24_yrs,Males Total Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5935,Total Personal Income (Weekly) by Age by Sex +G5936,M_Tot_25_34_yrs,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5936,Total Personal Income (Weekly) by Age by Sex +G5937,M_Tot_35_44_yrs,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44_yrs,G17A,people,age_gender|income,35-44 years|MALES,,5937,Total Personal Income (Weekly) by Age by Sex +G5938,M_Tot_45_54_yrs,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54_yrs,G17A,people,age_gender|income,45-54 years|MALES,,5938,Total Personal Income (Weekly) by Age by Sex +G5939,M_Tot_55_64_yrs,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64_yrs,G17A,people,age_gender|income,55-64 years|MALES,,5939,Total Personal Income (Weekly) by Age by Sex +G5940,M_Tot_65_74_yrs,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5940,Total Personal Income (Weekly) by Age by Sex +G5941,M_Tot_75_84_yrs,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5941,Total Personal Income (Weekly) by Age by Sex +G5942,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5942,Total Personal Income (Weekly) by Age by Sex +G5943,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G17A,people,age_gender|income,Total|MALES,,5943,Total Personal Income (Weekly) by Age by Sex +G6264,M_0_4_yrs_Need_for_assistance,Males 0 4 years Has need for assistance,Tot_P_P|Tot_P_M|P_0_4_yrs_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6264,Core Activity Need for Assistance by Age by Sex +G6265,M_0_4_No_need_for_assistance,Males 0 4 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_0_4_No_need_for_assistance,G18,people,income,No need for assistance|MALES,,6265,Core Activity Need for Assistance by Age by Sex +G6266,M_0_4_Need_for_assistance_ns,Males 0 4 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_0_4_Need_for_assistance_ns,G18,people,income,Need for assistance not stated|MALES,,6266,Core Activity Need for Assistance by Age by Sex +G6267,M_0_4_yrs_Tot,Males 0 4 years Total,Tot_P_P|Tot_P_M|P_0_4_yrs_Tot,G18,people,income,Total|MALES,,6267,Core Activity Need for Assistance by Age by Sex +G6268,M_5_14_Need_for_assistance,Males 5 14 years Has need for assistance,Tot_P_P|Tot_P_M|P_5_14_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6268,Core Activity Need for Assistance by Age by Sex +G6269,M_5_14_No_need_for_assistance,Males 5 14 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_5_14_No_need_for_assistance,G18,people,income,No need for assistance|MALES,,6269,Core Activity Need for Assistance by Age by Sex +G6270,M_5_14_Need_for_assistance_ns,Males 5 14 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_5_14_Need_for_assistance_ns,G18,people,income,Need for assistance not stated|MALES,,6270,Core Activity Need for Assistance by Age by Sex +G6271,M_5_14_yrs_Tot,Males 5 14 years Total,Tot_P_P|Tot_P_M|P_5_14_yrs_Tot,G18,people,income,Total|MALES,,6271,Core Activity Need for Assistance by Age by Sex +G6272,M_15_19_Need_for_assistance,Males 15 19 years Has need for assistance,Tot_P_P|Tot_P_M|P_15_19_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6272,Core Activity Need for Assistance by Age by Sex +G6273,M_15_19_No_need_for_assistnce,Males 15 19 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_15_19_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6273,Core Activity Need for Assistance by Age by Sex +G6274,M_15_19_Need_for_assistnce_ns,Males 15 19 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_15_19_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6274,Core Activity Need for Assistance by Age by Sex +G6275,M_15_19_yrs_Tot,Males 15 19 years Total,Tot_P_P|Tot_P_M|P_15_19_yrs_Tot,G18,people,income,Total|MALES,,6275,Core Activity Need for Assistance by Age by Sex +G6276,M_20_24_Need_for_assistance,Males 20 24 years Has need for assistance,Tot_P_P|Tot_P_M|P_20_24_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6276,Core Activity Need for Assistance by Age by Sex +G6277,M_20_24_No_need_for_assistnce,Males 20 24 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_20_24_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6277,Core Activity Need for Assistance by Age by Sex +G6278,M_20_24_Need_for_assistnce_ns,Males 20 24 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_20_24_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6278,Core Activity Need for Assistance by Age by Sex +G6279,M_20_24_yrs_Tot,Males 20 24 years Total,Tot_P_P|Tot_P_M|P_20_24_yrs_Tot,G18,people,income,Total|MALES,,6279,Core Activity Need for Assistance by Age by Sex +G6280,M_25_34_Need_for_assistance,Males 25 34 years Has need for assistance,Tot_P_P|Tot_P_M|P_25_34_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6280,Core Activity Need for Assistance by Age by Sex +G6281,M_25_34_No_need_for_assistnce,Males 25 34 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_25_34_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6281,Core Activity Need for Assistance by Age by Sex +G6282,M_25_34_Need_for_assistnce_ns,Males 25 34 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_25_34_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6282,Core Activity Need for Assistance by Age by Sex +G6283,M_25_34_yrs_Tot,Males 25 34 years Total,Tot_P_P|Tot_P_M|P_25_34_yrs_Tot,G18,people,income,Total|MALES,,6283,Core Activity Need for Assistance by Age by Sex +G6284,M_35_44_Need_for_assistance,Males 35 44 years Has need for assistance,Tot_P_P|Tot_P_M|P_35_44_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6284,Core Activity Need for Assistance by Age by Sex +G6285,M_35_44_No_need_for_assistnce,Males 35 44 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_35_44_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6285,Core Activity Need for Assistance by Age by Sex +G6286,M_35_44_Need_for_assistnce_ns,Males 35 44 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_35_44_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6286,Core Activity Need for Assistance by Age by Sex +G6287,M_35_44_yrs_Tot,Males 35 44 years Total,Tot_P_P|Tot_P_M|P_35_44_yrs_Tot,G18,people,income,Total|MALES,,6287,Core Activity Need for Assistance by Age by Sex +G6288,M_45_54_Need_for_assistance,Males 45 54 years Has need for assistance,Tot_P_P|Tot_P_M|P_45_54_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6288,Core Activity Need for Assistance by Age by Sex +G6289,M_45_54_No_need_for_assistnce,Males 45 54 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_45_54_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6289,Core Activity Need for Assistance by Age by Sex +G6290,M_45_54_Need_for_assistnce_ns,Males 45 54 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_45_54_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6290,Core Activity Need for Assistance by Age by Sex +G6291,M_45_54_yrs_Tot,Males 45 54 years Total,Tot_P_P|Tot_P_M|P_45_54_yrs_Tot,G18,people,income,Total|MALES,,6291,Core Activity Need for Assistance by Age by Sex +G6292,M_55_64_Need_for_assistance,Males 55 64 years Has need for assistance,Tot_P_P|Tot_P_M|P_55_64_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6292,Core Activity Need for Assistance by Age by Sex +G6293,M_55_64_No_need_for_assistnce,Males 55 64 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_55_64_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6293,Core Activity Need for Assistance by Age by Sex +G6294,M_55_64_Need_for_assistnce_ns,Males 55 64 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_55_64_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6294,Core Activity Need for Assistance by Age by Sex +G6295,M_55_64_yrs_Tot,Males 55 64 years Total,Tot_P_P|Tot_P_M|P_55_64_yrs_Tot,G18,people,income,Total|MALES,,6295,Core Activity Need for Assistance by Age by Sex +G6296,M_65_74_Need_for_assistance,Males 65 74 years Has need for assistance,Tot_P_P|Tot_P_M|P_65_74_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6296,Core Activity Need for Assistance by Age by Sex +G6297,M_65_74_No_need_for_assistnce,Males 65 74 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_65_74_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6297,Core Activity Need for Assistance by Age by Sex +G6298,M_65_74_Need_for_assistnce_ns,Males 65 74 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_65_74_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6298,Core Activity Need for Assistance by Age by Sex +G6299,M_65_74_yrs_Tot,Males 65 74 years Total,Tot_P_P|Tot_P_M|P_65_74_yrs_Tot,G18,people,income,Total|MALES,,6299,Core Activity Need for Assistance by Age by Sex +G6300,M_75_84_Need_for_assistance,Males 75 84 years Has need for assistance,Tot_P_P|Tot_P_M|P_75_84_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6300,Core Activity Need for Assistance by Age by Sex +G6301,M_75_84_No_need_for_assistnce,Males 75 84 years Does not have need for assistance,Tot_P_P|Tot_P_M|P_75_84_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6301,Core Activity Need for Assistance by Age by Sex +G6302,M_75_84_Need_for_assistnce_ns,Males 75 84 years Need for assistance not stated,Tot_P_P|Tot_P_M|P_75_84_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6302,Core Activity Need for Assistance by Age by Sex +G6303,M_75_84_yrs_Tot,Males 75 84 years Total,Tot_P_P|Tot_P_M|P_75_84_yrs_Tot,G18,people,income,Total|MALES,,6303,Core Activity Need for Assistance by Age by Sex +G6304,M_85_over_Need_for_assistance,Males 85 years and over Has need for assistance,Tot_P_P|Tot_P_M|P_85_over_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6304,Core Activity Need for Assistance by Age by Sex +G6305,M_85_ov_No_need_for_assistnce,Males 85 years and over Does not have need for assistance,Tot_P_P|Tot_P_M|P_85_ov_No_need_for_assistnce,G18,people,income,No need for assistance|MALES,,6305,Core Activity Need for Assistance by Age by Sex +G6306,M_85_ov_Need_for_assistnce_ns,Males 85 years and over Need for assistance not stated,Tot_P_P|Tot_P_M|P_85_ov_Need_for_assistnce_ns,G18,people,income,Need for assistance not stated|MALES,,6306,Core Activity Need for Assistance by Age by Sex +G6307,M_85_yrs_over_Tot,Males 85 years and over Total,Tot_P_P|Tot_P_M|P_85_yrs_over_Tot,G18,people,income,Total|MALES,,6307,Core Activity Need for Assistance by Age by Sex +G6308,M_Tot_Need_for_assistance,Males Total Has need for assistance,Tot_P_P|Tot_P_M|P_Tot_Need_for_assistance,G18,people,income,Need for assistance|MALES,,6308,Core Activity Need for Assistance by Age by Sex +G6309,M_Tot_No_need_for_assistance,Males Total Does not have need for assistance,Tot_P_P|Tot_P_M|P_Tot_No_need_for_assistance,G18,people,income,No need for assistance|MALES,,6309,Core Activity Need for Assistance by Age by Sex +G6310,M_Tot_Need_for_assistance_ns,Males Total Need for assistance not stated,Tot_P_P|Tot_P_M|P_Tot_Need_for_assistance_ns,G18,people,income,Need for assistance not stated|MALES,,6310,Core Activity Need for Assistance by Age by Sex +G6311,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G18,people,income,Total|MALES,,6311,Core Activity Need for Assistance by Age by Sex +G6408,M_15_19_yr_Volunteer,Males 15 19 years Volunteer,Tot_P_P|Tot_P_M|P_15_19_yr_Volunteer,G19,people,employment,Volunteer|MALES,,6408,Voluntary Work for an Organisation or Group by Age by Sex +G6409,M_15_19_yr_N_a_volunteer,Males 15 19 years Not a volunteer,Tot_P_P|Tot_P_M|P_15_19_yr_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6409,Voluntary Work for an Organisation or Group by Age by Sex +G6410,M_15_19_yr_Voluntary_work_ns,Males 15 19 years Voluntary work not stated,Tot_P_P|Tot_P_M|P_15_19_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6410,Voluntary Work for an Organisation or Group by Age by Sex +G6411,M_15_19_yr_Tot,Males 15 19 years Total,Tot_P_P|Tot_P_M|P_15_19_yr_Tot,G19,people,employment,Total|MALES,,6411,Voluntary Work for an Organisation or Group by Age by Sex +G6412,M_20_24_yr_Volunteer,Males 20 24 years Volunteer,Tot_P_P|Tot_P_M|P_20_24_yr_Volunteer,G19,people,employment,Volunteer|MALES,,6412,Voluntary Work for an Organisation or Group by Age by Sex +G6413,M_20_24_yr_N_a_volunteer,Males 20 24 years Not a volunteer,Tot_P_P|Tot_P_M|P_20_24_yr_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6413,Voluntary Work for an Organisation or Group by Age by Sex +G6414,M_20_24_yr_Voluntary_work_ns,Males 20 24 years Voluntary work not stated,Tot_P_P|Tot_P_M|P_20_24_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6414,Voluntary Work for an Organisation or Group by Age by Sex +G6415,M_20_24_yr_Tot,Males 20 24 years Total,Tot_P_P|Tot_P_M|P_20_24_yr_Tot,G19,people,employment,Total|MALES,,6415,Voluntary Work for an Organisation or Group by Age by Sex +G6416,M_25_34_yr_Volunteer,Males 25 34 years Volunteer,Tot_P_P|Tot_P_M|P_25_34_yr_Volunteer,G19,people,employment,Volunteer|MALES,,6416,Voluntary Work for an Organisation or Group by Age by Sex +G6417,M_25_34_yr_N_a_volunteer,Males 25 34 years Not a volunteer,Tot_P_P|Tot_P_M|P_25_34_yr_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6417,Voluntary Work for an Organisation or Group by Age by Sex +G6418,M_25_34_yr_Voluntary_work_ns,Males 25 34 years Voluntary work not stated,Tot_P_P|Tot_P_M|P_25_34_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6418,Voluntary Work for an Organisation or Group by Age by Sex +G6419,M_25_34_yr_Tot,Males 25 34 years Total,Tot_P_P|Tot_P_M|P_25_34_yr_Tot,G19,people,employment,Total|MALES,,6419,Voluntary Work for an Organisation or Group by Age by Sex +G6420,M_35_44_yr_Volunteer,Males 35 44 years Volunteer,Tot_P_P|Tot_P_M|P_35_44_yr_Volunteer,G19,people,employment,Volunteer|MALES,,6420,Voluntary Work for an Organisation or Group by Age by Sex +G6421,M_35_44_yr_N_a_volunteer,Males 35 44 years Not a volunteer,Tot_P_P|Tot_P_M|P_35_44_yr_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6421,Voluntary Work for an Organisation or Group by Age by Sex +G6422,M_35_44_yr_Voluntary_work_ns,Males 35 44 years Voluntary work not stated,Tot_P_P|Tot_P_M|P_35_44_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6422,Voluntary Work for an Organisation or Group by Age by Sex +G6423,M_35_44_yr_Tot,Males 35 44 years Total,Tot_P_P|Tot_P_M|P_35_44_yr_Tot,G19,people,employment,Total|MALES,,6423,Voluntary Work for an Organisation or Group by Age by Sex +G6424,M_45_54_yr_Volunteer,Males 45 54 years Volunteer,Tot_P_P|Tot_P_M|P_45_54_yr_Volunteer,G19,people,employment,Volunteer|MALES,,6424,Voluntary Work for an Organisation or Group by Age by Sex +G6425,M_45_54_yr_N_a_volunteer,Males 45 54 years Not a volunteer,Tot_P_P|Tot_P_M|P_45_54_yr_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6425,Voluntary Work for an Organisation or Group by Age by Sex +G6426,M_45_54_yr_Voluntary_work_ns,Males 45 54 years Voluntary work not stated,Tot_P_P|Tot_P_M|P_45_54_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6426,Voluntary Work for an Organisation or Group by Age by Sex +G6427,M_45_54_yr_Tot,Males 45 54 years Total,Tot_P_P|Tot_P_M|P_45_54_yr_Tot,G19,people,employment,Total|MALES,,6427,Voluntary Work for an Organisation or Group by Age by Sex +G6428,M_55_64_yr_Volunteer,Males 55 64 years Volunteer,Tot_P_P|Tot_P_M|P_55_64_yr_Volunteer,G19,people,employment,Volunteer|MALES,,6428,Voluntary Work for an Organisation or Group by Age by Sex +G6429,M_55_64_yr_N_a_volunteer,Males 55 64 years Not a volunteer,Tot_P_P|Tot_P_M|P_55_64_yr_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6429,Voluntary Work for an Organisation or Group by Age by Sex +G6430,M_55_64_yr_Voluntary_work_ns,Males 55 64 years Voluntary work not stated,Tot_P_P|Tot_P_M|P_55_64_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6430,Voluntary Work for an Organisation or Group by Age by Sex +G6431,M_55_64_yr_Tot,Males 55 64 years Total,Tot_P_P|Tot_P_M|P_55_64_yr_Tot,G19,people,employment,Total|MALES,,6431,Voluntary Work for an Organisation or Group by Age by Sex +G6432,M_65_74_yr_Volunteer,Males 65 74 years Volunteer,Tot_P_P|Tot_P_M|P_65_74_yr_Volunteer,G19,people,employment,Volunteer|MALES,,6432,Voluntary Work for an Organisation or Group by Age by Sex +G6433,M_65_74_yr_N_a_volunteer,Males 65 74 years Not a volunteer,Tot_P_P|Tot_P_M|P_65_74_yr_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6433,Voluntary Work for an Organisation or Group by Age by Sex +G6434,M_65_74_yr_Voluntary_work_ns,Males 65 74 years Voluntary work not stated,Tot_P_P|Tot_P_M|P_65_74_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6434,Voluntary Work for an Organisation or Group by Age by Sex +G6435,M_65_74_yr_Tot,Males 65 74 years Total,Tot_P_P|Tot_P_M|P_65_74_yr_Tot,G19,people,employment,Total|MALES,,6435,Voluntary Work for an Organisation or Group by Age by Sex +G6436,M_75_84_yr_Volunteer,Males 75 84 years Volunteer,Tot_P_P|Tot_P_M|P_75_84_yr_Volunteer,G19,people,employment,Volunteer|MALES,,6436,Voluntary Work for an Organisation or Group by Age by Sex +G6437,M_75_84_yr_N_a_volunteer,Males 75 84 years Not a volunteer,Tot_P_P|Tot_P_M|P_75_84_yr_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6437,Voluntary Work for an Organisation or Group by Age by Sex +G6438,M_75_84_yr_Voluntary_work_ns,Males 75 84 years Voluntary work not stated,Tot_P_P|Tot_P_M|P_75_84_yr_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6438,Voluntary Work for an Organisation or Group by Age by Sex +G6439,M_75_84_yr_Tot,Males 75 84 years Total,Tot_P_P|Tot_P_M|P_75_84_yr_Tot,G19,people,employment,Total|MALES,,6439,Voluntary Work for an Organisation or Group by Age by Sex +G6440,M_85ov_Volunteer,Males 85 years and over Volunteer,Tot_P_P|Tot_P_M|P_85ov_Volunteer,G19,people,employment,Volunteer|MALES,,6440,Voluntary Work for an Organisation or Group by Age by Sex +G6441,M_85ov_N_a_volunteer,Males 85 years and over Not a volunteer,Tot_P_P|Tot_P_M|P_85ov_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6441,Voluntary Work for an Organisation or Group by Age by Sex +G6442,M_85_ov_Voluntary_work_ns,Males 85 years and over Voluntary work not stated,Tot_P_P|Tot_P_M|P_85_ov_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6442,Voluntary Work for an Organisation or Group by Age by Sex +G6443,M_85ov_Tot,Males 85 years and over Total,Tot_P_P|Tot_P_M|P_85ov_Tot,G19,people,employment,Total|MALES,,6443,Voluntary Work for an Organisation or Group by Age by Sex +G6444,M_Tot_Volunteer,Males Total Volunteer,Tot_P_P|Tot_P_M|P_Tot_Volunteer,G19,people,employment,Volunteer|MALES,,6444,Voluntary Work for an Organisation or Group by Age by Sex +G6445,M_Tot_N_a_volunteer,Males Total Not a volunteer,Tot_P_P|Tot_P_M|P_Tot_N_a_volunteer,G19,people,employment,Not a volunteer|MALES,,6445,Voluntary Work for an Organisation or Group by Age by Sex +G6446,M_Tot_Voluntary_work_ns,Males Total Voluntary work not stated,Tot_P_P|Tot_P_M|P_Tot_Voluntary_work_ns,G19,people,employment,Voluntary work not stated|MALES,,6446,Voluntary Work for an Organisation or Group by Age by Sex +G6447,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G19,people,employment,Total|MALES,,6447,Voluntary Work for an Organisation or Group by Age by Sex +G6528,M_15_19y_DUDW_LT_5_h,Males 15 19 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_15_19y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6528,Unpaid Domestic Work: Number of House by Age by Sex +G6529,M_15_19y_DUDW_5_14_h,Males 15 19 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_15_19y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6529,Unpaid Domestic Work: Number of House by Age by Sex +G6530,M_15_19y_DUDW_15_29_h,Males 15 19 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_15_19y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6530,Unpaid Domestic Work: Number of House by Age by Sex +G6531,M_15_19y_DUDW_30_h_mo,Males 15 19 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_15_19y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6531,Unpaid Domestic Work: Number of House by Age by Sex +G6532,M_15_19y_DNUDW,Males 15 19 years Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_15_19y_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6532,Unpaid Domestic Work: Number of House by Age by Sex +G6533,M_15_19y_UDW_NS,Males 15 19 years Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_15_19y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6533,Unpaid Domestic Work: Number of House by Age by Sex +G6534,M_15_19y_Total,Males 15 19 years Total,Tot_P_P|Tot_P_M|P_15_19y_Total,G20A,people,employment,Total|MALES,,6534,Unpaid Domestic Work: Number of House by Age by Sex +G6535,M_20_24y_DUDW_LT_5_h,Males 20 24 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_20_24y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6535,Unpaid Domestic Work: Number of House by Age by Sex +G6536,M_20_24y_DUDW_5_14_h,Males 20 24 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_20_24y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6536,Unpaid Domestic Work: Number of House by Age by Sex +G6537,M_20_24y_DUDW_15_29_h,Males 20 24 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_20_24y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6537,Unpaid Domestic Work: Number of House by Age by Sex +G6538,M_20_24y_DUDW_30_h_mo,Males 20 24 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_20_24y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6538,Unpaid Domestic Work: Number of House by Age by Sex +G6539,M_20_24y_DNUDW,Males 20 24 years Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_20_24y_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6539,Unpaid Domestic Work: Number of House by Age by Sex +G6540,M_20_24y_UDW_NS,Males 20 24 years Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_20_24y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6540,Unpaid Domestic Work: Number of House by Age by Sex +G6541,M_20_24y_Total,Males 20 24 years Total,Tot_P_P|Tot_P_M|P_20_24y_Total,G20A,people,employment,Total|MALES,,6541,Unpaid Domestic Work: Number of House by Age by Sex +G6542,M_25_34y_DUDW_LT_5_h,Males 25 34 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_25_34y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6542,Unpaid Domestic Work: Number of House by Age by Sex +G6543,M_25_34y_DUDW_5_14_h,Males 25 34 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_25_34y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6543,Unpaid Domestic Work: Number of House by Age by Sex +G6544,M_25_34y_DUDW_15_29_h,Males 25 34 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_25_34y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6544,Unpaid Domestic Work: Number of House by Age by Sex +G6545,M_25_34y_DUDW_30_h_mo,Males 25 34 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_25_34y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6545,Unpaid Domestic Work: Number of House by Age by Sex +G6546,M_25_34y_DNUDW,Males 25 34 years Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_25_34y_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6546,Unpaid Domestic Work: Number of House by Age by Sex +G6547,M_25_34y_UDW_NS,Males 25 34 years Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_25_34y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6547,Unpaid Domestic Work: Number of House by Age by Sex +G6548,M_25_34y_Total,Males 25 34 years Total,Tot_P_P|Tot_P_M|P_25_34y_Total,G20A,people,employment,Total|MALES,,6548,Unpaid Domestic Work: Number of House by Age by Sex +G6549,M_35_44y_DUDW_LT_5_h,Males 35 44 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_35_44y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6549,Unpaid Domestic Work: Number of House by Age by Sex +G6550,M_35_44y_DUDW_5_14_h,Males 35 44 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_35_44y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6550,Unpaid Domestic Work: Number of House by Age by Sex +G6551,M_35_44y_DUDW_15_29_h,Males 35 44 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_35_44y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6551,Unpaid Domestic Work: Number of House by Age by Sex +G6552,M_35_44y_DUDW_30_h_mo,Males 35 44 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_35_44y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6552,Unpaid Domestic Work: Number of House by Age by Sex +G6553,M_35_44y_DNUDW,Males 35 44 years Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_35_44y_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6553,Unpaid Domestic Work: Number of House by Age by Sex +G6554,M_35_44y_UDW_NS,Males 35 44 years Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_35_44y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6554,Unpaid Domestic Work: Number of House by Age by Sex +G6555,M_35_44y_Total,Males 35 44 years Total,Tot_P_P|Tot_P_M|P_35_44y_Total,G20A,people,employment,Total|MALES,,6555,Unpaid Domestic Work: Number of House by Age by Sex +G6556,M_45_54y_DUDW_LT_5_h,Males 45 54 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_45_54y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6556,Unpaid Domestic Work: Number of House by Age by Sex +G6557,M_45_54y_DUDW_5_14_h,Males 45 54 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_45_54y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6557,Unpaid Domestic Work: Number of House by Age by Sex +G6558,M_45_54y_DUDW_15_29_h,Males 45 54 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_45_54y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6558,Unpaid Domestic Work: Number of House by Age by Sex +G6559,M_45_54y_DUDW_30_h_mo,Males 45 54 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_45_54y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6559,Unpaid Domestic Work: Number of House by Age by Sex +G6560,M_45_54y_DNUDW,Males 45 54 years Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_45_54y_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6560,Unpaid Domestic Work: Number of House by Age by Sex +G6561,M_45_54y_UDW_NS,Males 45 54 years Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_45_54y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6561,Unpaid Domestic Work: Number of House by Age by Sex +G6562,M_45_54y_Total,Males 45 54 years Total,Tot_P_P|Tot_P_M|P_45_54y_Total,G20A,people,employment,Total|MALES,,6562,Unpaid Domestic Work: Number of House by Age by Sex +G6563,M_55_64y_DUDW_LT_5_h,Males 55 64 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_55_64y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6563,Unpaid Domestic Work: Number of House by Age by Sex +G6564,M_55_64y_DUDW_5_14_h,Males 55 64 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_55_64y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6564,Unpaid Domestic Work: Number of House by Age by Sex +G6565,M_55_64y_DUDW_15_29_h,Males 55 64 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_55_64y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6565,Unpaid Domestic Work: Number of House by Age by Sex +G6566,M_55_64y_DUDW_30_h_mo,Males 55 64 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_55_64y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6566,Unpaid Domestic Work: Number of House by Age by Sex +G6567,M_55_64y_DNUDW,Males 55 64 years Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_55_64y_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6567,Unpaid Domestic Work: Number of House by Age by Sex +G6568,M_55_64y_UDW_NS,Males 55 64 years Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_55_64y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6568,Unpaid Domestic Work: Number of House by Age by Sex +G6569,M_55_64y_Total,Males 55 64 years Total,Tot_P_P|Tot_P_M|P_55_64y_Total,G20A,people,employment,Total|MALES,,6569,Unpaid Domestic Work: Number of House by Age by Sex +G6570,M_65_74y_DUDW_LT_5_h,Males 65 74 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_65_74y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6570,Unpaid Domestic Work: Number of House by Age by Sex +G6571,M_65_74y_DUDW_5_14_h,Males 65 74 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_65_74y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6571,Unpaid Domestic Work: Number of House by Age by Sex +G6572,M_65_74y_DUDW_15_29_h,Males 65 74 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_65_74y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6572,Unpaid Domestic Work: Number of House by Age by Sex +G6573,M_65_74y_DUDW_30_h_mo,Males 65 74 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_65_74y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6573,Unpaid Domestic Work: Number of House by Age by Sex +G6574,M_65_74y_DNUDW,Males 65 74 years Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_65_74y_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6574,Unpaid Domestic Work: Number of House by Age by Sex +G6575,M_65_74y_UDW_NS,Males 65 74 years Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_65_74y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6575,Unpaid Domestic Work: Number of House by Age by Sex +G6576,M_65_74y_Total,Males 65 74 years Total,Tot_P_P|Tot_P_M|P_65_74y_Total,G20A,people,employment,Total|MALES,,6576,Unpaid Domestic Work: Number of House by Age by Sex +G6577,M_75_84y_DUDW_LT_5_h,Males 75 84 years Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_75_84y_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6577,Unpaid Domestic Work: Number of House by Age by Sex +G6578,M_75_84y_DUDW_5_14_h,Males 75 84 years Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_75_84y_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6578,Unpaid Domestic Work: Number of House by Age by Sex +G6579,M_75_84y_DUDW_15_29_h,Males 75 84 years Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_75_84y_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6579,Unpaid Domestic Work: Number of House by Age by Sex +G6580,M_75_84y_DUDW_30_h_mo,Males 75 84 years Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_75_84y_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6580,Unpaid Domestic Work: Number of House by Age by Sex +G6581,M_75_84y_DNUDW,Males 75 84 years Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_75_84y_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6581,Unpaid Domestic Work: Number of House by Age by Sex +G6582,M_75_84y_UDW_NS,Males 75 84 years Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_75_84y_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6582,Unpaid Domestic Work: Number of House by Age by Sex +G6583,M_75_84y_Total,Males 75 84 years Total,Tot_P_P|Tot_P_M|P_75_84y_Total,G20A,people,employment,Total|MALES,,6583,Unpaid Domestic Work: Number of House by Age by Sex +G6584,M_85y_ov_DUDW_LT_5_h,Males 85 years and over Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_85y_ov_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6584,Unpaid Domestic Work: Number of House by Age by Sex +G6585,M_85y_ov_DUDW_5_14_h,Males 85 years and over Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_85y_ov_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6585,Unpaid Domestic Work: Number of House by Age by Sex +G6586,M_85y_ov_DUDW_15_29_h,Males 85 years and over Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_85y_ov_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6586,Unpaid Domestic Work: Number of House by Age by Sex +G6587,M_85y_ov_DUDW_30_h_mo,Males 85 years and over Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_85y_ov_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6587,Unpaid Domestic Work: Number of House by Age by Sex +G6588,M_85y_ov_DNUDW,Males 85 years and over Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_85y_ov_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6588,Unpaid Domestic Work: Number of House by Age by Sex +G6589,M_85y_ov_UDW_NS,Males 85 years and over Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_85y_ov_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6589,Unpaid Domestic Work: Number of House by Age by Sex +G6590,M_85y_ov_Total,Males 85 years and over Total,Tot_P_P|Tot_P_M|P_85y_ov_Total,G20A,people,employment,Total|MALES,,6590,Unpaid Domestic Work: Number of House by Age by Sex +G6591,M_Tot_DUDW_LT_5_h,Males Total Did unpaid domestic work Less than 5 hours,Tot_P_P|Tot_P_M|P_Tot_DUDW_LT_5_h,G20A,people,employment,Did unpaid domestic work: Less than 5 hours|MALES,,6591,Unpaid Domestic Work: Number of House by Age by Sex +G6592,M_Tot_DUDW_5_14_h,Males Total Did unpaid domestic work 5 14 hours,Tot_P_P|Tot_P_M|P_Tot_DUDW_5_14_h,G20A,people,employment,Did unpaid domestic work: 5-14 hours|MALES,,6592,Unpaid Domestic Work: Number of House by Age by Sex +G6593,M_Tot_DUDW_15_29_h,Males Total Did unpaid domestic work 15 29 hours,Tot_P_P|Tot_P_M|P_Tot_DUDW_15_29_h,G20A,people,employment,Did unpaid domestic work: 15-29 hours|MALES,,6593,Unpaid Domestic Work: Number of House by Age by Sex +G6594,M_Tot_DUDW_30_h_mo,Males Total Did unpaid domestic work 30 hours or more,Tot_P_P|Tot_P_M|P_Tot_DUDW_30_h_mo,G20A,people,employment,Did unpaid domestic work: 30 hours or more|MALES,,6594,Unpaid Domestic Work: Number of House by Age by Sex +G6595,M_Tot_DNUDW,Males Total Did no unpaid domestic work,Tot_P_P|Tot_P_M|P_Tot_DNUDW,G20A,people,employment,Did no unpaid domestic work|MALES,,6595,Unpaid Domestic Work: Number of House by Age by Sex +G6596,M_Tot_UDW_NS,Males Total Unpaid domestic work not stated,Tot_P_P|Tot_P_M|P_Tot_UDW_NS,G20A,people,employment,Unpaid domestic work not stated|MALES,,6596,Unpaid Domestic Work: Number of House by Age by Sex +G6597,M_Tot_Total,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Total,G20A,people,employment,Total|MALES,,6597,Unpaid Domestic Work: Number of House by Age by Sex +G6738,M_15_19_Prvided_unpaid_assist,Males 15 19 years Provided unpaid assistance,Tot_P_P|Tot_P_M|P_15_19_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6738,Unpaid Assistance to a Person with a Disability by Age by Sex +G6739,M_15_19_No_unpad_asst_prvided,Males 15 19 years No unpaid assistance provided,Tot_P_P|Tot_P_M|P_15_19_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6739,Unpaid Assistance to a Person with a Disability by Age by Sex +G6740,M_15_19_Unpaid_assist_ns,Males 15 19 years Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_15_19_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6740,Unpaid Assistance to a Person with a Disability by Age by Sex +G6741,M_15_19_Tot,Males 15 19 years Total,Tot_P_P|Tot_P_M|P_15_19_Tot,G21,people,employment,Total|MALES,,6741,Unpaid Assistance to a Person with a Disability by Age by Sex +G6742,M_20_24_Prvided_unpaid_assist,Males 20 24 years Provided unpaid assistance,Tot_P_P|Tot_P_M|P_20_24_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6742,Unpaid Assistance to a Person with a Disability by Age by Sex +G6743,M_20_24_No_unpad_asst_prvided,Males 20 24 years No unpaid assistance provided,Tot_P_P|Tot_P_M|P_20_24_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6743,Unpaid Assistance to a Person with a Disability by Age by Sex +G6744,M_20_24_Unpaid_assist_ns,Males 20 24 years Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_20_24_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6744,Unpaid Assistance to a Person with a Disability by Age by Sex +G6745,M_20_24_Tot,Males 20 24 years Total,Tot_P_P|Tot_P_M|P_20_24_Tot,G21,people,employment,Total|MALES,,6745,Unpaid Assistance to a Person with a Disability by Age by Sex +G6746,M_25_34_Prvided_unpaid_assist,Males 25 34 years Provided unpaid assistance,Tot_P_P|Tot_P_M|P_25_34_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6746,Unpaid Assistance to a Person with a Disability by Age by Sex +G6747,M_25_34_No_unpad_asst_prvided,Males 25 34 years No unpaid assistance provided,Tot_P_P|Tot_P_M|P_25_34_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6747,Unpaid Assistance to a Person with a Disability by Age by Sex +G6748,M_25_34_Unpaid_assist_ns,Males 25 34 years Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_25_34_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6748,Unpaid Assistance to a Person with a Disability by Age by Sex +G6749,M_25_34_Tot,Males 25 34 years Total,Tot_P_P|Tot_P_M|P_25_34_Tot,G21,people,employment,Total|MALES,,6749,Unpaid Assistance to a Person with a Disability by Age by Sex +G6750,M_35_44_Prvided_unpaid_assist,Males 35 44 years Provided unpaid assistance,Tot_P_P|Tot_P_M|P_35_44_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6750,Unpaid Assistance to a Person with a Disability by Age by Sex +G6751,M_35_44_No_unpad_asst_prvided,Males 35 44 years No unpaid assistance provided,Tot_P_P|Tot_P_M|P_35_44_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6751,Unpaid Assistance to a Person with a Disability by Age by Sex +G6752,M_35_44_Unpaid_assist_ns,Males 35 44 years Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_35_44_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6752,Unpaid Assistance to a Person with a Disability by Age by Sex +G6753,M_35_44_Tot,Males 35 44 years Total,Tot_P_P|Tot_P_M|P_35_44_Tot,G21,people,employment,Total|MALES,,6753,Unpaid Assistance to a Person with a Disability by Age by Sex +G6754,M_45_54_Prvided_unpaid_assist,Males 45 54 years Provided unpaid assistance,Tot_P_P|Tot_P_M|P_45_54_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6754,Unpaid Assistance to a Person with a Disability by Age by Sex +G6755,M_45_54_No_unpad_asst_prvided,Males 45 54 years No unpaid assistance provided,Tot_P_P|Tot_P_M|P_45_54_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6755,Unpaid Assistance to a Person with a Disability by Age by Sex +G6756,M_45_54_Unpaid_assist_ns,Males 45 54 years Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_45_54_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6756,Unpaid Assistance to a Person with a Disability by Age by Sex +G6757,M_45_54_Tot,Males 45 54 years Total,Tot_P_P|Tot_P_M|P_45_54_Tot,G21,people,employment,Total|MALES,,6757,Unpaid Assistance to a Person with a Disability by Age by Sex +G6758,M_55_64_Prvided_unpaid_assist,Males 55 64 years Provided unpaid assistance,Tot_P_P|Tot_P_M|P_55_64_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6758,Unpaid Assistance to a Person with a Disability by Age by Sex +G6759,M_55_64_No_unpad_asst_prvided,Males 55 64 years No unpaid assistance provided,Tot_P_P|Tot_P_M|P_55_64_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6759,Unpaid Assistance to a Person with a Disability by Age by Sex +G6760,M_55_64_Unpaid_assist_ns,Males 55 64 years Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_55_64_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6760,Unpaid Assistance to a Person with a Disability by Age by Sex +G6761,M_55_64_Tot,Males 55 64 years Total,Tot_P_P|Tot_P_M|P_55_64_Tot,G21,people,employment,Total|MALES,,6761,Unpaid Assistance to a Person with a Disability by Age by Sex +G6762,M_65_74_Prvided_unpaid_assist,Males 65 74 years Provided unpaid assistance,Tot_P_P|Tot_P_M|P_65_74_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6762,Unpaid Assistance to a Person with a Disability by Age by Sex +G6763,M_65_74_No_unpad_asst_prvided,Males 65 74 years No unpaid assistance provided,Tot_P_P|Tot_P_M|P_65_74_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6763,Unpaid Assistance to a Person with a Disability by Age by Sex +G6764,M_65_74_Unpaid_assist_ns,Males 65 74 years Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_65_74_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6764,Unpaid Assistance to a Person with a Disability by Age by Sex +G6765,M_65_74_Tot,Males 65 74 years Total,Tot_P_P|Tot_P_M|P_65_74_Tot,G21,people,employment,Total|MALES,,6765,Unpaid Assistance to a Person with a Disability by Age by Sex +G6766,M_75_84_Prvided_unpaid_assist,Males 75 84 years Provided unpaid assistance,Tot_P_P|Tot_P_M|P_75_84_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6766,Unpaid Assistance to a Person with a Disability by Age by Sex +G6767,M_75_84_No_unpad_asst_prvided,Males 75 84 years No unpaid assistance provided,Tot_P_P|Tot_P_M|P_75_84_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6767,Unpaid Assistance to a Person with a Disability by Age by Sex +G6768,M_75_84_Unpaid_assist_ns,Males 75 84 years Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_75_84_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6768,Unpaid Assistance to a Person with a Disability by Age by Sex +G6769,M_75_84_Tot,Males 75 84 years Total,Tot_P_P|Tot_P_M|P_75_84_Tot,G21,people,employment,Total|MALES,,6769,Unpaid Assistance to a Person with a Disability by Age by Sex +G6770,M_85_ov_Prvided_unpaid_assist,Males 85 years and over Provided unpaid assistance,Tot_P_P|Tot_P_M|P_85_ov_Prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6770,Unpaid Assistance to a Person with a Disability by Age by Sex +G6771,M_85_ov_No_unpad_asst_prvided,Males 85 years and over No unpaid assistance provided,Tot_P_P|Tot_P_M|P_85_ov_No_unpad_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6771,Unpaid Assistance to a Person with a Disability by Age by Sex +G6772,M_85_ov_Unpaid_assist_ns,Males 85 years and over Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_85_ov_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6772,Unpaid Assistance to a Person with a Disability by Age by Sex +G6773,M_85_ov_Tot,Males 85 years and over Total,Tot_P_P|Tot_P_M|P_85_ov_Tot,G21,people,employment,Total|MALES,,6773,Unpaid Assistance to a Person with a Disability by Age by Sex +G6774,M_Tot_prvided_unpaid_assist,Males Total Provided unpaid assistance,Tot_P_P|Tot_P_M|P_Tot_prvided_unpaid_assist,G21,people,employment,Provided unpaid assistance|MALES,,6774,Unpaid Assistance to a Person with a Disability by Age by Sex +G6775,M_Tot_No_unpaid_asst_prvided,Males Total No unpaid assistance provided,Tot_P_P|Tot_P_M|P_Tot_No_unpaid_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6775,Unpaid Assistance to a Person with a Disability by Age by Sex +G6776,M_Tot_Unpaid_assist_ns,Males Total Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_Tot_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6776,Unpaid Assistance to a Person with a Disability by Age by Sex +G6777,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G21,people,employment,Total|MALES,,6777,Unpaid Assistance to a Person with a Disability by Age by Sex +G6858,M_15_19_CF_Own_CCO,Males 15 19 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_15_19_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6858,Unpaid Child Care by Age by Sex +G6859,M_15_19_CF_Oth_CCO,Males 15 19 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_15_19_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6859,Unpaid Child Care by Age by Sex +G6860,M_15_19_CF_Own_CC_Oth_CC,Males 15 19 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_15_19_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6860,Unpaid Child Care by Age by Sex +G6861,M_15_19_CF_Total,Males 15 19 years Cared for Total,Tot_P_P|Tot_P_M|P_15_19_CF_Total,G22A,people,families,Cared for: Total|MALES,,6861,Unpaid Child Care by Age by Sex +G6862,M_15_19_DNPCC,Males 15 19 years Did not provide child care,Tot_P_P|Tot_P_M|P_15_19_DNPCC,G22A,people,families,Did not provide child care|MALES,,6862,Unpaid Child Care by Age by Sex +G6863,M_15_19_UCC_NS,Males 15 19 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_15_19_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6863,Unpaid Child Care by Age by Sex +G6864,M_15_19_Total,Males 15 19 years Total,Tot_P_P|Tot_P_M|P_15_19_Total,G22A,people,families,Total|MALES,,6864,Unpaid Child Care by Age by Sex +G6865,M_20_24_CF_Own_CCO,Males 20 24 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_20_24_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6865,Unpaid Child Care by Age by Sex +G6866,M_20_24_CF_Oth_CCO,Males 20 24 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_20_24_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6866,Unpaid Child Care by Age by Sex +G6867,M_20_24_CF_Own_CC_Oth_CC,Males 20 24 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_20_24_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6867,Unpaid Child Care by Age by Sex +G6868,M_20_24_CF_Total,Males 20 24 years Cared for Total,Tot_P_P|Tot_P_M|P_20_24_CF_Total,G22A,people,families,Cared for: Total|MALES,,6868,Unpaid Child Care by Age by Sex +G6869,M_20_24_DNPCC,Males 20 24 years Did not provide child care,Tot_P_P|Tot_P_M|P_20_24_DNPCC,G22A,people,families,Did not provide child care|MALES,,6869,Unpaid Child Care by Age by Sex +G6870,M_20_24_UCC_NS,Males 20 24 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_20_24_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6870,Unpaid Child Care by Age by Sex +G6871,M_20_24_Total,Males 20 24 years Total,Tot_P_P|Tot_P_M|P_20_24_Total,G22A,people,families,Total|MALES,,6871,Unpaid Child Care by Age by Sex +G6872,M_25_34_CF_Own_CCO,Males 25 34 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_25_34_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6872,Unpaid Child Care by Age by Sex +G6873,M_25_34_CF_Oth_CCO,Males 25 34 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_25_34_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6873,Unpaid Child Care by Age by Sex +G6874,M_25_34_CF_Own_CC_Oth_CC,Males 25 34 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_25_34_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6874,Unpaid Child Care by Age by Sex +G6875,M_25_34_CF_Total,Males 25 34 years Cared for Total,Tot_P_P|Tot_P_M|P_25_34_CF_Total,G22A,people,families,Cared for: Total|MALES,,6875,Unpaid Child Care by Age by Sex +G6876,M_25_34_DNPCC,Males 25 34 years Did not provide child care,Tot_P_P|Tot_P_M|P_25_34_DNPCC,G22A,people,families,Did not provide child care|MALES,,6876,Unpaid Child Care by Age by Sex +G6877,M_25_34_UCC_NS,Males 25 34 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_25_34_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6877,Unpaid Child Care by Age by Sex +G6878,M_25_34_Total,Males 25 34 years Total,Tot_P_P|Tot_P_M|P_25_34_Total,G22A,people,families,Total|MALES,,6878,Unpaid Child Care by Age by Sex +G6879,M_35_44_CF_Own_CCO,Males 35 44 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_35_44_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6879,Unpaid Child Care by Age by Sex +G6880,M_35_44_CF_Oth_CCO,Males 35 44 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_35_44_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6880,Unpaid Child Care by Age by Sex +G6881,M_35_44_CF_Own_CC_Oth_CC,Males 35 44 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_35_44_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6881,Unpaid Child Care by Age by Sex +G6882,M_35_44_CF_Total,Males 35 44 years Cared for Total,Tot_P_P|Tot_P_M|P_35_44_CF_Total,G22A,people,families,Cared for: Total|MALES,,6882,Unpaid Child Care by Age by Sex +G6883,M_35_44_DNPCC,Males 35 44 years Did not provide child care,Tot_P_P|Tot_P_M|P_35_44_DNPCC,G22A,people,families,Did not provide child care|MALES,,6883,Unpaid Child Care by Age by Sex +G6884,M_35_44_UCC_NS,Males 35 44 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_35_44_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6884,Unpaid Child Care by Age by Sex +G6885,M_35_44_Total,Males 35 44 years Total,Tot_P_P|Tot_P_M|P_35_44_Total,G22A,people,families,Total|MALES,,6885,Unpaid Child Care by Age by Sex +G6886,M_45_54_CF_Own_CCO,Males 45 54 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_45_54_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6886,Unpaid Child Care by Age by Sex +G6887,M_45_54_CF_Oth_CCO,Males 45 54 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_45_54_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6887,Unpaid Child Care by Age by Sex +G6888,M_45_54_CF_Own_CC_Oth_CC,Males 45 54 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_45_54_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6888,Unpaid Child Care by Age by Sex +G6889,M_45_54_CF_Total,Males 45 54 years Cared for Total,Tot_P_P|Tot_P_M|P_45_54_CF_Total,G22A,people,families,Cared for: Total|MALES,,6889,Unpaid Child Care by Age by Sex +G6890,M_45_54_DNPCC,Males 45 54 years Did not provide child care,Tot_P_P|Tot_P_M|P_45_54_DNPCC,G22A,people,families,Did not provide child care|MALES,,6890,Unpaid Child Care by Age by Sex +G6891,M_45_54_UCC_NS,Males 45 54 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_45_54_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6891,Unpaid Child Care by Age by Sex +G6892,M_45_54_Total,Males 45 54 years Total,Tot_P_P|Tot_P_M|P_45_54_Total,G22A,people,families,Total|MALES,,6892,Unpaid Child Care by Age by Sex +G6893,M_55_64_CF_Own_CCO,Males 55 64 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_55_64_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6893,Unpaid Child Care by Age by Sex +G6894,M_55_64_CF_Oth_CCO,Males 55 64 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_55_64_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6894,Unpaid Child Care by Age by Sex +G6895,M_55_64_CF_Own_CC_Oth_CC,Males 55 64 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_55_64_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6895,Unpaid Child Care by Age by Sex +G6896,M_55_64_CF_Total,Males 55 64 years Cared for Total,Tot_P_P|Tot_P_M|P_55_64_CF_Total,G22A,people,families,Cared for: Total|MALES,,6896,Unpaid Child Care by Age by Sex +G6897,M_55_64_DNPCC,Males 55 64 years Did not provide child care,Tot_P_P|Tot_P_M|P_55_64_DNPCC,G22A,people,families,Did not provide child care|MALES,,6897,Unpaid Child Care by Age by Sex +G6898,M_55_64_UCC_NS,Males 55 64 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_55_64_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6898,Unpaid Child Care by Age by Sex +G6899,M_55_64_Total,Males 55 64 years Total,Tot_P_P|Tot_P_M|P_55_64_Total,G22A,people,families,Total|MALES,,6899,Unpaid Child Care by Age by Sex +G6900,M_65_74_CF_Own_CCO,Males 65 74 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_65_74_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6900,Unpaid Child Care by Age by Sex +G6901,M_65_74_CF_Oth_CCO,Males 65 74 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_65_74_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6901,Unpaid Child Care by Age by Sex +G6902,M_65_74_CF_Own_CC_Oth_CC,Males 65 74 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_65_74_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6902,Unpaid Child Care by Age by Sex +G6903,M_65_74_CF_Total,Males 65 74 years Cared for Total,Tot_P_P|Tot_P_M|P_65_74_CF_Total,G22A,people,families,Cared for: Total|MALES,,6903,Unpaid Child Care by Age by Sex +G6904,M_65_74_DNPCC,Males 65 74 years Did not provide child care,Tot_P_P|Tot_P_M|P_65_74_DNPCC,G22A,people,families,Did not provide child care|MALES,,6904,Unpaid Child Care by Age by Sex +G6905,M_65_74_UCC_NS,Males 65 74 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_65_74_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6905,Unpaid Child Care by Age by Sex +G6906,M_65_74_Total,Males 65 74 years Total,Tot_P_P|Tot_P_M|P_65_74_Total,G22A,people,families,Total|MALES,,6906,Unpaid Child Care by Age by Sex +G6907,M_75_84_CF_Own_CCO,Males 75 84 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_75_84_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6907,Unpaid Child Care by Age by Sex +G6908,M_75_84_CF_Oth_CCO,Males 75 84 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_75_84_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6908,Unpaid Child Care by Age by Sex +G6909,M_75_84_CF_Own_CC_Oth_CC,Males 75 84 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_75_84_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6909,Unpaid Child Care by Age by Sex +G6910,M_75_84_CF_Total,Males 75 84 years Cared for Total,Tot_P_P|Tot_P_M|P_75_84_CF_Total,G22A,people,families,Cared for: Total|MALES,,6910,Unpaid Child Care by Age by Sex +G6911,M_75_84_DNPCC,Males 75 84 years Did not provide child care,Tot_P_P|Tot_P_M|P_75_84_DNPCC,G22A,people,families,Did not provide child care|MALES,,6911,Unpaid Child Care by Age by Sex +G6912,M_75_84_UCC_NS,Males 75 84 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_75_84_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6912,Unpaid Child Care by Age by Sex +G6913,M_75_84_Total,Males 75 84 years Total,Tot_P_P|Tot_P_M|P_75_84_Total,G22A,people,families,Total|MALES,,6913,Unpaid Child Care by Age by Sex +G6914,M_85ov_CF_Own_CCO,Males 85 years and over Cared for Own child children only,Tot_P_P|Tot_P_M|P_85ov_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6914,Unpaid Child Care by Age by Sex +G6915,M_85ov_CF_Oth_CCO,Males 85 years and over Cared for Other child children only,Tot_P_P|Tot_P_M|P_85ov_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6915,Unpaid Child Care by Age by Sex +G6916,M_85ov_CF_Own_CC_Oth_CC,Males 85 years and over Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_85ov_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6916,Unpaid Child Care by Age by Sex +G6917,M_85ov_CF_Total,Males 85 years and over Cared for Total,Tot_P_P|Tot_P_M|P_85ov_CF_Total,G22A,people,families,Cared for: Total|MALES,,6917,Unpaid Child Care by Age by Sex +G6918,M_85ov_DNPCC,Males 85 years and over Did not provide child care,Tot_P_P|Tot_P_M|P_85ov_DNPCC,G22A,people,families,Did not provide child care|MALES,,6918,Unpaid Child Care by Age by Sex +G6919,M_85ov_UCC_NS,Males 85 years and over Unpaid child care not stated,Tot_P_P|Tot_P_M|P_85ov_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6919,Unpaid Child Care by Age by Sex +G6920,M_85ov_Total,Males 85 years and over Total,Tot_P_P|Tot_P_M|P_85ov_Total,G22A,people,families,Total|MALES,,6920,Unpaid Child Care by Age by Sex +G6921,M_Tot_CF_Own_CCO,Males Total Cared for Own child children only,Tot_P_P|Tot_P_M|P_Tot_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6921,Unpaid Child Care by Age by Sex +G6922,M_Tot_CF_Oth_CCO,Males Total Cared for Other child children only,Tot_P_P|Tot_P_M|P_Tot_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6922,Unpaid Child Care by Age by Sex +G6923,M_Tot_CF_Own_CC_Oth_CC,Males Total Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_Tot_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6923,Unpaid Child Care by Age by Sex +G6924,M_Tot_CF_Total,Males Total Cared for Total,Tot_P_P|Tot_P_M|P_Tot_CF_Total,G22A,people,families,Cared for: Total|MALES,,6924,Unpaid Child Care by Age by Sex +G6925,M_Tot_DNPCC,Males Total Did not provide child care,Tot_P_P|Tot_P_M|P_Tot_DNPCC,G22A,people,families,Did not provide child care|MALES,,6925,Unpaid Child Care by Age by Sex +G6926,M_Tot_UCC_NS,Males Total Unpaid child care not stated,Tot_P_P|Tot_P_M|P_Tot_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6926,Unpaid Child Care by Age by Sex +G6927,M_Tot_Total,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Total,G22A,people,families,Total|MALES,,6927,Unpaid Child Care by Age by Sex +G7068,M_Hbn_in_RM_0_14,Males Husband in a registered marriage Age 0 14 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7068,Relationship in Household by Age by Sex +G7069,M_Hbn_in_RM_15_24,Males Husband in a registered marriage Age 15 24 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7069,Relationship in Household by Age by Sex +G7070,M_Hbn_in_RM_25_34,Males Husband in a registered marriage Age 25 34 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7070,Relationship in Household by Age by Sex +G7071,M_Hbn_in_RM_35_44,Males Husband in a registered marriage Age 35 44 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7071,Relationship in Household by Age by Sex +G7072,M_Hbn_in_RM_45_54,Males Husband in a registered marriage Age 45 54 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7072,Relationship in Household by Age by Sex +G7073,M_Hbn_in_RM_55_64,Males Husband in a registered marriage Age 55 64 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7073,Relationship in Household by Age by Sex +G7074,M_Hbn_in_RM_65_74,Males Husband in a registered marriage Age 65 74 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7074,Relationship in Household by Age by Sex +G7075,M_Hbn_in_RM_75_84,Males Husband in a registered marriage Age 75 84 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7075,Relationship in Household by Age by Sex +G7076,M_Hbn_in_RM_85ov,Males Husband in a registered marriage Age 85 years and over,Tot_P_P|Tot_P_M|P_Hbn_in_RM_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7076,Relationship in Household by Age by Sex +G7077,M_Hbn_in_RM_Tot,Males Husband in a registered marriage Total,Tot_P_P|Tot_P_M|P_Hbn_in_RM_Tot,G23A,people,families|age_gender,Total|MALES,,7077,Relationship in Household by Age by Sex +G7078,M_Ptn_in_DFM_0_14,Males Partner in de facto marriage Age 0 14 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7078,Relationship in Household by Age by Sex +G7079,M_Ptn_in_DFM_15_24,Males Partner in de facto marriage Age 15 24 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7079,Relationship in Household by Age by Sex +G7080,M_Ptn_in_DFM_25_34,Males Partner in de facto marriage Age 25 34 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7080,Relationship in Household by Age by Sex +G7081,M_Ptn_in_DFM_35_44,Males Partner in de facto marriage Age 35 44 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7081,Relationship in Household by Age by Sex +G7082,M_Ptn_in_DFM_45_54,Males Partner in de facto marriage Age 45 54 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7082,Relationship in Household by Age by Sex +G7083,M_Ptn_in_DFM_55_64,Males Partner in de facto marriage Age 55 64 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7083,Relationship in Household by Age by Sex +G7084,M_Ptn_in_DFM_65_74,Males Partner in de facto marriage Age 65 74 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7084,Relationship in Household by Age by Sex +G7085,M_Ptn_in_DFM_75_84,Males Partner in de facto marriage Age 75 84 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7085,Relationship in Household by Age by Sex +G7086,M_Ptn_in_DFM_85ov,Males Partner in de facto marriage Age 85 years and over,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7086,Relationship in Household by Age by Sex +G7087,M_Ptn_in_DFM_Tot,Males Partner in de facto marriage Total,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_Tot,G23A,people,families|age_gender,Total|MALES,,7087,Relationship in Household by Age by Sex +G7088,M_LonePnt_0_14,Males Lone parent Age 0 14 years,Tot_P_P|Tot_P_M|P_LonePnt_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7088,Relationship in Household by Age by Sex +G7089,M_LonePnt_15_24,Males Lone parent Age 15 24 years,Tot_P_P|Tot_P_M|P_LonePnt_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7089,Relationship in Household by Age by Sex +G7090,M_LonePnt_25_34,Males Lone parent Age 25 34 years,Tot_P_P|Tot_P_M|P_LonePnt_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7090,Relationship in Household by Age by Sex +G7091,M_LonePnt_35_44,Males Lone parent Age 35 44 years,Tot_P_P|Tot_P_M|P_LonePnt_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7091,Relationship in Household by Age by Sex +G7092,M_LonePnt_45_54,Males Lone parent Age 45 54 years,Tot_P_P|Tot_P_M|P_LonePnt_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7092,Relationship in Household by Age by Sex +G7093,M_LonePnt_55_64,Males Lone parent Age 55 64 years,Tot_P_P|Tot_P_M|P_LonePnt_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7093,Relationship in Household by Age by Sex +G7094,M_LonePnt_65_74,Males Lone parent Age 65 74 years,Tot_P_P|Tot_P_M|P_LonePnt_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7094,Relationship in Household by Age by Sex +G7095,M_LonePnt_75_84,Males Lone parent Age 75 84 years,Tot_P_P|Tot_P_M|P_LonePnt_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7095,Relationship in Household by Age by Sex +G7096,M_LonePnt_85ov,Males Lone parent Age 85 years and over,Tot_P_P|Tot_P_M|P_LonePnt_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7096,Relationship in Household by Age by Sex +G7097,M_LonePnt_Tot,Males Lone parent Total,Tot_P_P|Tot_P_M|P_LonePnt_Tot,G23A,people,families|age_gender,Total|MALES,,7097,Relationship in Household by Age by Sex +G7098,M_CU15_0_14,Males Child under 15 Age 0 14 years,Tot_P_P|Tot_P_M|P_CU15_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7098,Relationship in Household by Age by Sex +G7099,M_CU15_15_24,Males Child under 15 Age 15 24 years,Tot_P_P|Tot_P_M|P_CU15_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7099,Relationship in Household by Age by Sex +G7100,M_CU15_25_34,Males Child under 15 Age 25 34 years,Tot_P_P|Tot_P_M|P_CU15_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7100,Relationship in Household by Age by Sex +G7101,M_CU15_35_44,Males Child under 15 Age 35 44 years,Tot_P_P|Tot_P_M|P_CU15_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7101,Relationship in Household by Age by Sex +G7102,M_CU15_45_54,Males Child under 15 Age 45 54 years,Tot_P_P|Tot_P_M|P_CU15_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7102,Relationship in Household by Age by Sex +G7103,M_CU15_55_64,Males Child under 15 Age 55 64 years,Tot_P_P|Tot_P_M|P_CU15_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7103,Relationship in Household by Age by Sex +G7104,M_CU15_65_74,Males Child under 15 Age 65 74 years,Tot_P_P|Tot_P_M|P_CU15_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7104,Relationship in Household by Age by Sex +G7105,M_CU15_75_84,Males Child under 15 Age 75 84 years,Tot_P_P|Tot_P_M|P_CU15_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7105,Relationship in Household by Age by Sex +G7106,M_CU15_85ov,Males Child under 15 Age 85 years and over,Tot_P_P|Tot_P_M|P_CU15_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7106,Relationship in Household by Age by Sex +G7107,M_CU15_Tot,Males Child under 15 Total,Tot_P_P|Tot_P_M|P_CU15_Tot,G23A,people,families|age_gender,Total|MALES,,7107,Relationship in Household by Age by Sex +G7108,M_DpStu_0_14,Males Dependent student Aged 15 24 years Age 0 14 years,Tot_P_P|Tot_P_M|P_DpStu_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7108,Relationship in Household by Age by Sex +G7109,M_DpStu_15_24,Males Dependent student Aged 15 24 years Age 15 24 years,Tot_P_P|Tot_P_M|P_DpStu_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7109,Relationship in Household by Age by Sex +G7110,M_DpStu_25_34,Males Dependent student Aged 15 24 years Age 25 34 years,Tot_P_P|Tot_P_M|P_DpStu_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7110,Relationship in Household by Age by Sex +G7111,M_DpStu_35_44,Males Dependent student Aged 15 24 years Age 35 44 years,Tot_P_P|Tot_P_M|P_DpStu_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7111,Relationship in Household by Age by Sex +G7112,M_DpStu_45_54,Males Dependent student Aged 15 24 years Age 45 54 years,Tot_P_P|Tot_P_M|P_DpStu_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7112,Relationship in Household by Age by Sex +G7113,M_DpStu_55_64,Males Dependent student Aged 15 24 years Age 55 64 years,Tot_P_P|Tot_P_M|P_DpStu_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7113,Relationship in Household by Age by Sex +G7114,M_DpStu_65_74,Males Dependent student Aged 15 24 years Age 65 74 years,Tot_P_P|Tot_P_M|P_DpStu_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7114,Relationship in Household by Age by Sex +G7115,M_DpStu_75_84,Males Dependent student Aged 15 24 years Age 75 84 years,Tot_P_P|Tot_P_M|P_DpStu_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7115,Relationship in Household by Age by Sex +G7116,M_DpStu_85ov,Males Dependent student Aged 15 24 years Age 85 years and over,Tot_P_P|Tot_P_M|P_DpStu_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7116,Relationship in Household by Age by Sex +G7117,M_DpStu_Tot,Males Dependent student Aged 15 24 years Total,Tot_P_P|Tot_P_M|P_DpStu_Tot,G23A,people,families|age_gender,Total|MALES,,7117,Relationship in Household by Age by Sex +G7118,M_NDpChl_0_14,Males Non dependent child Age 0 14 years,Tot_P_P|Tot_P_M|P_NDpChl_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7118,Relationship in Household by Age by Sex +G7119,M_NDpChl_15_24,Males Non dependent child Age 15 24 years,Tot_P_P|Tot_P_M|P_NDpChl_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7119,Relationship in Household by Age by Sex +G7120,M_NDpChl_25_34,Males Non dependent child Age 25 34 years,Tot_P_P|Tot_P_M|P_NDpChl_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7120,Relationship in Household by Age by Sex +G7121,M_NDpChl_35_44,Males Non dependent child Age 35 44 years,Tot_P_P|Tot_P_M|P_NDpChl_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7121,Relationship in Household by Age by Sex +G7122,M_NDpChl_45_54,Males Non dependent child Age 45 54 years,Tot_P_P|Tot_P_M|P_NDpChl_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7122,Relationship in Household by Age by Sex +G7123,M_NDpChl_55_64,Males Non dependent child Age 55 64 years,Tot_P_P|Tot_P_M|P_NDpChl_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7123,Relationship in Household by Age by Sex +G7124,M_NDpChl_65_74,Males Non dependent child Age 65 74 years,Tot_P_P|Tot_P_M|P_NDpChl_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7124,Relationship in Household by Age by Sex +G7125,M_NDpChl_75_84,Males Non dependent child Age 75 84 years,Tot_P_P|Tot_P_M|P_NDpChl_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7125,Relationship in Household by Age by Sex +G7126,M_NDpChl_85ov,Males Non dependent child Age 85 years and over,Tot_P_P|Tot_P_M|P_NDpChl_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7126,Relationship in Household by Age by Sex +G7127,M_NDpChl_Tot,Males Non dependent child Total,Tot_P_P|Tot_P_M|P_NDpChl_Tot,G23A,people,families|age_gender,Total|MALES,,7127,Relationship in Household by Age by Sex +G7128,M_OthRI_0_14,Males Other related individual Age 0 14 years,Tot_P_P|Tot_P_M|P_OthRI_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7128,Relationship in Household by Age by Sex +G7129,M_OthRI_15_24,Males Other related individual Age 15 24 years,Tot_P_P|Tot_P_M|P_OthRI_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7129,Relationship in Household by Age by Sex +G7130,M_OthRI_25_34,Males Other related individual Age 25 34 years,Tot_P_P|Tot_P_M|P_OthRI_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7130,Relationship in Household by Age by Sex +G7131,M_OthRI_35_44,Males Other related individual Age 35 44 years,Tot_P_P|Tot_P_M|P_OthRI_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7131,Relationship in Household by Age by Sex +G7132,M_OthRI_45_54,Males Other related individual Age 45 54 years,Tot_P_P|Tot_P_M|P_OthRI_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7132,Relationship in Household by Age by Sex +G7133,M_OthRI_55_64,Males Other related individual Age 55 64 years,Tot_P_P|Tot_P_M|P_OthRI_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7133,Relationship in Household by Age by Sex +G7134,M_OthRI_65_74,Males Other related individual Age 65 74 years,Tot_P_P|Tot_P_M|P_OthRI_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7134,Relationship in Household by Age by Sex +G7135,M_OthRI_75_84,Males Other related individual Age 75 84 years,Tot_P_P|Tot_P_M|P_OthRI_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7135,Relationship in Household by Age by Sex +G7136,M_OthRI_85ov,Males Other related individual Age 85 years and over,Tot_P_P|Tot_P_M|P_OthRI_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7136,Relationship in Household by Age by Sex +G7137,M_OthRI_Tot,Males Other related individual Total,Tot_P_P|Tot_P_M|P_OthRI_Tot,G23A,people,families|age_gender,Total|MALES,,7137,Relationship in Household by Age by Sex +G7138,M_URI_in_FH_0_14,Males Unrelated individual living in family household Age 0 14 years,Tot_P_P|Tot_P_M|P_URI_in_FH_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7138,Relationship in Household by Age by Sex +G7139,M_URI_in_FH_15_24,Males Unrelated individual living in family household Age 15 24 years,Tot_P_P|Tot_P_M|P_URI_in_FH_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7139,Relationship in Household by Age by Sex +G7140,M_URI_in_FH_25_34,Males Unrelated individual living in family household Age 25 34 years,Tot_P_P|Tot_P_M|P_URI_in_FH_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7140,Relationship in Household by Age by Sex +G7141,M_URI_in_FH_35_44,Males Unrelated individual living in family household Age 35 44 years,Tot_P_P|Tot_P_M|P_URI_in_FH_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7141,Relationship in Household by Age by Sex +G7142,M_URI_in_FH_45_54,Males Unrelated individual living in family household Age 45 54 years,Tot_P_P|Tot_P_M|P_URI_in_FH_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7142,Relationship in Household by Age by Sex +G7143,M_URI_in_FH_55_64,Males Unrelated individual living in family household Age 55 64 years,Tot_P_P|Tot_P_M|P_URI_in_FH_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7143,Relationship in Household by Age by Sex +G7144,M_URI_in_FH_65_74,Males Unrelated individual living in family household Age 65 74 years,Tot_P_P|Tot_P_M|P_URI_in_FH_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7144,Relationship in Household by Age by Sex +G7145,M_URI_in_FH_75_84,Males Unrelated individual living in family household Age 75 84 years,Tot_P_P|Tot_P_M|P_URI_in_FH_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7145,Relationship in Household by Age by Sex +G7146,M_URI_in_FH_85ov,Males Unrelated individual living in family household Age 85 years and over,Tot_P_P|Tot_P_M|P_URI_in_FH_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7146,Relationship in Household by Age by Sex +G7147,M_URI_in_FH_Tot,Males Unrelated individual living in family household Total,Tot_P_P|Tot_P_M|P_URI_in_FH_Tot,G23A,people,families|age_gender,Total|MALES,,7147,Relationship in Household by Age by Sex +G7148,M_GrpH_Mem_0_14,Males Group household member Age 0 14 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7148,Relationship in Household by Age by Sex +G7149,M_GrpH_Mem_15_24,Males Group household member Age 15 24 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7149,Relationship in Household by Age by Sex +G7150,M_GrpH_Mem_25_34,Males Group household member Age 25 34 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7150,Relationship in Household by Age by Sex +G7151,M_GrpH_Mem_35_44,Males Group household member Age 35 44 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7151,Relationship in Household by Age by Sex +G7152,M_GrpH_Mem_45_54,Males Group household member Age 45 54 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7152,Relationship in Household by Age by Sex +G7153,M_GrpH_Mem_55_64,Males Group household member Age 55 64 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7153,Relationship in Household by Age by Sex +G7154,M_GrpH_Mem_65_74,Males Group household member Age 65 74 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7154,Relationship in Household by Age by Sex +G7155,M_GrpH_Mem_75_84,Males Group household member Age 75 84 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7155,Relationship in Household by Age by Sex +G7156,M_GrpH_Mem_85ov,Males Group household member Age 85 years and over,Tot_P_P|Tot_P_M|P_GrpH_Mem_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7156,Relationship in Household by Age by Sex +G7157,M_GrpH_Mem_Tot,Males Group household member Total,Tot_P_P|Tot_P_M|P_GrpH_Mem_Tot,G23A,people,families|age_gender,Total|MALES,,7157,Relationship in Household by Age by Sex +G7158,M_LonePsn_0_14,Males Lone person Age 0 14 years,Tot_P_P|Tot_P_M|P_LonePsn_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7158,Relationship in Household by Age by Sex +G7159,M_LonePsn_15_24,Males Lone person Age 15 24 years,Tot_P_P|Tot_P_M|P_LonePsn_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7159,Relationship in Household by Age by Sex +G7160,M_LonePsn_25_34,Males Lone person Age 25 34 years,Tot_P_P|Tot_P_M|P_LonePsn_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7160,Relationship in Household by Age by Sex +G7161,M_LonePsn_35_44,Males Lone person Age 35 44 years,Tot_P_P|Tot_P_M|P_LonePsn_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7161,Relationship in Household by Age by Sex +G7162,M_LonePsn_45_54,Males Lone person Age 45 54 years,Tot_P_P|Tot_P_M|P_LonePsn_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7162,Relationship in Household by Age by Sex +G7163,M_LonePsn_55_64,Males Lone person Age 55 64 years,Tot_P_P|Tot_P_M|P_LonePsn_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7163,Relationship in Household by Age by Sex +G7164,M_LonePsn_65_74,Males Lone person Age 65 74 years,Tot_P_P|Tot_P_M|P_LonePsn_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7164,Relationship in Household by Age by Sex +G7165,M_LonePsn_75_84,Males Lone person Age 75 84 years,Tot_P_P|Tot_P_M|P_LonePsn_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7165,Relationship in Household by Age by Sex +G7166,M_LonePsn_85ov,Males Lone person Age 85 years and over,Tot_P_P|Tot_P_M|P_LonePsn_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7166,Relationship in Household by Age by Sex +G7167,M_LonePsn_Tot,Males Lone person Total,Tot_P_P|Tot_P_M|P_LonePsn_Tot,G23A,people,families|age_gender,Total|MALES,,7167,Relationship in Household by Age by Sex +G7168,M_Vis_within_Aus_0_14,Males Visitor from within Australia Age 0 14 years,Tot_P_P|Tot_P_M|P_Vis_within_Aus_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7168,Relationship in Household by Age by Sex +G7169,M_Vis_within_Aus_15_24,Males Visitor from within Australia Age 15 24 years,Tot_P_P|Tot_P_M|P_Vis_within_Aus_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7169,Relationship in Household by Age by Sex +G7170,M_Vis_within_Aus_25_34,Males Visitor from within Australia Age 25 34 years,Tot_P_P|Tot_P_M|P_Vis_within_Aus_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7170,Relationship in Household by Age by Sex +G7171,M_Vis_within_Aus_35_44,Males Visitor from within Australia Age 35 44 years,Tot_P_P|Tot_P_M|P_Vis_within_Aus_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7171,Relationship in Household by Age by Sex +G7172,M_Vis_within_Aus_45_54,Males Visitor from within Australia Age 45 54 years,Tot_P_P|Tot_P_M|P_Vis_within_Aus_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7172,Relationship in Household by Age by Sex +G7173,M_Vis_within_Aus_55_64,Males Visitor from within Australia Age 55 64 years,Tot_P_P|Tot_P_M|P_Vis_within_Aus_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7173,Relationship in Household by Age by Sex +G7174,M_Vis_within_Aus_65_74,Males Visitor from within Australia Age 65 74 years,Tot_P_P|Tot_P_M|P_Vis_within_Aus_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7174,Relationship in Household by Age by Sex +G7175,M_Vis_within_Aus_75_84,Males Visitor from within Australia Age 75 84 years,Tot_P_P|Tot_P_M|P_Vis_within_Aus_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7175,Relationship in Household by Age by Sex +G7176,M_Vis_within_Aus_85ov,Males Visitor from within Australia Age 85 years and over,Tot_P_P|Tot_P_M|P_Vis_within_Aus_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7176,Relationship in Household by Age by Sex +G7177,M_Vis_within_Aus_Tot,Males Visitor from within Australia Total,Tot_P_P|Tot_P_M|P_Vis_within_Aus_Tot,G23A,people,families|age_gender,Total|MALES,,7177,Relationship in Household by Age by Sex +G7178,M_Tot_0_14,Males Total Age 0 14 years,Tot_P_P|Tot_P_M|P_Tot_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7178,Relationship in Household by Age by Sex +G7179,M_Tot_15_24,Males Total Age 15 24 years,Tot_P_P|Tot_P_M|P_Tot_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7179,Relationship in Household by Age by Sex +G7180,M_Tot_25_34,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7180,Relationship in Household by Age by Sex +G7181,M_Tot_35_44,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7181,Relationship in Household by Age by Sex +G7182,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7182,Relationship in Household by Age by Sex +G7183,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7183,Relationship in Household by Age by Sex +G7184,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7184,Relationship in Household by Age by Sex +G7185,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7185,Relationship in Household by Age by Sex +G7186,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7186,Relationship in Household by Age by Sex +G7187,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G23A,people,families|age_gender,Total|MALES,,7187,Relationship in Household by Age by Sex +G8027,M_0_299_DS_DS_Sept_house,0 299 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_0_299_DS_DS_Sept_house,G34,households,housing,Separate house,,8027,Mortgage Repayment (Monthly) by Dwelling Structure +G8028,M_0_299_DS_DS_sd_row_tce_hs_t,0 299 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_0_299_DS_DS_sd_row_tce_hs_t,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8028,Mortgage Repayment (Monthly) by Dwelling Structure +G8029,M_0_299_DS_DS_Flat_apart,0 299 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_0_299_DS_DS_Flat_apart,G34,households,housing,Flat or apartment,,8029,Mortgage Repayment (Monthly) by Dwelling Structure +G8030,M_0_299_DS_DS_Other_dwg,0 299 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_0_299_DS_DS_Other_dwg,G34,households,housing,Other dwelling,,8030,Mortgage Repayment (Monthly) by Dwelling Structure +G8031,M_0_299_DS_ns,0 299 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_0_299_DS_ns,G34,households,housing,Dwelling structure not stated,,8031,Mortgage Repayment (Monthly) by Dwelling Structure +G8032,M_0_299_Tot,0 299 Total,Tot_P_P|Tot_P_M|P_0_299_Tot,G34,households,housing,Total,,8032,Mortgage Repayment (Monthly) by Dwelling Structure +G8033,M_300_449_DS_Separate_hse,300 449 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_300_449_DS_Separate_hse,G34,households,housing,Separate house,,8033,Mortgage Repayment (Monthly) by Dwelling Structure +G8034,M_300_449_DS_sd_row_tc_hse_th,300 449 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_300_449_DS_sd_row_tc_hse_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8034,Mortgage Repayment (Monthly) by Dwelling Structure +G8035,M_300_449_DS_Flat_apart,300 449 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_300_449_DS_Flat_apart,G34,households,housing,Flat or apartment,,8035,Mortgage Repayment (Monthly) by Dwelling Structure +G8036,M_300_449_DS_Other_dwg,300 449 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_300_449_DS_Other_dwg,G34,households,housing,Other dwelling,,8036,Mortgage Repayment (Monthly) by Dwelling Structure +G8037,M_300_449_DS_ns,300 449 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_300_449_DS_ns,G34,households,housing,Dwelling structure not stated,,8037,Mortgage Repayment (Monthly) by Dwelling Structure +G8038,M_300_449_Tot,300 449 Total,Tot_P_P|Tot_P_M|P_300_449_Tot,G34,households,housing,Total,,8038,Mortgage Repayment (Monthly) by Dwelling Structure +G8039,M_450_599_DS_Separate_hse,450 599 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_450_599_DS_Separate_hse,G34,households,housing,Separate house,,8039,Mortgage Repayment (Monthly) by Dwelling Structure +G8040,M_450_599_DS_sd_row_tce_hs_th,450 599 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_450_599_DS_sd_row_tce_hs_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8040,Mortgage Repayment (Monthly) by Dwelling Structure +G8041,M_450_599_DS_Flat_apart,450 599 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_450_599_DS_Flat_apart,G34,households,housing,Flat or apartment,,8041,Mortgage Repayment (Monthly) by Dwelling Structure +G8042,M_450_599_DS_Other_dwg,450 599 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_450_599_DS_Other_dwg,G34,households,housing,Other dwelling,,8042,Mortgage Repayment (Monthly) by Dwelling Structure +G8043,M_450_599_DS_ns,450 599 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_450_599_DS_ns,G34,households,housing,Dwelling structure not stated,,8043,Mortgage Repayment (Monthly) by Dwelling Structure +G8044,M_450_599_Tot,450 599 Total,Tot_P_P|Tot_P_M|P_450_599_Tot,G34,households,housing,Total,,8044,Mortgage Repayment (Monthly) by Dwelling Structure +G8045,M_600_799_DS_Separate_hse,600 799 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_600_799_DS_Separate_hse,G34,households,housing,Separate house,,8045,Mortgage Repayment (Monthly) by Dwelling Structure +G8046,M_600_799_DS_sd_row_tc_hs_th,600 799 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_600_799_DS_sd_row_tc_hs_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8046,Mortgage Repayment (Monthly) by Dwelling Structure +G8047,M_600_799_DS_Flat_apart,600 799 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_600_799_DS_Flat_apart,G34,households,housing,Flat or apartment,,8047,Mortgage Repayment (Monthly) by Dwelling Structure +G8048,M_600_799_DS_Other_dwg,600 799 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_600_799_DS_Other_dwg,G34,households,housing,Other dwelling,,8048,Mortgage Repayment (Monthly) by Dwelling Structure +G8049,M_600_799_DS_ns,600 799 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_600_799_DS_ns,G34,households,housing,Dwelling structure not stated,,8049,Mortgage Repayment (Monthly) by Dwelling Structure +G8050,M_600_799_Tot,600 799 Total,Tot_P_P|Tot_P_M|P_600_799_Tot,G34,households,housing,Total,,8050,Mortgage Repayment (Monthly) by Dwelling Structure +G8051,M_800_999_DS_Separate_hse,800 999 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_800_999_DS_Separate_hse,G34,households,housing,Separate house,,8051,Mortgage Repayment (Monthly) by Dwelling Structure +G8052,M_800_999_DS_sd_row_tc_hs_th,800 999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_800_999_DS_sd_row_tc_hs_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8052,Mortgage Repayment (Monthly) by Dwelling Structure +G8053,M_800_999_DS_Flat_apart,800 999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_800_999_DS_Flat_apart,G34,households,housing,Flat or apartment,,8053,Mortgage Repayment (Monthly) by Dwelling Structure +G8054,M_800_999_DS_Other_dwg,800 999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_800_999_DS_Other_dwg,G34,households,housing,Other dwelling,,8054,Mortgage Repayment (Monthly) by Dwelling Structure +G8055,M_800_999_DS_ns,800 999 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_800_999_DS_ns,G34,households,housing,Dwelling structure not stated,,8055,Mortgage Repayment (Monthly) by Dwelling Structure +G8056,M_800_999_Tot,800 999 Total,Tot_P_P|Tot_P_M|P_800_999_Tot,G34,households,housing,Total,,8056,Mortgage Repayment (Monthly) by Dwelling Structure +G8057,M_1000_1399_DS_Separate_hse,1000 1399 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_1000_1399_DS_Separate_hse,G34,households,housing,Separate house,,8057,Mortgage Repayment (Monthly) by Dwelling Structure +G8058,M_1000_1399_DS_sd_rw_tc_h_th,1000 1399 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_1000_1399_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8058,Mortgage Repayment (Monthly) by Dwelling Structure +G8059,M_1000_1399_DS_Flat_apart,1000 1399 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_1000_1399_DS_Flat_apart,G34,households,housing,Flat or apartment,,8059,Mortgage Repayment (Monthly) by Dwelling Structure +G8060,M_1000_1399_DS_Other_dwg,1000 1399 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_1000_1399_DS_Other_dwg,G34,households,housing,Other dwelling,,8060,Mortgage Repayment (Monthly) by Dwelling Structure +G8061,M_1000_1399_DS_ns,1000 1399 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_1000_1399_DS_ns,G34,households,housing,Dwelling structure not stated,,8061,Mortgage Repayment (Monthly) by Dwelling Structure +G8062,M_1000_1399_Tot,1000 1399 Total,Tot_P_P|Tot_P_M|P_1000_1399_Tot,G34,households,housing,Total,,8062,Mortgage Repayment (Monthly) by Dwelling Structure +G8063,M_1400_1799_DS_Separate_hse,1400 1799 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_1400_1799_DS_Separate_hse,G34,households,housing,Separate house,,8063,Mortgage Repayment (Monthly) by Dwelling Structure +G8064,M_1400_1799_DS_sd_rw_tc_h_th,1400 1799 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_1400_1799_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8064,Mortgage Repayment (Monthly) by Dwelling Structure +G8065,M_1400_1799_DS_Flat_apart,1400 1799 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_1400_1799_DS_Flat_apart,G34,households,housing,Flat or apartment,,8065,Mortgage Repayment (Monthly) by Dwelling Structure +G8066,M_1400_1799_DS_Other_dwg,1400 1799 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_1400_1799_DS_Other_dwg,G34,households,housing,Other dwelling,,8066,Mortgage Repayment (Monthly) by Dwelling Structure +G8067,M_1400_1799_DS_ns,1400 1799 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_1400_1799_DS_ns,G34,households,housing,Dwelling structure not stated,,8067,Mortgage Repayment (Monthly) by Dwelling Structure +G8068,M_1400_1799_Tot,1400 1799 Total,Tot_P_P|Tot_P_M|P_1400_1799_Tot,G34,households,housing,Total,,8068,Mortgage Repayment (Monthly) by Dwelling Structure +G8069,M_1800_2399_DS_Separate_hse,1800 2399 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_1800_2399_DS_Separate_hse,G34,households,housing,Separate house,,8069,Mortgage Repayment (Monthly) by Dwelling Structure +G8070,M_1800_2399_DS_sd_rw_tc_h_th,1800 2399 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_1800_2399_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8070,Mortgage Repayment (Monthly) by Dwelling Structure +G8071,M_1800_2399_DS_Flat_apart,1800 2399 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_1800_2399_DS_Flat_apart,G34,households,housing,Flat or apartment,,8071,Mortgage Repayment (Monthly) by Dwelling Structure +G8072,M_1800_2399_DS_Other_dwg,1800 2399 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_1800_2399_DS_Other_dwg,G34,households,housing,Other dwelling,,8072,Mortgage Repayment (Monthly) by Dwelling Structure +G8073,M_1800_2399_DS_ns,1800 2399 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_1800_2399_DS_ns,G34,households,housing,Dwelling structure not stated,,8073,Mortgage Repayment (Monthly) by Dwelling Structure +G8074,M_1800_2399_Tot,1800 2399 Total,Tot_P_P|Tot_P_M|P_1800_2399_Tot,G34,households,housing,Total,,8074,Mortgage Repayment (Monthly) by Dwelling Structure +G8075,M_2400_2999_DS_Separate_hse,2400 2999 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_2400_2999_DS_Separate_hse,G34,households,housing,Separate house,,8075,Mortgage Repayment (Monthly) by Dwelling Structure +G8076,M_2400_2999_DS_sd_rw_tc_h_th,2400 2999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_2400_2999_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8076,Mortgage Repayment (Monthly) by Dwelling Structure +G8077,M_2400_2999_DS_Flat_apart,2400 2999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_2400_2999_DS_Flat_apart,G34,households,housing,Flat or apartment,,8077,Mortgage Repayment (Monthly) by Dwelling Structure +G8078,M_2400_2999_DS_Other_dwg,2400 2999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_2400_2999_DS_Other_dwg,G34,households,housing,Other dwelling,,8078,Mortgage Repayment (Monthly) by Dwelling Structure +G8079,M_2400_2999_DS_ns,2400 2999 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_2400_2999_DS_ns,G34,households,housing,Dwelling structure not stated,,8079,Mortgage Repayment (Monthly) by Dwelling Structure +G8080,M_2400_2999_Tot,2400 2999 Total,Tot_P_P|Tot_P_M|P_2400_2999_Tot,G34,households,housing,Total,,8080,Mortgage Repayment (Monthly) by Dwelling Structure +G8081,M_3000_3999_DS_Separate_hse,3000 3999 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_3000_3999_DS_Separate_hse,G34,households,housing,Separate house,,8081,Mortgage Repayment (Monthly) by Dwelling Structure +G8082,M_3000_3999_DS_sd_rw_tc_h_th,3000 3999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_3000_3999_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8082,Mortgage Repayment (Monthly) by Dwelling Structure +G8083,M_3000_3999_DS_Flt_apart,3000 3999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_3000_3999_DS_Flt_apart,G34,households,housing,Flat or apartment,,8083,Mortgage Repayment (Monthly) by Dwelling Structure +G8084,M_3000_3999_DS_Other_dwg,3000 3999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_3000_3999_DS_Other_dwg,G34,households,housing,Other dwelling,,8084,Mortgage Repayment (Monthly) by Dwelling Structure +G8085,M_3000_3999_DS_ns,3000 3999 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_3000_3999_DS_ns,G34,households,housing,Dwelling structure not stated,,8085,Mortgage Repayment (Monthly) by Dwelling Structure +G8086,M_3000_3999_Tot,3000 3999 Total,Tot_P_P|Tot_P_M|P_3000_3999_Tot,G34,households,housing,Total,,8086,Mortgage Repayment (Monthly) by Dwelling Structure +G8087,M_4000_over_DS_Separate_hse,4000 and over Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_4000_over_DS_Separate_hse,G34,households,housing,Separate house,,8087,Mortgage Repayment (Monthly) by Dwelling Structure +G8088,M_4000_ov_DS_sd_rw_tce_hs_th,4000 and over Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_4000_ov_DS_sd_rw_tce_hs_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8088,Mortgage Repayment (Monthly) by Dwelling Structure +G8089,M_4000_over_DS_Flat_apart,4000 and over Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_4000_over_DS_Flat_apart,G34,households,housing,Flat or apartment,,8089,Mortgage Repayment (Monthly) by Dwelling Structure +G8090,M_4000_over_DS_Other_dwg,4000 and over Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_4000_over_DS_Other_dwg,G34,households,housing,Other dwelling,,8090,Mortgage Repayment (Monthly) by Dwelling Structure +G8091,M_4000_DS_over_ns,4000 and over Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_4000_DS_over_ns,G34,households,housing,Dwelling structure not stated,,8091,Mortgage Repayment (Monthly) by Dwelling Structure +G8092,M_4000_over_Tot,4000 and over Total,Tot_P_P|Tot_P_M|P_4000_over_Tot,G34,households,housing,Total,,8092,Mortgage Repayment (Monthly) by Dwelling Structure +G8105,M_0_149_CFNC,0 149 Couple family with no children,Tot_P_P|Tot_P_M|P_0_149_CFNC,G35,households,families,Couple family with no children,,8105,Mortgage Repayment (Monthly) by Family Composition +G8106,M_0_149_CF_C_und15,0 149 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_0_149_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8106,Mortgage Repayment (Monthly) by Family Composition +G8107,M_0_149_CFNC_und15,0 149 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_0_149_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8107,Mortgage Repayment (Monthly) by Family Composition +G8108,M_0_149_1PF_C_und15,0 149 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_0_149_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8108,Mortgage Repayment (Monthly) by Family Composition +G8109,M_0_149_1PFNC_und15,0 149 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_0_149_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8109,Mortgage Repayment (Monthly) by Family Composition +G8110,M_0_149_OthF,0 149 Other family,Tot_P_P|Tot_P_M|P_0_149_OthF,G35,households,families,Other family,,8110,Mortgage Repayment (Monthly) by Family Composition +G8111,M_0_149_Tot,0 149 Total,Tot_P_P|Tot_P_M|P_0_149_Tot,G35,households,families,Total,,8111,Mortgage Repayment (Monthly) by Family Composition +G8112,M_150_299_CFNC,150 299 Couple family with no children,Tot_P_P|Tot_P_M|P_150_299_CFNC,G35,households,families,Couple family with no children,,8112,Mortgage Repayment (Monthly) by Family Composition +G8113,M_150_299_CF_C_und15,150 299 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_150_299_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8113,Mortgage Repayment (Monthly) by Family Composition +G8114,M_150_299_CFNC_und15,150 299 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_150_299_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8114,Mortgage Repayment (Monthly) by Family Composition +G8115,M_150_299_1PF_C_und15,150 299 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_150_299_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8115,Mortgage Repayment (Monthly) by Family Composition +G8116,M_150_299_1PFNC_und15,150 299 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_150_299_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8116,Mortgage Repayment (Monthly) by Family Composition +G8117,M_150_299_OthF,150 299 Other family,Tot_P_P|Tot_P_M|P_150_299_OthF,G35,households,families,Other family,,8117,Mortgage Repayment (Monthly) by Family Composition +G8118,M_150_299_Tot,150 299 Total,Tot_P_P|Tot_P_M|P_150_299_Tot,G35,households,families,Total,,8118,Mortgage Repayment (Monthly) by Family Composition +G8119,M_300_449_CFNC,300 449 Couple family with no children,Tot_P_P|Tot_P_M|P_300_449_CFNC,G35,households,families,Couple family with no children,,8119,Mortgage Repayment (Monthly) by Family Composition +G8120,M_300_449_CF_C_und15,300 449 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_300_449_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8120,Mortgage Repayment (Monthly) by Family Composition +G8121,M_300_449_CFNC_und15,300 449 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_300_449_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8121,Mortgage Repayment (Monthly) by Family Composition +G8122,M_300_449_1PF_C_und15,300 449 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_300_449_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8122,Mortgage Repayment (Monthly) by Family Composition +G8123,M_300_449_1PFNC_und15,300 449 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_300_449_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8123,Mortgage Repayment (Monthly) by Family Composition +G8124,M_300_449_OthF,300 449 Other family,Tot_P_P|Tot_P_M|P_300_449_OthF,G35,households,families,Other family,,8124,Mortgage Repayment (Monthly) by Family Composition +G8125,M_300_449_Tot,300 449 Total,Tot_P_P|Tot_P_M|P_300_449_Tot,G35,households,families,Total,,8125,Mortgage Repayment (Monthly) by Family Composition +G8126,M_450_599_CFNC,450 599 Couple family with no children,Tot_P_P|Tot_P_M|P_450_599_CFNC,G35,households,families,Couple family with no children,,8126,Mortgage Repayment (Monthly) by Family Composition +G8127,M_450_599_CF_C_und15,450 599 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_450_599_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8127,Mortgage Repayment (Monthly) by Family Composition +G8128,M_450_599_CFNC_und15,450 599 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_450_599_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8128,Mortgage Repayment (Monthly) by Family Composition +G8129,M_450_599_1PF_C_und15,450 599 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_450_599_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8129,Mortgage Repayment (Monthly) by Family Composition +G8130,M_450_599_1PFNC_und15,450 599 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_450_599_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8130,Mortgage Repayment (Monthly) by Family Composition +G8131,M_450_599_OthF,450 599 Other family,Tot_P_P|Tot_P_M|P_450_599_OthF,G35,households,families,Other family,,8131,Mortgage Repayment (Monthly) by Family Composition +G8132,M_450_599_Tot,450 599 Total,Tot_P_P|Tot_P_M|P_450_599_Tot,G35,households,families,Total,,8132,Mortgage Repayment (Monthly) by Family Composition +G8133,M_600_799_CFNC,600 799 Couple family with no children,Tot_P_P|Tot_P_M|P_600_799_CFNC,G35,households,families,Couple family with no children,,8133,Mortgage Repayment (Monthly) by Family Composition +G8134,M_600_799_CF_C_und15,600 799 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_600_799_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8134,Mortgage Repayment (Monthly) by Family Composition +G8135,M_600_799_CFNC_und15,600 799 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_600_799_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8135,Mortgage Repayment (Monthly) by Family Composition +G8136,M_600_799_1PF_C_und15,600 799 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_600_799_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8136,Mortgage Repayment (Monthly) by Family Composition +G8137,M_600_799_1PFNC_und15,600 799 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_600_799_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8137,Mortgage Repayment (Monthly) by Family Composition +G8138,M_600_799_OthF,600 799 Other family,Tot_P_P|Tot_P_M|P_600_799_OthF,G35,households,families,Other family,,8138,Mortgage Repayment (Monthly) by Family Composition +G8139,M_600_799_Tot,600 799 Total,Tot_P_P|Tot_P_M|P_600_799_Tot,G35,households,families,Total,,8139,Mortgage Repayment (Monthly) by Family Composition +G8140,M_800_999_CFNC,800 999 Couple family with no children,Tot_P_P|Tot_P_M|P_800_999_CFNC,G35,households,families,Couple family with no children,,8140,Mortgage Repayment (Monthly) by Family Composition +G8141,M_800_999_CF_C_und15,800 999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_800_999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8141,Mortgage Repayment (Monthly) by Family Composition +G8142,M_800_999_CFNC_und15,800 999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_800_999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8142,Mortgage Repayment (Monthly) by Family Composition +G8143,M_800_999_1PF_C_und15,800 999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_800_999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8143,Mortgage Repayment (Monthly) by Family Composition +G8144,M_800_999_1PFNC_und15,800 999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_800_999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8144,Mortgage Repayment (Monthly) by Family Composition +G8145,M_800_999_OthF,800 999 Other family,Tot_P_P|Tot_P_M|P_800_999_OthF,G35,households,families,Other family,,8145,Mortgage Repayment (Monthly) by Family Composition +G8146,M_800_999_Tot,800 999 Total,Tot_P_P|Tot_P_M|P_800_999_Tot,G35,households,families,Total,,8146,Mortgage Repayment (Monthly) by Family Composition +G8147,M_1000_1199_CFNC,1000 1199 Couple family with no children,Tot_P_P|Tot_P_M|P_1000_1199_CFNC,G35,households,families,Couple family with no children,,8147,Mortgage Repayment (Monthly) by Family Composition +G8148,M_1000_1199_CF_C_und15,1000 1199 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1000_1199_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8148,Mortgage Repayment (Monthly) by Family Composition +G8149,M_1000_1199_CFNC_und15,1000 1199 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1000_1199_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8149,Mortgage Repayment (Monthly) by Family Composition +G8150,M_1000_1199_1PF_C_und15,1000 1199 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1000_1199_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8150,Mortgage Repayment (Monthly) by Family Composition +G8151,M_1000_1199_1PFNC_und15,1000 1199 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1000_1199_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8151,Mortgage Repayment (Monthly) by Family Composition +G8152,M_1000_1199_OthF,1000 1199 Other family,Tot_P_P|Tot_P_M|P_1000_1199_OthF,G35,households,families,Other family,,8152,Mortgage Repayment (Monthly) by Family Composition +G8153,M_1000_1199_Tot,1000 1199 Total,Tot_P_P|Tot_P_M|P_1000_1199_Tot,G35,households,families,Total,,8153,Mortgage Repayment (Monthly) by Family Composition +G8154,M_1200_1399_CFNC,1200 1399 Couple family with no children,Tot_P_P|Tot_P_M|P_1200_1399_CFNC,G35,households,families,Couple family with no children,,8154,Mortgage Repayment (Monthly) by Family Composition +G8155,M_1200_1399_CF_C_und15,1200 1399 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1200_1399_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8155,Mortgage Repayment (Monthly) by Family Composition +G8156,M_1200_1399_CFNC_und15,1200 1399 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1200_1399_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8156,Mortgage Repayment (Monthly) by Family Composition +G8157,M_1200_1399_1PF_C_und15,1200 1399 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1200_1399_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8157,Mortgage Repayment (Monthly) by Family Composition +G8158,M_1200_1399_1PFNC_und15,1200 1399 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1200_1399_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8158,Mortgage Repayment (Monthly) by Family Composition +G8159,M_1200_1399_OthF,1200 1399 Other family,Tot_P_P|Tot_P_M|P_1200_1399_OthF,G35,households,families,Other family,,8159,Mortgage Repayment (Monthly) by Family Composition +G8160,M_1200_1399_Tot,1200 1399 Total,Tot_P_P|Tot_P_M|P_1200_1399_Tot,G35,households,families,Total,,8160,Mortgage Repayment (Monthly) by Family Composition +G8161,M_1400_1599_CFNC,1400 1599 Couple family with no children,Tot_P_P|Tot_P_M|P_1400_1599_CFNC,G35,households,families,Couple family with no children,,8161,Mortgage Repayment (Monthly) by Family Composition +G8162,M_1400_1599_CF_C_und15,1400 1599 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1400_1599_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8162,Mortgage Repayment (Monthly) by Family Composition +G8163,M_1400_1599_CFNC_und15,1400 1599 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1400_1599_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8163,Mortgage Repayment (Monthly) by Family Composition +G8164,M_1400_1599_1PF_C_und15,1400 1599 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1400_1599_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8164,Mortgage Repayment (Monthly) by Family Composition +G8165,M_1400_1599_1PFNC_und15,1400 1599 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1400_1599_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8165,Mortgage Repayment (Monthly) by Family Composition +G8166,M_1400_1599_OthF,1400 1599 Other family,Tot_P_P|Tot_P_M|P_1400_1599_OthF,G35,households,families,Other family,,8166,Mortgage Repayment (Monthly) by Family Composition +G8167,M_1400_1599_Tot,1400 1599 Total,Tot_P_P|Tot_P_M|P_1400_1599_Tot,G35,households,families,Total,,8167,Mortgage Repayment (Monthly) by Family Composition +G8168,M_1600_1799_CFNC,1600 1799 Couple family with no children,Tot_P_P|Tot_P_M|P_1600_1799_CFNC,G35,households,families,Couple family with no children,,8168,Mortgage Repayment (Monthly) by Family Composition +G8169,M_1600_1799_CF_C_und15,1600 1799 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1600_1799_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8169,Mortgage Repayment (Monthly) by Family Composition +G8170,M_1600_1799_CFNC_und15,1600 1799 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1600_1799_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8170,Mortgage Repayment (Monthly) by Family Composition +G8171,M_1600_1799_1PF_C_und15,1600 1799 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1600_1799_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8171,Mortgage Repayment (Monthly) by Family Composition +G8172,M_1600_1799_1PFNC_und15,1600 1799 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1600_1799_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8172,Mortgage Repayment (Monthly) by Family Composition +G8173,M_1600_1799_OthF,1600 1799 Other family,Tot_P_P|Tot_P_M|P_1600_1799_OthF,G35,households,families,Other family,,8173,Mortgage Repayment (Monthly) by Family Composition +G8174,M_1600_1799_Tot,1600 1799 Total,Tot_P_P|Tot_P_M|P_1600_1799_Tot,G35,households,families,Total,,8174,Mortgage Repayment (Monthly) by Family Composition +G8175,M_1800_1999_CFNC,1800 1999 Couple family with no children,Tot_P_P|Tot_P_M|P_1800_1999_CFNC,G35,households,families,Couple family with no children,,8175,Mortgage Repayment (Monthly) by Family Composition +G8176,M_1800_1999_CF_C_und15,1800 1999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1800_1999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8176,Mortgage Repayment (Monthly) by Family Composition +G8177,M_1800_1999_CFNC_und15,1800 1999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1800_1999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8177,Mortgage Repayment (Monthly) by Family Composition +G8178,M_1800_1999_1PF_C_und15,1800 1999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1800_1999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8178,Mortgage Repayment (Monthly) by Family Composition +G8179,M_1800_1999_1PFNC_und15,1800 1999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1800_1999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8179,Mortgage Repayment (Monthly) by Family Composition +G8180,M_1800_1999_OthF,1800 1999 Other family,Tot_P_P|Tot_P_M|P_1800_1999_OthF,G35,households,families,Other family,,8180,Mortgage Repayment (Monthly) by Family Composition +G8181,M_1800_1999_Tot,1800 1999 Total,Tot_P_P|Tot_P_M|P_1800_1999_Tot,G35,households,families,Total,,8181,Mortgage Repayment (Monthly) by Family Composition +G8182,M_2000_2199_CFNC,2000 2199 Couple family with no children,Tot_P_P|Tot_P_M|P_2000_2199_CFNC,G35,households,families,Couple family with no children,,8182,Mortgage Repayment (Monthly) by Family Composition +G8183,M_2000_2199_CF_C_und15,2000 2199 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_2000_2199_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8183,Mortgage Repayment (Monthly) by Family Composition +G8184,M_2000_2199_CFNC_und15,2000 2199 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_2000_2199_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8184,Mortgage Repayment (Monthly) by Family Composition +G8185,M_2000_2199_1PF_C_und15,2000 2199 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_2000_2199_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8185,Mortgage Repayment (Monthly) by Family Composition +G8186,M_2000_2199_1PFNC_und15,2000 2199 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_2000_2199_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8186,Mortgage Repayment (Monthly) by Family Composition +G8187,M_2000_2199_OthF,2000 2199 Other family,Tot_P_P|Tot_P_M|P_2000_2199_OthF,G35,households,families,Other family,,8187,Mortgage Repayment (Monthly) by Family Composition +G8188,M_2000_2199_Tot,2000 2199 Total,Tot_P_P|Tot_P_M|P_2000_2199_Tot,G35,households,families,Total,,8188,Mortgage Repayment (Monthly) by Family Composition +G8189,M_2200_2399_CFNC,2200 2399 Couple family with no children,Tot_P_P|Tot_P_M|P_2200_2399_CFNC,G35,households,families,Couple family with no children,,8189,Mortgage Repayment (Monthly) by Family Composition +G8190,M_2200_2399_CF_C_und15,2200 2399 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_2200_2399_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8190,Mortgage Repayment (Monthly) by Family Composition +G8191,M_2200_2399_CFNC_und15,2200 2399 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_2200_2399_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8191,Mortgage Repayment (Monthly) by Family Composition +G8192,M_2200_2399_1PF_C_und15,2200 2399 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_2200_2399_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8192,Mortgage Repayment (Monthly) by Family Composition +G8193,M_2200_2399_1PFNC_und15,2200 2399 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_2200_2399_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8193,Mortgage Repayment (Monthly) by Family Composition +G8194,M_2200_2399_OthF,2200 2399 Other family,Tot_P_P|Tot_P_M|P_2200_2399_OthF,G35,households,families,Other family,,8194,Mortgage Repayment (Monthly) by Family Composition +G8195,M_2200_2399_Tot,2200 2399 Total,Tot_P_P|Tot_P_M|P_2200_2399_Tot,G35,households,families,Total,,8195,Mortgage Repayment (Monthly) by Family Composition +G8196,M_2400_2599_CFNC,2400 2599 Couple family with no children,Tot_P_P|Tot_P_M|P_2400_2599_CFNC,G35,households,families,Couple family with no children,,8196,Mortgage Repayment (Monthly) by Family Composition +G8197,M_2400_2599_CF_C_und15,2400 2599 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_2400_2599_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8197,Mortgage Repayment (Monthly) by Family Composition +G8198,M_2400_2599_CFNC_und15,2400 2599 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_2400_2599_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8198,Mortgage Repayment (Monthly) by Family Composition +G8199,M_2400_2599_1PF_C_und15,2400 2599 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_2400_2599_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8199,Mortgage Repayment (Monthly) by Family Composition +G8200,M_2400_2599_1PFNC_und15,2400 2599 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_2400_2599_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8200,Mortgage Repayment (Monthly) by Family Composition +G8201,M_2400_2599_OthF,2400 2599 Other family,Tot_P_P|Tot_P_M|P_2400_2599_OthF,G35,households,families,Other family,,8201,Mortgage Repayment (Monthly) by Family Composition +G8202,M_2400_2599_Tot,2400 2599 Total,Tot_P_P|Tot_P_M|P_2400_2599_Tot,G35,households,families,Total,,8202,Mortgage Repayment (Monthly) by Family Composition +G8203,M_2600_2999_CFNC,2600 2999 Couple family with no children,Tot_P_P|Tot_P_M|P_2600_2999_CFNC,G35,households,families,Couple family with no children,,8203,Mortgage Repayment (Monthly) by Family Composition +G8204,M_2600_2999_CF_C_und15,2600 2999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_2600_2999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8204,Mortgage Repayment (Monthly) by Family Composition +G8205,M_2600_2999_CFNC_und15,2600 2999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_2600_2999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8205,Mortgage Repayment (Monthly) by Family Composition +G8206,M_2600_2999_1PF_C_und15,2600 2999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_2600_2999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8206,Mortgage Repayment (Monthly) by Family Composition +G8207,M_2600_2999_1PFNC_und15,2600 2999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_2600_2999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8207,Mortgage Repayment (Monthly) by Family Composition +G8208,M_2600_2999_OthF,2600 2999 Other family,Tot_P_P|Tot_P_M|P_2600_2999_OthF,G35,households,families,Other family,,8208,Mortgage Repayment (Monthly) by Family Composition +G8209,M_2600_2999_Tot,2600 2999 Total,Tot_P_P|Tot_P_M|P_2600_2999_Tot,G35,households,families,Total,,8209,Mortgage Repayment (Monthly) by Family Composition +G8210,M_3000_3999_CFNC,3000 3999 Couple family with no children,Tot_P_P|Tot_P_M|P_3000_3999_CFNC,G35,households,families,Couple family with no children,,8210,Mortgage Repayment (Monthly) by Family Composition +G8211,M_3000_3999_CF_C_und15,3000 3999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_3000_3999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8211,Mortgage Repayment (Monthly) by Family Composition +G8212,M_3000_3999_CFNC_und15,3000 3999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_3000_3999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8212,Mortgage Repayment (Monthly) by Family Composition +G8213,M_3000_3999_1PF_C_und15,3000 3999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_3000_3999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8213,Mortgage Repayment (Monthly) by Family Composition +G8214,M_3000_3999_1PFNC_und15,3000 3999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_3000_3999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8214,Mortgage Repayment (Monthly) by Family Composition +G8215,M_3000_3999_OthF,3000 3999 Other family,Tot_P_P|Tot_P_M|P_3000_3999_OthF,G35,households,families,Other family,,8215,Mortgage Repayment (Monthly) by Family Composition +G8216,M_3000_3999_Tot,3000 3999 Total,Tot_P_P|Tot_P_M|P_3000_3999_Tot,G35,households,families,Total,,8216,Mortgage Repayment (Monthly) by Family Composition +G8217,M_4000_4999_CFNC,4000 4999 Couple family with no children,Tot_P_P|Tot_P_M|P_4000_4999_CFNC,G35,households,families,Couple family with no children,,8217,Mortgage Repayment (Monthly) by Family Composition +G8218,M_4000_4999_CF_C_und15,4000 4999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_4000_4999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8218,Mortgage Repayment (Monthly) by Family Composition +G8219,M_4000_4999_CFNC_und15,4000 4999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_4000_4999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8219,Mortgage Repayment (Monthly) by Family Composition +G8220,M_4000_4999_1PF_C_und15,4000 4999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_4000_4999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8220,Mortgage Repayment (Monthly) by Family Composition +G8221,M_4000_4999_1PFNC_und15,4000 4999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_4000_4999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8221,Mortgage Repayment (Monthly) by Family Composition +G8222,M_4000_4999_OthF,4000 4999 Other family,Tot_P_P|Tot_P_M|P_4000_4999_OthF,G35,households,families,Other family,,8222,Mortgage Repayment (Monthly) by Family Composition +G8223,M_4000_4999_Tot,4000 4999 Total,Tot_P_P|Tot_P_M|P_4000_4999_Tot,G35,households,families,Total,,8223,Mortgage Repayment (Monthly) by Family Composition +G8224,M_5000over_CFNC,5000 and over Couple family with no children,Tot_P_P|Tot_P_M|P_5000over_CFNC,G35,households,families,Couple family with no children,,8224,Mortgage Repayment (Monthly) by Family Composition +G8225,M_5000over_CF_C_und15,5000 and over Couple family with Children under 15,Tot_P_P|Tot_P_M|P_5000over_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8225,Mortgage Repayment (Monthly) by Family Composition +G8226,M_5000over_CFNC_und15,5000 and over Couple family with No children under 15,Tot_P_P|Tot_P_M|P_5000over_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8226,Mortgage Repayment (Monthly) by Family Composition +G8227,M_5000over_1PF_C_und15,5000 and over One parent family with Children under 15,Tot_P_P|Tot_P_M|P_5000over_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8227,Mortgage Repayment (Monthly) by Family Composition +G8228,M_5000over_1PFNC_und15,5000 and over One parent family with No children under 15,Tot_P_P|Tot_P_M|P_5000over_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8228,Mortgage Repayment (Monthly) by Family Composition +G8229,M_5000over_OthF,5000 and over Other family,Tot_P_P|Tot_P_M|P_5000over_OthF,G35,households,families,Other family,,8229,Mortgage Repayment (Monthly) by Family Composition +G8230,M_5000over_Tot,5000 and over Total,Tot_P_P|Tot_P_M|P_5000over_Tot,G35,households,families,Total,,8230,Mortgage Repayment (Monthly) by Family Composition +G8231,M_NS_CFNC,Mortgage repayment not stated Couple family with no children,Tot_P_P|Tot_P_M|P_NS_CFNC,G35,households,families,Couple family with no children,,8231,Mortgage Repayment (Monthly) by Family Composition +G8232,M_NS_CF_C_und15,Mortgage repayment not stated Couple family with Children under 15,Tot_P_P|Tot_P_M|P_NS_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8232,Mortgage Repayment (Monthly) by Family Composition +G8233,M_NS_CFNC_und15,Mortgage repayment not stated Couple family with No children under 15,Tot_P_P|Tot_P_M|P_NS_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8233,Mortgage Repayment (Monthly) by Family Composition +G8234,M_NS_1PF_C_und15,Mortgage repayment not stated One parent family with Children under 15,Tot_P_P|Tot_P_M|P_NS_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8234,Mortgage Repayment (Monthly) by Family Composition +G8235,M_NS_1PFNC_und15,Mortgage repayment not stated One parent family with No children under 15,Tot_P_P|Tot_P_M|P_NS_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8235,Mortgage Repayment (Monthly) by Family Composition +G8236,M_NS_OthF,Mortgage repayment not stated Other family,Tot_P_P|Tot_P_M|P_NS_OthF,G35,households,families,Other family,,8236,Mortgage Repayment (Monthly) by Family Composition +G8237,M_NS_Tot,Mortgage repayment not stated Total,Tot_P_P|Tot_P_M|P_NS_Tot,G35,households,families,Total,,8237,Mortgage Repayment (Monthly) by Family Composition +G8617,P_15_yrs_over_M,Persons aged 15 years and over Males,Tot_P_P,G40,people,employment,Males,,8617,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8620,lfs_Emplyed_wrked_full_time_M,Labour force status Employed worked full time Males,Tot_P_P|Tot_P_M|lfs_Emplyed_wrked_full_time_P,G40,people,employment,Males,,8620,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8623,lfs_Emplyed_wrked_part_time_M,Labour force status Employed worked part time Males,Tot_P_P|Tot_P_M|lfs_Emplyed_wrked_part_time_P,G40,people,employment,Males,,8623,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8626,lfs_Employed_away_from_work_M,Labour force status Employed away from work Males,Tot_P_P|Tot_P_M|lfs_Employed_away_from_work_P,G40,people,employment,Males,,8626,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8629,lfs_Unmplyed_lookng_for_wrk_M,Labour force status Unemployed looking for work Males,Tot_P_P|Tot_P_M|lfs_Unmplyed_lookng_for_wrk_P,G40,people,employment,Males,,8629,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8632,lfs_Tot_LF_M,Labour force status Total labour force Males,Tot_P_P|Tot_P_M|lfs_Tot_LF_P,G40,people,employment,Males,,8632,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8635,lfs_N_the_labour_force_M,Labour force status Not in the labour force Males,Tot_P_P|Tot_P_M|lfs_N_the_labour_force_P,G40,people,employment,Males,,8635,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8638,Percent_Unem_loyment_M,Labour force status Percent Unemployment Males,Tot_P_P|Tot_P_M|Percent_Unem_loyment_P,G40,people,employment,Males,,8638,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8641,Percnt_LabForc_prticipation_M,Labour force status Percent Labour force participation Males,Tot_P_P|Tot_P_M|Percnt_LabForc_prticipation_P,G40,people,employment,Males,,8641,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8644,Percnt_Employment_to_populn_M,Labour force status Percent Employment to population Males,Tot_P_P|Tot_P_M|Percnt_Employment_to_populn_P,G40,people,employment,Males,,8644,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8647,Non_sch_quals_PostGrad_Dgre_M,Non school qualifications Postgraduate Degree Level Males,Tot_P_P|Tot_P_M|Non_sch_quals_PostGrad_Dgre_P,G40,people,employment,Males,,8647,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8650,Non_sch_quals_Gr_Dip_Gr_Crt_M,Non school qualifications Graduate Diploma and Graduate Certificate Level Males,Tot_P_P|Tot_P_M|Non_sch_quals_Gr_Dip_Gr_Crt_P,G40,people,employment,Males,,8650,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8653,Non_sch_quals_Bchelr_Degree_M,Non school qualifications Bachelor Degree Level Males,Tot_P_P|Tot_P_M|Non_sch_quals_Bchelr_Degree_P,G40,people,employment,Males,,8653,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8656,Non_sch_quls_Advncd_Dip_Dip_M,Non school qualifications Advanced Diploma and Diploma Level Males,Tot_P_P|Tot_P_M|Non_sch_quls_Advncd_Dip_Dip_P,G40,people,employment,Males,,8656,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8659,Non_sch_quls_Cert3a4_Level_M,Non school qualifications Certificate Level Certificate III and IV Level Males,Tot_P_P|Tot_P_M|Non_sch_quls_Cert3a4_Level_P,G40,people,employment,Males,,8659,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8662,Non_sch_quls_Cert1a2_Level_M,Non school qualifications Certificate Level Certificate I and II Level Males,Tot_P_P|Tot_P_M|Non_sch_quls_Cert1a2_Level_P,G40,people,employment,Males,,8662,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8665,Non_sch_quls_Certnfd_Level_M,Non school qualifications Certificate Level Certificate Level nfd Males,Tot_P_P|Tot_P_M|Non_sch_quls_Certnfd_Level_P,G40,people,employment,Males,,8665,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8668,Non_sch_quls_CertTot_Level_M,Non school qualifications Certificate Level Total Males,Tot_P_P|Tot_P_M|Non_sch_quls_CertTot_Level_P,G40,people,employment,Males,,8668,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8671,Migtn_Lvd_same_add_1_yr_ago_M,Migration Lived at same address 1 year ago Males,Tot_P_P|Tot_P_M|Migtn_Lvd_same_add_1_yr_ago_P,G40,people,employment,Males,,8671,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8674,Migtn_Lvd_Diff_add_1_yr_ago_M,Migration Lived at Different address 1 year ago Males,Tot_P_P|Tot_P_M|Migtn_Lvd_Diff_add_1_yr_ago_P,G40,people,employment,Males,,8674,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8677,Migtn_Lvd_sme_add_5_yrs_ago_M,Migration Lived at same address 5 years ago Males,Tot_P_P|Tot_P_M|Migtn_Lvd_sme_add_5_yrs_ago_P,G40,people,employment,Males,,8677,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8680,Mign_Lvd_Diff_add_5_yrs_ago_M,Migration Lived at Different address 5 years ago Males,Tot_P_P|Tot_P_M|Mign_Lvd_Diff_add_5_yrs_ago_P,G40,people,employment,Males,,8680,"Selected Labour Force, Education and Migration Characteristics by Sex" +G8683,Sme_Usl_ad_1_yr_ago_as_2016_M,Same usual address 1 year ago as in 2016 Males,Tot_P_P|Tot_P_M|Sme_Usl_ad_1_yr_ago_as_2016_P,G41,people,housing,Males,,8683,Place of Usual Residence 1 Year Ago by Sex +G8686,Dif_Usl_ad_1_yr_ago_Sme_SA2_M,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Males,Tot_P_P|Tot_P_M|Dif_Usl_ad_1_yr_ago_Sme_SA2_P,G41,people,housing,Males,,8686,Place of Usual Residence 1 Year Ago by Sex +G8689,Dif_Us_ad_1_ago_Dif_SA2_NSW_M,Different usual address 1 year ago Different SA2 in New South Wales Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_NSW_P,G41,people,housing,Males,,8689,Place of Usual Residence 1 Year Ago by Sex +G8692,Dif_Us_ad_1_ago_Dif_SA2_Vic_M,Different usual address 1 year ago Different SA2 in Victoria Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_Vic_P,G41,people,housing,Males,,8692,Place of Usual Residence 1 Year Ago by Sex +G8695,Dif_Us_ad_1_ago_Dif_SA2_Qld_M,Different usual address 1 year ago Different SA2 in Queensland Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_Qld_P,G41,people,housing,Males,,8695,Place of Usual Residence 1 Year Ago by Sex +G8698,Dif_Us_ad_1_ago_Dif_SA2_SA_M,Different usual address 1 year ago Different SA2 in South Australia Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_SA_P,G41,people,housing,Males,,8698,Place of Usual Residence 1 Year Ago by Sex +G8701,Dif_Us_ad_1_ago_Dif_SA2_WA_M,Different usual address 1 year ago Different SA2 in Western Australia Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_WA_P,G41,people,housing,Males,,8701,Place of Usual Residence 1 Year Ago by Sex +G8704,Dif_Us_ad_1_ago_Dif_SA2_Tas_M,Different usual address 1 year ago Different SA2 in Tasmania Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_Tas_P,G41,people,housing,Males,,8704,Place of Usual Residence 1 Year Ago by Sex +G8707,Dif_Us_ad_1_ago_Dif_SA2_NT_M,Different usual address 1 year ago Different SA2 in Northern Territory Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_NT_P,G41,people,housing,Males,,8707,Place of Usual Residence 1 Year Ago by Sex +G8710,Dif_Us_ad_1_ago_Dif_SA2_ACT_M,Different usual address 1 year ago Different SA2 in Australian Capital Territory Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_ACT_P,G41,people,housing,Males,,8710,Place of Usual Residence 1 Year Ago by Sex +G8713,Dif_Us_ad_1_ago_Dif_SA2_OT_M,Different usual address 1 year ago Different SA2 in Other Territories Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_OT_P,G41,people,housing,Males,,8713,Place of Usual Residence 1 Year Ago by Sex +G8716,Dif_Us_ad_1_ago_Dif_SA2_Tot_M,Different usual address 1 year ago Different SA2 in Total Males,Tot_P_P|Tot_P_M|Dif_Us_ad_1_ago_Dif_SA2_Tot_P,G41,people,housing,Males,,8716,Place of Usual Residence 1 Year Ago by Sex +G8719,Difnt_Usl_add_1_yr_ago_OS_M,Different usual address 1 year ago Overseas Males,Tot_P_P|Tot_P_M|Difnt_Usl_add_1_yr_ago_OS_P,G41,people,housing,Males,,8719,Place of Usual Residence 1 Year Ago by Sex +G8722,Difnt_Usl_add_1_yr_ago_Ns_M,Different usual address 1 year ago Not stated Males,Tot_P_P|Tot_P_M|Difnt_Usl_add_1_yr_ago_Ns_P,G41,people,housing,Males,,8722,Place of Usual Residence 1 Year Ago by Sex +G8725,Difnt_Usl_add_1_yr_ago_Tot_M,Different usual address 1 year ago Total Males,Tot_P_P|Tot_P_M|Difnt_Usl_add_1_yr_ago_Tot_P,G41,people,housing,Males,,8725,Place of Usual Residence 1 Year Ago by Sex +G8728,N_stated_M,Not stated Males,Tot_P_P|Tot_P_M|N_stated_P,G41,people,housing,Males,,8728,Place of Usual Residence 1 Year Ago by Sex +G8731,Tot_M,Total Males,Tot_P_P|Tot_P_M|Tot_P,G41,people,housing,Males,,8731,Place of Usual Residence 1 Year Ago by Sex +G8734,Sme_Usl_ad_5_yr_ago_as_2016_M,Same usual address 5 years ago as in 2016 Males,Tot_P_P|Tot_P_M|Sme_Usl_ad_5_yr_ago_as_2016_P,G42,people,housing,Males,,8734,Place of Usual Residence 5 Years Ago by Sex +G8737,Dif_Usl_ad_5_yr_ago_Sme_SA2_M,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Males,Tot_P_P|Tot_P_M|Dif_Usl_ad_5_yr_ago_Sme_SA2_P,G42,people,housing,Males,,8737,Place of Usual Residence 5 Years Ago by Sex +G8740,Dif_Us_ad_5_ago_Dif_SA2_NSW_M,Different usual address 5 years ago Different SA2 in New South Wales Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_NSW_P,G42,people,housing,Males,,8740,Place of Usual Residence 5 Years Ago by Sex +G8743,Dif_Us_ad_5_ago_Dif_SA2_Vic_M,Different usual address 5 years ago Different SA2 in Victoria Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_Vic_P,G42,people,housing,Males,,8743,Place of Usual Residence 5 Years Ago by Sex +G8746,Dif_Us_ad_5_ago_Dif_SA2_Qld_M,Different usual address 5 years ago Different SA2 in Queensland Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_Qld_P,G42,people,housing,Males,,8746,Place of Usual Residence 5 Years Ago by Sex +G8749,Dif_Us_ad_5_ago_Dif_SA2_SA_M,Different usual address 5 years ago Different SA2 in South Australia Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_SA_P,G42,people,housing,Males,,8749,Place of Usual Residence 5 Years Ago by Sex +G8752,Dif_Us_ad_5_ago_Dif_SA2_WA_M,Different usual address 5 years ago Different SA2 in Western Australia Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_WA_P,G42,people,housing,Males,,8752,Place of Usual Residence 5 Years Ago by Sex +G8755,Dif_Us_ad_5_ago_Dif_SA2_Tas_M,Different usual address 5 years ago Different SA2 in Tasmania Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_Tas_P,G42,people,housing,Males,,8755,Place of Usual Residence 5 Years Ago by Sex +G8758,Dif_Us_ad_5_ago_Dif_SA2_NT_M,Different usual address 5 years ago Different SA2 in Northern Territory Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_NT_P,G42,people,housing,Males,,8758,Place of Usual Residence 5 Years Ago by Sex +G8761,Dif_Us_ad_5_ago_Dif_SA2_ACT_M,Different usual address 5 years ago Different SA2 in Australian Capital Territory Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_ACT_P,G42,people,housing,Males,,8761,Place of Usual Residence 5 Years Ago by Sex +G8764,Dif_Us_ad_5_ago_Dif_SA2_OT_M,Different usual address 5 years ago Different SA2 in Other Territories Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_OT_P,G42,people,housing,Males,,8764,Place of Usual Residence 5 Years Ago by Sex +G8767,Dif_Us_ad_5_ago_Dif_SA2_Tot_M,Different usual address 5 years ago Different SA2 in Total Males,Tot_P_P|Tot_P_M|Dif_Us_ad_5_ago_Dif_SA2_Tot_P,G42,people,housing,Males,,8767,Place of Usual Residence 5 Years Ago by Sex +G8770,Difnt_Usl_add_5_yr_ago_OS_M,Different usual address 5 years ago Overseas Males,Tot_P_P|Tot_P_M|Difnt_Usl_add_5_yr_ago_OS_P,G42,people,housing,Males,,8770,Place of Usual Residence 5 Years Ago by Sex +G8773,Difnt_Usl_add_5_yr_ago_Ns_M,Different usual address 5 years ago Not stated Males,Tot_P_P|Tot_P_M|Difnt_Usl_add_5_yr_ago_Ns_P,G42,people,housing,Males,,8773,Place of Usual Residence 5 Years Ago by Sex +G8776,Difnt_Usl_add_5_yr_ago_Tot_M,Different usual address 5 years ago Total Males,Tot_P_P|Tot_P_M|Difnt_Usl_add_5_yr_ago_Tot_P,G42,people,housing,Males,,8776,Place of Usual Residence 5 Years Ago by Sex +G8779,N_stated_M,Not stated Males,Tot_P_P|Tot_P_M|N_stated_P,G42,people,housing,Males,,8779,Place of Usual Residence 5 Years Ago by Sex +G8782,Tot_M,Total Males,Tot_P_P|Tot_P_M|Tot_P,G42,people,housing,Males,,8782,Place of Usual Residence 5 Years Ago by Sex +G8785,M_Emp_FullT_15_19,Males Employed worked Full time Age 15 19 years,Tot_P_P|Tot_P_M|P_Emp_FullT_15_19,G43A,people,employment,15-19 years|MALES,,8785,Labour Force Status by Age by Sex +G8786,M_Emp_FullT_20_24,Males Employed worked Full time Age 20 24 years,Tot_P_P|Tot_P_M|P_Emp_FullT_20_24,G43A,people,employment,20-24 years|MALES,,8786,Labour Force Status by Age by Sex +G8787,M_Emp_FullT_25_34,Males Employed worked Full time Age 25 34 years,Tot_P_P|Tot_P_M|P_Emp_FullT_25_34,G43A,people,employment,25-34 years|MALES,,8787,Labour Force Status by Age by Sex +G8788,M_Emp_FullT_35_44,Males Employed worked Full time Age 35 44 years,Tot_P_P|Tot_P_M|P_Emp_FullT_35_44,G43A,people,employment,35-44 years|MALES,,8788,Labour Force Status by Age by Sex +G8789,M_Emp_FullT_45_54,Males Employed worked Full time Age 45 54 years,Tot_P_P|Tot_P_M|P_Emp_FullT_45_54,G43A,people,employment,45-54 years|MALES,,8789,Labour Force Status by Age by Sex +G8790,M_Emp_FullT_55_64,Males Employed worked Full time Age 55 64 years,Tot_P_P|Tot_P_M|P_Emp_FullT_55_64,G43A,people,employment,55-64 years|MALES,,8790,Labour Force Status by Age by Sex +G8791,M_Emp_FullT_65_74,Males Employed worked Full time Age 65 74 years,Tot_P_P|Tot_P_M|P_Emp_FullT_65_74,G43A,people,employment,65-74 years|MALES,,8791,Labour Force Status by Age by Sex +G8792,M_Emp_FullT_75_84,Males Employed worked Full time Age 75 84 years,Tot_P_P|Tot_P_M|P_Emp_FullT_75_84,G43A,people,employment,75-84 years|MALES,,8792,Labour Force Status by Age by Sex +G8793,M_Emp_FullT_85ov,Males Employed worked Full time Age 85 years and over,Tot_P_P|Tot_P_M|P_Emp_FullT_85ov,G43A,people,employment,85 years and over|MALES,,8793,Labour Force Status by Age by Sex +G8794,M_Emp_FullT_Tot,Males Employed worked Full time Total,Tot_P_P|Tot_P_M|P_Emp_FullT_Tot,G43A,people,employment,Total|MALES,,8794,Labour Force Status by Age by Sex +G8795,M_Emp_PartT_15_19,Males Employed worked Part time Age 15 19 years,Tot_P_P|Tot_P_M|P_Emp_PartT_15_19,G43A,people,employment,15-19 years|MALES,,8795,Labour Force Status by Age by Sex +G8796,M_Emp_PartT_20_24,Males Employed worked Part time Age 20 24 years,Tot_P_P|Tot_P_M|P_Emp_PartT_20_24,G43A,people,employment,20-24 years|MALES,,8796,Labour Force Status by Age by Sex +G8797,M_Emp_PartT_25_34,Males Employed worked Part time Age 25 34 years,Tot_P_P|Tot_P_M|P_Emp_PartT_25_34,G43A,people,employment,25-34 years|MALES,,8797,Labour Force Status by Age by Sex +G8798,M_Emp_PartT_35_44,Males Employed worked Part time Age 35 44 years,Tot_P_P|Tot_P_M|P_Emp_PartT_35_44,G43A,people,employment,35-44 years|MALES,,8798,Labour Force Status by Age by Sex +G8799,M_Emp_PartT_45_54,Males Employed worked Part time Age 45 54 years,Tot_P_P|Tot_P_M|P_Emp_PartT_45_54,G43A,people,employment,45-54 years|MALES,,8799,Labour Force Status by Age by Sex +G8800,M_Emp_PartT_55_64,Males Employed worked Part time Age 55 64 years,Tot_P_P|Tot_P_M|P_Emp_PartT_55_64,G43A,people,employment,55-64 years|MALES,,8800,Labour Force Status by Age by Sex +G8801,M_Emp_PartT_65_74,Males Employed worked Part time Age 65 74 years,Tot_P_P|Tot_P_M|P_Emp_PartT_65_74,G43A,people,employment,65-74 years|MALES,,8801,Labour Force Status by Age by Sex +G8802,M_Emp_PartT_75_84,Males Employed worked Part time Age 75 84 years,Tot_P_P|Tot_P_M|P_Emp_PartT_75_84,G43A,people,employment,75-84 years|MALES,,8802,Labour Force Status by Age by Sex +G8803,M_Emp_PartT_85ov,Males Employed worked Part time Age 85 years and over,Tot_P_P|Tot_P_M|P_Emp_PartT_85ov,G43A,people,employment,85 years and over|MALES,,8803,Labour Force Status by Age by Sex +G8804,M_Emp_PartT_Tot,Males Employed worked Part time Total,Tot_P_P|Tot_P_M|P_Emp_PartT_Tot,G43A,people,employment,Total|MALES,,8804,Labour Force Status by Age by Sex +G8805,M_Emp_awy_f_wrk_15_19,Males Employed away from work Age 15 19 years,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_15_19,G43A,people,employment,15-19 years|MALES,,8805,Labour Force Status by Age by Sex +G8806,M_Emp_awy_f_wrk_20_24,Males Employed away from work Age 20 24 years,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_20_24,G43A,people,employment,20-24 years|MALES,,8806,Labour Force Status by Age by Sex +G8807,M_Emp_awy_f_wrk_25_34,Males Employed away from work Age 25 34 years,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_25_34,G43A,people,employment,25-34 years|MALES,,8807,Labour Force Status by Age by Sex +G8808,M_Emp_awy_f_wrk_35_44,Males Employed away from work Age 35 44 years,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_35_44,G43A,people,employment,35-44 years|MALES,,8808,Labour Force Status by Age by Sex +G8809,M_Emp_awy_f_wrk_45_54,Males Employed away from work Age 45 54 years,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_45_54,G43A,people,employment,45-54 years|MALES,,8809,Labour Force Status by Age by Sex +G8810,M_Emp_awy_f_wrk_55_64,Males Employed away from work Age 55 64 years,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_55_64,G43A,people,employment,55-64 years|MALES,,8810,Labour Force Status by Age by Sex +G8811,M_Emp_awy_f_wrk_65_74,Males Employed away from work Age 65 74 years,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_65_74,G43A,people,employment,65-74 years|MALES,,8811,Labour Force Status by Age by Sex +G8812,M_Emp_awy_f_wrk_75_84,Males Employed away from work Age 75 84 years,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_75_84,G43A,people,employment,75-84 years|MALES,,8812,Labour Force Status by Age by Sex +G8813,M_Emp_awy_f_wrk_85ov,Males Employed away from work Age 85 years and over,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_85ov,G43A,people,employment,85 years and over|MALES,,8813,Labour Force Status by Age by Sex +G8814,M_Emp_awy_f_wrk_Tot,Males Employed away from work Total,Tot_P_P|Tot_P_M|P_Emp_awy_f_wrk_Tot,G43A,people,employment,Total|MALES,,8814,Labour Force Status by Age by Sex +G8815,M_Hours_wkd_NS_15_19,Males Hours worked not stated Age 15 19 years,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_15_19,G43A,people,employment,15-19 years|MALES,,8815,Labour Force Status by Age by Sex +G8816,M_Hours_wkd_NS_20_24,Males Hours worked not stated Age 20 24 years,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_20_24,G43A,people,employment,20-24 years|MALES,,8816,Labour Force Status by Age by Sex +G8817,M_Hours_wkd_NS_25_34,Males Hours worked not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_25_34,G43A,people,employment,25-34 years|MALES,,8817,Labour Force Status by Age by Sex +G8818,M_Hours_wkd_NS_35_44,Males Hours worked not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_35_44,G43A,people,employment,35-44 years|MALES,,8818,Labour Force Status by Age by Sex +G8819,M_Hours_wkd_NS_45_54,Males Hours worked not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_45_54,G43A,people,employment,45-54 years|MALES,,8819,Labour Force Status by Age by Sex +G8820,M_Hours_wkd_NS_55_64,Males Hours worked not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_55_64,G43A,people,employment,55-64 years|MALES,,8820,Labour Force Status by Age by Sex +G8821,M_Hours_wkd_NS_65_74,Males Hours worked not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_65_74,G43A,people,employment,65-74 years|MALES,,8821,Labour Force Status by Age by Sex +G8822,M_Hours_wkd_NS_75_84,Males Hours worked not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_75_84,G43A,people,employment,75-84 years|MALES,,8822,Labour Force Status by Age by Sex +G8823,M_Hours_wkd_NS_85ov,Males Hours worked not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_85ov,G43A,people,employment,85 years and over|MALES,,8823,Labour Force Status by Age by Sex +G8824,M_Hours_wkd_NS_Tot,Males Hours worked not stated Total,Tot_P_P|Tot_P_M|P_Hours_wkd_NS_Tot,G43A,people,employment,Total|MALES,,8824,Labour Force Status by Age by Sex +G8825,M_Tot_Emp_15_19,Males Total employed Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_Emp_15_19,G43A,people,employment,15-19 years|MALES,,8825,Labour Force Status by Age by Sex +G8826,M_Tot_Emp_20_24,Males Total employed Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_Emp_20_24,G43A,people,employment,20-24 years|MALES,,8826,Labour Force Status by Age by Sex +G8827,M_Tot_Emp_25_34,Males Total employed Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_Emp_25_34,G43A,people,employment,25-34 years|MALES,,8827,Labour Force Status by Age by Sex +G8828,M_Tot_Emp_35_44,Males Total employed Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_Emp_35_44,G43A,people,employment,35-44 years|MALES,,8828,Labour Force Status by Age by Sex +G8829,M_Tot_Emp_45_54,Males Total employed Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_Emp_45_54,G43A,people,employment,45-54 years|MALES,,8829,Labour Force Status by Age by Sex +G8830,M_Tot_Emp_55_64,Males Total employed Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_Emp_55_64,G43A,people,employment,55-64 years|MALES,,8830,Labour Force Status by Age by Sex +G8831,M_Tot_Emp_65_74,Males Total employed Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_Emp_65_74,G43A,people,employment,65-74 years|MALES,,8831,Labour Force Status by Age by Sex +G8832,M_Tot_Emp_75_84,Males Total employed Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_Emp_75_84,G43A,people,employment,75-84 years|MALES,,8832,Labour Force Status by Age by Sex +G8833,M_Tot_Emp_85ov,Males Total employed Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_Emp_85ov,G43A,people,employment,85 years and over|MALES,,8833,Labour Force Status by Age by Sex +G8834,M_Tot_Emp_Tot,Males Total employed Total,Tot_P_P|Tot_P_M|P_Tot_Emp_Tot,G43A,people,employment,Total|MALES,,8834,Labour Force Status by Age by Sex +G8835,M_Unem_look_FTW_15_19,Males Unemployed looking for Full time work Age 15 19 years,Tot_P_P|Tot_P_M|P_Unem_look_FTW_15_19,G43A,people,employment,15-19 years|MALES,,8835,Labour Force Status by Age by Sex +G8836,M_Unem_look_FTW_20_24,Males Unemployed looking for Full time work Age 20 24 years,Tot_P_P|Tot_P_M|P_Unem_look_FTW_20_24,G43A,people,employment,20-24 years|MALES,,8836,Labour Force Status by Age by Sex +G8837,M_Unem_look_FTW_25_34,Males Unemployed looking for Full time work Age 25 34 years,Tot_P_P|Tot_P_M|P_Unem_look_FTW_25_34,G43A,people,employment,25-34 years|MALES,,8837,Labour Force Status by Age by Sex +G8838,M_Unem_look_FTW_35_44,Males Unemployed looking for Full time work Age 35 44 years,Tot_P_P|Tot_P_M|P_Unem_look_FTW_35_44,G43A,people,employment,35-44 years|MALES,,8838,Labour Force Status by Age by Sex +G8839,M_Unem_look_FTW_45_54,Males Unemployed looking for Full time work Age 45 54 years,Tot_P_P|Tot_P_M|P_Unem_look_FTW_45_54,G43A,people,employment,45-54 years|MALES,,8839,Labour Force Status by Age by Sex +G8840,M_Unem_look_FTW_55_64,Males Unemployed looking for Full time work Age 55 64 years,Tot_P_P|Tot_P_M|P_Unem_look_FTW_55_64,G43A,people,employment,55-64 years|MALES,,8840,Labour Force Status by Age by Sex +G8841,M_Unem_look_FTW_65_74,Males Unemployed looking for Full time work Age 65 74 years,Tot_P_P|Tot_P_M|P_Unem_look_FTW_65_74,G43A,people,employment,65-74 years|MALES,,8841,Labour Force Status by Age by Sex +G8842,M_Unem_look_FTW_75_84,Males Unemployed looking for Full time work Age 75 84 years,Tot_P_P|Tot_P_M|P_Unem_look_FTW_75_84,G43A,people,employment,75-84 years|MALES,,8842,Labour Force Status by Age by Sex +G8843,M_Unem_look_FTW_85ov,Males Unemployed looking for Full time work Age 85 years and over,Tot_P_P|Tot_P_M|P_Unem_look_FTW_85ov,G43A,people,employment,85 years and over|MALES,,8843,Labour Force Status by Age by Sex +G8844,M_Unem_look_FTW_Tot,Males Unemployed looking for Full time work Total,Tot_P_P|Tot_P_M|P_Unem_look_FTW_Tot,G43A,people,employment,Total|MALES,,8844,Labour Force Status by Age by Sex +G8845,M_Unem_look_PTW_15_19,Males Unemployed looking for Part time work Age 15 19 years,Tot_P_P|Tot_P_M|P_Unem_look_PTW_15_19,G43A,people,employment,15-19 years|MALES,,8845,Labour Force Status by Age by Sex +G8846,M_Unem_look_PTW_20_24,Males Unemployed looking for Part time work Age 20 24 years,Tot_P_P|Tot_P_M|P_Unem_look_PTW_20_24,G43A,people,employment,20-24 years|MALES,,8846,Labour Force Status by Age by Sex +G8847,M_Unem_look_PTW_25_34,Males Unemployed looking for Part time work Age 25 34 years,Tot_P_P|Tot_P_M|P_Unem_look_PTW_25_34,G43A,people,employment,25-34 years|MALES,,8847,Labour Force Status by Age by Sex +G8848,M_Unem_look_PTW_35_44,Males Unemployed looking for Part time work Age 35 44 years,Tot_P_P|Tot_P_M|P_Unem_look_PTW_35_44,G43A,people,employment,35-44 years|MALES,,8848,Labour Force Status by Age by Sex +G8849,M_Unem_look_PTW_45_54,Males Unemployed looking for Part time work Age 45 54 years,Tot_P_P|Tot_P_M|P_Unem_look_PTW_45_54,G43A,people,employment,45-54 years|MALES,,8849,Labour Force Status by Age by Sex +G8850,M_Unem_look_PTW_55_64,Males Unemployed looking for Part time work Age 55 64 years,Tot_P_P|Tot_P_M|P_Unem_look_PTW_55_64,G43A,people,employment,55-64 years|MALES,,8850,Labour Force Status by Age by Sex +G8851,M_Unem_look_PTW_65_74,Males Unemployed looking for Part time work Age 65 74 years,Tot_P_P|Tot_P_M|P_Unem_look_PTW_65_74,G43A,people,employment,65-74 years|MALES,,8851,Labour Force Status by Age by Sex +G8852,M_Unem_look_PTW_75_84,Males Unemployed looking for Part time work Age 75 84 years,Tot_P_P|Tot_P_M|P_Unem_look_PTW_75_84,G43A,people,employment,75-84 years|MALES,,8852,Labour Force Status by Age by Sex +G8853,M_Unem_look_PTW_85ov,Males Unemployed looking for Part time work Age 85 years and over,Tot_P_P|Tot_P_M|P_Unem_look_PTW_85ov,G43A,people,employment,85 years and over|MALES,,8853,Labour Force Status by Age by Sex +G8854,M_Unem_look_PTW_Tot,Males Unemployed looking for Part time work Total,Tot_P_P|Tot_P_M|P_Unem_look_PTW_Tot,G43A,people,employment,Total|MALES,,8854,Labour Force Status by Age by Sex +G8855,M_Tot_Unemp_15_19,Males Total unemployed Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_Unemp_15_19,G43A,people,employment,15-19 years|MALES,,8855,Labour Force Status by Age by Sex +G8856,M_Tot_Unemp_20_24,Males Total unemployed Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_Unemp_20_24,G43A,people,employment,20-24 years|MALES,,8856,Labour Force Status by Age by Sex +G8857,M_Tot_Unemp_25_34,Males Total unemployed Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_Unemp_25_34,G43A,people,employment,25-34 years|MALES,,8857,Labour Force Status by Age by Sex +G8858,M_Tot_Unemp_35_44,Males Total unemployed Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_Unemp_35_44,G43A,people,employment,35-44 years|MALES,,8858,Labour Force Status by Age by Sex +G8859,M_Tot_Unemp_45_54,Males Total unemployed Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_Unemp_45_54,G43A,people,employment,45-54 years|MALES,,8859,Labour Force Status by Age by Sex +G8860,M_Tot_Unemp_55_64,Males Total unemployed Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_Unemp_55_64,G43A,people,employment,55-64 years|MALES,,8860,Labour Force Status by Age by Sex +G8861,M_Tot_Unemp_65_74,Males Total unemployed Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_Unemp_65_74,G43A,people,employment,65-74 years|MALES,,8861,Labour Force Status by Age by Sex +G8862,M_Tot_Unemp_75_84,Males Total unemployed Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_Unemp_75_84,G43A,people,employment,75-84 years|MALES,,8862,Labour Force Status by Age by Sex +G8863,M_Tot_Unemp_85ov,Males Total unemployed Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_Unemp_85ov,G43A,people,employment,85 years and over|MALES,,8863,Labour Force Status by Age by Sex +G8864,M_Tot_Unemp_Tot,Males Total unemployed Total,Tot_P_P|Tot_P_M|P_Tot_Unemp_Tot,G43A,people,employment,Total|MALES,,8864,Labour Force Status by Age by Sex +G8865,M_Tot_LF_15_19,Males Total labour force Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_LF_15_19,G43A,people,employment,15-19 years|MALES,,8865,Labour Force Status by Age by Sex +G8866,M_Tot_LF_20_24,Males Total labour force Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_LF_20_24,G43A,people,employment,20-24 years|MALES,,8866,Labour Force Status by Age by Sex +G8867,M_Tot_LF_25_34,Males Total labour force Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_LF_25_34,G43A,people,employment,25-34 years|MALES,,8867,Labour Force Status by Age by Sex +G8868,M_Tot_LF_35_44,Males Total labour force Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_LF_35_44,G43A,people,employment,35-44 years|MALES,,8868,Labour Force Status by Age by Sex +G8869,M_Tot_LF_45_54,Males Total labour force Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_LF_45_54,G43A,people,employment,45-54 years|MALES,,8869,Labour Force Status by Age by Sex +G8870,M_Tot_LF_55_64,Males Total labour force Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_LF_55_64,G43A,people,employment,55-64 years|MALES,,8870,Labour Force Status by Age by Sex +G8871,M_Tot_LF_65_74,Males Total labour force Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_LF_65_74,G43A,people,employment,65-74 years|MALES,,8871,Labour Force Status by Age by Sex +G8872,M_Tot_LF_75_84,Males Total labour force Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_LF_75_84,G43A,people,employment,75-84 years|MALES,,8872,Labour Force Status by Age by Sex +G8873,M_Tot_LF_85ov,Males Total labour force Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_LF_85ov,G43A,people,employment,85 years and over|MALES,,8873,Labour Force Status by Age by Sex +G8874,M_Tot_LF_Tot,Males Total labour force Total,Tot_P_P|Tot_P_M|P_Tot_LF_Tot,G43A,people,employment,Total|MALES,,8874,Labour Force Status by Age by Sex +G8875,M_Not_in_LF_15_19,Males Not in the labour force Age 15 19 years,Tot_P_P|Tot_P_M|P_Not_in_LF_15_19,G43A,people,employment,15-19 years|MALES,,8875,Labour Force Status by Age by Sex +G8876,M_Not_in_LF_20_24,Males Not in the labour force Age 20 24 years,Tot_P_P|Tot_P_M|P_Not_in_LF_20_24,G43A,people,employment,20-24 years|MALES,,8876,Labour Force Status by Age by Sex +G8877,M_Not_in_LF_25_34,Males Not in the labour force Age 25 34 years,Tot_P_P|Tot_P_M|P_Not_in_LF_25_34,G43A,people,employment,25-34 years|MALES,,8877,Labour Force Status by Age by Sex +G8878,M_Not_in_LF_35_44,Males Not in the labour force Age 35 44 years,Tot_P_P|Tot_P_M|P_Not_in_LF_35_44,G43A,people,employment,35-44 years|MALES,,8878,Labour Force Status by Age by Sex +G8879,M_Not_in_LF_45_54,Males Not in the labour force Age 45 54 years,Tot_P_P|Tot_P_M|P_Not_in_LF_45_54,G43A,people,employment,45-54 years|MALES,,8879,Labour Force Status by Age by Sex +G8880,M_Not_in_LF_55_64,Males Not in the labour force Age 55 64 years,Tot_P_P|Tot_P_M|P_Not_in_LF_55_64,G43A,people,employment,55-64 years|MALES,,8880,Labour Force Status by Age by Sex +G8881,M_Not_in_LF_65_74,Males Not in the labour force Age 65 74 years,Tot_P_P|Tot_P_M|P_Not_in_LF_65_74,G43A,people,employment,65-74 years|MALES,,8881,Labour Force Status by Age by Sex +G8882,M_Not_in_LF_75_84,Males Not in the labour force Age 75 84 years,Tot_P_P|Tot_P_M|P_Not_in_LF_75_84,G43A,people,employment,75-84 years|MALES,,8882,Labour Force Status by Age by Sex +G8883,M_Not_in_LF_85ov,Males Not in the labour force Age 85 years and over,Tot_P_P|Tot_P_M|P_Not_in_LF_85ov,G43A,people,employment,85 years and over|MALES,,8883,Labour Force Status by Age by Sex +G8884,M_Not_in_LF_Tot,Males Not in the labour force Total,Tot_P_P|Tot_P_M|P_Not_in_LF_Tot,G43A,people,employment,Total|MALES,,8884,Labour Force Status by Age by Sex +G8885,M_LFS_NS_15_19,Males Labour force status not stated Age 15 19 years,Tot_P_P|Tot_P_M|P_LFS_NS_15_19,G43A,people,employment,15-19 years|MALES,,8885,Labour Force Status by Age by Sex +G8886,M_LFS_NS_20_24,Males Labour force status not stated Age 20 24 years,Tot_P_P|Tot_P_M|P_LFS_NS_20_24,G43A,people,employment,20-24 years|MALES,,8886,Labour Force Status by Age by Sex +G8887,M_LFS_NS_25_34,Males Labour force status not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_LFS_NS_25_34,G43A,people,employment,25-34 years|MALES,,8887,Labour Force Status by Age by Sex +G8888,M_LFS_NS_35_44,Males Labour force status not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_LFS_NS_35_44,G43A,people,employment,35-44 years|MALES,,8888,Labour Force Status by Age by Sex +G8889,M_LFS_NS_45_54,Males Labour force status not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_LFS_NS_45_54,G43A,people,employment,45-54 years|MALES,,8889,Labour Force Status by Age by Sex +G8890,M_LFS_NS_55_64,Males Labour force status not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_LFS_NS_55_64,G43A,people,employment,55-64 years|MALES,,8890,Labour Force Status by Age by Sex +G8891,M_LFS_NS_65_74,Males Labour force status not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_LFS_NS_65_74,G43A,people,employment,65-74 years|MALES,,8891,Labour Force Status by Age by Sex +G8892,M_LFS_NS_75_84,Males Labour force status not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_LFS_NS_75_84,G43A,people,employment,75-84 years|MALES,,8892,Labour Force Status by Age by Sex +G8893,M_LFS_NS_85ov,Males Labour force status not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_LFS_NS_85ov,G43A,people,employment,85 years and over|MALES,,8893,Labour Force Status by Age by Sex +G8894,M_LFS_NS_Tot,Males Labour force status not stated Total,Tot_P_P|Tot_P_M|P_LFS_NS_Tot,G43A,people,employment,Total|MALES,,8894,Labour Force Status by Age by Sex +G8895,M_Tot_15_19,Males Total Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_15_19,G43A,people,employment,15-19 years|MALES,,8895,Labour Force Status by Age by Sex +G8896,M_Tot_20_24,Males Total Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_20_24,G43A,people,employment,20-24 years|MALES,,8896,Labour Force Status by Age by Sex +G8897,M_Tot_25_34,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34,G43A,people,employment,25-34 years|MALES,,8897,Labour Force Status by Age by Sex +G8898,M_Tot_35_44,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44,G43A,people,employment,35-44 years|MALES,,8898,Labour Force Status by Age by Sex +G8899,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G43A,people,employment,45-54 years|MALES,,8899,Labour Force Status by Age by Sex +G8900,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G43A,people,employment,55-64 years|MALES,,8900,Labour Force Status by Age by Sex +G8901,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G43A,people,employment,65-74 years|MALES,,8901,Labour Force Status by Age by Sex +G8902,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G43A,people,employment,75-84 years|MALES,,8902,Labour Force Status by Age by Sex +G8903,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G43A,people,employment,85 years and over|MALES,,8903,Labour Force Status by Age by Sex +G8904,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G43A,people,employment,Total|MALES,,8904,Labour Force Status by Age by Sex +G10297,M_LPLFS_EFT_DC_0_4,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10297,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10298,M_LPLFS_EFT_DC_5_9,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10298,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10299,M_LPLFS_EFT_DC_10_12,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10299,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10300,M_LPLFS_EFT_DC_13_14,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10300,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10301,M_LPLFS_EFT_DC_15_17,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10301,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10302,M_LPLFS_EFT_DC_18_20,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10302,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10303,M_LPLFS_EFT_DC_21_24,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10303,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10304,M_LPLFS_EFT_T,Male Lone Parent Employed Worked Full Time Total,Tot_P_P|Tot_P_M|P_LPLFS_EFT_T,G45A,people,employment,Total,,10304,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10305,M_LPLFS_EPT_DC_0_4,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10305,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10306,M_LPLFS_EPT_DC_5_9,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10306,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10307,M_LPLFS_EPT_DC_10_12,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10307,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10308,M_LPLFS_EPT_DC_13_14,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10308,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10309,M_LPLFS_EPT_DC_15_17,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10309,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10310,M_LPLFS_EPT_DC_18_20,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10310,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10311,M_LPLFS_EPT_DC_21_24,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10311,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10312,M_LPLFS_EPT_T,Male Lone Parent Employed Worked Part Time Total,Tot_P_P|Tot_P_M|P_LPLFS_EPT_T,G45A,people,employment,Total,,10312,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10313,M_LPLFS_EAW_DC_0_4,Male Lone Parent Employed Away From Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10313,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10314,M_LPLFS_EAW_DC_5_9,Male Lone Parent Employed Away From Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10314,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10315,M_LPLFS_EAW_DC_10_12,Male Lone Parent Employed Away From Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10315,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10316,M_LPLFS_EAW_DC_13_14,Male Lone Parent Employed Away From Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10316,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10317,M_LPLFS_EAW_DC_15_17,Male Lone Parent Employed Away From Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10317,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10318,M_LPLFS_EAW_DC_18_20,Male Lone Parent Employed Away From Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10318,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10319,M_LPLFS_EAW_DC_21_24,Male Lone Parent Employed Away From Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10319,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10320,M_LPLFS_EAW_T,Male Lone Parent Employed Away From Work Total,Tot_P_P|Tot_P_M|P_LPLFS_EAW_T,G45A,people,employment,Total,,10320,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10321,M_LPLFS_HNS_DC_0_4,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10321,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10322,M_LPLFS_HNS_DC_5_9,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10322,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10323,M_LPLFS_HNS_DC_10_12,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10323,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10324,M_LPLFS_HNS_DC_13_14,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10324,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10325,M_LPLFS_HNS_DC_15_17,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10325,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10326,M_LPLFS_HNS_DC_18_20,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10326,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10327,M_LPLFS_HNS_DC_21_24,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10327,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10328,M_LPLFS_HNS_T,Male Lone Parent Hours Worked Not Stated Total,Tot_P_P|Tot_P_M|P_LPLFS_HNS_T,G45A,people,employment,Total,,10328,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10329,M_LPLFS_EW_T_DC_0_4,Male Lone Parent Total Employed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10329,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10330,M_LPLFS_EW_T_DC_5_9,Male Lone Parent Total Employed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10330,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10331,M_LPLFS_EW_T_DC_10_12,Male Lone Parent Total Employed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10331,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10332,M_LPLFS_EW_T_DC_13_14,Male Lone Parent Total Employed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10332,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10333,M_LPLFS_EW_T_DC_15_17,Male Lone Parent Total Employed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10333,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10334,M_LPLFS_EW_T_DC_18_20,Male Lone Parent Total Employed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10334,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10335,M_LPLFS_EW_T_DC_21_24,Male Lone Parent Total Employed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10335,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10336,M_LPLFS_EW_T_T,Male Lone Parent Total Employed Total,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_T,G45A,people,employment,Total,,10336,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10337,M_LPLFS_ULFTW_DC_0_4,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10337,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10338,M_LPLFS_ULFTW_DC_5_9,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10338,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10339,M_LPLFS_ULFTW_DC_10_12,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10339,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10340,M_LPLFS_ULFTW_DC_13_14,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10340,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10341,M_LPLFS_ULFTW_DC_15_17,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10341,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10342,M_LPLFS_ULFTW_DC_18_20,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10342,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10343,M_LPLFS_ULFTW_DC_21_24,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10343,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10344,M_LPLFS_ULFTW_T,Male Lone Parent Unemployed Looking For Full Time Work Total,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_T,G45A,people,employment,Total,,10344,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10345,M_LPLFS_ULPTW_DC_0_4,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10345,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10346,M_LPLFS_ULPTW_DC_5_9,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10346,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10347,M_LPLFS_ULPTW_DC_10_12,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10347,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10348,M_LPLFS_ULPTW_DC_13_14,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10348,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10349,M_LPLFS_ULPTW_DC_15_17,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10349,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10350,M_LPLFS_ULPTW_DC_18_20,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10350,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10351,M_LPLFS_ULPTW_DC_21_24,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10351,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10352,M_LPLFS_ULPTW_T,Male Lone Parent Unemployed Looking For Part Time Work Total,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_T,G45A,people,employment,Total,,10352,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10353,M_LPLFS_U_T_DC_0_4,Male Lone Parent Total Unemployed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10353,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10354,M_LPLFS_U_T_DC_5_9,Male Lone Parent Total Unemployed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10354,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10355,M_LPLFS_U_T_DC_10_12,Male Lone Parent Total Unemployed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10355,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10356,M_LPLFS_U_T_DC_13_14,Male Lone Parent Total Unemployed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10356,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10357,M_LPLFS_U_T_DC_15_17,Male Lone Parent Total Unemployed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10357,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10358,M_LPLFS_U_T_DC_18_20,Male Lone Parent Total Unemployed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10358,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10359,M_LPLFS_U_T_DC_21_24,Male Lone Parent Total Unemployed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10359,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10360,M_LPLFS_U_T_T,Male Lone Parent Total Unemployed Total,Tot_P_P|Tot_P_M|P_LPLFS_U_T_T,G45A,people,employment,Total,,10360,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10361,M_LPLFS_T_LF_DC_0_4,Male Lone Parent Total Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10361,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10362,M_LPLFS_T_LF_DC_5_9,Male Lone Parent Total Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10362,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10363,M_LPLFS_T_LF_DC_10_12,Male Lone Parent Total Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10363,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10364,M_LPLFS_T_LF_DC_13_14,Male Lone Parent Total Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10364,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10365,M_LPLFS_T_LF_DC_15_17,Male Lone Parent Total Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10365,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10366,M_LPLFS_T_LF_DC_18_20,Male Lone Parent Total Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10366,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10367,M_LPLFS_T_LF_DC_21_24,Male Lone Parent Total Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10367,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10368,M_LPLFS_T_LF_T,Male Lone Parent Total Labour Force Total,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_T,G45A,people,employment,Total,,10368,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10369,M_LPLFS_NLF_DC_0_4,Male Lone Parent Not In The Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10369,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10370,M_LPLFS_NLF_DC_5_9,Male Lone Parent Not In The Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10370,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10371,M_LPLFS_NLF_DC_10_12,Male Lone Parent Not In The Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10371,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10372,M_LPLFS_NLF_DC_13_14,Male Lone Parent Not In The Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10372,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10373,M_LPLFS_NLF_DC_15_17,Male Lone Parent Not In The Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10373,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10374,M_LPLFS_NLF_DC_18_20,Male Lone Parent Not In The Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10374,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10375,M_LPLFS_NLF_DC_21_24,Male Lone Parent Not In The Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10375,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10376,M_LPLFS_NLF_T,Male Lone Parent Not In The Labour Force Total,Tot_P_P|Tot_P_M|P_LPLFS_NLF_T,G45A,people,employment,Total,,10376,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10377,M_LPLFS_LFSNS_DC_0_4,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10377,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10378,M_LPLFS_LFSNS_DC_5_9,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10378,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10379,M_LPLFS_LFSNS_DC_10_12,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10379,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10380,M_LPLFS_LFSNS_DC_13_14,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10380,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10381,M_LPLFS_LFSNS_DC_15_17,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10381,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10382,M_LPLFS_LFSNS_DC_18_20,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10382,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10383,M_LPLFS_LFSNS_DC_21_24,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10383,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10384,M_LPLFS_LFSNS_T,Male Lone Parent Labour Force Status Not Stated Total,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_T,G45A,people,employment,Total,,10384,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10385,M_LPLFS_T_DC_0_4,Male Lone Parent Total Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10385,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10386,M_LPLFS_T_DC_5_9,Male Lone Parent Total Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10386,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10387,M_LPLFS_T_DC_10_12,Male Lone Parent Total Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10387,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10388,M_LPLFS_T_DC_13_14,Male Lone Parent Total Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10388,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10389,M_LPLFS_T_DC_15_17,Male Lone Parent Total Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10389,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10390,M_LPLFS_T_DC_18_20,Male Lone Parent Total Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10390,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10391,M_LPLFS_T_DC_21_24,Male Lone Parent Total Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10391,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10392,M_LPLFS_T_T,Male Lone Parent Total Total,Tot_P_P|Tot_P_M|P_LPLFS_T_T,G45A,people,employment,Total,,10392,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10585,M_PGrad_Deg_15_24,Males Postgraduate Degree Level Age 15 24 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10585,Non-School Qualification: Level of Education by Age by Sex +G10586,M_PGrad_Deg_25_34,Males Postgraduate Degree Level Age 25 34 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10586,Non-School Qualification: Level of Education by Age by Sex +G10587,M_PGrad_Deg_35_44,Males Postgraduate Degree Level Age 35 44 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10587,Non-School Qualification: Level of Education by Age by Sex +G10588,M_PGrad_Deg_45_54,Males Postgraduate Degree Level Age 45 54 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10588,Non-School Qualification: Level of Education by Age by Sex +G10589,M_PGrad_Deg_55_64,Males Postgraduate Degree Level Age 55 64 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10589,Non-School Qualification: Level of Education by Age by Sex +G10590,M_PGrad_Deg_65_74,Males Postgraduate Degree Level Age 65 74 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10590,Non-School Qualification: Level of Education by Age by Sex +G10591,M_PGrad_Deg_75_84,Males Postgraduate Degree Level Age 75 84 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10591,Non-School Qualification: Level of Education by Age by Sex +G10592,M_PGrad_Deg_85ov,Males Postgraduate Degree Level Age 85 years and over,Tot_P_P|Tot_P_M|P_PGrad_Deg_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10592,Non-School Qualification: Level of Education by Age by Sex +G10593,M_PGrad_Deg_Total,Males Postgraduate Degree Level Total,Tot_P_P|Tot_P_M|P_PGrad_Deg_Total,G46A,people,education|age_gender,Total|MALES,,10593,Non-School Qualification: Level of Education by Age by Sex +G10594,M_GradDip_and_GradCert_15_24,Males Graduate Diploma and Graduate Certificate Level Age 15 24 years,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10594,Non-School Qualification: Level of Education by Age by Sex +G10595,M_GradDip_and_GradCert_25_34,Males Graduate Diploma and Graduate Certificate Level Age 25 34 years,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10595,Non-School Qualification: Level of Education by Age by Sex +G10596,M_GradDip_and_GradCert_35_44,Males Graduate Diploma and Graduate Certificate Level Age 35 44 years,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10596,Non-School Qualification: Level of Education by Age by Sex +G10597,M_GradDip_and_GradCert_45_54,Males Graduate Diploma and Graduate Certificate Level Age 45 54 years,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10597,Non-School Qualification: Level of Education by Age by Sex +G10598,M_GradDip_and_GradCert_55_64,Males Graduate Diploma and Graduate Certificate Level Age 55 64 years,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10598,Non-School Qualification: Level of Education by Age by Sex +G10599,M_GradDip_and_GradCert_65_74,Males Graduate Diploma and Graduate Certificate Level Age 65 74 years,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10599,Non-School Qualification: Level of Education by Age by Sex +G10600,M_GradDip_and_GradCert_75_84,Males Graduate Diploma and Graduate Certificate Level Age 75 84 years,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10600,Non-School Qualification: Level of Education by Age by Sex +G10601,M_GradDip_and_GradCert_85ov,Males Graduate Diploma and Graduate Certificate Level Age 85 years and over,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10601,Non-School Qualification: Level of Education by Age by Sex +G10602,M_GradDip_and_GradCert_Total,Males Graduate Diploma and Graduate Certificate Level Total,Tot_P_P|Tot_P_M|P_GradDip_and_GradCert_Total,G46A,people,education|age_gender,Total|MALES,,10602,Non-School Qualification: Level of Education by Age by Sex +G10603,M_BachDeg_15_24,Males Bachelor Degree Level Age 15 24 years,Tot_P_P|Tot_P_M|P_BachDeg_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10603,Non-School Qualification: Level of Education by Age by Sex +G10604,M_BachDeg_25_34,Males Bachelor Degree Level Age 25 34 years,Tot_P_P|Tot_P_M|P_BachDeg_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10604,Non-School Qualification: Level of Education by Age by Sex +G10605,M_BachDeg_35_44,Males Bachelor Degree Level Age 35 44 years,Tot_P_P|Tot_P_M|P_BachDeg_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10605,Non-School Qualification: Level of Education by Age by Sex +G10606,M_BachDeg_45_54,Males Bachelor Degree Level Age 45 54 years,Tot_P_P|Tot_P_M|P_BachDeg_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10606,Non-School Qualification: Level of Education by Age by Sex +G10607,M_BachDeg_55_64,Males Bachelor Degree Level Age 55 64 years,Tot_P_P|Tot_P_M|P_BachDeg_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10607,Non-School Qualification: Level of Education by Age by Sex +G10608,M_BachDeg_65_74,Males Bachelor Degree Level Age 65 74 years,Tot_P_P|Tot_P_M|P_BachDeg_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10608,Non-School Qualification: Level of Education by Age by Sex +G10609,M_BachDeg_75_84,Males Bachelor Degree Level Age 75 84 years,Tot_P_P|Tot_P_M|P_BachDeg_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10609,Non-School Qualification: Level of Education by Age by Sex +G10610,M_BachDeg_85ov,Males Bachelor Degree Level Age 85 years and over,Tot_P_P|Tot_P_M|P_BachDeg_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10610,Non-School Qualification: Level of Education by Age by Sex +G10611,M_BachDeg_Total,Males Bachelor Degree Level Total,Tot_P_P|Tot_P_M|P_BachDeg_Total,G46A,people,education|age_gender,Total|MALES,,10611,Non-School Qualification: Level of Education by Age by Sex +G10612,M_AdvDip_and_Dip_15_24,Males Advanced Diploma and Diploma Level Age 15 24 years,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10612,Non-School Qualification: Level of Education by Age by Sex +G10613,M_AdvDip_and_Dip_25_34,Males Advanced Diploma and Diploma Level Age 25 34 years,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10613,Non-School Qualification: Level of Education by Age by Sex +G10614,M_AdvDip_and_Dip_35_44,Males Advanced Diploma and Diploma Level Age 35 44 years,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10614,Non-School Qualification: Level of Education by Age by Sex +G10615,M_AdvDip_and_Dip_45_54,Males Advanced Diploma and Diploma Level Age 45 54 years,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10615,Non-School Qualification: Level of Education by Age by Sex +G10616,M_AdvDip_and_Dip_55_64,Males Advanced Diploma and Diploma Level Age 55 64 years,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10616,Non-School Qualification: Level of Education by Age by Sex +G10617,M_AdvDip_and_Dip_65_74,Males Advanced Diploma and Diploma Level Age 65 74 years,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10617,Non-School Qualification: Level of Education by Age by Sex +G10618,M_AdvDip_and_Dip_75_84,Males Advanced Diploma and Diploma Level Age 75 84 years,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10618,Non-School Qualification: Level of Education by Age by Sex +G10619,M_AdvDip_and_Dip_85ov,Males Advanced Diploma and Diploma Level Age 85 years and over,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10619,Non-School Qualification: Level of Education by Age by Sex +G10620,M_AdvDip_and_Dip_Total,Males Advanced Diploma and Diploma Level Total,Tot_P_P|Tot_P_M|P_AdvDip_and_Dip_Total,G46A,people,education|age_gender,Total|MALES,,10620,Non-School Qualification: Level of Education by Age by Sex +G10621,M_Cert_III_IV_15_24,Males Certificate Level Certificate III and IV Level Age 15 24 years,Tot_P_P|Tot_P_M|P_Cert_III_IV_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10621,Non-School Qualification: Level of Education by Age by Sex +G10622,M_Cert_III_IV_25_34,Males Certificate Level Certificate III and IV Level Age 25 34 years,Tot_P_P|Tot_P_M|P_Cert_III_IV_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10622,Non-School Qualification: Level of Education by Age by Sex +G10623,M_Cert_III_IV_35_44,Males Certificate Level Certificate III and IV Level Age 35 44 years,Tot_P_P|Tot_P_M|P_Cert_III_IV_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10623,Non-School Qualification: Level of Education by Age by Sex +G10624,M_Cert_III_IV_45_54,Males Certificate Level Certificate III and IV Level Age 45 54 years,Tot_P_P|Tot_P_M|P_Cert_III_IV_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10624,Non-School Qualification: Level of Education by Age by Sex +G10625,M_Cert_III_IV_55_64,Males Certificate Level Certificate III and IV Level Age 55 64 years,Tot_P_P|Tot_P_M|P_Cert_III_IV_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10625,Non-School Qualification: Level of Education by Age by Sex +G10626,M_Cert_III_IV_65_74,Males Certificate Level Certificate III and IV Level Age 65 74 years,Tot_P_P|Tot_P_M|P_Cert_III_IV_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10626,Non-School Qualification: Level of Education by Age by Sex +G10627,M_Cert_III_IV_75_84,Males Certificate Level Certificate III and IV Level Age 75 84 years,Tot_P_P|Tot_P_M|P_Cert_III_IV_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10627,Non-School Qualification: Level of Education by Age by Sex +G10628,M_Cert_III_IV_85ov,Males Certificate Level Certificate III and IV Level Age 85 years and over,Tot_P_P|Tot_P_M|P_Cert_III_IV_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10628,Non-School Qualification: Level of Education by Age by Sex +G10629,M_Cert_III_IV_Total,Males Certificate Level Certificate III and IV Level Total,Tot_P_P|Tot_P_M|P_Cert_III_IV_Total,G46A,people,education|age_gender,Total|MALES,,10629,Non-School Qualification: Level of Education by Age by Sex +G10630,M_Cert_I_II_15_24,Males Certificate Level Certificate I and II Level Age 15 24 years,Tot_P_P|Tot_P_M|P_Cert_I_II_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10630,Non-School Qualification: Level of Education by Age by Sex +G10631,M_Cert_I_II_25_34,Males Certificate Level Certificate I and II Level Age 25 34 years,Tot_P_P|Tot_P_M|P_Cert_I_II_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10631,Non-School Qualification: Level of Education by Age by Sex +G10632,M_Cert_I_II_35_44,Males Certificate Level Certificate I and II Level Age 35 44 years,Tot_P_P|Tot_P_M|P_Cert_I_II_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10632,Non-School Qualification: Level of Education by Age by Sex +G10633,M_Cert_I_II_45_54,Males Certificate Level Certificate I and II Level Age 45 54 years,Tot_P_P|Tot_P_M|P_Cert_I_II_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10633,Non-School Qualification: Level of Education by Age by Sex +G10634,M_Cert_I_II_55_64,Males Certificate Level Certificate I and II Level Age 55 64 years,Tot_P_P|Tot_P_M|P_Cert_I_II_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10634,Non-School Qualification: Level of Education by Age by Sex +G10635,M_Cert_I_II_65_74,Males Certificate Level Certificate I and II Level Age 65 74 years,Tot_P_P|Tot_P_M|P_Cert_I_II_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10635,Non-School Qualification: Level of Education by Age by Sex +G10636,M_Cert_I_II_75_84,Males Certificate Level Certificate I and II Level Age 75 84 years,Tot_P_P|Tot_P_M|P_Cert_I_II_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10636,Non-School Qualification: Level of Education by Age by Sex +G10637,M_Cert_I_II_85ov,Males Certificate Level Certificate I and II Level Age 85 years and over,Tot_P_P|Tot_P_M|P_Cert_I_II_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10637,Non-School Qualification: Level of Education by Age by Sex +G10638,M_Cert_I_II_Total,Males Certificate Level Certificate I and II Level Total,Tot_P_P|Tot_P_M|P_Cert_I_II_Total,G46A,people,education|age_gender,Total|MALES,,10638,Non-School Qualification: Level of Education by Age by Sex +G10639,M_Cert_Levl_nfd_15_24,Males Certificate Level Certificate Level nfd Age 15 24 years,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10639,Non-School Qualification: Level of Education by Age by Sex +G10640,M_Cert_Levl_nfd_25_34,Males Certificate Level Certificate Level nfd Age 25 34 years,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10640,Non-School Qualification: Level of Education by Age by Sex +G10641,M_Cert_Levl_nfd_35_44,Males Certificate Level Certificate Level nfd Age 35 44 years,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10641,Non-School Qualification: Level of Education by Age by Sex +G10642,M_Cert_Levl_nfd_45_54,Males Certificate Level Certificate Level nfd Age 45 54 years,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10642,Non-School Qualification: Level of Education by Age by Sex +G10643,M_Cert_Levl_nfd_55_64,Males Certificate Level Certificate Level nfd Age 55 64 years,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10643,Non-School Qualification: Level of Education by Age by Sex +G10644,M_Cert_Levl_nfd_65_74,Males Certificate Level Certificate Level nfd Age 65 74 years,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10644,Non-School Qualification: Level of Education by Age by Sex +G10645,M_Cert_Levl_nfd_75_84,Males Certificate Level Certificate Level nfd Age 75 84 years,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10645,Non-School Qualification: Level of Education by Age by Sex +G10646,M_Cert_Levl_nfd_85ov,Males Certificate Level Certificate Level nfd Age 85 years and over,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10646,Non-School Qualification: Level of Education by Age by Sex +G10647,M_Cert_Levl_nfd_Total,Males Certificate Level Certificate Level nfd Total,Tot_P_P|Tot_P_M|P_Cert_Levl_nfd_Total,G46A,people,education|age_gender,Total|MALES,,10647,Non-School Qualification: Level of Education by Age by Sex +G10648,M_Cert_Lev_Tot_15_24,Males Certificate Level Total Age 15 24 years,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10648,Non-School Qualification: Level of Education by Age by Sex +G10649,M_Cert_Lev_Tot_25_34,Males Certificate Level Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10649,Non-School Qualification: Level of Education by Age by Sex +G10650,M_Cert_Lev_Tot_35_44,Males Certificate Level Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10650,Non-School Qualification: Level of Education by Age by Sex +G10651,M_Cert_Lev_Tot_45_54,Males Certificate Level Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10651,Non-School Qualification: Level of Education by Age by Sex +G10652,M_Cert_Lev_Tot_55_64,Males Certificate Level Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10652,Non-School Qualification: Level of Education by Age by Sex +G10653,M_Cert_Lev_Tot_65_74,Males Certificate Level Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10653,Non-School Qualification: Level of Education by Age by Sex +G10654,M_Cert_Lev_Tot_75_84,Males Certificate Level Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10654,Non-School Qualification: Level of Education by Age by Sex +G10655,M_Cert_Lev_Tot_85ov,Males Certificate Level Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10655,Non-School Qualification: Level of Education by Age by Sex +G10656,M_Cert_Lev_Tot_Total,Males Certificate Level Total Total,Tot_P_P|Tot_P_M|P_Cert_Lev_Tot_Total,G46A,people,education|age_gender,Total|MALES,,10656,Non-School Qualification: Level of Education by Age by Sex +G10657,M_Lev_Edu_IDes_15_24,Males Level of education inadequately described Age 15 24 years,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10657,Non-School Qualification: Level of Education by Age by Sex +G10658,M_Lev_Edu_IDes_25_34,Males Level of education inadequately described Age 25 34 years,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10658,Non-School Qualification: Level of Education by Age by Sex +G10659,M_Lev_Edu_IDes_35_44,Males Level of education inadequately described Age 35 44 years,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10659,Non-School Qualification: Level of Education by Age by Sex +G10660,M_Lev_Edu_IDes_45_54,Males Level of education inadequately described Age 45 54 years,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10660,Non-School Qualification: Level of Education by Age by Sex +G10661,M_Lev_Edu_IDes_55_64,Males Level of education inadequately described Age 55 64 years,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10661,Non-School Qualification: Level of Education by Age by Sex +G10662,M_Lev_Edu_IDes_65_74,Males Level of education inadequately described Age 65 74 years,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10662,Non-School Qualification: Level of Education by Age by Sex +G10663,M_Lev_Edu_IDes_75_84,Males Level of education inadequately described Age 75 84 years,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10663,Non-School Qualification: Level of Education by Age by Sex +G10664,M_Lev_Edu_IDes_85ov,Males Level of education inadequately described Age 85 years and over,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10664,Non-School Qualification: Level of Education by Age by Sex +G10665,M_Lev_Edu_IDes_Total,Males Level of education inadequately described Total,Tot_P_P|Tot_P_M|P_Lev_Edu_IDes_Total,G46A,people,education|age_gender,Total|MALES,,10665,Non-School Qualification: Level of Education by Age by Sex +G10666,M_Lev_Edu_NS_15_24,Males Level of education not stated Age 15 24 years,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10666,Non-School Qualification: Level of Education by Age by Sex +G10667,M_Lev_Edu_NS_25_34,Males Level of education not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10667,Non-School Qualification: Level of Education by Age by Sex +G10668,M_Lev_Edu_NS_35_44,Males Level of education not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10668,Non-School Qualification: Level of Education by Age by Sex +G10669,M_Lev_Edu_NS_45_54,Males Level of education not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10669,Non-School Qualification: Level of Education by Age by Sex +G10670,M_Lev_Edu_NS_55_64,Males Level of education not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10670,Non-School Qualification: Level of Education by Age by Sex +G10671,M_Lev_Edu_NS_65_74,Males Level of education not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10671,Non-School Qualification: Level of Education by Age by Sex +G10672,M_Lev_Edu_NS_75_84,Males Level of education not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10672,Non-School Qualification: Level of Education by Age by Sex +G10673,M_Lev_Edu_NS_85ov,Males Level of education not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10673,Non-School Qualification: Level of Education by Age by Sex +G10674,M_Lev_Edu_NS_Total,Males Level of education not stated Total,Tot_P_P|Tot_P_M|P_Lev_Edu_NS_Total,G46A,people,education|age_gender,Total|MALES,,10674,Non-School Qualification: Level of Education by Age by Sex +G10675,M_Tot_15_24,Males Total Age 15 24 years,Tot_P_P|Tot_P_M|P_Tot_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10675,Non-School Qualification: Level of Education by Age by Sex +G10676,M_Tot_25_34,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10676,Non-School Qualification: Level of Education by Age by Sex +G10677,M_Tot_35_44,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10677,Non-School Qualification: Level of Education by Age by Sex +G10678,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G46A,people,education|age_gender,Age: 45-54 years|MALES,,10678,Non-School Qualification: Level of Education by Age by Sex +G10679,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G46A,people,education|age_gender,Age: 55-64 years|MALES,,10679,Non-School Qualification: Level of Education by Age by Sex +G10680,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G46A,people,education|age_gender,Age: 65-74 years|MALES,,10680,Non-School Qualification: Level of Education by Age by Sex +G10681,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G46A,people,education|age_gender,Age: 75-84 years|MALES,,10681,Non-School Qualification: Level of Education by Age by Sex +G10682,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G46A,people,education|age_gender,Age: 85 years and over|MALES,,10682,Non-School Qualification: Level of Education by Age by Sex +G10683,M_Tot_Total,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Total,G46A,people,education|age_gender,Total|MALES,,10683,Non-School Qualification: Level of Education by Age by Sex +G10882,M_NatPhyl_Scn_15_24,Males Natural and Physical Sciences Age 15 24 years,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10882,Non-School Qualification: Field of Study by Age by Sex +G10883,M_NatPhyl_Scn_25_34,Males Natural and Physical Sciences Age 25 34 years,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10883,Non-School Qualification: Field of Study by Age by Sex +G10884,M_NatPhyl_Scn_35_44,Males Natural and Physical Sciences Age 35 44 years,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10884,Non-School Qualification: Field of Study by Age by Sex +G10885,M_NatPhyl_Scn_45_54,Males Natural and Physical Sciences Age 45 54 years,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10885,Non-School Qualification: Field of Study by Age by Sex +G10886,M_NatPhyl_Scn_55_64,Males Natural and Physical Sciences Age 55 64 years,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10886,Non-School Qualification: Field of Study by Age by Sex +G10887,M_NatPhyl_Scn_65_74,Males Natural and Physical Sciences Age 65 74 years,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10887,Non-School Qualification: Field of Study by Age by Sex +G10888,M_NatPhyl_Scn_75_84,Males Natural and Physical Sciences Age 75 84 years,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10888,Non-School Qualification: Field of Study by Age by Sex +G10889,M_NatPhyl_Scn_85ov,Males Natural and Physical Sciences Age 85 years and over,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10889,Non-School Qualification: Field of Study by Age by Sex +G10890,M_NatPhyl_Scn_Tot,Males Natural and Physical Sciences Total,Tot_P_P|Tot_P_M|P_NatPhyl_Scn_Tot,G47A,people,education|age_gender,Total|MALES,,10890,Non-School Qualification: Field of Study by Age by Sex +G10891,M_InfoTech_15_24,Males Information Technology Age 15 24 years,Tot_P_P|Tot_P_M|P_InfoTech_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10891,Non-School Qualification: Field of Study by Age by Sex +G10892,M_InfoTech_25_34,Males Information Technology Age 25 34 years,Tot_P_P|Tot_P_M|P_InfoTech_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10892,Non-School Qualification: Field of Study by Age by Sex +G10893,M_InfoTech_35_44,Males Information Technology Age 35 44 years,Tot_P_P|Tot_P_M|P_InfoTech_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10893,Non-School Qualification: Field of Study by Age by Sex +G10894,M_InfoTech_45_54,Males Information Technology Age 45 54 years,Tot_P_P|Tot_P_M|P_InfoTech_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10894,Non-School Qualification: Field of Study by Age by Sex +G10895,M_InfoTech_55_64,Males Information Technology Age 55 64 years,Tot_P_P|Tot_P_M|P_InfoTech_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10895,Non-School Qualification: Field of Study by Age by Sex +G10896,M_InfoTech_65_74,Males Information Technology Age 65 74 years,Tot_P_P|Tot_P_M|P_InfoTech_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10896,Non-School Qualification: Field of Study by Age by Sex +G10897,M_InfoTech_75_84,Males Information Technology Age 75 84 years,Tot_P_P|Tot_P_M|P_InfoTech_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10897,Non-School Qualification: Field of Study by Age by Sex +G10898,M_InfoTech_85ov,Males Information Technology Age 85 years and over,Tot_P_P|Tot_P_M|P_InfoTech_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10898,Non-School Qualification: Field of Study by Age by Sex +G10899,M_InfoTech_Tot,Males Information Technology Total,Tot_P_P|Tot_P_M|P_InfoTech_Tot,G47A,people,education|age_gender,Total|MALES,,10899,Non-School Qualification: Field of Study by Age by Sex +G10900,M_Eng_RelTec_15_24,Males Engineering and Related Technologies Age 15 24 years,Tot_P_P|Tot_P_M|P_Eng_RelTec_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10900,Non-School Qualification: Field of Study by Age by Sex +G10901,M_Eng_RelTec_25_34,Males Engineering and Related Technologies Age 25 34 years,Tot_P_P|Tot_P_M|P_Eng_RelTec_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10901,Non-School Qualification: Field of Study by Age by Sex +G10902,M_Eng_RelTec_35_44,Males Engineering and Related Technologies Age 35 44 years,Tot_P_P|Tot_P_M|P_Eng_RelTec_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10902,Non-School Qualification: Field of Study by Age by Sex +G10903,M_Eng_RelTec_45_54,Males Engineering and Related Technologies Age 45 54 years,Tot_P_P|Tot_P_M|P_Eng_RelTec_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10903,Non-School Qualification: Field of Study by Age by Sex +G10904,M_Eng_RelTec_55_64,Males Engineering and Related Technologies Age 55 64 years,Tot_P_P|Tot_P_M|P_Eng_RelTec_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10904,Non-School Qualification: Field of Study by Age by Sex +G10905,M_Eng_RelTec_65_74,Males Engineering and Related Technologies Age 65 74 years,Tot_P_P|Tot_P_M|P_Eng_RelTec_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10905,Non-School Qualification: Field of Study by Age by Sex +G10906,M_Eng_RelTec_75_84,Males Engineering and Related Technologies Age 75 84 years,Tot_P_P|Tot_P_M|P_Eng_RelTec_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10906,Non-School Qualification: Field of Study by Age by Sex +G10907,M_Eng_RelTec_85ov,Males Engineering and Related Technologies Age 85 years and over,Tot_P_P|Tot_P_M|P_Eng_RelTec_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10907,Non-School Qualification: Field of Study by Age by Sex +G10908,M_Eng_RelTec_Tot,Males Engineering and Related Technologies Total,Tot_P_P|Tot_P_M|P_Eng_RelTec_Tot,G47A,people,education|age_gender,Total|MALES,,10908,Non-School Qualification: Field of Study by Age by Sex +G10909,M_ArchtBldng_15_24,Males Architecture and Building Age 15 24 years,Tot_P_P|Tot_P_M|P_ArchtBldng_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10909,Non-School Qualification: Field of Study by Age by Sex +G10910,M_ArchtBldng_25_34,Males Architecture and Building Age 25 34 years,Tot_P_P|Tot_P_M|P_ArchtBldng_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10910,Non-School Qualification: Field of Study by Age by Sex +G10911,M_ArchtBldng_35_44,Males Architecture and Building Age 35 44 years,Tot_P_P|Tot_P_M|P_ArchtBldng_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10911,Non-School Qualification: Field of Study by Age by Sex +G10912,M_ArchtBldng_45_54,Males Architecture and Building Age 45 54 years,Tot_P_P|Tot_P_M|P_ArchtBldng_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10912,Non-School Qualification: Field of Study by Age by Sex +G10913,M_ArchtBldng_55_64,Males Architecture and Building Age 55 64 years,Tot_P_P|Tot_P_M|P_ArchtBldng_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10913,Non-School Qualification: Field of Study by Age by Sex +G10914,M_ArchtBldng_65_74,Males Architecture and Building Age 65 74 years,Tot_P_P|Tot_P_M|P_ArchtBldng_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10914,Non-School Qualification: Field of Study by Age by Sex +G10915,M_ArchtBldng_75_84,Males Architecture and Building Age 75 84 years,Tot_P_P|Tot_P_M|P_ArchtBldng_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10915,Non-School Qualification: Field of Study by Age by Sex +G10916,M_ArchtBldng_85ov,Males Architecture and Building Age 85 years and over,Tot_P_P|Tot_P_M|P_ArchtBldng_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10916,Non-School Qualification: Field of Study by Age by Sex +G10917,M_ArchtBldng_Tot,Males Architecture and Building Total,Tot_P_P|Tot_P_M|P_ArchtBldng_Tot,G47A,people,education|age_gender,Total|MALES,,10917,Non-School Qualification: Field of Study by Age by Sex +G10918,M_Ag_Envir_Rltd_Sts_15_24,Males Agriculture Environmental and Related Studies Age 15 24 years,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10918,Non-School Qualification: Field of Study by Age by Sex +G10919,M_Ag_Envir_Rltd_Sts_25_34,Males Agriculture Environmental and Related Studies Age 25 34 years,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10919,Non-School Qualification: Field of Study by Age by Sex +G10920,M_Ag_Envir_Rltd_Sts_35_44,Males Agriculture Environmental and Related Studies Age 35 44 years,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10920,Non-School Qualification: Field of Study by Age by Sex +G10921,M_Ag_Envir_Rltd_Sts_45_54,Males Agriculture Environmental and Related Studies Age 45 54 years,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10921,Non-School Qualification: Field of Study by Age by Sex +G10922,M_Ag_Envir_Rltd_Sts_55_64,Males Agriculture Environmental and Related Studies Age 55 64 years,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10922,Non-School Qualification: Field of Study by Age by Sex +G10923,M_Ag_Envir_Rltd_Sts_65_74,Males Agriculture Environmental and Related Studies Age 65 74 years,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10923,Non-School Qualification: Field of Study by Age by Sex +G10924,M_Ag_Envir_Rltd_Sts_75_84,Males Agriculture Environmental and Related Studies Age 75 84 years,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10924,Non-School Qualification: Field of Study by Age by Sex +G10925,M_Ag_Envir_Rltd_Sts_85ov,Males Agriculture Environmental and Related Studies Age 85 years and over,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10925,Non-School Qualification: Field of Study by Age by Sex +G10926,M_Ag_Envir_Rltd_Sts_Tot,Males Agriculture Environmental and Related Studies Total,Tot_P_P|Tot_P_M|P_Ag_Envir_Rltd_Sts_Tot,G47A,people,education|age_gender,Total|MALES,,10926,Non-School Qualification: Field of Study by Age by Sex +G10927,M_Health_15_24,Males Health Age 15 24 years,Tot_P_P|Tot_P_M|P_Health_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10927,Non-School Qualification: Field of Study by Age by Sex +G10928,M_Health_25_34,Males Health Age 25 34 years,Tot_P_P|Tot_P_M|P_Health_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10928,Non-School Qualification: Field of Study by Age by Sex +G10929,M_Health_35_44,Males Health Age 35 44 years,Tot_P_P|Tot_P_M|P_Health_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10929,Non-School Qualification: Field of Study by Age by Sex +G10930,M_Health_45_54,Males Health Age 45 54 years,Tot_P_P|Tot_P_M|P_Health_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10930,Non-School Qualification: Field of Study by Age by Sex +G10931,M_Health_55_64,Males Health Age 55 64 years,Tot_P_P|Tot_P_M|P_Health_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10931,Non-School Qualification: Field of Study by Age by Sex +G10932,M_Health_65_74,Males Health Age 65 74 years,Tot_P_P|Tot_P_M|P_Health_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10932,Non-School Qualification: Field of Study by Age by Sex +G10933,M_Health_75_84,Males Health Age 75 84 years,Tot_P_P|Tot_P_M|P_Health_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10933,Non-School Qualification: Field of Study by Age by Sex +G10934,M_Health_85ov,Males Health Age 85 years and over,Tot_P_P|Tot_P_M|P_Health_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10934,Non-School Qualification: Field of Study by Age by Sex +G10935,M_Health_Tot,Males Health Total,Tot_P_P|Tot_P_M|P_Health_Tot,G47A,people,education|age_gender,Total|MALES,,10935,Non-School Qualification: Field of Study by Age by Sex +G10936,M_Educ_15_24,Males Education Age 15 24 years,Tot_P_P|Tot_P_M|P_Educ_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10936,Non-School Qualification: Field of Study by Age by Sex +G10937,M_Educ_25_34,Males Education Age 25 34 years,Tot_P_P|Tot_P_M|P_Educ_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10937,Non-School Qualification: Field of Study by Age by Sex +G10938,M_Educ_35_44,Males Education Age 35 44 years,Tot_P_P|Tot_P_M|P_Educ_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10938,Non-School Qualification: Field of Study by Age by Sex +G10939,M_Educ_45_54,Males Education Age 45 54 years,Tot_P_P|Tot_P_M|P_Educ_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10939,Non-School Qualification: Field of Study by Age by Sex +G10940,M_Educ_55_64,Males Education Age 55 64 years,Tot_P_P|Tot_P_M|P_Educ_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10940,Non-School Qualification: Field of Study by Age by Sex +G10941,M_Educ_65_74,Males Education Age 65 74 years,Tot_P_P|Tot_P_M|P_Educ_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10941,Non-School Qualification: Field of Study by Age by Sex +G10942,M_Educ_75_84,Males Education Age 75 84 years,Tot_P_P|Tot_P_M|P_Educ_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10942,Non-School Qualification: Field of Study by Age by Sex +G10943,M_Educ_85_years_and_over,Males Education Age 85 years and over,Tot_P_P|Tot_P_M|P_Educ_85_years_and_over,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10943,Non-School Qualification: Field of Study by Age by Sex +G10944,M_Educ_Tot,Males Education Total,Tot_P_P|Tot_P_M|P_Educ_Tot,G47A,people,education|age_gender,Total|MALES,,10944,Non-School Qualification: Field of Study by Age by Sex +G10945,M_Mgnt_Com_15_24,Males Management and Commerce Age 15 24 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10945,Non-School Qualification: Field of Study by Age by Sex +G10946,M_Mgnt_Com_25_34,Males Management and Commerce Age 25 34 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10946,Non-School Qualification: Field of Study by Age by Sex +G10947,M_Mgnt_Com_35_44,Males Management and Commerce Age 35 44 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10947,Non-School Qualification: Field of Study by Age by Sex +G10948,M_Mgnt_Com_45_54,Males Management and Commerce Age 45 54 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10948,Non-School Qualification: Field of Study by Age by Sex +G10949,M_Mgnt_Com_55_64,Males Management and Commerce Age 55 64 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10949,Non-School Qualification: Field of Study by Age by Sex +G10950,M_Mgnt_Com_65_74,Males Management and Commerce Age 65 74 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10950,Non-School Qualification: Field of Study by Age by Sex +G10951,M_Mgnt_Com_75_84,Males Management and Commerce Age 75 84 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10951,Non-School Qualification: Field of Study by Age by Sex +G10952,M_Mgnt_Com_85ov,Males Management and Commerce Age 85 years and over,Tot_P_P|Tot_P_M|P_Mgnt_Com_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10952,Non-School Qualification: Field of Study by Age by Sex +G10953,M_Mgnt_Com_Tot,Males Management and Commerce Total,Tot_P_P|Tot_P_M|P_Mgnt_Com_Tot,G47A,people,education|age_gender,Total|MALES,,10953,Non-School Qualification: Field of Study by Age by Sex +G10954,M_Society_Cult_15_24,Males Society and Culture Age 15 24 years,Tot_P_P|Tot_P_M|P_Society_Cult_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10954,Non-School Qualification: Field of Study by Age by Sex +G10955,M_Society_Cult_25_34,Males Society and Culture Age 25 34 years,Tot_P_P|Tot_P_M|P_Society_Cult_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10955,Non-School Qualification: Field of Study by Age by Sex +G10956,M_Society_Cult_35_44,Males Society and Culture Age 35 44 years,Tot_P_P|Tot_P_M|P_Society_Cult_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10956,Non-School Qualification: Field of Study by Age by Sex +G10957,M_Society_Cult_45_54,Males Society and Culture Age 45 54 years,Tot_P_P|Tot_P_M|P_Society_Cult_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10957,Non-School Qualification: Field of Study by Age by Sex +G10958,M_Society_Cult_55_64,Males Society and Culture Age 55 64 years,Tot_P_P|Tot_P_M|P_Society_Cult_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10958,Non-School Qualification: Field of Study by Age by Sex +G10959,M_Society_Cult_65_74,Males Society and Culture Age 65 74 years,Tot_P_P|Tot_P_M|P_Society_Cult_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10959,Non-School Qualification: Field of Study by Age by Sex +G10960,M_Society_Cult_75_84,Males Society and Culture Age 75 84 years,Tot_P_P|Tot_P_M|P_Society_Cult_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10960,Non-School Qualification: Field of Study by Age by Sex +G10961,M_Society_Cult_85ov,Males Society and Culture Age 85 years and over,Tot_P_P|Tot_P_M|P_Society_Cult_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10961,Non-School Qualification: Field of Study by Age by Sex +G10962,M_Society_Cult_Tot,Males Society and Culture Total,Tot_P_P|Tot_P_M|P_Society_Cult_Tot,G47A,people,education|age_gender,Total|MALES,,10962,Non-School Qualification: Field of Study by Age by Sex +G10963,M_Creative_Arts_15_24,Males Creative Arts Age 15 24 years,Tot_P_P|Tot_P_M|P_Creative_Arts_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10963,Non-School Qualification: Field of Study by Age by Sex +G10964,M_Creative_Arts_25_34,Males Creative Arts Age 25 34 years,Tot_P_P|Tot_P_M|P_Creative_Arts_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10964,Non-School Qualification: Field of Study by Age by Sex +G10965,M_Creative_Arts_35_44,Males Creative Arts Age 35 44 years,Tot_P_P|Tot_P_M|P_Creative_Arts_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10965,Non-School Qualification: Field of Study by Age by Sex +G10966,M_Creative_Arts_45_54,Males Creative Arts Age 45 54 years,Tot_P_P|Tot_P_M|P_Creative_Arts_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10966,Non-School Qualification: Field of Study by Age by Sex +G10967,M_Creative_Arts_55_64,Males Creative Arts Age 55 64 years,Tot_P_P|Tot_P_M|P_Creative_Arts_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10967,Non-School Qualification: Field of Study by Age by Sex +G10968,M_Creative_Arts_65_74,Males Creative Arts Age 65 74 years,Tot_P_P|Tot_P_M|P_Creative_Arts_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10968,Non-School Qualification: Field of Study by Age by Sex +G10969,M_Creative_Arts_75_84,Males Creative Arts Age 75 84 years,Tot_P_P|Tot_P_M|P_Creative_Arts_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10969,Non-School Qualification: Field of Study by Age by Sex +G10970,M_Creative_Arts_85ov,Males Creative Arts Age 85 years and over,Tot_P_P|Tot_P_M|P_Creative_Arts_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10970,Non-School Qualification: Field of Study by Age by Sex +G10971,M_Creative_Arts_Tot,Males Creative Arts Total,Tot_P_P|Tot_P_M|P_Creative_Arts_Tot,G47A,people,education|age_gender,Total|MALES,,10971,Non-School Qualification: Field of Study by Age by Sex +G10972,M_Fd_Hosp_Psnl_Svcs_15_24,Males Food Hospitality and Personal Services Age 15 24 years,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10972,Non-School Qualification: Field of Study by Age by Sex +G10973,M_Fd_Hosp_Psnl_Svcs_25_34,Males Food Hospitality and Personal Services Age 25 34 years,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10973,Non-School Qualification: Field of Study by Age by Sex +G10974,M_Fd_Hosp_Psnl_Svcs_35_44,Males Food Hospitality and Personal Services Age 35 44 years,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10974,Non-School Qualification: Field of Study by Age by Sex +G10975,M_Fd_Hosp_Psnl_Svcs_45_54,Males Food Hospitality and Personal Services Age 45 54 years,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10975,Non-School Qualification: Field of Study by Age by Sex +G10976,M_Fd_Hosp_Psnl_Svcs_55_64,Males Food Hospitality and Personal Services Age 55 64 years,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10976,Non-School Qualification: Field of Study by Age by Sex +G10977,M_Fd_Hosp_Psnl_Svcs_65_74,Males Food Hospitality and Personal Services Age 65 74 years,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10977,Non-School Qualification: Field of Study by Age by Sex +G10978,M_Fd_Hosp_Psnl_Svcs_75_84,Males Food Hospitality and Personal Services Age 75 84 years,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10978,Non-School Qualification: Field of Study by Age by Sex +G10979,M_Fd_Hosp_Psnl_Svcs_85ov,Males Food Hospitality and Personal Services Age 85 years and over,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10979,Non-School Qualification: Field of Study by Age by Sex +G10980,M_Fd_Hosp_Psnl_Svcs_Tot,Males Food Hospitality and Personal Services Total,Tot_P_P|Tot_P_M|P_Fd_Hosp_Psnl_Svcs_Tot,G47A,people,education|age_gender,Total|MALES,,10980,Non-School Qualification: Field of Study by Age by Sex +G10981,M_MixFld_Prgm_15_24,Males Mixed Field Programmes Age 15 24 years,Tot_P_P|Tot_P_M|P_MixFld_Prgm_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10981,Non-School Qualification: Field of Study by Age by Sex +G10982,M_MixFld_Prgm_25_34,Males Mixed Field Programmes Age 25 34 years,Tot_P_P|Tot_P_M|P_MixFld_Prgm_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10982,Non-School Qualification: Field of Study by Age by Sex +G10983,M_MixFld_Prgm_35_44,Males Mixed Field Programmes Age 35 44 years,Tot_P_P|Tot_P_M|P_MixFld_Prgm_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10983,Non-School Qualification: Field of Study by Age by Sex +G10984,M_MixFld_Prgm_45_54,Males Mixed Field Programmes Age 45 54 years,Tot_P_P|Tot_P_M|P_MixFld_Prgm_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10984,Non-School Qualification: Field of Study by Age by Sex +G10985,M_MixFld_Prgm_55_64,Males Mixed Field Programmes Age 55 64 years,Tot_P_P|Tot_P_M|P_MixFld_Prgm_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10985,Non-School Qualification: Field of Study by Age by Sex +G10986,M_MixFld_Prgm_65_74,Males Mixed Field Programmes Age 65 74 years,Tot_P_P|Tot_P_M|P_MixFld_Prgm_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10986,Non-School Qualification: Field of Study by Age by Sex +G10987,M_MixFld_Prgm_75_84,Males Mixed Field Programmes Age 75 84 years,Tot_P_P|Tot_P_M|P_MixFld_Prgm_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10987,Non-School Qualification: Field of Study by Age by Sex +G10988,M_MixFld_Prgm_85ov,Males Mixed Field Programmes Age 85 years and over,Tot_P_P|Tot_P_M|P_MixFld_Prgm_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10988,Non-School Qualification: Field of Study by Age by Sex +G10989,M_MixFld_Prgm_Tot,Males Mixed Field Programmes Total,Tot_P_P|Tot_P_M|P_MixFld_Prgm_Tot,G47A,people,education|age_gender,Total|MALES,,10989,Non-School Qualification: Field of Study by Age by Sex +G10990,M_FldStd_InadDes_15_24,Males Field of study inadequately described Age 15 24 years,Tot_P_P|Tot_P_M|P_FldStd_InadDes_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10990,Non-School Qualification: Field of Study by Age by Sex +G10991,M_FldStd_InadDes_25_34,Males Field of study inadequately described Age 25 34 years,Tot_P_P|Tot_P_M|P_FldStd_InadDes_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10991,Non-School Qualification: Field of Study by Age by Sex +G10992,M_FldStd_InadDes_35_44,Males Field of study inadequately described Age 35 44 years,Tot_P_P|Tot_P_M|P_FldStd_InadDes_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,10992,Non-School Qualification: Field of Study by Age by Sex +G10993,M_FldStd_InadDes_45_54,Males Field of study inadequately described Age 45 54 years,Tot_P_P|Tot_P_M|P_FldStd_InadDes_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,10993,Non-School Qualification: Field of Study by Age by Sex +G10994,M_FldStd_InadDes_55_64,Males Field of study inadequately described Age 55 64 years,Tot_P_P|Tot_P_M|P_FldStd_InadDes_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10994,Non-School Qualification: Field of Study by Age by Sex +G10995,M_FldStd_InadDes_65_74,Males Field of study inadequately described Age 65 74 years,Tot_P_P|Tot_P_M|P_FldStd_InadDes_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10995,Non-School Qualification: Field of Study by Age by Sex +G10996,M_FldStd_InadDes_75_84,Males Field of study inadequately described Age 75 84 years,Tot_P_P|Tot_P_M|P_FldStd_InadDes_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10996,Non-School Qualification: Field of Study by Age by Sex +G10997,M_FldStd_InadDes_85ov,Males Field of study inadequately described Age 85 years and over,Tot_P_P|Tot_P_M|P_FldStd_InadDes_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10997,Non-School Qualification: Field of Study by Age by Sex +G10998,M_FldStd_InadDes_Tot,Males Field of study inadequately described Total,Tot_P_P|Tot_P_M|P_FldStd_InadDes_Tot,G47A,people,education|age_gender,Total|MALES,,10998,Non-School Qualification: Field of Study by Age by Sex +G10999,M_FldStd_NS_15_24,Males Field of study not stated Age 15 24 years,Tot_P_P|Tot_P_M|P_FldStd_NS_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10999,Non-School Qualification: Field of Study by Age by Sex +G11000,M_FldStd_NS_25_34,Males Field of study not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_FldStd_NS_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,11000,Non-School Qualification: Field of Study by Age by Sex +G11001,M_FldStd_NS_35_44,Males Field of study not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_FldStd_NS_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,11001,Non-School Qualification: Field of Study by Age by Sex +G11002,M_FldStd_NS_45_54,Males Field of study not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_FldStd_NS_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,11002,Non-School Qualification: Field of Study by Age by Sex +G11003,M_FldStd_NS_55_64,Males Field of study not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_FldStd_NS_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,11003,Non-School Qualification: Field of Study by Age by Sex +G11004,M_FldStd_NS_65_74,Males Field of study not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_FldStd_NS_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,11004,Non-School Qualification: Field of Study by Age by Sex +G11005,M_FldStd_NS_75_84,Males Field of study not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_FldStd_NS_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,11005,Non-School Qualification: Field of Study by Age by Sex +G11006,M_FldStd_NS_85ov,Males Field of study not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_FldStd_NS_85ov,G47A,people,education|age_gender,Age: 85 years and over|MALES,,11006,Non-School Qualification: Field of Study by Age by Sex +G11007,M_FldStd_NS_Tot,Males Field of study not stated Total,Tot_P_P|Tot_P_M|P_FldStd_NS_Tot,G47A,people,education|age_gender,Total|MALES,,11007,Non-School Qualification: Field of Study by Age by Sex +G11008,M_Tot_15_24,Males Total Age 15 24 years,Tot_P_P|Tot_P_M|P_Tot_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,11008,Non-School Qualification: Field of Study by Age by Sex +G11009,M_Tot_25_34,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,11009,Non-School Qualification: Field of Study by Age by Sex +G11010,M_Tot_35_44,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44,G47A,people,education|age_gender,Age: 35-44 years|MALES,,11010,Non-School Qualification: Field of Study by Age by Sex +G11011,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G47A,people,education|age_gender,Age: 45-54 years|MALES,,11011,Non-School Qualification: Field of Study by Age by Sex +G11012,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,11012,Non-School Qualification: Field of Study by Age by Sex +G11013,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,11013,Non-School Qualification: Field of Study by Age by Sex +G11014,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,11014,Non-School Qualification: Field of Study by Age by Sex +G11015,M_Tot_85_years_and_over,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85_years_and_over,G47A,people,education|age_gender,Age: 85 years and over|MALES,,11015,Non-School Qualification: Field of Study by Age by Sex +G11016,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G47A,people,education|age_gender,Total|MALES,,11016,Non-School Qualification: Field of Study by Age by Sex +G11287,M_NatPhySci_Occ_Mng,Males Natural and Physical Sciences Occupation Managers,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11287,Non-School Qualification: Field of Study by Occupation by Sex +G11288,M_NatPhySci_Occ_Pro,Males Natural and Physical Sciences Occupation Professionals,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11288,Non-School Qualification: Field of Study by Occupation by Sex +G11289,M_NatPhySci_Occ_TTW,Males Natural and Physical Sciences Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11289,Non-School Qualification: Field of Study by Occupation by Sex +G11290,M_NatPhySci_Occ_CPS,Males Natural and Physical Sciences Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11290,Non-School Qualification: Field of Study by Occupation by Sex +G11291,M_NatPhySci_Occ_CA,Males Natural and Physical Sciences Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11291,Non-School Qualification: Field of Study by Occupation by Sex +G11292,M_NatPhySci_Occ_Sal,Males Natural and Physical Sciences Occupation Sales workers,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11292,Non-School Qualification: Field of Study by Occupation by Sex +G11293,M_NatPhySci_Occ_MOD,Males Natural and Physical Sciences Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11293,Non-School Qualification: Field of Study by Occupation by Sex +G11294,M_NatPhySci_Occ_Lab,Males Natural and Physical Sciences Occupation Labourers,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11294,Non-School Qualification: Field of Study by Occupation by Sex +G11295,M_NatPhySci_Occ_IDNS,Males Natural and Physical Sciences Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11295,Non-School Qualification: Field of Study by Occupation by Sex +G11296,M_NatPhySci_Total,Males Natural and Physical Sciences Total,Tot_P_P|Tot_P_M|P_NatPhySci_Total,G48A,people,education|age_gender,Total|MALES,,11296,Non-School Qualification: Field of Study by Occupation by Sex +G11297,M_InfoTechn_Occ_Mng,Males Information Technology Occupation Managers,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11297,Non-School Qualification: Field of Study by Occupation by Sex +G11298,M_InfoTechn_Occ_Pro,Males Information Technology Occupation Professionals,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11298,Non-School Qualification: Field of Study by Occupation by Sex +G11299,M_InfoTechn_Occ_TTW,Males Information Technology Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11299,Non-School Qualification: Field of Study by Occupation by Sex +G11300,M_InfoTechn_Occ_CPS,Males Information Technology Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11300,Non-School Qualification: Field of Study by Occupation by Sex +G11301,M_InfoTechn_Occ_CA,Males Information Technology Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11301,Non-School Qualification: Field of Study by Occupation by Sex +G11302,M_InfoTechn_Occ_Sal,Males Information Technology Occupation Sales workers,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11302,Non-School Qualification: Field of Study by Occupation by Sex +G11303,M_InfoTechn_Occ_MOD,Males Information Technology Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11303,Non-School Qualification: Field of Study by Occupation by Sex +G11304,M_InfoTechn_Occ_Lab,Males Information Technology Occupation Labourers,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11304,Non-School Qualification: Field of Study by Occupation by Sex +G11305,M_InfoTechn_Occ_IDNS,Males Information Technology Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_InfoTechn_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11305,Non-School Qualification: Field of Study by Occupation by Sex +G11306,M_InfoTechn_Total,Males Information Technology Total,Tot_P_P|Tot_P_M|P_InfoTechn_Total,G48A,people,education|age_gender,Total|MALES,,11306,Non-School Qualification: Field of Study by Occupation by Sex +G11307,M_EngRelTech_Occ_Mng,Males Engineering and Related Technologies Occupation Managers,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11307,Non-School Qualification: Field of Study by Occupation by Sex +G11308,M_EngRelTech_Occ_Pro,Males Engineering and Related Technologies Occupation Professionals,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11308,Non-School Qualification: Field of Study by Occupation by Sex +G11309,M_EngRelTech_Occ_TTW,Males Engineering and Related Technologies Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11309,Non-School Qualification: Field of Study by Occupation by Sex +G11310,M_EngRelTech_Occ_CPS,Males Engineering and Related Technologies Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11310,Non-School Qualification: Field of Study by Occupation by Sex +G11311,M_EngRelTech_Occ_CA,Males Engineering and Related Technologies Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11311,Non-School Qualification: Field of Study by Occupation by Sex +G11312,M_EngRelTech_Occ_Sal,Males Engineering and Related Technologies Occupation Sales workers,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11312,Non-School Qualification: Field of Study by Occupation by Sex +G11313,M_EngRelTech_Occ_MOD,Males Engineering and Related Technologies Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11313,Non-School Qualification: Field of Study by Occupation by Sex +G11314,M_EngRelTech_Occ_Lab,Males Engineering and Related Technologies Occupation Labourers,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11314,Non-School Qualification: Field of Study by Occupation by Sex +G11315,M_EngRelTech_Occ_IDNS,Males Engineering and Related Technologies Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_EngRelTech_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11315,Non-School Qualification: Field of Study by Occupation by Sex +G11316,M_EngRelTech_Total,Males Engineering and Related Technologies Total,Tot_P_P|Tot_P_M|P_EngRelTech_Total,G48A,people,education|age_gender,Total|MALES,,11316,Non-School Qualification: Field of Study by Occupation by Sex +G11317,M_ArchitBuild_Occ_Mng,Males Architecture and Building Occupation Managers,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11317,Non-School Qualification: Field of Study by Occupation by Sex +G11318,M_ArchitBuild_Occ_Pro,Males Architecture and Building Occupation Professionals,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11318,Non-School Qualification: Field of Study by Occupation by Sex +G11319,M_ArchitBuild_Occ_TTW,Males Architecture and Building Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11319,Non-School Qualification: Field of Study by Occupation by Sex +G11320,M_ArchitBuild_Occ_CPS,Males Architecture and Building Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11320,Non-School Qualification: Field of Study by Occupation by Sex +G11321,M_ArchitBuild_Occ_CA,Males Architecture and Building Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11321,Non-School Qualification: Field of Study by Occupation by Sex +G11322,M_ArchitBuild_Occ_Sal,Males Architecture and Building Occupation Sales workers,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11322,Non-School Qualification: Field of Study by Occupation by Sex +G11323,M_ArchitBuild_Occ_MOD,Males Architecture and Building Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11323,Non-School Qualification: Field of Study by Occupation by Sex +G11324,M_ArchitBuild_Occ_Lab,Males Architecture and Building Occupation Labourers,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11324,Non-School Qualification: Field of Study by Occupation by Sex +G11325,M_ArchitBuild_Occ_IDNS,Males Architecture and Building Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_ArchitBuild_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11325,Non-School Qualification: Field of Study by Occupation by Sex +G11326,M_ArchitBuild_Total,Males Architecture and Building Total,Tot_P_P|Tot_P_M|P_ArchitBuild_Total,G48A,people,education|age_gender,Total|MALES,,11326,Non-School Qualification: Field of Study by Occupation by Sex +G11327,M_AgriEnviRelStu_Occ_Mng,Males Agriculture Environmental and Related Studies Occupation Managers,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11327,Non-School Qualification: Field of Study by Occupation by Sex +G11328,M_AgriEnviRelStu_Occ_Pro,Males Agriculture Environmental and Related Studies Occupation Professionals,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11328,Non-School Qualification: Field of Study by Occupation by Sex +G11329,M_AgriEnviRelStu_Occ_TTW,Males Agriculture Environmental and Related Studies Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11329,Non-School Qualification: Field of Study by Occupation by Sex +G11330,M_AgriEnviRelStu_Occ_CPS,Males Agriculture Environmental and Related Studies Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11330,Non-School Qualification: Field of Study by Occupation by Sex +G11331,M_AgriEnviRelStu_Occ_CA,Males Agriculture Environmental and Related Studies Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11331,Non-School Qualification: Field of Study by Occupation by Sex +G11332,M_AgriEnviRelStu_Occ_Sal,Males Agriculture Environmental and Related Studies Occupation Sales workers,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11332,Non-School Qualification: Field of Study by Occupation by Sex +G11333,M_AgriEnviRelStu_Occ_MOD,Males Agriculture Environmental and Related Studies Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11333,Non-School Qualification: Field of Study by Occupation by Sex +G11334,M_AgriEnviRelStu_Occ_Lab,Males Agriculture Environmental and Related Studies Occupation Labourers,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11334,Non-School Qualification: Field of Study by Occupation by Sex +G11335,M_AgriEnviRelStu_Occ_IDNS,Males Agriculture Environmental and Related Studies Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11335,Non-School Qualification: Field of Study by Occupation by Sex +G11336,M_AgriEnviRelStu_Total,Males Agriculture Environmental and Related Studies Total,Tot_P_P|Tot_P_M|P_AgriEnviRelStu_Total,G48A,people,education|age_gender,Total|MALES,,11336,Non-School Qualification: Field of Study by Occupation by Sex +G11337,M_Health_Occ_Mng,Males Health Occupation Managers,Tot_P_P|Tot_P_M|P_Health_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11337,Non-School Qualification: Field of Study by Occupation by Sex +G11338,M_Health_Occ_Pro,Males Health Occupation Professionals,Tot_P_P|Tot_P_M|P_Health_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11338,Non-School Qualification: Field of Study by Occupation by Sex +G11339,M_Health_Occ_TTW,Males Health Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_Health_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11339,Non-School Qualification: Field of Study by Occupation by Sex +G11340,M_Health_Occ_CPS,Males Health Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_Health_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11340,Non-School Qualification: Field of Study by Occupation by Sex +G11341,M_Health_Occ_CA,Males Health Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_Health_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11341,Non-School Qualification: Field of Study by Occupation by Sex +G11342,M_Health_Occ_Sal,Males Health Occupation Sales workers,Tot_P_P|Tot_P_M|P_Health_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11342,Non-School Qualification: Field of Study by Occupation by Sex +G11343,M_Health_Occ_MOD,Males Health Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_Health_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11343,Non-School Qualification: Field of Study by Occupation by Sex +G11344,M_Health_Occ_Lab,Males Health Occupation Labourers,Tot_P_P|Tot_P_M|P_Health_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11344,Non-School Qualification: Field of Study by Occupation by Sex +G11345,M_Health_Occ_IDNS,Males Health Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Health_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11345,Non-School Qualification: Field of Study by Occupation by Sex +G11346,M_Health_Total,Males Health Total,Tot_P_P|Tot_P_M|P_Health_Total,G48A,people,education|age_gender,Total|MALES,,11346,Non-School Qualification: Field of Study by Occupation by Sex +G11347,M_Educat_Occ_Mng,Males Education Occupation Managers,Tot_P_P|Tot_P_M|P_Educat_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11347,Non-School Qualification: Field of Study by Occupation by Sex +G11348,M_Educat_Occ_Pro,Males Education Occupation Professionals,Tot_P_P|Tot_P_M|P_Educat_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11348,Non-School Qualification: Field of Study by Occupation by Sex +G11349,M_Educat_Occ_TTW,Males Education Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_Educat_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11349,Non-School Qualification: Field of Study by Occupation by Sex +G11350,M_Educat_Occ_CPS,Males Education Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_Educat_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11350,Non-School Qualification: Field of Study by Occupation by Sex +G11351,M_Educat_Occ_CA,Males Education Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_Educat_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11351,Non-School Qualification: Field of Study by Occupation by Sex +G11352,M_Educat_Occ_Sal,Males Education Occupation Sales workers,Tot_P_P|Tot_P_M|P_Educat_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11352,Non-School Qualification: Field of Study by Occupation by Sex +G11353,M_Educat_Occ_MOD,Males Education Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_Educat_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11353,Non-School Qualification: Field of Study by Occupation by Sex +G11354,M_Educat_Occ_Lab,Males Education Occupation Labourers,Tot_P_P|Tot_P_M|P_Educat_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11354,Non-School Qualification: Field of Study by Occupation by Sex +G11355,M_Educat_Occ_IDNS,Males Education Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Educat_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11355,Non-School Qualification: Field of Study by Occupation by Sex +G11356,M_Educat_Total,Males Education Total,Tot_P_P|Tot_P_M|P_Educat_Total,G48A,people,education|age_gender,Total|MALES,,11356,Non-School Qualification: Field of Study by Occupation by Sex +G11357,M_ManagCom_Occ_Mng,Males Management and Commerce Occupation Managers,Tot_P_P|Tot_P_M|P_ManagCom_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11357,Non-School Qualification: Field of Study by Occupation by Sex +G11358,M_ManagCom_Occ_Pro,Males Management and Commerce Occupation Professionals,Tot_P_P|Tot_P_M|P_ManagCom_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11358,Non-School Qualification: Field of Study by Occupation by Sex +G11359,M_ManagCom_Occ_TTW,Males Management and Commerce Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_ManagCom_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11359,Non-School Qualification: Field of Study by Occupation by Sex +G11360,M_ManagCom_Occ_CPS,Males Management and Commerce Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_ManagCom_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11360,Non-School Qualification: Field of Study by Occupation by Sex +G11361,M_ManagCom_Occ_CA,Males Management and Commerce Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_ManagCom_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11361,Non-School Qualification: Field of Study by Occupation by Sex +G11362,M_ManagCom_Occ_Sal,Males Management and Commerce Occupation Sales workers,Tot_P_P|Tot_P_M|P_ManagCom_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11362,Non-School Qualification: Field of Study by Occupation by Sex +G11363,M_ManagCom_Occ_MOD,Males Management and Commerce Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_ManagCom_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11363,Non-School Qualification: Field of Study by Occupation by Sex +G11364,M_ManagCom_Occ_Lab,Males Management and Commerce Occupation Labourers,Tot_P_P|Tot_P_M|P_ManagCom_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11364,Non-School Qualification: Field of Study by Occupation by Sex +G11365,M_ManagCom_Occ_IDNS,Males Management and Commerce Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_ManagCom_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11365,Non-School Qualification: Field of Study by Occupation by Sex +G11366,M_ManagCom_Total,Males Management and Commerce Total,Tot_P_P|Tot_P_M|P_ManagCom_Total,G48A,people,education|age_gender,Total|MALES,,11366,Non-School Qualification: Field of Study by Occupation by Sex +G11367,M_SocietCultu_Occ_Mng,Males Society and Culture Occupation Managers,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11367,Non-School Qualification: Field of Study by Occupation by Sex +G11368,M_SocietCultu_Occ_Pro,Males Society and Culture Occupation Professionals,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11368,Non-School Qualification: Field of Study by Occupation by Sex +G11369,M_SocietCultu_Occ_TTW,Males Society and Culture Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11369,Non-School Qualification: Field of Study by Occupation by Sex +G11370,M_SocietCultu_Occ_CPS,Males Society and Culture Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11370,Non-School Qualification: Field of Study by Occupation by Sex +G11371,M_SocietCultu_Occ_CA,Males Society and Culture Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11371,Non-School Qualification: Field of Study by Occupation by Sex +G11372,M_SocietCultu_Occ_Sal,Males Society and Culture Occupation Sales workers,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11372,Non-School Qualification: Field of Study by Occupation by Sex +G11373,M_SocietCultu_Occ_MOD,Males Society and Culture Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11373,Non-School Qualification: Field of Study by Occupation by Sex +G11374,M_SocietCultu_Occ_Lab,Males Society and Culture Occupation Labourers,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11374,Non-School Qualification: Field of Study by Occupation by Sex +G11375,M_SocietCultu_Occ_IDNS,Males Society and Culture Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_SocietCultu_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11375,Non-School Qualification: Field of Study by Occupation by Sex +G11376,M_SocietCultu_Total,Males Society and Culture Total,Tot_P_P|Tot_P_M|P_SocietCultu_Total,G48A,people,education|age_gender,Total|MALES,,11376,Non-School Qualification: Field of Study by Occupation by Sex +G11377,M_CreatArt_Occ_Mng,Males Creative Arts Occupation Managers,Tot_P_P|Tot_P_M|P_CreatArt_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11377,Non-School Qualification: Field of Study by Occupation by Sex +G11378,M_CreatArt_Occ_Pro,Males Creative Arts Occupation Professionals,Tot_P_P|Tot_P_M|P_CreatArt_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11378,Non-School Qualification: Field of Study by Occupation by Sex +G11379,M_CreatArt_Occ_TTW,Males Creative Arts Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_CreatArt_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11379,Non-School Qualification: Field of Study by Occupation by Sex +G11380,M_CreatArt_Occ_CPS,Males Creative Arts Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_CreatArt_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11380,Non-School Qualification: Field of Study by Occupation by Sex +G11381,M_CreatArt_Occ_CA,Males Creative Arts Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_CreatArt_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11381,Non-School Qualification: Field of Study by Occupation by Sex +G11382,M_CreatArt_Occ_Sal,Males Creative Arts Occupation Sales workers,Tot_P_P|Tot_P_M|P_CreatArt_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11382,Non-School Qualification: Field of Study by Occupation by Sex +G11383,M_CreatArt_Occ_MOD,Males Creative Arts Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_CreatArt_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11383,Non-School Qualification: Field of Study by Occupation by Sex +G11384,M_CreatArt_Occ_Lab,Males Creative Arts Occupation Labourers,Tot_P_P|Tot_P_M|P_CreatArt_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11384,Non-School Qualification: Field of Study by Occupation by Sex +G11385,M_CreatArt_Occ_IDNS,Males Creative Arts Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_CreatArt_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11385,Non-School Qualification: Field of Study by Occupation by Sex +G11386,M_CreatArt_Total,Males Creative Arts Total,Tot_P_P|Tot_P_M|P_CreatArt_Total,G48A,people,education|age_gender,Total|MALES,,11386,Non-School Qualification: Field of Study by Occupation by Sex +G11387,M_FoodHospPersServ_Occ_Mng,Males Food Hospitality and Personal Services Occupation Managers,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11387,Non-School Qualification: Field of Study by Occupation by Sex +G11388,M_FoodHospPersServ_Occ_Pro,Males Food Hospitality and Personal Services Occupation Professionals,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11388,Non-School Qualification: Field of Study by Occupation by Sex +G11389,M_FoodHospPersServ_Occ_TTW,Males Food Hospitality and Personal Services Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11389,Non-School Qualification: Field of Study by Occupation by Sex +G11390,M_FoodHospPersServ_Occ_CPS,Males Food Hospitality and Personal Services Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11390,Non-School Qualification: Field of Study by Occupation by Sex +G11391,M_FoodHospPersServ_Occ_CA,Males Food Hospitality and Personal Services Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11391,Non-School Qualification: Field of Study by Occupation by Sex +G11392,M_FoodHospPersServ_Occ_Sal,Males Food Hospitality and Personal Services Occupation Sales workers,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11392,Non-School Qualification: Field of Study by Occupation by Sex +G11393,M_FoodHospPersServ_Occ_MOD,Males Food Hospitality and Personal Services Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11393,Non-School Qualification: Field of Study by Occupation by Sex +G11394,M_FoodHospPersServ_Occ_Lab,Males Food Hospitality and Personal Services Occupation Labourers,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11394,Non-School Qualification: Field of Study by Occupation by Sex +G11395,M_FoodHospPersServ_Occ_IDNS,Males Food Hospitality and Personal Services Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11395,Non-School Qualification: Field of Study by Occupation by Sex +G11396,M_FoodHospPersServ_Total,Males Food Hospitality and Personal Services Total,Tot_P_P|Tot_P_M|P_FoodHospPersServ_Total,G48A,people,education|age_gender,Total|MALES,,11396,Non-School Qualification: Field of Study by Occupation by Sex +G11397,M_MixFieldProg_Occ_Mng,Males Mixed Field Programmes Occupation Managers,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11397,Non-School Qualification: Field of Study by Occupation by Sex +G11398,M_MixFieldProg_Occ_Pro,Males Mixed Field Programmes Occupation Professionals,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11398,Non-School Qualification: Field of Study by Occupation by Sex +G11399,M_MixFieldProg_Occ_TTW,Males Mixed Field Programmes Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11399,Non-School Qualification: Field of Study by Occupation by Sex +G11400,M_MixFieldProg_Occ_CPS,Males Mixed Field Programmes Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11400,Non-School Qualification: Field of Study by Occupation by Sex +G11401,M_MixFieldProg_Occ_CA,Males Mixed Field Programmes Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11401,Non-School Qualification: Field of Study by Occupation by Sex +G11402,M_MixFieldProg_Occ_Sal,Males Mixed Field Programmes Occupation Sales workers,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11402,Non-School Qualification: Field of Study by Occupation by Sex +G11403,M_MixFieldProg_Occ_MOD,Males Mixed Field Programmes Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11403,Non-School Qualification: Field of Study by Occupation by Sex +G11404,M_MixFieldProg_Occ_Lab,Males Mixed Field Programmes Occupation Labourers,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11404,Non-School Qualification: Field of Study by Occupation by Sex +G11405,M_MixFieldProg_Occ_IDNS,Males Mixed Field Programmes Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_MixFieldProg_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11405,Non-School Qualification: Field of Study by Occupation by Sex +G11406,M_MixFieldProg_Total,Males Mixed Field Programmes Total,Tot_P_P|Tot_P_M|P_MixFieldProg_Total,G48A,people,education|age_gender,Total|MALES,,11406,Non-School Qualification: Field of Study by Occupation by Sex +G11407,M_FS_ID_Occ_Mng,Males Field of study inadequately described Occupation Managers,Tot_P_P|Tot_P_M|P_FS_ID_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11407,Non-School Qualification: Field of Study by Occupation by Sex +G11408,M_FS_ID_Occ_Pro,Males Field of study inadequately described Occupation Professionals,Tot_P_P|Tot_P_M|P_FS_ID_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11408,Non-School Qualification: Field of Study by Occupation by Sex +G11409,M_FS_ID_Occ_TTW,Males Field of study inadequately described Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_FS_ID_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11409,Non-School Qualification: Field of Study by Occupation by Sex +G11410,M_FS_ID_Occ_CPS,Males Field of study inadequately described Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_FS_ID_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11410,Non-School Qualification: Field of Study by Occupation by Sex +G11411,M_FS_ID_Occ_CA,Males Field of study inadequately described Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_FS_ID_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11411,Non-School Qualification: Field of Study by Occupation by Sex +G11412,M_FS_ID_Occ_Sal,Males Field of study inadequately described Occupation Sales workers,Tot_P_P|Tot_P_M|P_FS_ID_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11412,Non-School Qualification: Field of Study by Occupation by Sex +G11413,M_FS_ID_Occ_MOD,Males Field of study inadequately described Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_FS_ID_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11413,Non-School Qualification: Field of Study by Occupation by Sex +G11414,M_FS_ID_Occ_Lab,Males Field of study inadequately described Occupation Labourers,Tot_P_P|Tot_P_M|P_FS_ID_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11414,Non-School Qualification: Field of Study by Occupation by Sex +G11415,M_FS_ID_Occ_IDNS,Males Field of study inadequately described Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_FS_ID_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11415,Non-School Qualification: Field of Study by Occupation by Sex +G11416,M_FS_ID_Total,Males Field of study inadequately described Total,Tot_P_P|Tot_P_M|P_FS_ID_Total,G48A,people,education|age_gender,Total|MALES,,11416,Non-School Qualification: Field of Study by Occupation by Sex +G11417,M_FS_NS_Occ_Mng,Males Field of study not stated Occupation Managers,Tot_P_P|Tot_P_M|P_FS_NS_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11417,Non-School Qualification: Field of Study by Occupation by Sex +G11418,M_FS_NS_Occ_Pro,Males Field of study not stated Occupation Professionals,Tot_P_P|Tot_P_M|P_FS_NS_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11418,Non-School Qualification: Field of Study by Occupation by Sex +G11419,M_FS_NS_Occ_TTW,Males Field of study not stated Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_FS_NS_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11419,Non-School Qualification: Field of Study by Occupation by Sex +G11420,M_FS_NS_Occ_CPS,Males Field of study not stated Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_FS_NS_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11420,Non-School Qualification: Field of Study by Occupation by Sex +G11421,M_FS_NS_Occ_CA,Males Field of study not stated Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_FS_NS_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11421,Non-School Qualification: Field of Study by Occupation by Sex +G11422,M_FS_NS_Occ_Sal,Males Field of study not stated Occupation Sales workers,Tot_P_P|Tot_P_M|P_FS_NS_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11422,Non-School Qualification: Field of Study by Occupation by Sex +G11423,M_FS_NS_Occ_MOD,Males Field of study not stated Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_FS_NS_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11423,Non-School Qualification: Field of Study by Occupation by Sex +G11424,M_FS_NS_Occ_Lab,Males Field of study not stated Occupation Labourers,Tot_P_P|Tot_P_M|P_FS_NS_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11424,Non-School Qualification: Field of Study by Occupation by Sex +G11425,M_FS_NS_Occ_IDNS,Males Field of study not stated Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_FS_NS_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11425,Non-School Qualification: Field of Study by Occupation by Sex +G11426,M_FS_NS_Total,Males Field of study not stated Total,Tot_P_P|Tot_P_M|P_FS_NS_Total,G48A,people,education|age_gender,Total|MALES,,11426,Non-School Qualification: Field of Study by Occupation by Sex +G11427,M_Tot_Occ_Mng,Males Total Occupation Managers,Tot_P_P|Tot_P_M|P_Tot_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11427,Non-School Qualification: Field of Study by Occupation by Sex +G11428,M_Tot_Occ_Pro,Males Total Occupation Professionals,Tot_P_P|Tot_P_M|P_Tot_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11428,Non-School Qualification: Field of Study by Occupation by Sex +G11429,M_Tot_Occ_TTW,Males Total Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_Tot_Occ_TTW,G48A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11429,Non-School Qualification: Field of Study by Occupation by Sex +G11430,M_Tot_Occ_CPS,Males Total Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_Tot_Occ_CPS,G48A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11430,Non-School Qualification: Field of Study by Occupation by Sex +G11431,M_Tot_Occ_CA,Males Total Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_Tot_Occ_CA,G48A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11431,Non-School Qualification: Field of Study by Occupation by Sex +G11432,M_Tot_Occ_Sal,Males Total Occupation Sales workers,Tot_P_P|Tot_P_M|P_Tot_Occ_Sal,G48A,people,education|age_gender,Occupation: Sales workers|MALES,,11432,Non-School Qualification: Field of Study by Occupation by Sex +G11433,M_Tot_Occ_MOD,Males Total Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_Tot_Occ_MOD,G48A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11433,Non-School Qualification: Field of Study by Occupation by Sex +G11434,M_Tot_Occ_Lab,Males Total Occupation Labourers,Tot_P_P|Tot_P_M|P_Tot_Occ_Lab,G48A,people,education|age_gender,Occupation: Labourers|MALES,,11434,Non-School Qualification: Field of Study by Occupation by Sex +G11435,M_Tot_Occ_IDNS,Males Total Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Tot_Occ_IDNS,G48A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11435,Non-School Qualification: Field of Study by Occupation by Sex +G11436,M_Total_Total,Males Total Total,Tot_P_P|Tot_P_M|P_Total_Total,G48A,people,education|age_gender,Total|MALES,,11436,Non-School Qualification: Field of Study by Occupation by Sex +G11737,M_PoDe_PoDe_NFD_Mng,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Managers,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11737,Non-School Qualification: Level of Education by Occupation by Sex +G11738,M_PoDe_PoDe_NFD_Pro,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Professionals,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11738,Non-School Qualification: Level of Education by Occupation by Sex +G11739,M_PoDe_PoDe_NFD_TTW,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11739,Non-School Qualification: Level of Education by Occupation by Sex +G11740,M_PoDe_PoDe_NFD_CPS,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11740,Non-School Qualification: Level of Education by Occupation by Sex +G11741,M_PoDe_PoDe_NFD_CA,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11741,Non-School Qualification: Level of Education by Occupation by Sex +G11742,M_PoDe_PoDe_NFD_Sal,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Sales workers,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11742,Non-School Qualification: Level of Education by Occupation by Sex +G11743,M_PoDe_PoDe_NFD_MOD,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11743,Non-School Qualification: Level of Education by Occupation by Sex +G11744,M_PoDe_PoDe_NFD_Lab,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Labourers,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11744,Non-School Qualification: Level of Education by Occupation by Sex +G11745,M_PoDe_PoDe_NFD_IDNS,Males Postgraduate Degree Level Postgraduate Degree Level nfd Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11745,Non-School Qualification: Level of Education by Occupation by Sex +G11746,M_PoDe_PoDe_NFD_Tot,Males Postgraduate Degree Level Postgraduate Degree Level nfd Total,Tot_P_P|Tot_P_M|P_PoDe_PoDe_NFD_Tot,G49A,people,education|age_gender,Total|MALES,,11746,Non-School Qualification: Level of Education by Occupation by Sex +G11747,M_PoDe_DoctDe_Mng,Males Postgraduate Degree Level Doctoral Degree Level Occupation Managers,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11747,Non-School Qualification: Level of Education by Occupation by Sex +G11748,M_PoDe_DoctDe_Pro,Males Postgraduate Degree Level Doctoral Degree Level Occupation Professionals,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11748,Non-School Qualification: Level of Education by Occupation by Sex +G11749,M_PoDe_DoctDe_TTW,Males Postgraduate Degree Level Doctoral Degree Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11749,Non-School Qualification: Level of Education by Occupation by Sex +G11750,M_PoDe_DoctDe_CPS,Males Postgraduate Degree Level Doctoral Degree Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11750,Non-School Qualification: Level of Education by Occupation by Sex +G11751,M_PoDe_DoctDe_CA,Males Postgraduate Degree Level Doctoral Degree Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11751,Non-School Qualification: Level of Education by Occupation by Sex +G11752,M_PoDe_DoctDe_Sal,Males Postgraduate Degree Level Doctoral Degree Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11752,Non-School Qualification: Level of Education by Occupation by Sex +G11753,M_PoDe_DoctDe_MOD,Males Postgraduate Degree Level Doctoral Degree Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11753,Non-School Qualification: Level of Education by Occupation by Sex +G11754,M_PoDe_DoctDe_Lab,Males Postgraduate Degree Level Doctoral Degree Level Occupation Labourers,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11754,Non-School Qualification: Level of Education by Occupation by Sex +G11755,M_PoDe_DoctDe_IDNS,Males Postgraduate Degree Level Doctoral Degree Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11755,Non-School Qualification: Level of Education by Occupation by Sex +G11756,M_PoDe_DoctDe_Tot,Males Postgraduate Degree Level Doctoral Degree Level Total,Tot_P_P|Tot_P_M|P_PoDe_DoctDe_Tot,G49A,people,education|age_gender,Total|MALES,,11756,Non-School Qualification: Level of Education by Occupation by Sex +G11757,M_PoDe_MasDe_Mng,Males Postgraduate Degree Level Master Degree Level Occupation Managers,Tot_P_P|Tot_P_M|P_PoDe_MasDe_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11757,Non-School Qualification: Level of Education by Occupation by Sex +G11758,M_PoDe_MasDe_Pro,Males Postgraduate Degree Level Master Degree Level Occupation Professionals,Tot_P_P|Tot_P_M|P_PoDe_MasDe_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11758,Non-School Qualification: Level of Education by Occupation by Sex +G11759,M_PoDe_MasDe_TTW,Males Postgraduate Degree Level Master Degree Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_PoDe_MasDe_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11759,Non-School Qualification: Level of Education by Occupation by Sex +G11760,M_PoDe_MasDe_CPS,Males Postgraduate Degree Level Master Degree Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_PoDe_MasDe_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11760,Non-School Qualification: Level of Education by Occupation by Sex +G11761,M_PoDe_MasDe_CA,Males Postgraduate Degree Level Master Degree Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_PoDe_MasDe_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11761,Non-School Qualification: Level of Education by Occupation by Sex +G11762,M_PoDe_MasDe_Sal,Males Postgraduate Degree Level Master Degree Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_PoDe_MasDe_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11762,Non-School Qualification: Level of Education by Occupation by Sex +G11763,M_PoDe_MasDe_MOD,Males Postgraduate Degree Level Master Degree Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_PoDe_MasDe_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11763,Non-School Qualification: Level of Education by Occupation by Sex +G11764,M_PoDe_MasDe_Lab,Males Postgraduate Degree Level Master Degree Level Occupation Labourers,Tot_P_P|Tot_P_M|P_PoDe_MasDe_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11764,Non-School Qualification: Level of Education by Occupation by Sex +G11765,M_PoDe_MasDe_IDNS,Males Postgraduate Degree Level Master Degree Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_PoDe_MasDe_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11765,Non-School Qualification: Level of Education by Occupation by Sex +G11766,M_PoDe_MasDe_Tot,Males Postgraduate Degree Level Master Degree Level Total,Tot_P_P|Tot_P_M|P_PoDe_MasDe_Tot,G49A,people,education|age_gender,Total|MALES,,11766,Non-School Qualification: Level of Education by Occupation by Sex +G11767,M_GrDiGrCer_GrDiGrCerNFD_Mng,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Managers,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11767,Non-School Qualification: Level of Education by Occupation by Sex +G11768,M_GrDiGrCer_GrDiGrCerNFD_Pro,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Professionals,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11768,Non-School Qualification: Level of Education by Occupation by Sex +G11769,M_GrDiGrCer_GrDiGrCerNFD_TTW,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11769,Non-School Qualification: Level of Education by Occupation by Sex +G11770,M_GrDiGrCer_GrDiGrCerNFD_CPS,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11770,Non-School Qualification: Level of Education by Occupation by Sex +G11771,M_GrDiGrCer_GrDiGrCerNFD_CA,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11771,Non-School Qualification: Level of Education by Occupation by Sex +G11772,M_GrDiGrCer_GrDiGrCerNFD_Sal,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Sales workers,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11772,Non-School Qualification: Level of Education by Occupation by Sex +G11773,M_GrDiGrCer_GrDiGrCerNFD_MOD,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11773,Non-School Qualification: Level of Education by Occupation by Sex +G11774,M_GrDiGrCer_GrDiGrCerNFD_Lab,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Labourers,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11774,Non-School Qualification: Level of Education by Occupation by Sex +G11775,M_GrDiGrCer_GrDiGrCerNFD_IDNS,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11775,Non-School Qualification: Level of Education by Occupation by Sex +G11776,M_GrDiGrCer_GrDiGrCerNFD_Tot,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma and Graduate Certificate Level nfd Total,Tot_P_P|Tot_P_M|P_GrDiGrCer_GrDiGrCerNFD_Tot,G49A,people,education|age_gender,Total|MALES,,11776,Non-School Qualification: Level of Education by Occupation by Sex +G11777,M_GrDi_GrCer_GrDi_Mng,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Managers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11777,Non-School Qualification: Level of Education by Occupation by Sex +G11778,M_GrDi_GrCer_GrDi_Pro,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Professionals,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11778,Non-School Qualification: Level of Education by Occupation by Sex +G11779,M_GrDi_GrCer_GrDi_TTW,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11779,Non-School Qualification: Level of Education by Occupation by Sex +G11780,M_GrDi_GrCer_GrDi_CPS,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11780,Non-School Qualification: Level of Education by Occupation by Sex +G11781,M_GrDi_GrCer_GrDi_CA,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11781,Non-School Qualification: Level of Education by Occupation by Sex +G11782,M_GrDi_GrCer_GrDi_Sal,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11782,Non-School Qualification: Level of Education by Occupation by Sex +G11783,M_GrDi_GrCer_GrDi_MOD,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11783,Non-School Qualification: Level of Education by Occupation by Sex +G11784,M_GrDi_GrCer_GrDi_Lab,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Labourers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11784,Non-School Qualification: Level of Education by Occupation by Sex +G11785,M_GrDi_GrCer_GrDi_IDNS,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11785,Non-School Qualification: Level of Education by Occupation by Sex +G11786,M_GrDi_GrCer_GrDi_Tot,Males Graduate Diploma and Graduate Certificate Level Graduate Diploma Level Total,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GrDi_Tot,G49A,people,education|age_gender,Total|MALES,,11786,Non-School Qualification: Level of Education by Occupation by Sex +G11787,M_GrDi_GrCer_GradCer_Mng,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Managers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11787,Non-School Qualification: Level of Education by Occupation by Sex +G11788,M_GrDi_GrCer_GradCer_Pro,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Professionals,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11788,Non-School Qualification: Level of Education by Occupation by Sex +G11789,M_GrDi_GrCer_GradCer_TTW,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11789,Non-School Qualification: Level of Education by Occupation by Sex +G11790,M_GrDi_GrCer_GradCer_CPS,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11790,Non-School Qualification: Level of Education by Occupation by Sex +G11791,M_GrDi_GrCer_GradCer_CA,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11791,Non-School Qualification: Level of Education by Occupation by Sex +G11792,M_GrDi_GrCer_GradCer_Sal,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11792,Non-School Qualification: Level of Education by Occupation by Sex +G11793,M_GrDi_GrCer_GradCer_MOD,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11793,Non-School Qualification: Level of Education by Occupation by Sex +G11794,M_GrDi_GrCer_GradCer_Lab,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Labourers,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11794,Non-School Qualification: Level of Education by Occupation by Sex +G11795,M_GrDi_GrCer_GradCer_IDNS,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11795,Non-School Qualification: Level of Education by Occupation by Sex +G11796,M_GrDi_GrCer_GradCer_Tot,Males Graduate Diploma and Graduate Certificate Level Graduate Certificate Level Total,Tot_P_P|Tot_P_M|P_GrDi_GrCer_GradCer_Tot,G49A,people,education|age_gender,Total|MALES,,11796,Non-School Qualification: Level of Education by Occupation by Sex +G11797,M_BaDe_BaDe_Mng,Males Bachelor Degree Level Bachelor Degree Level Occupation Managers,Tot_P_P|Tot_P_M|P_BaDe_BaDe_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11797,Non-School Qualification: Level of Education by Occupation by Sex +G11798,M_BaDe_BaDe_Pro,Males Bachelor Degree Level Bachelor Degree Level Occupation Professionals,Tot_P_P|Tot_P_M|P_BaDe_BaDe_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11798,Non-School Qualification: Level of Education by Occupation by Sex +G11799,M_BaDe_BaDe_TTW,Males Bachelor Degree Level Bachelor Degree Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_BaDe_BaDe_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11799,Non-School Qualification: Level of Education by Occupation by Sex +G11800,M_BaDe_BaDe_CPS,Males Bachelor Degree Level Bachelor Degree Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_BaDe_BaDe_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11800,Non-School Qualification: Level of Education by Occupation by Sex +G11801,M_BaDe_BaDe_CA,Males Bachelor Degree Level Bachelor Degree Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_BaDe_BaDe_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11801,Non-School Qualification: Level of Education by Occupation by Sex +G11802,M_BaDe_BaDe_Sal,Males Bachelor Degree Level Bachelor Degree Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_BaDe_BaDe_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11802,Non-School Qualification: Level of Education by Occupation by Sex +G11803,M_BaDe_BaDe_MOD,Males Bachelor Degree Level Bachelor Degree Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_BaDe_BaDe_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11803,Non-School Qualification: Level of Education by Occupation by Sex +G11804,M_BaDe_BaDe_Lab,Males Bachelor Degree Level Bachelor Degree Level Occupation Labourers,Tot_P_P|Tot_P_M|P_BaDe_BaDe_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11804,Non-School Qualification: Level of Education by Occupation by Sex +G11805,M_BaDe_BaDe_IDNS,Males Bachelor Degree Level Bachelor Degree Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_BaDe_BaDe_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11805,Non-School Qualification: Level of Education by Occupation by Sex +G11806,M_BaDe_BaDe_Tot,Males Bachelor Degree Level Bachelor Degree Level Total,Tot_P_P|Tot_P_M|P_BaDe_BaDe_Tot,G49A,people,education|age_gender,Total|MALES,,11806,Non-School Qualification: Level of Education by Occupation by Sex +G11807,M_AdvDi_Di_AdvDi_Di_NFD_Mng,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Managers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11807,Non-School Qualification: Level of Education by Occupation by Sex +G11808,M_AdvDi_Di_AdvDi_Di_NFD_Pro,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Professionals,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11808,Non-School Qualification: Level of Education by Occupation by Sex +G11809,M_AdvDi_Di_AdvDi_Di_NFD_TTW,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11809,Non-School Qualification: Level of Education by Occupation by Sex +G11810,M_AdvDi_Di_AdvDi_Di_NFD_CPS,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11810,Non-School Qualification: Level of Education by Occupation by Sex +G11811,M_AdvDi_Di_AdvDi_Di_NFD_CA,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11811,Non-School Qualification: Level of Education by Occupation by Sex +G11812,M_AdvDi_Di_AdvDi_Di_NFD_Sal,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Sales workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11812,Non-School Qualification: Level of Education by Occupation by Sex +G11813,M_AdvDi_Di_AdvDi_Di_NFD_MOD,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11813,Non-School Qualification: Level of Education by Occupation by Sex +G11814,M_AdvDi_Di_AdvDi_Di_NFD_Lab,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Labourers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11814,Non-School Qualification: Level of Education by Occupation by Sex +G11815,M_AdvDi_Di_AdvDi_Di_NFD_IDNS,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11815,Non-School Qualification: Level of Education by Occupation by Sex +G11816,M_AdvDi_Di_AdvDi_Di_NFD_Tot,Males Advanced Diploma and Diploma Level Advanced Diploma and Diploma Level nfd Total,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_Di_NFD_Tot,G49A,people,education|age_gender,Total|MALES,,11816,Non-School Qualification: Level of Education by Occupation by Sex +G11817,M_AdvDi_Di_AdvDi_AsDe_Mng,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Managers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11817,Non-School Qualification: Level of Education by Occupation by Sex +G11818,M_AdvDi_Di_AdvDi_AsDe_Pro,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Professionals,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11818,Non-School Qualification: Level of Education by Occupation by Sex +G11819,M_AdvDi_Di_AdvDi_AsDe_TTW,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11819,Non-School Qualification: Level of Education by Occupation by Sex +G11820,M_AdvDi_Di_AdvDi_AsDe_CPS,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11820,Non-School Qualification: Level of Education by Occupation by Sex +G11821,M_AdvDi_Di_AdvDi_AsDe_CA,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11821,Non-School Qualification: Level of Education by Occupation by Sex +G11822,M_AdvDi_Di_AdvDi_AsDe_Sal,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11822,Non-School Qualification: Level of Education by Occupation by Sex +G11823,M_AdvDi_Di_AdvDi_AsDe_MOD,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11823,Non-School Qualification: Level of Education by Occupation by Sex +G11824,M_AdvDi_Di_AdvDi_AsDe_Lab,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Labourers,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11824,Non-School Qualification: Level of Education by Occupation by Sex +G11825,M_AdvDi_Di_AdvDi_AsDe_IDNS,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11825,Non-School Qualification: Level of Education by Occupation by Sex +G11826,M_AdvDi_Di_AdvDi_AsDe_Tot,Males Advanced Diploma and Diploma Level Advanced Diploma and Associate Degree Level Total,Tot_P_P|Tot_P_M|P_AdvDi_Di_AdvDi_AsDe_Tot,G49A,people,education|age_gender,Total|MALES,,11826,Non-School Qualification: Level of Education by Occupation by Sex +G11827,M_AdvDi_Di_Dip_Mng,Males Advanced Diploma and Diploma Level Diploma Level Occupation Managers,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11827,Non-School Qualification: Level of Education by Occupation by Sex +G11828,M_AdvDi_Di_Dip_Pro,Males Advanced Diploma and Diploma Level Diploma Level Occupation Professionals,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11828,Non-School Qualification: Level of Education by Occupation by Sex +G11829,M_AdvDi_Di_Dip_TTW,Males Advanced Diploma and Diploma Level Diploma Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11829,Non-School Qualification: Level of Education by Occupation by Sex +G11830,M_AdvDi_Di_Dip_CPS,Males Advanced Diploma and Diploma Level Diploma Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11830,Non-School Qualification: Level of Education by Occupation by Sex +G11831,M_AdvDi_Di_Dip_CA,Males Advanced Diploma and Diploma Level Diploma Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11831,Non-School Qualification: Level of Education by Occupation by Sex +G11832,M_AdvDi_Di_Dip_Sal,Males Advanced Diploma and Diploma Level Diploma Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11832,Non-School Qualification: Level of Education by Occupation by Sex +G11833,M_AdvDi_Di_Dip_MOD,Males Advanced Diploma and Diploma Level Diploma Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11833,Non-School Qualification: Level of Education by Occupation by Sex +G11834,M_AdvDi_Di_Dip_Lab,Males Advanced Diploma and Diploma Level Diploma Level Occupation Labourers,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11834,Non-School Qualification: Level of Education by Occupation by Sex +G11835,M_AdvDi_Di_Dip_IDNS,Males Advanced Diploma and Diploma Level Diploma Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11835,Non-School Qualification: Level of Education by Occupation by Sex +G11836,M_AdvDi_Di_Dip_Tot,Males Advanced Diploma and Diploma Level Diploma Level Total,Tot_P_P|Tot_P_M|P_AdvDi_Di_Dip_Tot,G49A,people,education|age_gender,Total|MALES,,11836,Non-School Qualification: Level of Education by Occupation by Sex +G11837,M_Cert_CertIII_IV_Mng,Males Certificate Level Certificate III and IV Level Occupation Managers,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11837,Non-School Qualification: Level of Education by Occupation by Sex +G11838,M_Cert_CertIII_IV_Pro,Males Certificate Level Certificate III and IV Level Occupation Professionals,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11838,Non-School Qualification: Level of Education by Occupation by Sex +G11839,M_Cert_CertIII_IV_TTW,Males Certificate Level Certificate III and IV Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11839,Non-School Qualification: Level of Education by Occupation by Sex +G11840,M_Cert_CertIII_IV_CPS,Males Certificate Level Certificate III and IV Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11840,Non-School Qualification: Level of Education by Occupation by Sex +G11841,M_Cert_CertIII_IV_CA,Males Certificate Level Certificate III and IV Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11841,Non-School Qualification: Level of Education by Occupation by Sex +G11842,M_Cert_CertIII_IV_Sal,Males Certificate Level Certificate III and IV Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11842,Non-School Qualification: Level of Education by Occupation by Sex +G11843,M_Cert_CertIII_IV_MOD,Males Certificate Level Certificate III and IV Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11843,Non-School Qualification: Level of Education by Occupation by Sex +G11844,M_Cert_CertIII_IV_Lab,Males Certificate Level Certificate III and IV Level Occupation Labourers,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11844,Non-School Qualification: Level of Education by Occupation by Sex +G11845,M_Cert_CertIII_IV_IDNS,Males Certificate Level Certificate III and IV Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11845,Non-School Qualification: Level of Education by Occupation by Sex +G11846,M_Cert_CertIII_IV_Tot,Males Certificate Level Certificate III and IV Level Total,Tot_P_P|Tot_P_M|P_Cert_CertIII_IV_Tot,G49A,people,education|age_gender,Total|MALES,,11846,Non-School Qualification: Level of Education by Occupation by Sex +G11847,M_Cert_CertI_II_Mng,Males Certificate Level Certificate I and II Level Occupation Managers,Tot_P_P|Tot_P_M|P_Cert_CertI_II_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11847,Non-School Qualification: Level of Education by Occupation by Sex +G11848,M_Cert_CertI_II_Pro,Males Certificate Level Certificate I and II Level Occupation Professionals,Tot_P_P|Tot_P_M|P_Cert_CertI_II_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11848,Non-School Qualification: Level of Education by Occupation by Sex +G11849,M_Cert_CertI_II_TTW,Males Certificate Level Certificate I and II Level Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_Cert_CertI_II_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11849,Non-School Qualification: Level of Education by Occupation by Sex +G11850,M_Cert_CertI_II_CPS,Males Certificate Level Certificate I and II Level Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_Cert_CertI_II_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11850,Non-School Qualification: Level of Education by Occupation by Sex +G11851,M_Cert_CertI_II_CA,Males Certificate Level Certificate I and II Level Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_Cert_CertI_II_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11851,Non-School Qualification: Level of Education by Occupation by Sex +G11852,M_Cert_CertI_II_Sal,Males Certificate Level Certificate I and II Level Occupation Sales workers,Tot_P_P|Tot_P_M|P_Cert_CertI_II_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11852,Non-School Qualification: Level of Education by Occupation by Sex +G11853,M_Cert_CertI_II_MOD,Males Certificate Level Certificate I and II Level Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_Cert_CertI_II_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11853,Non-School Qualification: Level of Education by Occupation by Sex +G11854,M_Cert_CertI_II_Lab,Males Certificate Level Certificate I and II Level Occupation Labourers,Tot_P_P|Tot_P_M|P_Cert_CertI_II_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11854,Non-School Qualification: Level of Education by Occupation by Sex +G11855,M_Cert_CertI_II_IDNS,Males Certificate Level Certificate I and II Level Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Cert_CertI_II_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11855,Non-School Qualification: Level of Education by Occupation by Sex +G11856,M_Cert_CertI_II_Tot,Males Certificate Level Certificate I and II Level Total,Tot_P_P|Tot_P_M|P_Cert_CertI_II_Tot,G49A,people,education|age_gender,Total|MALES,,11856,Non-School Qualification: Level of Education by Occupation by Sex +G11857,M_Cert_Cert_nfd_Mng,Males Certificate Level Certificate Level nfd Occupation Managers,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11857,Non-School Qualification: Level of Education by Occupation by Sex +G11858,M_Cert_Cert_nfd_Pro,Males Certificate Level Certificate Level nfd Occupation Professionals,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11858,Non-School Qualification: Level of Education by Occupation by Sex +G11859,M_Cert_Cert_nfd_TTW,Males Certificate Level Certificate Level nfd Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11859,Non-School Qualification: Level of Education by Occupation by Sex +G11860,M_Cert_Cert_nfd_CPS,Males Certificate Level Certificate Level nfd Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11860,Non-School Qualification: Level of Education by Occupation by Sex +G11861,M_Cert_Cert_nfd_CA,Males Certificate Level Certificate Level nfd Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11861,Non-School Qualification: Level of Education by Occupation by Sex +G11862,M_Cert_Cert_nfd_Sal,Males Certificate Level Certificate Level nfd Occupation Sales workers,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11862,Non-School Qualification: Level of Education by Occupation by Sex +G11863,M_Cert_Cert_nfd_MOD,Males Certificate Level Certificate Level nfd Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11863,Non-School Qualification: Level of Education by Occupation by Sex +G11864,M_Cert_Cert_nfd_Lab,Males Certificate Level Certificate Level nfd Occupation Labourers,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11864,Non-School Qualification: Level of Education by Occupation by Sex +G11865,M_Cert_Cert_nfd_IDNS,Males Certificate Level Certificate Level nfd Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11865,Non-School Qualification: Level of Education by Occupation by Sex +G11866,M_Cert_Cert_nfd_Tot,Males Certificate Level Certificate Level nfd Total,Tot_P_P|Tot_P_M|P_Cert_Cert_nfd_Tot,G49A,people,education|age_gender,Total|MALES,,11866,Non-School Qualification: Level of Education by Occupation by Sex +G11867,M_LE_ID_Mng,Males Level of education inadequately described Occupation Managers,Tot_P_P|Tot_P_M|P_LE_ID_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11867,Non-School Qualification: Level of Education by Occupation by Sex +G11868,M_LE_ID_Pro,Males Level of education inadequately described Occupation Professionals,Tot_P_P|Tot_P_M|P_LE_ID_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11868,Non-School Qualification: Level of Education by Occupation by Sex +G11869,M_LE_ID_TTW,Males Level of education inadequately described Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_LE_ID_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11869,Non-School Qualification: Level of Education by Occupation by Sex +G11870,M_LE_ID_CPS,Males Level of education inadequately described Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_LE_ID_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11870,Non-School Qualification: Level of Education by Occupation by Sex +G11871,M_LE_ID_CA,Males Level of education inadequately described Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_LE_ID_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11871,Non-School Qualification: Level of Education by Occupation by Sex +G11872,M_LE_ID_Sal,Males Level of education inadequately described Occupation Sales workers,Tot_P_P|Tot_P_M|P_LE_ID_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11872,Non-School Qualification: Level of Education by Occupation by Sex +G11873,M_LE_ID_MOD,Males Level of education inadequately described Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_LE_ID_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11873,Non-School Qualification: Level of Education by Occupation by Sex +G11874,M_LE_ID_Lab,Males Level of education inadequately described Occupation Labourers,Tot_P_P|Tot_P_M|P_LE_ID_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11874,Non-School Qualification: Level of Education by Occupation by Sex +G11875,M_LE_ID_IDNS,Males Level of education inadequately described Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_LE_ID_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11875,Non-School Qualification: Level of Education by Occupation by Sex +G11876,M_LE_ID_Tot,Males Level of education inadequately described Total,Tot_P_P|Tot_P_M|P_LE_ID_Tot,G49A,people,education|age_gender,Total|MALES,,11876,Non-School Qualification: Level of Education by Occupation by Sex +G11877,M_LE_NS_Mng,Males Level of education not stated Occupation Managers,Tot_P_P|Tot_P_M|P_LE_NS_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11877,Non-School Qualification: Level of Education by Occupation by Sex +G11878,M_LE_NS_Pro,Males Level of education not stated Occupation Professionals,Tot_P_P|Tot_P_M|P_LE_NS_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11878,Non-School Qualification: Level of Education by Occupation by Sex +G11879,M_LE_NS_TTW,Males Level of education not stated Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_LE_NS_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11879,Non-School Qualification: Level of Education by Occupation by Sex +G11880,M_LE_NS_CPS,Males Level of education not stated Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_LE_NS_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11880,Non-School Qualification: Level of Education by Occupation by Sex +G11881,M_LE_NS_CA,Males Level of education not stated Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_LE_NS_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11881,Non-School Qualification: Level of Education by Occupation by Sex +G11882,M_LE_NS_Sal,Males Level of education not stated Occupation Sales workers,Tot_P_P|Tot_P_M|P_LE_NS_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11882,Non-School Qualification: Level of Education by Occupation by Sex +G11883,M_LE_NS_MOD,Males Level of education not stated Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_LE_NS_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11883,Non-School Qualification: Level of Education by Occupation by Sex +G11884,M_LE_NS_Lab,Males Level of education not stated Occupation Labourers,Tot_P_P|Tot_P_M|P_LE_NS_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11884,Non-School Qualification: Level of Education by Occupation by Sex +G11885,M_LE_NS_IDNS,Males Level of education not stated Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_LE_NS_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11885,Non-School Qualification: Level of Education by Occupation by Sex +G11886,M_LE_NS_Tot,Males Level of education not stated Total,Tot_P_P|Tot_P_M|P_LE_NS_Tot,G49A,people,education|age_gender,Total|MALES,,11886,Non-School Qualification: Level of Education by Occupation by Sex +G11887,M_Tot_Mng,Males Total Occupation Managers,Tot_P_P|Tot_P_M|P_Tot_Mng,G49A,people,education|age_gender,Occupation: Managers|MALES,,11887,Non-School Qualification: Level of Education by Occupation by Sex +G11888,M_Tot_Pro,Males Total Occupation Professionals,Tot_P_P|Tot_P_M|P_Tot_Pro,G49A,people,education|age_gender,Occupation: Professionals|MALES,,11888,Non-School Qualification: Level of Education by Occupation by Sex +G11889,M_Tot_TTW,Males Total Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_Tot_TTW,G49A,people,education|age_gender,Occupation: Technicians & trades workers|MALES,,11889,Non-School Qualification: Level of Education by Occupation by Sex +G11890,M_Tot_CPS,Males Total Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_Tot_CPS,G49A,people,education|age_gender,Occupation: Community & personal service workers|MALES,,11890,Non-School Qualification: Level of Education by Occupation by Sex +G11891,M_Tot_CA,Males Total Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_Tot_CA,G49A,people,education|age_gender,Occupation: Clerical & administrative workers|MALES,,11891,Non-School Qualification: Level of Education by Occupation by Sex +G11892,M_Tot_Sal,Males Total Occupation Sales workers,Tot_P_P|Tot_P_M|P_Tot_Sal,G49A,people,education|age_gender,Occupation: Sales workers|MALES,,11892,Non-School Qualification: Level of Education by Occupation by Sex +G11893,M_Tot_MOD,Males Total Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_Tot_MOD,G49A,people,education|age_gender,Occupation: Machinery operators & drivers|MALES,,11893,Non-School Qualification: Level of Education by Occupation by Sex +G11894,M_Tot_Lab,Males Total Occupation Labourers,Tot_P_P|Tot_P_M|P_Tot_Lab,G49A,people,education|age_gender,Occupation: Labourers|MALES,,11894,Non-School Qualification: Level of Education by Occupation by Sex +G11895,M_Tot_IDNS,Males Total Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Tot_IDNS,G49A,people,education|age_gender,Occupation: Inadequately described/ Not stated|MALES,,11895,Non-School Qualification: Level of Education by Occupation by Sex +G11896,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G49A,people,education|age_gender,Total|MALES,,11896,Non-School Qualification: Level of Education by Occupation by Sex +G12217,M_AgriForestFish_PD,Males Agriculture forestry and fishing Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_AgriForestFish_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12217,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12218,M_AgriForestFish_GD_GC,Males Agriculture forestry and fishing Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_AgriForestFish_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12218,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12219,M_AgriForestFish_BD,Males Agriculture forestry and fishing Bachelor Degree Level,Tot_P_P|Tot_P_M|P_AgriForestFish_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12219,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12220,M_AgriForestFish_AdD_D,Males Agriculture forestry and fishing Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_AgriForestFish_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12220,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12221,M_AgriForestFish_Cert,Males Agriculture forestry and fishing Certificate Level,Tot_P_P|Tot_P_M|P_AgriForestFish_Cert,G50A,people,education|age_gender,Certificate|MALES,,12221,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12222,M_AgriForestFish_ID_NS,Males Agriculture forestry and fishing Inadequately described Not stated,Tot_P_P|Tot_P_M|P_AgriForestFish_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12222,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12223,M_AgriForestFish_ToT,Males Agriculture forestry and fishing Total,Tot_P_P|Tot_P_M|P_AgriForestFish_ToT,G50A,people,education|age_gender,Total|MALES,,12223,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12224,M_Min_PD,Males Mining Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_Min_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12224,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12225,M_Min_GD_GC,Males Mining Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_Min_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12225,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12226,M_Min_BD,Males Mining Bachelor Degree Level,Tot_P_P|Tot_P_M|P_Min_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12226,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12227,M_Min_AdD_D,Males Mining Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_Min_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12227,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12228,M_Min_Cert,Males Mining Certificate Level,Tot_P_P|Tot_P_M|P_Min_Cert,G50A,people,education|age_gender,Certificate|MALES,,12228,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12229,M_Min_ID_NS,Males Mining Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Min_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12229,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12230,M_Min_ToT,Males Mining Total,Tot_P_P|Tot_P_M|P_Min_ToT,G50A,people,education|age_gender,Total|MALES,,12230,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12231,M_Mnfg_PD,Males Manufacturing Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_Mnfg_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12231,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12232,M_Mnfg_GD_GC,Males Manufacturing Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_Mnfg_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12232,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12233,M_Mnfg_BD,Males Manufacturing Bachelor Degree Level,Tot_P_P|Tot_P_M|P_Mnfg_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12233,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12234,M_Mnfg_AdD_D,Males Manufacturing Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_Mnfg_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12234,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12235,M_Mnfg_Cert,Males Manufacturing Certificate Level,Tot_P_P|Tot_P_M|P_Mnfg_Cert,G50A,people,education|age_gender,Certificate|MALES,,12235,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12236,M_Mnfg_ID_NS,Males Manufacturing Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Mnfg_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12236,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12237,M_Mnfg_ToT,Males Manufacturing Total,Tot_P_P|Tot_P_M|P_Mnfg_ToT,G50A,people,education|age_gender,Total|MALES,,12237,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12238,M_EGW_WS_PD,Males Electricity gas water and waste services Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_EGW_WS_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12238,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12239,M_EGW_WS_GD_GC,Males Electricity gas water and waste services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_EGW_WS_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12239,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12240,M_EGW_WS_BD,Males Electricity gas water and waste services Bachelor Degree Level,Tot_P_P|Tot_P_M|P_EGW_WS_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12240,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12241,M_EGW_WS_AdD_D,Males Electricity gas water and waste services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_EGW_WS_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12241,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12242,M_EGW_WS_Cert,Males Electricity gas water and waste services Certificate Level,Tot_P_P|Tot_P_M|P_EGW_WS_Cert,G50A,people,education|age_gender,Certificate|MALES,,12242,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12243,M_EGW_WS_ID_NS,Males Electricity gas water and waste services Inadequately described Not stated,Tot_P_P|Tot_P_M|P_EGW_WS_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12243,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12244,M_EGW_WS_ToT,Males Electricity gas water and waste services Total,Tot_P_P|Tot_P_M|P_EGW_WS_ToT,G50A,people,education|age_gender,Total|MALES,,12244,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12245,M_Cnstn_PD,Males Construction Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_Cnstn_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12245,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12246,M_Cnstn_GD_GC,Males Construction Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_Cnstn_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12246,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12247,M_Cnstn_BD,Males Construction Bachelor Degree Level,Tot_P_P|Tot_P_M|P_Cnstn_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12247,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12248,M_Cnstn_AdD_D,Males Construction Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_Cnstn_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12248,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12249,M_Cnstn_Cert,Males Construction Certificate Level,Tot_P_P|Tot_P_M|P_Cnstn_Cert,G50A,people,education|age_gender,Certificate|MALES,,12249,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12250,M_Cnstn_ID_NS,Males Construction Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Cnstn_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12250,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12251,M_Cnstn_ToT,Males Construction Total,Tot_P_P|Tot_P_M|P_Cnstn_ToT,G50A,people,education|age_gender,Total|MALES,,12251,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12252,M_WTrade_PD,Males Wholesale trade Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_WTrade_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12252,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12253,M_WTrade_GD_GC,Males Wholesale trade Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_WTrade_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12253,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12254,M_WTrade_BD,Males Wholesale trade Bachelor Degree Level,Tot_P_P|Tot_P_M|P_WTrade_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12254,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12255,M_WTrade_AdD_D,Males Wholesale trade Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_WTrade_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12255,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12256,M_WTrade_Cert,Males Wholesale trade Certificate Level,Tot_P_P|Tot_P_M|P_WTrade_Cert,G50A,people,education|age_gender,Certificate|MALES,,12256,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12257,M_WTrade_ID_NS,Males Wholesale trade Inadequately described Not stated,Tot_P_P|Tot_P_M|P_WTrade_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12257,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12258,M_WTrade_ToT,Males Wholesale trade Total,Tot_P_P|Tot_P_M|P_WTrade_ToT,G50A,people,education|age_gender,Total|MALES,,12258,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12259,M_RTrade_PD,Males Retail trade Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_RTrade_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12259,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12260,M_RTrade_GD_GC,Males Retail trade Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_RTrade_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12260,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12261,M_RTrade_BD,Males Retail trade Bachelor Degree Level,Tot_P_P|Tot_P_M|P_RTrade_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12261,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12262,M_RTrade_AdD_D,Males Retail trade Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_RTrade_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12262,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12263,M_RTrade_Cert,Males Retail trade Certificate Level,Tot_P_P|Tot_P_M|P_RTrade_Cert,G50A,people,education|age_gender,Certificate|MALES,,12263,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12264,M_RTrade_ID_NS,Males Retail trade Inadequately described Not stated,Tot_P_P|Tot_P_M|P_RTrade_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12264,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12265,M_RTrade_ToT,Males Retail trade Total,Tot_P_P|Tot_P_M|P_RTrade_ToT,G50A,people,education|age_gender,Total|MALES,,12265,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12266,M_AccomFoodS_PD,Males Accommodation and food services Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_AccomFoodS_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12266,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12267,M_AccomFoodS_GD_GC,Males Accommodation and food services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_AccomFoodS_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12267,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12268,M_AccomFoodS_BD,Males Accommodation and food services Bachelor Degree Level,Tot_P_P|Tot_P_M|P_AccomFoodS_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12268,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12269,M_AccomFoodS_AdD_D,Males Accommodation and food services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_AccomFoodS_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12269,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12270,M_AccomFoodS_Cert,Males Accommodation and food services Certificate Level,Tot_P_P|Tot_P_M|P_AccomFoodS_Cert,G50A,people,education|age_gender,Certificate|MALES,,12270,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12271,M_AccomFoodS_ID_NS,Males Accommodation and food services Inadequately described Not stated,Tot_P_P|Tot_P_M|P_AccomFoodS_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12271,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12272,M_AccomFoodS_ToT,Males Accommodation and food services Total,Tot_P_P|Tot_P_M|P_AccomFoodS_ToT,G50A,people,education|age_gender,Total|MALES,,12272,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12273,M_TransPostWhse_PD,Males Transport postal and warehousing Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_TransPostWhse_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12273,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12274,M_TransPostWhse_GD_GC,Males Transport postal and warehousing Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_TransPostWhse_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12274,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12275,M_TransPostWhse_BD,Males Transport postal and warehousing Bachelor Degree Level,Tot_P_P|Tot_P_M|P_TransPostWhse_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12275,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12276,M_TransPostWhse_AdD_D,Males Transport postal and warehousing Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_TransPostWhse_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12276,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12277,M_TransPostWhse_Cert,Males Transport postal and warehousing Certificate Level,Tot_P_P|Tot_P_M|P_TransPostWhse_Cert,G50A,people,education|age_gender,Certificate|MALES,,12277,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12278,M_TransPostWhse_ID_NS,Males Transport postal and warehousing Inadequately described Not stated,Tot_P_P|Tot_P_M|P_TransPostWhse_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12278,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12279,M_TransPostWhse_ToT,Males Transport postal and warehousing Total,Tot_P_P|Tot_P_M|P_TransPostWhse_ToT,G50A,people,education|age_gender,Total|MALES,,12279,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12280,M_InfoMedTelecom_PD,Males Information media and telecommunications Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_InfoMedTelecom_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12280,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12281,M_InfoMedTelecom_GD_GC,Males Information media and telecommunications Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_InfoMedTelecom_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12281,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12282,M_InfoMedTelecom_BD,Males Information media and telecommunications Bachelor Degree Level,Tot_P_P|Tot_P_M|P_InfoMedTelecom_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12282,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12283,M_InfoMedTelecom_AdD_D,Males Information media and telecommunications Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_InfoMedTelecom_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12283,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12284,M_InfoMedTelecom_Cert,Males Information media and telecommunications Certificate Level,Tot_P_P|Tot_P_M|P_InfoMedTelecom_Cert,G50A,people,education|age_gender,Certificate|MALES,,12284,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12285,M_InfoMedTelecom_ID_NS,Males Information media and telecommunications Inadequately described Not stated,Tot_P_P|Tot_P_M|P_InfoMedTelecom_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12285,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12286,M_InfoMedTelecom_ToT,Males Information media and telecommunications Total,Tot_P_P|Tot_P_M|P_InfoMedTelecom_ToT,G50A,people,education|age_gender,Total|MALES,,12286,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12287,M_FinInsurS_PD,Males Financial and insurance services Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_FinInsurS_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12287,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12288,M_FinInsurS_GD_GC,Males Financial and insurance services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_FinInsurS_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12288,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12289,M_FinInsurS_BD,Males Financial and insurance services Bachelor Degree Level,Tot_P_P|Tot_P_M|P_FinInsurS_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12289,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12290,M_FinInsurS_AdD_D,Males Financial and insurance services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_FinInsurS_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12290,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12291,M_FinInsurS_Cert,Males Financial and insurance services Certificate Level,Tot_P_P|Tot_P_M|P_FinInsurS_Cert,G50A,people,education|age_gender,Certificate|MALES,,12291,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12292,M_FinInsurS_ID_NS,Males Financial and insurance services Inadequately described Not stated,Tot_P_P|Tot_P_M|P_FinInsurS_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12292,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12293,M_FinInsurS_ToT,Males Financial and insurance services Total,Tot_P_P|Tot_P_M|P_FinInsurS_ToT,G50A,people,education|age_gender,Total|MALES,,12293,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12294,M_RentHirREserv_PD,Males Rental hiring and real estate services Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_RentHirREserv_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12294,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12295,M_RentHirREserv_GD_GC,Males Rental hiring and real estate services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_RentHirREserv_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12295,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12296,M_RentHirREserv_BD,Males Rental hiring and real estate services Bachelor Degree Level,Tot_P_P|Tot_P_M|P_RentHirREserv_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12296,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12297,M_RentHirREserv_AdD_D,Males Rental hiring and real estate services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_RentHirREserv_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12297,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12298,M_RentHirREserv_Cert,Males Rental hiring and real estate services Certificate Level,Tot_P_P|Tot_P_M|P_RentHirREserv_Cert,G50A,people,education|age_gender,Certificate|MALES,,12298,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12299,M_RentHirREserv_ID_NS,Males Rental hiring and real estate services Inadequately described Not stated,Tot_P_P|Tot_P_M|P_RentHirREserv_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12299,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12300,M_RentHirREserv_ToT,Males Rental hiring and real estate services Total,Tot_P_P|Tot_P_M|P_RentHirREserv_ToT,G50A,people,education|age_gender,Total|MALES,,12300,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12301,M_ProScieTechServ_PD,Males Professional scientific and technical services Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_ProScieTechServ_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12301,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12302,M_ProScieTechServ_GD_GC,Males Professional scientific and technical services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_ProScieTechServ_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12302,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12303,M_ProScieTechServ_BD,Males Professional scientific and technical services Bachelor Degree Level,Tot_P_P|Tot_P_M|P_ProScieTechServ_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12303,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12304,M_ProScieTechServ_AdD_D,Males Professional scientific and technical services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_ProScieTechServ_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12304,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12305,M_ProScieTechServ_Cert,Males Professional scientific and technical services Certificate Level,Tot_P_P|Tot_P_M|P_ProScieTechServ_Cert,G50A,people,education|age_gender,Certificate|MALES,,12305,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12306,M_ProScieTechServ_ID_NS,Males Professional scientific and technical services Inadequately described Not stated,Tot_P_P|Tot_P_M|P_ProScieTechServ_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12306,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12307,M_ProScieTechServ_ToT,Males Professional scientific and technical services Total,Tot_P_P|Tot_P_M|P_ProScieTechServ_ToT,G50A,people,education|age_gender,Total|MALES,,12307,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12308,M_AdminSupServ_PD,Males Administrative and support services Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_AdminSupServ_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12308,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12309,M_AdminSupServ_GD_GC,Males Administrative and support services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_AdminSupServ_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12309,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12310,M_AdminSupServ_BD,Males Administrative and support services Bachelor Degree Level,Tot_P_P|Tot_P_M|P_AdminSupServ_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12310,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12311,M_AdminSupServ_AdD_D,Males Administrative and support services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_AdminSupServ_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12311,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12312,M_AdminSupServ_Cert,Males Administrative and support services Certificate Level,Tot_P_P|Tot_P_M|P_AdminSupServ_Cert,G50A,people,education|age_gender,Certificate|MALES,,12312,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12313,M_AdminSupServ_ID_NS,Males Administrative and support services Inadequately described Not stated,Tot_P_P|Tot_P_M|P_AdminSupServ_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12313,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12314,M_AdminSupServ_ToT,Males Administrative and support services Total,Tot_P_P|Tot_P_M|P_AdminSupServ_ToT,G50A,people,education|age_gender,Total|MALES,,12314,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12315,M_PubAdmiSafety_PD,Males Public administration and safety Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_PubAdmiSafety_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12315,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12316,M_PubAdmiSafety_GD_GC,Males Public administration and safety Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_PubAdmiSafety_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12316,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12317,M_PubAdmiSafety_BD,Males Public administration and safety Bachelor Degree Level,Tot_P_P|Tot_P_M|P_PubAdmiSafety_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12317,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12318,M_PubAdmiSafety_AdD_D,Males Public administration and safety Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_PubAdmiSafety_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12318,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12319,M_PubAdmiSafety_Cert,Males Public administration and safety Certificate Level,Tot_P_P|Tot_P_M|P_PubAdmiSafety_Cert,G50A,people,education|age_gender,Certificate|MALES,,12319,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12320,M_PubAdmiSafety_ID_NS,Males Public administration and safety Inadequately described Not stated,Tot_P_P|Tot_P_M|P_PubAdmiSafety_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12320,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12321,M_PubAdmiSafety_ToT,Males Public administration and safety Total,Tot_P_P|Tot_P_M|P_PubAdmiSafety_ToT,G50A,people,education|age_gender,Total|MALES,,12321,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12322,M_EducTrain_PD,Males Education and training Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_EducTrain_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12322,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12323,M_EducTrain_GD_GC,Males Education and training Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_EducTrain_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12323,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12324,M_EducTrain_BD,Males Education and training Bachelor Degree Level,Tot_P_P|Tot_P_M|P_EducTrain_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12324,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12325,M_EducTrain_AdD_D,Males Education and training Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_EducTrain_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12325,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12326,M_EducTrain_Cert,Males Education and training Certificate Level,Tot_P_P|Tot_P_M|P_EducTrain_Cert,G50A,people,education|age_gender,Certificate|MALES,,12326,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12327,M_EducTrain_ID_NS,Males Education and training Inadequately described Not stated,Tot_P_P|Tot_P_M|P_EducTrain_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12327,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12328,M_EducTrain_ToT,Males Education and training Total,Tot_P_P|Tot_P_M|P_EducTrain_ToT,G50A,people,education|age_gender,Total|MALES,,12328,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12329,M_HealthCareSocA_PD,Males Health care and social assistance Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_HealthCareSocA_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12329,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12330,M_HealthCareSocA_GD_GC,Males Health care and social assistance Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_HealthCareSocA_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12330,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12331,M_HealthCareSocA_BD,Males Health care and social assistance Bachelor Degree Level,Tot_P_P|Tot_P_M|P_HealthCareSocA_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12331,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12332,M_HealthCareSocA_AdD_D,Males Health care and social assistance Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_HealthCareSocA_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12332,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12333,M_HealthCareSocA_Cert,Males Health care and social assistance Certificate Level,Tot_P_P|Tot_P_M|P_HealthCareSocA_Cert,G50A,people,education|age_gender,Certificate|MALES,,12333,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12334,M_HealthCareSocA_ID_NS,Males Health care and social assistance Inadequately described Not stated,Tot_P_P|Tot_P_M|P_HealthCareSocA_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12334,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12335,M_HealthCareSocA_ToT,Males Health care and social assistance Total,Tot_P_P|Tot_P_M|P_HealthCareSocA_ToT,G50A,people,education|age_gender,Total|MALES,,12335,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12336,M_ArtRecServ_PD,Males Arts and recreation services Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_ArtRecServ_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12336,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12337,M_ArtRecServ_GD_GC,Males Arts and recreation services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_ArtRecServ_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12337,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12338,M_ArtRecServ_BD,Males Arts and recreation services Bachelor Degree Level,Tot_P_P|Tot_P_M|P_ArtRecServ_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12338,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12339,M_ArtRecServ_AdD_D,Males Arts and recreation services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_ArtRecServ_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12339,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12340,M_ArtRecServ_Cert,Males Arts and recreation services Certificate Level,Tot_P_P|Tot_P_M|P_ArtRecServ_Cert,G50A,people,education|age_gender,Certificate|MALES,,12340,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12341,M_ArtRecServ_ID_NS,Males Arts and recreation services Inadequately described Not stated,Tot_P_P|Tot_P_M|P_ArtRecServ_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12341,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12342,M_ArtRecServ_ToT,Males Arts and recreation services Total,Tot_P_P|Tot_P_M|P_ArtRecServ_ToT,G50A,people,education|age_gender,Total|MALES,,12342,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12343,M_OthServ_PD,Males Other services Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_OthServ_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12343,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12344,M_OthServ_GD_GC,Males Other services Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_OthServ_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12344,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12345,M_OthServ_BD,Males Other services Bachelor Degree Level,Tot_P_P|Tot_P_M|P_OthServ_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12345,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12346,M_OthServ_AdD_D,Males Other services Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_OthServ_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12346,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12347,M_OthServ_Cert,Males Other services Certificate Level,Tot_P_P|Tot_P_M|P_OthServ_Cert,G50A,people,education|age_gender,Certificate|MALES,,12347,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12348,M_OthServ_ID_NS,Males Other services Inadequately described Not stated,Tot_P_P|Tot_P_M|P_OthServ_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12348,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12349,M_OthServ_ToT,Males Other services Total,Tot_P_P|Tot_P_M|P_OthServ_ToT,G50A,people,education|age_gender,Total|MALES,,12349,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12350,M_ID_NS_PD,Males Inadequately described Not stated Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_ID_NS_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12350,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12351,M_ID_NS_GD_GC,Males Inadequately described Not stated Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_ID_NS_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12351,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12352,M_ID_NS_BD,Males Inadequately described Not stated Bachelor Degree Level,Tot_P_P|Tot_P_M|P_ID_NS_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12352,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12353,M_ID_NS_AdD_D,Males Inadequately described Not stated Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_ID_NS_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12353,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12354,M_ID_NS_Cert,Males Inadequately described Not stated Certificate Level,Tot_P_P|Tot_P_M|P_ID_NS_Cert,G50A,people,education|age_gender,Certificate|MALES,,12354,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12355,M_ID_NS_ID_NS,Males Inadequately described Not stated Inadequately described Not stated,Tot_P_P|Tot_P_M|P_ID_NS_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12355,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12356,M_ID_NS_ToT,Males Inadequately described Not stated Total,Tot_P_P|Tot_P_M|P_ID_NS_ToT,G50A,people,education|age_gender,Total|MALES,,12356,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12357,M_ToT_PD,Males Total Postgraduate Degree Level,Tot_P_P|Tot_P_M|P_ToT_PD,G50A,people,education|age_gender,Postgraduate Degree|MALES,,12357,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12358,M_ToT_GD_GC,Males Total Graduate Diploma and Graduate Certificate Level,Tot_P_P|Tot_P_M|P_ToT_GD_GC,G50A,people,education|age_gender,Graduate Diploma & Graduate Certificate|MALES,,12358,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12359,M_ToT_BD,Males Total Bachelor Degree Level,Tot_P_P|Tot_P_M|P_ToT_BD,G50A,people,education|age_gender,Bachelor Degree|MALES,,12359,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12360,M_ToT_AdD_D,Males Total Advanced Diploma and Diploma Level,Tot_P_P|Tot_P_M|P_ToT_AdD_D,G50A,people,education|age_gender,Advanced Diploma & Diploma|MALES,,12360,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12361,M_ToT_Cert,Males Total Certificate Level,Tot_P_P|Tot_P_M|P_ToT_Cert,G50A,people,education|age_gender,Certificate|MALES,,12361,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12362,M_ToT_ID_NS,Males Total Inadequately described Not stated,Tot_P_P|Tot_P_M|P_ToT_ID_NS,G50A,people,education|age_gender,Inadequately described/ Not stated|MALES,,12362,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12363,M_ToT_ToT,Males Total Total,Tot_P_P|Tot_P_M|P_ToT_ToT,G50A,people,education|age_gender,Total|MALES,,12363,Non-School Qualification: Level of Education by Industry of Employment by Sex +G12658,M_Ag_For_Fshg_15_19,Males Agriculture forestry and fishing Age 15 19 years,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12658,Industry of Employment by Age by Sex +G12659,M_Ag_For_Fshg_20_24,Males Agriculture forestry and fishing Age 20 24 years,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12659,Industry of Employment by Age by Sex +G12660,M_Ag_For_Fshg_25_34,Males Agriculture forestry and fishing Age 25 34 years,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12660,Industry of Employment by Age by Sex +G12661,M_Ag_For_Fshg_35_44,Males Agriculture forestry and fishing Age 35 44 years,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12661,Industry of Employment by Age by Sex +G12662,M_Ag_For_Fshg_45_54,Males Agriculture forestry and fishing Age 45 54 years,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12662,Industry of Employment by Age by Sex +G12663,M_Ag_For_Fshg_55_64,Males Agriculture forestry and fishing Age 55 64 years,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12663,Industry of Employment by Age by Sex +G12664,M_Ag_For_Fshg_65_74,Males Agriculture forestry and fishing Age 65 74 years,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12664,Industry of Employment by Age by Sex +G12665,M_Ag_For_Fshg_75_84,Males Agriculture forestry and fishing Age 75 84 years,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12665,Industry of Employment by Age by Sex +G12666,M_Ag_For_Fshg_85ov,Males Agriculture forestry and fishing Age 85 years and over,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12666,Industry of Employment by Age by Sex +G12667,M_Ag_For_Fshg_Tot,Males Agriculture forestry and fishing Total,Tot_P_P|Tot_P_M|P_Ag_For_Fshg_Tot,G51A,people,employment|age_gender,Total|MALES,,12667,Industry of Employment by Age by Sex +G12668,M_Mining_15_19,Males Mining Age 15 19 years,Tot_P_P|Tot_P_M|P_Mining_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12668,Industry of Employment by Age by Sex +G12669,M_Mining_20_24,Males Mining Age 20 24 years,Tot_P_P|Tot_P_M|P_Mining_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12669,Industry of Employment by Age by Sex +G12670,M_Mining_25_34,Males Mining Age 25 34 years,Tot_P_P|Tot_P_M|P_Mining_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12670,Industry of Employment by Age by Sex +G12671,M_Mining_35_44,Males Mining Age 35 44 years,Tot_P_P|Tot_P_M|P_Mining_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12671,Industry of Employment by Age by Sex +G12672,M_Mining_45_54,Males Mining Age 45 54 years,Tot_P_P|Tot_P_M|P_Mining_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12672,Industry of Employment by Age by Sex +G12673,M_Mining_55_64,Males Mining Age 55 64 years,Tot_P_P|Tot_P_M|P_Mining_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12673,Industry of Employment by Age by Sex +G12674,M_Mining_65_74,Males Mining Age 65 74 years,Tot_P_P|Tot_P_M|P_Mining_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12674,Industry of Employment by Age by Sex +G12675,M_Mining_75_84,Males Mining Age 75 84 years,Tot_P_P|Tot_P_M|P_Mining_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12675,Industry of Employment by Age by Sex +G12676,M_Mining_85ov,Males Mining Age 85 years and over,Tot_P_P|Tot_P_M|P_Mining_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12676,Industry of Employment by Age by Sex +G12677,M_Mining_Tot,Males Mining Total,Tot_P_P|Tot_P_M|P_Mining_Tot,G51A,people,employment|age_gender,Total|MALES,,12677,Industry of Employment by Age by Sex +G12678,M_Manufact_15_19,Males Manufacturing Age 15 19 years,Tot_P_P|Tot_P_M|P_Manufact_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12678,Industry of Employment by Age by Sex +G12679,M_Manufact_20_24,Males Manufacturing Age 20 24 years,Tot_P_P|Tot_P_M|P_Manufact_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12679,Industry of Employment by Age by Sex +G12680,M_Manufact_25_34,Males Manufacturing Age 25 34 years,Tot_P_P|Tot_P_M|P_Manufact_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12680,Industry of Employment by Age by Sex +G12681,M_Manufact_35_44,Males Manufacturing Age 35 44 years,Tot_P_P|Tot_P_M|P_Manufact_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12681,Industry of Employment by Age by Sex +G12682,M_Manufact_45_54,Males Manufacturing Age 45 54 years,Tot_P_P|Tot_P_M|P_Manufact_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12682,Industry of Employment by Age by Sex +G12683,M_Manufact_55_64,Males Manufacturing Age 55 64 years,Tot_P_P|Tot_P_M|P_Manufact_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12683,Industry of Employment by Age by Sex +G12684,M_Manufact_65_74,Males Manufacturing Age 65 74 years,Tot_P_P|Tot_P_M|P_Manufact_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12684,Industry of Employment by Age by Sex +G12685,M_Manufact_75_84,Males Manufacturing Age 75 84 years,Tot_P_P|Tot_P_M|P_Manufact_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12685,Industry of Employment by Age by Sex +G12686,M_Manufact_85ov,Males Manufacturing Age 85 years and over,Tot_P_P|Tot_P_M|P_Manufact_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12686,Industry of Employment by Age by Sex +G12687,M_Manufact_Tot,Males Manufacturing Total,Tot_P_P|Tot_P_M|P_Manufact_Tot,G51A,people,employment|age_gender,Total|MALES,,12687,Industry of Employment by Age by Sex +G12688,M_El_Gas_Wt_Waste_15_19,Males Electricity gas water and waste services Age 15 19 years,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12688,Industry of Employment by Age by Sex +G12689,M_El_Gas_Wt_Waste_20_24,Males Electricity gas water and waste services Age 20 24 years,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12689,Industry of Employment by Age by Sex +G12690,M_El_Gas_Wt_Waste_25_34,Males Electricity gas water and waste services Age 25 34 years,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12690,Industry of Employment by Age by Sex +G12691,M_El_Gas_Wt_Waste_35_44,Males Electricity gas water and waste services Age 35 44 years,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12691,Industry of Employment by Age by Sex +G12692,M_El_Gas_Wt_Waste_45_54,Males Electricity gas water and waste services Age 45 54 years,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12692,Industry of Employment by Age by Sex +G12693,M_El_Gas_Wt_Waste_55_64,Males Electricity gas water and waste services Age 55 64 years,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12693,Industry of Employment by Age by Sex +G12694,M_El_Gas_Wt_Waste_65_74,Males Electricity gas water and waste services Age 65 74 years,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12694,Industry of Employment by Age by Sex +G12695,M_El_Gas_Wt_Waste_75_84,Males Electricity gas water and waste services Age 75 84 years,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12695,Industry of Employment by Age by Sex +G12696,M_El_Gas_Wt_Waste_85ov,Males Electricity gas water and waste services Age 85 years and over,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12696,Industry of Employment by Age by Sex +G12697,M_El_Gas_Wt_Waste_Tot,Males Electricity gas water and waste services Total,Tot_P_P|Tot_P_M|P_El_Gas_Wt_Waste_Tot,G51A,people,employment|age_gender,Total|MALES,,12697,Industry of Employment by Age by Sex +G12698,M_Constru_15_19,Males Construction Age 15 19 years,Tot_P_P|Tot_P_M|P_Constru_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12698,Industry of Employment by Age by Sex +G12699,M_Constru_20_24,Males Construction Age 20 24 years,Tot_P_P|Tot_P_M|P_Constru_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12699,Industry of Employment by Age by Sex +G12700,M_Constru_25_34,Males Construction Age 25 34 years,Tot_P_P|Tot_P_M|P_Constru_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12700,Industry of Employment by Age by Sex +G12701,M_Constru_35_44,Males Construction Age 35 44 years,Tot_P_P|Tot_P_M|P_Constru_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12701,Industry of Employment by Age by Sex +G12702,M_Constru_45_54,Males Construction Age 45 54 years,Tot_P_P|Tot_P_M|P_Constru_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12702,Industry of Employment by Age by Sex +G12703,M_Constru_55_64,Males Construction Age 55 64 years,Tot_P_P|Tot_P_M|P_Constru_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12703,Industry of Employment by Age by Sex +G12704,M_Constru_65_74,Males Construction Age 65 74 years,Tot_P_P|Tot_P_M|P_Constru_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12704,Industry of Employment by Age by Sex +G12705,M_Constru_75_84,Males Construction Age 75 84 years,Tot_P_P|Tot_P_M|P_Constru_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12705,Industry of Employment by Age by Sex +G12706,M_Constru_85ov,Males Construction Age 85 years and over,Tot_P_P|Tot_P_M|P_Constru_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12706,Industry of Employment by Age by Sex +G12707,M_Constru_Tot,Males Construction Total,Tot_P_P|Tot_P_M|P_Constru_Tot,G51A,people,employment|age_gender,Total|MALES,,12707,Industry of Employment by Age by Sex +G12708,M_WhlesaleTde_15_19,Males Wholesale trade Age 15 19 years,Tot_P_P|Tot_P_M|P_WhlesaleTde_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12708,Industry of Employment by Age by Sex +G12709,M_WhlesaleTde_20_24,Males Wholesale trade Age 20 24 years,Tot_P_P|Tot_P_M|P_WhlesaleTde_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12709,Industry of Employment by Age by Sex +G12710,M_WhlesaleTde_25_34,Males Wholesale trade Age 25 34 years,Tot_P_P|Tot_P_M|P_WhlesaleTde_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12710,Industry of Employment by Age by Sex +G12711,M_WhlesaleTde_35_44,Males Wholesale trade Age 35 44 years,Tot_P_P|Tot_P_M|P_WhlesaleTde_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12711,Industry of Employment by Age by Sex +G12712,M_WhlesaleTde_45_54,Males Wholesale trade Age 45 54 years,Tot_P_P|Tot_P_M|P_WhlesaleTde_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12712,Industry of Employment by Age by Sex +G12713,M_WhlesaleTde_55_64,Males Wholesale trade Age 55 64 years,Tot_P_P|Tot_P_M|P_WhlesaleTde_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12713,Industry of Employment by Age by Sex +G12714,M_WhlesaleTde_65_74,Males Wholesale trade Age 65 74 years,Tot_P_P|Tot_P_M|P_WhlesaleTde_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12714,Industry of Employment by Age by Sex +G12715,M_WhlesaleTde_75_84,Males Wholesale trade Age 75 84 years,Tot_P_P|Tot_P_M|P_WhlesaleTde_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12715,Industry of Employment by Age by Sex +G12716,M_WhlesaleTde_85ov,Males Wholesale trade Age 85 years and over,Tot_P_P|Tot_P_M|P_WhlesaleTde_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12716,Industry of Employment by Age by Sex +G12717,M_WhlesaleTde_Tot,Males Wholesale trade Total,Tot_P_P|Tot_P_M|P_WhlesaleTde_Tot,G51A,people,employment|age_gender,Total|MALES,,12717,Industry of Employment by Age by Sex +G12718,M_RetTde_15_19,Males Retail trade Age 15 19 years,Tot_P_P|Tot_P_M|P_RetTde_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12718,Industry of Employment by Age by Sex +G12719,M_RetTde_20_24,Males Retail trade Age 20 24 years,Tot_P_P|Tot_P_M|P_RetTde_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12719,Industry of Employment by Age by Sex +G12720,M_RetTde_25_34,Males Retail trade Age 25 34 years,Tot_P_P|Tot_P_M|P_RetTde_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12720,Industry of Employment by Age by Sex +G12721,M_RetTde_35_44,Males Retail trade Age 35 44 years,Tot_P_P|Tot_P_M|P_RetTde_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12721,Industry of Employment by Age by Sex +G12722,M_RetTde_45_54,Males Retail trade Age 45 54 years,Tot_P_P|Tot_P_M|P_RetTde_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12722,Industry of Employment by Age by Sex +G12723,M_RetTde_55_64,Males Retail trade Age 55 64 years,Tot_P_P|Tot_P_M|P_RetTde_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12723,Industry of Employment by Age by Sex +G12724,M_RetTde_65_74,Males Retail trade Age 65 74 years,Tot_P_P|Tot_P_M|P_RetTde_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12724,Industry of Employment by Age by Sex +G12725,M_RetTde_75_84,Males Retail trade Age 75 84 years,Tot_P_P|Tot_P_M|P_RetTde_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12725,Industry of Employment by Age by Sex +G12726,M_RetTde_85ov,Males Retail trade Age 85 years and over,Tot_P_P|Tot_P_M|P_RetTde_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12726,Industry of Employment by Age by Sex +G12727,M_RetTde_Tot,Males Retail trade Total,Tot_P_P|Tot_P_M|P_RetTde_Tot,G51A,people,employment|age_gender,Total|MALES,,12727,Industry of Employment by Age by Sex +G12728,M_Accom_food_15_19,Males Accommodation and food services Age 15 19 years,Tot_P_P|Tot_P_M|P_Accom_food_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12728,Industry of Employment by Age by Sex +G12729,M_Accom_food_20_24,Males Accommodation and food services Age 20 24 years,Tot_P_P|Tot_P_M|P_Accom_food_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12729,Industry of Employment by Age by Sex +G12730,M_Accom_food_25_34,Males Accommodation and food services Age 25 34 years,Tot_P_P|Tot_P_M|P_Accom_food_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12730,Industry of Employment by Age by Sex +G12731,M_Accom_food_35_44,Males Accommodation and food services Age 35 44 years,Tot_P_P|Tot_P_M|P_Accom_food_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12731,Industry of Employment by Age by Sex +G12732,M_Accom_food_45_54,Males Accommodation and food services Age 45 54 years,Tot_P_P|Tot_P_M|P_Accom_food_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12732,Industry of Employment by Age by Sex +G12733,M_Accom_food_55_64,Males Accommodation and food services Age 55 64 years,Tot_P_P|Tot_P_M|P_Accom_food_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12733,Industry of Employment by Age by Sex +G12734,M_Accom_food_65_74,Males Accommodation and food services Age 65 74 years,Tot_P_P|Tot_P_M|P_Accom_food_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12734,Industry of Employment by Age by Sex +G12735,M_Accom_food_75_84,Males Accommodation and food services Age 75 84 years,Tot_P_P|Tot_P_M|P_Accom_food_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12735,Industry of Employment by Age by Sex +G12736,M_Accom_food_85ov,Males Accommodation and food services Age 85 years and over,Tot_P_P|Tot_P_M|P_Accom_food_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12736,Industry of Employment by Age by Sex +G12737,M_Accom_food_Tot,Males Accommodation and food services Total,Tot_P_P|Tot_P_M|P_Accom_food_Tot,G51A,people,employment|age_gender,Total|MALES,,12737,Industry of Employment by Age by Sex +G12738,M_Trans_post_wrehsg_15_19,Males Transport postal and warehousing Age 15 19 years,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12738,Industry of Employment by Age by Sex +G12739,M_Trans_post_wrehsg_20_24,Males Transport postal and warehousing Age 20 24 years,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12739,Industry of Employment by Age by Sex +G12740,M_Trans_post_wrehsg_25_34,Males Transport postal and warehousing Age 25 34 years,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12740,Industry of Employment by Age by Sex +G12741,M_Trans_post_wrehsg_35_44,Males Transport postal and warehousing Age 35 44 years,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12741,Industry of Employment by Age by Sex +G12742,M_Trans_post_wrehsg_45_54,Males Transport postal and warehousing Age 45 54 years,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12742,Industry of Employment by Age by Sex +G12743,M_Trans_post_wrehsg_55_64,Males Transport postal and warehousing Age 55 64 years,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12743,Industry of Employment by Age by Sex +G12744,M_Trans_post_wrehsg_65_74,Males Transport postal and warehousing Age 65 74 years,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12744,Industry of Employment by Age by Sex +G12745,M_Trans_post_wrehsg_75_84,Males Transport postal and warehousing Age 75 84 years,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12745,Industry of Employment by Age by Sex +G12746,M_Trans_post_wrehsg_85ov,Males Transport postal and warehousing Age 85 years and over,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12746,Industry of Employment by Age by Sex +G12747,M_Trans_post_wrehsg_Tot,Males Transport postal and warehousing Total,Tot_P_P|Tot_P_M|P_Trans_post_wrehsg_Tot,G51A,people,employment|age_gender,Total|MALES,,12747,Industry of Employment by Age by Sex +G12748,M_Info_media_teleco_15_19,Males Information media and telecommunications Age 15 19 years,Tot_P_P|Tot_P_M|P_Info_media_teleco_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12748,Industry of Employment by Age by Sex +G12749,M_Info_media_teleco_20_24,Males Information media and telecommunications Age 20 24 years,Tot_P_P|Tot_P_M|P_Info_media_teleco_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12749,Industry of Employment by Age by Sex +G12750,M_Info_media_teleco_25_34,Males Information media and telecommunications Age 25 34 years,Tot_P_P|Tot_P_M|P_Info_media_teleco_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12750,Industry of Employment by Age by Sex +G12751,M_Info_media_teleco_35_44,Males Information media and telecommunications Age 35 44 years,Tot_P_P|Tot_P_M|P_Info_media_teleco_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12751,Industry of Employment by Age by Sex +G12752,M_Info_media_teleco_45_54,Males Information media and telecommunications Age 45 54 years,Tot_P_P|Tot_P_M|P_Info_media_teleco_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12752,Industry of Employment by Age by Sex +G12753,M_Info_media_teleco_55_64,Males Information media and telecommunications Age 55 64 years,Tot_P_P|Tot_P_M|P_Info_media_teleco_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12753,Industry of Employment by Age by Sex +G12754,M_Info_media_teleco_65_74,Males Information media and telecommunications Age 65 74 years,Tot_P_P|Tot_P_M|P_Info_media_teleco_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12754,Industry of Employment by Age by Sex +G12755,M_Info_media_teleco_75_84,Males Information media and telecommunications Age 75 84 years,Tot_P_P|Tot_P_M|P_Info_media_teleco_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12755,Industry of Employment by Age by Sex +G12756,M_Info_media_teleco_85ov,Males Information media and telecommunications Age 85 years and over,Tot_P_P|Tot_P_M|P_Info_media_teleco_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12756,Industry of Employment by Age by Sex +G12757,M_Info_media_teleco_Tot,Males Information media and telecommunications Total,Tot_P_P|Tot_P_M|P_Info_media_teleco_Tot,G51A,people,employment|age_gender,Total|MALES,,12757,Industry of Employment by Age by Sex +G12758,M_Fin_Insur_15_19,Males Financial and insurance services Age 15 19 years,Tot_P_P|Tot_P_M|P_Fin_Insur_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12758,Industry of Employment by Age by Sex +G12759,M_Fin_Insur_20_24,Males Financial and insurance services Age 20 24 years,Tot_P_P|Tot_P_M|P_Fin_Insur_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12759,Industry of Employment by Age by Sex +G12760,M_Fin_Insur_25_34,Males Financial and insurance services Age 25 34 years,Tot_P_P|Tot_P_M|P_Fin_Insur_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12760,Industry of Employment by Age by Sex +G12761,M_Fin_Insur_35_44,Males Financial and insurance services Age 35 44 years,Tot_P_P|Tot_P_M|P_Fin_Insur_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12761,Industry of Employment by Age by Sex +G12762,M_Fin_Insur_45_54,Males Financial and insurance services Age 45 54 years,Tot_P_P|Tot_P_M|P_Fin_Insur_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12762,Industry of Employment by Age by Sex +G12763,M_Fin_Insur_55_64,Males Financial and insurance services Age 55 64 years,Tot_P_P|Tot_P_M|P_Fin_Insur_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12763,Industry of Employment by Age by Sex +G12764,M_Fin_Insur_65_74,Males Financial and insurance services Age 65 74 years,Tot_P_P|Tot_P_M|P_Fin_Insur_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12764,Industry of Employment by Age by Sex +G12765,M_Fin_Insur_75_84,Males Financial and insurance services Age 75 84 years,Tot_P_P|Tot_P_M|P_Fin_Insur_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12765,Industry of Employment by Age by Sex +G12766,M_Fin_Insur_85ov,Males Financial and insurance services Age 85 years and over,Tot_P_P|Tot_P_M|P_Fin_Insur_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12766,Industry of Employment by Age by Sex +G12767,M_Fin_Insur_Tot,Males Financial and insurance services Total,Tot_P_P|Tot_P_M|P_Fin_Insur_Tot,G51A,people,employment|age_gender,Total|MALES,,12767,Industry of Employment by Age by Sex +G12768,M_RtnHir_REst_15_19,Males Rental hiring and real estate services Age 15 19 years,Tot_P_P|Tot_P_M|P_RtnHir_REst_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12768,Industry of Employment by Age by Sex +G12769,M_RtnHir_REst_20_24,Males Rental hiring and real estate services Age 20 24 years,Tot_P_P|Tot_P_M|P_RtnHir_REst_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12769,Industry of Employment by Age by Sex +G12770,M_RtnHir_REst_25_34,Males Rental hiring and real estate services Age 25 34 years,Tot_P_P|Tot_P_M|P_RtnHir_REst_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12770,Industry of Employment by Age by Sex +G12771,M_RtnHir_REst_35_44,Males Rental hiring and real estate services Age 35 44 years,Tot_P_P|Tot_P_M|P_RtnHir_REst_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12771,Industry of Employment by Age by Sex +G12772,M_RtnHir_REst_45_54,Males Rental hiring and real estate services Age 45 54 years,Tot_P_P|Tot_P_M|P_RtnHir_REst_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12772,Industry of Employment by Age by Sex +G12773,M_RtnHir_REst_55_64,Males Rental hiring and real estate services Age 55 64 years,Tot_P_P|Tot_P_M|P_RtnHir_REst_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12773,Industry of Employment by Age by Sex +G12774,M_RtnHir_REst_65_74,Males Rental hiring and real estate services Age 65 74 years,Tot_P_P|Tot_P_M|P_RtnHir_REst_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12774,Industry of Employment by Age by Sex +G12775,M_RtnHir_REst_75_84,Males Rental hiring and real estate services Age 75 84 years,Tot_P_P|Tot_P_M|P_RtnHir_REst_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12775,Industry of Employment by Age by Sex +G12776,M_RtnHir_REst_85ov,Males Rental hiring and real estate services Age 85 years and over,Tot_P_P|Tot_P_M|P_RtnHir_REst_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12776,Industry of Employment by Age by Sex +G12777,M_RtnHir_REst_Tot,Males Rental hiring and real estate services Total,Tot_P_P|Tot_P_M|P_RtnHir_REst_Tot,G51A,people,employment|age_gender,Total|MALES,,12777,Industry of Employment by Age by Sex +G12778,M_Pro_scien_tec_15_19,Males Professional scientific and technical services Age 15 19 years,Tot_P_P|Tot_P_M|P_Pro_scien_tec_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12778,Industry of Employment by Age by Sex +G12779,M_Pro_scien_tec_20_24,Males Professional scientific and technical services Age 20 24 years,Tot_P_P|Tot_P_M|P_Pro_scien_tec_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12779,Industry of Employment by Age by Sex +G12780,M_Pro_scien_tec_25_34,Males Professional scientific and technical services Age 25 34 years,Tot_P_P|Tot_P_M|P_Pro_scien_tec_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12780,Industry of Employment by Age by Sex +G12781,M_Pro_scien_tec_35_44,Males Professional scientific and technical services Age 35 44 years,Tot_P_P|Tot_P_M|P_Pro_scien_tec_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12781,Industry of Employment by Age by Sex +G12782,M_Pro_scien_tec_45_54,Males Professional scientific and technical services Age 45 54 years,Tot_P_P|Tot_P_M|P_Pro_scien_tec_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12782,Industry of Employment by Age by Sex +G12783,M_Pro_scien_tec_55_64,Males Professional scientific and technical services Age 55 64 years,Tot_P_P|Tot_P_M|P_Pro_scien_tec_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12783,Industry of Employment by Age by Sex +G12784,M_Pro_scien_tec_65_74,Males Professional scientific and technical services Age 65 74 years,Tot_P_P|Tot_P_M|P_Pro_scien_tec_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12784,Industry of Employment by Age by Sex +G12785,M_Pro_scien_tec_75_84,Males Professional scientific and technical services Age 75 84 years,Tot_P_P|Tot_P_M|P_Pro_scien_tec_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12785,Industry of Employment by Age by Sex +G12786,M_Pro_scien_tec_85ov,Males Professional scientific and technical services Age 85 years and over,Tot_P_P|Tot_P_M|P_Pro_scien_tec_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12786,Industry of Employment by Age by Sex +G12787,M_Pro_scien_tec_Tot,Males Professional scientific and technical services Total,Tot_P_P|Tot_P_M|P_Pro_scien_tec_Tot,G51A,people,employment|age_gender,Total|MALES,,12787,Industry of Employment by Age by Sex +G12788,M_Admin_supp_15_19,Males Administrative and support services Age 15 19 years,Tot_P_P|Tot_P_M|P_Admin_supp_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12788,Industry of Employment by Age by Sex +G12789,M_Admin_supp_20_24,Males Administrative and support services Age 20 24 years,Tot_P_P|Tot_P_M|P_Admin_supp_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12789,Industry of Employment by Age by Sex +G12790,M_Admin_supp_25_34,Males Administrative and support services Age 25 34 years,Tot_P_P|Tot_P_M|P_Admin_supp_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12790,Industry of Employment by Age by Sex +G12791,M_Admin_supp_35_44,Males Administrative and support services Age 35 44 years,Tot_P_P|Tot_P_M|P_Admin_supp_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12791,Industry of Employment by Age by Sex +G12792,M_Admin_supp_45_54,Males Administrative and support services Age 45 54 years,Tot_P_P|Tot_P_M|P_Admin_supp_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12792,Industry of Employment by Age by Sex +G12793,M_Admin_supp_55_64,Males Administrative and support services Age 55 64 years,Tot_P_P|Tot_P_M|P_Admin_supp_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12793,Industry of Employment by Age by Sex +G12794,M_Admin_supp_65_74,Males Administrative and support services Age 65 74 years,Tot_P_P|Tot_P_M|P_Admin_supp_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12794,Industry of Employment by Age by Sex +G12795,M_Admin_supp_75_84,Males Administrative and support services Age 75 84 years,Tot_P_P|Tot_P_M|P_Admin_supp_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12795,Industry of Employment by Age by Sex +G12796,M_Admin_supp_85ov,Males Administrative and support services Age 85 years and over,Tot_P_P|Tot_P_M|P_Admin_supp_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12796,Industry of Employment by Age by Sex +G12797,M_Admin_supp_Tot,Males Administrative and support services Total,Tot_P_P|Tot_P_M|P_Admin_supp_Tot,G51A,people,employment|age_gender,Total|MALES,,12797,Industry of Employment by Age by Sex +G12798,M_Public_admin_sfty_15_19,Males Public administration and safety Age 15 19 years,Tot_P_P|Tot_P_M|P_Public_admin_sfty_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12798,Industry of Employment by Age by Sex +G12799,M_Public_admin_sfty_20_24,Males Public administration and safety Age 20 24 years,Tot_P_P|Tot_P_M|P_Public_admin_sfty_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12799,Industry of Employment by Age by Sex +G12800,M_Public_admin_sfty_25_34,Males Public administration and safety Age 25 34 years,Tot_P_P|Tot_P_M|P_Public_admin_sfty_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12800,Industry of Employment by Age by Sex +G12801,M_Public_admin_sfty_35_44,Males Public administration and safety Age 35 44 years,Tot_P_P|Tot_P_M|P_Public_admin_sfty_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12801,Industry of Employment by Age by Sex +G12802,M_Public_admin_sfty_45_54,Males Public administration and safety Age 45 54 years,Tot_P_P|Tot_P_M|P_Public_admin_sfty_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12802,Industry of Employment by Age by Sex +G12803,M_Public_admin_sfty_55_64,Males Public administration and safety Age 55 64 years,Tot_P_P|Tot_P_M|P_Public_admin_sfty_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12803,Industry of Employment by Age by Sex +G12804,M_Public_admin_sfty_65_74,Males Public administration and safety Age 65 74 years,Tot_P_P|Tot_P_M|P_Public_admin_sfty_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12804,Industry of Employment by Age by Sex +G12805,M_Public_admin_sfty_75_84,Males Public administration and safety Age 75 84 years,Tot_P_P|Tot_P_M|P_Public_admin_sfty_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12805,Industry of Employment by Age by Sex +G12806,M_Public_admin_sfty_85ov,Males Public administration and safety Age 85 years and over,Tot_P_P|Tot_P_M|P_Public_admin_sfty_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12806,Industry of Employment by Age by Sex +G12807,M_Public_admin_sfty_Tot,Males Public administration and safety Total,Tot_P_P|Tot_P_M|P_Public_admin_sfty_Tot,G51A,people,employment|age_gender,Total|MALES,,12807,Industry of Employment by Age by Sex +G12808,M_Educ_trng_15_19,Males Education and training Age 15 19 years,Tot_P_P|Tot_P_M|P_Educ_trng_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12808,Industry of Employment by Age by Sex +G12809,M_Educ_trng_20_24,Males Education and training Age 20 24 years,Tot_P_P|Tot_P_M|P_Educ_trng_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12809,Industry of Employment by Age by Sex +G12810,M_Educ_trng_25_34,Males Education and training Age 25 34 years,Tot_P_P|Tot_P_M|P_Educ_trng_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12810,Industry of Employment by Age by Sex +G12811,M_Educ_trng_35_44,Males Education and training Age 35 44 years,Tot_P_P|Tot_P_M|P_Educ_trng_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12811,Industry of Employment by Age by Sex +G12812,M_Educ_trng_45_54,Males Education and training Age 45 54 years,Tot_P_P|Tot_P_M|P_Educ_trng_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12812,Industry of Employment by Age by Sex +G12813,M_Educ_trng_55_64,Males Education and training Age 55 64 years,Tot_P_P|Tot_P_M|P_Educ_trng_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12813,Industry of Employment by Age by Sex +G12814,M_Educ_trng_65_74,Males Education and training Age 65 74 years,Tot_P_P|Tot_P_M|P_Educ_trng_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12814,Industry of Employment by Age by Sex +G12815,M_Educ_trng_75_84,Males Education and training Age 75 84 years,Tot_P_P|Tot_P_M|P_Educ_trng_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12815,Industry of Employment by Age by Sex +G12816,M_Educ_trng_85ov,Males Education and training Age 85 years and over,Tot_P_P|Tot_P_M|P_Educ_trng_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12816,Industry of Employment by Age by Sex +G12817,M_Educ_trng_Tot,Males Education and training Total,Tot_P_P|Tot_P_M|P_Educ_trng_Tot,G51A,people,employment|age_gender,Total|MALES,,12817,Industry of Employment by Age by Sex +G12818,M_HlthCare_SocAs_15_19,Males Health care and social assistance Age 15 19 years,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12818,Industry of Employment by Age by Sex +G12819,M_HlthCare_SocAs_20_24,Males Health care and social assistance Age 20 24 years,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12819,Industry of Employment by Age by Sex +G12820,M_HlthCare_SocAs_25_34,Males Health care and social assistance Age 25 34 years,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12820,Industry of Employment by Age by Sex +G12821,M_HlthCare_SocAs_35_44,Males Health care and social assistance Age 35 44 years,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12821,Industry of Employment by Age by Sex +G12822,M_HlthCare_SocAs_45_54,Males Health care and social assistance Age 45 54 years,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12822,Industry of Employment by Age by Sex +G12823,M_HlthCare_SocAs_55_64,Males Health care and social assistance Age 55 64 years,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12823,Industry of Employment by Age by Sex +G12824,M_HlthCare_SocAs_65_74,Males Health care and social assistance Age 65 74 years,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12824,Industry of Employment by Age by Sex +G12825,M_HlthCare_SocAs_75_84,Males Health care and social assistance Age 75 84 years,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12825,Industry of Employment by Age by Sex +G12826,M_HlthCare_SocAs_85ov,Males Health care and social assistance Age 85 years and over,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12826,Industry of Employment by Age by Sex +G12827,M_HlthCare_SocAs_Tot,Males Health care and social assistance Total,Tot_P_P|Tot_P_M|P_HlthCare_SocAs_Tot,G51A,people,employment|age_gender,Total|MALES,,12827,Industry of Employment by Age by Sex +G12828,M_Art_recn_15_19,Males Arts and recreation services Age 15 19 years,Tot_P_P|Tot_P_M|P_Art_recn_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12828,Industry of Employment by Age by Sex +G12829,M_Art_recn_20_24,Males Arts and recreation services Age 20 24 years,Tot_P_P|Tot_P_M|P_Art_recn_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12829,Industry of Employment by Age by Sex +G12830,M_Art_recn_25_34,Males Arts and recreation services Age 25 34 years,Tot_P_P|Tot_P_M|P_Art_recn_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12830,Industry of Employment by Age by Sex +G12831,M_Art_recn_35_44,Males Arts and recreation services Age 35 44 years,Tot_P_P|Tot_P_M|P_Art_recn_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12831,Industry of Employment by Age by Sex +G12832,M_Art_recn_45_54,Males Arts and recreation services Age 45 54 years,Tot_P_P|Tot_P_M|P_Art_recn_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12832,Industry of Employment by Age by Sex +G12833,M_Art_recn_55_64,Males Arts and recreation services Age 55 64 years,Tot_P_P|Tot_P_M|P_Art_recn_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12833,Industry of Employment by Age by Sex +G12834,M_Art_recn_65_74,Males Arts and recreation services Age 65 74 years,Tot_P_P|Tot_P_M|P_Art_recn_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12834,Industry of Employment by Age by Sex +G12835,M_Art_recn_75_84,Males Arts and recreation services Age 75 84 years,Tot_P_P|Tot_P_M|P_Art_recn_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12835,Industry of Employment by Age by Sex +G12836,M_Art_recn_85ov,Males Arts and recreation services Age 85 years and over,Tot_P_P|Tot_P_M|P_Art_recn_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12836,Industry of Employment by Age by Sex +G12837,M_Art_recn_Tot,Males Arts and recreation services Total,Tot_P_P|Tot_P_M|P_Art_recn_Tot,G51A,people,employment|age_gender,Total|MALES,,12837,Industry of Employment by Age by Sex +G12838,M_Oth_scs_15_19,Males Other services Age 15 19 years,Tot_P_P|Tot_P_M|P_Oth_scs_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12838,Industry of Employment by Age by Sex +G12839,M_Oth_scs_20_24,Males Other services Age 20 24 years,Tot_P_P|Tot_P_M|P_Oth_scs_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12839,Industry of Employment by Age by Sex +G12840,M_Oth_scs_25_34,Males Other services Age 25 34 years,Tot_P_P|Tot_P_M|P_Oth_scs_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12840,Industry of Employment by Age by Sex +G12841,M_Oth_scs_35_44,Males Other services Age 35 44 years,Tot_P_P|Tot_P_M|P_Oth_scs_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12841,Industry of Employment by Age by Sex +G12842,M_Oth_scs_45_54,Males Other services Age 45 54 years,Tot_P_P|Tot_P_M|P_Oth_scs_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12842,Industry of Employment by Age by Sex +G12843,M_Oth_scs_55_64,Males Other services Age 55 64 years,Tot_P_P|Tot_P_M|P_Oth_scs_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12843,Industry of Employment by Age by Sex +G12844,M_Oth_scs_65_74,Males Other services Age 65 74 years,Tot_P_P|Tot_P_M|P_Oth_scs_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12844,Industry of Employment by Age by Sex +G12845,M_Oth_scs_75_84,Males Other services Age 75 84 years,Tot_P_P|Tot_P_M|P_Oth_scs_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12845,Industry of Employment by Age by Sex +G12846,M_Oth_scs_85ov,Males Other services Age 85 years and over,Tot_P_P|Tot_P_M|P_Oth_scs_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12846,Industry of Employment by Age by Sex +G12847,M_Oth_scs_Tot,Males Other services Total,Tot_P_P|Tot_P_M|P_Oth_scs_Tot,G51A,people,employment|age_gender,Total|MALES,,12847,Industry of Employment by Age by Sex +G12848,M_ID_NS_15_19,Males Inadequately described Not stated Age 15 19 years,Tot_P_P|Tot_P_M|P_ID_NS_15_19,G51A,people,employment|age_gender,Age: 15-19 years|MALES,,12848,Industry of Employment by Age by Sex +G12849,M_ID_NS_20_24,Males Inadequately described Not stated Age 20 24 years,Tot_P_P|Tot_P_M|P_ID_NS_20_24,G51A,people,employment|age_gender,Age: 20-24 years|MALES,,12849,Industry of Employment by Age by Sex +G12850,M_ID_NS_25_34,Males Inadequately described Not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_ID_NS_25_34,G51A,people,employment|age_gender,Age: 25-34 years|MALES,,12850,Industry of Employment by Age by Sex +G12851,M_ID_NS_35_44,Males Inadequately described Not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_ID_NS_35_44,G51A,people,employment|age_gender,Age: 35-44 years|MALES,,12851,Industry of Employment by Age by Sex +G12852,M_ID_NS_45_54,Males Inadequately described Not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_ID_NS_45_54,G51A,people,employment|age_gender,Age: 45-54 years|MALES,,12852,Industry of Employment by Age by Sex +G12853,M_ID_NS_55_64,Males Inadequately described Not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_ID_NS_55_64,G51A,people,employment|age_gender,Age: 55-64 years|MALES,,12853,Industry of Employment by Age by Sex +G12854,M_ID_NS_65_74,Males Inadequately described Not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_ID_NS_65_74,G51A,people,employment|age_gender,Age: 65-74 years|MALES,,12854,Industry of Employment by Age by Sex +G12855,M_ID_NS_75_84,Males Inadequately described Not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_ID_NS_75_84,G51A,people,employment|age_gender,Age: 75-84 years|MALES,,12855,Industry of Employment by Age by Sex +G12856,M_ID_NS_85ov,Males Inadequately described Not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_ID_NS_85ov,G51A,people,employment|age_gender,Age: 85 years and over|MALES,,12856,Industry of Employment by Age by Sex +G12857,M_ID_NS_Tot,Males Inadequately described Not stated Total,Tot_P_P|Tot_P_M|P_ID_NS_Tot,G51A,people,employment|age_gender,Total|MALES,,12857,Industry of Employment by Age by Sex +G12858,M_Tot_15_19,Males Total Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_15_19,G51B,people,employment|age_gender,Age: 15-19 years|MALES,,12858,Industry of Employment by Age by Sex +G12859,M_Tot_20_24,Males Total Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_20_24,G51B,people,employment|age_gender,Age: 20-24 years|MALES,,12859,Industry of Employment by Age by Sex +G12860,M_Tot_25_34,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34,G51B,people,employment|age_gender,Age: 25-34 years|MALES,,12860,Industry of Employment by Age by Sex +G12861,M_Tot_35_44,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44,G51B,people,employment|age_gender,Age: 35-44 years|MALES,,12861,Industry of Employment by Age by Sex +G12862,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G51B,people,employment|age_gender,Age: 45-54 years|MALES,,12862,Industry of Employment by Age by Sex +G12863,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G51B,people,employment|age_gender,Age: 55-64 years|MALES,,12863,Industry of Employment by Age by Sex +G12864,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G51B,people,employment|age_gender,Age: 65-74 years|MALES,,12864,Industry of Employment by Age by Sex +G12865,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G51B,people,employment|age_gender,Age: 75-84 years|MALES,,12865,Industry of Employment by Age by Sex +G12866,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G51B,people,employment|age_gender,Age: 85 years and over|MALES,,12866,Industry of Employment by Age by Sex +G12867,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G51B,people,employment|age_gender,Total|MALES,,12867,Industry of Employment by Age by Sex +G13288,M_AgriForestFish_0,Males Agriculture forestry and fishing Number of hours worked None,Tot_P_P|Tot_P_M|P_AgriForestFish_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13288,Industry of Employment by Hours Worked by Sex +G13289,M_AgriForestFish_1_15,Males Agriculture forestry and fishing Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_AgriForestFish_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13289,Industry of Employment by Hours Worked by Sex +G13290,M_AgriForestFish_16_24,Males Agriculture forestry and fishing Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_AgriForestFish_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13290,Industry of Employment by Hours Worked by Sex +G13291,M_AgriForestFish_25_34,Males Agriculture forestry and fishing Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_AgriForestFish_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13291,Industry of Employment by Hours Worked by Sex +G13292,M_AgriForestFish_35_39,Males Agriculture forestry and fishing Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_AgriForestFish_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13292,Industry of Employment by Hours Worked by Sex +G13293,M_AgriForestFish_40,Males Agriculture forestry and fishing Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_AgriForestFish_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13293,Industry of Employment by Hours Worked by Sex +G13294,M_AgriForestFish_41_48,Males Agriculture forestry and fishing Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_AgriForestFish_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13294,Industry of Employment by Hours Worked by Sex +G13295,M_AgriForestFish_49over,Males Agriculture forestry and fishing Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_AgriForestFish_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13295,Industry of Employment by Hours Worked by Sex +G13296,M_AgriForestFish_hours_NS,Males Agriculture forestry and fishing Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_AgriForestFish_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13296,Industry of Employment by Hours Worked by Sex +G13297,M_AgriForestFish_Tot,Males Agriculture forestry and fishing Total,Tot_P_P|Tot_P_M|P_AgriForestFish_Tot,G52A,people,employment|age_gender,Total|MALES,,13297,Industry of Employment by Hours Worked by Sex +G13298,M_Min_0,Males Mining Number of hours worked None,Tot_P_P|Tot_P_M|P_Min_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13298,Industry of Employment by Hours Worked by Sex +G13299,M_Min_1_15,Males Mining Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Min_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13299,Industry of Employment by Hours Worked by Sex +G13300,M_Min_16_24,Males Mining Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Min_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13300,Industry of Employment by Hours Worked by Sex +G13301,M_Min_25_34,Males Mining Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Min_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13301,Industry of Employment by Hours Worked by Sex +G13302,M_Min_35_39,Males Mining Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Min_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13302,Industry of Employment by Hours Worked by Sex +G13303,M_Min_40,Males Mining Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Min_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13303,Industry of Employment by Hours Worked by Sex +G13304,M_Min_41_48,Males Mining Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Min_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13304,Industry of Employment by Hours Worked by Sex +G13305,M_Min_49over,Males Mining Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Min_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13305,Industry of Employment by Hours Worked by Sex +G13306,M_Min_hours_NS,Males Mining Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Min_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13306,Industry of Employment by Hours Worked by Sex +G13307,M_Min_Tot,Males Mining Total,Tot_P_P|Tot_P_M|P_Min_Tot,G52A,people,employment|age_gender,Total|MALES,,13307,Industry of Employment by Hours Worked by Sex +G13308,M_Mnfg_0,Males Manufacturing Number of hours worked None,Tot_P_P|Tot_P_M|P_Mnfg_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13308,Industry of Employment by Hours Worked by Sex +G13309,M_Mnfg_1_15,Males Manufacturing Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Mnfg_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13309,Industry of Employment by Hours Worked by Sex +G13310,M_Mnfg_16_24,Males Manufacturing Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Mnfg_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13310,Industry of Employment by Hours Worked by Sex +G13311,M_Mnfg_25_34,Males Manufacturing Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Mnfg_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13311,Industry of Employment by Hours Worked by Sex +G13312,M_Mnfg_35_39,Males Manufacturing Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Mnfg_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13312,Industry of Employment by Hours Worked by Sex +G13313,M_Mnfg_40,Males Manufacturing Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Mnfg_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13313,Industry of Employment by Hours Worked by Sex +G13314,M_Mnfg_41_48,Males Manufacturing Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Mnfg_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13314,Industry of Employment by Hours Worked by Sex +G13315,M_Mnfg_49over,Males Manufacturing Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Mnfg_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13315,Industry of Employment by Hours Worked by Sex +G13316,M_Mnfg_hours_NS,Males Manufacturing Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Mnfg_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13316,Industry of Employment by Hours Worked by Sex +G13317,M_Mnfg_Tot,Males Manufacturing Total,Tot_P_P|Tot_P_M|P_Mnfg_Tot,G52A,people,employment|age_gender,Total|MALES,,13317,Industry of Employment by Hours Worked by Sex +G13318,M_EGW_WS_0,Males Electricity gas water and waste services Number of hours worked None,Tot_P_P|Tot_P_M|P_EGW_WS_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13318,Industry of Employment by Hours Worked by Sex +G13319,M_EGW_WS_1_15,Males Electricity gas water and waste services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_EGW_WS_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13319,Industry of Employment by Hours Worked by Sex +G13320,M_EGW_WS_16_24,Males Electricity gas water and waste services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_EGW_WS_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13320,Industry of Employment by Hours Worked by Sex +G13321,M_EGW_WS_25_34,Males Electricity gas water and waste services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_EGW_WS_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13321,Industry of Employment by Hours Worked by Sex +G13322,M_EGW_WS_35_39,Males Electricity gas water and waste services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_EGW_WS_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13322,Industry of Employment by Hours Worked by Sex +G13323,M_EGW_WS_40,Males Electricity gas water and waste services Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_EGW_WS_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13323,Industry of Employment by Hours Worked by Sex +G13324,M_EGW_WS_41_48,Males Electricity gas water and waste services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_EGW_WS_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13324,Industry of Employment by Hours Worked by Sex +G13325,M_EGW_WS_49over,Males Electricity gas water and waste services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_EGW_WS_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13325,Industry of Employment by Hours Worked by Sex +G13326,M_EGW_WS_hours_NS,Males Electricity gas water and waste services Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_EGW_WS_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13326,Industry of Employment by Hours Worked by Sex +G13327,M_EGW_WS_Tot,Males Electricity gas water and waste services Total,Tot_P_P|Tot_P_M|P_EGW_WS_Tot,G52A,people,employment|age_gender,Total|MALES,,13327,Industry of Employment by Hours Worked by Sex +G13328,M_Cnstn_0,Males Construction Number of hours worked None,Tot_P_P|Tot_P_M|P_Cnstn_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13328,Industry of Employment by Hours Worked by Sex +G13329,M_Cnstn_1_15,Males Construction Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Cnstn_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13329,Industry of Employment by Hours Worked by Sex +G13330,M_Cnstn_16_24,Males Construction Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Cnstn_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13330,Industry of Employment by Hours Worked by Sex +G13331,M_Cnstn_25_34,Males Construction Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Cnstn_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13331,Industry of Employment by Hours Worked by Sex +G13332,M_Cnstn_35_39,Males Construction Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Cnstn_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13332,Industry of Employment by Hours Worked by Sex +G13333,M_Cnstn_40,Males Construction Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Cnstn_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13333,Industry of Employment by Hours Worked by Sex +G13334,M_Cnstn_41_48,Males Construction Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Cnstn_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13334,Industry of Employment by Hours Worked by Sex +G13335,M_Cnstn_49over,Males Construction Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Cnstn_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13335,Industry of Employment by Hours Worked by Sex +G13336,M_Cnstn_hours_NS,Males Construction Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Cnstn_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13336,Industry of Employment by Hours Worked by Sex +G13337,M_Cnstn_Tot,Males Construction Total,Tot_P_P|Tot_P_M|P_Cnstn_Tot,G52A,people,employment|age_gender,Total|MALES,,13337,Industry of Employment by Hours Worked by Sex +G13338,M_WTrade_0,Males Wholesale trade Number of hours worked None,Tot_P_P|Tot_P_M|P_WTrade_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13338,Industry of Employment by Hours Worked by Sex +G13339,M_WTrade_1_15,Males Wholesale trade Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_WTrade_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13339,Industry of Employment by Hours Worked by Sex +G13340,M_WTrade_16_24,Males Wholesale trade Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_WTrade_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13340,Industry of Employment by Hours Worked by Sex +G13341,M_WTrade_25_34,Males Wholesale trade Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_WTrade_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13341,Industry of Employment by Hours Worked by Sex +G13342,M_WTrade_35_39,Males Wholesale trade Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_WTrade_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13342,Industry of Employment by Hours Worked by Sex +G13343,M_WTrade_40,Males Wholesale trade Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_WTrade_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13343,Industry of Employment by Hours Worked by Sex +G13344,M_WTrade_41_48,Males Wholesale trade Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_WTrade_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13344,Industry of Employment by Hours Worked by Sex +G13345,M_WTrade_49over,Males Wholesale trade Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_WTrade_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13345,Industry of Employment by Hours Worked by Sex +G13346,M_WTrade_hours_NS,Males Wholesale trade Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_WTrade_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13346,Industry of Employment by Hours Worked by Sex +G13347,M_WTrade_Tot,Males Wholesale trade Total,Tot_P_P|Tot_P_M|P_WTrade_Tot,G52A,people,employment|age_gender,Total|MALES,,13347,Industry of Employment by Hours Worked by Sex +G13348,M_RTrade_0,Males Retail trade Number of hours worked None,Tot_P_P|Tot_P_M|P_RTrade_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13348,Industry of Employment by Hours Worked by Sex +G13349,M_RTrade_1_15,Males Retail trade Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_RTrade_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13349,Industry of Employment by Hours Worked by Sex +G13350,M_RTrade_16_24,Males Retail trade Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_RTrade_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13350,Industry of Employment by Hours Worked by Sex +G13351,M_RTrade_25_34,Males Retail trade Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_RTrade_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13351,Industry of Employment by Hours Worked by Sex +G13352,M_RTrade_35_39,Males Retail trade Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_RTrade_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13352,Industry of Employment by Hours Worked by Sex +G13353,M_RTrade_40,Males Retail trade Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_RTrade_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13353,Industry of Employment by Hours Worked by Sex +G13354,M_RTrade_41_48,Males Retail trade Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_RTrade_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13354,Industry of Employment by Hours Worked by Sex +G13355,M_RTrade_49over,Males Retail trade Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_RTrade_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13355,Industry of Employment by Hours Worked by Sex +G13356,M_RTrade_hours_NS,Males Retail trade Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_RTrade_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13356,Industry of Employment by Hours Worked by Sex +G13357,M_RTrade_Tot,Males Retail trade Total,Tot_P_P|Tot_P_M|P_RTrade_Tot,G52A,people,employment|age_gender,Total|MALES,,13357,Industry of Employment by Hours Worked by Sex +G13358,M_AccomFoodS_0,Males Accommodation and food services Number of hours worked None,Tot_P_P|Tot_P_M|P_AccomFoodS_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13358,Industry of Employment by Hours Worked by Sex +G13359,M_AccomFoodS_1_15,Males Accommodation and food services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_AccomFoodS_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13359,Industry of Employment by Hours Worked by Sex +G13360,M_AccomFoodS_16_24,Males Accommodation and food services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_AccomFoodS_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13360,Industry of Employment by Hours Worked by Sex +G13361,M_AccomFoodS_25_34,Males Accommodation and food services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_AccomFoodS_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13361,Industry of Employment by Hours Worked by Sex +G13362,M_AccomFoodS_35_39,Males Accommodation and food services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_AccomFoodS_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13362,Industry of Employment by Hours Worked by Sex +G13363,M_AccomFoodS_40,Males Accommodation and food services Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_AccomFoodS_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13363,Industry of Employment by Hours Worked by Sex +G13364,M_AccomFoodS_41_48,Males Accommodation and food services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_AccomFoodS_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13364,Industry of Employment by Hours Worked by Sex +G13365,M_AccomFoodS_49over,Males Accommodation and food services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_AccomFoodS_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13365,Industry of Employment by Hours Worked by Sex +G13366,M_AccomFoodS_hours_NS,Males Accommodation and food services Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_AccomFoodS_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13366,Industry of Employment by Hours Worked by Sex +G13367,M_AccomFoodS_Tot,Males Accommodation and food services Total,Tot_P_P|Tot_P_M|P_AccomFoodS_Tot,G52A,people,employment|age_gender,Total|MALES,,13367,Industry of Employment by Hours Worked by Sex +G13368,M_TransPostWhse_0,Males Transport postal and warehousing Number of hours worked None,Tot_P_P|Tot_P_M|P_TransPostWhse_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13368,Industry of Employment by Hours Worked by Sex +G13369,M_TransPostWhse_1_15,Males Transport postal and warehousing Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_TransPostWhse_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13369,Industry of Employment by Hours Worked by Sex +G13370,M_TransPostWhse_16_24,Males Transport postal and warehousing Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_TransPostWhse_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13370,Industry of Employment by Hours Worked by Sex +G13371,M_TransPostWhse_25_34,Males Transport postal and warehousing Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_TransPostWhse_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13371,Industry of Employment by Hours Worked by Sex +G13372,M_TransPostWhse_35_39,Males Transport postal and warehousing Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_TransPostWhse_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13372,Industry of Employment by Hours Worked by Sex +G13373,M_TransPostWhse_40,Males Transport postal and warehousing Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_TransPostWhse_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13373,Industry of Employment by Hours Worked by Sex +G13374,M_TransPostWhse_41_48,Males Transport postal and warehousing Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_TransPostWhse_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13374,Industry of Employment by Hours Worked by Sex +G13375,M_TransPostWhse_49over,Males Transport postal and warehousing Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_TransPostWhse_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13375,Industry of Employment by Hours Worked by Sex +G13376,M_TransPostWhse_hours_NS,Males Transport postal and warehousing Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_TransPostWhse_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13376,Industry of Employment by Hours Worked by Sex +G13377,M_TransPostWhse_Tot,Males Transport postal and warehousing Total,Tot_P_P|Tot_P_M|P_TransPostWhse_Tot,G52A,people,employment|age_gender,Total|MALES,,13377,Industry of Employment by Hours Worked by Sex +G13378,M_InfoMedTelecom_0,Males Information media and telecommunications Number of hours worked None,Tot_P_P|Tot_P_M|P_InfoMedTelecom_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13378,Industry of Employment by Hours Worked by Sex +G13379,M_InfoMedTelecom_1_15,Males Information media and telecommunications Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_InfoMedTelecom_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13379,Industry of Employment by Hours Worked by Sex +G13380,M_InfoMedTelecom_16_24,Males Information media and telecommunications Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_InfoMedTelecom_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13380,Industry of Employment by Hours Worked by Sex +G13381,M_InfoMedTelecom_25_34,Males Information media and telecommunications Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_InfoMedTelecom_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13381,Industry of Employment by Hours Worked by Sex +G13382,M_InfoMedTelecom_35_39,Males Information media and telecommunications Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_InfoMedTelecom_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13382,Industry of Employment by Hours Worked by Sex +G13383,M_InfoMedTelecom_40,Males Information media and telecommunications Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_InfoMedTelecom_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13383,Industry of Employment by Hours Worked by Sex +G13384,M_InfoMedTelecom_41_48,Males Information media and telecommunications Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_InfoMedTelecom_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13384,Industry of Employment by Hours Worked by Sex +G13385,M_InfoMedTelecom_49over,Males Information media and telecommunications Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_InfoMedTelecom_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13385,Industry of Employment by Hours Worked by Sex +G13386,M_InfoMedTelecom_hours_NS,Males Information media and telecommunications Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_InfoMedTelecom_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13386,Industry of Employment by Hours Worked by Sex +G13387,M_InfoMedTelecom_Tot,Males Information media and telecommunications Total,Tot_P_P|Tot_P_M|P_InfoMedTelecom_Tot,G52A,people,employment|age_gender,Total|MALES,,13387,Industry of Employment by Hours Worked by Sex +G13388,M_FinInsurS_0,Males Financial and insurance services Number of hours worked None,Tot_P_P|Tot_P_M|P_FinInsurS_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13388,Industry of Employment by Hours Worked by Sex +G13389,M_FinInsurS_1_15,Males Financial and insurance services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_FinInsurS_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13389,Industry of Employment by Hours Worked by Sex +G13390,M_FinInsurS_16_24,Males Financial and insurance services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_FinInsurS_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13390,Industry of Employment by Hours Worked by Sex +G13391,M_FinInsurS_25_34,Males Financial and insurance services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_FinInsurS_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13391,Industry of Employment by Hours Worked by Sex +G13392,M_FinInsurS_35_39,Males Financial and insurance services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_FinInsurS_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13392,Industry of Employment by Hours Worked by Sex +G13393,M_FinInsurS_40,Males Financial and insurance services Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_FinInsurS_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13393,Industry of Employment by Hours Worked by Sex +G13394,M_FinInsurS_41_48,Males Financial and insurance services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_FinInsurS_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13394,Industry of Employment by Hours Worked by Sex +G13395,M_FinInsurS_49over,Males Financial and insurance services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_FinInsurS_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13395,Industry of Employment by Hours Worked by Sex +G13396,M_FinInsurS_hours_NS,Males Financial and insurance services Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_FinInsurS_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13396,Industry of Employment by Hours Worked by Sex +G13397,M_FinInsurS_Tot,Males Financial and insurance services Total,Tot_P_P|Tot_P_M|P_FinInsurS_Tot,G52A,people,employment|age_gender,Total|MALES,,13397,Industry of Employment by Hours Worked by Sex +G13398,M_RentHirREserv_0,Males Rental hiring and real estate services Number of hours worked None,Tot_P_P|Tot_P_M|P_RentHirREserv_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13398,Industry of Employment by Hours Worked by Sex +G13399,M_RentHirREserv_1_15,Males Rental hiring and real estate services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_RentHirREserv_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13399,Industry of Employment by Hours Worked by Sex +G13400,M_RentHirREserv_16_24,Males Rental hiring and real estate services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_RentHirREserv_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13400,Industry of Employment by Hours Worked by Sex +G13401,M_RentHirREserv_25_34,Males Rental hiring and real estate services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_RentHirREserv_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13401,Industry of Employment by Hours Worked by Sex +G13402,M_RentHirREserv_35_39,Males Rental hiring and real estate services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_RentHirREserv_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13402,Industry of Employment by Hours Worked by Sex +G13403,M_RentHirREserv_40,Males Rental hiring and real estate services Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_RentHirREserv_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13403,Industry of Employment by Hours Worked by Sex +G13404,M_RentHirREserv_41_48,Males Rental hiring and real estate services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_RentHirREserv_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13404,Industry of Employment by Hours Worked by Sex +G13405,M_RentHirREserv_49over,Males Rental hiring and real estate services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_RentHirREserv_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13405,Industry of Employment by Hours Worked by Sex +G13406,M_RentHirREserv_hours_NS,Males Rental hiring and real estate services Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_RentHirREserv_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13406,Industry of Employment by Hours Worked by Sex +G13407,M_RentHirREserv_Tot,Males Rental hiring and real estate services Total,Tot_P_P|Tot_P_M|P_RentHirREserv_Tot,G52A,people,employment|age_gender,Total|MALES,,13407,Industry of Employment by Hours Worked by Sex +G13408,M_ProScieTechServ_0,Males Professional scientific and technical services Number of hours worked None,Tot_P_P|Tot_P_M|P_ProScieTechServ_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13408,Industry of Employment by Hours Worked by Sex +G13409,M_ProScieTechServ_1_15,Males Professional scientific and technical services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_ProScieTechServ_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13409,Industry of Employment by Hours Worked by Sex +G13410,M_ProScieTechServ_16_24,Males Professional scientific and technical services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_ProScieTechServ_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13410,Industry of Employment by Hours Worked by Sex +G13411,M_ProScieTechServ_25_34,Males Professional scientific and technical services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_ProScieTechServ_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13411,Industry of Employment by Hours Worked by Sex +G13412,M_ProScieTechServ_35_39,Males Professional scientific and technical services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_ProScieTechServ_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13412,Industry of Employment by Hours Worked by Sex +G13413,M_ProScieTechServ_40,Males Professional scientific and technical services Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_ProScieTechServ_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13413,Industry of Employment by Hours Worked by Sex +G13414,M_ProScieTechServ_41_48,Males Professional scientific and technical services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_ProScieTechServ_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13414,Industry of Employment by Hours Worked by Sex +G13415,M_ProScieTechServ_49over,Males Professional scientific and technical services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_ProScieTechServ_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13415,Industry of Employment by Hours Worked by Sex +G13416,M_ProScieTechServ_hours_NS,Males Professional scientific and technical services Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_ProScieTechServ_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13416,Industry of Employment by Hours Worked by Sex +G13417,M_ProScieTechServ_Tot,Males Professional scientific and technical services Total,Tot_P_P|Tot_P_M|P_ProScieTechServ_Tot,G52A,people,employment|age_gender,Total|MALES,,13417,Industry of Employment by Hours Worked by Sex +G13418,M_AdminSupServ_0,Males Administrative and support services Number of hours worked None,Tot_P_P|Tot_P_M|P_AdminSupServ_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13418,Industry of Employment by Hours Worked by Sex +G13419,M_AdminSupServ_1_15,Males Administrative and support services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_AdminSupServ_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13419,Industry of Employment by Hours Worked by Sex +G13420,M_AdminSupServ_16_24,Males Administrative and support services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_AdminSupServ_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13420,Industry of Employment by Hours Worked by Sex +G13421,M_AdminSupServ_25_34,Males Administrative and support services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_AdminSupServ_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13421,Industry of Employment by Hours Worked by Sex +G13422,M_AdminSupServ_35_39,Males Administrative and support services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_AdminSupServ_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13422,Industry of Employment by Hours Worked by Sex +G13423,M_AdminSupServ_40,Males Administrative and support services Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_AdminSupServ_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13423,Industry of Employment by Hours Worked by Sex +G13424,M_AdminSupServ_41_48,Males Administrative and support services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_AdminSupServ_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13424,Industry of Employment by Hours Worked by Sex +G13425,M_AdminSupServ_49over,Males Administrative and support services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_AdminSupServ_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13425,Industry of Employment by Hours Worked by Sex +G13426,M_AdminSupServ_hours_NS,Males Administrative and support services Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_AdminSupServ_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13426,Industry of Employment by Hours Worked by Sex +G13427,M_AdminSupServ_Tot,Males Administrative and support services Total,Tot_P_P|Tot_P_M|P_AdminSupServ_Tot,G52A,people,employment|age_gender,Total|MALES,,13427,Industry of Employment by Hours Worked by Sex +G13428,M_PubAdmiSafety_0,Males Public administration and safety Number of hours worked None,Tot_P_P|Tot_P_M|P_PubAdmiSafety_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13428,Industry of Employment by Hours Worked by Sex +G13429,M_PubAdmiSafety_1_15,Males Public administration and safety Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_PubAdmiSafety_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13429,Industry of Employment by Hours Worked by Sex +G13430,M_PubAdmiSafety_16_24,Males Public administration and safety Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_PubAdmiSafety_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13430,Industry of Employment by Hours Worked by Sex +G13431,M_PubAdmiSafety_25_34,Males Public administration and safety Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_PubAdmiSafety_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13431,Industry of Employment by Hours Worked by Sex +G13432,M_PubAdmiSafety_35_39,Males Public administration and safety Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_PubAdmiSafety_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13432,Industry of Employment by Hours Worked by Sex +G13433,M_PubAdmiSafety_40,Males Public administration and safety Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_PubAdmiSafety_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13433,Industry of Employment by Hours Worked by Sex +G13434,M_PubAdmiSafety_41_48,Males Public administration and safety Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_PubAdmiSafety_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13434,Industry of Employment by Hours Worked by Sex +G13435,M_PubAdmiSafety_49over,Males Public administration and safety Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_PubAdmiSafety_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13435,Industry of Employment by Hours Worked by Sex +G13436,M_PubAdmiSafety_hours_NS,Males Public administration and safety Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_PubAdmiSafety_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13436,Industry of Employment by Hours Worked by Sex +G13437,M_PubAdmiSafety_Tot,Males Public administration and safety Total,Tot_P_P|Tot_P_M|P_PubAdmiSafety_Tot,G52A,people,employment|age_gender,Total|MALES,,13437,Industry of Employment by Hours Worked by Sex +G13438,M_EducTrain_0,Males Education and training Number of hours worked None,Tot_P_P|Tot_P_M|P_EducTrain_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13438,Industry of Employment by Hours Worked by Sex +G13439,M_EducTrain_1_15,Males Education and training Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_EducTrain_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13439,Industry of Employment by Hours Worked by Sex +G13440,M_EducTrain_16_24,Males Education and training Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_EducTrain_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13440,Industry of Employment by Hours Worked by Sex +G13441,M_EducTrain_25_34,Males Education and training Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_EducTrain_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13441,Industry of Employment by Hours Worked by Sex +G13442,M_EducTrain_35_39,Males Education and training Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_EducTrain_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13442,Industry of Employment by Hours Worked by Sex +G13443,M_EducTrain_40,Males Education and training Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_EducTrain_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13443,Industry of Employment by Hours Worked by Sex +G13444,M_EducTrain_41_48,Males Education and training Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_EducTrain_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13444,Industry of Employment by Hours Worked by Sex +G13445,M_EducTrain_49over,Males Education and training Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_EducTrain_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13445,Industry of Employment by Hours Worked by Sex +G13446,M_EducTrain_hours_NS,Males Education and training Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_EducTrain_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13446,Industry of Employment by Hours Worked by Sex +G13447,M_EducTrain_Tot,Males Education and training Total,Tot_P_P|Tot_P_M|P_EducTrain_Tot,G52A,people,employment|age_gender,Total|MALES,,13447,Industry of Employment by Hours Worked by Sex +G13448,M_HealthCareSocA_0,Males Health care and social assistance Number of hours worked None,Tot_P_P|Tot_P_M|P_HealthCareSocA_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13448,Industry of Employment by Hours Worked by Sex +G13449,M_HealthCareSocA_1_15,Males Health care and social assistance Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_HealthCareSocA_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13449,Industry of Employment by Hours Worked by Sex +G13450,M_HealthCareSocA_16_24,Males Health care and social assistance Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_HealthCareSocA_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13450,Industry of Employment by Hours Worked by Sex +G13451,M_HealthCareSocA_25_34,Males Health care and social assistance Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_HealthCareSocA_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13451,Industry of Employment by Hours Worked by Sex +G13452,M_HealthCareSocA_35_39,Males Health care and social assistance Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_HealthCareSocA_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13452,Industry of Employment by Hours Worked by Sex +G13453,M_HealthCareSocA_40,Males Health care and social assistance Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_HealthCareSocA_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13453,Industry of Employment by Hours Worked by Sex +G13454,M_HealthCareSocA_41_48,Males Health care and social assistance Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_HealthCareSocA_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13454,Industry of Employment by Hours Worked by Sex +G13455,M_HealthCareSocA_49over,Males Health care and social assistance Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_HealthCareSocA_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13455,Industry of Employment by Hours Worked by Sex +G13456,M_HealthCareSocA_hours_NS,Males Health care and social assistance Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_HealthCareSocA_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13456,Industry of Employment by Hours Worked by Sex +G13457,M_HealthCareSocA_Tot,Males Health care and social assistance Total,Tot_P_P|Tot_P_M|P_HealthCareSocA_Tot,G52A,people,employment|age_gender,Total|MALES,,13457,Industry of Employment by Hours Worked by Sex +G13458,M_ArtRecServ_0,Males Arts and recreation services Number of hours worked None,Tot_P_P|Tot_P_M|P_ArtRecServ_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13458,Industry of Employment by Hours Worked by Sex +G13459,M_ArtRecServ_1_15,Males Arts and recreation services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_ArtRecServ_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13459,Industry of Employment by Hours Worked by Sex +G13460,M_ArtRecServ_16_24,Males Arts and recreation services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_ArtRecServ_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13460,Industry of Employment by Hours Worked by Sex +G13461,M_ArtRecServ_25_34,Males Arts and recreation services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_ArtRecServ_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13461,Industry of Employment by Hours Worked by Sex +G13462,M_ArtRecServ_35_39,Males Arts and recreation services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_ArtRecServ_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13462,Industry of Employment by Hours Worked by Sex +G13463,M_ArtRecServ_40,Males Arts and recreation services Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_ArtRecServ_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13463,Industry of Employment by Hours Worked by Sex +G13464,M_ArtRecServ_41_48,Males Arts and recreation services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_ArtRecServ_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13464,Industry of Employment by Hours Worked by Sex +G13465,M_ArtRecServ_49over,Males Arts and recreation services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_ArtRecServ_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13465,Industry of Employment by Hours Worked by Sex +G13466,M_ArtRecServ_hours_NS,Males Arts and recreation services Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_ArtRecServ_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13466,Industry of Employment by Hours Worked by Sex +G13467,M_ArtRecServ_Tot,Males Arts and recreation services Total,Tot_P_P|Tot_P_M|P_ArtRecServ_Tot,G52A,people,employment|age_gender,Total|MALES,,13467,Industry of Employment by Hours Worked by Sex +G13468,M_OthServ_0,Males Other services Number of hours worked None,Tot_P_P|Tot_P_M|P_OthServ_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13468,Industry of Employment by Hours Worked by Sex +G13469,M_OthServ_1_15,Males Other services Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_OthServ_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13469,Industry of Employment by Hours Worked by Sex +G13470,M_OthServ_16_24,Males Other services Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_OthServ_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13470,Industry of Employment by Hours Worked by Sex +G13471,M_OthServ_25_34,Males Other services Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_OthServ_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13471,Industry of Employment by Hours Worked by Sex +G13472,M_OthServ_35_39,Males Other services Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_OthServ_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13472,Industry of Employment by Hours Worked by Sex +G13473,M_OthServ_40,Males Other services Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_OthServ_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13473,Industry of Employment by Hours Worked by Sex +G13474,M_OthServ_41_48,Males Other services Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_OthServ_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13474,Industry of Employment by Hours Worked by Sex +G13475,M_OthServ_49over,Males Other services Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_OthServ_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13475,Industry of Employment by Hours Worked by Sex +G13476,M_OthServ_hours_NS,Males Other services Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_OthServ_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13476,Industry of Employment by Hours Worked by Sex +G13477,M_OthServ_Tot,Males Other services Total,Tot_P_P|Tot_P_M|P_OthServ_Tot,G52A,people,employment|age_gender,Total|MALES,,13477,Industry of Employment by Hours Worked by Sex +G13478,M_ID_NS_0,Males Inadequately described Not stated Number of hours worked None,Tot_P_P|Tot_P_M|P_ID_NS_0,G52A,people,employment|age_gender,Number of hours worked: None|MALES,,13478,Industry of Employment by Hours Worked by Sex +G13479,M_ID_NS_1_15,Males Inadequately described Not stated Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_ID_NS_1_15,G52A,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13479,Industry of Employment by Hours Worked by Sex +G13480,M_ID_NS_16_24,Males Inadequately described Not stated Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_ID_NS_16_24,G52A,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13480,Industry of Employment by Hours Worked by Sex +G13481,M_ID_NS_25_34,Males Inadequately described Not stated Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_ID_NS_25_34,G52A,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13481,Industry of Employment by Hours Worked by Sex +G13482,M_ID_NS_35_39,Males Inadequately described Not stated Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_ID_NS_35_39,G52A,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13482,Industry of Employment by Hours Worked by Sex +G13483,M_ID_NS_40,Males Inadequately described Not stated Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_ID_NS_40,G52A,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13483,Industry of Employment by Hours Worked by Sex +G13484,M_ID_NS_41_48,Males Inadequately described Not stated Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_ID_NS_41_48,G52A,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13484,Industry of Employment by Hours Worked by Sex +G13485,M_ID_NS_49over,Males Inadequately described Not stated Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_ID_NS_49over,G52A,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13485,Industry of Employment by Hours Worked by Sex +G13486,M_ID_NS_hours_NS,Males Inadequately described Not stated Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_ID_NS_hours_NS,G52A,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13486,Industry of Employment by Hours Worked by Sex +G13487,M_ID_NS_Tot,Males Inadequately described Not stated Total,Tot_P_P|Tot_P_M|P_ID_NS_Tot,G52A,people,employment|age_gender,Total|MALES,,13487,Industry of Employment by Hours Worked by Sex +G13488,M_Tot_0,Males Total Number of hours worked None,Tot_P_P|Tot_P_M|P_Tot_0,G52B,people,employment|age_gender,Number of hours worked: None|MALES,,13488,Industry of Employment by Hours Worked by Sex +G13489,M_Tot_1_15,Males Total Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Tot_1_15,G52B,people,employment|age_gender,Number of hours worked: 1-15 hours|MALES,,13489,Industry of Employment by Hours Worked by Sex +G13490,M_Tot_16_24,Males Total Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Tot_16_24,G52B,people,employment|age_gender,Number of hours worked: 16-24 hours|MALES,,13490,Industry of Employment by Hours Worked by Sex +G13491,M_Tot_25_34,Males Total Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Tot_25_34,G52B,people,employment|age_gender,Number of hours worked: 25-34 hours|MALES,,13491,Industry of Employment by Hours Worked by Sex +G13492,M_Tot_35_39,Males Total Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Tot_35_39,G52B,people,employment|age_gender,Number of hours worked: 35-39 hours|MALES,,13492,Industry of Employment by Hours Worked by Sex +G13493,M_Tot_40,Males Total Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Tot_40,G52B,people,employment|age_gender,Number of hours worked: 40 hours|MALES,,13493,Industry of Employment by Hours Worked by Sex +G13494,M_Tot_41_48,Males Total Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Tot_41_48,G52B,people,employment|age_gender,Number of hours worked: 41-48 hours|MALES,,13494,Industry of Employment by Hours Worked by Sex +G13495,M_Tot_49over,Males Total Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Tot_49over,G52B,people,employment|age_gender,Number of hours worked: 49 and over|MALES,,13495,Industry of Employment by Hours Worked by Sex +G13496,M_Tot_hours_NS,Males Total Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Tot_hours_NS,G52B,people,employment|age_gender,Number of hours worked: Not stated|MALES,,13496,Industry of Employment by Hours Worked by Sex +G13497,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G52B,people,employment|age_gender,Total|MALES,,13497,Industry of Employment by Hours Worked by Sex +G14918,M_Tot_Managers,Males Total Occupation Managers,Tot_P_P|Tot_P_M|P_Tot_Managers,G57A,people,employment,Managers|MALES,,14918,Occupation by Age by Sex +G14919,M_Tot_Professionals,Males Total Occupation Professionals,Tot_P_P|Tot_P_M|P_Tot_Professionals,G57A,people,employment,Professionals|MALES,,14919,Occupation by Age by Sex +G14920,M_Tot_TechnicTrades_W,Males Total Occupation Technicians and trades workers,Tot_P_P|Tot_P_M|P_Tot_TechnicTrades_W,G57A,people,employment,Technicians & trades workers|MALES,,14920,Occupation by Age by Sex +G14921,M_Tot_CommunPersnlSvc_W,Males Total Occupation Community and personal service workers,Tot_P_P|Tot_P_M|P_Tot_CommunPersnlSvc_W,G57A,people,employment,Community & personal service workers|MALES,,14921,Occupation by Age by Sex +G14922,M_Tot_ClericalAdminis_W,Males Total Occupation Clerical and administrative workers,Tot_P_P|Tot_P_M|P_Tot_ClericalAdminis_W,G57A,people,employment,Clerical & administrative workers|MALES,,14922,Occupation by Age by Sex +G14923,M_Tot_Sales_W,Males Total Occupation Sales workers,Tot_P_P|Tot_P_M|P_Tot_Sales_W,G57A,people,employment,Sales workers|MALES,,14923,Occupation by Age by Sex +G14924,M_Tot_Mach_oper_drivers,Males Total Occupation Machinery operators and drivers,Tot_P_P|Tot_P_M|P_Tot_Mach_oper_drivers,G57A,people,employment,Machinery operators & drivers|MALES,,14924,Occupation by Age by Sex +G14925,M_Tot_Labourers,Males Total Occupation Labourers,Tot_P_P|Tot_P_M|P_Tot_Labourers,G57A,people,employment,Labourers|MALES,,14925,Occupation by Age by Sex +G14926,M_Tot_Occu_ID_NS,Males Total Occupation Inadequately described Not stated,Tot_P_P|Tot_P_M|P_Tot_Occu_ID_NS,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14926,Occupation by Age by Sex +G14927,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G57A,people,employment,Total|MALES,,14927,Occupation by Age by Sex +G15128,M_Mng_0,Males Managers Number of hours worked None,Tot_P_P|Tot_P_M|P_Mng_0,G58A,people,employment,Number of hours worked: None|MALES,,15128,Occupation by Hours Worked by Sex +G15129,M_Mng_1_15,Males Managers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Mng_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15129,Occupation by Hours Worked by Sex +G15130,M_Mng_16_24,Males Managers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Mng_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15130,Occupation by Hours Worked by Sex +G15131,M_Mng_25_34,Males Managers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Mng_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15131,Occupation by Hours Worked by Sex +G15132,M_Mng_35_39,Males Managers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Mng_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15132,Occupation by Hours Worked by Sex +G15133,M_Mng_40,Males Managers Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Mng_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15133,Occupation by Hours Worked by Sex +G15134,M_Mng_41_48,Males Managers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Mng_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15134,Occupation by Hours Worked by Sex +G15135,M_Mng_49over,Males Managers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Mng_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15135,Occupation by Hours Worked by Sex +G15136,M_Mng_hours_NS,Males Managers Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Mng_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15136,Occupation by Hours Worked by Sex +G15137,M_Mng_Tot,Males Managers Total,Tot_P_P|Tot_P_M|P_Mng_Tot,G58A,people,employment,Total|MALES,,15137,Occupation by Hours Worked by Sex +G15138,M_Pro_0,Males Professionals Number of hours worked None,Tot_P_P|Tot_P_M|P_Pro_0,G58A,people,employment,Number of hours worked: None|MALES,,15138,Occupation by Hours Worked by Sex +G15139,M_Pro_1_15,Males Professionals Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Pro_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15139,Occupation by Hours Worked by Sex +G15140,M_Pro_16_24,Males Professionals Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Pro_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15140,Occupation by Hours Worked by Sex +G15141,M_Pro_25_34,Males Professionals Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Pro_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15141,Occupation by Hours Worked by Sex +G15142,M_Pro_35_39,Males Professionals Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Pro_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15142,Occupation by Hours Worked by Sex +G15143,M_Pro_40,Males Professionals Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Pro_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15143,Occupation by Hours Worked by Sex +G15144,M_Pro_41_48,Males Professionals Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Pro_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15144,Occupation by Hours Worked by Sex +G15145,M_Pro_49over,Males Professionals Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Pro_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15145,Occupation by Hours Worked by Sex +G15146,M_Pro_hours_NS,Males Professionals Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Pro_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15146,Occupation by Hours Worked by Sex +G15147,M_Pro_Tot,Males Professionals Total,Tot_P_P|Tot_P_M|P_Pro_Tot,G58A,people,employment,Total|MALES,,15147,Occupation by Hours Worked by Sex +G15148,M_TTW_0,Males Technicians and trades workers Number of hours worked None,Tot_P_P|Tot_P_M|P_TTW_0,G58A,people,employment,Number of hours worked: None|MALES,,15148,Occupation by Hours Worked by Sex +G15149,M_TTW_1_15,Males Technicians and trades workers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_TTW_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15149,Occupation by Hours Worked by Sex +G15150,M_TTW_16_24,Males Technicians and trades workers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_TTW_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15150,Occupation by Hours Worked by Sex +G15151,M_TTW_25_34,Males Technicians and trades workers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_TTW_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15151,Occupation by Hours Worked by Sex +G15152,M_TTW_35_39,Males Technicians and trades workers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_TTW_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15152,Occupation by Hours Worked by Sex +G15153,M_TTW_40,Males Technicians and trades workers Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_TTW_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15153,Occupation by Hours Worked by Sex +G15154,M_TTW_41_48,Males Technicians and trades workers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_TTW_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15154,Occupation by Hours Worked by Sex +G15155,M_TTW_49over,Males Technicians and trades workers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_TTW_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15155,Occupation by Hours Worked by Sex +G15156,M_TTW_hours_NS,Males Technicians and trades workers Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_TTW_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15156,Occupation by Hours Worked by Sex +G15157,M_TTW_Tot,Males Technicians and trades workers Total,Tot_P_P|Tot_P_M|P_TTW_Tot,G58A,people,employment,Total|MALES,,15157,Occupation by Hours Worked by Sex +G15158,M_CPS_0,Males Community and personal service workers Number of hours worked None,Tot_P_P|Tot_P_M|P_CPS_0,G58A,people,employment,Number of hours worked: None|MALES,,15158,Occupation by Hours Worked by Sex +G15159,M_CPS_1_15,Males Community and personal service workers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_CPS_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15159,Occupation by Hours Worked by Sex +G15160,M_CPS_16_24,Males Community and personal service workers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_CPS_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15160,Occupation by Hours Worked by Sex +G15161,M_CPS_25_34,Males Community and personal service workers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_CPS_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15161,Occupation by Hours Worked by Sex +G15162,M_CPS_35_39,Males Community and personal service workers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_CPS_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15162,Occupation by Hours Worked by Sex +G15163,M_CPS_40,Males Community and personal service workers Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_CPS_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15163,Occupation by Hours Worked by Sex +G15164,M_CPS_41_48,Males Community and personal service workers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_CPS_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15164,Occupation by Hours Worked by Sex +G15165,M_CPS_49over,Males Community and personal service workers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_CPS_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15165,Occupation by Hours Worked by Sex +G15166,M_CPS_hours_NS,Males Community and personal service workers Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_CPS_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15166,Occupation by Hours Worked by Sex +G15167,M_CPS_Tot,Males Community and personal service workers Total,Tot_P_P|Tot_P_M|P_CPS_Tot,G58A,people,employment,Total|MALES,,15167,Occupation by Hours Worked by Sex +G15168,M_CA_0,Males Clerical and administrative workers Number of hours worked None,Tot_P_P|Tot_P_M|P_CA_0,G58A,people,employment,Number of hours worked: None|MALES,,15168,Occupation by Hours Worked by Sex +G15169,M_CA_1_15,Males Clerical and administrative workers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_CA_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15169,Occupation by Hours Worked by Sex +G15170,M_CA_16_24,Males Clerical and administrative workers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_CA_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15170,Occupation by Hours Worked by Sex +G15171,M_CA_25_34,Males Clerical and administrative workers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_CA_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15171,Occupation by Hours Worked by Sex +G15172,M_CA_35_39,Males Clerical and administrative workers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_CA_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15172,Occupation by Hours Worked by Sex +G15173,M_CA_40,Males Clerical and administrative workers Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_CA_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15173,Occupation by Hours Worked by Sex +G15174,M_CA_41_48,Males Clerical and administrative workers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_CA_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15174,Occupation by Hours Worked by Sex +G15175,M_CA_49over,Males Clerical and administrative workers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_CA_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15175,Occupation by Hours Worked by Sex +G15176,M_CA_hours_NS,Males Clerical and administrative workers Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_CA_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15176,Occupation by Hours Worked by Sex +G15177,M_CA_Tot,Males Clerical and administrative workers Total,Tot_P_P|Tot_P_M|P_CA_Tot,G58A,people,employment,Total|MALES,,15177,Occupation by Hours Worked by Sex +G15178,M_Sal_0,Males Sales workers Number of hours worked None,Tot_P_P|Tot_P_M|P_Sal_0,G58A,people,employment,Number of hours worked: None|MALES,,15178,Occupation by Hours Worked by Sex +G15179,M_Sal_1_15,Males Sales workers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Sal_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15179,Occupation by Hours Worked by Sex +G15180,M_Sal_16_24,Males Sales workers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Sal_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15180,Occupation by Hours Worked by Sex +G15181,M_Sal_25_34,Males Sales workers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Sal_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15181,Occupation by Hours Worked by Sex +G15182,M_Sal_35_39,Males Sales workers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Sal_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15182,Occupation by Hours Worked by Sex +G15183,M_Sal_40,Males Sales workers Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Sal_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15183,Occupation by Hours Worked by Sex +G15184,M_Sal_41_48,Males Sales workers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Sal_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15184,Occupation by Hours Worked by Sex +G15185,M_Sal_49over,Males Sales workers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Sal_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15185,Occupation by Hours Worked by Sex +G15186,M_Sal_hours_NS,Males Sales workers Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Sal_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15186,Occupation by Hours Worked by Sex +G15187,M_Sal_Tot,Males Sales workers Total,Tot_P_P|Tot_P_M|P_Sal_Tot,G58A,people,employment,Total|MALES,,15187,Occupation by Hours Worked by Sex +G15188,M_MOD_0,Males Machinery operators and drivers Number of hours worked None,Tot_P_P|Tot_P_M|P_MOD_0,G58A,people,employment,Number of hours worked: None|MALES,,15188,Occupation by Hours Worked by Sex +G15189,M_MOD_1_15,Males Machinery operators and drivers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_MOD_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15189,Occupation by Hours Worked by Sex +G15190,M_MOD_16_24,Males Machinery operators and drivers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_MOD_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15190,Occupation by Hours Worked by Sex +G15191,M_MOD_25_34,Males Machinery operators and drivers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_MOD_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15191,Occupation by Hours Worked by Sex +G15192,M_MOD_35_39,Males Machinery operators and drivers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_MOD_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15192,Occupation by Hours Worked by Sex +G15193,M_MOD_40,Males Machinery operators and drivers Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_MOD_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15193,Occupation by Hours Worked by Sex +G15194,M_MOD_41_48,Males Machinery operators and drivers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_MOD_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15194,Occupation by Hours Worked by Sex +G15195,M_MOD_49over,Males Machinery operators and drivers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_MOD_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15195,Occupation by Hours Worked by Sex +G15196,M_MOD_hours_NS,Males Machinery operators and drivers Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_MOD_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15196,Occupation by Hours Worked by Sex +G15197,M_MOD_Tot,Males Machinery operators and drivers Total,Tot_P_P|Tot_P_M|P_MOD_Tot,G58A,people,employment,Total|MALES,,15197,Occupation by Hours Worked by Sex +G15198,M_Lab_0,Males Labourers Number of hours worked None,Tot_P_P|Tot_P_M|P_Lab_0,G58A,people,employment,Number of hours worked: None|MALES,,15198,Occupation by Hours Worked by Sex +G15199,M_Lab_1_15,Males Labourers Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Lab_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15199,Occupation by Hours Worked by Sex +G15200,M_Lab_16_24,Males Labourers Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Lab_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15200,Occupation by Hours Worked by Sex +G15201,M_Lab_25_34,Males Labourers Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Lab_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15201,Occupation by Hours Worked by Sex +G15202,M_Lab_35_39,Males Labourers Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Lab_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15202,Occupation by Hours Worked by Sex +G15203,M_Lab_40,Males Labourers Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Lab_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15203,Occupation by Hours Worked by Sex +G15204,M_Lab_41_48,Males Labourers Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Lab_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15204,Occupation by Hours Worked by Sex +G15205,M_Lab_49over,Males Labourers Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Lab_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15205,Occupation by Hours Worked by Sex +G15206,M_Lab_hours_NS,Males Labourers Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Lab_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15206,Occupation by Hours Worked by Sex +G15207,M_Lab_Tot,Males Labourers Total,Tot_P_P|Tot_P_M|P_Lab_Tot,G58A,people,employment,Total|MALES,,15207,Occupation by Hours Worked by Sex +G15208,M_ID_NS_0,Males Inadequately described Not stated Number of hours worked None,Tot_P_P|Tot_P_M|P_ID_NS_0,G58A,people,employment,Number of hours worked: None|MALES,,15208,Occupation by Hours Worked by Sex +G15209,M_ID_NS_1_15,Males Inadequately described Not stated Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_ID_NS_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15209,Occupation by Hours Worked by Sex +G15210,M_ID_NS_16_24,Males Inadequately described Not stated Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_ID_NS_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15210,Occupation by Hours Worked by Sex +G15211,M_ID_NS_25_34,Males Inadequately described Not stated Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_ID_NS_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15211,Occupation by Hours Worked by Sex +G15212,M_ID_NS_35_39,Males Inadequately described Not stated Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_ID_NS_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15212,Occupation by Hours Worked by Sex +G15213,M_ID_NS_40,Males Inadequately described Not stated Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_ID_NS_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15213,Occupation by Hours Worked by Sex +G15214,M_ID_NS_41_48,Males Inadequately described Not stated Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_ID_NS_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15214,Occupation by Hours Worked by Sex +G15215,M_ID_NS_49over,Males Inadequately described Not stated Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_ID_NS_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15215,Occupation by Hours Worked by Sex +G15216,M_ID_NS_hours_NS,Males Inadequately described Not stated Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_ID_NS_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15216,Occupation by Hours Worked by Sex +G15217,M_ID_NS_Tot,Males Inadequately described Not stated Total,Tot_P_P|Tot_P_M|P_ID_NS_Tot,G58A,people,employment,Total|MALES,,15217,Occupation by Hours Worked by Sex +G15218,M_Tot_0,Males Total Number of hours worked None,Tot_P_P|Tot_P_M|P_Tot_0,G58A,people,employment,Number of hours worked: None|MALES,,15218,Occupation by Hours Worked by Sex +G15219,M_Tot_1_15,Males Total Number of hours worked 1 15 hours,Tot_P_P|Tot_P_M|P_Tot_1_15,G58A,people,employment,Number of hours worked: 1-15 hours|MALES,,15219,Occupation by Hours Worked by Sex +G15220,M_Tot_16_24,Males Total Number of hours worked 16 24 hours,Tot_P_P|Tot_P_M|P_Tot_16_24,G58A,people,employment,Number of hours worked: 16-24 hours|MALES,,15220,Occupation by Hours Worked by Sex +G15221,M_Tot_25_34,Males Total Number of hours worked 25 34 hours,Tot_P_P|Tot_P_M|P_Tot_25_34,G58A,people,employment,Number of hours worked: 25-34 hours|MALES,,15221,Occupation by Hours Worked by Sex +G15222,M_Tot_35_39,Males Total Number of hours worked 35 39 hours,Tot_P_P|Tot_P_M|P_Tot_35_39,G58A,people,employment,Number of hours worked: 35-39 hours|MALES,,15222,Occupation by Hours Worked by Sex +G15223,M_Tot_40,Males Total Number of hours worked 40 hours,Tot_P_P|Tot_P_M|P_Tot_40,G58A,people,employment,Number of hours worked: 40 hours|MALES,,15223,Occupation by Hours Worked by Sex +G15224,M_Tot_41_48,Males Total Number of hours worked 41 48 hours,Tot_P_P|Tot_P_M|P_Tot_41_48,G58A,people,employment,Number of hours worked: 41-48 hours|MALES,,15224,Occupation by Hours Worked by Sex +G15225,M_Tot_49over,Males Total Number of hours worked 49 hours and over,Tot_P_P|Tot_P_M|P_Tot_49over,G58A,people,employment,Number of hours worked: 49 and over|MALES,,15225,Occupation by Hours Worked by Sex +G15226,M_Tot_hours_NS,Males Total Number of hours worked Not stated,Tot_P_P|Tot_P_M|P_Tot_hours_NS,G58A,people,employment,Number of hours worked: Not stated|MALES,,15226,Occupation by Hours Worked by Sex +G15227,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G58A,people,employment,Total|MALES,,15227,Occupation by Hours Worked by Sex +G15428,One_method_Train_M,One method Train Males,Tot_P_P|Tot_P_M|One_method_Train_P,G59,people,transportation,Males,,15428,Method of Travel to Work by Sex +G15431,One_method_Bus_M,One method Bus Males,Tot_P_P|Tot_P_M|One_method_Bus_P,G59,people,transportation,Males,,15431,Method of Travel to Work by Sex +G15434,One_method_Ferry_M,One method Ferry Males,Tot_P_P|Tot_P_M|One_method_Ferry_P,G59,people,transportation,Males,,15434,Method of Travel to Work by Sex +G15437,One_met_Tram_incl_lt_rail_M,One method Tram includes light rail Males,Tot_P_P|Tot_P_M|One_met_Tram_incl_lt_rail_P,G59,people,transportation,Males,,15437,Method of Travel to Work by Sex +G15440,One_method_Taxi_M,One method Taxi Males,Tot_P_P|Tot_P_M|One_method_Taxi_P,G59,people,transportation,Males,,15440,Method of Travel to Work by Sex +G15443,One_method_Car_as_driver_M,One method Car as driver Males,Tot_P_P|Tot_P_M|One_method_Car_as_driver_P,G59,people,transportation,Males,,15443,Method of Travel to Work by Sex +G15446,One_method_Car_as_passenger_M,One method Car as passenger Males,Tot_P_P|Tot_P_M|One_method_Car_as_passenger_P,G59,people,transportation,Males,,15446,Method of Travel to Work by Sex +G15449,One_method_Truck_M,One method Truck Males,Tot_P_P|Tot_P_M|One_method_Truck_P,G59,people,transportation,Males,,15449,Method of Travel to Work by Sex +G15452,One_method_Motorbike_scootr_M,One method Motorbike scooter Males,Tot_P_P|Tot_P_M|One_method_P,G59,people,transportation,Males,,15452,Method of Travel to Work by Sex +G15455,One_method_Bicycle_M,One method Bicycle Males,Tot_P_P|Tot_P_M|One_method_Bicycle_P,G59,people,transportation,Males,,15455,Method of Travel to Work by Sex +G15458,One_method_Other_M,One method Other Males,Tot_P_P|Tot_P_M|One_method_Other_P,G59,people,transportation,Males,,15458,Method of Travel to Work by Sex +G15461,One_method_Walked_only_M,One method Walked only Males,Tot_P_P|Tot_P_M|One_method_Walked_only_P,G59,people,transportation,Males,,15461,Method of Travel to Work by Sex +G15464,One_method_Tot_one_method_M,One method Total one method Males,Tot_P_P|Tot_P_M|One_method_Tot_one_method_P,G59,people,transportation,Males,,15464,Method of Travel to Work by Sex +G15467,Two_methods_Train_Bus_M,Two methods Train and Bus Males,Tot_P_P|Tot_P_M|Two_methods_Train_Bus_P,G59,people,transportation,Males,,15467,Method of Travel to Work by Sex +G15470,Two_methods_Train_Ferry_M,Two methods Train and Ferry Males,Tot_P_P|Tot_P_M|Two_methods_Train_Ferry_P,G59,people,transportation,Males,,15470,Method of Travel to Work by Sex +G15473,Two_mt_trn_Trm_incl_lt_rl_M,Two methods Train and Tram includes light rail Males,Tot_P_P|Tot_P_M|Two_mt_trn_Trm_incl_lt_rl_P,G59,people,transportation,Males,,15473,Method of Travel to Work by Sex +G15476,Two_methods_Trn_Car_as_drvr_M,Two methods Train and Car as driver Males,Tot_P_P|Tot_P_M|Two_methods_Trn_Car_as_drvr_P,G59,people,transportation,Males,,15476,Method of Travel to Work by Sex +G15479,Two_methods_Trn_Car_as_pass_M,Two methods Train and Car as passenger Males,Tot_P_P|Tot_P_M|Two_methods_Trn_Car_as_pass_P,G59,people,transportation,Males,,15479,Method of Travel to Work by Sex +G15482,Two_methods_Train_Other_M,Two methods Train and Other Males,Tot_P_P|Tot_P_M|Two_methods_Train_Other_P,G59,people,transportation,Males,,15482,Method of Travel to Work by Sex +G15485,Two_methods_Train_Tot_M,Two methods Train and Total Males,Tot_P_P|Tot_P_M|Two_methods_Train_Tot_P,G59,people,transportation,Males,,15485,Method of Travel to Work by Sex +G15488,Two_methods_Bus_Ferry_M,Two methods Bus and Ferry Males,Tot_P_P|Tot_P_M|Two_methods_Bus_Ferry_P,G59,people,transportation,Males,,15488,Method of Travel to Work by Sex +G15491,Two_mth_Bu_Trm_inc_lt_rl_M,Two methods Bus and Tram includes light rail Males,Tot_P_P|Tot_P_M|Two_mth_Bu_Trm_inc_lt_rl_P,G59,people,transportation,Males,,15491,Method of Travel to Work by Sex +G15494,Two_methods_Bus_Car_as_drvr_M,Two methods Bus and Car as driver Males,Tot_P_P|Tot_P_M|Two_methods_Bus_Car_as_drvr_P,G59,people,transportation,Males,,15494,Method of Travel to Work by Sex +G15497,Two_methods_Bus_Car_as_pass_M,Two methods Bus and Car as passenger Males,Tot_P_P|Tot_P_M|Two_methods_Bus_Car_as_pass_P,G59,people,transportation,Males,,15497,Method of Travel to Work by Sex +G15500,Two_methods_Bus_Other_M,Two methods Bus and Other Males,Tot_P_P|Tot_P_M|Two_methods_Bus_Other_P,G59,people,transportation,Males,,15500,Method of Travel to Work by Sex +G15503,Two_methods_Bus_Tot_M,Two methods Bus and Total Males,Tot_P_P|Tot_P_M|Two_methods_Bus_Tot_P,G59,people,transportation,Males,,15503,Method of Travel to Work by Sex +G15506,Two_methds_Othr_two_methds_M,Two methods Other two methods Males,Tot_P_P|Tot_P_M|Two_methds_Othr_two_methds_P,G59,people,transportation,Males,,15506,Method of Travel to Work by Sex +G15509,Two_methods_Tot_two_methods_M,Two methods Total two methods Males,Tot_P_P|Tot_P_M|Two_methods_Tot_two_methods_P,G59,people,transportation,Males,,15509,Method of Travel to Work by Sex +G15512,Three_meth_Trn_two_othr_met_M,Three methods Train and two other methods Males,Tot_P_P|Tot_P_M|Three_meth_Trn_two_othr_met_P,G59,people,transportation,Males,,15512,Method of Travel to Work by Sex +G15515,Three_met_Bs_2_ot_met_ex_tr_M,Three methods Bus and two other methods excludes train Males,Tot_P_P|Tot_P_M|Three_met_Bs_2_ot_met_ex_tr_P,G59,people,transportation,Males,,15515,Method of Travel to Work by Sex +G15518,Three_meth_Othr_three_meth_M,Three methods Other three methods Males,Tot_P_P|Tot_P_M|Three_meth_Othr_three_meth_P,G59,people,transportation,Males,,15518,Method of Travel to Work by Sex +G15521,Three_meth_Tot_three_meth_M,Three methods Total three methods Males,Tot_P_P|Tot_P_M|Three_meth_Tot_three_meth_P,G59,people,transportation,Males,,15521,Method of Travel to Work by Sex +G15524,Worked_home_M,Worked at home Males,Tot_P_P|Tot_P_M|Worked_home_P,G59,people,transportation,Males,,15524,Method of Travel to Work by Sex +G15527,Did_not_go_to_work_M,Did not go to work Males,Tot_P_P|Tot_P_M|Did_not_go_to_work_P,G59,people,transportation,Males,,15527,Method of Travel to Work by Sex +G15530,Method_travel_to_work_ns_M,Method of travel to work not stated Males,Tot_P_P|Tot_P_M|Method_travel_to_work_ns_P,G59,people,transportation,Males,,15530,Method of Travel to Work by Sex +G15533,Tot_M,Total Males,Tot_P_P|Tot_P_M|Tot_P,G59,people,transportation,Males,,15533,Method of Travel to Work by Sex G117,Count_home_Census_Nt_0_14_yr,Counted at home on Census Night Age 0 14 years,,G03,people,age_gender,0-14 years,,117,Place of Usual Residence on Census Night by Age G118,Count_hom_Census_Nt_15_24_yr,Counted at home on Census Night Age 15 24 years,,G03,people,age_gender,15-24 years,,118,Place of Usual Residence on Census Night by Age G119,Count_hom_Census_Nt_25_34_yr,Counted at home on Census Night Age 25 34 years,,G03,people,age_gender,25-34 years,,119,Place of Usual Residence on Census Night by Age @@ -247,486 +9599,6 @@ G253,Total_65_74_yr,Total Age 65 74 years,,G03,people,age_gender,65-74 years,,25 G254,Total_75_84_yr,Total Age 75 84 years,,G03,people,age_gender,75-84 years,,254,Place of Usual Residence on Census Night by Age G255,Total_85ov,Total Age 85 years and over,,G03,people,age_gender,85 years and over,,255,Place of Usual Residence on Census Night by Age G256,Total_Total,Total Total,,G03,people,age_gender,Total,,256,Place of Usual Residence on Census Night by Age -G563,M_15_19_yr_Married,Males 15 19 years Married,,G05,people,families,Married|MALES,,563,Registered Marital Status by Age by Sex -G564,M_15_19_yr_Separated,Males 15 19 years Separated,,G05,people,families,Separated|MALES,,564,Registered Marital Status by Age by Sex -G565,M_15_19_yr_Divorced,Males 15 19 years Divorced,,G05,people,families,Divorced|MALES,,565,Registered Marital Status by Age by Sex -G566,M_15_19_yr_Widowed,Males 15 19 years Widowed,,G05,people,families,Widowed|MALES,,566,Registered Marital Status by Age by Sex -G567,M_15_19_yr_Never_Married,Males 15 19 years Never Married,,G05,people,families,Never Married|MALES,,567,Registered Marital Status by Age by Sex -G568,M_15_19_yr_Tot,Males 15 19 years Total,,G05,people,families,Total|MALES,,568,Registered Marital Status by Age by Sex -G569,M_20_24_yr_Married,Males 20 24 years Married,,G05,people,families,Married|MALES,,569,Registered Marital Status by Age by Sex -G570,M_20_24_yr_Separated,Males 20 24 years Separated,,G05,people,families,Separated|MALES,,570,Registered Marital Status by Age by Sex -G571,M_20_24_yr_Divorced,Males 20 24 years Divorced,,G05,people,families,Divorced|MALES,,571,Registered Marital Status by Age by Sex -G572,M_20_24_yr_Widowed,Males 20 24 years Widowed,,G05,people,families,Widowed|MALES,,572,Registered Marital Status by Age by Sex -G573,M_20_24_yr_Never_Married,Males 20 24 years Never Married,,G05,people,families,Never Married|MALES,,573,Registered Marital Status by Age by Sex -G574,M_20_24_yr_Tot,Males 20 24 years Total,,G05,people,families,Total|MALES,,574,Registered Marital Status by Age by Sex -G575,M_25_34_yr_Married,Males 25 34 years Married,,G05,people,families,Married|MALES,,575,Registered Marital Status by Age by Sex -G576,M_25_34_yr_Separated,Males 25 34 years Separated,,G05,people,families,Separated|MALES,,576,Registered Marital Status by Age by Sex -G577,M_25_34_yr_Divorced,Males 25 34 years Divorced,,G05,people,families,Divorced|MALES,,577,Registered Marital Status by Age by Sex -G578,M_25_34_yr_Widowed,Males 25 34 years Widowed,,G05,people,families,Widowed|MALES,,578,Registered Marital Status by Age by Sex -G579,M_25_34_yr_Never_Married,Males 25 34 years Never Married,,G05,people,families,Never Married|MALES,,579,Registered Marital Status by Age by Sex -G580,M_25_34_yr_Tot,Males 25 34 years Total,,G05,people,families,Total|MALES,,580,Registered Marital Status by Age by Sex -G581,M_35_44_yr_Married,Males 35 44 years Married,,G05,people,families,Married|MALES,,581,Registered Marital Status by Age by Sex -G582,M_35_44_yr_Separated,Males 35 44 years Separated,,G05,people,families,Separated|MALES,,582,Registered Marital Status by Age by Sex -G583,M_35_44_yr_Divorced,Males 35 44 years Divorced,,G05,people,families,Divorced|MALES,,583,Registered Marital Status by Age by Sex -G584,M_35_44_yr_Widowed,Males 35 44 years Widowed,,G05,people,families,Widowed|MALES,,584,Registered Marital Status by Age by Sex -G585,M_35_44_yr_Never_Married,Males 35 44 years Never Married,,G05,people,families,Never Married|MALES,,585,Registered Marital Status by Age by Sex -G586,M_35_44_yr_Tot,Males 35 44 years Total,,G05,people,families,Total|MALES,,586,Registered Marital Status by Age by Sex -G587,M_45_54_yr_Married,Males 45 54 years Married,,G05,people,families,Married|MALES,,587,Registered Marital Status by Age by Sex -G588,M_45_54_yr_Separated,Males 45 54 years Separated,,G05,people,families,Separated|MALES,,588,Registered Marital Status by Age by Sex -G589,M_45_54_yr_Divorced,Males 45 54 years Divorced,,G05,people,families,Divorced|MALES,,589,Registered Marital Status by Age by Sex -G590,M_45_54_yr_Widowed,Males 45 54 years Widowed,,G05,people,families,Widowed|MALES,,590,Registered Marital Status by Age by Sex -G591,M_45_54_yr_Never_Married,Males 45 54 years Never Married,,G05,people,families,Never Married|MALES,,591,Registered Marital Status by Age by Sex -G592,M_45_54_yr_Tot,Males 45 54 years Total,,G05,people,families,Total|MALES,,592,Registered Marital Status by Age by Sex -G593,M_55_64_yr_Married,Males 55 64 years Married,,G05,people,families,Married|MALES,,593,Registered Marital Status by Age by Sex -G594,M_55_64_yr_Separated,Males 55 64 years Separated,,G05,people,families,Separated|MALES,,594,Registered Marital Status by Age by Sex -G595,M_55_64_yr_Divorced,Males 55 64 years Divorced,,G05,people,families,Divorced|MALES,,595,Registered Marital Status by Age by Sex -G596,M_55_64_yr_Widowed,Males 55 64 years Widowed,,G05,people,families,Widowed|MALES,,596,Registered Marital Status by Age by Sex -G597,M_55_64_yr_Never_Married,Males 55 64 years Never Married,,G05,people,families,Never Married|MALES,,597,Registered Marital Status by Age by Sex -G598,M_55_64_yr_Tot,Males 55 64 years Total,,G05,people,families,Total|MALES,,598,Registered Marital Status by Age by Sex -G599,M_65_74_yr_Married,Males 65 74 years Married,,G05,people,families,Married|MALES,,599,Registered Marital Status by Age by Sex -G600,M_65_74_yr_Separated,Males 65 74 years Separated,,G05,people,families,Separated|MALES,,600,Registered Marital Status by Age by Sex -G601,M_65_74_yr_Divorced,Males 65 74 years Divorced,,G05,people,families,Divorced|MALES,,601,Registered Marital Status by Age by Sex -G602,M_65_74_yr_Widowed,Males 65 74 years Widowed,,G05,people,families,Widowed|MALES,,602,Registered Marital Status by Age by Sex -G603,M_65_74_yr_Never_Married,Males 65 74 years Never Married,,G05,people,families,Never Married|MALES,,603,Registered Marital Status by Age by Sex -G604,M_65_74_yr_Tot,Males 65 74 years Total,,G05,people,families,Total|MALES,,604,Registered Marital Status by Age by Sex -G605,M_75_84_yr_Married,Males 75 84 years Married,,G05,people,families,Married|MALES,,605,Registered Marital Status by Age by Sex -G606,M_75_84_yr_Separated,Males 75 84 years Separated,,G05,people,families,Separated|MALES,,606,Registered Marital Status by Age by Sex -G607,M_75_84_yr_Divorced,Males 75 84 years Divorced,,G05,people,families,Divorced|MALES,,607,Registered Marital Status by Age by Sex -G608,M_75_84_yr_Widowed,Males 75 84 years Widowed,,G05,people,families,Widowed|MALES,,608,Registered Marital Status by Age by Sex -G609,M_75_84_yr_Never_Married,Males 75 84 years Never Married,,G05,people,families,Never Married|MALES,,609,Registered Marital Status by Age by Sex -G610,M_75_84_yr_Tot,Males 75 84 years Total,,G05,people,families,Total|MALES,,610,Registered Marital Status by Age by Sex -G611,M_85ov_Married,Males 85 years and over Married,,G05,people,families,Married|MALES,,611,Registered Marital Status by Age by Sex -G612,M_85ov_Separated,Males 85 years and over Separated,,G05,people,families,Separated|MALES,,612,Registered Marital Status by Age by Sex -G613,M_85ov_Divorced,Males 85 years and over Divorced,,G05,people,families,Divorced|MALES,,613,Registered Marital Status by Age by Sex -G614,M_85ov_Widowed,Males 85 years and over Widowed,,G05,people,families,Widowed|MALES,,614,Registered Marital Status by Age by Sex -G615,M_85ov_Never_Married,Males 85 years and over Never Married,,G05,people,families,Never Married|MALES,,615,Registered Marital Status by Age by Sex -G616,M_85ov_Tot,Males 85 years and over Total,,G05,people,families,Total|MALES,,616,Registered Marital Status by Age by Sex -G617,M_Tot_Married,Males Total Married,,G05,people,families,Married|MALES,,617,Registered Marital Status by Age by Sex -G618,M_Tot_Separated,Males Total Separated,,G05,people,families,Separated|MALES,,618,Registered Marital Status by Age by Sex -G619,M_Tot_Divorced,Males Total Divorced,,G05,people,families,Divorced|MALES,,619,Registered Marital Status by Age by Sex -G620,M_Tot_Widowed,Males Total Widowed,,G05,people,families,Widowed|MALES,,620,Registered Marital Status by Age by Sex -G621,M_Tot_Never_Married,Males Total Never Married,,G05,people,families,Never Married|MALES,,621,Registered Marital Status by Age by Sex -G622,M_Tot_Tot,Males Total Total,,G05,people,families,Total|MALES,,622,Registered Marital Status by Age by Sex -G623,F_15_19_yr_Married,Females 15 19 years Married,,G05,people,families,Married|FEMALES,,623,Registered Marital Status by Age by Sex -G624,F_15_19_yr_Separated,Females 15 19 years Separated,,G05,people,families,Separated|FEMALES,,624,Registered Marital Status by Age by Sex -G625,F_15_19_yr_Divorced,Females 15 19 years Divorced,,G05,people,families,Divorced|FEMALES,,625,Registered Marital Status by Age by Sex -G626,F_15_19_yr_Widowed,Females 15 19 years Widowed,,G05,people,families,Widowed|FEMALES,,626,Registered Marital Status by Age by Sex -G627,F_15_19_yr_Never_Married,Females 15 19 years Never Married,,G05,people,families,Never Married|FEMALES,,627,Registered Marital Status by Age by Sex -G628,F_15_19_yr_Tot,Females 15 19 years Total,,G05,people,families,Total|FEMALES,,628,Registered Marital Status by Age by Sex -G629,F_20_24_yr_Married,Females 20 24 years Married,,G05,people,families,Married|FEMALES,,629,Registered Marital Status by Age by Sex -G630,F_20_24_yr_Separated,Females 20 24 years Separated,,G05,people,families,Separated|FEMALES,,630,Registered Marital Status by Age by Sex -G631,F_20_24_yr_Divorced,Females 20 24 years Divorced,,G05,people,families,Divorced|FEMALES,,631,Registered Marital Status by Age by Sex -G632,F_20_24_yr_Widowed,Females 20 24 years Widowed,,G05,people,families,Widowed|FEMALES,,632,Registered Marital Status by Age by Sex -G633,F_20_24_yr_Never_Married,Females 20 24 years Never Married,,G05,people,families,Never Married|FEMALES,,633,Registered Marital Status by Age by Sex -G634,F_20_24_yr_Tot,Females 20 24 years Total,,G05,people,families,Total|FEMALES,,634,Registered Marital Status by Age by Sex -G635,F_25_34_yr_Married,Females 25 34 years Married,,G05,people,families,Married|FEMALES,,635,Registered Marital Status by Age by Sex -G636,F_25_34_yr_Separated,Females 25 34 years Separated,,G05,people,families,Separated|FEMALES,,636,Registered Marital Status by Age by Sex -G637,F_25_34_yr_Divorced,Females 25 34 years Divorced,,G05,people,families,Divorced|FEMALES,,637,Registered Marital Status by Age by Sex -G638,F_25_34_yr_Widowed,Females 25 34 years Widowed,,G05,people,families,Widowed|FEMALES,,638,Registered Marital Status by Age by Sex -G639,F_25_34_yr_Never_Married,Females 25 34 years Never Married,,G05,people,families,Never Married|FEMALES,,639,Registered Marital Status by Age by Sex -G640,F_25_34_yr_Tot,Females 25 34 years Total,,G05,people,families,Total|FEMALES,,640,Registered Marital Status by Age by Sex -G641,F_35_44_yr_Married,Females 35 44 years Married,,G05,people,families,Married|FEMALES,,641,Registered Marital Status by Age by Sex -G642,F_35_44_yr_Separated,Females 35 44 years Separated,,G05,people,families,Separated|FEMALES,,642,Registered Marital Status by Age by Sex -G643,F_35_44_yr_Divorced,Females 35 44 years Divorced,,G05,people,families,Divorced|FEMALES,,643,Registered Marital Status by Age by Sex -G644,F_35_44_yr_Widowed,Females 35 44 years Widowed,,G05,people,families,Widowed|FEMALES,,644,Registered Marital Status by Age by Sex -G645,F_35_44_yr_Never_Married,Females 35 44 years Never Married,,G05,people,families,Never Married|FEMALES,,645,Registered Marital Status by Age by Sex -G646,F_35_44_yr_Tot,Females 35 44 years Total,,G05,people,families,Total|FEMALES,,646,Registered Marital Status by Age by Sex -G647,F_45_54_yr_Married,Females 45 54 years Married,,G05,people,families,Married|FEMALES,,647,Registered Marital Status by Age by Sex -G648,F_45_54_yr_Separated,Females 45 54 years Separated,,G05,people,families,Separated|FEMALES,,648,Registered Marital Status by Age by Sex -G649,F_45_54_yr_Divorced,Females 45 54 years Divorced,,G05,people,families,Divorced|FEMALES,,649,Registered Marital Status by Age by Sex -G650,F_45_54_yr_Widowed,Females 45 54 years Widowed,,G05,people,families,Widowed|FEMALES,,650,Registered Marital Status by Age by Sex -G651,F_45_54_yr_Never_Married,Females 45 54 years Never Married,,G05,people,families,Never Married|FEMALES,,651,Registered Marital Status by Age by Sex -G652,F_45_54_yr_Tot,Females 45 54 years Total,,G05,people,families,Total|FEMALES,,652,Registered Marital Status by Age by Sex -G653,F_55_64_yr_Married,Females 55 64 years Married,,G05,people,families,Married|FEMALES,,653,Registered Marital Status by Age by Sex -G654,F_55_64_yr_Separated,Females 55 64 years Separated,,G05,people,families,Separated|FEMALES,,654,Registered Marital Status by Age by Sex -G655,F_55_64_yr_Divorced,Females 55 64 years Divorced,,G05,people,families,Divorced|FEMALES,,655,Registered Marital Status by Age by Sex -G656,F_55_64_yr_Widowed,Females 55 64 years Widowed,,G05,people,families,Widowed|FEMALES,,656,Registered Marital Status by Age by Sex -G657,F_55_64_yr_Never_Married,Females 55 64 years Never Married,,G05,people,families,Never Married|FEMALES,,657,Registered Marital Status by Age by Sex -G658,F_55_64_yr_Tot,Females 55 64 years Total,,G05,people,families,Total|FEMALES,,658,Registered Marital Status by Age by Sex -G659,F_65_74_yr_Married,Females 65 74 years Married,,G05,people,families,Married|FEMALES,,659,Registered Marital Status by Age by Sex -G660,F_65_74_yr_Separated,Females 65 74 years Separated,,G05,people,families,Separated|FEMALES,,660,Registered Marital Status by Age by Sex -G661,F_65_74_yr_Divorced,Females 65 74 years Divorced,,G05,people,families,Divorced|FEMALES,,661,Registered Marital Status by Age by Sex -G662,F_65_74_yr_Widowed,Females 65 74 years Widowed,,G05,people,families,Widowed|FEMALES,,662,Registered Marital Status by Age by Sex -G663,F_65_74_yr_Never_Married,Females 65 74 years Never Married,,G05,people,families,Never Married|FEMALES,,663,Registered Marital Status by Age by Sex -G664,F_65_74_yr_Tot,Females 65 74 years Total,,G05,people,families,Total|FEMALES,,664,Registered Marital Status by Age by Sex -G665,F_75_84_yr_Married,Females 75 84 years Married,,G05,people,families,Married|FEMALES,,665,Registered Marital Status by Age by Sex -G666,F_75_84_yr_Separated,Females 75 84 years Separated,,G05,people,families,Separated|FEMALES,,666,Registered Marital Status by Age by Sex -G667,F_75_84_yr_Divorced,Females 75 84 years Divorced,,G05,people,families,Divorced|FEMALES,,667,Registered Marital Status by Age by Sex -G668,F_75_84_yr_Widowed,Females 75 84 years Widowed,,G05,people,families,Widowed|FEMALES,,668,Registered Marital Status by Age by Sex -G669,F_75_84_yr_Never_Married,Females 75 84 years Never Married,,G05,people,families,Never Married|FEMALES,,669,Registered Marital Status by Age by Sex -G670,F_75_84_yr_Tot,Females 75 84 years Total,,G05,people,families,Total|FEMALES,,670,Registered Marital Status by Age by Sex -G671,F_85ov_Married,Females 85 years and over Married,,G05,people,families,Married|FEMALES,,671,Registered Marital Status by Age by Sex -G672,F_85ov_Separated,Females 85 years and over Separated,,G05,people,families,Separated|FEMALES,,672,Registered Marital Status by Age by Sex -G673,F_85ov_Divorced,Females 85 years and over Divorced,,G05,people,families,Divorced|FEMALES,,673,Registered Marital Status by Age by Sex -G674,F_85ov_Widowed,Females 85 years and over Widowed,,G05,people,families,Widowed|FEMALES,,674,Registered Marital Status by Age by Sex -G675,F_85ov_Never_Married,Females 85 years and over Never Married,,G05,people,families,Never Married|FEMALES,,675,Registered Marital Status by Age by Sex -G676,F_85ov_Tot,Females 85 years and over Total,,G05,people,families,Total|FEMALES,,676,Registered Marital Status by Age by Sex -G677,F_Tot_Married,Females Total Married,,G05,people,families,Married|FEMALES,,677,Registered Marital Status by Age by Sex -G678,F_Tot_Separated,Females Total Separated,,G05,people,families,Separated|FEMALES,,678,Registered Marital Status by Age by Sex -G679,F_Tot_Divorced,Females Total Divorced,,G05,people,families,Divorced|FEMALES,,679,Registered Marital Status by Age by Sex -G680,F_Tot_Widowed,Females Total Widowed,,G05,people,families,Widowed|FEMALES,,680,Registered Marital Status by Age by Sex -G681,F_Tot_Never_Married,Females Total Never Married,,G05,people,families,Never Married|FEMALES,,681,Registered Marital Status by Age by Sex -G682,F_Tot_Tot,Females Total Total,,G05,people,families,Total|FEMALES,,682,Registered Marital Status by Age by Sex -G683,P_15_19_yr_Married,Persons 15 19 years Married,,G05,people,families,Married|PERSONS,,683,Registered Marital Status by Age by Sex -G684,P_15_19_yr_Separated,Persons 15 19 years Separated,,G05,people,families,Separated|PERSONS,,684,Registered Marital Status by Age by Sex -G685,P_15_19_yr_Divorced,Persons 15 19 years Divorced,,G05,people,families,Divorced|PERSONS,,685,Registered Marital Status by Age by Sex -G686,P_15_19_yr_Widowed,Persons 15 19 years Widowed,,G05,people,families,Widowed|PERSONS,,686,Registered Marital Status by Age by Sex -G687,P_15_19_yr_Never_Married,Persons 15 19 years Never Married,,G05,people,families,Never Married|PERSONS,,687,Registered Marital Status by Age by Sex -G688,P_15_19_yr_Tot,Persons 15 19 years Total,,G05,people,families,Total|PERSONS,,688,Registered Marital Status by Age by Sex -G689,P_20_24_yr_Married,Persons 20 24 years Married,,G05,people,families,Married|PERSONS,,689,Registered Marital Status by Age by Sex -G690,P_20_24_yr_Separated,Persons 20 24 years Separated,,G05,people,families,Separated|PERSONS,,690,Registered Marital Status by Age by Sex -G691,P_20_24_yr_Divorced,Persons 20 24 years Divorced,,G05,people,families,Divorced|PERSONS,,691,Registered Marital Status by Age by Sex -G692,P_20_24_yr_Widowed,Persons 20 24 years Widowed,,G05,people,families,Widowed|PERSONS,,692,Registered Marital Status by Age by Sex -G693,P_20_24_yr_Never_Married,Persons 20 24 years Never Married,,G05,people,families,Never Married|PERSONS,,693,Registered Marital Status by Age by Sex -G694,P_20_24_yr_Tot,Persons 20 24 years Total,,G05,people,families,Total|PERSONS,,694,Registered Marital Status by Age by Sex -G695,P_25_34_yr_Married,Persons 25 34 years Married,,G05,people,families,Married|PERSONS,,695,Registered Marital Status by Age by Sex -G696,P_25_34_yr_Separated,Persons 25 34 years Separated,,G05,people,families,Separated|PERSONS,,696,Registered Marital Status by Age by Sex -G697,P_25_34_yr_Divorced,Persons 25 34 years Divorced,,G05,people,families,Divorced|PERSONS,,697,Registered Marital Status by Age by Sex -G698,P_25_34_yr_Widowed,Persons 25 34 years Widowed,,G05,people,families,Widowed|PERSONS,,698,Registered Marital Status by Age by Sex -G699,P_25_34_yr_Never_Married,Persons 25 34 years Never Married,,G05,people,families,Never Married|PERSONS,,699,Registered Marital Status by Age by Sex -G700,P_25_34_yr_Tot,Persons 25 34 years Total,,G05,people,families,Total|PERSONS,,700,Registered Marital Status by Age by Sex -G701,P_35_44_yr_Married,Persons 35 44 years Married,,G05,people,families,Married|PERSONS,,701,Registered Marital Status by Age by Sex -G702,P_35_44_yr_Separated,Persons 35 44 years Separated,,G05,people,families,Separated|PERSONS,,702,Registered Marital Status by Age by Sex -G703,P_35_44_yr_Divorced,Persons 35 44 years Divorced,,G05,people,families,Divorced|PERSONS,,703,Registered Marital Status by Age by Sex -G704,P_35_44_yr_Widowed,Persons 35 44 years Widowed,,G05,people,families,Widowed|PERSONS,,704,Registered Marital Status by Age by Sex -G705,P_35_44_yr_Never_Married,Persons 35 44 years Never Married,,G05,people,families,Never Married|PERSONS,,705,Registered Marital Status by Age by Sex -G706,P_35_44_yr_Tot,Persons 35 44 years Total,,G05,people,families,Total|PERSONS,,706,Registered Marital Status by Age by Sex -G707,P_45_54_yr_Married,Persons 45 54 years Married,,G05,people,families,Married|PERSONS,,707,Registered Marital Status by Age by Sex -G708,P_45_54_yr_Separated,Persons 45 54 years Separated,,G05,people,families,Separated|PERSONS,,708,Registered Marital Status by Age by Sex -G709,P_45_54_yr_Divorced,Persons 45 54 years Divorced,,G05,people,families,Divorced|PERSONS,,709,Registered Marital Status by Age by Sex -G710,P_45_54_yr_Widowed,Persons 45 54 years Widowed,,G05,people,families,Widowed|PERSONS,,710,Registered Marital Status by Age by Sex -G711,P_45_54_yr_Never_Married,Persons 45 54 years Never Married,,G05,people,families,Never Married|PERSONS,,711,Registered Marital Status by Age by Sex -G712,P_45_54_yr_Tot,Persons 45 54 years Total,,G05,people,families,Total|PERSONS,,712,Registered Marital Status by Age by Sex -G713,P_55_64_yr_Married,Persons 55 64 years Married,,G05,people,families,Married|PERSONS,,713,Registered Marital Status by Age by Sex -G714,P_55_64_yr_Separated,Persons 55 64 years Separated,,G05,people,families,Separated|PERSONS,,714,Registered Marital Status by Age by Sex -G715,P_55_64_yr_Divorced,Persons 55 64 years Divorced,,G05,people,families,Divorced|PERSONS,,715,Registered Marital Status by Age by Sex -G716,P_55_64_yr_Widowed,Persons 55 64 years Widowed,,G05,people,families,Widowed|PERSONS,,716,Registered Marital Status by Age by Sex -G717,P_55_64_yr_Never_Married,Persons 55 64 years Never Married,,G05,people,families,Never Married|PERSONS,,717,Registered Marital Status by Age by Sex -G718,P_55_64_yr_Tot,Persons 55 64 years Total,,G05,people,families,Total|PERSONS,,718,Registered Marital Status by Age by Sex -G719,P_65_74_yr_Married,Persons 65 74 years Married,,G05,people,families,Married|PERSONS,,719,Registered Marital Status by Age by Sex -G720,P_65_74_yr_Separated,Persons 65 74 years Separated,,G05,people,families,Separated|PERSONS,,720,Registered Marital Status by Age by Sex -G721,P_65_74_yr_Divorced,Persons 65 74 years Divorced,,G05,people,families,Divorced|PERSONS,,721,Registered Marital Status by Age by Sex -G722,P_65_74_yr_Widowed,Persons 65 74 years Widowed,,G05,people,families,Widowed|PERSONS,,722,Registered Marital Status by Age by Sex -G723,P_65_74_yr_Never_Married,Persons 65 74 years Never Married,,G05,people,families,Never Married|PERSONS,,723,Registered Marital Status by Age by Sex -G724,P_65_74_yr_Tot,Persons 65 74 years Total,,G05,people,families,Total|PERSONS,,724,Registered Marital Status by Age by Sex -G725,P_75_84_yr_Married,Persons 75 84 years Married,,G05,people,families,Married|PERSONS,,725,Registered Marital Status by Age by Sex -G726,P_75_84_yr_Separated,Persons 75 84 years Separated,,G05,people,families,Separated|PERSONS,,726,Registered Marital Status by Age by Sex -G727,P_75_84_yr_Divorced,Persons 75 84 years Divorced,,G05,people,families,Divorced|PERSONS,,727,Registered Marital Status by Age by Sex -G728,P_75_84_yr_Widowed,Persons 75 84 years Widowed,,G05,people,families,Widowed|PERSONS,,728,Registered Marital Status by Age by Sex -G729,P_75_84_yr_Never_Married,Persons 75 84 years Never Married,,G05,people,families,Never Married|PERSONS,,729,Registered Marital Status by Age by Sex -G730,P_75_84_yr_Tot,Persons 75 84 years Total,,G05,people,families,Total|PERSONS,,730,Registered Marital Status by Age by Sex -G731,P_85ov_Married,Persons 85 years and over Married,,G05,people,families,Married|PERSONS,,731,Registered Marital Status by Age by Sex -G732,P_85ov_Separated,Persons 85 years and over Separated,,G05,people,families,Separated|PERSONS,,732,Registered Marital Status by Age by Sex -G733,P_85ov_Divorced,Persons 85 years and over Divorced,,G05,people,families,Divorced|PERSONS,,733,Registered Marital Status by Age by Sex -G734,P_85ov_Widowed,Persons 85 years and over Widowed,,G05,people,families,Widowed|PERSONS,,734,Registered Marital Status by Age by Sex -G735,P_85ov_Never_Married,Persons 85 years and over Never Married,,G05,people,families,Never Married|PERSONS,,735,Registered Marital Status by Age by Sex -G736,P_85ov_Tot,Persons 85 years and over Total,,G05,people,families,Total|PERSONS,,736,Registered Marital Status by Age by Sex -G737,P_Tot_Married,Persons Total Married,,G05,people,families,Married|PERSONS,,737,Registered Marital Status by Age by Sex -G738,P_Tot_Separated,Persons Total Separated,,G05,people,families,Separated|PERSONS,,738,Registered Marital Status by Age by Sex -G739,P_Tot_Divorced,Persons Total Divorced,,G05,people,families,Divorced|PERSONS,,739,Registered Marital Status by Age by Sex -G740,P_Tot_Widowed,Persons Total Widowed,,G05,people,families,Widowed|PERSONS,,740,Registered Marital Status by Age by Sex -G741,P_Tot_Never_Married,Persons Total Never Married,,G05,people,families,Never Married|PERSONS,,741,Registered Marital Status by Age by Sex -G742,P_Tot_Tot,Persons Total Total,,G05,people,families,Total|PERSONS,,742,Registered Marital Status by Age by Sex -G743,M_15_19_yr_Marrd_reg_marrge,Males 15 19 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,743,Social Marital Status by Age by Sex -G744,M_15_19_yr_Married_de_facto,Males 15 19 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,744,Social Marital Status by Age by Sex -G745,M_15_19_yr_Not_married,Males 15 19 years Not married,,G06,people,families,Not married|MALES,,745,Social Marital Status by Age by Sex -G746,M_15_19_yr_Total,Males 15 19 years Total,,G06,people,families,Total|MALES,,746,Social Marital Status by Age by Sex -G747,M_20_24_yr_Marrd_reg_marrge,Males 20 24 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,747,Social Marital Status by Age by Sex -G748,M_20_24_yr_Married_de_facto,Males 20 24 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,748,Social Marital Status by Age by Sex -G749,M_20_24_yr_Not_married,Males 20 24 years Not married,,G06,people,families,Not married|MALES,,749,Social Marital Status by Age by Sex -G750,M_20_24_yr_Total,Males 20 24 years Total,,G06,people,families,Total|MALES,,750,Social Marital Status by Age by Sex -G751,M_25_34_yr_Marrd_reg_marrge,Males 25 34 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,751,Social Marital Status by Age by Sex -G752,M_25_34_yr_Married_de_facto,Males 25 34 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,752,Social Marital Status by Age by Sex -G753,M_25_34_yr_Not_married,Males 25 34 years Not married,,G06,people,families,Not married|MALES,,753,Social Marital Status by Age by Sex -G754,M_25_34_yr_Total,Males 25 34 years Total,,G06,people,families,Total|MALES,,754,Social Marital Status by Age by Sex -G755,M_35_44_yr_Marrd_reg_marrge,Males 35 44 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,755,Social Marital Status by Age by Sex -G756,M_35_44_yr_Married_de_facto,Males 35 44 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,756,Social Marital Status by Age by Sex -G757,M_35_44_yr_Not_married,Males 35 44 years Not married,,G06,people,families,Not married|MALES,,757,Social Marital Status by Age by Sex -G758,M_35_44_yr_Total,Males 35 44 years Total,,G06,people,families,Total|MALES,,758,Social Marital Status by Age by Sex -G759,M_45_54_yr_Marrd_reg_marrge,Males 45 54 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,759,Social Marital Status by Age by Sex -G760,M_45_54_yr_Married_de_facto,Males 45 54 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,760,Social Marital Status by Age by Sex -G761,M_45_54_yr_Not_married,Males 45 54 years Not married,,G06,people,families,Not married|MALES,,761,Social Marital Status by Age by Sex -G762,M_45_54_yr_Total,Males 45 54 years Total,,G06,people,families,Total|MALES,,762,Social Marital Status by Age by Sex -G763,M_55_64_yr_Marrd_reg_marrge,Males 55 64 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,763,Social Marital Status by Age by Sex -G764,M_55_64_yr_Married_de_facto,Males 55 64 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,764,Social Marital Status by Age by Sex -G765,M_55_64_yr_Not_married,Males 55 64 years Not married,,G06,people,families,Not married|MALES,,765,Social Marital Status by Age by Sex -G766,M_55_64_yr_Total,Males 55 64 years Total,,G06,people,families,Total|MALES,,766,Social Marital Status by Age by Sex -G767,M_65_74_yr_Marrd_reg_marrge,Males 65 74 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,767,Social Marital Status by Age by Sex -G768,M_65_74_yr_Married_de_facto,Males 65 74 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,768,Social Marital Status by Age by Sex -G769,M_65_74_yr_Not_married,Males 65 74 years Not married,,G06,people,families,Not married|MALES,,769,Social Marital Status by Age by Sex -G770,M_65_74_yr_Total,Males 65 74 years Total,,G06,people,families,Total|MALES,,770,Social Marital Status by Age by Sex -G771,M_75_84_yr_Marrd_reg_marrge,Males 75 84 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,771,Social Marital Status by Age by Sex -G772,M_75_84_yr_Married_de_facto,Males 75 84 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,772,Social Marital Status by Age by Sex -G773,M_75_84_yr_Not_married,Males 75 84 years Not married,,G06,people,families,Not married|MALES,,773,Social Marital Status by Age by Sex -G774,M_75_84_yr_Total,Males 75 84 years Total,,G06,people,families,Total|MALES,,774,Social Marital Status by Age by Sex -G775,M_85ov_Marrd_reg_marrge,Males 85 years and over Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,775,Social Marital Status by Age by Sex -G776,M_85ov_Married_de_facto,Males 85 years and over Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,776,Social Marital Status by Age by Sex -G777,M_85ov_Not_married,Males 85 years and over Not married,,G06,people,families,Not married|MALES,,777,Social Marital Status by Age by Sex -G778,M_85ov_Total,Males 85 years and over Total,,G06,people,families,Total|MALES,,778,Social Marital Status by Age by Sex -G779,M_Tot_Marrd_reg_marrge,Males Total Married in a registered marriage,,G06,people,families,Married in a registered marriage|MALES,,779,Social Marital Status by Age by Sex -G780,M_Tot_Married_de_facto,Males Total Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|MALES,,780,Social Marital Status by Age by Sex -G781,M_Tot_Not_married,Males Total Not married,,G06,people,families,Not married|MALES,,781,Social Marital Status by Age by Sex -G782,M_Tot_Total,Males Total Total,,G06,people,families,Total|MALES,,782,Social Marital Status by Age by Sex -G783,F_15_19_yr_Marrd_reg_marrge,Females 15 19 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,783,Social Marital Status by Age by Sex -G784,F_15_19_yr_Married_de_facto,Females 15 19 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,784,Social Marital Status by Age by Sex -G785,F_15_19_yr_Not_married,Females 15 19 years Not married,,G06,people,families,Not married|FEMALES,,785,Social Marital Status by Age by Sex -G786,F_15_19_yr_Total,Females 15 19 years Total,,G06,people,families,Total|FEMALES,,786,Social Marital Status by Age by Sex -G787,F_20_24_yr_Marrd_reg_marrge,Females 20 24 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,787,Social Marital Status by Age by Sex -G788,F_20_24_yr_Married_de_facto,Females 20 24 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,788,Social Marital Status by Age by Sex -G789,F_20_24_yr_Not_married,Females 20 24 years Not married,,G06,people,families,Not married|FEMALES,,789,Social Marital Status by Age by Sex -G790,F_20_24_yr_Total,Females 20 24 years Total,,G06,people,families,Total|FEMALES,,790,Social Marital Status by Age by Sex -G791,F_25_34_yr_Marrd_reg_marrge,Females 25 34 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,791,Social Marital Status by Age by Sex -G792,F_25_34_yr_Married_de_facto,Females 25 34 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,792,Social Marital Status by Age by Sex -G793,F_25_34_yr_Not_married,Females 25 34 years Not married,,G06,people,families,Not married|FEMALES,,793,Social Marital Status by Age by Sex -G794,F_25_34_yr_Total,Females 25 34 years Total,,G06,people,families,Total|FEMALES,,794,Social Marital Status by Age by Sex -G795,F_35_44_yr_Marrd_reg_marrge,Females 35 44 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,795,Social Marital Status by Age by Sex -G796,F_35_44_yr_Married_de_facto,Females 35 44 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,796,Social Marital Status by Age by Sex -G797,F_35_44_yr_Not_married,Females 35 44 years Not married,,G06,people,families,Not married|FEMALES,,797,Social Marital Status by Age by Sex -G798,F_35_44_yr_Total,Females 35 44 years Total,,G06,people,families,Total|FEMALES,,798,Social Marital Status by Age by Sex -G799,F_45_54_yr_Marrd_reg_marrge,Females 45 54 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,799,Social Marital Status by Age by Sex -G800,F_45_54_yr_Married_de_facto,Females 45 54 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,800,Social Marital Status by Age by Sex -G801,F_45_54_yr_Not_married,Females 45 54 years Not married,,G06,people,families,Not married|FEMALES,,801,Social Marital Status by Age by Sex -G802,F_45_54_yr_Total,Females 45 54 years Total,,G06,people,families,Total|FEMALES,,802,Social Marital Status by Age by Sex -G803,F_55_64_yr_Marrd_reg_marrge,Females 55 64 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,803,Social Marital Status by Age by Sex -G804,F_55_64_yr_Married_de_facto,Females 55 64 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,804,Social Marital Status by Age by Sex -G805,F_55_64_yr_Not_married,Females 55 64 years Not married,,G06,people,families,Not married|FEMALES,,805,Social Marital Status by Age by Sex -G806,F_55_64_yr_Total,Females 55 64 years Total,,G06,people,families,Total|FEMALES,,806,Social Marital Status by Age by Sex -G807,F_65_74_yr_Marrd_reg_marrge,Females 65 74 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,807,Social Marital Status by Age by Sex -G808,F_65_74_yr_Married_de_facto,Females 65 74 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,808,Social Marital Status by Age by Sex -G809,F_65_74_yr_Not_married,Females 65 74 years Not married,,G06,people,families,Not married|FEMALES,,809,Social Marital Status by Age by Sex -G810,F_65_74_yr_Total,Females 65 74 years Total,,G06,people,families,Total|FEMALES,,810,Social Marital Status by Age by Sex -G811,F_75_84_yr_Marrd_reg_marrge,Females 75 84 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,811,Social Marital Status by Age by Sex -G812,F_75_84_yr_Married_de_facto,Females 75 84 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,812,Social Marital Status by Age by Sex -G813,F_75_84_yr_Not_married,Females 75 84 years Not married,,G06,people,families,Not married|FEMALES,,813,Social Marital Status by Age by Sex -G814,F_75_84_yr_Total,Females 75 84 years Total,,G06,people,families,Total|FEMALES,,814,Social Marital Status by Age by Sex -G815,F_85ov_Marrd_reg_marrge,Females 85 years and over Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,815,Social Marital Status by Age by Sex -G816,F_85ov_Married_de_facto,Females 85 years and over Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,816,Social Marital Status by Age by Sex -G817,F_85ov_Not_married,Females 85 years and over Not married,,G06,people,families,Not married|FEMALES,,817,Social Marital Status by Age by Sex -G818,F_85ov_Total,Females 85 years and over Total,,G06,people,families,Total|FEMALES,,818,Social Marital Status by Age by Sex -G819,F_Tot_Marrd_reg_marrge,Females Total Married in a registered marriage,,G06,people,families,Married in a registered marriage|FEMALES,,819,Social Marital Status by Age by Sex -G820,F_Tot_Married_de_facto,Females Total Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|FEMALES,,820,Social Marital Status by Age by Sex -G821,F_Tot_Not_married,Females Total Not married,,G06,people,families,Not married|FEMALES,,821,Social Marital Status by Age by Sex -G822,F_Tot_Total,Females Total Total,,G06,people,families,Total|FEMALES,,822,Social Marital Status by Age by Sex -G823,P_15_19_yr_Marrd_reg_marrge,Persons 15 19 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,823,Social Marital Status by Age by Sex -G824,P_15_19_yr_Married_de_facto,Persons 15 19 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,824,Social Marital Status by Age by Sex -G825,P_15_19_yr_Not_married,Persons 15 19 years Not married,,G06,people,families,Not married|PERSONS,,825,Social Marital Status by Age by Sex -G826,P_15_19_yr_Total,Persons 15 19 years Total,,G06,people,families,Total|PERSONS,,826,Social Marital Status by Age by Sex -G827,P_20_24_yr_Marrd_reg_marrge,Persons 20 24 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,827,Social Marital Status by Age by Sex -G828,P_20_24_yr_Married_de_facto,Persons 20 24 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,828,Social Marital Status by Age by Sex -G829,P_20_24_yr_Not_married,Persons 20 24 years Not married,,G06,people,families,Not married|PERSONS,,829,Social Marital Status by Age by Sex -G830,P_20_24_yr_Total,Persons 20 24 years Total,,G06,people,families,Total|PERSONS,,830,Social Marital Status by Age by Sex -G831,P_25_34_yr_Marrd_reg_marrge,Persons 25 34 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,831,Social Marital Status by Age by Sex -G832,P_25_34_yr_Married_de_facto,Persons 25 34 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,832,Social Marital Status by Age by Sex -G833,P_25_34_yr_Not_married,Persons 25 34 years Not married,,G06,people,families,Not married|PERSONS,,833,Social Marital Status by Age by Sex -G834,P_25_34_yr_Total,Persons 25 34 years Total,,G06,people,families,Total|PERSONS,,834,Social Marital Status by Age by Sex -G835,P_35_44_yr_Marrd_reg_marrge,Persons 35 44 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,835,Social Marital Status by Age by Sex -G836,P_35_44_yr_Married_de_facto,Persons 35 44 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,836,Social Marital Status by Age by Sex -G837,P_35_44_yr_Not_married,Persons 35 44 years Not married,,G06,people,families,Not married|PERSONS,,837,Social Marital Status by Age by Sex -G838,P_35_44_yr_Total,Persons 35 44 years Total,,G06,people,families,Total|PERSONS,,838,Social Marital Status by Age by Sex -G839,P_45_54_yr_Marrd_reg_marrge,Persons 45 54 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,839,Social Marital Status by Age by Sex -G840,P_45_54_yr_Married_de_facto,Persons 45 54 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,840,Social Marital Status by Age by Sex -G841,P_45_54_yr_Not_married,Persons 45 54 years Not married,,G06,people,families,Not married|PERSONS,,841,Social Marital Status by Age by Sex -G842,P_45_54_yr_Total,Persons 45 54 years Total,,G06,people,families,Total|PERSONS,,842,Social Marital Status by Age by Sex -G843,P_55_64_yr_Marrd_reg_marrge,Persons 55 64 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,843,Social Marital Status by Age by Sex -G844,P_55_64_yr_Married_de_facto,Persons 55 64 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,844,Social Marital Status by Age by Sex -G845,P_55_64_yr_Not_married,Persons 55 64 years Not married,,G06,people,families,Not married|PERSONS,,845,Social Marital Status by Age by Sex -G846,P_55_64_yr_Total,Persons 55 64 years Total,,G06,people,families,Total|PERSONS,,846,Social Marital Status by Age by Sex -G847,P_65_74_yr_Marrd_reg_marrge,Persons 65 74 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,847,Social Marital Status by Age by Sex -G848,P_65_74_yr_Married_de_facto,Persons 65 74 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,848,Social Marital Status by Age by Sex -G849,P_65_74_yr_Not_married,Persons 65 74 years Not married,,G06,people,families,Not married|PERSONS,,849,Social Marital Status by Age by Sex -G850,P_65_74_yr_Total,Persons 65 74 years Total,,G06,people,families,Total|PERSONS,,850,Social Marital Status by Age by Sex -G851,P_75_84_yr_Marrd_reg_marrge,Persons 75 84 years Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,851,Social Marital Status by Age by Sex -G852,P_75_84_yr_Married_de_facto,Persons 75 84 years Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,852,Social Marital Status by Age by Sex -G853,P_75_84_yr_Not_married,Persons 75 84 years Not married,,G06,people,families,Not married|PERSONS,,853,Social Marital Status by Age by Sex -G854,P_75_84_yr_Total,Persons 75 84 years Total,,G06,people,families,Total|PERSONS,,854,Social Marital Status by Age by Sex -G855,P_85ov_Marrd_reg_marrge,Persons 85 years and over Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,855,Social Marital Status by Age by Sex -G856,P_85ov_Married_de_facto,Persons 85 years and over Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,856,Social Marital Status by Age by Sex -G857,P_85ov_Not_married,Persons 85 years and over Not married,,G06,people,families,Not married|PERSONS,,857,Social Marital Status by Age by Sex -G858,P_85ov_Total,Persons 85 years and over Total,,G06,people,families,Total|PERSONS,,858,Social Marital Status by Age by Sex -G859,P_Tot_Marrd_reg_marrge,Persons Total Married in a registered marriage,,G06,people,families,Married in a registered marriage|PERSONS,,859,Social Marital Status by Age by Sex -G860,P_Tot_Married_de_facto,Persons Total Married in a de facto marriage,,G06,people,families,Married in a de facto marriage|PERSONS,,860,Social Marital Status by Age by Sex -G861,P_Tot_Not_married,Persons Total Not married,,G06,people,families,Not married|PERSONS,,861,Social Marital Status by Age by Sex -G862,P_Tot_Total,Persons Total Total,,G06,people,families,Total|PERSONS,,862,Social Marital Status by Age by Sex -G863,A_0_4_y_Indigenous_M,0 4 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,863,Indigenous Status by Age by Sex -G864,A_0_4_y_Indigenous_F,0 4 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,864,Indigenous Status by Age by Sex -G865,A_0_4_y_Indigenous_P,0 4 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,865,Indigenous Status by Age by Sex -G866,A_0_4_y_Non_Indigenous_M,0 4 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,866,Indigenous Status by Age by Sex -G867,A_0_4_y_Non_Indigenous_F,0 4 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,867,Indigenous Status by Age by Sex -G868,A_0_4_y_Non_Indigenous_P,0 4 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,868,Indigenous Status by Age by Sex -G869,A_0_4_y_Indig_stat_ns_M,0 4 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,869,Indigenous Status by Age by Sex -G870,A_0_4_y_Indig_stat_ns_F,0 4 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,870,Indigenous Status by Age by Sex -G871,A_0_4_y_Indig_stat_ns_P,0 4 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,871,Indigenous Status by Age by Sex -G872,A_0_4_y_Tot_M,0 4 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,872,Indigenous Status by Age by Sex -G873,A_0_4_y_Tot_F,0 4 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,873,Indigenous Status by Age by Sex -G874,A_0_4_y_Tot_P,0 4 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,874,Indigenous Status by Age by Sex -G875,A_5_9_y_Indigenous_M,5 9 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,875,Indigenous Status by Age by Sex -G876,A_5_9_y_Indigenous_F,5 9 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,876,Indigenous Status by Age by Sex -G877,A_5_9_y_Indigenous_P,5 9 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,877,Indigenous Status by Age by Sex -G878,A_5_9_y_Non_Indigenous_M,5 9 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,878,Indigenous Status by Age by Sex -G879,A_5_9_y_Non_Indigenous_F,5 9 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,879,Indigenous Status by Age by Sex -G880,A_5_9_y_Non_Indigenous_P,5 9 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,880,Indigenous Status by Age by Sex -G881,A_5_9_y_Indig_stat_ns_M,5 9 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,881,Indigenous Status by Age by Sex -G882,A_5_9_y_Indig_stat_ns_F,5 9 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,882,Indigenous Status by Age by Sex -G883,A_5_9_y_Indig_stat_ns_P,5 9 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,883,Indigenous Status by Age by Sex -G884,A_5_9_y_Tot_M,5 9 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,884,Indigenous Status by Age by Sex -G885,A_5_9_y_Tot_F,5 9 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,885,Indigenous Status by Age by Sex -G886,A_5_9_y_Tot_P,5 9 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,886,Indigenous Status by Age by Sex -G887,A_10_14_y_Indigenous_M,10 14 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,887,Indigenous Status by Age by Sex -G888,A_10_14_y_Indigenous_F,10 14 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,888,Indigenous Status by Age by Sex -G889,A_10_14_y_Indigenous_P,10 14 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,889,Indigenous Status by Age by Sex -G890,A_10_14_y_Non_Indig_M,10 14 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,890,Indigenous Status by Age by Sex -G891,A_10_14_y_Non_Indig_F,10 14 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,891,Indigenous Status by Age by Sex -G892,A_10_14_y_Non_Indig_P,10 14 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,892,Indigenous Status by Age by Sex -G893,A_10_14_y_Indig_stat_ns_M,10 14 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,893,Indigenous Status by Age by Sex -G894,A_10_14_y_Indig_stat_ns_F,10 14 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,894,Indigenous Status by Age by Sex -G895,A_10_14_y_Indig_stat_ns_P,10 14 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,895,Indigenous Status by Age by Sex -G896,A_10_14_y_Tot_M,10 14 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,896,Indigenous Status by Age by Sex -G897,A_10_14_y_Tot_F,10 14 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,897,Indigenous Status by Age by Sex -G898,A_10_14_y_Tot_P,10 14 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,898,Indigenous Status by Age by Sex -G899,A_15_19_y_Indigenous_M,15 19 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,899,Indigenous Status by Age by Sex -G900,A_15_19_y_Indigenous_F,15 19 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,900,Indigenous Status by Age by Sex -G901,A_15_19_y_Indigenous_P,15 19 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,901,Indigenous Status by Age by Sex -G902,A_15_19_y_Non_Indig_M,15 19 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,902,Indigenous Status by Age by Sex -G903,A_15_19_y_Non_Indig_F,15 19 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,903,Indigenous Status by Age by Sex -G904,A_15_19_y_Non_Indig_P,15 19 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,904,Indigenous Status by Age by Sex -G905,A_15_19_y_Indig_stat_ns_M,15 19 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,905,Indigenous Status by Age by Sex -G906,A_15_19_y_Indig_stat_ns_F,15 19 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,906,Indigenous Status by Age by Sex -G907,A_15_19_y_Indig_stat_ns_P,15 19 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,907,Indigenous Status by Age by Sex -G908,A_15_19_y_Tot_M,15 19 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,908,Indigenous Status by Age by Sex -G909,A_15_19_y_Tot_F,15 19 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,909,Indigenous Status by Age by Sex -G910,A_15_19_y_Tot_P,15 19 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,910,Indigenous Status by Age by Sex -G911,A_20_24_y_Indigenous_M,20 24 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,911,Indigenous Status by Age by Sex -G912,A_20_24_y_Indigenous_F,20 24 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,912,Indigenous Status by Age by Sex -G913,A_20_24_y_Indigenous_P,20 24 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,913,Indigenous Status by Age by Sex -G914,A_20_24_y_Non_Indig_M,20 24 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,914,Indigenous Status by Age by Sex -G915,A_20_24_y_Non_Indig_F,20 24 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,915,Indigenous Status by Age by Sex -G916,A_20_24_y_Non_Indig_P,20 24 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,916,Indigenous Status by Age by Sex -G917,A_20_24_y_Indig_stat_ns_M,20 24 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,917,Indigenous Status by Age by Sex -G918,A_20_24_y_Indig_stat_ns_F,20 24 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,918,Indigenous Status by Age by Sex -G919,A_20_24_y_Indig_stat_ns_P,20 24 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,919,Indigenous Status by Age by Sex -G920,A_20_24_y_Tot_M,20 24 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,920,Indigenous Status by Age by Sex -G921,A_20_24_y_Tot_F,20 24 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,921,Indigenous Status by Age by Sex -G922,A_20_24_y_Tot_P,20 24 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,922,Indigenous Status by Age by Sex -G923,A_25_29_y_Indigenous_M,25 29 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,923,Indigenous Status by Age by Sex -G924,A_25_29_y_Indigenous_F,25 29 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,924,Indigenous Status by Age by Sex -G925,A_25_29_y_Indigenous_P,25 29 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,925,Indigenous Status by Age by Sex -G926,A_25_29_y_Non_Indig_M,25 29 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,926,Indigenous Status by Age by Sex -G927,A_25_29_y_Non_Indig_F,25 29 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,927,Indigenous Status by Age by Sex -G928,A_25_29_y_Non_Indig_P,25 29 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,928,Indigenous Status by Age by Sex -G929,A_25_29_y_Indig_stat_ns_M,25 29 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,929,Indigenous Status by Age by Sex -G930,A_25_29_y_Indig_stat_ns_F,25 29 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,930,Indigenous Status by Age by Sex -G931,A_25_29_y_Indig_stat_ns_P,25 29 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,931,Indigenous Status by Age by Sex -G932,A_25_29_y_Tot_M,25 29 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,932,Indigenous Status by Age by Sex -G933,A_25_29_y_Tot_F,25 29 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,933,Indigenous Status by Age by Sex -G934,A_25_29_y_Tot_P,25 29 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,934,Indigenous Status by Age by Sex -G935,A_30_34_y_Indigenous_M,30 34 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,935,Indigenous Status by Age by Sex -G936,A_30_34_y_Indigenous_F,30 34 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,936,Indigenous Status by Age by Sex -G937,A_30_34_y_Indigenous_P,30 34 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,937,Indigenous Status by Age by Sex -G938,A_30_34_y_Non_Indig_M,30 34 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,938,Indigenous Status by Age by Sex -G939,A_30_34_y_Non_Indig_F,30 34 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,939,Indigenous Status by Age by Sex -G940,A_30_34_y_Non_Indig_P,30 34 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,940,Indigenous Status by Age by Sex -G941,A_30_34_y_Indig_stat_ns_M,30 34 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,941,Indigenous Status by Age by Sex -G942,A_30_34_y_Indig_stat_ns_F,30 34 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,942,Indigenous Status by Age by Sex -G943,A_30_34_y_Indig_stat_ns_P,30 34 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,943,Indigenous Status by Age by Sex -G944,A_30_34_y_Tot_M,30 34 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,944,Indigenous Status by Age by Sex -G945,A_30_34_y_Tot_F,30 34 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,945,Indigenous Status by Age by Sex -G946,A_30_34_y_Tot_P,30 34 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,946,Indigenous Status by Age by Sex -G947,A_35_39_y_Indigenous_M,35 39 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,947,Indigenous Status by Age by Sex -G948,A_35_39_y_Indigenous_F,35 39 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,948,Indigenous Status by Age by Sex -G949,A_35_39_y_Indigenous_P,35 39 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,949,Indigenous Status by Age by Sex -G950,A_35_39_y_Non_Indig_M,35 39 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,950,Indigenous Status by Age by Sex -G951,A_35_39_y_Non_Indig_F,35 39 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,951,Indigenous Status by Age by Sex -G952,A_35_39_y_Non_Indig_P,35 39 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,952,Indigenous Status by Age by Sex -G953,A_35_39_y_Indig_stat_ns_M,35 39 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,953,Indigenous Status by Age by Sex -G954,A_35_39_y_Indig_stat_ns_F,35 39 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,954,Indigenous Status by Age by Sex -G955,A_35_39_y_Indig_stat_ns_P,35 39 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,955,Indigenous Status by Age by Sex -G956,A_35_39_y_Tot_M,35 39 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,956,Indigenous Status by Age by Sex -G957,A_35_39_y_Tot_F,35 39 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,957,Indigenous Status by Age by Sex -G958,A_35_39_y_Tot_P,35 39 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,958,Indigenous Status by Age by Sex -G959,A_40_44_y_Indigenous_M,40 44 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,959,Indigenous Status by Age by Sex -G960,A_40_44_y_Indigenous_F,40 44 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,960,Indigenous Status by Age by Sex -G961,A_40_44_y_Indigenous_P,40 44 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,961,Indigenous Status by Age by Sex -G962,A_40_44_y_Non_Indig_M,40 44 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,962,Indigenous Status by Age by Sex -G963,A_40_44_y_Non_Indig_F,40 44 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,963,Indigenous Status by Age by Sex -G964,A_40_44_y_Non_Indig_P,40 44 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,964,Indigenous Status by Age by Sex -G965,A_40_44_y_Indig_stat_ns_M,40 44 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,965,Indigenous Status by Age by Sex -G966,A_40_44_y_Indig_stat_ns_F,40 44 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,966,Indigenous Status by Age by Sex -G967,A_40_44_y_Indig_stat_ns_P,40 44 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,967,Indigenous Status by Age by Sex -G968,A_40_44_y_Tot_M,40 44 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,968,Indigenous Status by Age by Sex -G969,A_40_44_y_Tot_F,40 44 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,969,Indigenous Status by Age by Sex -G970,A_40_44_y_Tot_P,40 44 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,970,Indigenous Status by Age by Sex -G971,A_45_49_y_Indigenous_M,45 49 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,971,Indigenous Status by Age by Sex -G972,A_45_49_y_Indigenous_F,45 49 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,972,Indigenous Status by Age by Sex -G973,A_45_49_y_Indigenous_P,45 49 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,973,Indigenous Status by Age by Sex -G974,A_45_49_y_Non_Indig_M,45 49 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,974,Indigenous Status by Age by Sex -G975,A_45_49_y_Non_Indig_F,45 49 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,975,Indigenous Status by Age by Sex -G976,A_45_49_y_Non_Indig_P,45 49 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,976,Indigenous Status by Age by Sex -G977,A_45_49_y_Indig_stat_ns_M,45 49 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,977,Indigenous Status by Age by Sex -G978,A_45_49_y_Indig_stat_ns_F,45 49 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,978,Indigenous Status by Age by Sex -G979,A_45_49_y_Indig_stat_ns_P,45 49 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,979,Indigenous Status by Age by Sex -G980,A_45_49_y_Tot_M,45 49 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,980,Indigenous Status by Age by Sex -G981,A_45_49_y_Tot_F,45 49 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,981,Indigenous Status by Age by Sex -G982,A_45_49_y_Tot_P,45 49 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,982,Indigenous Status by Age by Sex -G983,A_50_54_y_Indigenous_M,50 54 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,983,Indigenous Status by Age by Sex -G984,A_50_54_y_Indigenous_F,50 54 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,984,Indigenous Status by Age by Sex -G985,A_50_54_y_Indigenous_P,50 54 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,985,Indigenous Status by Age by Sex -G986,A_50_54_y_Non_Indig_M,50 54 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,986,Indigenous Status by Age by Sex -G987,A_50_54_y_Non_Indig_F,50 54 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,987,Indigenous Status by Age by Sex -G988,A_50_54_y_Non_Indig_P,50 54 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,988,Indigenous Status by Age by Sex -G989,A_50_54_y_Indig_stat_ns_M,50 54 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,989,Indigenous Status by Age by Sex -G990,A_50_54_y_Indig_stat_ns_F,50 54 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,990,Indigenous Status by Age by Sex -G991,A_50_54_y_Indig_stat_ns_P,50 54 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,991,Indigenous Status by Age by Sex -G992,A_50_54_y_Tot_M,50 54 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,992,Indigenous Status by Age by Sex -G993,A_50_54_y_Tot_F,50 54 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,993,Indigenous Status by Age by Sex -G994,A_50_54_y_Tot_P,50 54 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,994,Indigenous Status by Age by Sex -G995,A_55_59_y_Indigenous_M,55 59 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,995,Indigenous Status by Age by Sex -G996,A_55_59_y_Indigenous_F,55 59 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,996,Indigenous Status by Age by Sex -G997,A_55_59_y_Indigenous_P,55 59 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,997,Indigenous Status by Age by Sex -G998,A_55_59_y_Non_Indig_M,55 59 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,998,Indigenous Status by Age by Sex -G999,A_55_59_y_Non_Indig_F,55 59 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,999,Indigenous Status by Age by Sex -G1000,A_55_59_y_Non_Indig_P,55 59 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1000,Indigenous Status by Age by Sex -G1001,A_55_59_y_Indig_stat_ns_M,55 59 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,1001,Indigenous Status by Age by Sex -G1002,A_55_59_y_Indig_stat_ns_F,55 59 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,1002,Indigenous Status by Age by Sex -G1003,A_55_59_y_Indig_stat_ns_P,55 59 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1003,Indigenous Status by Age by Sex -G1004,A_55_59_y_Tot_M,55 59 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,1004,Indigenous Status by Age by Sex -G1005,A_55_59_y_Tot_F,55 59 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,1005,Indigenous Status by Age by Sex -G1006,A_55_59_y_Tot_P,55 59 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1006,Indigenous Status by Age by Sex -G1007,A_60_64_y_Indigenous_M,60 64 years Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1007,Indigenous Status by Age by Sex -G1008,A_60_64_y_Indigenous_F,60 64 years Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1008,Indigenous Status by Age by Sex -G1009,A_60_64_y_Indigenous_P,60 64 years Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1009,Indigenous Status by Age by Sex -G1010,A_60_64_y_Non_Indig_M,60 64 years Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,1010,Indigenous Status by Age by Sex -G1011,A_60_64_y_Non_Indig_F,60 64 years Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,1011,Indigenous Status by Age by Sex -G1012,A_60_64_y_Non_Indig_P,60 64 years Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1012,Indigenous Status by Age by Sex -G1013,A_60_64_y_Indig_stat_ns_M,60 64 years Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,1013,Indigenous Status by Age by Sex -G1014,A_60_64_y_Indig_stat_ns_F,60 64 years Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,1014,Indigenous Status by Age by Sex -G1015,A_60_64_y_Indig_stat_ns_P,60 64 years Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1015,Indigenous Status by Age by Sex -G1016,A_60_64_y_Tot_M,60 64 years Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,1016,Indigenous Status by Age by Sex -G1017,A_60_64_y_Tot_F,60 64 years Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,1017,Indigenous Status by Age by Sex -G1018,A_60_64_y_Tot_P,60 64 years Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1018,Indigenous Status by Age by Sex -G1019,A_65_y_ov_Indigenous_M,65 years and over Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1019,Indigenous Status by Age by Sex -G1020,A_65_y_ov_Indigenous_F,65 years and over Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1020,Indigenous Status by Age by Sex -G1021,A_65_y_ov_Indigenous_P,65 years and over Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1021,Indigenous Status by Age by Sex -G1022,A_65_y_ov_Non_Indig_M,65 years and over Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,1022,Indigenous Status by Age by Sex -G1023,A_65_y_ov_Non_Indig_F,65 years and over Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,1023,Indigenous Status by Age by Sex -G1024,A_65_y_ov_Non_Indig_P,65 years and over Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1024,Indigenous Status by Age by Sex -G1025,A_65_y_ov_Indig_stat_ns_M,65 years and over Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,1025,Indigenous Status by Age by Sex -G1026,A_65_y_ov_Indig_stat_ns_F,65 years and over Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,1026,Indigenous Status by Age by Sex -G1027,A_65_y_ov_Indig_stat_ns_P,65 years and over Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1027,Indigenous Status by Age by Sex -G1028,A_65_y_ov_Tot_M,65 years and over Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,1028,Indigenous Status by Age by Sex -G1029,A_65_y_ov_Tot_F,65 years and over Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,1029,Indigenous Status by Age by Sex -G1030,A_65_y_ov_Tot_P,65 years and over Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1030,Indigenous Status by Age by Sex -G1031,Tot_Indigenous_M,Total Aboriginal and or Torres Strait Islander Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Males,,1031,Indigenous Status by Age by Sex -G1032,Tot_Indigenous_F,Total Aboriginal and or Torres Strait Islander Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Females,,1032,Indigenous Status by Age by Sex -G1033,Tot_Indigenous_P,Total Aboriginal and or Torres Strait Islander Persons,Tot_P_P,G07,people,race_ethnicity,Aboriginal_and_or_Torres_Strait_Islander: Persons,,1033,Indigenous Status by Age by Sex -G1034,Tot_Non_Indigenous_M,Total Non Indigenous Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Non-Indigenous: Males,,1034,Indigenous Status by Age by Sex -G1035,Tot_Non_Indigenous_F,Total Non Indigenous Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Non-Indigenous: Females,,1035,Indigenous Status by Age by Sex -G1036,Tot_Non_Indigenous_P,Total Non Indigenous Persons,Tot_P_P,G07,people,race_ethnicity,Non-Indigenous: Persons,,1036,Indigenous Status by Age by Sex -G1037,Tot_Indig_status_ns_M,Total Indigenous status not stated Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Indigenous status not stated: Males,,1037,Indigenous Status by Age by Sex -G1038,Tot_Indig_status_ns_F,Total Indigenous status not stated Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Indigenous status not stated: Females,,1038,Indigenous Status by Age by Sex -G1039,Tot_Indig_status_ns_P,Total Indigenous status not stated Persons,Tot_P_P,G07,people,race_ethnicity,Indigenous status not stated: Persons,,1039,Indigenous Status by Age by Sex -G1040,Tot_Tot_M,Total Total Males,Tot_P_P|Tot_P_M,G07,people,race_ethnicity,Total: Males,,1040,Indigenous Status by Age by Sex -G1041,Tot_Tot_F,Total Total Females,Tot_P_P|Tot_P_F,G07,people,race_ethnicity,Total: Females,,1041,Indigenous Status by Age by Sex -G1042,Tot_Tot_P,Total Total Persons,Tot_P_P,G07,people,race_ethnicity,Total: Persons,,1042,Indigenous Status by Age by Sex G1043,Aust_BP_B_OS,Australian Both parents born overseas,,G08,people,migration|race_ethnicity,Both parents born overseas,,1043,Ancestry by Country of Birth of Parents G1044,Aust_FO_B_OS,Australian Father only born overseas,,G08,people,migration|race_ethnicity,Father only born overseas,,1044,Ancestry by Country of Birth of Parents G1045,Aust_MO_B_OS,Australian Mother only born overseas,,G08,people,migration|race_ethnicity,Mother only born overseas,,1045,Ancestry by Country of Birth of Parents @@ -925,708 +9797,2500 @@ G1237,Tot_P_MO_B_OS,Total Persons Mother only born overseas,,G08,people,migratio G1238,Tot_P_BP_B_Aus,Total Persons Both parents born in Australia,,G08,people,migration|race_ethnicity,Both parents born in Australia,,1238,Ancestry by Country of Birth of Parents G1239,Tot_P_BP_NS,Total Persons Birthplace not stated,,G08,people,migration|race_ethnicity,Birthplace not stated,,1239,Ancestry by Country of Birth of Parents G1240,Tot_P_Tot_Resp,Total Persons Total Responses,,G08,people,migration|race_ethnicity,Total Responses,,1240,Ancestry by Country of Birth of Parents -G5361,Buddhism_M,Buddhism Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5361,Religious Affiliation by Sex -G5362,Buddhism_F,Buddhism Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5362,Religious Affiliation by Sex -G5363,Buddhism_P,Buddhism Persons,Tot_P_P,G14,people,religion,Persons,,5363,Religious Affiliation by Sex -G5364,Christianity_Anglican_M,Christianity Anglican Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5364,Religious Affiliation by Sex -G5365,Christianity_Anglican_F,Christianity Anglican Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5365,Religious Affiliation by Sex -G5366,Christianity_Anglican_P,Christianity Anglican Persons,Tot_P_P,G14,people,religion,Persons,,5366,Religious Affiliation by Sex -G5367,Christianity_Asyrin_Apstlic_M,Christianity Assyrian Apostolic Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5367,Religious Affiliation by Sex -G5368,Christianity_Asyrin_Apstlic_F,Christianity Assyrian Apostolic Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5368,Religious Affiliation by Sex -G5369,Christianity_Asyrin_Apstlic_P,Christianity Assyrian Apostolic Persons,Tot_P_P,G14,people,religion,Persons,,5369,Religious Affiliation by Sex -G5370,Christianity_Baptist_M,Christianity Baptist Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5370,Religious Affiliation by Sex -G5371,Christianity_Baptist_F,Christianity Baptist Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5371,Religious Affiliation by Sex -G5372,Christianity_Baptist_P,Christianity Baptist Persons,Tot_P_P,G14,people,religion,Persons,,5372,Religious Affiliation by Sex -G5373,Christianity_Brethren_M,Christianity Brethren Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5373,Religious Affiliation by Sex -G5374,Christianity_Brethren_F,Christianity Brethren Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5374,Religious Affiliation by Sex -G5375,Christianity_Brethren_P,Christianity Brethren Persons,Tot_P_P,G14,people,religion,Persons,,5375,Religious Affiliation by Sex -G5376,Christianity_Catholic_M,Christianity Catholic Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5376,Religious Affiliation by Sex -G5377,Christianity_Catholic_F,Christianity Catholic Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5377,Religious Affiliation by Sex -G5378,Christianity_Catholic_P,Christianity Catholic Persons,Tot_P_P,G14,people,religion,Persons,,5378,Religious Affiliation by Sex -G5379,Christianity_Church_Christ_M,Christianity Churches of Christ Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5379,Religious Affiliation by Sex -G5380,Christianity_Church_Christ_F,Christianity Churches of Christ Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5380,Religious Affiliation by Sex -G5381,Christianity_Church_Christ_P,Christianity Churches of Christ Persons,Tot_P_P,G14,people,religion,Persons,,5381,Religious Affiliation by Sex -G5382,Christianity_Eastrn_Orthdox_M,Christianity Eastern Orthodox Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5382,Religious Affiliation by Sex -G5383,Christianity_Eastrn_Orthdox_F,Christianity Eastern Orthodox Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5383,Religious Affiliation by Sex -G5384,Christianity_Eastrn_Orthdox_P,Christianity Eastern Orthodox Persons,Tot_P_P,G14,people,religion,Persons,,5384,Religious Affiliation by Sex -G5385,Christinty_Jehvahs_Witnses_M,Christianity Jehovahs Witnesses Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5385,Religious Affiliation by Sex -G5386,Christinty_Jehvahs_Witnses_F,Christianity Jehovahs Witnesses Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5386,Religious Affiliation by Sex -G5387,Christinty_Jehvahs_Witnses_P,Christianity Jehovahs Witnesses Persons,Tot_P_P,G14,people,religion,Persons,,5387,Religious Affiliation by Sex -G5388,Christianity_Lattr_day_Snts_M,Christianity Latter day Saints Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5388,Religious Affiliation by Sex -G5389,Christianity_Lattr_day_Snts_F,Christianity Latter day Saints Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5389,Religious Affiliation by Sex -G5390,Christianity_Lattr_day_Snts_P,Christianity Latter day Saints Persons,Tot_P_P,G14,people,religion,Persons,,5390,Religious Affiliation by Sex -G5391,Christianity_Lutheran_M,Christianity Lutheran Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5391,Religious Affiliation by Sex -G5392,Christianity_Lutheran_F,Christianity Lutheran Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5392,Religious Affiliation by Sex -G5393,Christianity_Lutheran_P,Christianity Lutheran Persons,Tot_P_P,G14,people,religion,Persons,,5393,Religious Affiliation by Sex -G5394,Christianity_Orintal_Orthdx_M,Christianity Oriental Orthodox Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5394,Religious Affiliation by Sex -G5395,Christianity_Orintal_Orthdx_F,Christianity Oriental Orthodox Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5395,Religious Affiliation by Sex -G5396,Christianity_Orintal_Orthdx_P,Christianity Oriental Orthodox Persons,Tot_P_P,G14,people,religion,Persons,,5396,Religious Affiliation by Sex -G5397,Christianity_Othr_Protestnt_M,Christianity Other Protestant Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5397,Religious Affiliation by Sex -G5398,Christianity_Othr_Protestnt_F,Christianity Other Protestant Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5398,Religious Affiliation by Sex -G5399,Christianity_Othr_Protestnt_P,Christianity Other Protestant Persons,Tot_P_P,G14,people,religion,Persons,,5399,Religious Affiliation by Sex -G5400,Christianity_Pentecostal_M,Christianity Pentecostal Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5400,Religious Affiliation by Sex -G5401,Christianity_Pentecostal_F,Christianity Pentecostal Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5401,Religious Affiliation by Sex -G5402,Christianity_Pentecostal_P,Christianity Pentecostal Persons,Tot_P_P,G14,people,religion,Persons,,5402,Religious Affiliation by Sex -G5403,Christinty_Prsbytrin_Refrmd_M,Christianity Presbyterian and Reformed Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5403,Religious Affiliation by Sex -G5404,Christinty_Prsbytrin_Refrmd_F,Christianity Presbyterian and Reformed Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5404,Religious Affiliation by Sex -G5405,Christinty_Prsbytrin_Refrmd_P,Christianity Presbyterian and Reformed Persons,Tot_P_P,G14,people,religion,Persons,,5405,Religious Affiliation by Sex -G5406,Christianity_Salvation_Army_M,Christianity Salvation Army Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5406,Religious Affiliation by Sex -G5407,Christianity_Salvation_Army_F,Christianity Salvation Army Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5407,Religious Affiliation by Sex -G5408,Christianity_Salvation_Army_P,Christianity Salvation Army Persons,Tot_P_P,G14,people,religion,Persons,,5408,Religious Affiliation by Sex -G5409,Christnty_Sevnth_dy_Advntst_M,Christianity Seventh day Adventist Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5409,Religious Affiliation by Sex -G5410,Christnty_Sevnth_dy_Advntst_F,Christianity Seventh day Adventist Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5410,Religious Affiliation by Sex -G5411,Christnty_Sevnth_dy_Advntst_P,Christianity Seventh day Adventist Persons,Tot_P_P,G14,people,religion,Persons,,5411,Religious Affiliation by Sex -G5412,Christianity_Uniting_Church_M,Christianity Uniting Church Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5412,Religious Affiliation by Sex -G5413,Christianity_Uniting_Church_F,Christianity Uniting Church Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5413,Religious Affiliation by Sex -G5414,Christianity_Uniting_Church_P,Christianity Uniting Church Persons,Tot_P_P,G14,people,religion,Persons,,5414,Religious Affiliation by Sex -G5415,Christianity_Christian_nfd_M,Christianity Christianity nfd Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5415,Religious Affiliation by Sex -G5416,Christianity_Christian_nfd_F,Christianity Christianity nfd Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5416,Religious Affiliation by Sex -G5417,Christianity_Christian_nfd_P,Christianity Christianity nfd Persons,Tot_P_P,G14,people,religion,Persons,,5417,Religious Affiliation by Sex -G5418,Christianity_Othr_Christian_M,Christianity Other Christian Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5418,Religious Affiliation by Sex -G5419,Christianity_Othr_Christian_F,Christianity Other Christian Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5419,Religious Affiliation by Sex -G5420,Christianity_Othr_Christian_P,Christianity Other Christian Persons,Tot_P_P,G14,people,religion,Persons,,5420,Religious Affiliation by Sex -G5421,Christianity_Tot_M,Christianity Total Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5421,Religious Affiliation by Sex -G5422,Christianity_Tot_F,Christianity Total Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5422,Religious Affiliation by Sex -G5423,Christianity_Tot_P,Christianity Total Persons,Tot_P_P,G14,people,religion,Persons,,5423,Religious Affiliation by Sex -G5424,Hinduism_M,Hinduism Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5424,Religious Affiliation by Sex -G5425,Hinduism_F,Hinduism Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5425,Religious Affiliation by Sex -G5426,Hinduism_P,Hinduism Persons,Tot_P_P,G14,people,religion,Persons,,5426,Religious Affiliation by Sex -G5427,Islam_M,Islam Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5427,Religious Affiliation by Sex -G5428,Islam_F,Islam Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5428,Religious Affiliation by Sex -G5429,Islam_P,Islam Persons,Tot_P_P,G14,people,religion,Persons,,5429,Religious Affiliation by Sex -G5430,Judaism_M,Judaism Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5430,Religious Affiliation by Sex -G5431,Judaism_F,Judaism Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5431,Religious Affiliation by Sex -G5432,Judaism_P,Judaism Persons,Tot_P_P,G14,people,religion,Persons,,5432,Religious Affiliation by Sex -G5433,Othr_Rel_Aust_Abor_Trad_Rel_M,Other Religions Australian Aboriginal Traditional Religions Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5433,Religious Affiliation by Sex -G5434,Othr_Rel_Aust_Abor_Trad_Rel_F,Other Religions Australian Aboriginal Traditional Religions Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5434,Religious Affiliation by Sex -G5435,Othr_Rel_Aust_Abor_Trad_Rel_P,Other Religions Australian Aboriginal Traditional Religions Persons,Tot_P_P,G14,people,religion,Persons,,5435,Religious Affiliation by Sex -G5436,Othr_Rel_Sikhism_M,Other Religions Sikhism Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5436,Religious Affiliation by Sex -G5437,Othr_Rel_Sikhism_F,Other Religions Sikhism Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5437,Religious Affiliation by Sex -G5438,Othr_Rel_Sikhism_P,Other Religions Sikhism Persons,Tot_P_P,G14,people,religion,Persons,,5438,Religious Affiliation by Sex -G5439,Othr_Reln_Other_reln_groups_M,Other Religions Other religious groups Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5439,Religious Affiliation by Sex -G5440,Othr_Reln_Other_reln_groups_F,Other Religions Other religious groups Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5440,Religious Affiliation by Sex -G5441,Othr_Reln_Other_reln_groups_P,Other Religions Other religious groups Persons,Tot_P_P,G14,people,religion,Persons,,5441,Religious Affiliation by Sex -G5442,Other_Religions_Tot_M,Other Religions Total Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5442,Religious Affiliation by Sex -G5443,Other_Religions_Tot_F,Other Religions Total Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5443,Religious Affiliation by Sex -G5444,Other_Religions_Tot_P,Other Religions Total Persons,Tot_P_P,G14,people,religion,Persons,,5444,Religious Affiliation by Sex -G5445,SB_OSB_NRA_NR_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5445,Religious Affiliation by Sex -G5446,SB_OSB_NRA_NR_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5446,Religious Affiliation by Sex -G5447,SB_OSB_NRA_NR_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation No Religion So Described Persons,Tot_P_P,G14,people,religion,Persons,,5447,Religious Affiliation by Sex -G5448,SB_OSB_NRA_SB_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5448,Religious Affiliation by Sex -G5449,SB_OSB_NRA_SB_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5449,Religious Affiliation by Sex -G5450,SB_OSB_NRA_SB_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Secular Beliefs Persons,Tot_P_P,G14,people,religion,Persons,,5450,Religious Affiliation by Sex -G5451,SB_OSB_NRA_OSB_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5451,Religious Affiliation by Sex -G5452,SB_OSB_NRA_OSB_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5452,Religious Affiliation by Sex -G5453,SB_OSB_NRA_OSB_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Other Spiritual Beliefs Persons,Tot_P_P,G14,people,religion,Persons,,5453,Religious Affiliation by Sex -G5454,SB_OSB_NRA_Tot_M,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5454,Religious Affiliation by Sex -G5455,SB_OSB_NRA_Tot_F,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5455,Religious Affiliation by Sex -G5456,SB_OSB_NRA_Tot_P,Secular Beliefs and Other Spiritual Beliefs and No Religious Affiliation Total Persons,Tot_P_P,G14,people,religion,Persons,,5456,Religious Affiliation by Sex -G5457,Religious_affiliation_ns_M,Religious affiliation Not Stated Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5457,Religious Affiliation by Sex -G5458,Religious_affiliation_ns_F,Religious affiliation Not Stated Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5458,Religious Affiliation by Sex -G5459,Religious_affiliation_ns_P,Religious affiliation Not Stated Persons,Tot_P_P,G14,people,religion,Persons,,5459,Religious Affiliation by Sex -G5460,Tot_M,Total Males,Tot_P_P|Tot_P_M,G14,people,religion,Males,,5460,Religious Affiliation by Sex -G5461,Tot_F,Total Females,Tot_P_P|Tot_P_F,G14,people,religion,Females,,5461,Religious Affiliation by Sex -G5462,Tot_P,Total Persons,Tot_P_P,G14,people,religion,Persons,,5462,Religious Affiliation by Sex -G5463,Pre_school_M,Pre school Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5463,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5464,Pre_school_F,Pre school Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5464,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5465,Pre_school_P,Pre school Persons,Tot_P_P,G15,people,education,Persons,,5465,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5466,Infants_Primary_Government_M,Infants Primary Government Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5466,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5467,Infants_Primary_Government_F,Infants Primary Government Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5467,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5468,Infants_Primary_Government_P,Infants Primary Government Persons,Tot_P_P,G15,people,education,Persons,,5468,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5469,Infants_Primary_Catholic_M,Infants Primary Catholic Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5469,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5470,Infants_Primary_Catholic_F,Infants Primary Catholic Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5470,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5471,Infants_Primary_Catholic_P,Infants Primary Catholic Persons,Tot_P_P,G15,people,education,Persons,,5471,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5472,Infnts_Primry_Othr_Non_Govt_M,Infants Primary Other Non Government Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5472,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5473,Infnts_Primry_Othr_Non_Govt_F,Infants Primary Other Non Government Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5473,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5474,Infnts_Primry_Othr_Non_Govt_P,Infants Primary Other Non Government Persons,Tot_P_P,G15,people,education,Persons,,5474,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5475,Infants_Primary_Tot_M,Infants Primary Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5475,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5476,Infants_Primary_Tot_F,Infants Primary Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5476,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5477,Infants_Primary_Tot_P,Infants Primary Total Persons,Tot_P_P,G15,people,education,Persons,,5477,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5478,Secondary_Government_M,Secondary Government Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5478,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5479,Secondary_Government_F,Secondary Government Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5479,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5480,Secondary_Government_P,Secondary Government Persons,Tot_P_P,G15,people,education,Persons,,5480,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5481,Secondary_Catholic_M,Secondary Catholic Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5481,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5482,Secondary_Catholic_F,Secondary Catholic Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5482,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5483,Secondary_Catholic_P,Secondary Catholic Persons,Tot_P_P,G15,people,education,Persons,,5483,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5484,Secondary_Other_Non_Govt_M,Secondary Other Non Government Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5484,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5485,Secondary_Other_Non_Govt_F,Secondary Other Non Government Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5485,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5486,Secondary_Other_Non_Govt_P,Secondary Other Non Government Persons,Tot_P_P,G15,people,education,Persons,,5486,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5487,Secondary_Tot_M,Secondary Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5487,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5488,Secondary_Tot_F,Secondary Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5488,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5489,Secondary_Tot_P,Secondary Total Persons,Tot_P_P,G15,people,education,Persons,,5489,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5490,Tec_Furt_Educ_inst_Ft_15_24_M,Technical or Further Educational institution Full time student Aged 15 24 years Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5490,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5491,Tec_Furt_Educ_inst_Ft_15_24_F,Technical or Further Educational institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5491,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5492,Tec_Furt_Educ_inst_Ft_15_24_P,Technical or Further Educational institution Full time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5492,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5493,Tec_Furt_Educ_inst_Ft_25_ov_M,Technical or Further Educational institution Full time student Aged 25 years and over Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5493,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5494,Tec_Furt_Educ_inst_Ft_25_ov_F,Technical or Further Educational institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5494,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5495,Tec_Furt_Educ_inst_Ft_25_ov_P,Technical or Further Educational institution Full time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5495,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5496,Tec_Furt_Educ_inst_Pt_15_24_M,Technical or Further Educational institution Part time student Aged 15 24 years Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5496,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5497,Tec_Furt_Educ_inst_Pt_15_24_F,Technical or Further Educational institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5497,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5498,Tec_Furt_Educ_inst_Pt_15_24_P,Technical or Further Educational institution Part time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5498,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5499,Tec_Furt_Educ_inst_Pt_25_ov_M,Technical or Further Educational institution Part time student Aged 25 years and over Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5499,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5500,Tec_Furt_Educ_inst_Pt_25_ov_F,Technical or Further Educational institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5500,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5501,Tec_Furt_Educ_inst_Pt_25_ov_P,Technical or Further Educational institution Part time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5501,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5502,Tec_Furt_Educ_inst_F_Pt_ns_M,Technical or Further Educational institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5502,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5503,Tec_Furt_Educ_inst_F_Pt_ns_F,Technical or Further Educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5503,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5504,Tec_Furt_Educ_inst_F_Pt_ns_P,Technical or Further Educational institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5504,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5505,Tec_Furt_Educ_inst_Tot_M,Technical or Further Educational institution Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5505,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5506,Tec_Furt_Educ_inst_Tot_F,Technical or Further Educational institution Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5506,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5507,Tec_Furt_Educ_inst_Tot_P,Technical or Further Educational institution Total Persons,Tot_P_P,G15,people,education,Persons,,5507,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5508,Uni_othr_Tert_Inst_Ft_15_24_M,University or other Tertiary Institution Full time student Aged 15 24 years Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5508,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5509,Uni_othr_Tert_Inst_Ft_15_24_F,University or other Tertiary Institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5509,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5510,Uni_othr_Tert_Inst_Ft_15_24_P,University or other Tertiary Institution Full time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5510,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5511,Uni_othr_Tert_Inst_Ft_25_ov_M,University or other Tertiary Institution Full time student Aged 25 years and over Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5511,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5512,Uni_othr_Tert_Inst_Ft_25_ov_F,University or other Tertiary Institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5512,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5513,Uni_othr_Tert_Inst_Ft_25_ov_P,University or other Tertiary Institution Full time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5513,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5514,Uni_othr_Tert_Inst_Pt_15_24_M,University or other Tertiary Institution Part time student Aged 15 24 years Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5514,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5515,Uni_othr_Tert_Inst_Pt_15_24_F,University or other Tertiary Institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5515,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5516,Uni_othr_Tert_Inst_Pt_15_24_P,University or other Tertiary Institution Part time student Aged 15 24 years Persons,Tot_P_P,G15,people,education,Persons,,5516,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5517,Uni_othr_Tert_Inst_Pt_25_ov_M,University or other Tertiary Institution Part time student Aged 25 years and over Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5517,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5518,Uni_othr_Tert_Inst_Pt_25_ov_F,University or other Tertiary Institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5518,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5519,Uni_othr_Tert_Inst_Pt_25_ov_P,University or other Tertiary Institution Part time student Aged 25 years and over Persons,Tot_P_P,G15,people,education,Persons,,5519,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5520,Uni_othr_Tert_Inst_F_Pt_ns_M,University or other Tertiary Institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5520,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5521,Uni_othr_Tert_Inst_F_Pt_ns_F,University or other Tertiary Institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5521,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5522,Uni_othr_Tert_Inst_F_Pt_ns_P,University or other Tertiary Institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5522,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5523,Uni_other_Tert_Instit_Tot_M,University or other Tertiary Institution Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5523,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5524,Uni_other_Tert_Instit_Tot_F,University or other Tertiary Institution Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5524,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5525,Uni_other_Tert_Instit_Tot_P,University or other Tertiary Institution Total Persons,Tot_P_P,G15,people,education,Persons,,5525,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5526,Othr_typ_educ_inst_Ft_stud_M,Other type of educational institution Full time student Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5526,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5527,Othr_typ_educ_inst_Ft_stud_F,Other type of educational institution Full time student Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5527,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5528,Othr_typ_educ_inst_Ft_stud_P,Other type of educational institution Full time student Persons,Tot_P_P,G15,people,education,Persons,,5528,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5529,Othr_typ_educ_inst_Pt_stud_M,Other type of educational institution Part time student Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5529,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5530,Othr_typ_educ_inst_Pt_stud_F,Other type of educational institution Part time student Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5530,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5531,Othr_typ_educ_inst_Pt_stud_P,Other type of educational institution Part time student Persons,Tot_P_P,G15,people,education,Persons,,5531,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5532,Oth_typ_ed_instit_F_Pt_ns_M,Other type of educational institution Full Part time student status not stated Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5532,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5533,Oth_typ_ed_instit_F_Pt_ns_F,Other type of educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5533,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5534,Oth_typ_ed_instit_F_Pt_ns_P,Other type of educational institution Full Part time student status not stated Persons,Tot_P_P,G15,people,education,Persons,,5534,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5535,Other_type_educ_instit_Tot_M,Other type of educational institution Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5535,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5536,Other_type_educ_instit_Tot_F,Other type of educational institution Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5536,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5537,Other_type_educ_instit_Tot_P,Other type of educational institution Total Persons,Tot_P_P,G15,people,education,Persons,,5537,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5538,Type_educanl_institution_ns_M,Type of educational institution not stated Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5538,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5539,Type_educanl_institution_ns_F,Type of educational institution not stated Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5539,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5540,Type_educanl_institution_ns_P,Type of educational institution not stated Persons,Tot_P_P,G15,people,education,Persons,,5540,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5541,Tot_M,Total Males,Tot_P_P|Tot_P_M,G15,people,education,Males,,5541,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5542,Tot_F,Total Females,Tot_P_P|Tot_P_F,G15,people,education,Females,,5542,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5543,Tot_P,Total Persons,Tot_P_P,G15,people,education,Persons,,5543,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G6264,M_0_4_yrs_Need_for_assistance,Males 0 4 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6264,Core Activity Need for Assistance by Age by Sex -G6265,M_0_4_No_need_for_assistance,Males 0 4 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6265,Core Activity Need for Assistance by Age by Sex -G6266,M_0_4_Need_for_assistance_ns,Males 0 4 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6266,Core Activity Need for Assistance by Age by Sex -G6267,M_0_4_yrs_Tot,Males 0 4 years Total,,G18,people,income,Total|MALES,,6267,Core Activity Need for Assistance by Age by Sex -G6268,M_5_14_Need_for_assistance,Males 5 14 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6268,Core Activity Need for Assistance by Age by Sex -G6269,M_5_14_No_need_for_assistance,Males 5 14 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6269,Core Activity Need for Assistance by Age by Sex -G6270,M_5_14_Need_for_assistance_ns,Males 5 14 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6270,Core Activity Need for Assistance by Age by Sex -G6271,M_5_14_yrs_Tot,Males 5 14 years Total,,G18,people,income,Total|MALES,,6271,Core Activity Need for Assistance by Age by Sex -G6272,M_15_19_Need_for_assistance,Males 15 19 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6272,Core Activity Need for Assistance by Age by Sex -G6273,M_15_19_No_need_for_assistnce,Males 15 19 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6273,Core Activity Need for Assistance by Age by Sex -G6274,M_15_19_Need_for_assistnce_ns,Males 15 19 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6274,Core Activity Need for Assistance by Age by Sex -G6275,M_15_19_yrs_Tot,Males 15 19 years Total,,G18,people,income,Total|MALES,,6275,Core Activity Need for Assistance by Age by Sex -G6276,M_20_24_Need_for_assistance,Males 20 24 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6276,Core Activity Need for Assistance by Age by Sex -G6277,M_20_24_No_need_for_assistnce,Males 20 24 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6277,Core Activity Need for Assistance by Age by Sex -G6278,M_20_24_Need_for_assistnce_ns,Males 20 24 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6278,Core Activity Need for Assistance by Age by Sex -G6279,M_20_24_yrs_Tot,Males 20 24 years Total,,G18,people,income,Total|MALES,,6279,Core Activity Need for Assistance by Age by Sex -G6280,M_25_34_Need_for_assistance,Males 25 34 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6280,Core Activity Need for Assistance by Age by Sex -G6281,M_25_34_No_need_for_assistnce,Males 25 34 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6281,Core Activity Need for Assistance by Age by Sex -G6282,M_25_34_Need_for_assistnce_ns,Males 25 34 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6282,Core Activity Need for Assistance by Age by Sex -G6283,M_25_34_yrs_Tot,Males 25 34 years Total,,G18,people,income,Total|MALES,,6283,Core Activity Need for Assistance by Age by Sex -G6284,M_35_44_Need_for_assistance,Males 35 44 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6284,Core Activity Need for Assistance by Age by Sex -G6285,M_35_44_No_need_for_assistnce,Males 35 44 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6285,Core Activity Need for Assistance by Age by Sex -G6286,M_35_44_Need_for_assistnce_ns,Males 35 44 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6286,Core Activity Need for Assistance by Age by Sex -G6287,M_35_44_yrs_Tot,Males 35 44 years Total,,G18,people,income,Total|MALES,,6287,Core Activity Need for Assistance by Age by Sex -G6288,M_45_54_Need_for_assistance,Males 45 54 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6288,Core Activity Need for Assistance by Age by Sex -G6289,M_45_54_No_need_for_assistnce,Males 45 54 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6289,Core Activity Need for Assistance by Age by Sex -G6290,M_45_54_Need_for_assistnce_ns,Males 45 54 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6290,Core Activity Need for Assistance by Age by Sex -G6291,M_45_54_yrs_Tot,Males 45 54 years Total,,G18,people,income,Total|MALES,,6291,Core Activity Need for Assistance by Age by Sex -G6292,M_55_64_Need_for_assistance,Males 55 64 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6292,Core Activity Need for Assistance by Age by Sex -G6293,M_55_64_No_need_for_assistnce,Males 55 64 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6293,Core Activity Need for Assistance by Age by Sex -G6294,M_55_64_Need_for_assistnce_ns,Males 55 64 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6294,Core Activity Need for Assistance by Age by Sex -G6295,M_55_64_yrs_Tot,Males 55 64 years Total,,G18,people,income,Total|MALES,,6295,Core Activity Need for Assistance by Age by Sex -G6296,M_65_74_Need_for_assistance,Males 65 74 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6296,Core Activity Need for Assistance by Age by Sex -G6297,M_65_74_No_need_for_assistnce,Males 65 74 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6297,Core Activity Need for Assistance by Age by Sex -G6298,M_65_74_Need_for_assistnce_ns,Males 65 74 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6298,Core Activity Need for Assistance by Age by Sex -G6299,M_65_74_yrs_Tot,Males 65 74 years Total,,G18,people,income,Total|MALES,,6299,Core Activity Need for Assistance by Age by Sex -G6300,M_75_84_Need_for_assistance,Males 75 84 years Has need for assistance,,G18,people,income,Need for assistance|MALES,,6300,Core Activity Need for Assistance by Age by Sex -G6301,M_75_84_No_need_for_assistnce,Males 75 84 years Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6301,Core Activity Need for Assistance by Age by Sex -G6302,M_75_84_Need_for_assistnce_ns,Males 75 84 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6302,Core Activity Need for Assistance by Age by Sex -G6303,M_75_84_yrs_Tot,Males 75 84 years Total,,G18,people,income,Total|MALES,,6303,Core Activity Need for Assistance by Age by Sex -G6304,M_85_over_Need_for_assistance,Males 85 years and over Has need for assistance,,G18,people,income,Need for assistance|MALES,,6304,Core Activity Need for Assistance by Age by Sex -G6305,M_85_ov_No_need_for_assistnce,Males 85 years and over Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6305,Core Activity Need for Assistance by Age by Sex -G6306,M_85_ov_Need_for_assistnce_ns,Males 85 years and over Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6306,Core Activity Need for Assistance by Age by Sex -G6307,M_85_yrs_over_Tot,Males 85 years and over Total,,G18,people,income,Total|MALES,,6307,Core Activity Need for Assistance by Age by Sex -G6308,M_Tot_Need_for_assistance,Males Total Has need for assistance,,G18,people,income,Need for assistance|MALES,,6308,Core Activity Need for Assistance by Age by Sex -G6309,M_Tot_No_need_for_assistance,Males Total Does not have need for assistance,,G18,people,income,No need for assistance|MALES,,6309,Core Activity Need for Assistance by Age by Sex -G6310,M_Tot_Need_for_assistance_ns,Males Total Need for assistance not stated,,G18,people,income,Need for assistance not stated|MALES,,6310,Core Activity Need for Assistance by Age by Sex -G6311,M_Tot_Tot,Males Total Total,,G18,people,income,Total|MALES,,6311,Core Activity Need for Assistance by Age by Sex -G6312,F_0_4_yrs_Need_for_assistance,Females 0 4 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6312,Core Activity Need for Assistance by Age by Sex -G6313,F_0_4_No_need_for_assistance,Females 0 4 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6313,Core Activity Need for Assistance by Age by Sex -G6314,F_0_4_Need_for_assistance_ns,Females 0 4 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6314,Core Activity Need for Assistance by Age by Sex -G6315,F_0_4_yrs_Tot,Females 0 4 years Total,,G18,people,income,Total|FEMALES,,6315,Core Activity Need for Assistance by Age by Sex -G6316,F_5_14_Need_for_assistance,Females 5 14 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6316,Core Activity Need for Assistance by Age by Sex -G6317,F_5_14_No_need_for_assistance,Females 5 14 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6317,Core Activity Need for Assistance by Age by Sex -G6318,F_5_14_Need_for_assistance_ns,Females 5 14 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6318,Core Activity Need for Assistance by Age by Sex -G6319,F_5_14_yrs_Tot,Females 5 14 years Total,,G18,people,income,Total|FEMALES,,6319,Core Activity Need for Assistance by Age by Sex -G6320,F_15_19_Need_for_assistance,Females 15 19 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6320,Core Activity Need for Assistance by Age by Sex -G6321,F_15_19_No_need_for_assistnce,Females 15 19 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6321,Core Activity Need for Assistance by Age by Sex -G6322,F_15_19_Need_for_assistnce_ns,Females 15 19 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6322,Core Activity Need for Assistance by Age by Sex -G6323,F_15_19_yrs_Tot,Females 15 19 years Total,,G18,people,income,Total|FEMALES,,6323,Core Activity Need for Assistance by Age by Sex -G6324,F_20_24_Need_for_assistance,Females 20 24 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6324,Core Activity Need for Assistance by Age by Sex -G6325,F_20_24_No_need_for_assistnce,Females 20 24 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6325,Core Activity Need for Assistance by Age by Sex -G6326,F_20_24_Need_for_assistnce_ns,Females 20 24 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6326,Core Activity Need for Assistance by Age by Sex -G6327,F_20_24_yrs_Tot,Females 20 24 years Total,,G18,people,income,Total|FEMALES,,6327,Core Activity Need for Assistance by Age by Sex -G6328,F_25_34_Need_for_assistance,Females 25 34 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6328,Core Activity Need for Assistance by Age by Sex -G6329,F_25_34_No_need_for_assistnce,Females 25 34 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6329,Core Activity Need for Assistance by Age by Sex -G6330,F_25_34_Need_for_assistnce_ns,Females 25 34 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6330,Core Activity Need for Assistance by Age by Sex -G6331,F_25_34_yrs_Tot,Females 25 34 years Total,,G18,people,income,Total|FEMALES,,6331,Core Activity Need for Assistance by Age by Sex -G6332,F_35_44_Need_for_assistance,Females 35 44 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6332,Core Activity Need for Assistance by Age by Sex -G6333,F_35_44_No_need_for_assistnce,Females 35 44 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6333,Core Activity Need for Assistance by Age by Sex -G6334,F_35_44_Need_for_assistnce_ns,Females 35 44 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6334,Core Activity Need for Assistance by Age by Sex -G6335,F_35_44_yrs_Tot,Females 35 44 years Total,,G18,people,income,Total|FEMALES,,6335,Core Activity Need for Assistance by Age by Sex -G6336,F_45_54_Need_for_assistance,Females 45 54 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6336,Core Activity Need for Assistance by Age by Sex -G6337,F_45_54_No_need_for_assistnce,Females 45 54 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6337,Core Activity Need for Assistance by Age by Sex -G6338,F_45_54_Need_for_assistnce_ns,Females 45 54 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6338,Core Activity Need for Assistance by Age by Sex -G6339,F_45_54_yrs_Tot,Females 45 54 years Total,,G18,people,income,Total|FEMALES,,6339,Core Activity Need for Assistance by Age by Sex -G6340,F_55_64_Need_for_assistance,Females 55 64 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6340,Core Activity Need for Assistance by Age by Sex -G6341,F_55_64_No_need_for_assistnce,Females 55 64 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6341,Core Activity Need for Assistance by Age by Sex -G6342,F_55_64_Need_for_assistnce_ns,Females 55 64 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6342,Core Activity Need for Assistance by Age by Sex -G6343,F_55_64_yrs_Tot,Females 55 64 years Total,,G18,people,income,Total|FEMALES,,6343,Core Activity Need for Assistance by Age by Sex -G6344,F_65_74_Need_for_assistance,Females 65 74 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6344,Core Activity Need for Assistance by Age by Sex -G6345,F_65_74_No_need_for_assistnce,Females 65 74 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6345,Core Activity Need for Assistance by Age by Sex -G6346,F_65_74_Need_for_assistnce_ns,Females 65 74 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6346,Core Activity Need for Assistance by Age by Sex -G6347,F_65_74_yrs_Tot,Females 65 74 years Total,,G18,people,income,Total|FEMALES,,6347,Core Activity Need for Assistance by Age by Sex -G6348,F_75_84_Need_for_assistance,Females 75 84 years Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6348,Core Activity Need for Assistance by Age by Sex -G6349,F_75_84_No_need_for_assistnce,Females 75 84 years Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6349,Core Activity Need for Assistance by Age by Sex -G6350,F_75_84_Need_for_assistnce_ns,Females 75 84 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6350,Core Activity Need for Assistance by Age by Sex -G6351,F_75_84_yrs_Tot,Females 75 84 years Total,,G18,people,income,Total|FEMALES,,6351,Core Activity Need for Assistance by Age by Sex -G6352,F_85_over_Need_for_assistance,Females 85 years and over Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6352,Core Activity Need for Assistance by Age by Sex -G6353,F_85_ov_No_need_for_assistnce,Females 85 years and over Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6353,Core Activity Need for Assistance by Age by Sex -G6354,F_85_ov_Need_for_assistnce_ns,Females 85 years and over Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6354,Core Activity Need for Assistance by Age by Sex -G6355,F_85_yrs_over_Tot,Females 85 years and over Total,,G18,people,income,Total|FEMALES,,6355,Core Activity Need for Assistance by Age by Sex -G6356,F_Tot_Need_for_assistance,Females Total Has need for assistance,,G18,people,income,Need for assistance|FEMALES,,6356,Core Activity Need for Assistance by Age by Sex -G6357,F_Tot_No_need_for_assistance,Females Total Does not have need for assistance,,G18,people,income,No need for assistance|FEMALES,,6357,Core Activity Need for Assistance by Age by Sex -G6358,F_Tot_Need_for_assistance_ns,Females Total Need for assistance not stated,,G18,people,income,Need for assistance not stated|FEMALES,,6358,Core Activity Need for Assistance by Age by Sex -G6359,F_Tot_Tot,Females Total Total,,G18,people,income,Total|FEMALES,,6359,Core Activity Need for Assistance by Age by Sex -G6360,P_0_4_yrs_Need_for_assistance,Persons 0 4 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6360,Core Activity Need for Assistance by Age by Sex -G6361,P_0_4_No_need_for_assistance,Persons 0 4 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6361,Core Activity Need for Assistance by Age by Sex -G6362,P_0_4_Need_for_assistance_ns,Persons 0 4 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6362,Core Activity Need for Assistance by Age by Sex -G6363,P_0_4_yrs_Tot,Persons 0 4 years Total,,G18,people,income,Total|PERSONS,,6363,Core Activity Need for Assistance by Age by Sex -G6364,P_5_14_Need_for_assistance,Persons 5 14 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6364,Core Activity Need for Assistance by Age by Sex -G6365,P_5_14_No_need_for_assistance,Persons 5 14 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6365,Core Activity Need for Assistance by Age by Sex -G6366,P_5_14_Need_for_assistance_ns,Persons 5 14 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6366,Core Activity Need for Assistance by Age by Sex -G6367,P_5_14_yrs_Tot,Persons 5 14 years Total,,G18,people,income,Total|PERSONS,,6367,Core Activity Need for Assistance by Age by Sex -G6368,P_15_19_Need_for_assistance,Persons 15 19 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6368,Core Activity Need for Assistance by Age by Sex -G6369,P_15_19_No_need_for_assistnce,Persons 15 19 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6369,Core Activity Need for Assistance by Age by Sex -G6370,P_15_19_Need_for_assistnce_ns,Persons 15 19 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6370,Core Activity Need for Assistance by Age by Sex -G6371,P_15_19_yrs_Tot,Persons 15 19 years Total,,G18,people,income,Total|PERSONS,,6371,Core Activity Need for Assistance by Age by Sex -G6372,P_20_24_Need_for_assistance,Persons 20 24 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6372,Core Activity Need for Assistance by Age by Sex -G6373,P_20_24_No_need_for_assistnce,Persons 20 24 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6373,Core Activity Need for Assistance by Age by Sex -G6374,P_20_24_Need_for_assistnce_ns,Persons 20 24 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6374,Core Activity Need for Assistance by Age by Sex -G6375,P_20_24_yrs_Tot,Persons 20 24 years Total,,G18,people,income,Total|PERSONS,,6375,Core Activity Need for Assistance by Age by Sex -G6376,P_25_34_Need_for_assistance,Persons 25 34 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6376,Core Activity Need for Assistance by Age by Sex -G6377,P_25_34_No_need_for_assistnce,Persons 25 34 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6377,Core Activity Need for Assistance by Age by Sex -G6378,P_25_34_Need_for_assistnce_ns,Persons 25 34 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6378,Core Activity Need for Assistance by Age by Sex -G6379,P_25_34_yrs_Tot,Persons 25 34 years Total,,G18,people,income,Total|PERSONS,,6379,Core Activity Need for Assistance by Age by Sex -G6380,P_35_44_Need_for_assistance,Persons 35 44 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6380,Core Activity Need for Assistance by Age by Sex -G6381,P_35_44_No_need_for_assistnce,Persons 35 44 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6381,Core Activity Need for Assistance by Age by Sex -G6382,P_35_44_Need_for_assistnce_ns,Persons 35 44 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6382,Core Activity Need for Assistance by Age by Sex -G6383,P_35_44_yrs_Tot,Persons 35 44 years Total,,G18,people,income,Total|PERSONS,,6383,Core Activity Need for Assistance by Age by Sex -G6384,P_45_54_Need_for_assistance,Persons 45 54 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6384,Core Activity Need for Assistance by Age by Sex -G6385,P_45_54_No_need_for_assistnce,Persons 45 54 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6385,Core Activity Need for Assistance by Age by Sex -G6386,P_45_54_Need_for_assistnce_ns,Persons 45 54 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6386,Core Activity Need for Assistance by Age by Sex -G6387,P_45_54_yrs_Tot,Persons 45 54 years Total,,G18,people,income,Total|PERSONS,,6387,Core Activity Need for Assistance by Age by Sex -G6388,P_55_64_Need_for_assistance,Persons 55 64 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6388,Core Activity Need for Assistance by Age by Sex -G6389,P_55_64_No_need_for_assistnce,Persons 55 64 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6389,Core Activity Need for Assistance by Age by Sex -G6390,P_55_64_Need_for_assistnce_ns,Persons 55 64 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6390,Core Activity Need for Assistance by Age by Sex -G6391,P_55_64_yrs_Tot,Persons 55 64 years Total,,G18,people,income,Total|PERSONS,,6391,Core Activity Need for Assistance by Age by Sex -G6392,P_65_74_Need_for_assistance,Persons 65 74 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6392,Core Activity Need for Assistance by Age by Sex -G6393,P_65_74_No_need_for_assistnce,Persons 65 74 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6393,Core Activity Need for Assistance by Age by Sex -G6394,P_65_74_Need_for_assistnce_ns,Persons 65 74 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6394,Core Activity Need for Assistance by Age by Sex -G6395,P_65_74_yrs_Tot,Persons 65 74 years Total,,G18,people,income,Total|PERSONS,,6395,Core Activity Need for Assistance by Age by Sex -G6396,P_75_84_Need_for_assistance,Persons 75 84 years Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6396,Core Activity Need for Assistance by Age by Sex -G6397,P_75_84_No_need_for_assistnce,Persons 75 84 years Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6397,Core Activity Need for Assistance by Age by Sex -G6398,P_75_84_Need_for_assistnce_ns,Persons 75 84 years Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6398,Core Activity Need for Assistance by Age by Sex -G6399,P_75_84_yrs_Tot,Persons 75 84 years Total,,G18,people,income,Total|PERSONS,,6399,Core Activity Need for Assistance by Age by Sex -G6400,P_85_over_Need_for_assistance,Persons 85 years and over Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6400,Core Activity Need for Assistance by Age by Sex -G6401,P_85_ov_No_need_for_assistnce,Persons 85 years and over Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6401,Core Activity Need for Assistance by Age by Sex -G6402,P_85_ov_Need_for_assistnce_ns,Persons 85 years and over Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6402,Core Activity Need for Assistance by Age by Sex -G6403,P_85_yrs_over_Tot,Persons 85 years and over Total,,G18,people,income,Total|PERSONS,,6403,Core Activity Need for Assistance by Age by Sex -G6404,P_Tot_Need_for_assistance,Persons Total Has need for assistance,,G18,people,income,Need for assistance|PERSONS,,6404,Core Activity Need for Assistance by Age by Sex -G6405,P_Tot_No_need_for_assistance,Persons Total Does not have need for assistance,,G18,people,income,No need for assistance|PERSONS,,6405,Core Activity Need for Assistance by Age by Sex -G6406,P_Tot_Need_for_assistance_ns,Persons Total Need for assistance not stated,,G18,people,income,Need for assistance not stated|PERSONS,,6406,Core Activity Need for Assistance by Age by Sex -G6407,P_Tot_Tot,Persons Total Total,,G18,people,income,Total|PERSONS,,6407,Core Activity Need for Assistance by Age by Sex -G6408,M_15_19_yr_Volunteer,Males 15 19 years Volunteer,,G19,people,employment,Volunteer|MALES,,6408,Voluntary Work for an Organisation or Group by Age by Sex -G6409,M_15_19_yr_N_a_volunteer,Males 15 19 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6409,Voluntary Work for an Organisation or Group by Age by Sex -G6410,M_15_19_yr_Voluntary_work_ns,Males 15 19 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6410,Voluntary Work for an Organisation or Group by Age by Sex -G6411,M_15_19_yr_Tot,Males 15 19 years Total,,G19,people,employment,Total|MALES,,6411,Voluntary Work for an Organisation or Group by Age by Sex -G6412,M_20_24_yr_Volunteer,Males 20 24 years Volunteer,,G19,people,employment,Volunteer|MALES,,6412,Voluntary Work for an Organisation or Group by Age by Sex -G6413,M_20_24_yr_N_a_volunteer,Males 20 24 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6413,Voluntary Work for an Organisation or Group by Age by Sex -G6414,M_20_24_yr_Voluntary_work_ns,Males 20 24 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6414,Voluntary Work for an Organisation or Group by Age by Sex -G6415,M_20_24_yr_Tot,Males 20 24 years Total,,G19,people,employment,Total|MALES,,6415,Voluntary Work for an Organisation or Group by Age by Sex -G6416,M_25_34_yr_Volunteer,Males 25 34 years Volunteer,,G19,people,employment,Volunteer|MALES,,6416,Voluntary Work for an Organisation or Group by Age by Sex -G6417,M_25_34_yr_N_a_volunteer,Males 25 34 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6417,Voluntary Work for an Organisation or Group by Age by Sex -G6418,M_25_34_yr_Voluntary_work_ns,Males 25 34 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6418,Voluntary Work for an Organisation or Group by Age by Sex -G6419,M_25_34_yr_Tot,Males 25 34 years Total,,G19,people,employment,Total|MALES,,6419,Voluntary Work for an Organisation or Group by Age by Sex -G6420,M_35_44_yr_Volunteer,Males 35 44 years Volunteer,,G19,people,employment,Volunteer|MALES,,6420,Voluntary Work for an Organisation or Group by Age by Sex -G6421,M_35_44_yr_N_a_volunteer,Males 35 44 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6421,Voluntary Work for an Organisation or Group by Age by Sex -G6422,M_35_44_yr_Voluntary_work_ns,Males 35 44 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6422,Voluntary Work for an Organisation or Group by Age by Sex -G6423,M_35_44_yr_Tot,Males 35 44 years Total,,G19,people,employment,Total|MALES,,6423,Voluntary Work for an Organisation or Group by Age by Sex -G6424,M_45_54_yr_Volunteer,Males 45 54 years Volunteer,,G19,people,employment,Volunteer|MALES,,6424,Voluntary Work for an Organisation or Group by Age by Sex -G6425,M_45_54_yr_N_a_volunteer,Males 45 54 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6425,Voluntary Work for an Organisation or Group by Age by Sex -G6426,M_45_54_yr_Voluntary_work_ns,Males 45 54 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6426,Voluntary Work for an Organisation or Group by Age by Sex -G6427,M_45_54_yr_Tot,Males 45 54 years Total,,G19,people,employment,Total|MALES,,6427,Voluntary Work for an Organisation or Group by Age by Sex -G6428,M_55_64_yr_Volunteer,Males 55 64 years Volunteer,,G19,people,employment,Volunteer|MALES,,6428,Voluntary Work for an Organisation or Group by Age by Sex -G6429,M_55_64_yr_N_a_volunteer,Males 55 64 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6429,Voluntary Work for an Organisation or Group by Age by Sex -G6430,M_55_64_yr_Voluntary_work_ns,Males 55 64 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6430,Voluntary Work for an Organisation or Group by Age by Sex -G6431,M_55_64_yr_Tot,Males 55 64 years Total,,G19,people,employment,Total|MALES,,6431,Voluntary Work for an Organisation or Group by Age by Sex -G6432,M_65_74_yr_Volunteer,Males 65 74 years Volunteer,,G19,people,employment,Volunteer|MALES,,6432,Voluntary Work for an Organisation or Group by Age by Sex -G6433,M_65_74_yr_N_a_volunteer,Males 65 74 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6433,Voluntary Work for an Organisation or Group by Age by Sex -G6434,M_65_74_yr_Voluntary_work_ns,Males 65 74 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6434,Voluntary Work for an Organisation or Group by Age by Sex -G6435,M_65_74_yr_Tot,Males 65 74 years Total,,G19,people,employment,Total|MALES,,6435,Voluntary Work for an Organisation or Group by Age by Sex -G6436,M_75_84_yr_Volunteer,Males 75 84 years Volunteer,,G19,people,employment,Volunteer|MALES,,6436,Voluntary Work for an Organisation or Group by Age by Sex -G6437,M_75_84_yr_N_a_volunteer,Males 75 84 years Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6437,Voluntary Work for an Organisation or Group by Age by Sex -G6438,M_75_84_yr_Voluntary_work_ns,Males 75 84 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6438,Voluntary Work for an Organisation or Group by Age by Sex -G6439,M_75_84_yr_Tot,Males 75 84 years Total,,G19,people,employment,Total|MALES,,6439,Voluntary Work for an Organisation or Group by Age by Sex -G6440,M_85ov_Volunteer,Males 85 years and over Volunteer,,G19,people,employment,Volunteer|MALES,,6440,Voluntary Work for an Organisation or Group by Age by Sex -G6441,M_85ov_N_a_volunteer,Males 85 years and over Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6441,Voluntary Work for an Organisation or Group by Age by Sex -G6442,M_85_ov_Voluntary_work_ns,Males 85 years and over Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6442,Voluntary Work for an Organisation or Group by Age by Sex -G6443,M_85ov_Tot,Males 85 years and over Total,,G19,people,employment,Total|MALES,,6443,Voluntary Work for an Organisation or Group by Age by Sex -G6444,M_Tot_Volunteer,Males Total Volunteer,,G19,people,employment,Volunteer|MALES,,6444,Voluntary Work for an Organisation or Group by Age by Sex -G6445,M_Tot_N_a_volunteer,Males Total Not a volunteer,,G19,people,employment,Not a volunteer|MALES,,6445,Voluntary Work for an Organisation or Group by Age by Sex -G6446,M_Tot_Voluntary_work_ns,Males Total Voluntary work not stated,,G19,people,employment,Voluntary work not stated|MALES,,6446,Voluntary Work for an Organisation or Group by Age by Sex -G6447,M_Tot_Tot,Males Total Total,,G19,people,employment,Total|MALES,,6447,Voluntary Work for an Organisation or Group by Age by Sex -G6448,F_15_19_yr_Volunteer,Females 15 19 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6448,Voluntary Work for an Organisation or Group by Age by Sex -G6449,F_15_19_yr_N_a_volunteer,Females 15 19 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6449,Voluntary Work for an Organisation or Group by Age by Sex -G6450,F_15_19_yr_Voluntary_work_ns,Females 15 19 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6450,Voluntary Work for an Organisation or Group by Age by Sex -G6451,F_15_19_yr_Tot,Females 15 19 years Total,,G19,people,employment,Total|FEMALES,,6451,Voluntary Work for an Organisation or Group by Age by Sex -G6452,F_20_24_yr_Volunteer,Females 20 24 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6452,Voluntary Work for an Organisation or Group by Age by Sex -G6453,F_20_24_yr_N_a_volunteer,Females 20 24 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6453,Voluntary Work for an Organisation or Group by Age by Sex -G6454,F_20_24_yr_Voluntary_work_ns,Females 20 24 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6454,Voluntary Work for an Organisation or Group by Age by Sex -G6455,F_20_24_yr_Tot,Females 20 24 years Total,,G19,people,employment,Total|FEMALES,,6455,Voluntary Work for an Organisation or Group by Age by Sex -G6456,F_25_34_yr_Volunteer,Females 25 34 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6456,Voluntary Work for an Organisation or Group by Age by Sex -G6457,F_25_34_yr_N_a_volunteer,Females 25 34 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6457,Voluntary Work for an Organisation or Group by Age by Sex -G6458,F_25_34_yr_Voluntary_work_ns,Females 25 34 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6458,Voluntary Work for an Organisation or Group by Age by Sex -G6459,F_25_34_yr_Tot,Females 25 34 years Total,,G19,people,employment,Total|FEMALES,,6459,Voluntary Work for an Organisation or Group by Age by Sex -G6460,F_35_44_yr_Volunteer,Females 35 44 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6460,Voluntary Work for an Organisation or Group by Age by Sex -G6461,F_35_44_yr_N_a_volunteer,Females 35 44 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6461,Voluntary Work for an Organisation or Group by Age by Sex -G6462,F_35_44_yr_Voluntary_work_ns,Females 35 44 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6462,Voluntary Work for an Organisation or Group by Age by Sex -G6463,F_35_44_yr_Tot,Females 35 44 years Total,,G19,people,employment,Total|FEMALES,,6463,Voluntary Work for an Organisation or Group by Age by Sex -G6464,F_45_54_yr_Volunteer,Females 45 54 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6464,Voluntary Work for an Organisation or Group by Age by Sex -G6465,F_45_54_yr_N_a_volunteer,Females 45 54 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6465,Voluntary Work for an Organisation or Group by Age by Sex -G6466,F_45_54_yr_Voluntary_work_ns,Females 45 54 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6466,Voluntary Work for an Organisation or Group by Age by Sex -G6467,F_45_54_yr_Tot,Females 45 54 years Total,,G19,people,employment,Total|FEMALES,,6467,Voluntary Work for an Organisation or Group by Age by Sex -G6468,F_55_64_yr_Volunteer,Females 55 64 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6468,Voluntary Work for an Organisation or Group by Age by Sex -G6469,F_55_64_yr_N_a_volunteer,Females 55 64 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6469,Voluntary Work for an Organisation or Group by Age by Sex -G6470,F_55_64_yr_Voluntary_work_ns,Females 55 64 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6470,Voluntary Work for an Organisation or Group by Age by Sex -G6471,F_55_64_yr_Tot,Females 55 64 years Total,,G19,people,employment,Total|FEMALES,,6471,Voluntary Work for an Organisation or Group by Age by Sex -G6472,F_65_74_yr_Volunteer,Females 65 74 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6472,Voluntary Work for an Organisation or Group by Age by Sex -G6473,F_65_74_yr_N_a_volunteer,Females 65 74 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6473,Voluntary Work for an Organisation or Group by Age by Sex -G6474,F_65_74_yr_Voluntary_work_ns,Females 65 74 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6474,Voluntary Work for an Organisation or Group by Age by Sex -G6475,F_65_74_yr_Tot,Females 65 74 years Total,,G19,people,employment,Total|FEMALES,,6475,Voluntary Work for an Organisation or Group by Age by Sex -G6476,F_75_84_yr_Volunteer,Females 75 84 years Volunteer,,G19,people,employment,Volunteer|FEMALES,,6476,Voluntary Work for an Organisation or Group by Age by Sex -G6477,F_75_84_yr_N_a_volunteer,Females 75 84 years Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6477,Voluntary Work for an Organisation or Group by Age by Sex -G6478,F_75_84_yr_Voluntary_work_ns,Females 75 84 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6478,Voluntary Work for an Organisation or Group by Age by Sex -G6479,F_75_84_yr_Tot,Females 75 84 years Total,,G19,people,employment,Total|FEMALES,,6479,Voluntary Work for an Organisation or Group by Age by Sex -G6480,F_85ov_Volunteer,Females 85 years and over Volunteer,,G19,people,employment,Volunteer|FEMALES,,6480,Voluntary Work for an Organisation or Group by Age by Sex -G6481,F_85ov_N_a_volunteer,Females 85 years and over Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6481,Voluntary Work for an Organisation or Group by Age by Sex -G6482,F_85_ov_Voluntary_work_ns,Females 85 years and over Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6482,Voluntary Work for an Organisation or Group by Age by Sex -G6483,F_85ov_Tot,Females 85 years and over Total,,G19,people,employment,Total|FEMALES,,6483,Voluntary Work for an Organisation or Group by Age by Sex -G6484,F_Tot_Volunteer,Females Total Volunteer,,G19,people,employment,Volunteer|FEMALES,,6484,Voluntary Work for an Organisation or Group by Age by Sex -G6485,F_Tot_N_a_volunteer,Females Total Not a volunteer,,G19,people,employment,Not a volunteer|FEMALES,,6485,Voluntary Work for an Organisation or Group by Age by Sex -G6486,F_Tot_Voluntary_work_ns,Females Total Voluntary work not stated,,G19,people,employment,Voluntary work not stated|FEMALES,,6486,Voluntary Work for an Organisation or Group by Age by Sex -G6487,F_Tot_Tot,Females Total Total,,G19,people,employment,Total|FEMALES,,6487,Voluntary Work for an Organisation or Group by Age by Sex -G6488,P_15_19_yr_Volunteer,Persons 15 19 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6488,Voluntary Work for an Organisation or Group by Age by Sex -G6489,P_15_19_yr_N_a_volunteer,Persons 15 19 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6489,Voluntary Work for an Organisation or Group by Age by Sex -G6490,P_15_19_yr_Voluntary_work_ns,Persons 15 19 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6490,Voluntary Work for an Organisation or Group by Age by Sex -G6491,P_15_19_yr_Tot,Persons 15 19 years Total,,G19,people,employment,Total|PERSONS,,6491,Voluntary Work for an Organisation or Group by Age by Sex -G6492,P_20_24_yr_Volunteer,Persons 20 24 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6492,Voluntary Work for an Organisation or Group by Age by Sex -G6493,P_20_24_yr_N_a_volunteer,Persons 20 24 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6493,Voluntary Work for an Organisation or Group by Age by Sex -G6494,P_20_24_yr_Voluntary_work_ns,Persons 20 24 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6494,Voluntary Work for an Organisation or Group by Age by Sex -G6495,P_20_24_yr_Tot,Persons 20 24 years Total,,G19,people,employment,Total|PERSONS,,6495,Voluntary Work for an Organisation or Group by Age by Sex -G6496,P_25_34_yr_Volunteer,Persons 25 34 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6496,Voluntary Work for an Organisation or Group by Age by Sex -G6497,P_25_34_yr_N_a_volunteer,Persons 25 34 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6497,Voluntary Work for an Organisation or Group by Age by Sex -G6498,P_25_34_yr_Voluntary_work_ns,Persons 25 34 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6498,Voluntary Work for an Organisation or Group by Age by Sex -G6499,P_25_34_yr_Tot,Persons 25 34 years Total,,G19,people,employment,Total|PERSONS,,6499,Voluntary Work for an Organisation or Group by Age by Sex -G6500,P_35_44_yr_Volunteer,Persons 35 44 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6500,Voluntary Work for an Organisation or Group by Age by Sex -G6501,P_35_44_yr_N_a_volunteer,Persons 35 44 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6501,Voluntary Work for an Organisation or Group by Age by Sex -G6502,P_35_44_yr_Voluntary_work_ns,Persons 35 44 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6502,Voluntary Work for an Organisation or Group by Age by Sex -G6503,P_35_44_yr_Tot,Persons 35 44 years Total,,G19,people,employment,Total|PERSONS,,6503,Voluntary Work for an Organisation or Group by Age by Sex -G6504,P_45_54_yr_Volunteer,Persons 45 54 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6504,Voluntary Work for an Organisation or Group by Age by Sex -G6505,P_45_54_yr_N_a_volunteer,Persons 45 54 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6505,Voluntary Work for an Organisation or Group by Age by Sex -G6506,P_45_54_yr_Voluntary_work_ns,Persons 45 54 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6506,Voluntary Work for an Organisation or Group by Age by Sex -G6507,P_45_54_yr_Tot,Persons 45 54 years Total,,G19,people,employment,Total|PERSONS,,6507,Voluntary Work for an Organisation or Group by Age by Sex -G6508,P_55_64_yr_Volunteer,Persons 55 64 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6508,Voluntary Work for an Organisation or Group by Age by Sex -G6509,P_55_64_yr_N_a_volunteer,Persons 55 64 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6509,Voluntary Work for an Organisation or Group by Age by Sex -G6510,P_55_64_yr_Voluntary_work_ns,Persons 55 64 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6510,Voluntary Work for an Organisation or Group by Age by Sex -G6511,P_55_64_yr_Tot,Persons 55 64 years Total,,G19,people,employment,Total|PERSONS,,6511,Voluntary Work for an Organisation or Group by Age by Sex -G6512,P_65_74_yr_Volunteer,Persons 65 74 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6512,Voluntary Work for an Organisation or Group by Age by Sex -G6513,P_65_74_yr_N_a_volunteer,Persons 65 74 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6513,Voluntary Work for an Organisation or Group by Age by Sex -G6514,P_65_74_yr_Voluntary_work_ns,Persons 65 74 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6514,Voluntary Work for an Organisation or Group by Age by Sex -G6515,P_65_74_yr_Tot,Persons 65 74 years Total,,G19,people,employment,Total|PERSONS,,6515,Voluntary Work for an Organisation or Group by Age by Sex -G6516,P_75_84_yr_Volunteer,Persons 75 84 years Volunteer,,G19,people,employment,Volunteer|PERSONS,,6516,Voluntary Work for an Organisation or Group by Age by Sex -G6517,P_75_84_yr_N_a_volunteer,Persons 75 84 years Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6517,Voluntary Work for an Organisation or Group by Age by Sex -G6518,P_75_84_yr_Voluntary_work_ns,Persons 75 84 years Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6518,Voluntary Work for an Organisation or Group by Age by Sex -G6519,P_75_84_yr_Tot,Persons 75 84 years Total,,G19,people,employment,Total|PERSONS,,6519,Voluntary Work for an Organisation or Group by Age by Sex -G6520,P_85ov_Volunteer,Persons 85 years and over Volunteer,,G19,people,employment,Volunteer|PERSONS,,6520,Voluntary Work for an Organisation or Group by Age by Sex -G6521,P_85ov_N_a_volunteer,Persons 85 years and over Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6521,Voluntary Work for an Organisation or Group by Age by Sex -G6522,P_85_ov_Voluntary_work_ns,Persons 85 years and over Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6522,Voluntary Work for an Organisation or Group by Age by Sex -G6523,P_85ov_Tot,Persons 85 years and over Total,,G19,people,employment,Total|PERSONS,,6523,Voluntary Work for an Organisation or Group by Age by Sex -G6524,P_Tot_Volunteer,Persons Total Volunteer,,G19,people,employment,Volunteer|PERSONS,,6524,Voluntary Work for an Organisation or Group by Age by Sex -G6525,P_Tot_N_a_volunteer,Persons Total Not a volunteer,,G19,people,employment,Not a volunteer|PERSONS,,6525,Voluntary Work for an Organisation or Group by Age by Sex -G6526,P_Tot_Voluntary_work_ns,Persons Total Voluntary work not stated,,G19,people,employment,Voluntary work not stated|PERSONS,,6526,Voluntary Work for an Organisation or Group by Age by Sex -G6527,P_Tot_Tot,Persons Total Total,,G19,people,employment,Total|PERSONS,,6527,Voluntary Work for an Organisation or Group by Age by Sex -G6738,M_15_19_Prvided_unpaid_assist,Males 15 19 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6738,Unpaid Assistance to a Person with a Disability by Age by Sex -G6739,M_15_19_No_unpad_asst_prvided,Males 15 19 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6739,Unpaid Assistance to a Person with a Disability by Age by Sex -G6740,M_15_19_Unpaid_assist_ns,Males 15 19 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6740,Unpaid Assistance to a Person with a Disability by Age by Sex -G6741,M_15_19_Tot,Males 15 19 years Total,,G21,people,employment,Total|MALES,,6741,Unpaid Assistance to a Person with a Disability by Age by Sex -G6742,M_20_24_Prvided_unpaid_assist,Males 20 24 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6742,Unpaid Assistance to a Person with a Disability by Age by Sex -G6743,M_20_24_No_unpad_asst_prvided,Males 20 24 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6743,Unpaid Assistance to a Person with a Disability by Age by Sex -G6744,M_20_24_Unpaid_assist_ns,Males 20 24 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6744,Unpaid Assistance to a Person with a Disability by Age by Sex -G6745,M_20_24_Tot,Males 20 24 years Total,,G21,people,employment,Total|MALES,,6745,Unpaid Assistance to a Person with a Disability by Age by Sex -G6746,M_25_34_Prvided_unpaid_assist,Males 25 34 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6746,Unpaid Assistance to a Person with a Disability by Age by Sex -G6747,M_25_34_No_unpad_asst_prvided,Males 25 34 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6747,Unpaid Assistance to a Person with a Disability by Age by Sex -G6748,M_25_34_Unpaid_assist_ns,Males 25 34 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6748,Unpaid Assistance to a Person with a Disability by Age by Sex -G6749,M_25_34_Tot,Males 25 34 years Total,,G21,people,employment,Total|MALES,,6749,Unpaid Assistance to a Person with a Disability by Age by Sex -G6750,M_35_44_Prvided_unpaid_assist,Males 35 44 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6750,Unpaid Assistance to a Person with a Disability by Age by Sex -G6751,M_35_44_No_unpad_asst_prvided,Males 35 44 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6751,Unpaid Assistance to a Person with a Disability by Age by Sex -G6752,M_35_44_Unpaid_assist_ns,Males 35 44 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6752,Unpaid Assistance to a Person with a Disability by Age by Sex -G6753,M_35_44_Tot,Males 35 44 years Total,,G21,people,employment,Total|MALES,,6753,Unpaid Assistance to a Person with a Disability by Age by Sex -G6754,M_45_54_Prvided_unpaid_assist,Males 45 54 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6754,Unpaid Assistance to a Person with a Disability by Age by Sex -G6755,M_45_54_No_unpad_asst_prvided,Males 45 54 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6755,Unpaid Assistance to a Person with a Disability by Age by Sex -G6756,M_45_54_Unpaid_assist_ns,Males 45 54 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6756,Unpaid Assistance to a Person with a Disability by Age by Sex -G6757,M_45_54_Tot,Males 45 54 years Total,,G21,people,employment,Total|MALES,,6757,Unpaid Assistance to a Person with a Disability by Age by Sex -G6758,M_55_64_Prvided_unpaid_assist,Males 55 64 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6758,Unpaid Assistance to a Person with a Disability by Age by Sex -G6759,M_55_64_No_unpad_asst_prvided,Males 55 64 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6759,Unpaid Assistance to a Person with a Disability by Age by Sex -G6760,M_55_64_Unpaid_assist_ns,Males 55 64 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6760,Unpaid Assistance to a Person with a Disability by Age by Sex -G6761,M_55_64_Tot,Males 55 64 years Total,,G21,people,employment,Total|MALES,,6761,Unpaid Assistance to a Person with a Disability by Age by Sex -G6762,M_65_74_Prvided_unpaid_assist,Males 65 74 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6762,Unpaid Assistance to a Person with a Disability by Age by Sex -G6763,M_65_74_No_unpad_asst_prvided,Males 65 74 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6763,Unpaid Assistance to a Person with a Disability by Age by Sex -G6764,M_65_74_Unpaid_assist_ns,Males 65 74 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6764,Unpaid Assistance to a Person with a Disability by Age by Sex -G6765,M_65_74_Tot,Males 65 74 years Total,,G21,people,employment,Total|MALES,,6765,Unpaid Assistance to a Person with a Disability by Age by Sex -G6766,M_75_84_Prvided_unpaid_assist,Males 75 84 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6766,Unpaid Assistance to a Person with a Disability by Age by Sex -G6767,M_75_84_No_unpad_asst_prvided,Males 75 84 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6767,Unpaid Assistance to a Person with a Disability by Age by Sex -G6768,M_75_84_Unpaid_assist_ns,Males 75 84 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6768,Unpaid Assistance to a Person with a Disability by Age by Sex -G6769,M_75_84_Tot,Males 75 84 years Total,,G21,people,employment,Total|MALES,,6769,Unpaid Assistance to a Person with a Disability by Age by Sex -G6770,M_85_ov_Prvided_unpaid_assist,Males 85 years and over Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6770,Unpaid Assistance to a Person with a Disability by Age by Sex -G6771,M_85_ov_No_unpad_asst_prvided,Males 85 years and over No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6771,Unpaid Assistance to a Person with a Disability by Age by Sex -G6772,M_85_ov_Unpaid_assist_ns,Males 85 years and over Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6772,Unpaid Assistance to a Person with a Disability by Age by Sex -G6773,M_85_ov_Tot,Males 85 years and over Total,,G21,people,employment,Total|MALES,,6773,Unpaid Assistance to a Person with a Disability by Age by Sex -G6774,M_Tot_prvided_unpaid_assist,Males Total Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|MALES,,6774,Unpaid Assistance to a Person with a Disability by Age by Sex -G6775,M_Tot_No_unpaid_asst_prvided,Males Total No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|MALES,,6775,Unpaid Assistance to a Person with a Disability by Age by Sex -G6776,M_Tot_Unpaid_assist_ns,Males Total Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|MALES,,6776,Unpaid Assistance to a Person with a Disability by Age by Sex -G6777,M_Tot_Tot,Males Total Total,,G21,people,employment,Total|MALES,,6777,Unpaid Assistance to a Person with a Disability by Age by Sex -G6778,F_15_19_Prvided_unpaid_assist,Females 15 19 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6778,Unpaid Assistance to a Person with a Disability by Age by Sex -G6779,F_15_19_No_unpad_asst_prvided,Females 15 19 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6779,Unpaid Assistance to a Person with a Disability by Age by Sex -G6780,F_15_19_Unpaid_assist_ns,Females 15 19 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6780,Unpaid Assistance to a Person with a Disability by Age by Sex -G6781,F_15_19_Tot,Females 15 19 years Total,,G21,people,employment,Total|FEMALES,,6781,Unpaid Assistance to a Person with a Disability by Age by Sex -G6782,F_20_24_Prvided_unpaid_assist,Females 20 24 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6782,Unpaid Assistance to a Person with a Disability by Age by Sex -G6783,F_20_24_No_unpad_asst_prvided,Females 20 24 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6783,Unpaid Assistance to a Person with a Disability by Age by Sex -G6784,F_20_24_Unpaid_assist_ns,Females 20 24 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6784,Unpaid Assistance to a Person with a Disability by Age by Sex -G6785,F_20_24_Tot,Females 20 24 years Total,,G21,people,employment,Total|FEMALES,,6785,Unpaid Assistance to a Person with a Disability by Age by Sex -G6786,F_25_34_Prvided_unpaid_assist,Females 25 34 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6786,Unpaid Assistance to a Person with a Disability by Age by Sex -G6787,F_25_34_No_unpad_asst_prvided,Females 25 34 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6787,Unpaid Assistance to a Person with a Disability by Age by Sex -G6788,F_25_34_Unpaid_assist_ns,Females 25 34 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6788,Unpaid Assistance to a Person with a Disability by Age by Sex -G6789,F_25_34_Tot,Females 25 34 years Total,,G21,people,employment,Total|FEMALES,,6789,Unpaid Assistance to a Person with a Disability by Age by Sex -G6790,F_35_44_Prvided_unpaid_assist,Females 35 44 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6790,Unpaid Assistance to a Person with a Disability by Age by Sex -G6791,F_35_44_No_unpad_asst_prvided,Females 35 44 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6791,Unpaid Assistance to a Person with a Disability by Age by Sex -G6792,F_35_44_Unpaid_assist_ns,Females 35 44 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6792,Unpaid Assistance to a Person with a Disability by Age by Sex -G6793,F_35_44_Tot,Females 35 44 years Total,,G21,people,employment,Total|FEMALES,,6793,Unpaid Assistance to a Person with a Disability by Age by Sex -G6794,F_45_54_Prvided_unpaid_assist,Females 45 54 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6794,Unpaid Assistance to a Person with a Disability by Age by Sex -G6795,F_45_54_No_unpad_asst_prvided,Females 45 54 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6795,Unpaid Assistance to a Person with a Disability by Age by Sex -G6796,F_45_54_Unpaid_assist_ns,Females 45 54 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6796,Unpaid Assistance to a Person with a Disability by Age by Sex -G6797,F_45_54_Tot,Females 45 54 years Total,,G21,people,employment,Total|FEMALES,,6797,Unpaid Assistance to a Person with a Disability by Age by Sex -G6798,F_55_64_Prvided_unpaid_assist,Females 55 64 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6798,Unpaid Assistance to a Person with a Disability by Age by Sex -G6799,F_55_64_No_unpad_asst_prvided,Females 55 64 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6799,Unpaid Assistance to a Person with a Disability by Age by Sex -G6800,F_55_64_Unpaid_assist_ns,Females 55 64 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6800,Unpaid Assistance to a Person with a Disability by Age by Sex -G6801,F_55_64_Tot,Females 55 64 years Total,,G21,people,employment,Total|FEMALES,,6801,Unpaid Assistance to a Person with a Disability by Age by Sex -G6802,F_65_74_Prvided_unpaid_assist,Females 65 74 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6802,Unpaid Assistance to a Person with a Disability by Age by Sex -G6803,F_65_74_No_unpad_asst_prvided,Females 65 74 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6803,Unpaid Assistance to a Person with a Disability by Age by Sex -G6804,F_65_74_Unpaid_assist_ns,Females 65 74 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6804,Unpaid Assistance to a Person with a Disability by Age by Sex -G6805,F_65_74_Tot,Females 65 74 years Total,,G21,people,employment,Total|FEMALES,,6805,Unpaid Assistance to a Person with a Disability by Age by Sex -G6806,F_75_84_Prvided_unpaid_assist,Females 75 84 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6806,Unpaid Assistance to a Person with a Disability by Age by Sex -G6807,F_75_84_No_unpad_asst_prvided,Females 75 84 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6807,Unpaid Assistance to a Person with a Disability by Age by Sex -G6808,F_75_84_Unpaid_assist_ns,Females 75 84 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6808,Unpaid Assistance to a Person with a Disability by Age by Sex -G6809,F_75_84_Tot,Females 75 84 years Total,,G21,people,employment,Total|FEMALES,,6809,Unpaid Assistance to a Person with a Disability by Age by Sex -G6810,F_85_ov_Prvided_unpaid_assist,Females 85 years and over Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6810,Unpaid Assistance to a Person with a Disability by Age by Sex -G6811,F_85_ov_No_unpad_asst_prvided,Females 85 years and over No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6811,Unpaid Assistance to a Person with a Disability by Age by Sex -G6812,F_85_ov_Unpaid_assist_ns,Females 85 years and over Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6812,Unpaid Assistance to a Person with a Disability by Age by Sex -G6813,F_85_ov_Tot,Females 85 years and over Total,,G21,people,employment,Total|FEMALES,,6813,Unpaid Assistance to a Person with a Disability by Age by Sex -G6814,F_Tot_prvided_unpaid_assist,Females Total Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|FEMALES,,6814,Unpaid Assistance to a Person with a Disability by Age by Sex -G6815,F_Tot_No_unpaid_asst_prvided,Females Total No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|FEMALES,,6815,Unpaid Assistance to a Person with a Disability by Age by Sex -G6816,F_Tot_Unpaid_assist_ns,Females Total Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|FEMALES,,6816,Unpaid Assistance to a Person with a Disability by Age by Sex -G6817,F_Tot_Tot,Females Total Total,,G21,people,employment,Total|FEMALES,,6817,Unpaid Assistance to a Person with a Disability by Age by Sex -G6818,P_15_19_Prvided_unpaid_assist,Persons 15 19 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6818,Unpaid Assistance to a Person with a Disability by Age by Sex -G6819,P_15_19_No_unpad_asst_prvided,Persons 15 19 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6819,Unpaid Assistance to a Person with a Disability by Age by Sex -G6820,P_15_19_Unpaid_assist_ns,Persons 15 19 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6820,Unpaid Assistance to a Person with a Disability by Age by Sex -G6821,P_15_19_Tot,Persons 15 19 years Total,,G21,people,employment,Total|PERSONS,,6821,Unpaid Assistance to a Person with a Disability by Age by Sex -G6822,P_20_24_Prvided_unpaid_assist,Persons 20 24 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6822,Unpaid Assistance to a Person with a Disability by Age by Sex -G6823,P_20_24_No_unpad_asst_prvided,Persons 20 24 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6823,Unpaid Assistance to a Person with a Disability by Age by Sex -G6824,P_20_24_Unpaid_assist_ns,Persons 20 24 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6824,Unpaid Assistance to a Person with a Disability by Age by Sex -G6825,P_20_24_Tot,Persons 20 24 years Total,,G21,people,employment,Total|PERSONS,,6825,Unpaid Assistance to a Person with a Disability by Age by Sex -G6826,P_25_34_Prvided_unpaid_assist,Persons 25 34 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6826,Unpaid Assistance to a Person with a Disability by Age by Sex -G6827,P_25_34_No_unpad_asst_prvided,Persons 25 34 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6827,Unpaid Assistance to a Person with a Disability by Age by Sex -G6828,P_25_34_Unpaid_assist_ns,Persons 25 34 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6828,Unpaid Assistance to a Person with a Disability by Age by Sex -G6829,P_25_34_Tot,Persons 25 34 years Total,,G21,people,employment,Total|PERSONS,,6829,Unpaid Assistance to a Person with a Disability by Age by Sex -G6830,P_35_44_Prvided_unpaid_assist,Persons 35 44 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6830,Unpaid Assistance to a Person with a Disability by Age by Sex -G6831,P_35_44_No_unpad_asst_prvided,Persons 35 44 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6831,Unpaid Assistance to a Person with a Disability by Age by Sex -G6832,P_35_44_Unpaid_assist_ns,Persons 35 44 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6832,Unpaid Assistance to a Person with a Disability by Age by Sex -G6833,P_35_44_Tot,Persons 35 44 years Total,,G21,people,employment,Total|PERSONS,,6833,Unpaid Assistance to a Person with a Disability by Age by Sex -G6834,P_45_54_Prvided_unpaid_assist,Persons 45 54 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6834,Unpaid Assistance to a Person with a Disability by Age by Sex -G6835,P_45_54_No_unpad_asst_prvided,Persons 45 54 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6835,Unpaid Assistance to a Person with a Disability by Age by Sex -G6836,P_45_54_Unpaid_assist_ns,Persons 45 54 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6836,Unpaid Assistance to a Person with a Disability by Age by Sex -G6837,P_45_54_Tot,Persons 45 54 years Total,,G21,people,employment,Total|PERSONS,,6837,Unpaid Assistance to a Person with a Disability by Age by Sex -G6838,P_55_64_Prvided_unpaid_assist,Persons 55 64 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6838,Unpaid Assistance to a Person with a Disability by Age by Sex -G6839,P_55_64_No_unpad_asst_prvided,Persons 55 64 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6839,Unpaid Assistance to a Person with a Disability by Age by Sex -G6840,P_55_64_Unpaid_assist_ns,Persons 55 64 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6840,Unpaid Assistance to a Person with a Disability by Age by Sex -G6841,P_55_64_Tot,Persons 55 64 years Total,,G21,people,employment,Total|PERSONS,,6841,Unpaid Assistance to a Person with a Disability by Age by Sex -G6842,P_65_74_Prvided_unpaid_assist,Persons 65 74 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6842,Unpaid Assistance to a Person with a Disability by Age by Sex -G6843,P_65_74_No_unpad_asst_prvided,Persons 65 74 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6843,Unpaid Assistance to a Person with a Disability by Age by Sex -G6844,P_65_74_Unpaid_assist_ns,Persons 65 74 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6844,Unpaid Assistance to a Person with a Disability by Age by Sex -G6845,P_65_74_Tot,Persons 65 74 years Total,,G21,people,employment,Total|PERSONS,,6845,Unpaid Assistance to a Person with a Disability by Age by Sex -G6846,P_75_84_Prvided_unpaid_assist,Persons 75 84 years Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6846,Unpaid Assistance to a Person with a Disability by Age by Sex -G6847,P_75_84_No_unpad_asst_prvided,Persons 75 84 years No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6847,Unpaid Assistance to a Person with a Disability by Age by Sex -G6848,P_75_84_Unpaid_assist_ns,Persons 75 84 years Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6848,Unpaid Assistance to a Person with a Disability by Age by Sex -G6849,P_75_84_Tot,Persons 75 84 years Total,,G21,people,employment,Total|PERSONS,,6849,Unpaid Assistance to a Person with a Disability by Age by Sex -G6850,P_85_ov_Prvided_unpaid_assist,Persons 85 years and over Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6850,Unpaid Assistance to a Person with a Disability by Age by Sex -G6851,P_85_ov_No_unpad_asst_prvided,Persons 85 years and over No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6851,Unpaid Assistance to a Person with a Disability by Age by Sex -G6852,P_85_ov_Unpaid_assist_ns,Persons 85 years and over Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6852,Unpaid Assistance to a Person with a Disability by Age by Sex -G6853,P_85_ov_Tot,Persons 85 years and over Total,,G21,people,employment,Total|PERSONS,,6853,Unpaid Assistance to a Person with a Disability by Age by Sex -G6854,P_Tot_prvided_unpaid_assist,Persons Total Provided unpaid assistance,,G21,people,employment,Provided unpaid assistance|PERSONS,,6854,Unpaid Assistance to a Person with a Disability by Age by Sex -G6855,P_Tot_No_unpaid_asst_prvided,Persons Total No unpaid assistance provided,,G21,people,employment,No unpaid assistance provided|PERSONS,,6855,Unpaid Assistance to a Person with a Disability by Age by Sex -G6856,P_Tot_Unpaid_assist_ns,Persons Total Unpaid assistance not stated,,G21,people,employment,Unpaid assistance not stated|PERSONS,,6856,Unpaid Assistance to a Person with a Disability by Age by Sex -G6857,P_Tot_Tot,Persons Total Total,,G21,people,employment,Total|PERSONS,,6857,Unpaid Assistance to a Person with a Disability by Age by Sex -G7428,P_15_19_Num_chld_evr_brn_Nne,Age group of parent 15 19 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7428,Number of Children Ever Born by Age of Parent -G7429,P_15_19_Num_chld_evr_brn_1,Age group of parent 15 19 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7429,Number of Children Ever Born by Age of Parent -G7430,P_15_19_Num_chld_evr_brn_2,Age group of parent 15 19 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7430,Number of Children Ever Born by Age of Parent -G7431,P_15_19_Num_chld_evr_brn_3,Age group of parent 15 19 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7431,Number of Children Ever Born by Age of Parent -G7432,P_15_19_Num_chld_evr_brn_4,Age group of parent 15 19 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7432,Number of Children Ever Born by Age of Parent -G7433,P_15_19_Num_chld_evr_brn_5,Age group of parent 15 19 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7433,Number of Children Ever Born by Age of Parent -G7434,P_15_19_Num_chd_evr_brn_6_mr,Age group of parent 15 19 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7434,Number of Children Ever Born by Age of Parent -G7435,P_15_19_Num_chld_evr_brn_ns,Age group of parent 15 19 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7435,Number of Children Ever Born by Age of Parent -G7436,P_15_19_yrs_Total,Age group of parent 15 19 years Total,,G24,people,families|age_gender,Total,,7436,Number of Children Ever Born by Age of Parent -G7437,P_20_24_Num_chld_evr_brn_Nne,Age group of parent 20 24 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7437,Number of Children Ever Born by Age of Parent -G7438,P_20_24_Num_chld_evr_brn_1,Age group of parent 20 24 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7438,Number of Children Ever Born by Age of Parent -G7439,P_20_24_Num_chld_evr_brn_2,Age group of parent 20 24 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7439,Number of Children Ever Born by Age of Parent -G7440,P_20_24_Num_chld_evr_brn_3,Age group of parent 20 24 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7440,Number of Children Ever Born by Age of Parent -G7441,P_20_24_Num_chld_evr_brn_4,Age group of parent 20 24 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7441,Number of Children Ever Born by Age of Parent -G7442,P_20_24_Num_chld_evr_brn_5,Age group of parent 20 24 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7442,Number of Children Ever Born by Age of Parent -G7443,P_20_24_Num_chd_evr_brn_6_mr,Age group of parent 20 24 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7443,Number of Children Ever Born by Age of Parent -G7444,P_20_24_Num_chld_evr_brn_ns,Age group of parent 20 24 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7444,Number of Children Ever Born by Age of Parent -G7445,P_20_24_yrs_Total,Age group of parent 20 24 years Total,,G24,people,families|age_gender,Total,,7445,Number of Children Ever Born by Age of Parent -G7446,P_25_29_Num_chld_evr_brn_Nne,Age group of parent 25 29 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7446,Number of Children Ever Born by Age of Parent -G7447,P_25_29_Num_chld_evr_brn_1,Age group of parent 25 29 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7447,Number of Children Ever Born by Age of Parent -G7448,P_25_29_Num_chld_evr_brn_2,Age group of parent 25 29 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7448,Number of Children Ever Born by Age of Parent -G7449,P_25_29_Num_chld_evr_brn_3,Age group of parent 25 29 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7449,Number of Children Ever Born by Age of Parent -G7450,P_25_29_Num_chld_evr_brn_4,Age group of parent 25 29 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7450,Number of Children Ever Born by Age of Parent -G7451,P_25_29_Num_chld_evr_brn_5,Age group of parent 25 29 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7451,Number of Children Ever Born by Age of Parent -G7452,P_25_29_Num_chd_evr_brn_6_mr,Age group of parent 25 29 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7452,Number of Children Ever Born by Age of Parent -G7453,P_25_29_Num_chld_evr_brn_ns,Age group of parent 25 29 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7453,Number of Children Ever Born by Age of Parent -G7454,P_25_29_yrs_Total,Age group of parent 25 29 years Total,,G24,people,families|age_gender,Total,,7454,Number of Children Ever Born by Age of Parent -G7455,P_30_34_Num_chld_evr_brn_Nne,Age group of parent 30 34 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7455,Number of Children Ever Born by Age of Parent -G7456,P_30_34_Num_chld_evr_brn_1,Age group of parent 30 34 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7456,Number of Children Ever Born by Age of Parent -G7457,P_30_34_Num_chld_evr_brn_2,Age group of parent 30 34 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7457,Number of Children Ever Born by Age of Parent -G7458,P_30_34_Num_chld_evr_brn_3,Age group of parent 30 34 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7458,Number of Children Ever Born by Age of Parent -G7459,P_30_34_Num_chld_evr_brn_4,Age group of parent 30 34 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7459,Number of Children Ever Born by Age of Parent -G7460,P_30_34_Num_chld_evr_brn_5,Age group of parent 30 34 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7460,Number of Children Ever Born by Age of Parent -G7461,P_30_34_Num_chd_evr_brn_6_mr,Age group of parent 30 34 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7461,Number of Children Ever Born by Age of Parent -G7462,P_30_34_Num_chld_evr_brn_ns,Age group of parent 30 34 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7462,Number of Children Ever Born by Age of Parent -G7463,P_30_34_yrs_Total,Age group of parent 30 34 years Total,,G24,people,families|age_gender,Total,,7463,Number of Children Ever Born by Age of Parent -G7464,P_35_39_Num_chld_evr_brn_Nne,Age group of parent 35 39 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7464,Number of Children Ever Born by Age of Parent -G7465,P_35_39_Num_chld_evr_brn_1,Age group of parent 35 39 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7465,Number of Children Ever Born by Age of Parent -G7466,P_35_39_Num_chld_evr_brn_2,Age group of parent 35 39 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7466,Number of Children Ever Born by Age of Parent -G7467,P_35_39_Num_chld_evr_brn_3,Age group of parent 35 39 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7467,Number of Children Ever Born by Age of Parent -G7468,P_35_39_Num_chld_evr_brn_4,Age group of parent 35 39 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7468,Number of Children Ever Born by Age of Parent -G7469,P_35_39_Num_chld_evr_brn_5,Age group of parent 35 39 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7469,Number of Children Ever Born by Age of Parent -G7470,P_35_39_Num_chd_evr_brn_6_mr,Age group of parent 35 39 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7470,Number of Children Ever Born by Age of Parent -G7471,P_35_39_Num_chld_evr_brn_ns,Age group of parent 35 39 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7471,Number of Children Ever Born by Age of Parent -G7472,P_35_39_yrs_Total,Age group of parent 35 39 years Total,,G24,people,families|age_gender,Total,,7472,Number of Children Ever Born by Age of Parent -G7473,P_40_44_Num_chld_evr_brn_Nne,Age group of parent 40 44 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7473,Number of Children Ever Born by Age of Parent -G7474,P_40_44_Num_chld_evr_brn_1,Age group of parent 40 44 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7474,Number of Children Ever Born by Age of Parent -G7475,P_40_44_Num_chld_evr_brn_2,Age group of parent 40 44 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7475,Number of Children Ever Born by Age of Parent -G7476,P_40_44_Num_chld_evr_brn_3,Age group of parent 40 44 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7476,Number of Children Ever Born by Age of Parent -G7477,P_40_44_Num_chld_evr_brn_4,Age group of parent 40 44 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7477,Number of Children Ever Born by Age of Parent -G7478,P_40_44_Num_chld_evr_brn_5,Age group of parent 40 44 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7478,Number of Children Ever Born by Age of Parent -G7479,P_40_44_Num_chd_evr_brn_6_mr,Age group of parent 40 44 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7479,Number of Children Ever Born by Age of Parent -G7480,P_40_44_Num_chld_evr_brn_ns,Age group of parent 40 44 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7480,Number of Children Ever Born by Age of Parent -G7481,P_40_44_yrs_Total,Age group of parent 40 44 years Total,,G24,people,families|age_gender,Total,,7481,Number of Children Ever Born by Age of Parent -G7482,P_45_49_Num_chld_evr_brn_Nne,Age group of parent 45 49 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7482,Number of Children Ever Born by Age of Parent -G7483,P_45_49_Num_chld_evr_brn_1,Age group of parent 45 49 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7483,Number of Children Ever Born by Age of Parent -G7484,P_45_49_Num_chld_evr_brn_2,Age group of parent 45 49 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7484,Number of Children Ever Born by Age of Parent -G7485,P_45_49_Num_chld_evr_brn_3,Age group of parent 45 49 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7485,Number of Children Ever Born by Age of Parent -G7486,P_45_49_Num_chld_evr_brn_4,Age group of parent 45 49 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7486,Number of Children Ever Born by Age of Parent -G7487,P_45_49_Num_chld_evr_brn_5,Age group of parent 45 49 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7487,Number of Children Ever Born by Age of Parent -G7488,P_45_49_Num_chd_evr_brn_6_mr,Age group of parent 45 49 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7488,Number of Children Ever Born by Age of Parent -G7489,P_45_49_Num_chld_evr_brn_ns,Age group of parent 45 49 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7489,Number of Children Ever Born by Age of Parent -G7490,P_45_49_yrs_Total,Age group of parent 45 49 years Total,,G24,people,families|age_gender,Total,,7490,Number of Children Ever Born by Age of Parent -G7491,P_50_54_Num_chld_evr_brn_Nne,Age group of parent 50 54 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7491,Number of Children Ever Born by Age of Parent -G7492,P_50_54_Num_chld_evr_brn_1,Age group of parent 50 54 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7492,Number of Children Ever Born by Age of Parent -G7493,P_50_54_Num_chld_evr_brn_2,Age group of parent 50 54 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7493,Number of Children Ever Born by Age of Parent -G7494,P_50_54_Num_chld_evr_brn_3,Age group of parent 50 54 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7494,Number of Children Ever Born by Age of Parent -G7495,P_50_54_Num_chld_evr_brn_4,Age group of parent 50 54 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7495,Number of Children Ever Born by Age of Parent -G7496,P_50_54_Num_chld_evr_brn_5,Age group of parent 50 54 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7496,Number of Children Ever Born by Age of Parent -G7497,P_50_54_Num_chd_evr_brn_6_mr,Age group of parent 50 54 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7497,Number of Children Ever Born by Age of Parent -G7498,P_50_54_Num_chld_evr_brn_ns,Age group of parent 50 54 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7498,Number of Children Ever Born by Age of Parent -G7499,P_50_54_yrs_Total,Age group of parent 50 54 years Total,,G24,people,families|age_gender,Total,,7499,Number of Children Ever Born by Age of Parent -G7500,P_55_59_Num_chld_evr_brn_Nne,Age group of parent 55 59 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7500,Number of Children Ever Born by Age of Parent -G7501,P_55_59_Num_chld_evr_brn_1,Age group of parent 55 59 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7501,Number of Children Ever Born by Age of Parent -G7502,P_55_59_Num_chld_evr_brn_2,Age group of parent 55 59 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7502,Number of Children Ever Born by Age of Parent -G7503,P_55_59_Num_chld_evr_brn_3,Age group of parent 55 59 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7503,Number of Children Ever Born by Age of Parent -G7504,P_55_59_Num_chld_evr_brn_4,Age group of parent 55 59 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7504,Number of Children Ever Born by Age of Parent -G7505,P_55_59_Num_chld_evr_brn_5,Age group of parent 55 59 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7505,Number of Children Ever Born by Age of Parent -G7506,P_55_59_Num_chd_evr_brn_6_mr,Age group of parent 55 59 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7506,Number of Children Ever Born by Age of Parent -G7507,P_55_59_Num_chld_evr_brn_ns,Age group of parent 55 59 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7507,Number of Children Ever Born by Age of Parent -G7508,P_55_59_yrs_Total,Age group of parent 55 59 years Total,,G24,people,families|age_gender,Total,,7508,Number of Children Ever Born by Age of Parent -G7509,P_60_64_Num_chld_evr_brn_Nne,Age group of parent 60 64 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7509,Number of Children Ever Born by Age of Parent -G7510,P_60_64_Num_chld_evr_brn_1,Age group of parent 60 64 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7510,Number of Children Ever Born by Age of Parent -G7511,P_60_64_Num_chld_evr_brn_2,Age group of parent 60 64 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7511,Number of Children Ever Born by Age of Parent -G7512,P_60_64_Num_chld_evr_brn_3,Age group of parent 60 64 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7512,Number of Children Ever Born by Age of Parent -G7513,P_60_64_Num_chld_evr_brn_4,Age group of parent 60 64 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7513,Number of Children Ever Born by Age of Parent -G7514,P_60_64_Num_chld_evr_brn_5,Age group of parent 60 64 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7514,Number of Children Ever Born by Age of Parent -G7515,P_60_64_Num_chd_evr_brn_6_mr,Age group of parent 60 64 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7515,Number of Children Ever Born by Age of Parent -G7516,P_60_64_Num_chld_evr_brn_ns,Age group of parent 60 64 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7516,Number of Children Ever Born by Age of Parent -G7517,P_60_64_yrs_Total,Age group of parent 60 64 years Total,,G24,people,families|age_gender,Total,,7517,Number of Children Ever Born by Age of Parent -G7518,P_65_69_Num_chld_evr_brn_Nne,Age group of parent 65 69 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7518,Number of Children Ever Born by Age of Parent -G7519,P_65_69_Num_chld_evr_brn_1,Age group of parent 65 69 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7519,Number of Children Ever Born by Age of Parent -G7520,P_65_69_Num_chld_evr_brn_2,Age group of parent 65 69 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7520,Number of Children Ever Born by Age of Parent -G7521,P_65_69_Num_chld_evr_brn_3,Age group of parent 65 69 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7521,Number of Children Ever Born by Age of Parent -G7522,P_65_69_Num_chld_evr_brn_4,Age group of parent 65 69 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7522,Number of Children Ever Born by Age of Parent -G7523,P_65_69_Num_chld_evr_brn_5,Age group of parent 65 69 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7523,Number of Children Ever Born by Age of Parent -G7524,P_65_69_Num_chd_evr_brn_6_mr,Age group of parent 65 69 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7524,Number of Children Ever Born by Age of Parent -G7525,P_65_69_Num_chld_evr_brn_ns,Age group of parent 65 69 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7525,Number of Children Ever Born by Age of Parent -G7526,P_65_69_yrs_Total,Age group of parent 65 69 years Total,,G24,people,families|age_gender,Total,,7526,Number of Children Ever Born by Age of Parent -G7527,P_70_74_Num_chld_evr_brn_Nne,Age group of parent 70 74 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7527,Number of Children Ever Born by Age of Parent -G7528,P_70_74_Num_chld_evr_brn_1,Age group of parent 70 74 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7528,Number of Children Ever Born by Age of Parent -G7529,P_70_74_Num_chld_evr_brn_2,Age group of parent 70 74 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7529,Number of Children Ever Born by Age of Parent -G7530,P_70_74_Num_chld_evr_brn_3,Age group of parent 70 74 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7530,Number of Children Ever Born by Age of Parent -G7531,P_70_74_Num_chld_evr_brn_4,Age group of parent 70 74 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7531,Number of Children Ever Born by Age of Parent -G7532,P_70_74_Num_chld_evr_brn_5,Age group of parent 70 74 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7532,Number of Children Ever Born by Age of Parent -G7533,P_70_74_Num_chd_evr_brn_6_mr,Age group of parent 70 74 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7533,Number of Children Ever Born by Age of Parent -G7534,P_70_74_Num_chld_evr_brn_ns,Age group of parent 70 74 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7534,Number of Children Ever Born by Age of Parent -G7535,P_70_74_yrs_Total,Age group of parent 70 74 years Total,,G24,people,families|age_gender,Total,,7535,Number of Children Ever Born by Age of Parent -G7536,P_75_79_Num_chld_evr_brn_Nne,Age group of parent 75 79 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7536,Number of Children Ever Born by Age of Parent -G7537,P_75_79_Num_chld_evr_brn_1,Age group of parent 75 79 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7537,Number of Children Ever Born by Age of Parent -G7538,P_75_79_Num_chld_evr_brn_2,Age group of parent 75 79 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7538,Number of Children Ever Born by Age of Parent -G7539,P_75_79_Num_chld_evr_brn_3,Age group of parent 75 79 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7539,Number of Children Ever Born by Age of Parent -G7540,P_75_79_Num_chld_evr_brn_4,Age group of parent 75 79 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7540,Number of Children Ever Born by Age of Parent -G7541,P_75_79_Num_chld_evr_brn_5,Age group of parent 75 79 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7541,Number of Children Ever Born by Age of Parent -G7542,P_75_79_Num_chd_evr_brn_6_mr,Age group of parent 75 79 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7542,Number of Children Ever Born by Age of Parent -G7543,P_75_79_Num_chld_evr_brn_ns,Age group of parent 75 79 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7543,Number of Children Ever Born by Age of Parent -G7544,P_75_79_yrs_Total,Age group of parent 75 79 years Total,,G24,people,families|age_gender,Total,,7544,Number of Children Ever Born by Age of Parent -G7545,P_80_84_Num_chld_evr_brn_Nne,Age group of parent 80 84 years Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7545,Number of Children Ever Born by Age of Parent -G7546,P_80_84_Num_chld_evr_brn_1,Age group of parent 80 84 years Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7546,Number of Children Ever Born by Age of Parent -G7547,P_80_84_Num_chld_evr_brn_2,Age group of parent 80 84 years Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7547,Number of Children Ever Born by Age of Parent -G7548,P_80_84_Num_chld_evr_brn_3,Age group of parent 80 84 years Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7548,Number of Children Ever Born by Age of Parent -G7549,P_80_84_Num_chld_evr_brn_4,Age group of parent 80 84 years Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7549,Number of Children Ever Born by Age of Parent -G7550,P_80_84_Num_chld_evr_brn_5,Age group of parent 80 84 years Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7550,Number of Children Ever Born by Age of Parent -G7551,P_80_84_Num_chd_evr_brn_6_mr,Age group of parent 80 84 years Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7551,Number of Children Ever Born by Age of Parent -G7552,P_80_84_Num_chld_evr_brn_ns,Age group of parent 80 84 years Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7552,Number of Children Ever Born by Age of Parent -G7553,P_80_84_yrs_Total,Age group of parent 80 84 years Total,,G24,people,families|age_gender,Total,,7553,Number of Children Ever Born by Age of Parent -G7554,P_85_ov_Num_chld_evr_brn_Nne,Age group of parent 85 years and over Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7554,Number of Children Ever Born by Age of Parent -G7555,P_85_ov_Num_chld_evr_brn_1,Age group of parent 85 years and over Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7555,Number of Children Ever Born by Age of Parent -G7556,P_85_ov_Num_chld_evr_brn_2,Age group of parent 85 years and over Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7556,Number of Children Ever Born by Age of Parent -G7557,P_85_ov_Num_chld_evr_brn_3,Age group of parent 85 years and over Number of children ever born Three children,,G24,people,families|age_gender,Number of children ever born: 3,,7557,Number of Children Ever Born by Age of Parent -G7558,P_85_ov_Num_chld_evr_brn_4,Age group of parent 85 years and over Number of children ever born Four children,,G24,people,families|age_gender,Number of children ever born: 4,,7558,Number of Children Ever Born by Age of Parent -G7559,P_85_ov_Num_chld_evr_brn_5,Age group of parent 85 years and over Number of children ever born Five children,,G24,people,families|age_gender,Number of children ever born: 5,,7559,Number of Children Ever Born by Age of Parent -G7560,P_85_ov_Num_chd_evr_brn_6_mr,Age group of parent 85 years and over Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7560,Number of Children Ever Born by Age of Parent -G7561,P_85_ov_Num_chld_evr_brn_ns,Age group of parent 85 years and over Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7561,Number of Children Ever Born by Age of Parent -G7562,P_85ov_Total,Age group of parent 85 years and over Total,,G24,people,families|age_gender,Total,,7562,Number of Children Ever Born by Age of Parent +G2831,Canada_Before_1946,Canada Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2831,Country of Birth of Person by Year of Arrival in Australia +G2832,Canada_1946_1955,Canada Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2832,Country of Birth of Person by Year of Arrival in Australia +G2833,Canada_1956_1965,Canada Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2833,Country of Birth of Person by Year of Arrival in Australia +G2834,Canada_1966_1975,Canada Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2834,Country of Birth of Person by Year of Arrival in Australia +G2835,Canada_1976_1985,Canada Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2835,Country of Birth of Person by Year of Arrival in Australia +G2836,Canada_1986_1995,Canada Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2836,Country of Birth of Person by Year of Arrival in Australia +G2837,Canada_1996_2005,Canada Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2837,Country of Birth of Person by Year of Arrival in Australia +G2838,Canada_2006_2010,Canada Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2838,Country of Birth of Person by Year of Arrival in Australia +G2839,Canada_2011,Canada Year of arrival 2011,,G10A,people,migration|nationality,2011,,2839,Country of Birth of Person by Year of Arrival in Australia +G2840,Canada_2012,Canada Year of arrival 2012,,G10A,people,migration|nationality,2012,,2840,Country of Birth of Person by Year of Arrival in Australia +G2841,Canada_2013,Canada Year of arrival 2013,,G10A,people,migration|nationality,2013,,2841,Country of Birth of Person by Year of Arrival in Australia +G2842,Canada_2014,Canada Year of arrival 2014,,G10A,people,migration|nationality,2014,,2842,Country of Birth of Person by Year of Arrival in Australia +G2843,Canada_2015,Canada Year of arrival 2015,,G10A,people,migration|nationality,2015,,2843,Country of Birth of Person by Year of Arrival in Australia +G2844,Canada_2016,Canada Year of arrival 2016,,G10A,people,migration|nationality,2016,,2844,Country of Birth of Person by Year of Arrival in Australia +G2845,Canada_Yr_arrival_NS,Canada Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2845,Country of Birth of Person by Year of Arrival in Australia +G2846,Canada_Tot,Canada Total,,G10A,people,migration|nationality,Total,,2846,Country of Birth of Person by Year of Arrival in Australia +G2847,China_exc_SARs_Taiw_Bef_1946,China excl SARs and Taiwan Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2847,Country of Birth of Person by Year of Arrival in Australia +G2848,China_exc_SARs_Taiwan_46_55,China excl SARs and Taiwan Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2848,Country of Birth of Person by Year of Arrival in Australia +G2849,China_exc_SARs_Taiwan_56_65,China excl SARs and Taiwan Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2849,Country of Birth of Person by Year of Arrival in Australia +G2850,China_exc_SARs_Taiwan_66_75,China excl SARs and Taiwan Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2850,Country of Birth of Person by Year of Arrival in Australia +G2851,China_exc_SARs_Taiwan_76_85,China excl SARs and Taiwan Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2851,Country of Birth of Person by Year of Arrival in Australia +G2852,China_exc_SARs_Taiwan_86_95,China excl SARs and Taiwan Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2852,Country of Birth of Person by Year of Arrival in Australia +G2853,China_exc_SARs_Taiwan_96_05,China excl SARs and Taiwan Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2853,Country of Birth of Person by Year of Arrival in Australia +G2854,China_exc_SARs_Taiwan_06_10,China excl SARs and Taiwan Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2854,Country of Birth of Person by Year of Arrival in Australia +G2855,China_exc_SARs_Taiwan_2011,China excl SARs and Taiwan Year of arrival 2011,,G10A,people,migration|nationality,2011,,2855,Country of Birth of Person by Year of Arrival in Australia +G2856,China_exc_SARs_Taiwan_2012,China excl SARs and Taiwan Year of arrival 2012,,G10A,people,migration|nationality,2012,,2856,Country of Birth of Person by Year of Arrival in Australia +G2857,China_exc_SARs_Taiwan_2013,China excl SARs and Taiwan Year of arrival 2013,,G10A,people,migration|nationality,2013,,2857,Country of Birth of Person by Year of Arrival in Australia +G2858,China_exc_SARs_Taiwan_2014,China excl SARs and Taiwan Year of arrival 2014,,G10A,people,migration|nationality,2014,,2858,Country of Birth of Person by Year of Arrival in Australia +G2859,China_exc_SARs_Taiwan_2015,China excl SARs and Taiwan Year of arrival 2015,,G10A,people,migration|nationality,2015,,2859,Country of Birth of Person by Year of Arrival in Australia +G2860,China_exc_SARs_Taiwan_2016,China excl SARs and Taiwan Year of arrival 2016,,G10A,people,migration|nationality,2016,,2860,Country of Birth of Person by Year of Arrival in Australia +G2861,China_exc_SARs_Tawan_arr_ns,China excl SARs and Taiwan Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2861,Country of Birth of Person by Year of Arrival in Australia +G2862,China_exc_SARs_Taiwan_Tot,China excl SARs and Taiwan Total,,G10A,people,migration|nationality,Total,,2862,Country of Birth of Person by Year of Arrival in Australia +G2863,Croatia_Before_1946,Croatia Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2863,Country of Birth of Person by Year of Arrival in Australia +G2864,Croatia_1946_1955,Croatia Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2864,Country of Birth of Person by Year of Arrival in Australia +G2865,Croatia_1956_1965,Croatia Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2865,Country of Birth of Person by Year of Arrival in Australia +G2866,Croatia_1966_1975,Croatia Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2866,Country of Birth of Person by Year of Arrival in Australia +G2867,Croatia_1976_1985,Croatia Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2867,Country of Birth of Person by Year of Arrival in Australia +G2868,Croatia_1986_1995,Croatia Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2868,Country of Birth of Person by Year of Arrival in Australia +G2869,Croatia_1996_2005,Croatia Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2869,Country of Birth of Person by Year of Arrival in Australia +G2870,Croatia_2006_2010,Croatia Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2870,Country of Birth of Person by Year of Arrival in Australia +G2871,Croatia_2011,Croatia Year of arrival 2011,,G10A,people,migration|nationality,2011,,2871,Country of Birth of Person by Year of Arrival in Australia +G2872,Croatia_2012,Croatia Year of arrival 2012,,G10A,people,migration|nationality,2012,,2872,Country of Birth of Person by Year of Arrival in Australia +G2873,Croatia_2013,Croatia Year of arrival 2013,,G10A,people,migration|nationality,2013,,2873,Country of Birth of Person by Year of Arrival in Australia +G2874,Croatia_2014,Croatia Year of arrival 2014,,G10A,people,migration|nationality,2014,,2874,Country of Birth of Person by Year of Arrival in Australia +G2875,Croatia_2015,Croatia Year of arrival 2015,,G10A,people,migration|nationality,2015,,2875,Country of Birth of Person by Year of Arrival in Australia +G2876,Croatia_2016,Croatia Year of arrival 2016,,G10A,people,migration|nationality,2016,,2876,Country of Birth of Person by Year of Arrival in Australia +G2877,Croatia_Yr_arrival_NS,Croatia Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2877,Country of Birth of Person by Year of Arrival in Australia +G2878,Croatia_Tot,Croatia Total,,G10A,people,migration|nationality,Total,,2878,Country of Birth of Person by Year of Arrival in Australia +G2879,Egypt_Before_1946,Egypt Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2879,Country of Birth of Person by Year of Arrival in Australia +G2880,Egypt_1946_1955,Egypt Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2880,Country of Birth of Person by Year of Arrival in Australia +G2881,Egypt_1956_1965,Egypt Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2881,Country of Birth of Person by Year of Arrival in Australia +G2882,Egypt_1966_1975,Egypt Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2882,Country of Birth of Person by Year of Arrival in Australia +G2883,Egypt_1976_1985,Egypt Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2883,Country of Birth of Person by Year of Arrival in Australia +G2884,Egypt_1986_1995,Egypt Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2884,Country of Birth of Person by Year of Arrival in Australia +G2885,Egypt_1996_2005,Egypt Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2885,Country of Birth of Person by Year of Arrival in Australia +G2886,Egypt_2006_2010,Egypt Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2886,Country of Birth of Person by Year of Arrival in Australia +G2887,Egypt_2011,Egypt Year of arrival 2011,,G10A,people,migration|nationality,2011,,2887,Country of Birth of Person by Year of Arrival in Australia +G2888,Egypt_2012,Egypt Year of arrival 2012,,G10A,people,migration|nationality,2012,,2888,Country of Birth of Person by Year of Arrival in Australia +G2889,Egypt_2013,Egypt Year of arrival 2013,,G10A,people,migration|nationality,2013,,2889,Country of Birth of Person by Year of Arrival in Australia +G2890,Egypt_2014,Egypt Year of arrival 2014,,G10A,people,migration|nationality,2014,,2890,Country of Birth of Person by Year of Arrival in Australia +G2891,Egypt_2015,Egypt Year of arrival 2015,,G10A,people,migration|nationality,2015,,2891,Country of Birth of Person by Year of Arrival in Australia +G2892,Egypt_2016,Egypt Year of arrival 2016,,G10A,people,migration|nationality,2016,,2892,Country of Birth of Person by Year of Arrival in Australia +G2893,Egypt_Yr_arrival_NS,Egypt Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2893,Country of Birth of Person by Year of Arrival in Australia +G2894,Egypt_Tot,Egypt Total,,G10A,people,migration|nationality,Total,,2894,Country of Birth of Person by Year of Arrival in Australia +G2895,Fiji_Before_1946,Fiji Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2895,Country of Birth of Person by Year of Arrival in Australia +G2896,Fiji_1946_1955,Fiji Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2896,Country of Birth of Person by Year of Arrival in Australia +G2897,Fiji_1956_1965,Fiji Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2897,Country of Birth of Person by Year of Arrival in Australia +G2898,Fiji_1966_1975,Fiji Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2898,Country of Birth of Person by Year of Arrival in Australia +G2899,Fiji_1976_1985,Fiji Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2899,Country of Birth of Person by Year of Arrival in Australia +G2900,Fiji_1986_1995,Fiji Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2900,Country of Birth of Person by Year of Arrival in Australia +G2901,Fiji_1996_2005,Fiji Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2901,Country of Birth of Person by Year of Arrival in Australia +G2902,Fiji_2006_2010,Fiji Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2902,Country of Birth of Person by Year of Arrival in Australia +G2903,Fiji_2011,Fiji Year of arrival 2011,,G10A,people,migration|nationality,2011,,2903,Country of Birth of Person by Year of Arrival in Australia +G2904,Fiji_2012,Fiji Year of arrival 2012,,G10A,people,migration|nationality,2012,,2904,Country of Birth of Person by Year of Arrival in Australia +G2905,Fiji_2013,Fiji Year of arrival 2013,,G10A,people,migration|nationality,2013,,2905,Country of Birth of Person by Year of Arrival in Australia +G2906,Fiji_2014,Fiji Year of arrival 2014,,G10A,people,migration|nationality,2014,,2906,Country of Birth of Person by Year of Arrival in Australia +G2907,Fiji_2015,Fiji Year of arrival 2015,,G10A,people,migration|nationality,2015,,2907,Country of Birth of Person by Year of Arrival in Australia +G2908,Fiji_2016,Fiji Year of arrival 2016,,G10A,people,migration|nationality,2016,,2908,Country of Birth of Person by Year of Arrival in Australia +G2909,Fiji_Yr_arrival_NS,Fiji Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2909,Country of Birth of Person by Year of Arrival in Australia +G2910,Fiji_Tot,Fiji Total,,G10A,people,migration|nationality,Total,,2910,Country of Birth of Person by Year of Arrival in Australia +G2911,Germany_Before_1946,Germany Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2911,Country of Birth of Person by Year of Arrival in Australia +G2912,Germany_1946_1955,Germany Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2912,Country of Birth of Person by Year of Arrival in Australia +G2913,Germany_1956_1965,Germany Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2913,Country of Birth of Person by Year of Arrival in Australia +G2914,Germany_1966_1975,Germany Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2914,Country of Birth of Person by Year of Arrival in Australia +G2915,Germany_1976_1985,Germany Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2915,Country of Birth of Person by Year of Arrival in Australia +G2916,Germany_1986_1995,Germany Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2916,Country of Birth of Person by Year of Arrival in Australia +G2917,Germany_1996_2005,Germany Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2917,Country of Birth of Person by Year of Arrival in Australia +G2918,Germany_2006_2010,Germany Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2918,Country of Birth of Person by Year of Arrival in Australia +G2919,Germany_2011,Germany Year of arrival 2011,,G10A,people,migration|nationality,2011,,2919,Country of Birth of Person by Year of Arrival in Australia +G2920,Germany_2012,Germany Year of arrival 2012,,G10A,people,migration|nationality,2012,,2920,Country of Birth of Person by Year of Arrival in Australia +G2921,Germany_2013,Germany Year of arrival 2013,,G10A,people,migration|nationality,2013,,2921,Country of Birth of Person by Year of Arrival in Australia +G2922,Germany_2014,Germany Year of arrival 2014,,G10A,people,migration|nationality,2014,,2922,Country of Birth of Person by Year of Arrival in Australia +G2923,Germany_2015,Germany Year of arrival 2015,,G10A,people,migration|nationality,2015,,2923,Country of Birth of Person by Year of Arrival in Australia +G2924,Germany_2016,Germany Year of arrival 2016,,G10A,people,migration|nationality,2016,,2924,Country of Birth of Person by Year of Arrival in Australia +G2925,Germany_Yr_arrival_NS,Germany Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2925,Country of Birth of Person by Year of Arrival in Australia +G2926,Germany_Tot,Germany Total,,G10A,people,migration|nationality,Total,,2926,Country of Birth of Person by Year of Arrival in Australia +G2927,Greece_Before_1946,Greece Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2927,Country of Birth of Person by Year of Arrival in Australia +G2928,Greece_1946_1955,Greece Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2928,Country of Birth of Person by Year of Arrival in Australia +G2929,Greece_1956_1965,Greece Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2929,Country of Birth of Person by Year of Arrival in Australia +G2930,Greece_1966_1975,Greece Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2930,Country of Birth of Person by Year of Arrival in Australia +G2931,Greece_1976_1985,Greece Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2931,Country of Birth of Person by Year of Arrival in Australia +G2932,Greece_1986_1995,Greece Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2932,Country of Birth of Person by Year of Arrival in Australia +G2933,Greece_1996_2005,Greece Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2933,Country of Birth of Person by Year of Arrival in Australia +G2934,Greece_2006_2010,Greece Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2934,Country of Birth of Person by Year of Arrival in Australia +G2935,Greece_2011,Greece Year of arrival 2011,,G10A,people,migration|nationality,2011,,2935,Country of Birth of Person by Year of Arrival in Australia +G2936,Greece_2012,Greece Year of arrival 2012,,G10A,people,migration|nationality,2012,,2936,Country of Birth of Person by Year of Arrival in Australia +G2937,Greece_2013,Greece Year of arrival 2013,,G10A,people,migration|nationality,2013,,2937,Country of Birth of Person by Year of Arrival in Australia +G2938,Greece_2014,Greece Year of arrival 2014,,G10A,people,migration|nationality,2014,,2938,Country of Birth of Person by Year of Arrival in Australia +G2939,Greece_2015,Greece Year of arrival 2015,,G10A,people,migration|nationality,2015,,2939,Country of Birth of Person by Year of Arrival in Australia +G2940,Greece_2016,Greece Year of arrival 2016,,G10A,people,migration|nationality,2016,,2940,Country of Birth of Person by Year of Arrival in Australia +G2941,Greece_Yr_arrival_NS,Greece Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2941,Country of Birth of Person by Year of Arrival in Australia +G2942,Greece_Tot,Greece Total,,G10A,people,migration|nationality,Total,,2942,Country of Birth of Person by Year of Arrival in Australia +G2943,Hng_Kng_SAR_China_Bfre_1946,Hong Kong SAR of China Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2943,Country of Birth of Person by Year of Arrival in Australia +G2944,Hng_Kng_SAR_China_1946_1955,Hong Kong SAR of China Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2944,Country of Birth of Person by Year of Arrival in Australia +G2945,Hng_Kng_SAR_China_1956_1965,Hong Kong SAR of China Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2945,Country of Birth of Person by Year of Arrival in Australia +G2946,Hng_Kng_SAR_China_1966_1975,Hong Kong SAR of China Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2946,Country of Birth of Person by Year of Arrival in Australia +G2947,Hng_Kng_SAR_China_1976_1985,Hong Kong SAR of China Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2947,Country of Birth of Person by Year of Arrival in Australia +G2948,Hng_Kng_SAR_China_1986_1995,Hong Kong SAR of China Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2948,Country of Birth of Person by Year of Arrival in Australia +G2949,Hng_Kng_SAR_China_1996_2005,Hong Kong SAR of China Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2949,Country of Birth of Person by Year of Arrival in Australia +G2950,Hng_Kng_SAR_China_2006_2010,Hong Kong SAR of China Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2950,Country of Birth of Person by Year of Arrival in Australia +G2951,Hong_Kong_SAR_China_2011,Hong Kong SAR of China Year of arrival 2011,,G10A,people,migration|nationality,2011,,2951,Country of Birth of Person by Year of Arrival in Australia +G2952,Hong_Kong_SAR_China_2012,Hong Kong SAR of China Year of arrival 2012,,G10A,people,migration|nationality,2012,,2952,Country of Birth of Person by Year of Arrival in Australia +G2953,Hong_Kong_SAR_China_2013,Hong Kong SAR of China Year of arrival 2013,,G10A,people,migration|nationality,2013,,2953,Country of Birth of Person by Year of Arrival in Australia +G2954,Hong_Kong_SAR_China_2014,Hong Kong SAR of China Year of arrival 2014,,G10A,people,migration|nationality,2014,,2954,Country of Birth of Person by Year of Arrival in Australia +G2955,Hong_Kong_SAR_China_2015,Hong Kong SAR of China Year of arrival 2015,,G10A,people,migration|nationality,2015,,2955,Country of Birth of Person by Year of Arrival in Australia +G2956,Hong_Kong_SAR_China_2016,Hong Kong SAR of China Year of arrival 2016,,G10A,people,migration|nationality,2016,,2956,Country of Birth of Person by Year of Arrival in Australia +G2957,Hng_Kng_SAR_Chna_arrival_ns,Hong Kong SAR of China Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2957,Country of Birth of Person by Year of Arrival in Australia +G2958,Hong_Kong_SAR_China_Tot,Hong Kong SAR of China Total,,G10A,people,migration|nationality,Total,,2958,Country of Birth of Person by Year of Arrival in Australia +G2959,India_Before_1946,India Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2959,Country of Birth of Person by Year of Arrival in Australia +G2960,India_1946_1955,India Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2960,Country of Birth of Person by Year of Arrival in Australia +G2961,India_1956_1965,India Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2961,Country of Birth of Person by Year of Arrival in Australia +G2962,India_1966_1975,India Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2962,Country of Birth of Person by Year of Arrival in Australia +G2963,India_1976_1985,India Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2963,Country of Birth of Person by Year of Arrival in Australia +G2964,India_1986_1995,India Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2964,Country of Birth of Person by Year of Arrival in Australia +G2965,India_1996_2005,India Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2965,Country of Birth of Person by Year of Arrival in Australia +G2966,India_2006_2010,India Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2966,Country of Birth of Person by Year of Arrival in Australia +G2967,India_2011,India Year of arrival 2011,,G10A,people,migration|nationality,2011,,2967,Country of Birth of Person by Year of Arrival in Australia +G2968,India_2012,India Year of arrival 2012,,G10A,people,migration|nationality,2012,,2968,Country of Birth of Person by Year of Arrival in Australia +G2969,India_2013,India Year of arrival 2013,,G10A,people,migration|nationality,2013,,2969,Country of Birth of Person by Year of Arrival in Australia +G2970,India_2014,India Year of arrival 2014,,G10A,people,migration|nationality,2014,,2970,Country of Birth of Person by Year of Arrival in Australia +G2971,India_2015,India Year of arrival 2015,,G10A,people,migration|nationality,2015,,2971,Country of Birth of Person by Year of Arrival in Australia +G2972,India_2016,India Year of arrival 2016,,G10A,people,migration|nationality,2016,,2972,Country of Birth of Person by Year of Arrival in Australia +G2973,India_Yr_arrival_NS,India Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2973,Country of Birth of Person by Year of Arrival in Australia +G2974,India_Tot,India Total,,G10A,people,migration|nationality,Total,,2974,Country of Birth of Person by Year of Arrival in Australia +G2975,Indonesia_Before_1946,Indonesia Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2975,Country of Birth of Person by Year of Arrival in Australia +G2976,Indonesia_1946_1955,Indonesia Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2976,Country of Birth of Person by Year of Arrival in Australia +G2977,Indonesia_1956_1965,Indonesia Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2977,Country of Birth of Person by Year of Arrival in Australia +G2978,Indonesia_1966_1975,Indonesia Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2978,Country of Birth of Person by Year of Arrival in Australia +G2979,Indonesia_1976_1985,Indonesia Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2979,Country of Birth of Person by Year of Arrival in Australia +G2980,Indonesia_1986_1995,Indonesia Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2980,Country of Birth of Person by Year of Arrival in Australia +G2981,Indonesia_1996_2005,Indonesia Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2981,Country of Birth of Person by Year of Arrival in Australia +G2982,Indonesia_2006_2010,Indonesia Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2982,Country of Birth of Person by Year of Arrival in Australia +G2983,Indonesia_2011,Indonesia Year of arrival 2011,,G10A,people,migration|nationality,2011,,2983,Country of Birth of Person by Year of Arrival in Australia +G2984,Indonesia_2012,Indonesia Year of arrival 2012,,G10A,people,migration|nationality,2012,,2984,Country of Birth of Person by Year of Arrival in Australia +G2985,Indonesia_2013,Indonesia Year of arrival 2013,,G10A,people,migration|nationality,2013,,2985,Country of Birth of Person by Year of Arrival in Australia +G2986,Indonesia_2014,Indonesia Year of arrival 2014,,G10A,people,migration|nationality,2014,,2986,Country of Birth of Person by Year of Arrival in Australia +G2987,Indonesia_2015,Indonesia Year of arrival 2015,,G10A,people,migration|nationality,2015,,2987,Country of Birth of Person by Year of Arrival in Australia +G2988,Indonesia_2016,Indonesia Year of arrival 2016,,G10A,people,migration|nationality,2016,,2988,Country of Birth of Person by Year of Arrival in Australia +G2989,Indonesia_Yr_arrival_ns,Indonesia Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,2989,Country of Birth of Person by Year of Arrival in Australia +G2990,Indonesia_Tot,Indonesia Total,,G10A,people,migration|nationality,Total,,2990,Country of Birth of Person by Year of Arrival in Australia +G2991,Iran_Before_1946,Iran Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,2991,Country of Birth of Person by Year of Arrival in Australia +G2992,Iran_1946_1955,Iran Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,2992,Country of Birth of Person by Year of Arrival in Australia +G2993,Iran_1956_1965,Iran Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,2993,Country of Birth of Person by Year of Arrival in Australia +G2994,Iran_1966_1975,Iran Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,2994,Country of Birth of Person by Year of Arrival in Australia +G2995,Iran_1976_1985,Iran Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,2995,Country of Birth of Person by Year of Arrival in Australia +G2996,Iran_1986_1995,Iran Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,2996,Country of Birth of Person by Year of Arrival in Australia +G2997,Iran_1996_2005,Iran Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,2997,Country of Birth of Person by Year of Arrival in Australia +G2998,Iran_2006_2010,Iran Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,2998,Country of Birth of Person by Year of Arrival in Australia +G2999,Iran_2011,Iran Year of arrival 2011,,G10A,people,migration|nationality,2011,,2999,Country of Birth of Person by Year of Arrival in Australia +G3000,Iran_2012,Iran Year of arrival 2012,,G10A,people,migration|nationality,2012,,3000,Country of Birth of Person by Year of Arrival in Australia +G3001,Iran_2013,Iran Year of arrival 2013,,G10A,people,migration|nationality,2013,,3001,Country of Birth of Person by Year of Arrival in Australia +G3002,Iran_2014,Iran Year of arrival 2014,,G10A,people,migration|nationality,2014,,3002,Country of Birth of Person by Year of Arrival in Australia +G3003,Iran_2015,Iran Year of arrival 2015,,G10A,people,migration|nationality,2015,,3003,Country of Birth of Person by Year of Arrival in Australia +G3004,Iran_2016,Iran Year of arrival 2016,,G10A,people,migration|nationality,2016,,3004,Country of Birth of Person by Year of Arrival in Australia +G3005,Iran_Yr_arrival_NS,Iran Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,3005,Country of Birth of Person by Year of Arrival in Australia +G3006,Iran_Tot,Iran Total,,G10A,people,migration|nationality,Total,,3006,Country of Birth of Person by Year of Arrival in Australia +G3007,Iraq_Before_1946,Iraq Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,3007,Country of Birth of Person by Year of Arrival in Australia +G3008,Iraq_1946_1955,Iraq Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,3008,Country of Birth of Person by Year of Arrival in Australia +G3009,Iraq_1956_1965,Iraq Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,3009,Country of Birth of Person by Year of Arrival in Australia +G3010,Iraq_1966_1975,Iraq Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,3010,Country of Birth of Person by Year of Arrival in Australia +G3011,Iraq_1976_1985,Iraq Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,3011,Country of Birth of Person by Year of Arrival in Australia +G3012,Iraq_1986_1995,Iraq Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,3012,Country of Birth of Person by Year of Arrival in Australia +G3013,Iraq_1996_2005,Iraq Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,3013,Country of Birth of Person by Year of Arrival in Australia +G3014,Iraq_2006_2010,Iraq Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,3014,Country of Birth of Person by Year of Arrival in Australia +G3015,Iraq_2011,Iraq Year of arrival 2011,,G10A,people,migration|nationality,2011,,3015,Country of Birth of Person by Year of Arrival in Australia +G3016,Iraq_2012,Iraq Year of arrival 2012,,G10A,people,migration|nationality,2012,,3016,Country of Birth of Person by Year of Arrival in Australia +G3017,Iraq_2013,Iraq Year of arrival 2013,,G10A,people,migration|nationality,2013,,3017,Country of Birth of Person by Year of Arrival in Australia +G3018,Iraq_2014,Iraq Year of arrival 2014,,G10A,people,migration|nationality,2014,,3018,Country of Birth of Person by Year of Arrival in Australia +G3019,Iraq_2015,Iraq Year of arrival 2015,,G10A,people,migration|nationality,2015,,3019,Country of Birth of Person by Year of Arrival in Australia +G3020,Iraq_2016,Iraq Year of arrival 2016,,G10A,people,migration|nationality,2016,,3020,Country of Birth of Person by Year of Arrival in Australia +G3021,Iraq_Yr_arrival_NS,Iraq Year of arrival not stated,,G10A,people,migration|nationality,Year of arrival not stated,,3021,Country of Birth of Person by Year of Arrival in Australia +G3022,Iraq_Tot,Iraq Total,,G10A,people,migration|nationality,Total,,3022,Country of Birth of Person by Year of Arrival in Australia +G3023,Ireland_Before_1946,Ireland Year of arrival Before 1946,,G10A,people,migration|nationality,Before 1946,,3023,Country of Birth of Person by Year of Arrival in Australia +G3024,Ireland_1946_1955,Ireland Year of arrival 1946 1955,,G10A,people,migration|nationality,1946-1955,,3024,Country of Birth of Person by Year of Arrival in Australia +G3025,Ireland_1956_1965,Ireland Year of arrival 1956 1965,,G10A,people,migration|nationality,1956-1965,,3025,Country of Birth of Person by Year of Arrival in Australia +G3026,Ireland_1966_1975,Ireland Year of arrival 1966 1975,,G10A,people,migration|nationality,1966-1975,,3026,Country of Birth of Person by Year of Arrival in Australia +G3027,Ireland_1976_1985,Ireland Year of arrival 1976 1985,,G10A,people,migration|nationality,1976-1985,,3027,Country of Birth of Person by Year of Arrival in Australia +G3028,Ireland_1986_1995,Ireland Year of arrival 1986 1995,,G10A,people,migration|nationality,1986-1995,,3028,Country of Birth of Person by Year of Arrival in Australia +G3029,Ireland_1996_2005,Ireland Year of arrival 1996 2005,,G10A,people,migration|nationality,1996-2005,,3029,Country of Birth of Person by Year of Arrival in Australia +G3030,Ireland_2006_2010,Ireland Year of arrival 2006 2010,,G10A,people,migration|nationality,2006-2010,,3030,Country of Birth of Person by Year of Arrival in Australia +G3031,Ireland_2011,Ireland Year of arrival 2011,,G10B,people,migration|nationality,2011,,3031,Country of Birth of Person by Year of Arrival in Australia +G3032,Ireland_2012,Ireland Year of arrival 2012,,G10B,people,migration|nationality,2012,,3032,Country of Birth of Person by Year of Arrival in Australia +G3033,Ireland_2013,Ireland Year of arrival 2013,,G10B,people,migration|nationality,2013,,3033,Country of Birth of Person by Year of Arrival in Australia +G3034,Ireland_2014,Ireland Year of arrival 2014,,G10B,people,migration|nationality,2014,,3034,Country of Birth of Person by Year of Arrival in Australia +G3035,Ireland_2015,Ireland Year of arrival 2015,,G10B,people,migration|nationality,2015,,3035,Country of Birth of Person by Year of Arrival in Australia +G3036,Ireland_2016,Ireland Year of arrival 2016,,G10B,people,migration|nationality,2016,,3036,Country of Birth of Person by Year of Arrival in Australia +G3037,Ireland_Yr_arrival_NS,Ireland Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3037,Country of Birth of Person by Year of Arrival in Australia +G3038,Ireland_Tot,Ireland Total,,G10B,people,migration|nationality,Total,,3038,Country of Birth of Person by Year of Arrival in Australia +G3039,Italy_Before_1946,Italy Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3039,Country of Birth of Person by Year of Arrival in Australia +G3040,Italy_1946_1955,Italy Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3040,Country of Birth of Person by Year of Arrival in Australia +G3041,Italy_1956_1965,Italy Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3041,Country of Birth of Person by Year of Arrival in Australia +G3042,Italy_1966_1975,Italy Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3042,Country of Birth of Person by Year of Arrival in Australia +G3043,Italy_1976_1985,Italy Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3043,Country of Birth of Person by Year of Arrival in Australia +G3044,Italy_1986_1995,Italy Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3044,Country of Birth of Person by Year of Arrival in Australia +G3045,Italy_1996_2005,Italy Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3045,Country of Birth of Person by Year of Arrival in Australia +G3046,Italy_2006_2010,Italy Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3046,Country of Birth of Person by Year of Arrival in Australia +G3047,Italy_2011,Italy Year of arrival 2011,,G10B,people,migration|nationality,2011,,3047,Country of Birth of Person by Year of Arrival in Australia +G3048,Italy_2012,Italy Year of arrival 2012,,G10B,people,migration|nationality,2012,,3048,Country of Birth of Person by Year of Arrival in Australia +G3049,Italy_2013,Italy Year of arrival 2013,,G10B,people,migration|nationality,2013,,3049,Country of Birth of Person by Year of Arrival in Australia +G3050,Italy_2014,Italy Year of arrival 2014,,G10B,people,migration|nationality,2014,,3050,Country of Birth of Person by Year of Arrival in Australia +G3051,Italy_2015,Italy Year of arrival 2015,,G10B,people,migration|nationality,2015,,3051,Country of Birth of Person by Year of Arrival in Australia +G3052,Italy_2016,Italy Year of arrival 2016,,G10B,people,migration|nationality,2016,,3052,Country of Birth of Person by Year of Arrival in Australia +G3053,Italy_Yr_arrival_NS,Italy Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3053,Country of Birth of Person by Year of Arrival in Australia +G3054,Italy_Tot,Italy Total,,G10B,people,migration|nationality,Total,,3054,Country of Birth of Person by Year of Arrival in Australia +G3055,Japan_Before_1946,Japan Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3055,Country of Birth of Person by Year of Arrival in Australia +G3056,Japan_1946_1955,Japan Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3056,Country of Birth of Person by Year of Arrival in Australia +G3057,Japan_1956_1965,Japan Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3057,Country of Birth of Person by Year of Arrival in Australia +G3058,Japan_1966_1975,Japan Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3058,Country of Birth of Person by Year of Arrival in Australia +G3059,Japan_1976_1985,Japan Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3059,Country of Birth of Person by Year of Arrival in Australia +G3060,Japan_1986_1995,Japan Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3060,Country of Birth of Person by Year of Arrival in Australia +G3061,Japan_1996_2005,Japan Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3061,Country of Birth of Person by Year of Arrival in Australia +G3062,Japan_2006_2010,Japan Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3062,Country of Birth of Person by Year of Arrival in Australia +G3063,Japan_2011,Japan Year of arrival 2011,,G10B,people,migration|nationality,2011,,3063,Country of Birth of Person by Year of Arrival in Australia +G3064,Japan_2012,Japan Year of arrival 2012,,G10B,people,migration|nationality,2012,,3064,Country of Birth of Person by Year of Arrival in Australia +G3065,Japan_2013,Japan Year of arrival 2013,,G10B,people,migration|nationality,2013,,3065,Country of Birth of Person by Year of Arrival in Australia +G3066,Japan_2014,Japan Year of arrival 2014,,G10B,people,migration|nationality,2014,,3066,Country of Birth of Person by Year of Arrival in Australia +G3067,Japan_2015,Japan Year of arrival 2015,,G10B,people,migration|nationality,2015,,3067,Country of Birth of Person by Year of Arrival in Australia +G3068,Japan_2016,Japan Year of arrival 2016,,G10B,people,migration|nationality,2016,,3068,Country of Birth of Person by Year of Arrival in Australia +G3069,Japan_Yr_arrival_NS,Japan Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3069,Country of Birth of Person by Year of Arrival in Australia +G3070,Japan_Tot,Japan Total,,G10B,people,migration|nationality,Total,,3070,Country of Birth of Person by Year of Arrival in Australia +G3071,Korea_Rep_Sth_Before_1946,Korea Republic of South Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3071,Country of Birth of Person by Year of Arrival in Australia +G3072,Korea_Rep_Sth_1946_1955,Korea Republic of South Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3072,Country of Birth of Person by Year of Arrival in Australia +G3073,Korea_Rep_Sth_1956_1965,Korea Republic of South Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3073,Country of Birth of Person by Year of Arrival in Australia +G3074,Korea_Rep_Sth_1966_1975,Korea Republic of South Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3074,Country of Birth of Person by Year of Arrival in Australia +G3075,Korea_Rep_Sth_1976_1985,Korea Republic of South Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3075,Country of Birth of Person by Year of Arrival in Australia +G3076,Korea_Rep_Sth_1986_1995,Korea Republic of South Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3076,Country of Birth of Person by Year of Arrival in Australia +G3077,Korea_Rep_Sth_1996_2005,Korea Republic of South Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3077,Country of Birth of Person by Year of Arrival in Australia +G3078,Korea_Rep_Sth_2006_2010,Korea Republic of South Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3078,Country of Birth of Person by Year of Arrival in Australia +G3079,Korea_Republic_South_2011,Korea Republic of South Year of arrival 2011,,G10B,people,migration|nationality,2011,,3079,Country of Birth of Person by Year of Arrival in Australia +G3080,Korea_Republic_South_2012,Korea Republic of South Year of arrival 2012,,G10B,people,migration|nationality,2012,,3080,Country of Birth of Person by Year of Arrival in Australia +G3081,Korea_Republic_South_2013,Korea Republic of South Year of arrival 2013,,G10B,people,migration|nationality,2013,,3081,Country of Birth of Person by Year of Arrival in Australia +G3082,Korea_Republic_South_2014,Korea Republic of South Year of arrival 2014,,G10B,people,migration|nationality,2014,,3082,Country of Birth of Person by Year of Arrival in Australia +G3083,Korea_Republic_South_2015,Korea Republic of South Year of arrival 2015,,G10B,people,migration|nationality,2015,,3083,Country of Birth of Person by Year of Arrival in Australia +G3084,Korea_Republic_South_2016,Korea Republic of South Year of arrival 2016,,G10B,people,migration|nationality,2016,,3084,Country of Birth of Person by Year of Arrival in Australia +G3085,Korea_Repub_Sth_arrival_ns,Korea Republic of South Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3085,Country of Birth of Person by Year of Arrival in Australia +G3086,Korea_Republic_South_Tot,Korea Republic of South Total,,G10B,people,migration|nationality,Total,,3086,Country of Birth of Person by Year of Arrival in Australia +G3087,Lebanon_Before_1946,Lebanon Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3087,Country of Birth of Person by Year of Arrival in Australia +G3088,Lebanon_1946_1955,Lebanon Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3088,Country of Birth of Person by Year of Arrival in Australia +G3089,Lebanon_1956_1965,Lebanon Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3089,Country of Birth of Person by Year of Arrival in Australia +G3090,Lebanon_1966_1975,Lebanon Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3090,Country of Birth of Person by Year of Arrival in Australia +G3091,Lebanon_1976_1985,Lebanon Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3091,Country of Birth of Person by Year of Arrival in Australia +G3092,Lebanon_1986_1995,Lebanon Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3092,Country of Birth of Person by Year of Arrival in Australia +G3093,Lebanon_1996_2005,Lebanon Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3093,Country of Birth of Person by Year of Arrival in Australia +G3094,Lebanon_2006_2010,Lebanon Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3094,Country of Birth of Person by Year of Arrival in Australia +G3095,Lebanon_2011,Lebanon Year of arrival 2011,,G10B,people,migration|nationality,2011,,3095,Country of Birth of Person by Year of Arrival in Australia +G3096,Lebanon_2012,Lebanon Year of arrival 2012,,G10B,people,migration|nationality,2012,,3096,Country of Birth of Person by Year of Arrival in Australia +G3097,Lebanon_2013,Lebanon Year of arrival 2013,,G10B,people,migration|nationality,2013,,3097,Country of Birth of Person by Year of Arrival in Australia +G3098,Lebanon_2014,Lebanon Year of arrival 2014,,G10B,people,migration|nationality,2014,,3098,Country of Birth of Person by Year of Arrival in Australia +G3099,Lebanon_2015,Lebanon Year of arrival 2015,,G10B,people,migration|nationality,2015,,3099,Country of Birth of Person by Year of Arrival in Australia +G3100,Lebanon_2016,Lebanon Year of arrival 2016,,G10B,people,migration|nationality,2016,,3100,Country of Birth of Person by Year of Arrival in Australia +G3101,Lebanon_Yr_arrival_NS,Lebanon Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3101,Country of Birth of Person by Year of Arrival in Australia +G3102,Lebanon_Tot,Lebanon Total,,G10B,people,migration|nationality,Total,,3102,Country of Birth of Person by Year of Arrival in Australia +G3103,Malaysia_Before_1946,Malaysia Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3103,Country of Birth of Person by Year of Arrival in Australia +G3104,Malaysia_1946_1955,Malaysia Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3104,Country of Birth of Person by Year of Arrival in Australia +G3105,Malaysia_1956_1965,Malaysia Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3105,Country of Birth of Person by Year of Arrival in Australia +G3106,Malaysia_1966_1975,Malaysia Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3106,Country of Birth of Person by Year of Arrival in Australia +G3107,Malaysia_1976_1985,Malaysia Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3107,Country of Birth of Person by Year of Arrival in Australia +G3108,Malaysia_1986_1995,Malaysia Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3108,Country of Birth of Person by Year of Arrival in Australia +G3109,Malaysia_1996_2005,Malaysia Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3109,Country of Birth of Person by Year of Arrival in Australia +G3110,Malaysia_2006_2010,Malaysia Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3110,Country of Birth of Person by Year of Arrival in Australia +G3111,Malaysia_2011,Malaysia Year of arrival 2011,,G10B,people,migration|nationality,2011,,3111,Country of Birth of Person by Year of Arrival in Australia +G3112,Malaysia_2012,Malaysia Year of arrival 2012,,G10B,people,migration|nationality,2012,,3112,Country of Birth of Person by Year of Arrival in Australia +G3113,Malaysia_2013,Malaysia Year of arrival 2013,,G10B,people,migration|nationality,2013,,3113,Country of Birth of Person by Year of Arrival in Australia +G3114,Malaysia_2014,Malaysia Year of arrival 2014,,G10B,people,migration|nationality,2014,,3114,Country of Birth of Person by Year of Arrival in Australia +G3115,Malaysia_2015,Malaysia Year of arrival 2015,,G10B,people,migration|nationality,2015,,3115,Country of Birth of Person by Year of Arrival in Australia +G3116,Malaysia_2016,Malaysia Year of arrival 2016,,G10B,people,migration|nationality,2016,,3116,Country of Birth of Person by Year of Arrival in Australia +G3117,Malaysia_Yr_arrival_ns,Malaysia Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3117,Country of Birth of Person by Year of Arrival in Australia +G3118,Malaysia_Tot,Malaysia Total,,G10B,people,migration|nationality,Total,,3118,Country of Birth of Person by Year of Arrival in Australia +G3119,Malta_Before_1946,Malta Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3119,Country of Birth of Person by Year of Arrival in Australia +G3120,Malta_1946_1955,Malta Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3120,Country of Birth of Person by Year of Arrival in Australia +G3121,Malta_1956_1965,Malta Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3121,Country of Birth of Person by Year of Arrival in Australia +G3122,Malta_1966_1975,Malta Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3122,Country of Birth of Person by Year of Arrival in Australia +G3123,Malta_1976_1985,Malta Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3123,Country of Birth of Person by Year of Arrival in Australia +G3124,Malta_1986_1995,Malta Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3124,Country of Birth of Person by Year of Arrival in Australia +G3125,Malta_1996_2005,Malta Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3125,Country of Birth of Person by Year of Arrival in Australia +G3126,Malta_2006_2010,Malta Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3126,Country of Birth of Person by Year of Arrival in Australia +G3127,Malta_2011,Malta Year of arrival 2011,,G10B,people,migration|nationality,2011,,3127,Country of Birth of Person by Year of Arrival in Australia +G3128,Malta_2012,Malta Year of arrival 2012,,G10B,people,migration|nationality,2012,,3128,Country of Birth of Person by Year of Arrival in Australia +G3129,Malta_2013,Malta Year of arrival 2013,,G10B,people,migration|nationality,2013,,3129,Country of Birth of Person by Year of Arrival in Australia +G3130,Malta_2014,Malta Year of arrival 2014,,G10B,people,migration|nationality,2014,,3130,Country of Birth of Person by Year of Arrival in Australia +G3131,Malta_2015,Malta Year of arrival 2015,,G10B,people,migration|nationality,2015,,3131,Country of Birth of Person by Year of Arrival in Australia +G3132,Malta_2016,Malta Year of arrival 2016,,G10B,people,migration|nationality,2016,,3132,Country of Birth of Person by Year of Arrival in Australia +G3133,Malta_Yr_arrival_NS,Malta Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3133,Country of Birth of Person by Year of Arrival in Australia +G3134,Malta_Tot,Malta Total,,G10B,people,migration|nationality,Total,,3134,Country of Birth of Person by Year of Arrival in Australia +G3135,Netherlands_Before_1946,Netherlands Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3135,Country of Birth of Person by Year of Arrival in Australia +G3136,Netherlands_1946_1955,Netherlands Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3136,Country of Birth of Person by Year of Arrival in Australia +G3137,Netherlands_1956_1965,Netherlands Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3137,Country of Birth of Person by Year of Arrival in Australia +G3138,Netherlands_1966_1975,Netherlands Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3138,Country of Birth of Person by Year of Arrival in Australia +G3139,Netherlands_1976_1985,Netherlands Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3139,Country of Birth of Person by Year of Arrival in Australia +G3140,Netherlands_1986_1995,Netherlands Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3140,Country of Birth of Person by Year of Arrival in Australia +G3141,Netherlands_1996_2005,Netherlands Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3141,Country of Birth of Person by Year of Arrival in Australia +G3142,Netherlands_2006_2010,Netherlands Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3142,Country of Birth of Person by Year of Arrival in Australia +G3143,Netherlands_2011,Netherlands Year of arrival 2011,,G10B,people,migration|nationality,2011,,3143,Country of Birth of Person by Year of Arrival in Australia +G3144,Netherlands_2012,Netherlands Year of arrival 2012,,G10B,people,migration|nationality,2012,,3144,Country of Birth of Person by Year of Arrival in Australia +G3145,Netherlands_2013,Netherlands Year of arrival 2013,,G10B,people,migration|nationality,2013,,3145,Country of Birth of Person by Year of Arrival in Australia +G3146,Netherlands_2014,Netherlands Year of arrival 2014,,G10B,people,migration|nationality,2014,,3146,Country of Birth of Person by Year of Arrival in Australia +G3147,Netherlands_2015,Netherlands Year of arrival 2015,,G10B,people,migration|nationality,2015,,3147,Country of Birth of Person by Year of Arrival in Australia +G3148,Netherlands_2016,Netherlands Year of arrival 2016,,G10B,people,migration|nationality,2016,,3148,Country of Birth of Person by Year of Arrival in Australia +G3149,Netherlands_Yr_arrival_ns,Netherlands Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3149,Country of Birth of Person by Year of Arrival in Australia +G3150,Netherlands_Tot,Netherlands Total,,G10B,people,migration|nationality,Total,,3150,Country of Birth of Person by Year of Arrival in Australia +G3151,New_Zealand_Before_1946,New Zealand Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3151,Country of Birth of Person by Year of Arrival in Australia +G3152,New_Zealand_1946_1955,New Zealand Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3152,Country of Birth of Person by Year of Arrival in Australia +G3153,New_Zealand_1956_1965,New Zealand Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3153,Country of Birth of Person by Year of Arrival in Australia +G3154,New_Zealand_1966_1975,New Zealand Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3154,Country of Birth of Person by Year of Arrival in Australia +G3155,New_Zealand_1976_1985,New Zealand Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3155,Country of Birth of Person by Year of Arrival in Australia +G3156,New_Zealand_1986_1995,New Zealand Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3156,Country of Birth of Person by Year of Arrival in Australia +G3157,New_Zealand_1996_2005,New Zealand Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3157,Country of Birth of Person by Year of Arrival in Australia +G3158,New_Zealand_2006_2010,New Zealand Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3158,Country of Birth of Person by Year of Arrival in Australia +G3159,New_Zealand_2011,New Zealand Year of arrival 2011,,G10B,people,migration|nationality,2011,,3159,Country of Birth of Person by Year of Arrival in Australia +G3160,New_Zealand_2012,New Zealand Year of arrival 2012,,G10B,people,migration|nationality,2012,,3160,Country of Birth of Person by Year of Arrival in Australia +G3161,New_Zealand_2013,New Zealand Year of arrival 2013,,G10B,people,migration|nationality,2013,,3161,Country of Birth of Person by Year of Arrival in Australia +G3162,New_Zealand_2014,New Zealand Year of arrival 2014,,G10B,people,migration|nationality,2014,,3162,Country of Birth of Person by Year of Arrival in Australia +G3163,New_Zealand_2015,New Zealand Year of arrival 2015,,G10B,people,migration|nationality,2015,,3163,Country of Birth of Person by Year of Arrival in Australia +G3164,New_Zealand_2016,New Zealand Year of arrival 2016,,G10B,people,migration|nationality,2016,,3164,Country of Birth of Person by Year of Arrival in Australia +G3165,New_Zealand_Yr_arrival_ns,New Zealand Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3165,Country of Birth of Person by Year of Arrival in Australia +G3166,New_Zealand_Tot,New Zealand Total,,G10B,people,migration|nationality,Total,,3166,Country of Birth of Person by Year of Arrival in Australia +G3167,Pakistan_Before_1946,Pakistan Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3167,Country of Birth of Person by Year of Arrival in Australia +G3168,Pakistan_1946_1955,Pakistan Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3168,Country of Birth of Person by Year of Arrival in Australia +G3169,Pakistan_1956_1965,Pakistan Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3169,Country of Birth of Person by Year of Arrival in Australia +G3170,Pakistan_1966_1975,Pakistan Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3170,Country of Birth of Person by Year of Arrival in Australia +G3171,Pakistan_1976_1985,Pakistan Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3171,Country of Birth of Person by Year of Arrival in Australia +G3172,Pakistan_1986_1995,Pakistan Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3172,Country of Birth of Person by Year of Arrival in Australia +G3173,Pakistan_1996_2005,Pakistan Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3173,Country of Birth of Person by Year of Arrival in Australia +G3174,Pakistan_2006_2010,Pakistan Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3174,Country of Birth of Person by Year of Arrival in Australia +G3175,Pakistan_2011,Pakistan Year of arrival 2011,,G10B,people,migration|nationality,2011,,3175,Country of Birth of Person by Year of Arrival in Australia +G3176,Pakistan_2012,Pakistan Year of arrival 2012,,G10B,people,migration|nationality,2012,,3176,Country of Birth of Person by Year of Arrival in Australia +G3177,Pakistan_2013,Pakistan Year of arrival 2013,,G10B,people,migration|nationality,2013,,3177,Country of Birth of Person by Year of Arrival in Australia +G3178,Pakistan_2014,Pakistan Year of arrival 2014,,G10B,people,migration|nationality,2014,,3178,Country of Birth of Person by Year of Arrival in Australia +G3179,Pakistan_2015,Pakistan Year of arrival 2015,,G10B,people,migration|nationality,2015,,3179,Country of Birth of Person by Year of Arrival in Australia +G3180,Pakistan_2016,Pakistan Year of arrival 2016,,G10B,people,migration|nationality,2016,,3180,Country of Birth of Person by Year of Arrival in Australia +G3181,Pakistan_Yr_arrival_NS,Pakistan Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3181,Country of Birth of Person by Year of Arrival in Australia +G3182,Pakistan_Tot,Pakistan Total,,G10B,people,migration|nationality,Total,,3182,Country of Birth of Person by Year of Arrival in Australia +G3183,Philippines_Before_1946,Philippines Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3183,Country of Birth of Person by Year of Arrival in Australia +G3184,Philippines_1946_1955,Philippines Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3184,Country of Birth of Person by Year of Arrival in Australia +G3185,Philippines_1956_1965,Philippines Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3185,Country of Birth of Person by Year of Arrival in Australia +G3186,Philippines_1966_1975,Philippines Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3186,Country of Birth of Person by Year of Arrival in Australia +G3187,Philippines_1976_1985,Philippines Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3187,Country of Birth of Person by Year of Arrival in Australia +G3188,Philippines_1986_1995,Philippines Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3188,Country of Birth of Person by Year of Arrival in Australia +G3189,Philippines_1996_2005,Philippines Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3189,Country of Birth of Person by Year of Arrival in Australia +G3190,Philippines_2006_2010,Philippines Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3190,Country of Birth of Person by Year of Arrival in Australia +G3191,Philippines_2011,Philippines Year of arrival 2011,,G10B,people,migration|nationality,2011,,3191,Country of Birth of Person by Year of Arrival in Australia +G3192,Philippines_2012,Philippines Year of arrival 2012,,G10B,people,migration|nationality,2012,,3192,Country of Birth of Person by Year of Arrival in Australia +G3193,Philippines_2013,Philippines Year of arrival 2013,,G10B,people,migration|nationality,2013,,3193,Country of Birth of Person by Year of Arrival in Australia +G3194,Philippines_2014,Philippines Year of arrival 2014,,G10B,people,migration|nationality,2014,,3194,Country of Birth of Person by Year of Arrival in Australia +G3195,Philippines_2015,Philippines Year of arrival 2015,,G10B,people,migration|nationality,2015,,3195,Country of Birth of Person by Year of Arrival in Australia +G3196,Philippines_2016,Philippines Year of arrival 2016,,G10B,people,migration|nationality,2016,,3196,Country of Birth of Person by Year of Arrival in Australia +G3197,Philippines_Yr_arrival_ns,Philippines Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3197,Country of Birth of Person by Year of Arrival in Australia +G3198,Philippines_Tot,Philippines Total,,G10B,people,migration|nationality,Total,,3198,Country of Birth of Person by Year of Arrival in Australia +G3199,Poland_Before_1946,Poland Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3199,Country of Birth of Person by Year of Arrival in Australia +G3200,Poland_1946_1955,Poland Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3200,Country of Birth of Person by Year of Arrival in Australia +G3201,Poland_1956_1965,Poland Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3201,Country of Birth of Person by Year of Arrival in Australia +G3202,Poland_1966_1975,Poland Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3202,Country of Birth of Person by Year of Arrival in Australia +G3203,Poland_1976_1985,Poland Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3203,Country of Birth of Person by Year of Arrival in Australia +G3204,Poland_1986_1995,Poland Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3204,Country of Birth of Person by Year of Arrival in Australia +G3205,Poland_1996_2005,Poland Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3205,Country of Birth of Person by Year of Arrival in Australia +G3206,Poland_2006_2010,Poland Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3206,Country of Birth of Person by Year of Arrival in Australia +G3207,Poland_2011,Poland Year of arrival 2011,,G10B,people,migration|nationality,2011,,3207,Country of Birth of Person by Year of Arrival in Australia +G3208,Poland_2012,Poland Year of arrival 2012,,G10B,people,migration|nationality,2012,,3208,Country of Birth of Person by Year of Arrival in Australia +G3209,Poland_2013,Poland Year of arrival 2013,,G10B,people,migration|nationality,2013,,3209,Country of Birth of Person by Year of Arrival in Australia +G3210,Poland_2014,Poland Year of arrival 2014,,G10B,people,migration|nationality,2014,,3210,Country of Birth of Person by Year of Arrival in Australia +G3211,Poland_2015,Poland Year of arrival 2015,,G10B,people,migration|nationality,2015,,3211,Country of Birth of Person by Year of Arrival in Australia +G3212,Poland_2016,Poland Year of arrival 2016,,G10B,people,migration|nationality,2016,,3212,Country of Birth of Person by Year of Arrival in Australia +G3213,Poland_Yr_arrival_NS,Poland Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3213,Country of Birth of Person by Year of Arrival in Australia +G3214,Poland_Tot,Poland Total,,G10B,people,migration|nationality,Total,,3214,Country of Birth of Person by Year of Arrival in Australia +G3215,Singapore_Before_1946,Singapore Year of arrival Before 1946,,G10B,people,migration|nationality,Before 1946,,3215,Country of Birth of Person by Year of Arrival in Australia +G3216,Singapore_1946_1955,Singapore Year of arrival 1946 1955,,G10B,people,migration|nationality,1946-1955,,3216,Country of Birth of Person by Year of Arrival in Australia +G3217,Singapore_1956_1965,Singapore Year of arrival 1956 1965,,G10B,people,migration|nationality,1956-1965,,3217,Country of Birth of Person by Year of Arrival in Australia +G3218,Singapore_1966_1975,Singapore Year of arrival 1966 1975,,G10B,people,migration|nationality,1966-1975,,3218,Country of Birth of Person by Year of Arrival in Australia +G3219,Singapore_1976_1985,Singapore Year of arrival 1976 1985,,G10B,people,migration|nationality,1976-1985,,3219,Country of Birth of Person by Year of Arrival in Australia +G3220,Singapore_1986_1995,Singapore Year of arrival 1986 1995,,G10B,people,migration|nationality,1986-1995,,3220,Country of Birth of Person by Year of Arrival in Australia +G3221,Singapore_1996_2005,Singapore Year of arrival 1996 2005,,G10B,people,migration|nationality,1996-2005,,3221,Country of Birth of Person by Year of Arrival in Australia +G3222,Singapore_2006_2010,Singapore Year of arrival 2006 2010,,G10B,people,migration|nationality,2006-2010,,3222,Country of Birth of Person by Year of Arrival in Australia +G3223,Singapore_2011,Singapore Year of arrival 2011,,G10B,people,migration|nationality,2011,,3223,Country of Birth of Person by Year of Arrival in Australia +G3224,Singapore_2012,Singapore Year of arrival 2012,,G10B,people,migration|nationality,2012,,3224,Country of Birth of Person by Year of Arrival in Australia +G3225,Singapore_2013,Singapore Year of arrival 2013,,G10B,people,migration|nationality,2013,,3225,Country of Birth of Person by Year of Arrival in Australia +G3226,Singapore_2014,Singapore Year of arrival 2014,,G10B,people,migration|nationality,2014,,3226,Country of Birth of Person by Year of Arrival in Australia +G3227,Singapore_2015,Singapore Year of arrival 2015,,G10B,people,migration|nationality,2015,,3227,Country of Birth of Person by Year of Arrival in Australia +G3228,Singapore_2016,Singapore Year of arrival 2016,,G10B,people,migration|nationality,2016,,3228,Country of Birth of Person by Year of Arrival in Australia +G3229,Singapore_Yr_arrival_ns,Singapore Year of arrival not stated,,G10B,people,migration|nationality,Year of arrival not stated,,3229,Country of Birth of Person by Year of Arrival in Australia +G3230,Singapore_Tot,Singapore Total,,G10B,people,migration|nationality,Total,,3230,Country of Birth of Person by Year of Arrival in Australia +G3231,South_Africa_Before_1946,South Africa Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3231,Country of Birth of Person by Year of Arrival in Australia +G3232,South_Africa_1946_1955,South Africa Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3232,Country of Birth of Person by Year of Arrival in Australia +G3233,South_Africa_1956_1965,South Africa Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3233,Country of Birth of Person by Year of Arrival in Australia +G3234,South_Africa_1966_1975,South Africa Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3234,Country of Birth of Person by Year of Arrival in Australia +G3235,South_Africa_1976_1985,South Africa Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3235,Country of Birth of Person by Year of Arrival in Australia +G3236,South_Africa_1986_1995,South Africa Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3236,Country of Birth of Person by Year of Arrival in Australia +G3237,South_Africa_1996_2005,South Africa Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3237,Country of Birth of Person by Year of Arrival in Australia +G3238,South_Africa_2006_2010,South Africa Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3238,Country of Birth of Person by Year of Arrival in Australia +G3239,South_Africa_2011,South Africa Year of arrival 2011,,G10C,people,migration|nationality,2011,,3239,Country of Birth of Person by Year of Arrival in Australia +G3240,South_Africa_2012,South Africa Year of arrival 2012,,G10C,people,migration|nationality,2012,,3240,Country of Birth of Person by Year of Arrival in Australia +G3241,South_Africa_2013,South Africa Year of arrival 2013,,G10C,people,migration|nationality,2013,,3241,Country of Birth of Person by Year of Arrival in Australia +G3242,South_Africa_2014,South Africa Year of arrival 2014,,G10C,people,migration|nationality,2014,,3242,Country of Birth of Person by Year of Arrival in Australia +G3243,South_Africa_2015,South Africa Year of arrival 2015,,G10C,people,migration|nationality,2015,,3243,Country of Birth of Person by Year of Arrival in Australia +G3244,South_Africa_2016,South Africa Year of arrival 2016,,G10C,people,migration|nationality,2016,,3244,Country of Birth of Person by Year of Arrival in Australia +G3245,South_Africa_Yr_arrival_ns,South Africa Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3245,Country of Birth of Person by Year of Arrival in Australia +G3246,South_Africa_Tot,South Africa Total,,G10C,people,migration|nationality,Total,,3246,Country of Birth of Person by Year of Arrival in Australia +G3247,Sri_Lanka_Before_1946,Sri Lanka Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3247,Country of Birth of Person by Year of Arrival in Australia +G3248,Sri_Lanka_1946_1955,Sri Lanka Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3248,Country of Birth of Person by Year of Arrival in Australia +G3249,Sri_Lanka_1956_1965,Sri Lanka Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3249,Country of Birth of Person by Year of Arrival in Australia +G3250,Sri_Lanka_1966_1975,Sri Lanka Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3250,Country of Birth of Person by Year of Arrival in Australia +G3251,Sri_Lanka_1976_1985,Sri Lanka Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3251,Country of Birth of Person by Year of Arrival in Australia +G3252,Sri_Lanka_1986_1995,Sri Lanka Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3252,Country of Birth of Person by Year of Arrival in Australia +G3253,Sri_Lanka_1996_2005,Sri Lanka Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3253,Country of Birth of Person by Year of Arrival in Australia +G3254,Sri_Lanka_2006_2010,Sri Lanka Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3254,Country of Birth of Person by Year of Arrival in Australia +G3255,Sri_Lanka_2011,Sri Lanka Year of arrival 2011,,G10C,people,migration|nationality,2011,,3255,Country of Birth of Person by Year of Arrival in Australia +G3256,Sri_Lanka_2012,Sri Lanka Year of arrival 2012,,G10C,people,migration|nationality,2012,,3256,Country of Birth of Person by Year of Arrival in Australia +G3257,Sri_Lanka_2013,Sri Lanka Year of arrival 2013,,G10C,people,migration|nationality,2013,,3257,Country of Birth of Person by Year of Arrival in Australia +G3258,Sri_Lanka_2014,Sri Lanka Year of arrival 2014,,G10C,people,migration|nationality,2014,,3258,Country of Birth of Person by Year of Arrival in Australia +G3259,Sri_Lanka_2015,Sri Lanka Year of arrival 2015,,G10C,people,migration|nationality,2015,,3259,Country of Birth of Person by Year of Arrival in Australia +G3260,Sri_Lanka_2016,Sri Lanka Year of arrival 2016,,G10C,people,migration|nationality,2016,,3260,Country of Birth of Person by Year of Arrival in Australia +G3261,Sri_Lanka_Yr_arrival_ns,Sri Lanka Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3261,Country of Birth of Person by Year of Arrival in Australia +G3262,Sri_Lanka_Tot,Sri Lanka Total,,G10C,people,migration|nationality,Total,,3262,Country of Birth of Person by Year of Arrival in Australia +G3263,Thailand_Before_1946,Thailand Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3263,Country of Birth of Person by Year of Arrival in Australia +G3264,Thailand_1946_1955,Thailand Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3264,Country of Birth of Person by Year of Arrival in Australia +G3265,Thailand_1956_1965,Thailand Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3265,Country of Birth of Person by Year of Arrival in Australia +G3266,Thailand_1966_1975,Thailand Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3266,Country of Birth of Person by Year of Arrival in Australia +G3267,Thailand_1976_1985,Thailand Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3267,Country of Birth of Person by Year of Arrival in Australia +G3268,Thailand_1986_1995,Thailand Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3268,Country of Birth of Person by Year of Arrival in Australia +G3269,Thailand_1996_2005,Thailand Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3269,Country of Birth of Person by Year of Arrival in Australia +G3270,Thailand_2006_2010,Thailand Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3270,Country of Birth of Person by Year of Arrival in Australia +G3271,Thailand_2011,Thailand Year of arrival 2011,,G10C,people,migration|nationality,2011,,3271,Country of Birth of Person by Year of Arrival in Australia +G3272,Thailand_2012,Thailand Year of arrival 2012,,G10C,people,migration|nationality,2012,,3272,Country of Birth of Person by Year of Arrival in Australia +G3273,Thailand_2013,Thailand Year of arrival 2013,,G10C,people,migration|nationality,2013,,3273,Country of Birth of Person by Year of Arrival in Australia +G3274,Thailand_2014,Thailand Year of arrival 2014,,G10C,people,migration|nationality,2014,,3274,Country of Birth of Person by Year of Arrival in Australia +G3275,Thailand_2015,Thailand Year of arrival 2015,,G10C,people,migration|nationality,2015,,3275,Country of Birth of Person by Year of Arrival in Australia +G3276,Thailand_2016,Thailand Year of arrival 2016,,G10C,people,migration|nationality,2016,,3276,Country of Birth of Person by Year of Arrival in Australia +G3277,Thailand_Yr_arrival_ns,Thailand Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3277,Country of Birth of Person by Year of Arrival in Australia +G3278,Thailand_Tot,Thailand Total,,G10C,people,migration|nationality,Total,,3278,Country of Birth of Person by Year of Arrival in Australia +G3279,FYROM_Before_1946,The Former Yugoslav Republic of Macedonia Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3279,Country of Birth of Person by Year of Arrival in Australia +G3280,FYROM_1946_1955,The Former Yugoslav Republic of Macedonia Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3280,Country of Birth of Person by Year of Arrival in Australia +G3281,FYROM_1956_1965,The Former Yugoslav Republic of Macedonia Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3281,Country of Birth of Person by Year of Arrival in Australia +G3282,FYROM_1966_1975,The Former Yugoslav Republic of Macedonia Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3282,Country of Birth of Person by Year of Arrival in Australia +G3283,FYROM_1976_1985,The Former Yugoslav Republic of Macedonia Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3283,Country of Birth of Person by Year of Arrival in Australia +G3284,FYROM_1986_1995,The Former Yugoslav Republic of Macedonia Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3284,Country of Birth of Person by Year of Arrival in Australia +G3285,FYROM_1996_2005,The Former Yugoslav Republic of Macedonia Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3285,Country of Birth of Person by Year of Arrival in Australia +G3286,FYROM_2006_2010,The Former Yugoslav Republic of Macedonia Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3286,Country of Birth of Person by Year of Arrival in Australia +G3287,FYROM_2011,The Former Yugoslav Republic of Macedonia Year of arrival 2011,,G10C,people,migration|nationality,2011,,3287,Country of Birth of Person by Year of Arrival in Australia +G3288,FYROM_2012,The Former Yugoslav Republic of Macedonia Year of arrival 2012,,G10C,people,migration|nationality,2012,,3288,Country of Birth of Person by Year of Arrival in Australia +G3289,FYROM_2013,The Former Yugoslav Republic of Macedonia Year of arrival 2013,,G10C,people,migration|nationality,2013,,3289,Country of Birth of Person by Year of Arrival in Australia +G3290,FYROM_2014,The Former Yugoslav Republic of Macedonia Year of arrival 2014,,G10C,people,migration|nationality,2014,,3290,Country of Birth of Person by Year of Arrival in Australia +G3291,FYROM_2015,The Former Yugoslav Republic of Macedonia Year of arrival 2015,,G10C,people,migration|nationality,2015,,3291,Country of Birth of Person by Year of Arrival in Australia +G3292,FYROM_2016,The Former Yugoslav Republic of Macedonia Year of arrival 2016,,G10C,people,migration|nationality,2016,,3292,Country of Birth of Person by Year of Arrival in Australia +G3293,FYROM_arrival_ns,The Former Yugoslav Republic of Macedonia Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3293,Country of Birth of Person by Year of Arrival in Australia +G3294,FYROM_Tot,The Former Yugoslav Republic of Macedonia Total,,G10C,people,migration|nationality,Total,,3294,Country of Birth of Person by Year of Arrival in Australia +G3295,Turkey_Before_1946,Turkey Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3295,Country of Birth of Person by Year of Arrival in Australia +G3296,Turkey_1946_1955,Turkey Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3296,Country of Birth of Person by Year of Arrival in Australia +G3297,Turkey_1956_1965,Turkey Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3297,Country of Birth of Person by Year of Arrival in Australia +G3298,Turkey_1966_1975,Turkey Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3298,Country of Birth of Person by Year of Arrival in Australia +G3299,Turkey_1976_1985,Turkey Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3299,Country of Birth of Person by Year of Arrival in Australia +G3300,Turkey_1986_1995,Turkey Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3300,Country of Birth of Person by Year of Arrival in Australia +G3301,Turkey_1996_2005,Turkey Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3301,Country of Birth of Person by Year of Arrival in Australia +G3302,Turkey_2006_2010,Turkey Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3302,Country of Birth of Person by Year of Arrival in Australia +G3303,Turkey_2011,Turkey Year of arrival 2011,,G10C,people,migration|nationality,2011,,3303,Country of Birth of Person by Year of Arrival in Australia +G3304,Turkey_2012,Turkey Year of arrival 2012,,G10C,people,migration|nationality,2012,,3304,Country of Birth of Person by Year of Arrival in Australia +G3305,Turkey_2013,Turkey Year of arrival 2013,,G10C,people,migration|nationality,2013,,3305,Country of Birth of Person by Year of Arrival in Australia +G3306,Turkey_2014,Turkey Year of arrival 2014,,G10C,people,migration|nationality,2014,,3306,Country of Birth of Person by Year of Arrival in Australia +G3307,Turkey_2015,Turkey Year of arrival 2015,,G10C,people,migration|nationality,2015,,3307,Country of Birth of Person by Year of Arrival in Australia +G3308,Turkey_2016,Turkey Year of arrival 2016,,G10C,people,migration|nationality,2016,,3308,Country of Birth of Person by Year of Arrival in Australia +G3309,Turkey_Yr_arrival_ns,Turkey Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3309,Country of Birth of Person by Year of Arrival in Australia +G3310,Turkey_Tot,Turkey Total,,G10C,people,migration|nationality,Total,,3310,Country of Birth of Person by Year of Arrival in Australia +G3311,United_Kingdom_Before_1946,United Kingdom Channel Islands and Isle of Man Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3311,Country of Birth of Person by Year of Arrival in Australia +G3312,United_Kingdom_1946_1955,United Kingdom Channel Islands and Isle of Man Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3312,Country of Birth of Person by Year of Arrival in Australia +G3313,United_Kingdom_1956_1965,United Kingdom Channel Islands and Isle of Man Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3313,Country of Birth of Person by Year of Arrival in Australia +G3314,United_Kingdom_1966_1975,United Kingdom Channel Islands and Isle of Man Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3314,Country of Birth of Person by Year of Arrival in Australia +G3315,United_Kingdom_1976_1985,United Kingdom Channel Islands and Isle of Man Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3315,Country of Birth of Person by Year of Arrival in Australia +G3316,United_Kingdom_1986_1995,United Kingdom Channel Islands and Isle of Man Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3316,Country of Birth of Person by Year of Arrival in Australia +G3317,United_Kingdom_1996_2005,United Kingdom Channel Islands and Isle of Man Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3317,Country of Birth of Person by Year of Arrival in Australia +G3318,United_Kingdom_2006_2010,United Kingdom Channel Islands and Isle of Man Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3318,Country of Birth of Person by Year of Arrival in Australia +G3319,United_Kingdom_2011,United Kingdom Channel Islands and Isle of Man Year of arrival 2011,,G10C,people,migration|nationality,2011,,3319,Country of Birth of Person by Year of Arrival in Australia +G3320,United_Kingdom_2012,United Kingdom Channel Islands and Isle of Man Year of arrival 2012,,G10C,people,migration|nationality,2012,,3320,Country of Birth of Person by Year of Arrival in Australia +G3321,United_Kingdom_2013,United Kingdom Channel Islands and Isle of Man Year of arrival 2013,,G10C,people,migration|nationality,2013,,3321,Country of Birth of Person by Year of Arrival in Australia +G3322,United_Kingdom_2014,United Kingdom Channel Islands and Isle of Man Year of arrival 2014,,G10C,people,migration|nationality,2014,,3322,Country of Birth of Person by Year of Arrival in Australia +G3323,United_Kingdom_2015,United Kingdom Channel Islands and Isle of Man Year of arrival 2015,,G10C,people,migration|nationality,2015,,3323,Country of Birth of Person by Year of Arrival in Australia +G3324,United_Kingdom_2016,United Kingdom Channel Islands and Isle of Man Year of arrival 2016,,G10C,people,migration|nationality,2016,,3324,Country of Birth of Person by Year of Arrival in Australia +G3325,United_Kingdom_Yr_arrival_ns,United Kingdom Channel Islands and Isle of Man Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3325,Country of Birth of Person by Year of Arrival in Australia +G3326,United_Kingdom_Tot,United Kingdom Channel Islands and Isle of Man Total,,G10C,people,migration|nationality,Total,,3326,Country of Birth of Person by Year of Arrival in Australia +G3327,USA_Before_1946,United States of America Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3327,Country of Birth of Person by Year of Arrival in Australia +G3328,USA_1946_1955,United States of America Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3328,Country of Birth of Person by Year of Arrival in Australia +G3329,USA_1956_1965,United States of America Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3329,Country of Birth of Person by Year of Arrival in Australia +G3330,USA_1966_1975,United States of America Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3330,Country of Birth of Person by Year of Arrival in Australia +G3331,USA_1976_1985,United States of America Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3331,Country of Birth of Person by Year of Arrival in Australia +G3332,USA_1986_1995,United States of America Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3332,Country of Birth of Person by Year of Arrival in Australia +G3333,USA_1996_2005,United States of America Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3333,Country of Birth of Person by Year of Arrival in Australia +G3334,USA_2006_2010,United States of America Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3334,Country of Birth of Person by Year of Arrival in Australia +G3335,United_States_America_2011,United States of America Year of arrival 2011,,G10C,people,migration|nationality,2011,,3335,Country of Birth of Person by Year of Arrival in Australia +G3336,United_States_America_2012,United States of America Year of arrival 2012,,G10C,people,migration|nationality,2012,,3336,Country of Birth of Person by Year of Arrival in Australia +G3337,United_States_America_2013,United States of America Year of arrival 2013,,G10C,people,migration|nationality,2013,,3337,Country of Birth of Person by Year of Arrival in Australia +G3338,United_States_America_2014,United States of America Year of arrival 2014,,G10C,people,migration|nationality,2014,,3338,Country of Birth of Person by Year of Arrival in Australia +G3339,United_States_America_2015,United States of America Year of arrival 2015,,G10C,people,migration|nationality,2015,,3339,Country of Birth of Person by Year of Arrival in Australia +G3340,United_States_America_2016,United States of America Year of arrival 2016,,G10C,people,migration|nationality,2016,,3340,Country of Birth of Person by Year of Arrival in Australia +G3341,USA_year_of_arrival_ns,United States of America Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3341,Country of Birth of Person by Year of Arrival in Australia +G3342,USA_Total,United States of America Total,,G10C,people,migration|nationality,Total,,3342,Country of Birth of Person by Year of Arrival in Australia +G3343,Vietnam_Before_1946,Vietnam Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3343,Country of Birth of Person by Year of Arrival in Australia +G3344,Vietnam_1946_1955,Vietnam Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3344,Country of Birth of Person by Year of Arrival in Australia +G3345,Vietnam_1956_1965,Vietnam Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3345,Country of Birth of Person by Year of Arrival in Australia +G3346,Vietnam_1966_1975,Vietnam Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3346,Country of Birth of Person by Year of Arrival in Australia +G3347,Vietnam_1976_1985,Vietnam Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3347,Country of Birth of Person by Year of Arrival in Australia +G3348,Vietnam_1986_1995,Vietnam Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3348,Country of Birth of Person by Year of Arrival in Australia +G3349,Vietnam_1996_2005,Vietnam Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3349,Country of Birth of Person by Year of Arrival in Australia +G3350,Vietnam_2006_2010,Vietnam Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3350,Country of Birth of Person by Year of Arrival in Australia +G3351,Vietnam_2011,Vietnam Year of arrival 2011,,G10C,people,migration|nationality,2011,,3351,Country of Birth of Person by Year of Arrival in Australia +G3352,Vietnam_2012,Vietnam Year of arrival 2012,,G10C,people,migration|nationality,2012,,3352,Country of Birth of Person by Year of Arrival in Australia +G3353,Vietnam_2013,Vietnam Year of arrival 2013,,G10C,people,migration|nationality,2013,,3353,Country of Birth of Person by Year of Arrival in Australia +G3354,Vietnam_2014,Vietnam Year of arrival 2014,,G10C,people,migration|nationality,2014,,3354,Country of Birth of Person by Year of Arrival in Australia +G3355,Vietnam_2015,Vietnam Year of arrival 2015,,G10C,people,migration|nationality,2015,,3355,Country of Birth of Person by Year of Arrival in Australia +G3356,Vietnam_2016,Vietnam Year of arrival 2016,,G10C,people,migration|nationality,2016,,3356,Country of Birth of Person by Year of Arrival in Australia +G3357,Vietnam_Yr_arrival_NS,Vietnam Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3357,Country of Birth of Person by Year of Arrival in Australia +G3358,Vietnam_Tot,Vietnam Total,,G10C,people,migration|nationality,Total,,3358,Country of Birth of Person by Year of Arrival in Australia +G3359,Zimbabwe_Before_1946,Zimbabwe Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3359,Country of Birth of Person by Year of Arrival in Australia +G3360,Zimbabwe_1946_1955,Zimbabwe Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3360,Country of Birth of Person by Year of Arrival in Australia +G3361,Zimbabwe_1956_1965,Zimbabwe Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3361,Country of Birth of Person by Year of Arrival in Australia +G3362,Zimbabwe_1966_1975,Zimbabwe Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3362,Country of Birth of Person by Year of Arrival in Australia +G3363,Zimbabwe_1976_1985,Zimbabwe Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3363,Country of Birth of Person by Year of Arrival in Australia +G3364,Zimbabwe_1986_1995,Zimbabwe Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3364,Country of Birth of Person by Year of Arrival in Australia +G3365,Zimbabwe_1996_2005,Zimbabwe Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3365,Country of Birth of Person by Year of Arrival in Australia +G3366,Zimbabwe_2006_2010,Zimbabwe Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3366,Country of Birth of Person by Year of Arrival in Australia +G3367,Zimbabwe_2011,Zimbabwe Year of arrival 2011,,G10C,people,migration|nationality,2011,,3367,Country of Birth of Person by Year of Arrival in Australia +G3368,Zimbabwe_2012,Zimbabwe Year of arrival 2012,,G10C,people,migration|nationality,2012,,3368,Country of Birth of Person by Year of Arrival in Australia +G3369,Zimbabwe_2013,Zimbabwe Year of arrival 2013,,G10C,people,migration|nationality,2013,,3369,Country of Birth of Person by Year of Arrival in Australia +G3370,Zimbabwe_2014,Zimbabwe Year of arrival 2014,,G10C,people,migration|nationality,2014,,3370,Country of Birth of Person by Year of Arrival in Australia +G3371,Zimbabwe_2015,Zimbabwe Year of arrival 2015,,G10C,people,migration|nationality,2015,,3371,Country of Birth of Person by Year of Arrival in Australia +G3372,Zimbabwe_2016,Zimbabwe Year of arrival 2016,,G10C,people,migration|nationality,2016,,3372,Country of Birth of Person by Year of Arrival in Australia +G3373,Zimbabwe_Yr_arrival_NS,Zimbabwe Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3373,Country of Birth of Person by Year of Arrival in Australia +G3374,Zimbabwe_Tot,Zimbabwe Total,,G10C,people,migration|nationality,Total,,3374,Country of Birth of Person by Year of Arrival in Australia +G3375,Born_elsewhere_Before_1946,Born elsewhere Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3375,Country of Birth of Person by Year of Arrival in Australia +G3376,Born_elsewhere_1946_1955,Born elsewhere Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3376,Country of Birth of Person by Year of Arrival in Australia +G3377,Born_elsewhere_1956_1965,Born elsewhere Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3377,Country of Birth of Person by Year of Arrival in Australia +G3378,Born_elsewhere_1966_1975,Born elsewhere Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3378,Country of Birth of Person by Year of Arrival in Australia +G3379,Born_elsewhere_1976_1985,Born elsewhere Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3379,Country of Birth of Person by Year of Arrival in Australia +G3380,Born_elsewhere_1986_1995,Born elsewhere Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3380,Country of Birth of Person by Year of Arrival in Australia +G3381,Born_elsewhere_1996_2005,Born elsewhere Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3381,Country of Birth of Person by Year of Arrival in Australia +G3382,Born_elsewhere_2006_2010,Born elsewhere Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3382,Country of Birth of Person by Year of Arrival in Australia +G3383,Born_elsewhere_2011,Born elsewhere Year of arrival 2011,,G10C,people,migration|nationality,2011,,3383,Country of Birth of Person by Year of Arrival in Australia +G3384,Born_elsewhere_2012,Born elsewhere Year of arrival 2012,,G10C,people,migration|nationality,2012,,3384,Country of Birth of Person by Year of Arrival in Australia +G3385,Born_elsewhere_2013,Born elsewhere Year of arrival 2013,,G10C,people,migration|nationality,2013,,3385,Country of Birth of Person by Year of Arrival in Australia +G3386,Born_elsewhere_2014,Born elsewhere Year of arrival 2014,,G10C,people,migration|nationality,2014,,3386,Country of Birth of Person by Year of Arrival in Australia +G3387,Born_elsewhere_2015,Born elsewhere Year of arrival 2015,,G10C,people,migration|nationality,2015,,3387,Country of Birth of Person by Year of Arrival in Australia +G3388,Born_elsewhere_2016,Born elsewhere Year of arrival 2016,,G10C,people,migration|nationality,2016,,3388,Country of Birth of Person by Year of Arrival in Australia +G3389,Born_elsewhere_Yr_arrival_ns,Born elsewhere Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3389,Country of Birth of Person by Year of Arrival in Australia +G3390,Born_elsewhere_Tot,Born elsewhere Total,,G10C,people,migration|nationality,Total,,3390,Country of Birth of Person by Year of Arrival in Australia +G3391,Tot_Before_1946,Total Year of arrival Before 1946,,G10C,people,migration|nationality,Before 1946,,3391,Country of Birth of Person by Year of Arrival in Australia +G3392,Tot_1946_1955,Total Year of arrival 1946 1955,,G10C,people,migration|nationality,1946-1955,,3392,Country of Birth of Person by Year of Arrival in Australia +G3393,Tot_1956_1965,Total Year of arrival 1956 1965,,G10C,people,migration|nationality,1956-1965,,3393,Country of Birth of Person by Year of Arrival in Australia +G3394,Tot_1966_1975,Total Year of arrival 1966 1975,,G10C,people,migration|nationality,1966-1975,,3394,Country of Birth of Person by Year of Arrival in Australia +G3395,Tot_1976_1985,Total Year of arrival 1976 1985,,G10C,people,migration|nationality,1976-1985,,3395,Country of Birth of Person by Year of Arrival in Australia +G3396,Tot_1986_1995,Total Year of arrival 1986 1995,,G10C,people,migration|nationality,1986-1995,,3396,Country of Birth of Person by Year of Arrival in Australia +G3397,Tot_1996_2005,Total Year of arrival 1996 2005,,G10C,people,migration|nationality,1996-2005,,3397,Country of Birth of Person by Year of Arrival in Australia +G3398,Tot_2006_2010,Total Year of arrival 2006 2010,,G10C,people,migration|nationality,2006-2010,,3398,Country of Birth of Person by Year of Arrival in Australia +G3399,Tot_2011,Total Year of arrival 2011,,G10C,people,migration|nationality,2011,,3399,Country of Birth of Person by Year of Arrival in Australia +G3400,Tot_2012,Total Year of arrival 2012,,G10C,people,migration|nationality,2012,,3400,Country of Birth of Person by Year of Arrival in Australia +G3401,Tot_2013,Total Year of arrival 2013,,G10C,people,migration|nationality,2013,,3401,Country of Birth of Person by Year of Arrival in Australia +G3402,Tot_2014,Total Year of arrival 2014,,G10C,people,migration|nationality,2014,,3402,Country of Birth of Person by Year of Arrival in Australia +G3403,Tot_2015,Total Year of arrival 2015,,G10C,people,migration|nationality,2015,,3403,Country of Birth of Person by Year of Arrival in Australia +G3404,Tot_2016,Total Year of arrival 2016,,G10C,people,migration|nationality,2016,,3404,Country of Birth of Person by Year of Arrival in Australia +G3405,Tot_Yr_arrival_NS,Total Year of arrival not stated,,G10C,people,migration|nationality,Year of arrival not stated,,3405,Country of Birth of Person by Year of Arrival in Australia +G3406,Tot_Tot,Total Total,,G10C,people,migration|nationality,Total,,3406,Country of Birth of Person by Year of Arrival in Australia +G3407,A0_14_SEO_B00,Aged 0 14 YEARS Speaks English only Before 2000,,G11A,people,language|migration,Before 2000|AGED 0-14 YEARS,,3407,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3408,A0_14_SEO_00_05,Aged 0 14 YEARS Speaks English only 2000 2005,,G11A,people,language|migration,2000_2005|AGED 0-14 YEARS,,3408,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3409,A0_14_SEO_06_10,Aged 0 14 YEARS Speaks English only 2006 2010,,G11A,people,language|migration,2006-2010|AGED 0-14 YEARS,,3409,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3410,A0_14_SEO_11,Aged 0 14 YEARS Speaks English only 2011,,G11A,people,language|migration,2011|AGED 0-14 YEARS,,3410,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3411,A0_14_SEO_12,Aged 0 14 YEARS Speaks English only 2012,,G11A,people,language|migration,2012|AGED 0-14 YEARS,,3411,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3412,A0_14_SEO_13,Aged 0 14 YEARS Speaks English only 2013,,G11A,people,language|migration,2013|AGED 0-14 YEARS,,3412,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3413,A0_14_SEO_14,Aged 0 14 YEARS Speaks English only 2014,,G11A,people,language|migration,2014|AGED 0-14 YEARS,,3413,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3414,A0_14_SEO_15,Aged 0 14 YEARS Speaks English only 2015,,G11A,people,language|migration,2015|AGED 0-14 YEARS,,3414,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3415,A0_14_SEO_16,Aged 0 14 YEARS Speaks English only 2016,,G11A,people,language|migration,2016|AGED 0-14 YEARS,,3415,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3416,A0_14_SEO_YNS,Aged 0 14 YEARS Speaks English only Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 0-14 YEARS,,3416,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3417,A0_14_SEO_T,Aged 0 14 YEARS Speaks English only Total,,G11A,people,language|migration,Total|AGED 0-14 YEARS,,3417,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3418,A0_14_SOLSE_VWW_B00,Aged 0 14 YEARS Speaks other language and speaks English Very well or well Before 2000,,G11A,people,language|migration,Before 2000|AGED 0-14 YEARS,,3418,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3419,A0_14_SOLSE_VWW_00_05,Aged 0 14 YEARS Speaks other language and speaks English Very well or well 2000 2005,,G11A,people,language|migration,2000_2005|AGED 0-14 YEARS,,3419,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3420,A0_14_SOLSE_VWW_06_10,Aged 0 14 YEARS Speaks other language and speaks English Very well or well 2006 2010,,G11A,people,language|migration,2006-2010|AGED 0-14 YEARS,,3420,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3421,A0_14_SOLSE_VWW_11,Aged 0 14 YEARS Speaks other language and speaks English Very well or well 2011,,G11A,people,language|migration,2011|AGED 0-14 YEARS,,3421,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3422,A0_14_SOLSE_VWW_12,Aged 0 14 YEARS Speaks other language and speaks English Very well or well 2012,,G11A,people,language|migration,2012|AGED 0-14 YEARS,,3422,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3423,A0_14_SOLSE_VWW_13,Aged 0 14 YEARS Speaks other language and speaks English Very well or well 2013,,G11A,people,language|migration,2013|AGED 0-14 YEARS,,3423,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3424,A0_14_SOLSE_VWW_14,Aged 0 14 YEARS Speaks other language and speaks English Very well or well 2014,,G11A,people,language|migration,2014|AGED 0-14 YEARS,,3424,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3425,A0_14_SOLSE_VWW_15,Aged 0 14 YEARS Speaks other language and speaks English Very well or well 2015,,G11A,people,language|migration,2015|AGED 0-14 YEARS,,3425,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3426,A0_14_SOLSE_VWW_16,Aged 0 14 YEARS Speaks other language and speaks English Very well or well 2016,,G11A,people,language|migration,2016|AGED 0-14 YEARS,,3426,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3427,A0_14_SOLSE_VWW_YNS,Aged 0 14 YEARS Speaks other language and speaks English Very well or well Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 0-14 YEARS,,3427,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3428,A0_14_SOLSE_VWW_T,Aged 0 14 YEARS Speaks other language and speaks English Very well or well Total,,G11A,people,language|migration,Total|AGED 0-14 YEARS,,3428,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3429,A0_14_SOLSE_NWNAA_B00,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all Before 2000,,G11A,people,language|migration,Before 2000|AGED 0-14 YEARS,,3429,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3430,A0_14_SOLSE_NWNAA_00_05,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all 2000 2005,,G11A,people,language|migration,2000_2005|AGED 0-14 YEARS,,3430,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3431,A0_14_SOLSE_NWNAA_06_10,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all 2006 2010,,G11A,people,language|migration,2006-2015|AGED 0-14 YEARS,,3431,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3432,A0_14_SOLSE_NWNAA_11,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all 2011,,G11A,people,language|migration,2011|AGED 0-14 YEARS,,3432,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3433,A0_14_SOLSE_NWNAA_12,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all 2012,,G11A,people,language|migration,2012|AGED 0-14 YEARS,,3433,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3434,A0_14_SOLSE_NWNAA_13,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all 2013,,G11A,people,language|migration,2013|AGED 0-14 YEARS,,3434,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3435,A0_14_SOLSE_NWNAA_14,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all 2014,,G11A,people,language|migration,2014|AGED 0-14 YEARS,,3435,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3436,A0_14_SOLSE_NWNAA_15,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all 2015,,G11A,people,language|migration,2015|AGED 0-14 YEARS,,3436,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3437,A0_14_SOLSE_NWNAA_16,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all 2016,,G11A,people,language|migration,2016|AGED 0-14 YEARS,,3437,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3438,A0_14_SOLSE_NWNAA_YNS,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 0-14 YEARS,,3438,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3439,A0_14_SOLSE_NWNAA_T,Aged 0 14 YEARS Speaks other language and speaks English Not well or not at all Total,,G11A,people,language|migration,Total|AGED 0-14 YEARS,,3439,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3440,A0_14_SOLSE_PinE_NS_B00,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11A,people,language|migration,Before 2000|AGED 0-14 YEARS,,3440,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3441,A0_14_SOLSE_PinE_NS_00_05,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11A,people,language|migration,2000_2005|AGED 0-14 YEARS,,3441,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3442,A0_14_SOLSE_PinE_NS_06_10,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11A,people,language|migration,2006-2010|AGED 0-14 YEARS,,3442,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3443,A0_14_SOLSE_PinE_NS_11,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated 2011,,G11A,people,language|migration,2011|AGED 0-14 YEARS,,3443,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3444,A0_14_SOLSE_PinE_NS_12,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated 2012,,G11A,people,language|migration,2012|AGED 0-14 YEARS,,3444,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3445,A0_14_SOLSE_PinE_NS_13,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated 2013,,G11A,people,language|migration,2013|AGED 0-14 YEARS,,3445,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3446,A0_14_SOLSE_PinE_NS_14,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated 2014,,G11A,people,language|migration,2014|AGED 0-14 YEARS,,3446,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3447,A0_14_SOLSE_PinE_NS_15,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated 2015,,G11A,people,language|migration,2015|AGED 0-14 YEARS,,3447,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3448,A0_14_SOLSE_PinE_NS_16,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated 2016,,G11A,people,language|migration,2016|AGED 0-14 YEARS,,3448,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3449,A0_14_SOLSE_PinE_NS_YNS,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 0-14 YEARS,,3449,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3450,A0_14_SOLSE_PinE_NS_T,Aged 0 14 YEARS Speaks other language and speaks English Proficiency in English not stated Total,,G11A,people,language|migration,Total|AGED 0-14 YEARS,,3450,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3451,A0_14_SOLSE_T_B00,Aged 0 14 YEARS Speaks other language and speaks English Total Before 2000,,G11A,people,language|migration,Before 2000|AGED 0-14 YEARS,,3451,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3452,A0_14_SOLSE_T_00_05,Aged 0 14 YEARS Speaks other language and speaks English Total 2000 2005,,G11A,people,language|migration,2000_2005|AGED 0-14 YEARS,,3452,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3453,A0_14_SOLSE_T_06_10,Aged 0 14 YEARS Speaks other language and speaks English Total 2006 2010,,G11A,people,language|migration,2006-2015|AGED 0-14 YEARS,,3453,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3454,A0_14_SOLSE_T_11,Aged 0 14 YEARS Speaks other language and speaks English Total 2011,,G11A,people,language|migration,2011|AGED 0-14 YEARS,,3454,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3455,A0_14_SOLSE_T_12,Aged 0 14 YEARS Speaks other language and speaks English Total 2012,,G11A,people,language|migration,2012|AGED 0-14 YEARS,,3455,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3456,A0_14_SOLSE_T_13,Aged 0 14 YEARS Speaks other language and speaks English Total 2013,,G11A,people,language|migration,2013|AGED 0-14 YEARS,,3456,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3457,A0_14_SOLSE_T_14,Aged 0 14 YEARS Speaks other language and speaks English Total 2014,,G11A,people,language|migration,2014|AGED 0-14 YEARS,,3457,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3458,A0_14_SOLSE_T_15,Aged 0 14 YEARS Speaks other language and speaks English Total 2015,,G11A,people,language|migration,2015|AGED 0-14 YEARS,,3458,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3459,A0_14_SOLSE_T_16,Aged 0 14 YEARS Speaks other language and speaks English Total 2016,,G11A,people,language|migration,2016|AGED 0-14 YEARS,,3459,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3460,A0_14_SOLSE_T_YNS,Aged 0 14 YEARS Speaks other language and speaks English Total Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 0-14 YEARS,,3460,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3461,A0_14_SOLSE_T_T,Aged 0 14 YEARS Speaks other language and speaks English Total Total,,G11A,people,language|migration,Total|AGED 0-14 YEARS,,3461,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3462,A0_14_L_PinE_NS_B00,Aged 0 14 YEARS Language and proficiency in English not stated Before 2000,,G11A,people,language|migration,Before 2000|AGED 0-14 YEARS,,3462,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3463,A0_14_L_PinE_NS_00_05,Aged 0 14 YEARS Language and proficiency in English not stated 2000 2005,,G11A,people,language|migration,2000_2005|AGED 0-14 YEARS,,3463,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3464,A0_14_L_PinE_NS_06_10,Aged 0 14 YEARS Language and proficiency in English not stated 2006 2010,,G11A,people,language|migration,2006-2010|AGED 0-14 YEARS,,3464,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3465,A0_14_L_PinE_NS_11,Aged 0 14 YEARS Language and proficiency in English not stated 2011,,G11A,people,language|migration,2011|AGED 0-14 YEARS,,3465,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3466,A0_14_L_PinE_NS_12,Aged 0 14 YEARS Language and proficiency in English not stated 2012,,G11A,people,language|migration,2012|AGED 0-14 YEARS,,3466,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3467,A0_14_L_PinE_NS_13,Aged 0 14 YEARS Language and proficiency in English not stated 2013,,G11A,people,language|migration,2013|AGED 0-14 YEARS,,3467,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3468,A0_14_L_PinE_NS_14,Aged 0 14 YEARS Language and proficiency in English not stated 2014,,G11A,people,language|migration,2014|AGED 0-14 YEARS,,3468,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3469,A0_14_L_PinE_NS_15,Aged 0 14 YEARS Language and proficiency in English not stated 2015,,G11A,people,language|migration,2015|AGED 0-14 YEARS,,3469,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3470,A0_14_L_PinE_NS_16,Aged 0 14 YEARS Language and proficiency in English not stated 2016,,G11A,people,language|migration,2016|AGED 0-14 YEARS,,3470,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3471,A0_14_L_PinE_NS_YNS,Aged 0 14 YEARS Language and proficiency in English not stated Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 0-14 YEARS,,3471,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3472,A0_14_L_PinE_NS_T,Aged 0 14 YEARS Language and proficiency in English not stated Total,,G11A,people,language|migration,Total|AGED 0-14 YEARS,,3472,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3473,A0_14_T_B00,Aged 0 14 YEARS Total Before 2000,,G11A,people,language|migration,Before 2000|AGED 0-14 YEARS,,3473,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3474,A0_14_T_00_05,Aged 0 14 YEARS Total 2000 2005,,G11A,people,language|migration,2000_2005|AGED 0-14 YEARS,,3474,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3475,A0_14_T_06_10,Aged 0 14 YEARS Total 2006 2010,,G11A,people,language|migration,2006-2015|AGED 0-14 YEARS,,3475,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3476,A0_14_T_11,Aged 0 14 YEARS Total 2011,,G11A,people,language|migration,2011|AGED 0-14 YEARS,,3476,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3477,A0_14_T_12,Aged 0 14 YEARS Total 2012,,G11A,people,language|migration,2012|AGED 0-14 YEARS,,3477,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3478,A0_14_T_13,Aged 0 14 YEARS Total 2013,,G11A,people,language|migration,2013|AGED 0-14 YEARS,,3478,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3479,A0_14_T_14,Aged 0 14 YEARS Total 2014,,G11A,people,language|migration,2014|AGED 0-14 YEARS,,3479,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3480,A0_14_T_15,Aged 0 14 YEARS Total 2015,,G11A,people,language|migration,2015|AGED 0-14 YEARS,,3480,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3481,A0_14_T_16,Aged 0 14 YEARS Total 2016,,G11A,people,language|migration,2016|AGED 0-14 YEARS,,3481,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3482,A0_14_T_YNS,Aged 0 14 YEARS Total Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 0-14 YEARS,,3482,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3483,A0_14_T_T,Aged 0 14 YEARS Total Total,,G11A,people,language|migration,Total|AGED 0-14 YEARS,,3483,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3484,A15_24_SEO_B00,Aged 15 24 YEARS Speaks English only Before 2000,,G11A,people,language|migration,Before 2000|AGED 15-24 YEARS,,3484,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3485,A15_24_SEO_00_05,Aged 15 24 YEARS Speaks English only 2000 2005,,G11A,people,language|migration,2000_2005|AGED 15-24 YEARS,,3485,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3486,A15_24_SEO_06_10,Aged 15 24 YEARS Speaks English only 2006 2010,,G11A,people,language|migration,2006-2010|AGED 15-24 YEARS,,3486,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3487,A15_24_SEO_11,Aged 15 24 YEARS Speaks English only 2011,,G11A,people,language|migration,2011|AGED 15-24 YEARS,,3487,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3488,A15_24_SEO_12,Aged 15 24 YEARS Speaks English only 2012,,G11A,people,language|migration,2012|AGED 15-24 YEARS,,3488,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3489,A15_24_SEO_13,Aged 15 24 YEARS Speaks English only 2013,,G11A,people,language|migration,2013|AGED 15-24 YEARS,,3489,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3490,A15_24_SEO_14,Aged 15 24 YEARS Speaks English only 2014,,G11A,people,language|migration,2014|AGED 15-24 YEARS,,3490,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3491,A15_24_SEO_15,Aged 15 24 YEARS Speaks English only 2015,,G11A,people,language|migration,2015|AGED 15-24 YEARS,,3491,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3492,A15_24_SEO_16,Aged 15 24 YEARS Speaks English only 2016,,G11A,people,language|migration,2016|AGED 15-24 YEARS,,3492,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3493,A15_24_SEO_YNS,Aged 15 24 YEARS Speaks English only Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 15-24 YEARS,,3493,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3494,A15_24_SEO_T,Aged 15 24 YEARS Speaks English only Total,,G11A,people,language|migration,Total|AGED 15-24 YEARS,,3494,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3495,A15_24_SOLSE_VWW_B00,Aged 15 24 YEARS Speaks other language and speaks English Very well or well Before 2000,,G11A,people,language|migration,Before 2000|AGED 15-24 YEARS,,3495,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3496,A15_24_SOLSE_VWW_00_05,Aged 15 24 YEARS Speaks other language and speaks English Very well or well 2000 2005,,G11A,people,language|migration,2000_2005|AGED 15-24 YEARS,,3496,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3497,A15_24_SOLSE_VWW_06_10,Aged 15 24 YEARS Speaks other language and speaks English Very well or well 2006 2010,,G11A,people,language|migration,2006-2015|AGED 15-24 YEARS,,3497,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3498,A15_24_SOLSE_VWW_11,Aged 15 24 YEARS Speaks other language and speaks English Very well or well 2011,,G11A,people,language|migration,2011|AGED 15-24 YEARS,,3498,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3499,A15_24_SOLSE_VWW_12,Aged 15 24 YEARS Speaks other language and speaks English Very well or well 2012,,G11A,people,language|migration,2012|AGED 15-24 YEARS,,3499,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3500,A15_24_SOLSE_VWW_13,Aged 15 24 YEARS Speaks other language and speaks English Very well or well 2013,,G11A,people,language|migration,2013|AGED 15-24 YEARS,,3500,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3501,A15_24_SOLSE_VWW_14,Aged 15 24 YEARS Speaks other language and speaks English Very well or well 2014,,G11A,people,language|migration,2014|AGED 15-24 YEARS,,3501,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3502,A15_24_SOLSE_VWW_15,Aged 15 24 YEARS Speaks other language and speaks English Very well or well 2015,,G11A,people,language|migration,2015|AGED 15-24 YEARS,,3502,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3503,A15_24_SOLSE_VWW_16,Aged 15 24 YEARS Speaks other language and speaks English Very well or well 2016,,G11A,people,language|migration,2016|AGED 15-24 YEARS,,3503,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3504,A15_24_SOLSE_VWW_YNS,Aged 15 24 YEARS Speaks other language and speaks English Very well or well Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 15-24 YEARS,,3504,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3505,A15_24_SOLSE_VWW_T,Aged 15 24 YEARS Speaks other language and speaks English Very well or well Total,,G11A,people,language|migration,Total|AGED 15-24 YEARS,,3505,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3506,A15_24_SOLSE_NWNAA_B00,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all Before 2000,,G11A,people,language|migration,Before 2000|AGED 15-24 YEARS,,3506,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3507,A15_24_SOLSE_NWNAA_00_05,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all 2000 2005,,G11A,people,language|migration,2000_2005|AGED 15-24 YEARS,,3507,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3508,A15_24_SOLSE_NWNAA_06_10,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all 2006 2010,,G11A,people,language|migration,2006-2010|AGED 15-24 YEARS,,3508,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3509,A15_24_SOLSE_NWNAA_11,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all 2011,,G11A,people,language|migration,2011|AGED 15-24 YEARS,,3509,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3510,A15_24_SOLSE_NWNAA_12,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all 2012,,G11A,people,language|migration,2012|AGED 15-24 YEARS,,3510,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3511,A15_24_SOLSE_NWNAA_13,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all 2013,,G11A,people,language|migration,2013|AGED 15-24 YEARS,,3511,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3512,A15_24_SOLSE_NWNAA_14,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all 2014,,G11A,people,language|migration,2014|AGED 15-24 YEARS,,3512,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3513,A15_24_SOLSE_NWNAA_15,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all 2015,,G11A,people,language|migration,2015|AGED 15-24 YEARS,,3513,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3514,A15_24_SOLSE_NWNAA_16,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all 2016,,G11A,people,language|migration,2016|AGED 15-24 YEARS,,3514,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3515,A15_24_SOLSE_NWNAA_YNS,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 15-24 YEARS,,3515,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3516,A15_24_SOLSE_NWNAA_T,Aged 15 24 YEARS Speaks other language and speaks English Not well or not at all Total,,G11A,people,language|migration,Total|AGED 15-24 YEARS,,3516,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3517,A15_24_SOLSE_PinE_NS_B00,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11A,people,language|migration,Before 2000|AGED 15-24 YEARS,,3517,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3518,A15_24_SOLSE_PinE_NS_00_05,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11A,people,language|migration,2000_2005|AGED 15-24 YEARS,,3518,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3519,A15_24_SOLSE_PinE_NS_06_10,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11A,people,language|migration,2006-2015|AGED 15-24 YEARS,,3519,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3520,A15_24_SOLSE_PinE_NS_11,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated 2011,,G11A,people,language|migration,2011|AGED 15-24 YEARS,,3520,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3521,A15_24_SOLSE_PinE_NS_12,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated 2012,,G11A,people,language|migration,2012|AGED 15-24 YEARS,,3521,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3522,A15_24_SOLSE_PinE_NS_13,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated 2013,,G11A,people,language|migration,2013|AGED 15-24 YEARS,,3522,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3523,A15_24_SOLSE_PinE_NS_14,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated 2014,,G11A,people,language|migration,2014|AGED 15-24 YEARS,,3523,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3524,A15_24_SOLSE_PinE_NS_15,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated 2015,,G11A,people,language|migration,2015|AGED 15-24 YEARS,,3524,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3525,A15_24_SOLSE_PinE_NS_16,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated 2016,,G11A,people,language|migration,2016|AGED 15-24 YEARS,,3525,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3526,A15_24_SOLSE_PinE_NS_YNS,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 15-24 YEARS,,3526,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3527,A15_24_SOLSE_PinE_NS_T,Aged 15 24 YEARS Speaks other language and speaks English Proficiency in English not stated Total,,G11A,people,language|migration,Total|AGED 15-24 YEARS,,3527,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3528,A15_24_SOLSE_T_B00,Aged 15 24 YEARS Speaks other language and speaks English Total Before 2000,,G11A,people,language|migration,Before 2000|AGED 15-24 YEARS,,3528,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3529,A15_24_SOLSE_T_00_05,Aged 15 24 YEARS Speaks other language and speaks English Total 2000 2005,,G11A,people,language|migration,2000_2005|AGED 15-24 YEARS,,3529,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3530,A15_24_SOLSE_T_06_10,Aged 15 24 YEARS Speaks other language and speaks English Total 2006 2010,,G11A,people,language|migration,2006-2010|AGED 15-24 YEARS,,3530,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3531,A15_24_SOLSE_T_11,Aged 15 24 YEARS Speaks other language and speaks English Total 2011,,G11A,people,language|migration,2011|AGED 15-24 YEARS,,3531,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3532,A15_24_SOLSE_T_12,Aged 15 24 YEARS Speaks other language and speaks English Total 2012,,G11A,people,language|migration,2012|AGED 15-24 YEARS,,3532,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3533,A15_24_SOLSE_T_13,Aged 15 24 YEARS Speaks other language and speaks English Total 2013,,G11A,people,language|migration,2013|AGED 15-24 YEARS,,3533,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3534,A15_24_SOLSE_T_14,Aged 15 24 YEARS Speaks other language and speaks English Total 2014,,G11A,people,language|migration,2014|AGED 15-24 YEARS,,3534,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3535,A15_24_SOLSE_T_15,Aged 15 24 YEARS Speaks other language and speaks English Total 2015,,G11A,people,language|migration,2015|AGED 15-24 YEARS,,3535,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3536,A15_24_SOLSE_T_16,Aged 15 24 YEARS Speaks other language and speaks English Total 2016,,G11A,people,language|migration,2016|AGED 15-24 YEARS,,3536,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3537,A15_24_SOLSE_T_YNS,Aged 15 24 YEARS Speaks other language and speaks English Total Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 15-24 YEARS,,3537,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3538,A15_24_SOLSE_T_T,Aged 15 24 YEARS Speaks other language and speaks English Total Total,,G11A,people,language|migration,Total|AGED 15-24 YEARS,,3538,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3539,A15_24_L_PinE_NS_B00,Aged 15 24 YEARS Language and proficiency in English not stated Before 2000,,G11A,people,language|migration,Before 2000|AGED 15-24 YEARS,,3539,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3540,A15_24_L_PinE_NS_00_05,Aged 15 24 YEARS Language and proficiency in English not stated 2000 2005,,G11A,people,language|migration,2000_2005|AGED 15-24 YEARS,,3540,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3541,A15_24_L_PinE_NS_06_10,Aged 15 24 YEARS Language and proficiency in English not stated 2006 2010,,G11A,people,language|migration,2006-2015|AGED 15-24 YEARS,,3541,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3542,A15_24_L_PinE_NS_11,Aged 15 24 YEARS Language and proficiency in English not stated 2011,,G11A,people,language|migration,2011|AGED 15-24 YEARS,,3542,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3543,A15_24_L_PinE_NS_12,Aged 15 24 YEARS Language and proficiency in English not stated 2012,,G11A,people,language|migration,2012|AGED 15-24 YEARS,,3543,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3544,A15_24_L_PinE_NS_13,Aged 15 24 YEARS Language and proficiency in English not stated 2013,,G11A,people,language|migration,2013|AGED 15-24 YEARS,,3544,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3545,A15_24_L_PinE_NS_14,Aged 15 24 YEARS Language and proficiency in English not stated 2014,,G11A,people,language|migration,2014|AGED 15-24 YEARS,,3545,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3546,A15_24_L_PinE_NS_15,Aged 15 24 YEARS Language and proficiency in English not stated 2015,,G11A,people,language|migration,2015|AGED 15-24 YEARS,,3546,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3547,A15_24_L_PinE_NS_16,Aged 15 24 YEARS Language and proficiency in English not stated 2016,,G11A,people,language|migration,2016|AGED 15-24 YEARS,,3547,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3548,A15_24_L_PinE_NS_YNS,Aged 15 24 YEARS Language and proficiency in English not stated Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 15-24 YEARS,,3548,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3549,A15_24_L_PinE_NS_T,Aged 15 24 YEARS Language and proficiency in English not stated Total,,G11A,people,language|migration,Total|AGED 15-24 YEARS,,3549,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3550,A15_24_T_B00,Aged 15 24 YEARS Total Before 2000,,G11A,people,language|migration,Before 2000|AGED 15-24 YEARS,,3550,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3551,A15_24_T_00_05,Aged 15 24 YEARS Total 2000 2005,,G11A,people,language|migration,2000_2005|AGED 15-24 YEARS,,3551,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3552,A15_24_T_06_10,Aged 15 24 YEARS Total 2006 2010,,G11A,people,language|migration,2006-2010|AGED 15-24 YEARS,,3552,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3553,A15_24_T_11,Aged 15 24 YEARS Total 2011,,G11A,people,language|migration,2011|AGED 15-24 YEARS,,3553,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3554,A15_24_T_12,Aged 15 24 YEARS Total 2012,,G11A,people,language|migration,2012|AGED 15-24 YEARS,,3554,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3555,A15_24_T_13,Aged 15 24 YEARS Total 2013,,G11A,people,language|migration,2013|AGED 15-24 YEARS,,3555,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3556,A15_24_T_14,Aged 15 24 YEARS Total 2014,,G11A,people,language|migration,2014|AGED 15-24 YEARS,,3556,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3557,A15_24_T_15,Aged 15 24 YEARS Total 2015,,G11A,people,language|migration,2015|AGED 15-24 YEARS,,3557,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3558,A15_24_T_16,Aged 15 24 YEARS Total 2016,,G11A,people,language|migration,2016|AGED 15-24 YEARS,,3558,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3559,A15_24_T_YNS,Aged 15 24 YEARS Total Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 15-24 YEARS,,3559,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3560,A15_24_T_T,Aged 15 24 YEARS Total Total,,G11A,people,language|migration,Total|AGED 15-24 YEARS,,3560,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3561,A25_34_SEO_B00,Aged 25 34 YEARS Speaks English only Before 2000,,G11A,people,language|migration,Before 2000|AGED 25-34 YEARS,,3561,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3562,A25_34_SEO_00_05,Aged 25 34 YEARS Speaks English only 2000 2005,,G11A,people,language|migration,2000_2005|AGED 25-34 YEARS,,3562,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3563,A25_34_SEO_06_10,Aged 25 34 YEARS Speaks English only 2006 2010,,G11A,people,language|migration,2006-2010|AGED 25-34 YEARS,,3563,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3564,A25_34_SEO_11,Aged 25 34 YEARS Speaks English only 2011,,G11A,people,language|migration,2011|AGED 25-34 YEARS,,3564,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3565,A25_34_SEO_12,Aged 25 34 YEARS Speaks English only 2012,,G11A,people,language|migration,2012|AGED 25-34 YEARS,,3565,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3566,A25_34_SEO_13,Aged 25 34 YEARS Speaks English only 2013,,G11A,people,language|migration,2013|AGED 25-34 YEARS,,3566,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3567,A25_34_SEO_14,Aged 25 34 YEARS Speaks English only 2014,,G11A,people,language|migration,2014|AGED 25-34 YEARS,,3567,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3568,A25_34_SEO_15,Aged 25 34 YEARS Speaks English only 2015,,G11A,people,language|migration,2015|AGED 25-34 YEARS,,3568,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3569,A25_34_SEO_16,Aged 25 34 YEARS Speaks English only 2016,,G11A,people,language|migration,2016|AGED 25-34 YEARS,,3569,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3570,A25_34_SEO_YNS,Aged 25 34 YEARS Speaks English only Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 25-34 YEARS,,3570,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3571,A25_34_SEO_T,Aged 25 34 YEARS Speaks English only Total,,G11A,people,language|migration,Total|AGED 25-34 YEARS,,3571,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3572,A25_34_SOLSE_VWW_B00,Aged 25 34 YEARS Speaks other language and speaks English Very well or well Before 2000,,G11A,people,language|migration,Before 2000|AGED 25-34 YEARS,,3572,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3573,A25_34_SOLSE_VWW_00_05,Aged 25 34 YEARS Speaks other language and speaks English Very well or well 2000 2005,,G11A,people,language|migration,2000_2005|AGED 25-34 YEARS,,3573,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3574,A25_34_SOLSE_VWW_06_10,Aged 25 34 YEARS Speaks other language and speaks English Very well or well 2006 2010,,G11A,people,language|migration,2006-2010|AGED 25-34 YEARS,,3574,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3575,A25_34_SOLSE_VWW_11,Aged 25 34 YEARS Speaks other language and speaks English Very well or well 2011,,G11A,people,language|migration,2011|AGED 25-34 YEARS,,3575,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3576,A25_34_SOLSE_VWW_12,Aged 25 34 YEARS Speaks other language and speaks English Very well or well 2012,,G11A,people,language|migration,2012|AGED 25-34 YEARS,,3576,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3577,A25_34_SOLSE_VWW_13,Aged 25 34 YEARS Speaks other language and speaks English Very well or well 2013,,G11A,people,language|migration,2013|AGED 25-34 YEARS,,3577,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3578,A25_34_SOLSE_VWW_14,Aged 25 34 YEARS Speaks other language and speaks English Very well or well 2014,,G11A,people,language|migration,2014|AGED 25-34 YEARS,,3578,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3579,A25_34_SOLSE_VWW_15,Aged 25 34 YEARS Speaks other language and speaks English Very well or well 2015,,G11A,people,language|migration,2015|AGED 25-34 YEARS,,3579,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3580,A25_34_SOLSE_VWW_16,Aged 25 34 YEARS Speaks other language and speaks English Very well or well 2016,,G11A,people,language|migration,2016|AGED 25-34 YEARS,,3580,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3581,A25_34_SOLSE_VWW_YNS,Aged 25 34 YEARS Speaks other language and speaks English Very well or well Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 25-34 YEARS,,3581,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3582,A25_34_SOLSE_VWW_T,Aged 25 34 YEARS Speaks other language and speaks English Very well or well Total,,G11A,people,language|migration,Total|AGED 25-34 YEARS,,3582,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3583,A25_34_SOLSE_NWNAA_B00,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all Before 2000,,G11A,people,language|migration,Before 2000|AGED 25-34 YEARS,,3583,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3584,A25_34_SOLSE_NWNAA_00_05,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all 2000 2005,,G11A,people,language|migration,2000_2005|AGED 25-34 YEARS,,3584,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3585,A25_34_SOLSE_NWNAA_06_10,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all 2006 2010,,G11A,people,language|migration,2006-2010|AGED 25-34 YEARS,,3585,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3586,A25_34_SOLSE_NWNAA_11,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all 2011,,G11A,people,language|migration,2011|AGED 25-34 YEARS,,3586,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3587,A25_34_SOLSE_NWNAA_12,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all 2012,,G11A,people,language|migration,2012|AGED 25-34 YEARS,,3587,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3588,A25_34_SOLSE_NWNAA_13,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all 2013,,G11A,people,language|migration,2013|AGED 25-34 YEARS,,3588,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3589,A25_34_SOLSE_NWNAA_14,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all 2014,,G11A,people,language|migration,2014|AGED 25-34 YEARS,,3589,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3590,A25_34_SOLSE_NWNAA_15,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all 2015,,G11A,people,language|migration,2015|AGED 25-34 YEARS,,3590,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3591,A25_34_SOLSE_NWNAA_16,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all 2016,,G11A,people,language|migration,2016|AGED 25-34 YEARS,,3591,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3592,A25_34_SOLSE_NWNAA_YNS,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 25-34 YEARS,,3592,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3593,A25_34_SOLSE_NWNAA_T,Aged 25 34 YEARS Speaks other language and speaks English Not well or not at all Total,,G11A,people,language|migration,Total|AGED 25-34 YEARS,,3593,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3594,A25_34_SOLSE_PinE_NS_B00,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11A,people,language|migration,Before 2000|AGED 25-34 YEARS,,3594,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3595,A25_34_SOLSE_PinE_NS_00_05,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11A,people,language|migration,2000_2005|AGED 25-34 YEARS,,3595,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3596,A25_34_SOLSE_PinE_NS_06_10,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11A,people,language|migration,2006-2010|AGED 25-34 YEARS,,3596,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3597,A25_34_SOLSE_PinE_NS_11,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated 2011,,G11A,people,language|migration,2011|AGED 25-34 YEARS,,3597,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3598,A25_34_SOLSE_PinE_NS_12,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated 2012,,G11A,people,language|migration,2012|AGED 25-34 YEARS,,3598,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3599,A25_34_SOLSE_PinE_NS_13,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated 2013,,G11A,people,language|migration,2013|AGED 25-34 YEARS,,3599,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3600,A25_34_SOLSE_PinE_NS_14,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated 2014,,G11A,people,language|migration,2014|AGED 25-34 YEARS,,3600,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3601,A25_34_SOLSE_PinE_NS_15,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated 2015,,G11A,people,language|migration,2015|AGED 25-34 YEARS,,3601,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3602,A25_34_SOLSE_PinE_NS_16,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated 2016,,G11A,people,language|migration,2016|AGED 25-34 YEARS,,3602,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3603,A25_34_SOLSE_PinE_NS_YNS,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11A,people,language|migration,Year of arrival not stated|AGED 25-34 YEARS,,3603,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3604,A25_34_SOLSE_PinE_NS_T,Aged 25 34 YEARS Speaks other language and speaks English Proficiency in English not stated Total,,G11A,people,language|migration,Total|AGED 25-34 YEARS,,3604,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3605,A25_34_SOLSE_T_B00,Aged 25 34 YEARS Speaks other language and speaks English Total Before 2000,,G11A,people,language|migration,Before 2000|AGED 25-34 YEARS,,3605,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3606,A25_34_SOLSE_T_00_05,Aged 25 34 YEARS Speaks other language and speaks English Total 2000 2005,,G11A,people,language|migration,2000_2005|AGED 25-34 YEARS,,3606,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3607,A25_34_SOLSE_T_06_10,Aged 25 34 YEARS Speaks other language and speaks English Total 2006 2010,,G11B,people,language|migration,2006-2010|AGED 25-34 YEARS,,3607,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3608,A25_34_SOLSE_T_11,Aged 25 34 YEARS Speaks other language and speaks English Total 2011,,G11B,people,language|migration,2011|AGED 25-34 YEARS,,3608,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3609,A25_34_SOLSE_T_12,Aged 25 34 YEARS Speaks other language and speaks English Total 2012,,G11B,people,language|migration,2012|AGED 25-34 YEARS,,3609,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3610,A25_34_SOLSE_T_13,Aged 25 34 YEARS Speaks other language and speaks English Total 2013,,G11B,people,language|migration,2013|AGED 25-34 YEARS,,3610,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3611,A25_34_SOLSE_T_14,Aged 25 34 YEARS Speaks other language and speaks English Total 2014,,G11B,people,language|migration,2014|AGED 25-34 YEARS,,3611,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3612,A25_34_SOLSE_T_15,Aged 25 34 YEARS Speaks other language and speaks English Total 2015,,G11B,people,language|migration,2015|AGED 25-34 YEARS,,3612,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3613,A25_34_SOLSE_T_16,Aged 25 34 YEARS Speaks other language and speaks English Total 2016,,G11B,people,language|migration,2016|AGED 25-34 YEARS,,3613,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3614,A25_34_SOLSE_T_YNS,Aged 25 34 YEARS Speaks other language and speaks English Total Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 25-34 YEARS,,3614,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3615,A25_34_SOLSE_T_T,Aged 25 34 YEARS Speaks other language and speaks English Total Total,,G11B,people,language|migration,Total|AGED 25-34 YEARS,,3615,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3616,A25_34_L_PinE_NS_B00,Aged 25 34 YEARS Language and proficiency in English not stated Before 2000,,G11B,people,language|migration,Before 2000|AGED 25-34 YEARS,,3616,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3617,A25_34_L_PinE_NS_00_05,Aged 25 34 YEARS Language and proficiency in English not stated 2000 2005,,G11B,people,language|migration,2000_2005|AGED 25-34 YEARS,,3617,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3618,A25_34_L_PinE_NS_06_10,Aged 25 34 YEARS Language and proficiency in English not stated 2006 2010,,G11B,people,language|migration,2006-2010|AGED 25-34 YEARS,,3618,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3619,A25_34_L_PinE_NS_11,Aged 25 34 YEARS Language and proficiency in English not stated 2011,,G11B,people,language|migration,2011|AGED 25-34 YEARS,,3619,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3620,A25_34_L_PinE_NS_12,Aged 25 34 YEARS Language and proficiency in English not stated 2012,,G11B,people,language|migration,2012|AGED 25-34 YEARS,,3620,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3621,A25_34_L_PinE_NS_13,Aged 25 34 YEARS Language and proficiency in English not stated 2013,,G11B,people,language|migration,2013|AGED 25-34 YEARS,,3621,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3622,A25_34_L_PinE_NS_14,Aged 25 34 YEARS Language and proficiency in English not stated 2014,,G11B,people,language|migration,2014|AGED 25-34 YEARS,,3622,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3623,A25_34_L_PinE_NS_15,Aged 25 34 YEARS Language and proficiency in English not stated 2015,,G11B,people,language|migration,2015|AGED 25-34 YEARS,,3623,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3624,A25_34_L_PinE_NS_16,Aged 25 34 YEARS Language and proficiency in English not stated 2016,,G11B,people,language|migration,2016|AGED 25-34 YEARS,,3624,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3625,A25_34_L_PinE_NS_YNS,Aged 25 34 YEARS Language and proficiency in English not stated Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 25-34 YEARS,,3625,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3626,A25_34_L_PinE_NS_T,Aged 25 34 YEARS Language and proficiency in English not stated Total,,G11B,people,language|migration,Total|AGED 25-34 YEARS,,3626,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3627,A25_34_T_B00,Aged 25 34 YEARS Total Before 2000,,G11B,people,language|migration,Before 2000|AGED 25-34 YEARS,,3627,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3628,A25_34_T_00_05,Aged 25 34 YEARS Total 2000 2005,,G11B,people,language|migration,2000_2005|AGED 25-34 YEARS,,3628,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3629,A25_34_T_06_10,Aged 25 34 YEARS Total 2006 2010,,G11B,people,language|migration,2006-2010|AGED 25-34 YEARS,,3629,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3630,A25_34_T_11,Aged 25 34 YEARS Total 2011,,G11B,people,language|migration,2011|AGED 25-34 YEARS,,3630,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3631,A25_34_T_12,Aged 25 34 YEARS Total 2012,,G11B,people,language|migration,2012|AGED 25-34 YEARS,,3631,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3632,A25_34_T_13,Aged 25 34 YEARS Total 2013,,G11B,people,language|migration,2013|AGED 25-34 YEARS,,3632,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3633,A25_34_T_14,Aged 25 34 YEARS Total 2014,,G11B,people,language|migration,2014|AGED 25-34 YEARS,,3633,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3634,A25_34_T_15,Aged 25 34 YEARS Total 2015,,G11B,people,language|migration,2015|AGED 25-34 YEARS,,3634,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3635,A25_34_T_16,Aged 25 34 YEARS Total 2016,,G11B,people,language|migration,2016|AGED 25-34 YEARS,,3635,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3636,A25_34_T_YNS,Aged 25 34 YEARS Total Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 25-34 YEARS,,3636,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3637,A25_34_T_T,Aged 25 34 YEARS Total Total,,G11B,people,language|migration,Total|AGED 25-34 YEARS,,3637,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3638,A35_44_SEO_B00,Aged 35 44 YEARS Speaks English only Before 2000,,G11B,people,language|migration,Before 2000|AGED 35-44 YEARS,,3638,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3639,A35_44_SEO_00_05,Aged 35 44 YEARS Speaks English only 2000 2005,,G11B,people,language|migration,2000_2005|AGED 35-44 YEARS,,3639,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3640,A35_44_SEO_06_10,Aged 35 44 YEARS Speaks English only 2006 2010,,G11B,people,language|migration,2006-2010|AGED 35-44 YEARS,,3640,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3641,A35_44_SEO_11,Aged 35 44 YEARS Speaks English only 2011,,G11B,people,language|migration,2011|AGED 35-44 YEARS,,3641,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3642,A35_44_SEO_12,Aged 35 44 YEARS Speaks English only 2012,,G11B,people,language|migration,2012|AGED 35-44 YEARS,,3642,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3643,A35_44_SEO_13,Aged 35 44 YEARS Speaks English only 2013,,G11B,people,language|migration,2013|AGED 35-44 YEARS,,3643,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3644,A35_44_SEO_14,Aged 35 44 YEARS Speaks English only 2014,,G11B,people,language|migration,2014|AGED 35-44 YEARS,,3644,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3645,A35_44_SEO_15,Aged 35 44 YEARS Speaks English only 2015,,G11B,people,language|migration,2015|AGED 35-44 YEARS,,3645,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3646,A35_44_SEO_16,Aged 35 44 YEARS Speaks English only 2016,,G11B,people,language|migration,2016|AGED 35-44 YEARS,,3646,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3647,A35_44_SEO_YNS,Aged 35 44 YEARS Speaks English only Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 35-44 YEARS,,3647,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3648,A35_44_SEO_T,Aged 35 44 YEARS Speaks English only Total,,G11B,people,language|migration,Total|AGED 35-44 YEARS,,3648,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3649,A35_44_SOLSE_VWW_B00,Aged 35 44 YEARS Speaks other language and speaks English Very well or well Before 2000,,G11B,people,language|migration,Before 2000|AGED 35-44 YEARS,,3649,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3650,A35_44_SOLSE_VWW_00_05,Aged 35 44 YEARS Speaks other language and speaks English Very well or well 2000 2005,,G11B,people,language|migration,2000_2005|AGED 35-44 YEARS,,3650,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3651,A35_44_SOLSE_VWW_06_10,Aged 35 44 YEARS Speaks other language and speaks English Very well or well 2006 2010,,G11B,people,language|migration,2006-2010|AGED 35-44 YEARS,,3651,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3652,A35_44_SOLSE_VWW_11,Aged 35 44 YEARS Speaks other language and speaks English Very well or well 2011,,G11B,people,language|migration,2011|AGED 35-44 YEARS,,3652,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3653,A35_44_SOLSE_VWW_12,Aged 35 44 YEARS Speaks other language and speaks English Very well or well 2012,,G11B,people,language|migration,2012|AGED 35-44 YEARS,,3653,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3654,A35_44_SOLSE_VWW_13,Aged 35 44 YEARS Speaks other language and speaks English Very well or well 2013,,G11B,people,language|migration,2013|AGED 35-44 YEARS,,3654,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3655,A35_44_SOLSE_VWW_14,Aged 35 44 YEARS Speaks other language and speaks English Very well or well 2014,,G11B,people,language|migration,2014|AGED 35-44 YEARS,,3655,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3656,A35_44_SOLSE_VWW_15,Aged 35 44 YEARS Speaks other language and speaks English Very well or well 2015,,G11B,people,language|migration,2015|AGED 35-44 YEARS,,3656,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3657,A35_44_SOLSE_VWW_16,Aged 35 44 YEARS Speaks other language and speaks English Very well or well 2016,,G11B,people,language|migration,2016|AGED 35-44 YEARS,,3657,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3658,A35_44_SOLSE_VWW_YNS,Aged 35 44 YEARS Speaks other language and speaks English Very well or well Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 35-44 YEARS,,3658,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3659,A35_44_SOLSE_VWW_T,Aged 35 44 YEARS Speaks other language and speaks English Very well or well Total,,G11B,people,language|migration,Total|AGED 35-44 YEARS,,3659,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3660,A35_44_SOLSE_NWNAA_B00,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all Before 2000,,G11B,people,language|migration,Before 2000|AGED 35-44 YEARS,,3660,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3661,A35_44_SOLSE_NWNAA_00_05,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all 2000 2005,,G11B,people,language|migration,2000_2005|AGED 35-44 YEARS,,3661,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3662,A35_44_SOLSE_NWNAA_06_10,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all 2006 2010,,G11B,people,language|migration,2006-2010|AGED 35-44 YEARS,,3662,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3663,A35_44_SOLSE_NWNAA_11,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all 2011,,G11B,people,language|migration,2011|AGED 35-44 YEARS,,3663,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3664,A35_44_SOLSE_NWNAA_12,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all 2012,,G11B,people,language|migration,2012|AGED 35-44 YEARS,,3664,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3665,A35_44_SOLSE_NWNAA_13,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all 2013,,G11B,people,language|migration,2013|AGED 35-44 YEARS,,3665,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3666,A35_44_SOLSE_NWNAA_14,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all 2014,,G11B,people,language|migration,2014|AGED 35-44 YEARS,,3666,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3667,A35_44_SOLSE_NWNAA_15,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all 2015,,G11B,people,language|migration,2015|AGED 35-44 YEARS,,3667,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3668,A35_44_SOLSE_NWNAA_16,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all 2016,,G11B,people,language|migration,2016|AGED 35-44 YEARS,,3668,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3669,A35_44_SOLSE_NWNAA_YNS,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 35-44 YEARS,,3669,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3670,A35_44_SOLSE_NWNAA_T,Aged 35 44 YEARS Speaks other language and speaks English Not well or not at all Total,,G11B,people,language|migration,Total|AGED 35-44 YEARS,,3670,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3671,A35_44_SOLSE_PinE_NS_B00,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11B,people,language|migration,Before 2000|AGED 35-44 YEARS,,3671,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3672,A35_44_SOLSE_PinE_NS_00_05,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11B,people,language|migration,2000_2005|AGED 35-44 YEARS,,3672,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3673,A35_44_SOLSE_PinE_NS_06_10,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11B,people,language|migration,2006-2010|AGED 35-44 YEARS,,3673,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3674,A35_44_SOLSE_PinE_NS_11,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated 2011,,G11B,people,language|migration,2011|AGED 35-44 YEARS,,3674,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3675,A35_44_SOLSE_PinE_NS_12,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated 2012,,G11B,people,language|migration,2012|AGED 35-44 YEARS,,3675,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3676,A35_44_SOLSE_PinE_NS_13,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated 2013,,G11B,people,language|migration,2013|AGED 35-44 YEARS,,3676,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3677,A35_44_SOLSE_PinE_NS_14,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated 2014,,G11B,people,language|migration,2014|AGED 35-44 YEARS,,3677,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3678,A35_44_SOLSE_PinE_NS_15,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated 2015,,G11B,people,language|migration,2015|AGED 35-44 YEARS,,3678,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3679,A35_44_SOLSE_PinE_NS_16,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated 2016,,G11B,people,language|migration,2016|AGED 35-44 YEARS,,3679,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3680,A35_44_SOLSE_PinE_NS_YNS,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 35-44 YEARS,,3680,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3681,A35_44_SOLSE_PinE_NS_T,Aged 35 44 YEARS Speaks other language and speaks English Proficiency in English not stated Total,,G11B,people,language|migration,Total|AGED 35-44 YEARS,,3681,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3682,A35_44_SOLSE_T_B00,Aged 35 44 YEARS Speaks other language and speaks English Total Before 2000,,G11B,people,language|migration,Before 2000|AGED 35-44 YEARS,,3682,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3683,A35_44_SOLSE_T_00_05,Aged 35 44 YEARS Speaks other language and speaks English Total 2000 2005,,G11B,people,language|migration,2000_2005|AGED 35-44 YEARS,,3683,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3684,A35_44_SOLSE_T_06_10,Aged 35 44 YEARS Speaks other language and speaks English Total 2006 2010,,G11B,people,language|migration,2006-2010|AGED 35-44 YEARS,,3684,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3685,A35_44_SOLSE_T_11,Aged 35 44 YEARS Speaks other language and speaks English Total 2011,,G11B,people,language|migration,2011|AGED 35-44 YEARS,,3685,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3686,A35_44_SOLSE_T_12,Aged 35 44 YEARS Speaks other language and speaks English Total 2012,,G11B,people,language|migration,2012|AGED 35-44 YEARS,,3686,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3687,A35_44_SOLSE_T_13,Aged 35 44 YEARS Speaks other language and speaks English Total 2013,,G11B,people,language|migration,2013|AGED 35-44 YEARS,,3687,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3688,A35_44_SOLSE_T_14,Aged 35 44 YEARS Speaks other language and speaks English Total 2014,,G11B,people,language|migration,2014|AGED 35-44 YEARS,,3688,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3689,A35_44_SOLSE_T_15,Aged 35 44 YEARS Speaks other language and speaks English Total 2015,,G11B,people,language|migration,2015|AGED 35-44 YEARS,,3689,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3690,A35_44_SOLSE_T_16,Aged 35 44 YEARS Speaks other language and speaks English Total 2016,,G11B,people,language|migration,2016|AGED 35-44 YEARS,,3690,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3691,A35_44_SOLSE_T_YNS,Aged 35 44 YEARS Speaks other language and speaks English Total Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 35-44 YEARS,,3691,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3692,A35_44_SOLSE_T_T,Aged 35 44 YEARS Speaks other language and speaks English Total Total,,G11B,people,language|migration,Total|AGED 35-44 YEARS,,3692,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3693,A35_44_L_PinE_NS_B00,Aged 35 44 YEARS Language and proficiency in English not stated Before 2000,,G11B,people,language|migration,Before 2000|AGED 35-44 YEARS,,3693,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3694,A35_44_L_PinE_NS_00_05,Aged 35 44 YEARS Language and proficiency in English not stated 2000 2005,,G11B,people,language|migration,2000_2005|AGED 35-44 YEARS,,3694,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3695,A35_44_L_PinE_NS_06_10,Aged 35 44 YEARS Language and proficiency in English not stated 2006 2010,,G11B,people,language|migration,2006-2010|AGED 35-44 YEARS,,3695,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3696,A35_44_L_PinE_NS_11,Aged 35 44 YEARS Language and proficiency in English not stated 2011,,G11B,people,language|migration,2011|AGED 35-44 YEARS,,3696,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3697,A35_44_L_PinE_NS_12,Aged 35 44 YEARS Language and proficiency in English not stated 2012,,G11B,people,language|migration,2012|AGED 35-44 YEARS,,3697,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3698,A35_44_L_PinE_NS_13,Aged 35 44 YEARS Language and proficiency in English not stated 2013,,G11B,people,language|migration,2013|AGED 35-44 YEARS,,3698,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3699,A35_44_L_PinE_NS_14,Aged 35 44 YEARS Language and proficiency in English not stated 2014,,G11B,people,language|migration,2014|AGED 35-44 YEARS,,3699,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3700,A35_44_L_PinE_NS_15,Aged 35 44 YEARS Language and proficiency in English not stated 2015,,G11B,people,language|migration,2015|AGED 35-44 YEARS,,3700,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3701,A35_44_L_PinE_NS_16,Aged 35 44 YEARS Language and proficiency in English not stated 2016,,G11B,people,language|migration,2016|AGED 35-44 YEARS,,3701,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3702,A35_44_L_PinE_NS_YNS,Aged 35 44 YEARS Language and proficiency in English not stated Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 35-44 YEARS,,3702,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3703,A35_44_L_PinE_NS_T,Aged 35 44 YEARS Language and proficiency in English not stated Total,,G11B,people,language|migration,Total|AGED 35-44 YEARS,,3703,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3704,A35_44_T_B00,Aged 35 44 YEARS Total Before 2000,,G11B,people,language|migration,Before 2000|AGED 35-44 YEARS,,3704,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3705,A35_44_T_00_05,Aged 35 44 YEARS Total 2000 2005,,G11B,people,language|migration,2000_2005|AGED 35-44 YEARS,,3705,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3706,A35_44_T_06_10,Aged 35 44 YEARS Total 2006 2010,,G11B,people,language|migration,2006-2010|AGED 35-44 YEARS,,3706,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3707,A35_44_T_11,Aged 35 44 YEARS Total 2011,,G11B,people,language|migration,2011|AGED 35-44 YEARS,,3707,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3708,A35_44_T_12,Aged 35 44 YEARS Total 2012,,G11B,people,language|migration,2012|AGED 35-44 YEARS,,3708,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3709,A35_44_T_13,Aged 35 44 YEARS Total 2013,,G11B,people,language|migration,2013|AGED 35-44 YEARS,,3709,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3710,A35_44_T_14,Aged 35 44 YEARS Total 2014,,G11B,people,language|migration,2014|AGED 35-44 YEARS,,3710,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3711,A35_44_T_15,Aged 35 44 YEARS Total 2015,,G11B,people,language|migration,2015|AGED 35-44 YEARS,,3711,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3712,A35_44_T_16,Aged 35 44 YEARS Total 2016,,G11B,people,language|migration,2016|AGED 35-44 YEARS,,3712,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3713,A35_44_T_YNS,Aged 35 44 YEARS Total Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 35-44 YEARS,,3713,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3714,A35_44_T_T,Aged 35 44 YEARS Total Total,,G11B,people,language|migration,Total|AGED 35-44 YEARS,,3714,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3715,A45_54_SEO_B00,Aged 45 54 YEARS Speaks English only Before 2000,,G11B,people,language|migration,Before 2000|AGED 45-54 YEARS,,3715,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3716,A45_54_SEO_00_05,Aged 45 54 YEARS Speaks English only 2000 2005,,G11B,people,language|migration,2000_2005|AGED 45-54 YEARS,,3716,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3717,A45_54_SEO_06_10,Aged 45 54 YEARS Speaks English only 2006 2010,,G11B,people,language|migration,2006-2010|AGED 45-54 YEARS,,3717,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3718,A45_54_SEO_11,Aged 45 54 YEARS Speaks English only 2011,,G11B,people,language|migration,2011|AGED 45-54 YEARS,,3718,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3719,A45_54_SEO_12,Aged 45 54 YEARS Speaks English only 2012,,G11B,people,language|migration,2012|AGED 45-54 YEARS,,3719,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3720,A45_54_SEO_13,Aged 45 54 YEARS Speaks English only 2013,,G11B,people,language|migration,2013|AGED 45-54 YEARS,,3720,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3721,A45_54_SEO_14,Aged 45 54 YEARS Speaks English only 2014,,G11B,people,language|migration,2014|AGED 45-54 YEARS,,3721,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3722,A45_54_SEO_15,Aged 45 54 YEARS Speaks English only 2015,,G11B,people,language|migration,2015|AGED 45-54 YEARS,,3722,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3723,A45_54_SEO_16,Aged 45 54 YEARS Speaks English only 2016,,G11B,people,language|migration,2016|AGED 45-54 YEARS,,3723,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3724,A45_54_SEO_YNS,Aged 45 54 YEARS Speaks English only Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 45-54 YEARS,,3724,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3725,A45_54_SEO_T,Aged 45 54 YEARS Speaks English only Total,,G11B,people,language|migration,Total|AGED 45-54 YEARS,,3725,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3726,A45_54_SOLSE_VWW_B00,Aged 45 54 YEARS Speaks other language and speaks English Very well or well Before 2000,,G11B,people,language|migration,Before 2000|AGED 45-54 YEARS,,3726,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3727,A45_54_SOLSE_VWW_00_05,Aged 45 54 YEARS Speaks other language and speaks English Very well or well 2000 2005,,G11B,people,language|migration,2000_2005|AGED 45-54 YEARS,,3727,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3728,A45_54_SOLSE_VWW_06_10,Aged 45 54 YEARS Speaks other language and speaks English Very well or well 2006 2010,,G11B,people,language|migration,2006-2010|AGED 45-54 YEARS,,3728,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3729,A45_54_SOLSE_VWW_11,Aged 45 54 YEARS Speaks other language and speaks English Very well or well 2011,,G11B,people,language|migration,2011|AGED 45-54 YEARS,,3729,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3730,A45_54_SOLSE_VWW_12,Aged 45 54 YEARS Speaks other language and speaks English Very well or well 2012,,G11B,people,language|migration,2012|AGED 45-54 YEARS,,3730,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3731,A45_54_SOLSE_VWW_13,Aged 45 54 YEARS Speaks other language and speaks English Very well or well 2013,,G11B,people,language|migration,2013|AGED 45-54 YEARS,,3731,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3732,A45_54_SOLSE_VWW_14,Aged 45 54 YEARS Speaks other language and speaks English Very well or well 2014,,G11B,people,language|migration,2014|AGED 45-54 YEARS,,3732,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3733,A45_54_SOLSE_VWW_15,Aged 45 54 YEARS Speaks other language and speaks English Very well or well 2015,,G11B,people,language|migration,2015|AGED 45-54 YEARS,,3733,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3734,A45_54_SOLSE_VWW_16,Aged 45 54 YEARS Speaks other language and speaks English Very well or well 2016,,G11B,people,language|migration,2016|AGED 45-54 YEARS,,3734,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3735,A45_54_SOLSE_VWW_YNS,Aged 45 54 YEARS Speaks other language and speaks English Very well or well Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 45-54 YEARS,,3735,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3736,A45_54_SOLSE_VWW_T,Aged 45 54 YEARS Speaks other language and speaks English Very well or well Total,,G11B,people,language|migration,Total|AGED 45-54 YEARS,,3736,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3737,A45_54_SOLSE_NWNAA_B00,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all Before 2000,,G11B,people,language|migration,Before 2000|AGED 45-54 YEARS,,3737,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3738,A45_54_SOLSE_NWNAA_00_05,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all 2000 2005,,G11B,people,language|migration,2000_2005|AGED 45-54 YEARS,,3738,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3739,A45_54_SOLSE_NWNAA_06_10,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all 2006 2010,,G11B,people,language|migration,2006-2010|AGED 45-54 YEARS,,3739,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3740,A45_54_SOLSE_NWNAA_11,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all 2011,,G11B,people,language|migration,2011|AGED 45-54 YEARS,,3740,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3741,A45_54_SOLSE_NWNAA_12,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all 2012,,G11B,people,language|migration,2012|AGED 45-54 YEARS,,3741,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3742,A45_54_SOLSE_NWNAA_13,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all 2013,,G11B,people,language|migration,2013|AGED 45-54 YEARS,,3742,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3743,A45_54_SOLSE_NWNAA_14,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all 2014,,G11B,people,language|migration,2014|AGED 45-54 YEARS,,3743,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3744,A45_54_SOLSE_NWNAA_15,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all 2015,,G11B,people,language|migration,2015|AGED 45-54 YEARS,,3744,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3745,A45_54_SOLSE_NWNAA_16,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all 2016,,G11B,people,language|migration,2016|AGED 45-54 YEARS,,3745,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3746,A45_54_SOLSE_NWNAA_YNS,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 45-54 YEARS,,3746,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3747,A45_54_SOLSE_NWNAA_T,Aged 45 54 YEARS Speaks other language and speaks English Not well or not at all Total,,G11B,people,language|migration,Total|AGED 45-54 YEARS,,3747,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3748,A45_54_SOLSE_PinE_NS_B00,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11B,people,language|migration,Before 2000|AGED 45-54 YEARS,,3748,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3749,A45_54_SOLSE_PinE_NS_00_05,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11B,people,language|migration,2000_2005|AGED 45-54 YEARS,,3749,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3750,A45_54_SOLSE_PinE_NS_06_10,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11B,people,language|migration,2006-2010|AGED 45-54 YEARS,,3750,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3751,A45_54_SOLSE_PinE_NS_11,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated 2011,,G11B,people,language|migration,2011|AGED 45-54 YEARS,,3751,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3752,A45_54_SOLSE_PinE_NS_12,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated 2012,,G11B,people,language|migration,2012|AGED 45-54 YEARS,,3752,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3753,A45_54_SOLSE_PinE_NS_13,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated 2013,,G11B,people,language|migration,2013|AGED 45-54 YEARS,,3753,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3754,A45_54_SOLSE_PinE_NS_14,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated 2014,,G11B,people,language|migration,2014|AGED 45-54 YEARS,,3754,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3755,A45_54_SOLSE_PinE_NS_15,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated 2015,,G11B,people,language|migration,2015|AGED 45-54 YEARS,,3755,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3756,A45_54_SOLSE_PinE_NS_16,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated 2016,,G11B,people,language|migration,2016|AGED 45-54 YEARS,,3756,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3757,A45_54_SOLSE_PinE_NS_YNS,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 45-54 YEARS,,3757,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3758,A45_54_SOLSE_PinE_NS_T,Aged 45 54 YEARS Speaks other language and speaks English Proficiency in English not stated Total,,G11B,people,language|migration,Total|AGED 45-54 YEARS,,3758,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3759,A45_54_SOLSE_T_B00,Aged 45 54 YEARS Speaks other language and speaks English Total Before 2000,,G11B,people,language|migration,Before 2000|AGED 45-54 YEARS,,3759,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3760,A45_54_SOLSE_T_00_05,Aged 45 54 YEARS Speaks other language and speaks English Total 2000 2005,,G11B,people,language|migration,2000_2005|AGED 45-54 YEARS,,3760,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3761,A45_54_SOLSE_T_06_10,Aged 45 54 YEARS Speaks other language and speaks English Total 2006 2010,,G11B,people,language|migration,2006-2010|AGED 45-54 YEARS,,3761,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3762,A45_54_SOLSE_T_11,Aged 45 54 YEARS Speaks other language and speaks English Total 2011,,G11B,people,language|migration,2011|AGED 45-54 YEARS,,3762,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3763,A45_54_SOLSE_T_12,Aged 45 54 YEARS Speaks other language and speaks English Total 2012,,G11B,people,language|migration,2012|AGED 45-54 YEARS,,3763,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3764,A45_54_SOLSE_T_13,Aged 45 54 YEARS Speaks other language and speaks English Total 2013,,G11B,people,language|migration,2013|AGED 45-54 YEARS,,3764,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3765,A45_54_SOLSE_T_14,Aged 45 54 YEARS Speaks other language and speaks English Total 2014,,G11B,people,language|migration,2014|AGED 45-54 YEARS,,3765,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3766,A45_54_SOLSE_T_15,Aged 45 54 YEARS Speaks other language and speaks English Total 2015,,G11B,people,language|migration,2015|AGED 45-54 YEARS,,3766,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3767,A45_54_SOLSE_T_16,Aged 45 54 YEARS Speaks other language and speaks English Total 2016,,G11B,people,language|migration,2016|AGED 45-54 YEARS,,3767,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3768,A45_54_SOLSE_T_YNS,Aged 45 54 YEARS Speaks other language and speaks English Total Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 45-54 YEARS,,3768,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3769,A45_54_SOLSE_T_T,Aged 45 54 YEARS Speaks other language and speaks English Total Total,,G11B,people,language|migration,Total|AGED 45-54 YEARS,,3769,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3770,A45_54_L_PinE_NS_B00,Aged 45 54 YEARS Language and proficiency in English not stated Before 2000,,G11B,people,language|migration,Before 2000|AGED 45-54 YEARS,,3770,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3771,A45_54_L_PinE_NS_00_05,Aged 45 54 YEARS Language and proficiency in English not stated 2000 2005,,G11B,people,language|migration,2000_2005|AGED 45-54 YEARS,,3771,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3772,A45_54_L_PinE_NS_06_10,Aged 45 54 YEARS Language and proficiency in English not stated 2006 2010,,G11B,people,language|migration,2006-2010|AGED 45-54 YEARS,,3772,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3773,A45_54_L_PinE_NS_11,Aged 45 54 YEARS Language and proficiency in English not stated 2011,,G11B,people,language|migration,2011|AGED 45-54 YEARS,,3773,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3774,A45_54_L_PinE_NS_12,Aged 45 54 YEARS Language and proficiency in English not stated 2012,,G11B,people,language|migration,2012|AGED 45-54 YEARS,,3774,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3775,A45_54_L_PinE_NS_13,Aged 45 54 YEARS Language and proficiency in English not stated 2013,,G11B,people,language|migration,2013|AGED 45-54 YEARS,,3775,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3776,A45_54_L_PinE_NS_14,Aged 45 54 YEARS Language and proficiency in English not stated 2014,,G11B,people,language|migration,2014|AGED 45-54 YEARS,,3776,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3777,A45_54_L_PinE_NS_15,Aged 45 54 YEARS Language and proficiency in English not stated 2015,,G11B,people,language|migration,2015|AGED 45-54 YEARS,,3777,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3778,A45_54_L_PinE_NS_16,Aged 45 54 YEARS Language and proficiency in English not stated 2016,,G11B,people,language|migration,2016|AGED 45-54 YEARS,,3778,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3779,A45_54_L_PinE_NS_YNS,Aged 45 54 YEARS Language and proficiency in English not stated Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 45-54 YEARS,,3779,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3780,A45_54_L_PinE_NS_T,Aged 45 54 YEARS Language and proficiency in English not stated Total,,G11B,people,language|migration,Total|AGED 45-54 YEARS,,3780,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3781,A45_54_T_B00,Aged 45 54 YEARS Total Before 2000,,G11B,people,language|migration,Before 2000|AGED 45-54 YEARS,,3781,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3782,A45_54_T_00_05,Aged 45 54 YEARS Total 2000 2005,,G11B,people,language|migration,2000_2005|AGED 45-54 YEARS,,3782,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3783,A45_54_T_06_10,Aged 45 54 YEARS Total 2006 2010,,G11B,people,language|migration,2006-2010|AGED 45-54 YEARS,,3783,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3784,A45_54_T_11,Aged 45 54 YEARS Total 2011,,G11B,people,language|migration,2011|AGED 45-54 YEARS,,3784,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3785,A45_54_T_12,Aged 45 54 YEARS Total 2012,,G11B,people,language|migration,2012|AGED 45-54 YEARS,,3785,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3786,A45_54_T_13,Aged 45 54 YEARS Total 2013,,G11B,people,language|migration,2013|AGED 45-54 YEARS,,3786,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3787,A45_54_T_14,Aged 45 54 YEARS Total 2014,,G11B,people,language|migration,2014|AGED 45-54 YEARS,,3787,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3788,A45_54_T_15,Aged 45 54 YEARS Total 2015,,G11B,people,language|migration,2015|AGED 45-54 YEARS,,3788,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3789,A45_54_T_16,Aged 45 54 YEARS Total 2016,,G11B,people,language|migration,2016|AGED 45-54 YEARS,,3789,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3790,A45_54_T_YNS,Aged 45 54 YEARS Total Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 45-54 YEARS,,3790,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3791,A45_54_T_T,Aged 45 54 YEARS Total Total,,G11B,people,language|migration,Total|AGED 45-54 YEARS,,3791,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3792,A55_64_SEO_B00,Aged 55 64 YEARS Speaks English only Before 2000,,G11B,people,language|migration,Before 2000|AGED 55-64 YEARS,,3792,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3793,A55_64_SEO_00_05,Aged 55 64 YEARS Speaks English only 2000 2005,,G11B,people,language|migration,2000_2005|AGED 55-64 YEARS,,3793,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3794,A55_64_SEO_06_10,Aged 55 64 YEARS Speaks English only 2006 2010,,G11B,people,language|migration,2006-2010|AGED 55-64 YEARS,,3794,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3795,A55_64_SEO_11,Aged 55 64 YEARS Speaks English only 2011,,G11B,people,language|migration,2011|AGED 55-64 YEARS,,3795,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3796,A55_64_SEO_12,Aged 55 64 YEARS Speaks English only 2012,,G11B,people,language|migration,2012|AGED 55-64 YEARS,,3796,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3797,A55_64_SEO_13,Aged 55 64 YEARS Speaks English only 2013,,G11B,people,language|migration,2013|AGED 55-64 YEARS,,3797,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3798,A55_64_SEO_14,Aged 55 64 YEARS Speaks English only 2014,,G11B,people,language|migration,2014|AGED 55-64 YEARS,,3798,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3799,A55_64_SEO_15,Aged 55 64 YEARS Speaks English only 2015,,G11B,people,language|migration,2015|AGED 55-64 YEARS,,3799,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3800,A55_64_SEO_16,Aged 55 64 YEARS Speaks English only 2016,,G11B,people,language|migration,2016|AGED 55-64 YEARS,,3800,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3801,A55_64_SEO_YNS,Aged 55 64 YEARS Speaks English only Year of arrival not stated,,G11B,people,language|migration,Year of arrival not stated|AGED 55-64 YEARS,,3801,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3802,A55_64_SEO_T,Aged 55 64 YEARS Speaks English only Total,,G11B,people,language|migration,Total|AGED 55-64 YEARS,,3802,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3803,A55_64_SOLSE_VWW_B00,Aged 55 64 YEARS Speaks other language and speaks English Very well or well Before 2000,,G11B,people,language|migration,Before 2000|AGED 55-64 YEARS,,3803,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3804,A55_64_SOLSE_VWW_00_05,Aged 55 64 YEARS Speaks other language and speaks English Very well or well 2000 2005,,G11B,people,language|migration,2000_2005|AGED 55-64 YEARS,,3804,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3805,A55_64_SOLSE_VWW_06_10,Aged 55 64 YEARS Speaks other language and speaks English Very well or well 2006 2010,,G11B,people,language|migration,2006-2010|AGED 55-64 YEARS,,3805,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3806,A55_64_SOLSE_VWW_11,Aged 55 64 YEARS Speaks other language and speaks English Very well or well 2011,,G11B,people,language|migration,2011|AGED 55-64 YEARS,,3806,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3807,A55_64_SOLSE_VWW_12,Aged 55 64 YEARS Speaks other language and speaks English Very well or well 2012,,G11C,people,language|migration,2012|AGED 55-64 YEARS,,3807,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3808,A55_64_SOLSE_VWW_13,Aged 55 64 YEARS Speaks other language and speaks English Very well or well 2013,,G11C,people,language|migration,2013|AGED 55-64 YEARS,,3808,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3809,A55_64_SOLSE_VWW_14,Aged 55 64 YEARS Speaks other language and speaks English Very well or well 2014,,G11C,people,language|migration,2014|AGED 55-64 YEARS,,3809,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3810,A55_64_SOLSE_VWW_15,Aged 55 64 YEARS Speaks other language and speaks English Very well or well 2015,,G11C,people,language|migration,2015|AGED 55-64 YEARS,,3810,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3811,A55_64_SOLSE_VWW_16,Aged 55 64 YEARS Speaks other language and speaks English Very well or well 2016,,G11C,people,language|migration,2016|AGED 55-64 YEARS,,3811,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3812,A55_64_SOLSE_VWW_YNS,Aged 55 64 YEARS Speaks other language and speaks English Very well or well Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 55-64 YEARS,,3812,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3813,A55_64_SOLSE_VWW_T,Aged 55 64 YEARS Speaks other language and speaks English Very well or well Total,,G11C,people,language|migration,Total|AGED 55-64 YEARS,,3813,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3814,A55_64_SOLSE_NWNAA_B00,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all Before 2000,,G11C,people,language|migration,Before 2000|AGED 55-64 YEARS,,3814,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3815,A55_64_SOLSE_NWNAA_00_05,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all 2000 2005,,G11C,people,language|migration,2000_2005|AGED 55-64 YEARS,,3815,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3816,A55_64_SOLSE_NWNAA_06_10,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all 2006 2010,,G11C,people,language|migration,2006-2010|AGED 55-64 YEARS,,3816,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3817,A55_64_SOLSE_NWNAA_11,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all 2011,,G11C,people,language|migration,2011|AGED 55-64 YEARS,,3817,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3818,A55_64_SOLSE_NWNAA_12,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all 2012,,G11C,people,language|migration,2012|AGED 55-64 YEARS,,3818,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3819,A55_64_SOLSE_NWNAA_13,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all 2013,,G11C,people,language|migration,2013|AGED 55-64 YEARS,,3819,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3820,A55_64_SOLSE_NWNAA_14,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all 2014,,G11C,people,language|migration,2014|AGED 55-64 YEARS,,3820,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3821,A55_64_SOLSE_NWNAA_15,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all 2015,,G11C,people,language|migration,2015|AGED 55-64 YEARS,,3821,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3822,A55_64_SOLSE_NWNAA_16,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all 2016,,G11C,people,language|migration,2016|AGED 55-64 YEARS,,3822,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3823,A55_64_SOLSE_NWNAA_YNS,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 55-64 YEARS,,3823,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3824,A55_64_SOLSE_NWNAA_T,Aged 55 64 YEARS Speaks other language and speaks English Not well or not at all Total,,G11C,people,language|migration,Total|AGED 55-64 YEARS,,3824,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3825,A55_64_SOLSE_PinE_NS_B00,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11C,people,language|migration,Before 2000|AGED 55-64 YEARS,,3825,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3826,A55_64_SOLSE_PinE_NS_00_05,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11C,people,language|migration,2000_2005|AGED 55-64 YEARS,,3826,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3827,A55_64_SOLSE_PinE_NS_06_10,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11C,people,language|migration,2006-2010|AGED 55-64 YEARS,,3827,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3828,A55_64_SOLSE_PinE_NS_11,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated 2011,,G11C,people,language|migration,2011|AGED 55-64 YEARS,,3828,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3829,A55_64_SOLSE_PinE_NS_12,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated 2012,,G11C,people,language|migration,2012|AGED 55-64 YEARS,,3829,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3830,A55_64_SOLSE_PinE_NS_13,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated 2013,,G11C,people,language|migration,2013|AGED 55-64 YEARS,,3830,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3831,A55_64_SOLSE_PinE_NS_14,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated 2014,,G11C,people,language|migration,2014|AGED 55-64 YEARS,,3831,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3832,A55_64_SOLSE_PinE_NS_15,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated 2015,,G11C,people,language|migration,2015|AGED 55-64 YEARS,,3832,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3833,A55_64_SOLSE_PinE_NS_16,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated 2016,,G11C,people,language|migration,2016|AGED 55-64 YEARS,,3833,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3834,A55_64_SOLSE_PinE_NS_YNS,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 55-64 YEARS,,3834,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3835,A55_64_SOLSE_PinE_NS_T,Aged 55 64 YEARS Speaks other language and speaks English Proficiency in English not stated Total,,G11C,people,language|migration,Total|AGED 55-64 YEARS,,3835,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3836,A55_64_SOLSE_T_B00,Aged 55 64 YEARS Speaks other language and speaks English Total Before 2000,,G11C,people,language|migration,Before 2000|AGED 55-64 YEARS,,3836,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3837,A55_64_SOLSE_T_00_05,Aged 55 64 YEARS Speaks other language and speaks English Total 2000 2005,,G11C,people,language|migration,2000_2005|AGED 55-64 YEARS,,3837,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3838,A55_64_SOLSE_T_06_10,Aged 55 64 YEARS Speaks other language and speaks English Total 2006 2010,,G11C,people,language|migration,2006-2010|AGED 55-64 YEARS,,3838,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3839,A55_64_SOLSE_T_11,Aged 55 64 YEARS Speaks other language and speaks English Total 2011,,G11C,people,language|migration,2011|AGED 55-64 YEARS,,3839,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3840,A55_64_SOLSE_T_12,Aged 55 64 YEARS Speaks other language and speaks English Total 2012,,G11C,people,language|migration,2012|AGED 55-64 YEARS,,3840,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3841,A55_64_SOLSE_T_13,Aged 55 64 YEARS Speaks other language and speaks English Total 2013,,G11C,people,language|migration,2013|AGED 55-64 YEARS,,3841,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3842,A55_64_SOLSE_T_14,Aged 55 64 YEARS Speaks other language and speaks English Total 2014,,G11C,people,language|migration,2014|AGED 55-64 YEARS,,3842,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3843,A55_64_SOLSE_T_15,Aged 55 64 YEARS Speaks other language and speaks English Total 2015,,G11C,people,language|migration,2015|AGED 55-64 YEARS,,3843,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3844,A55_64_SOLSE_T_16,Aged 55 64 YEARS Speaks other language and speaks English Total 2016,,G11C,people,language|migration,2016|AGED 55-64 YEARS,,3844,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3845,A55_64_SOLSE_T_YNS,Aged 55 64 YEARS Speaks other language and speaks English Total Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 55-64 YEARS,,3845,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3846,A55_64_SOLSE_T_T,Aged 55 64 YEARS Speaks other language and speaks English Total Total,,G11C,people,language|migration,Total|AGED 55-64 YEARS,,3846,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3847,A55_64_L_PinE_NS_B00,Aged 55 64 YEARS Language and proficiency in English not stated Before 2000,,G11C,people,language|migration,Before 2000|AGED 55-64 YEARS,,3847,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3848,A55_64_L_PinE_NS_00_05,Aged 55 64 YEARS Language and proficiency in English not stated 2000 2005,,G11C,people,language|migration,2000_2005|AGED 55-64 YEARS,,3848,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3849,A55_64_L_PinE_NS_06_10,Aged 55 64 YEARS Language and proficiency in English not stated 2006 2010,,G11C,people,language|migration,2006-2010|AGED 55-64 YEARS,,3849,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3850,A55_64_L_PinE_NS_11,Aged 55 64 YEARS Language and proficiency in English not stated 2011,,G11C,people,language|migration,2011|AGED 55-64 YEARS,,3850,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3851,A55_64_L_PinE_NS_12,Aged 55 64 YEARS Language and proficiency in English not stated 2012,,G11C,people,language|migration,2012|AGED 55-64 YEARS,,3851,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3852,A55_64_L_PinE_NS_13,Aged 55 64 YEARS Language and proficiency in English not stated 2013,,G11C,people,language|migration,2013|AGED 55-64 YEARS,,3852,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3853,A55_64_L_PinE_NS_14,Aged 55 64 YEARS Language and proficiency in English not stated 2014,,G11C,people,language|migration,2014|AGED 55-64 YEARS,,3853,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3854,A55_64_L_PinE_NS_15,Aged 55 64 YEARS Language and proficiency in English not stated 2015,,G11C,people,language|migration,2015|AGED 55-64 YEARS,,3854,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3855,A55_64_L_PinE_NS_16,Aged 55 64 YEARS Language and proficiency in English not stated 2016,,G11C,people,language|migration,2016|AGED 55-64 YEARS,,3855,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3856,A55_64_L_PinE_NS_YNS,Aged 55 64 YEARS Language and proficiency in English not stated Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 55-64 YEARS,,3856,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3857,A55_64_L_PinE_NS_T,Aged 55 64 YEARS Language and proficiency in English not stated Total,,G11C,people,language|migration,Total|AGED 55-64 YEARS,,3857,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3858,A55_64_T_B00,Aged 55 64 YEARS Total Before 2000,,G11C,people,language|migration,Before 2000|AGED 55-64 YEARS,,3858,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3859,A55_64_T_00_05,Aged 55 64 YEARS Total 2000 2005,,G11C,people,language|migration,2000_2005|AGED 55-64 YEARS,,3859,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3860,A55_64_T_06_10,Aged 55 64 YEARS Total 2006 2010,,G11C,people,language|migration,2006-2010|AGED 55-64 YEARS,,3860,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3861,A55_64_T_11,Aged 55 64 YEARS Total 2011,,G11C,people,language|migration,2011|AGED 55-64 YEARS,,3861,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3862,A55_64_T_12,Aged 55 64 YEARS Total 2012,,G11C,people,language|migration,2012|AGED 55-64 YEARS,,3862,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3863,A55_64_T_13,Aged 55 64 YEARS Total 2013,,G11C,people,language|migration,2013|AGED 55-64 YEARS,,3863,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3864,A55_64_T_14,Aged 55 64 YEARS Total 2014,,G11C,people,language|migration,2014|AGED 55-64 YEARS,,3864,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3865,A55_64_T_15,Aged 55 64 YEARS Total 2015,,G11C,people,language|migration,2015|AGED 55-64 YEARS,,3865,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3866,A55_64_T_16,Aged 55 64 YEARS Total 2016,,G11C,people,language|migration,2016|AGED 55-64 YEARS,,3866,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3867,A55_64_T_YNS,Aged 55 64 YEARS Total Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 55-64 YEARS,,3867,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3868,A55_64_T_T,Aged 55 64 YEARS Total Total,,G11C,people,language|migration,Total|AGED 55-64 YEARS,,3868,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3869,A65_74_SEO_B00,Aged 65 74 YEARS Speaks English only Before 2000,,G11C,people,language|migration,Before 2000|AGED 65-74 YEARS,,3869,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3870,A65_74_SEO_00_05,Aged 65 74 YEARS Speaks English only 2000 2005,,G11C,people,language|migration,2000_2005|AGED 65-74 YEARS,,3870,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3871,A65_74_SEO_06_10,Aged 65 74 YEARS Speaks English only 2006 2010,,G11C,people,language|migration,2006-2010|AGED 65-74 YEARS,,3871,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3872,A65_74_SEO_11,Aged 65 74 YEARS Speaks English only 2011,,G11C,people,language|migration,2011|AGED 65-74 YEARS,,3872,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3873,A65_74_SEO_12,Aged 65 74 YEARS Speaks English only 2012,,G11C,people,language|migration,2012|AGED 65-74 YEARS,,3873,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3874,A65_74_SEO_13,Aged 65 74 YEARS Speaks English only 2013,,G11C,people,language|migration,2013|AGED 65-74 YEARS,,3874,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3875,A65_74_SEO_14,Aged 65 74 YEARS Speaks English only 2014,,G11C,people,language|migration,2014|AGED 65-74 YEARS,,3875,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3876,A65_74_SEO_15,Aged 65 74 YEARS Speaks English only 2015,,G11C,people,language|migration,2015|AGED 65-74 YEARS,,3876,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3877,A65_74_SEO_16,Aged 65 74 YEARS Speaks English only 2016,,G11C,people,language|migration,2016|AGED 65-74 YEARS,,3877,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3878,A65_74_SEO_YNS,Aged 65 74 YEARS Speaks English only Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 65-74 YEARS,,3878,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3879,A65_74_SEO_T,Aged 65 74 YEARS Speaks English only Total,,G11C,people,language|migration,Total|AGED 65-74 YEARS,,3879,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3880,A65_74_SOLSE_VWW_B00,Aged 65 74 YEARS Speaks other language and speaks English Very well or well Before 2000,,G11C,people,language|migration,Before 2000|AGED 65-74 YEARS,,3880,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3881,A65_74_SOLSE_VWW_00_05,Aged 65 74 YEARS Speaks other language and speaks English Very well or well 2000 2005,,G11C,people,language|migration,2000_2005|AGED 65-74 YEARS,,3881,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3882,A65_74_SOLSE_VWW_06_10,Aged 65 74 YEARS Speaks other language and speaks English Very well or well 2006 2010,,G11C,people,language|migration,2006-2010|AGED 65-74 YEARS,,3882,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3883,A65_74_SOLSE_VWW_11,Aged 65 74 YEARS Speaks other language and speaks English Very well or well 2011,,G11C,people,language|migration,2011|AGED 65-74 YEARS,,3883,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3884,A65_74_SOLSE_VWW_12,Aged 65 74 YEARS Speaks other language and speaks English Very well or well 2012,,G11C,people,language|migration,2012|AGED 65-74 YEARS,,3884,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3885,A65_74_SOLSE_VWW_13,Aged 65 74 YEARS Speaks other language and speaks English Very well or well 2013,,G11C,people,language|migration,2013|AGED 65-74 YEARS,,3885,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3886,A65_74_SOLSE_VWW_14,Aged 65 74 YEARS Speaks other language and speaks English Very well or well 2014,,G11C,people,language|migration,2014|AGED 65-74 YEARS,,3886,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3887,A65_74_SOLSE_VWW_15,Aged 65 74 YEARS Speaks other language and speaks English Very well or well 2015,,G11C,people,language|migration,2015|AGED 65-74 YEARS,,3887,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3888,A65_74_SOLSE_VWW_16,Aged 65 74 YEARS Speaks other language and speaks English Very well or well 2016,,G11C,people,language|migration,2016|AGED 65-74 YEARS,,3888,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3889,A65_74_SOLSE_VWW_YNS,Aged 65 74 YEARS Speaks other language and speaks English Very well or well Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 65-74 YEARS,,3889,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3890,A65_74_SOLSE_VWW_T,Aged 65 74 YEARS Speaks other language and speaks English Very well or well Total,,G11C,people,language|migration,Total|AGED 65-74 YEARS,,3890,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3891,A65_74_SOLSE_NWNAA_B00,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all Before 2000,,G11C,people,language|migration,Before 2000|AGED 65-74 YEARS,,3891,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3892,A65_74_SOLSE_NWNAA_00_05,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all 2000 2005,,G11C,people,language|migration,2000_2005|AGED 65-74 YEARS,,3892,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3893,A65_74_SOLSE_NWNAA_06_10,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all 2006 2010,,G11C,people,language|migration,2006-2010|AGED 65-74 YEARS,,3893,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3894,A65_74_SOLSE_NWNAA_11,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all 2011,,G11C,people,language|migration,2011|AGED 65-74 YEARS,,3894,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3895,A65_74_SOLSE_NWNAA_12,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all 2012,,G11C,people,language|migration,2012|AGED 65-74 YEARS,,3895,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3896,A65_74_SOLSE_NWNAA_13,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all 2013,,G11C,people,language|migration,2013|AGED 65-74 YEARS,,3896,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3897,A65_74_SOLSE_NWNAA_14,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all 2014,,G11C,people,language|migration,2014|AGED 65-74 YEARS,,3897,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3898,A65_74_SOLSE_NWNAA_15,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all 2015,,G11C,people,language|migration,2015|AGED 65-74 YEARS,,3898,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3899,A65_74_SOLSE_NWNAA_16,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all 2016,,G11C,people,language|migration,2016|AGED 65-74 YEARS,,3899,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3900,A65_74_SOLSE_NWNAA_YNS,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 65-74 YEARS,,3900,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3901,A65_74_SOLSE_NWNAA_T,Aged 65 74 YEARS Speaks other language and speaks English Not well or not at all Total,,G11C,people,language|migration,Total|AGED 65-74 YEARS,,3901,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3902,A65_74_SOLSE_PinE_NS_B00,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11C,people,language|migration,Before 2000|AGED 65-74 YEARS,,3902,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3903,A65_74_SOLSE_PinE_NS_00_05,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11C,people,language|migration,2000_2005|AGED 65-74 YEARS,,3903,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3904,A65_74_SOLSE_PinE_NS_06_10,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11C,people,language|migration,2006-2010|AGED 65-74 YEARS,,3904,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3905,A65_74_SOLSE_PinE_NS_11,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated 2011,,G11C,people,language|migration,2011|AGED 65-74 YEARS,,3905,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3906,A65_74_SOLSE_PinE_NS_12,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated 2012,,G11C,people,language|migration,2012|AGED 65-74 YEARS,,3906,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3907,A65_74_SOLSE_PinE_NS_13,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated 2013,,G11C,people,language|migration,2013|AGED 65-74 YEARS,,3907,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3908,A65_74_SOLSE_PinE_NS_14,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated 2014,,G11C,people,language|migration,2014|AGED 65-74 YEARS,,3908,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3909,A65_74_SOLSE_PinE_NS_15,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated 2015,,G11C,people,language|migration,2015|AGED 65-74 YEARS,,3909,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3910,A65_74_SOLSE_PinE_NS_16,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated 2016,,G11C,people,language|migration,2016|AGED 65-74 YEARS,,3910,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3911,A65_74_SOLSE_PinE_NS_YNS,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 65-74 YEARS,,3911,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3912,A65_74_SOLSE_PinE_NS_T,Aged 65 74 YEARS Speaks other language and speaks English Proficiency in English not stated Total,,G11C,people,language|migration,Total|AGED 65-74 YEARS,,3912,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3913,A65_74_SOLSE_T_B00,Aged 65 74 YEARS Speaks other language and speaks English Total Before 2000,,G11C,people,language|migration,Before 2000|AGED 65-74 YEARS,,3913,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3914,A65_74_SOLSE_T_00_05,Aged 65 74 YEARS Speaks other language and speaks English Total 2000 2005,,G11C,people,language|migration,2000_2005|AGED 65-74 YEARS,,3914,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3915,A65_74_SOLSE_T_06_10,Aged 65 74 YEARS Speaks other language and speaks English Total 2006 2010,,G11C,people,language|migration,2006-2010|AGED 65-74 YEARS,,3915,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3916,A65_74_SOLSE_T_06,Aged 65 74 YEARS Speaks other language and speaks English Total 2011,,G11C,people,language|migration,2011|AGED 65-74 YEARS,,3916,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3917,A65_74_SOLSE_T_12,Aged 65 74 YEARS Speaks other language and speaks English Total 2012,,G11C,people,language|migration,2012|AGED 65-74 YEARS,,3917,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3918,A65_74_SOLSE_T_13,Aged 65 74 YEARS Speaks other language and speaks English Total 2013,,G11C,people,language|migration,2013|AGED 65-74 YEARS,,3918,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3919,A65_74_SOLSE_T_14,Aged 65 74 YEARS Speaks other language and speaks English Total 2014,,G11C,people,language|migration,2014|AGED 65-74 YEARS,,3919,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3920,A65_74_SOLSE_T_15,Aged 65 74 YEARS Speaks other language and speaks English Total 2015,,G11C,people,language|migration,2015|AGED 65-74 YEARS,,3920,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3921,A65_74_SOLSE_T_16,Aged 65 74 YEARS Speaks other language and speaks English Total 2016,,G11C,people,language|migration,2016|AGED 65-74 YEARS,,3921,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3922,A65_74_SOLSE_T_YNS,Aged 65 74 YEARS Speaks other language and speaks English Total Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 65-74 YEARS,,3922,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3923,A65_74_SOLSE_T_T,Aged 65 74 YEARS Speaks other language and speaks English Total Total,,G11C,people,language|migration,Total|AGED 65-74 YEARS,,3923,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3924,A65_74_L_PinE_NS_B00,Aged 65 74 YEARS Language and proficiency in English not stated Before 2000,,G11C,people,language|migration,Before 2000|AGED 65-74 YEARS,,3924,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3925,A65_74_L_PinE_NS_00_05,Aged 65 74 YEARS Language and proficiency in English not stated 2000 2005,,G11C,people,language|migration,2000_2005|AGED 65-74 YEARS,,3925,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3926,A65_74_L_PinE_NS_06_10,Aged 65 74 YEARS Language and proficiency in English not stated 2006 2010,,G11C,people,language|migration,2006-2010|AGED 65-74 YEARS,,3926,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3927,A65_74_L_PinE_NS_11,Aged 65 74 YEARS Language and proficiency in English not stated 2011,,G11C,people,language|migration,2011|AGED 65-74 YEARS,,3927,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3928,A65_74_L_PinE_NS_12,Aged 65 74 YEARS Language and proficiency in English not stated 2012,,G11C,people,language|migration,2012|AGED 65-74 YEARS,,3928,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3929,A65_74_L_PinE_NS_13,Aged 65 74 YEARS Language and proficiency in English not stated 2013,,G11C,people,language|migration,2013|AGED 65-74 YEARS,,3929,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3930,A65_74_L_PinE_NS_14,Aged 65 74 YEARS Language and proficiency in English not stated 2014,,G11C,people,language|migration,2014|AGED 65-74 YEARS,,3930,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3931,A65_74_L_PinE_NS_15,Aged 65 74 YEARS Language and proficiency in English not stated 2015,,G11C,people,language|migration,2015|AGED 65-74 YEARS,,3931,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3932,A65_74_L_PinE_NS_16,Aged 65 74 YEARS Language and proficiency in English not stated 2016,,G11C,people,language|migration,2016|AGED 65-74 YEARS,,3932,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3933,A65_74_L_PinE_NS_YNS,Aged 65 74 YEARS Language and proficiency in English not stated Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 65-74 YEARS,,3933,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3934,A65_74_L_PinE_NS_T,Aged 65 74 YEARS Language and proficiency in English not stated Total,,G11C,people,language|migration,Total|AGED 65-74 YEARS,,3934,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3935,A65_74_T_B00,Aged 65 74 YEARS Total Before 2000,,G11C,people,language|migration,Before 2000|AGED 65-74 YEARS,,3935,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3936,A65_74_T_00_05,Aged 65 74 YEARS Total 2000 2005,,G11C,people,language|migration,2000_2005|AGED 65-74 YEARS,,3936,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3937,A65_74_T_06_10,Aged 65 74 YEARS Total 2006 2010,,G11C,people,language|migration,2006-2010|AGED 65-74 YEARS,,3937,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3938,A65_74_T_11,Aged 65 74 YEARS Total 2011,,G11C,people,language|migration,2011|AGED 65-74 YEARS,,3938,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3939,A65_74_T_12,Aged 65 74 YEARS Total 2012,,G11C,people,language|migration,2012|AGED 65-74 YEARS,,3939,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3940,A65_74_T_13,Aged 65 74 YEARS Total 2013,,G11C,people,language|migration,2013|AGED 65-74 YEARS,,3940,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3941,A65_74_T_14,Aged 65 74 YEARS Total 2014,,G11C,people,language|migration,2014|AGED 65-74 YEARS,,3941,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3942,A65_74_T_15,Aged 65 74 YEARS Total 2015,,G11C,people,language|migration,2015|AGED 65-74 YEARS,,3942,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3943,A65_74_T_16,Aged 65 74 YEARS Total 2016,,G11C,people,language|migration,2016|AGED 65-74 YEARS,,3943,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3944,A65_74_T_YNS,Aged 65 74 YEARS Total Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 65-74 YEARS,,3944,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3945,A65_74_T_T,Aged 65 74 YEARS Total Total,,G11C,people,language|migration,Total|AGED 65-74 YEARS,,3945,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3946,A75_84_SEO_B00,Aged 75 84 YEARS Speaks English only Before 2000,,G11C,people,language|migration,Before 2000|AGED 75-84 YEARS,,3946,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3947,A75_84_SEO_00_05,Aged 75 84 YEARS Speaks English only 2000 2005,,G11C,people,language|migration,2000_2005|AGED 75-84 YEARS,,3947,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3948,A75_84_SEO_06_10,Aged 75 84 YEARS Speaks English only 2006 2010,,G11C,people,language|migration,2006-2010|AGED 75-84 YEARS,,3948,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3949,A75_84_SEO_11,Aged 75 84 YEARS Speaks English only 2011,,G11C,people,language|migration,2011|AGED 75-84 YEARS,,3949,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3950,A75_84_SEO_12,Aged 75 84 YEARS Speaks English only 2012,,G11C,people,language|migration,2012|AGED 75-84 YEARS,,3950,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3951,A75_84_SEO_13,Aged 75 84 YEARS Speaks English only 2013,,G11C,people,language|migration,2013|AGED 75-84 YEARS,,3951,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3952,A75_84_SEO_14,Aged 75 84 YEARS Speaks English only 2014,,G11C,people,language|migration,2014|AGED 75-84 YEARS,,3952,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3953,A75_84_SEO_15,Aged 75 84 YEARS Speaks English only 2015,,G11C,people,language|migration,2015|AGED 75-84 YEARS,,3953,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3954,A75_84_SEO_16,Aged 75 84 YEARS Speaks English only 2016,,G11C,people,language|migration,2016|AGED 75-84 YEARS,,3954,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3955,A75_84_SEO_YNS,Aged 75 84 YEARS Speaks English only Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 75-84 YEARS,,3955,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3956,A75_84_SEO_T,Aged 75 84 YEARS Speaks English only Total,,G11C,people,language|migration,Total|AGED 75-84 YEARS,,3956,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3957,A75_84_SOLSE_VWW_B00,Aged 75 84 YEARS Speaks other language and speaks English Very well or well Before 2000,,G11C,people,language|migration,Before 2000|AGED 75-84 YEARS,,3957,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3958,A75_84_SOLSE_VWW_00_05,Aged 75 84 YEARS Speaks other language and speaks English Very well or well 2000 2005,,G11C,people,language|migration,2000_2005|AGED 75-84 YEARS,,3958,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3959,A75_84_SOLSE_VWW_06_10,Aged 75 84 YEARS Speaks other language and speaks English Very well or well 2006 2010,,G11C,people,language|migration,2006-2010|AGED 75-84 YEARS,,3959,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3960,A75_84_SOLSE_VWW_11,Aged 75 84 YEARS Speaks other language and speaks English Very well or well 2011,,G11C,people,language|migration,2011|AGED 75-84 YEARS,,3960,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3961,A75_84_SOLSE_VWW_12,Aged 75 84 YEARS Speaks other language and speaks English Very well or well 2012,,G11C,people,language|migration,2012|AGED 75-84 YEARS,,3961,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3962,A75_84_SOLSE_VWW_13,Aged 75 84 YEARS Speaks other language and speaks English Very well or well 2013,,G11C,people,language|migration,2013|AGED 75-84 YEARS,,3962,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3963,A75_84_SOLSE_VWW_14,Aged 75 84 YEARS Speaks other language and speaks English Very well or well 2014,,G11C,people,language|migration,2014|AGED 75-84 YEARS,,3963,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3964,A75_84_SOLSE_VWW_15,Aged 75 84 YEARS Speaks other language and speaks English Very well or well 2015,,G11C,people,language|migration,2015|AGED 75-84 YEARS,,3964,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3965,A75_84_SOLSE_VWW_16,Aged 75 84 YEARS Speaks other language and speaks English Very well or well 2016,,G11C,people,language|migration,2016|AGED 75-84 YEARS,,3965,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3966,A75_84_SOLSE_VWW_YNS,Aged 75 84 YEARS Speaks other language and speaks English Very well or well Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 75-84 YEARS,,3966,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3967,A75_84_SOLSE_VWW_T,Aged 75 84 YEARS Speaks other language and speaks English Very well or well Total,,G11C,people,language|migration,Total|AGED 75-84 YEARS,,3967,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3968,A75_84_SOLSE_NWNAA_B00,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all Before 2000,,G11C,people,language|migration,Before 2000|AGED 75-84 YEARS,,3968,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3969,A75_84_SOLSE_NWNAA_00_05,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all 2000 2005,,G11C,people,language|migration,2000_2005|AGED 75-84 YEARS,,3969,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3970,A75_84_SOLSE_NWNAA_06_10,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all 2006 2010,,G11C,people,language|migration,2006-2010|AGED 75-84 YEARS,,3970,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3971,A75_84_SOLSE_NWNAA_11,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all 2011,,G11C,people,language|migration,2011|AGED 75-84 YEARS,,3971,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3972,A75_84_SOLSE_NWNAA_12,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all 2012,,G11C,people,language|migration,2012|AGED 75-84 YEARS,,3972,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3973,A75_84_SOLSE_NWNAA_13,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all 2013,,G11C,people,language|migration,2013|AGED 75-84 YEARS,,3973,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3974,A75_84_SOLSE_NWNAA_14,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all 2014,,G11C,people,language|migration,2014|AGED 75-84 YEARS,,3974,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3975,A75_84_SOLSE_NWNAA_15,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all 2015,,G11C,people,language|migration,2015|AGED 75-84 YEARS,,3975,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3976,A75_84_SOLSE_NWNAA_16,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all 2016,,G11C,people,language|migration,2016|AGED 75-84 YEARS,,3976,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3977,A75_84_SOLSE_NWNAA_YNS,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 75-84 YEARS,,3977,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3978,A75_84_SOLSE_NWNAA_T,Aged 75 84 YEARS Speaks other language and speaks English Not well or not at all Total,,G11C,people,language|migration,Total|AGED 75-84 YEARS,,3978,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3979,A75_84_SOLSE_PinE_NS_B00,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11C,people,language|migration,Before 2000|AGED 75-84 YEARS,,3979,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3980,A75_84_SOLSE_PinE_NS_00_05,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11C,people,language|migration,2000_2005|AGED 75-84 YEARS,,3980,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3981,A75_84_SOLSE_PinE_NS_06_10,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11C,people,language|migration,2006-2010|AGED 75-84 YEARS,,3981,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3982,A75_84_SOLSE_PinE_NS_11,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated 2011,,G11C,people,language|migration,2011|AGED 75-84 YEARS,,3982,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3983,A75_84_SOLSE_PinE_NS_12,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated 2012,,G11C,people,language|migration,2012|AGED 75-84 YEARS,,3983,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3984,A75_84_SOLSE_PinE_NS_13,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated 2013,,G11C,people,language|migration,2013|AGED 75-84 YEARS,,3984,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3985,A75_84_SOLSE_PinE_NS_14,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated 2014,,G11C,people,language|migration,2014|AGED 75-84 YEARS,,3985,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3986,A75_84_SOLSE_PinE_NS_15,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated 2015,,G11C,people,language|migration,2015|AGED 75-84 YEARS,,3986,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3987,A75_84_SOLSE_PinE_NS_16,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated 2016,,G11C,people,language|migration,2016|AGED 75-84 YEARS,,3987,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3988,A75_84_SOLSE_PinE_NS_YNS,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 75-84 YEARS,,3988,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3989,A75_84_SOLSE_PinE_NS_T,Aged 75 84 YEARS Speaks other language and speaks English Proficiency in English not stated Total,,G11C,people,language|migration,Total|AGED 75-84 YEARS,,3989,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3990,A75_84_SOLSE_T_B00,Aged 75 84 YEARS Speaks other language and speaks English Total Before 2000,,G11C,people,language|migration,Before 2000|AGED 75-84 YEARS,,3990,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3991,A75_84_SOLSE_T_00_05,Aged 75 84 YEARS Speaks other language and speaks English Total 2000 2005,,G11C,people,language|migration,2000_2005|AGED 75-84 YEARS,,3991,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3992,A75_84_SOLSE_T_06_10,Aged 75 84 YEARS Speaks other language and speaks English Total 2006 2010,,G11C,people,language|migration,2006-2010|AGED 75-84 YEARS,,3992,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3993,A75_84_SOLSE_T_11,Aged 75 84 YEARS Speaks other language and speaks English Total 2011,,G11C,people,language|migration,2011|AGED 75-84 YEARS,,3993,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3994,A75_84_SOLSE_T_12,Aged 75 84 YEARS Speaks other language and speaks English Total 2012,,G11C,people,language|migration,2012|AGED 75-84 YEARS,,3994,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3995,A75_84_SOLSE_T_13,Aged 75 84 YEARS Speaks other language and speaks English Total 2013,,G11C,people,language|migration,2013|AGED 75-84 YEARS,,3995,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3996,A75_84_SOLSE_T_14,Aged 75 84 YEARS Speaks other language and speaks English Total 2014,,G11C,people,language|migration,2014|AGED 75-84 YEARS,,3996,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3997,A75_84_SOLSE_T_15,Aged 75 84 YEARS Speaks other language and speaks English Total 2015,,G11C,people,language|migration,2015|AGED 75-84 YEARS,,3997,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3998,A75_84_SOLSE_T_16,Aged 75 84 YEARS Speaks other language and speaks English Total 2016,,G11C,people,language|migration,2016|AGED 75-84 YEARS,,3998,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G3999,A75_84_SOLSE_T_YNS,Aged 75 84 YEARS Speaks other language and speaks English Total Year of arrival not stated,,G11C,people,language|migration,Year of arrival not stated|AGED 75-84 YEARS,,3999,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4000,A75_84_SOLSE_T_T,Aged 75 84 YEARS Speaks other language and speaks English Total Total,,G11C,people,language|migration,Total|AGED 75-84 YEARS,,4000,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4001,A75_84_L_PinE_NS_B00,Aged 75 84 YEARS Language and proficiency in English not stated Before 2000,,G11C,people,language|migration,Before 2000|AGED 75-84 YEARS,,4001,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4002,A75_84_L_PinE_NS_00_05,Aged 75 84 YEARS Language and proficiency in English not stated 2000 2005,,G11C,people,language|migration,2000_2005|AGED 75-84 YEARS,,4002,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4003,A75_84_L_PinE_NS_06_10,Aged 75 84 YEARS Language and proficiency in English not stated 2006 2010,,G11C,people,language|migration,2006-2010|AGED 75-84 YEARS,,4003,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4004,A75_84_L_PinE_NS_11,Aged 75 84 YEARS Language and proficiency in English not stated 2011,,G11C,people,language|migration,2011|AGED 75-84 YEARS,,4004,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4005,A75_84_L_PinE_NS_12,Aged 75 84 YEARS Language and proficiency in English not stated 2012,,G11C,people,language|migration,2012|AGED 75-84 YEARS,,4005,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4006,A75_84_L_PinE_NS_13,Aged 75 84 YEARS Language and proficiency in English not stated 2013,,G11C,people,language|migration,2013|AGED 75-84 YEARS,,4006,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4007,A75_84_L_PinE_NS_14,Aged 75 84 YEARS Language and proficiency in English not stated 2014,,G11D,people,language|migration,2014|AGED 75-84 YEARS,,4007,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4008,A75_84_L_PinE_NS_15,Aged 75 84 YEARS Language and proficiency in English not stated 2015,,G11D,people,language|migration,2015|AGED 75-84 YEARS,,4008,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4009,A75_84_L_PinE_NS_16,Aged 75 84 YEARS Language and proficiency in English not stated 2016,,G11D,people,language|migration,2016|AGED 75-84 YEARS,,4009,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4010,A75_84_L_PinE_NS_YNS,Aged 75 84 YEARS Language and proficiency in English not stated Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 75-84 YEARS,,4010,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4011,A75_84_L_PinE_NS_T,Aged 75 84 YEARS Language and proficiency in English not stated Total,,G11D,people,language|migration,Total|AGED 75-84 YEARS,,4011,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4012,A75_84_T_B00,Aged 75 84 YEARS Total Before 2000,,G11D,people,language|migration,Before 2000|AGED 75-84 YEARS,,4012,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4013,A75_84_T_00_05,Aged 75 84 YEARS Total 2000 2005,,G11D,people,language|migration,2000_2005|AGED 75-84 YEARS,,4013,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4014,A75_84_T_06_10,Aged 75 84 YEARS Total 2006 2010,,G11D,people,language|migration,2006-2010|AGED 75-84 YEARS,,4014,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4015,A75_84_T_11,Aged 75 84 YEARS Total 2011,,G11D,people,language|migration,2011|AGED 75-84 YEARS,,4015,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4016,A75_84_T_12,Aged 75 84 YEARS Total 2012,,G11D,people,language|migration,2012|AGED 75-84 YEARS,,4016,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4017,A75_84_T_13,Aged 75 84 YEARS Total 2013,,G11D,people,language|migration,2013|AGED 75-84 YEARS,,4017,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4018,A75_84_T_14,Aged 75 84 YEARS Total 2014,,G11D,people,language|migration,2014|AGED 75-84 YEARS,,4018,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4019,A75_84_T_15,Aged 75 84 YEARS Total 2015,,G11D,people,language|migration,2015|AGED 75-84 YEARS,,4019,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4020,A75_84_T_16,Aged 75 84 YEARS Total 2016,,G11D,people,language|migration,2016|AGED 75-84 YEARS,,4020,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4021,A75_84_T_YNS,Aged 75 84 YEARS Total Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 75-84 YEARS,,4021,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4022,A75_84_T_T,Aged 75 84 YEARS Total Total,,G11D,people,language|migration,Total|AGED 75-84 YEARS,,4022,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4023,A85ov_SEO_B00,Aged 85 years and over Speaks English only Before 2000,,G11D,people,language|migration,Before 2000|AGED 85 YEARS AND OVER,,4023,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4024,A85ov_SEO_00_05,Aged 85 years and over Speaks English only 2000 2005,,G11D,people,language|migration,2000_2005|AGED 85 YEARS AND OVER,,4024,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4025,A85ov_SEO_06_10,Aged 85 years and over Speaks English only 2006 2010,,G11D,people,language|migration,2006-2010|AGED 85 YEARS AND OVER,,4025,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4026,A85ov_SEO_11,Aged 85 years and over Speaks English only 2011,,G11D,people,language|migration,2011|AGED 85 YEARS AND OVER,,4026,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4027,A85ov_SEO_12,Aged 85 years and over Speaks English only 2012,,G11D,people,language|migration,2012|AGED 85 YEARS AND OVER,,4027,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4028,A85ov_SEO_13,Aged 85 years and over Speaks English only 2013,,G11D,people,language|migration,2013|AGED 85 YEARS AND OVER,,4028,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4029,A85ov_SEO_14,Aged 85 years and over Speaks English only 2014,,G11D,people,language|migration,2014|AGED 85 YEARS AND OVER,,4029,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4030,A85ov_SEO_15,Aged 85 years and over Speaks English only 2015,,G11D,people,language|migration,2015|AGED 85 YEARS AND OVER,,4030,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4031,A85ov_SEO_16,Aged 85 years and over Speaks English only 2016,,G11D,people,language|migration,2016|AGED 85 YEARS AND OVER,,4031,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4032,A85ov_SEO_YNS,Aged 85 years and over Speaks English only Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 85 YEARS AND OVER,,4032,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4033,A85ov_SEO_T,Aged 85 years and over Speaks English only Total,,G11D,people,language|migration,Total|AGED 85 YEARS AND OVER,,4033,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4034,A85ov_SOLSE_VWW_B00,Aged 85 years and over Speaks other language and speaks English Very well or well Before 2000,,G11D,people,language|migration,Before 2000|AGED 85 YEARS AND OVER,,4034,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4035,A85ov_SOLSE_VWW_00_05,Aged 85 years and over Speaks other language and speaks English Very well or well 2000 2005,,G11D,people,language|migration,2000_2005|AGED 85 YEARS AND OVER,,4035,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4036,A85ov_SOLSE_VWW_06_10,Aged 85 years and over Speaks other language and speaks English Very well or well 2006 2010,,G11D,people,language|migration,2006-2010|AGED 85 YEARS AND OVER,,4036,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4037,A85ov_SOLSE_VWW_11,Aged 85 years and over Speaks other language and speaks English Very well or well 2011,,G11D,people,language|migration,2011|AGED 85 YEARS AND OVER,,4037,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4038,A85ov_SOLSE_VWW_12,Aged 85 years and over Speaks other language and speaks English Very well or well 2012,,G11D,people,language|migration,2012|AGED 85 YEARS AND OVER,,4038,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4039,A85ov_SOLSE_VWW_13,Aged 85 years and over Speaks other language and speaks English Very well or well 2013,,G11D,people,language|migration,2013|AGED 85 YEARS AND OVER,,4039,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4040,A85ov_SOLSE_VWW_14,Aged 85 years and over Speaks other language and speaks English Very well or well 2014,,G11D,people,language|migration,2014|AGED 85 YEARS AND OVER,,4040,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4041,A85ov_SOLSE_VWW_15,Aged 85 years and over Speaks other language and speaks English Very well or well 2015,,G11D,people,language|migration,2015|AGED 85 YEARS AND OVER,,4041,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4042,A85ov_SOLSE_VWW_16,Aged 85 years and over Speaks other language and speaks English Very well or well 2016,,G11D,people,language|migration,2016|AGED 85 YEARS AND OVER,,4042,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4043,A85ov_SOLSE_VWW_YNS,Aged 85 years and over Speaks other language and speaks English Very well or well Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 85 YEARS AND OVER,,4043,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4044,A85ov_SOLSE_VWW_T,Aged 85 years and over Speaks other language and speaks English Very well or well Total,,G11D,people,language|migration,Total|AGED 85 YEARS AND OVER,,4044,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4045,A85ov_SOLSE_NWNAA_B00,Aged 85 years and over Speaks other language and speaks English Not well or not at all Before 2000,,G11D,people,language|migration,Before 2000|AGED 85 YEARS AND OVER,,4045,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4046,A85ov_SOLSE_NWNAA_00_05,Aged 85 years and over Speaks other language and speaks English Not well or not at all 2000 2005,,G11D,people,language|migration,2000_2005|AGED 85 YEARS AND OVER,,4046,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4047,A85ov_SOLSE_NWNAA_06_10,Aged 85 years and over Speaks other language and speaks English Not well or not at all 2006 2010,,G11D,people,language|migration,2006-2010|AGED 85 YEARS AND OVER,,4047,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4048,A85ov_SOLSE_NWNAA_11,Aged 85 years and over Speaks other language and speaks English Not well or not at all 2011,,G11D,people,language|migration,2011|AGED 85 YEARS AND OVER,,4048,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4049,A85ov_SOLSE_NWNAA_12,Aged 85 years and over Speaks other language and speaks English Not well or not at all 2012,,G11D,people,language|migration,2012|AGED 85 YEARS AND OVER,,4049,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4050,A85ov_SOLSE_NWNAA_13,Aged 85 years and over Speaks other language and speaks English Not well or not at all 2013,,G11D,people,language|migration,2013|AGED 85 YEARS AND OVER,,4050,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4051,A85ov_SOLSE_NWNAA_14,Aged 85 years and over Speaks other language and speaks English Not well or not at all 2014,,G11D,people,language|migration,2014|AGED 85 YEARS AND OVER,,4051,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4052,A85ov_SOLSE_NWNAA_15,Aged 85 years and over Speaks other language and speaks English Not well or not at all 2015,,G11D,people,language|migration,2015|AGED 85 YEARS AND OVER,,4052,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4053,A85ov_SOLSE_NWNAA_16,Aged 85 years and over Speaks other language and speaks English Not well or not at all 2016,,G11D,people,language|migration,2016|AGED 85 YEARS AND OVER,,4053,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4054,A85ov_SOLSE_NWNAA_YNS,Aged 85 years and over Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 85 YEARS AND OVER,,4054,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4055,A85ov_SOLSE_NWNAA_T,Aged 85 years and over Speaks other language and speaks English Not well or not at all Total,,G11D,people,language|migration,Total|AGED 85 YEARS AND OVER,,4055,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4056,A85ov_SOLSE_PinE_NS_B00,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11D,people,language|migration,Before 2000|AGED 85 YEARS AND OVER,,4056,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4057,A85ov_SOLSE_PinE_NS_00_05,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11D,people,language|migration,2000_2005|AGED 85 YEARS AND OVER,,4057,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4058,A85ov_SOLSE_PinE_NS_06_10,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11D,people,language|migration,2006-2010|AGED 85 YEARS AND OVER,,4058,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4059,A85ov_SOLSE_PinE_NS_11,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated 2011,,G11D,people,language|migration,2011|AGED 85 YEARS AND OVER,,4059,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4060,A85ov_SOLSE_PinE_NS_12,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated 2012,,G11D,people,language|migration,2012|AGED 85 YEARS AND OVER,,4060,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4061,A85ov_SOLSE_PinE_NS_13,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated 2013,,G11D,people,language|migration,2013|AGED 85 YEARS AND OVER,,4061,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4062,A85ov_SOLSE_PinE_NS_14,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated 2014,,G11D,people,language|migration,2014|AGED 85 YEARS AND OVER,,4062,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4063,A85ov_SOLSE_PinE_NS_15,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated 2015,,G11D,people,language|migration,2015|AGED 85 YEARS AND OVER,,4063,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4064,A85ov_SOLSE_PinE_NS_16,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated 2016,,G11D,people,language|migration,2016|AGED 85 YEARS AND OVER,,4064,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4065,A85ov_SOLSE_PinE_NS_YNS,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 85 YEARS AND OVER,,4065,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4066,A85ov_SOLSE_PinE_NS_T,Aged 85 years and over Speaks other language and speaks English Proficiency in English not stated Total,,G11D,people,language|migration,Total|AGED 85 YEARS AND OVER,,4066,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4067,A85ov_SOLSE_T_B00,Aged 85 years and over Speaks other language and speaks English Total Before 2000,,G11D,people,language|migration,Before 2000|AGED 85 YEARS AND OVER,,4067,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4068,A85ov_SOLSE_T_00_05,Aged 85 years and over Speaks other language and speaks English Total 2000 2005,,G11D,people,language|migration,2000_2005|AGED 85 YEARS AND OVER,,4068,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4069,A85ov_SOLSE_T_06_10,Aged 85 years and over Speaks other language and speaks English Total 2006 2010,,G11D,people,language|migration,2006-2010|AGED 85 YEARS AND OVER,,4069,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4070,A85ov_SOLSE_T_11,Aged 85 years and over Speaks other language and speaks English Total 2011,,G11D,people,language|migration,2011|AGED 85 YEARS AND OVER,,4070,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4071,A85ov_SOLSE_T_12,Aged 85 years and over Speaks other language and speaks English Total 2012,,G11D,people,language|migration,2012|AGED 85 YEARS AND OVER,,4071,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4072,A85ov_SOLSE_T_13,Aged 85 years and over Speaks other language and speaks English Total 2013,,G11D,people,language|migration,2013|AGED 85 YEARS AND OVER,,4072,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4073,A85ov_SOLSE_T_14,Aged 85 years and over Speaks other language and speaks English Total 2014,,G11D,people,language|migration,2014|AGED 85 YEARS AND OVER,,4073,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4074,A85ov_SOLSE_T_15,Aged 85 years and over Speaks other language and speaks English Total 2015,,G11D,people,language|migration,2015|AGED 85 YEARS AND OVER,,4074,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4075,A85ov_SOLSE_T_16,Aged 85 years and over Speaks other language and speaks English Total 2016,,G11D,people,language|migration,2016|AGED 85 YEARS AND OVER,,4075,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4076,A85ov_SOLSE_T_YNS,Aged 85 years and over Speaks other language and speaks English Total Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 85 YEARS AND OVER,,4076,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4077,A85ov_SOLSE_T_T,Aged 85 years and over Speaks other language and speaks English Total Total,,G11D,people,language|migration,Total|AGED 85 YEARS AND OVER,,4077,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4078,A85ov_L_PinE_NS_B00,Aged 85 years and over Language and proficiency in English not stated Before 2000,,G11D,people,language|migration,Before 2000|AGED 85 YEARS AND OVER,,4078,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4079,A85ov_L_PinE_NS_00_05,Aged 85 years and over Language and proficiency in English not stated 2000 2005,,G11D,people,language|migration,2000_2005|AGED 85 YEARS AND OVER,,4079,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4080,A85ov_L_PinE_NS_06_10,Aged 85 years and over Language and proficiency in English not stated 2006 2010,,G11D,people,language|migration,2006-2010|AGED 85 YEARS AND OVER,,4080,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4081,A85ov_L_PinE_NS_11,Aged 85 years and over Language and proficiency in English not stated 2011,,G11D,people,language|migration,2011|AGED 85 YEARS AND OVER,,4081,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4082,A85ov_L_PinE_NS_12,Aged 85 years and over Language and proficiency in English not stated 2012,,G11D,people,language|migration,2012|AGED 85 YEARS AND OVER,,4082,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4083,A85ov_L_PinE_NS_13,Aged 85 years and over Language and proficiency in English not stated 2013,,G11D,people,language|migration,2013|AGED 85 YEARS AND OVER,,4083,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4084,A85ov_L_PinE_NS_14,Aged 85 years and over Language and proficiency in English not stated 2014,,G11D,people,language|migration,2014|AGED 85 YEARS AND OVER,,4084,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4085,A85ov_L_PinE_NS_15,Aged 85 years and over Language and proficiency in English not stated 2015,,G11D,people,language|migration,2015|AGED 85 YEARS AND OVER,,4085,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4086,A85ov_L_PinE_NS_16,Aged 85 years and over Language and proficiency in English not stated 2016,,G11D,people,language|migration,2016|AGED 85 YEARS AND OVER,,4086,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4087,A85ov_L_PinE_NS_YNS,Aged 85 years and over Language and proficiency in English not stated Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 85 YEARS AND OVER,,4087,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4088,A85ov_L_PinE_NS_T,Aged 85 years and over Language and proficiency in English not stated Total,,G11D,people,language|migration,Total|AGED 85 YEARS AND OVER,,4088,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4089,A85ov_T_B00,Aged 85 years and over Total Before 2000,,G11D,people,language|migration,Before 2000|AGED 85 YEARS AND OVER,,4089,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4090,A85ov_T_00_05,Aged 85 years and over Total 2000 2005,,G11D,people,language|migration,2000_2005|AGED 85 YEARS AND OVER,,4090,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4091,A85ov_T_06_10,Aged 85 years and over Total 2006 2010,,G11D,people,language|migration,2006-2010|AGED 85 YEARS AND OVER,,4091,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4092,A85ov_T_11,Aged 85 years and over Total 2011,,G11D,people,language|migration,2011|AGED 85 YEARS AND OVER,,4092,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4093,A85ov_T_12,Aged 85 years and over Total 2012,,G11D,people,language|migration,2012|AGED 85 YEARS AND OVER,,4093,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4094,A85ov_T_13,Aged 85 years and over Total 2013,,G11D,people,language|migration,2013|AGED 85 YEARS AND OVER,,4094,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4095,A85ov_T_14,Aged 85 years and over Total 2014,,G11D,people,language|migration,2014|AGED 85 YEARS AND OVER,,4095,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4096,A85ov_T_15,Aged 85 years and over Total 2015,,G11D,people,language|migration,2015|AGED 85 YEARS AND OVER,,4096,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4097,A85ov_T_16,Aged 85 years and over Total 2016,,G11D,people,language|migration,2016|AGED 85 YEARS AND OVER,,4097,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4098,A85ov_T_YNS,Aged 85 years and over Total Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|AGED 85 YEARS AND OVER,,4098,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4099,A85ov_T_T,Aged 85 years and over Total Total,,G11D,people,language|migration,Total|AGED 85 YEARS AND OVER,,4099,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4100,T_SEO_B00,Total Speaks English only Before 2000,,G11D,people,language|migration,Before 2000|TOTAL,,4100,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4101,T_SEO_00_05,Total Speaks English only 2000 2005,,G11D,people,language|migration,2000_2005|TOTAL,,4101,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4102,T_SEO_06_10,Total Speaks English only 2006 2010,,G11D,people,language|migration,2006-2010|TOTAL,,4102,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4103,T_SEO_11,Total Speaks English only 2011,,G11D,people,language|migration,2011|TOTAL,,4103,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4104,T_SEO_12,Total Speaks English only 2012,,G11D,people,language|migration,2012|TOTAL,,4104,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4105,T_SEO_13,Total Speaks English only 2013,,G11D,people,language|migration,2013|TOTAL,,4105,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4106,T_SEO_14,Total Speaks English only 2014,,G11D,people,language|migration,2014|TOTAL,,4106,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4107,T_SEO_15,Total Speaks English only 2015,,G11D,people,language|migration,2015|TOTAL,,4107,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4108,T_SEO_16,Total Speaks English only 2016,,G11D,people,language|migration,2016|TOTAL,,4108,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4109,T_SEO_YNS,Total Speaks English only Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|TOTAL,,4109,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4110,T_SEO_T,Total Speaks English only Total,,G11D,people,language|migration,Total|TOTAL,,4110,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4111,T_SOLSE_VWW_B00,Total Speaks other language and speaks English Very well or well Before 2000,,G11D,people,language|migration,Before 2000|TOTAL,,4111,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4112,T_SOLSE_VWW_00_05,Total Speaks other language and speaks English Very well or well 2000 2005,,G11D,people,language|migration,2000_2005|TOTAL,,4112,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4113,T_SOLSE_VWW_06_10,Total Speaks other language and speaks English Very well or well 2006 2010,,G11D,people,language|migration,2006-2010|TOTAL,,4113,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4114,T_SOLSE_VWW_11,Total Speaks other language and speaks English Very well or well 2011,,G11D,people,language|migration,2011|TOTAL,,4114,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4115,T_SOLSE_VWW_12,Total Speaks other language and speaks English Very well or well 2012,,G11D,people,language|migration,2012|TOTAL,,4115,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4116,T_SOLSE_VWW_13,Total Speaks other language and speaks English Very well or well 2013,,G11D,people,language|migration,2013|TOTAL,,4116,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4117,T_SOLSE_VWW_14,Total Speaks other language and speaks English Very well or well 2014,,G11D,people,language|migration,2014|TOTAL,,4117,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4118,T_SOLSE_VWW_15,Total Speaks other language and speaks English Very well or well 2015,,G11D,people,language|migration,2015|TOTAL,,4118,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4119,T_SOLSE_VWW_16,Total Speaks other language and speaks English Very well or well 2016,,G11D,people,language|migration,2016|TOTAL,,4119,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4120,T_SOLSE_VWW_YNS,Total Speaks other language and speaks English Very well or well Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|TOTAL,,4120,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4121,T_SOLSE_VWW_T,Total Speaks other language and speaks English Very well or well Total,,G11D,people,language|migration,Total|TOTAL,,4121,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4122,T_SOLSE_NWNAA_B00,Total Speaks other language and speaks English Not well or not at all Before 2000,,G11D,people,language|migration,Before 2000|TOTAL,,4122,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4123,T_SOLSE_NWNAA_00_05,Total Speaks other language and speaks English Not well or not at all 2000 2005,,G11D,people,language|migration,2000_2005|TOTAL,,4123,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4124,T_SOLSE_NWNAA_06_10,Total Speaks other language and speaks English Not well or not at all 2006 2010,,G11D,people,language|migration,2006-2010|TOTAL,,4124,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4125,T_SOLSE_NWNAA_11,Total Speaks other language and speaks English Not well or not at all 2011,,G11D,people,language|migration,2011|TOTAL,,4125,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4126,T_SOLSE_NWNAA_12,Total Speaks other language and speaks English Not well or not at all 2012,,G11D,people,language|migration,2012|TOTAL,,4126,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4127,T_SOLSE_NWNAA_13,Total Speaks other language and speaks English Not well or not at all 2013,,G11D,people,language|migration,2013|TOTAL,,4127,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4128,T_SOLSE_NWNAA_14,Total Speaks other language and speaks English Not well or not at all 2014,,G11D,people,language|migration,2014|TOTAL,,4128,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4129,T_SOLSE_NWNAA_15,Total Speaks other language and speaks English Not well or not at all 2015,,G11D,people,language|migration,2015|TOTAL,,4129,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4130,T_SOLSE_NWNAA_16,Total Speaks other language and speaks English Not well or not at all 2016,,G11D,people,language|migration,2016|TOTAL,,4130,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4131,T_SOLSE_NWNAA_YNS,Total Speaks other language and speaks English Not well or not at all Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|TOTAL,,4131,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4132,T_SOLSE_NWNAA_T,Total Speaks other language and speaks English Not well or not at all Total,,G11D,people,language|migration,Total|TOTAL,,4132,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4133,T_SOLSE_PinE_NS_B00,Total Speaks other language and speaks English Proficiency in English not stated Before 2000,,G11D,people,language|migration,Before 2000|TOTAL,,4133,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4134,T_SOLSE_PinE_NS_00_05,Total Speaks other language and speaks English Proficiency in English not stated 2000 2005,,G11D,people,language|migration,2000_2005|TOTAL,,4134,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4135,T_SOLSE_PinE_NS_06_10,Total Speaks other language and speaks English Proficiency in English not stated 2006 2010,,G11D,people,language|migration,2006-2010|TOTAL,,4135,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4136,T_SOLSE_PinE_NS_11,Total Speaks other language and speaks English Proficiency in English not stated 2011,,G11D,people,language|migration,2011|TOTAL,,4136,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4137,T_SOLSE_PinE_NS_12,Total Speaks other language and speaks English Proficiency in English not stated 2012,,G11D,people,language|migration,2012|TOTAL,,4137,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4138,T_SOLSE_PinE_NS_13,Total Speaks other language and speaks English Proficiency in English not stated 2013,,G11D,people,language|migration,2013|TOTAL,,4138,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4139,T_SOLSE_PinE_NS_14,Total Speaks other language and speaks English Proficiency in English not stated 2014,,G11D,people,language|migration,2014|TOTAL,,4139,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4140,T_SOLSE_PinE_NS_15,Total Speaks other language and speaks English Proficiency in English not stated 2015,,G11D,people,language|migration,2015|TOTAL,,4140,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4141,T_SOLSE_PinE_NS_16,Total Speaks other language and speaks English Proficiency in English not stated 2016,,G11D,people,language|migration,2016|TOTAL,,4141,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4142,T_SOLSE_PinE_NS_YNS,Total Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|TOTAL,,4142,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4143,T_SOLSE_PinE_NS_T,Total Speaks other language and speaks English Proficiency in English not stated Total,,G11D,people,language|migration,Total|TOTAL,,4143,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4144,T_SOLSE_T_B00,Total Speaks other language and speaks English Total Before 2000,,G11D,people,language|migration,Before 2000|TOTAL,,4144,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4145,T_SOLSE_T_00_05,Total Speaks other language and speaks English Total 2000 2005,,G11D,people,language|migration,2000_2005|TOTAL,,4145,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4146,T_SOLSE_T_06_10,Total Speaks other language and speaks English Total 2006 2010,,G11D,people,language|migration,2006-2010|TOTAL,,4146,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4147,T_SOLSE_T_11,Total Speaks other language and speaks English Total 2011,,G11D,people,language|migration,2011|TOTAL,,4147,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4148,T_SOLSE_T_12,Total Speaks other language and speaks English Total 2012,,G11D,people,language|migration,2012|TOTAL,,4148,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4149,T_SOLSE_T_13,Total Speaks other language and speaks English Total 2013,,G11D,people,language|migration,2013|TOTAL,,4149,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4150,T_SOLSE_T_14,Total Speaks other language and speaks English Total 2014,,G11D,people,language|migration,2014|TOTAL,,4150,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4151,T_SOLSE_T_15,Total Speaks other language and speaks English Total 2015,,G11D,people,language|migration,2015|TOTAL,,4151,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4152,T_SOLSE_T_16,Total Speaks other language and speaks English Total 2016,,G11D,people,language|migration,2016|TOTAL,,4152,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4153,T_SOLSE_T_YNS,Total Speaks other language and speaks English Total Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|TOTAL,,4153,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4154,T_SOLSE_T_T,Total Speaks other language and speaks English Total Total,,G11D,people,language|migration,Total|TOTAL,,4154,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4155,T_L_PinE_NS_B00,Total Language and proficiency in English not stated Before 2000,,G11D,people,language|migration,Before 2000|TOTAL,,4155,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4156,T_L_PinE_NS_00_05,Total Language and proficiency in English not stated 2000 2005,,G11D,people,language|migration,2000_2005|TOTAL,,4156,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4157,T_L_PinE_NS_06_10,Total Language and proficiency in English not stated 2006 2010,,G11D,people,language|migration,2006-2010|TOTAL,,4157,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4158,T_L_PinE_NS_11,Total Language and proficiency in English not stated 2011,,G11D,people,language|migration,2011|TOTAL,,4158,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4159,T_L_PinE_NS_12,Total Language and proficiency in English not stated 2012,,G11D,people,language|migration,2012|TOTAL,,4159,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4160,T_L_PinE_NS_13,Total Language and proficiency in English not stated 2013,,G11D,people,language|migration,2013|TOTAL,,4160,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4161,T_L_PinE_NS_14,Total Language and proficiency in English not stated 2014,,G11D,people,language|migration,2014|TOTAL,,4161,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4162,T_L_PinE_NS_15,Total Language and proficiency in English not stated 2015,,G11D,people,language|migration,2015|TOTAL,,4162,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4163,T_L_PinE_NS_16,Total Language and proficiency in English not stated 2016,,G11D,people,language|migration,2016|TOTAL,,4163,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4164,T_L_PinE_NS_YNS,Total Language and proficiency in English not stated Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|TOTAL,,4164,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4165,T_L_PinE_NS_T,Total Language and proficiency in English not stated Total,,G11D,people,language|migration,Total|TOTAL,,4165,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4166,T_T_B00,Total Total Before 2000,,G11D,people,language|migration,Before 2000|TOTAL,,4166,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4167,T_T_00_05,Total Total 2000 2005,,G11D,people,language|migration,2000_2005|TOTAL,,4167,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4168,T_T_06_10,Total Total 2006 2010,,G11D,people,language|migration,2006-2010|TOTAL,,4168,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4169,T_T_11,Total Total 2011,,G11D,people,language|migration,2011|TOTAL,,4169,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4170,T_T_12,Total Total 2012,,G11D,people,language|migration,2012|TOTAL,,4170,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4171,T_T_13,Total Total 2013,,G11D,people,language|migration,2013|TOTAL,,4171,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4172,T_T_14,Total Total 2014,,G11D,people,language|migration,2014|TOTAL,,4172,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4173,T_T_15,Total Total 2015,,G11D,people,language|migration,2015|TOTAL,,4173,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4174,T_T_16,Total Total 2016,,G11D,people,language|migration,2016|TOTAL,,4174,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4175,T_T_YNS,Total Total Year of arrival not stated,,G11D,people,language|migration,Year of arrival not stated|TOTAL,,4175,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4176,T_T_T,Total Total Total,,G11D,people,language|migration,Total|TOTAL,,4176,Proficiency in Spoken English/Language by Year of Arrival in Australia by Age +G4177,C0_4F_EO_M_EO,Dependent children aged 0 4 years female parent Speaks English only male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS,,4177,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4178,C0_4F_EO_M_O_EVWW,Dependent children aged 0 4 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS,,4178,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4179,C0_4F_EO_M_O_ENWNA,Dependent children aged 0 4 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS,,4179,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4180,C0_4F_EO_M_O_PENS,Dependent children aged 0 4 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4180,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4181,C0_4F_EO_M_O_E_T,Dependent children aged 0 4 years female parent Speaks English only male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4181,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4182,C0_4F_EO_M_LPENS,Dependent children aged 0 4 years female parent Speaks English only male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4182,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4183,C0_4F_EO_M_T,Dependent children aged 0 4 years female parent Speaks English only male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4183,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4184,C0_4F_O_EVWW_M_EO,Dependent children aged 0 4 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS,,4184,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4185,C0_4F_O_EVWW_M_O_EVWW,Dependent children aged 0 4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS,,4185,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4186,C0_4F_O_EVWW_M_O_ENWNA,Dependent children aged 0 4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS,,4186,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4187,C0_4F_O_EVWW_M_O_PENS,Dependent children aged 0 4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4187,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4188,C0_4F_O_EVWW_M_O_E_T,Dependent children aged 0 4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4188,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4189,C0_4F_O_EVWW_M_LPENS,Dependent children aged 0 4 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4189,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4190,C0_4F_O_EVWW_M_T,Dependent children aged 0 4 years female parent Speaks other language and speaks English Very well or well male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4190,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4191,C0_4F_O_ENWNA_M_EO,Dependent children aged 0 4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS,,4191,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4192,C0_4F_O_ENWNA_M_O_EVWW,Dependent children aged 0 4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS,,4192,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4193,C0_4F_O_ENWNA_M_O_ENWNA,Dependent children aged 0 4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS,,4193,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4194,C0_4F_O_ENWNA_M_O_PENS,Dependent children aged 0 4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4194,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4195,C0_4F_O_ENWNA_M_O_E_T,Dependent children aged 0 4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4195,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4196,C0_4F_O_ENWNA_M_LPENS,Dependent children aged 0 4 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4196,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4197,C0_4F_O_ENWNA_M_T,Dependent children aged 0 4 years female parent Speaks other language and speaks English Not well or not at all male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4197,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4198,C0_4F_O_PENS_M_EO,Dependent children aged 0 4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS,,4198,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4199,C0_4F_O_PENS_M_O_EVWW,Dependent children aged 0 4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS,,4199,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4200,C0_4F_O_PENS_M_O_ENWNA,Dependent children aged 0 4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS,,4200,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4201,C0_4F_O_PENS_M_O_PENS,Dependent children aged 0 4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4201,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4202,C0_4F_O_PENS_M_O_E_T,Dependent children aged 0 4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4202,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4203,C0_4F_O_PENS_M_LPENS,Dependent children aged 0 4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4203,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4204,C0_4F_O_PENS_M_T,Dependent children aged 0 4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4204,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4205,C0_4F_O_E_T_M_EO,Dependent children aged 0 4 years female parent Speaks other language and speaks English Total male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS,,4205,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4206,C0_4F_O_E_T_M_O_EVWW,Dependent children aged 0 4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS,,4206,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4207,C0_4F_O_E_T_M_O_ENWNA,Dependent children aged 0 4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS,,4207,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4208,C0_4F_O_E_T_M_O_PENS,Dependent children aged 0 4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4208,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4209,C0_4F_O_E_T_M_O_E_T,Dependent children aged 0 4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4209,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4210,C0_4F_O_E_T_M_LPENS,Dependent children aged 0 4 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4210,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4211,C0_4F_O_E_T_M_T,Dependent children aged 0 4 years female parent Speaks other language and speaks English Total male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4211,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4212,C0_4F_LPENS_M_EO,Dependent children aged 0 4 years female parent Language and proficiency in English not stated male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS,,4212,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4213,C0_4F_LPENS_M_O_EVWW,Dependent children aged 0 4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS,,4213,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4214,C0_4F_LPENS_M_O_ENWNA,Dependent children aged 0 4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS,,4214,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4215,C0_4F_LPENS_M_O_PENS,Dependent children aged 0 4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4215,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4216,C0_4F_LPENS_M_O_E_T,Dependent children aged 0 4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4216,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4217,C0_4F_LPENS_M_LPENS,Dependent children aged 0 4 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4217,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4218,C0_4F_LPENS_M_T,Dependent children aged 0 4 years female parent Language and proficiency in English not stated male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4218,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4219,C0_4F_T_M_EO,Dependent children aged 0 4 years female parent Total male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 0-4 YEARS,,4219,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4220,C0_4F_T_M_O_EVWW,Dependent children aged 0 4 years female parent Total male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 0-4 YEARS,,4220,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4221,C0_4F_T_M_O_ENWNA,Dependent children aged 0 4 years female parent Total male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 0-4 YEARS,,4221,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4222,C0_4F_T_M_O_PENS,Dependent children aged 0 4 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4222,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4223,C0_4F_T_M_O_E_T,Dependent children aged 0 4 years female parent Total male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4223,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4224,C0_4F_T_M_LPENS,Dependent children aged 0 4 years female parent Total male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,4224,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4225,C0_4F_T_M_T,Dependent children aged 0 4 years female parent Total male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,4225,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4226,C5_9F_EO_M_EO,Dependent children aged 5 9 years female parent Speaks English only male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS,,4226,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4227,C5_9F_EO_M_O_EVWW,Dependent children aged 5 9 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS,,4227,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4228,C5_9F_EO_M_O_ENWNA,Dependent children aged 5 9 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS,,4228,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4229,C5_9F_EO_M_O_PENS,Dependent children aged 5 9 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4229,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4230,C5_9F_EO_M_O_E_T,Dependent children aged 5 9 years female parent Speaks English only male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4230,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4231,C5_9F_EO_M_LPENS,Dependent children aged 5 9 years female parent Speaks English only male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4231,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4232,C5_9F_EO_M_T,Dependent children aged 5 9 years female parent Speaks English only male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4232,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4233,C5_9F_O_EVWW_M_EO,Dependent children aged 5 9 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS,,4233,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4234,C5_9F_O_EVWW_M_O_EVWW,Dependent children aged 5 9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS,,4234,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4235,C5_9F_O_EVWW_M_O_ENWNA,Dependent children aged 5 9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS,,4235,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4236,C5_9F_O_EVWW_M_O_PENS,Dependent children aged 5 9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4236,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4237,C5_9F_O_EVWW_M_O_E_T,Dependent children aged 5 9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4237,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4238,C5_9F_O_EVWW_M_LPENS,Dependent children aged 5 9 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4238,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4239,C5_9F_O_EVWW_M_T,Dependent children aged 5 9 years female parent Speaks other language and speaks English Very well or well male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4239,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4240,C5_9F_O_ENWNA_M_EO,Dependent children aged 5 9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS,,4240,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4241,C5_9F_O_ENWNA_M_O_EVWW,Dependent children aged 5 9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS,,4241,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4242,C5_9F_O_ENWNA_M_O_ENWNA,Dependent children aged 5 9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS,,4242,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4243,C5_9F_O_ENWNA_M_O_PENS,Dependent children aged 5 9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4243,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4244,C5_9F_O_ENWNA_M_O_E_T,Dependent children aged 5 9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4244,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4245,C5_9F_O_ENWNA_M_LPENS,Dependent children aged 5 9 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4245,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4246,C5_9F_O_ENWNA_M_T,Dependent children aged 5 9 years female parent Speaks other language and speaks English Not well or not at all male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4246,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4247,C5_9F_O_PENS_M_EO,Dependent children aged 5 9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS,,4247,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4248,C5_9F_O_PENS_M_O_EVWW,Dependent children aged 5 9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS,,4248,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4249,C5_9F_O_PENS_M_O_ENWNA,Dependent children aged 5 9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS,,4249,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4250,C5_9F_O_PENS_M_O_PENS,Dependent children aged 5 9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4250,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4251,C5_9F_O_PENS_M_O_E_T,Dependent children aged 5 9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4251,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4252,C5_9F_O_PENS_M_LPENS,Dependent children aged 5 9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4252,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4253,C5_9F_O_PENS_M_T,Dependent children aged 5 9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4253,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4254,C5_9F_O_E_T_M_EO,Dependent children aged 5 9 years female parent Speaks other language and speaks English Total male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS,,4254,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4255,C5_9F_O_E_T_M_O_EVWW,Dependent children aged 5 9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS,,4255,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4256,C5_9F_O_E_T_M_O_ENWNA,Dependent children aged 5 9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS,,4256,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4257,C5_9F_O_E_T_M_O_PENS,Dependent children aged 5 9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4257,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4258,C5_9F_O_E_T_M_O_E_T,Dependent children aged 5 9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4258,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4259,C5_9F_O_E_T_M_LPENS,Dependent children aged 5 9 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4259,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4260,C5_9F_O_E_T_M_T,Dependent children aged 5 9 years female parent Speaks other language and speaks English Total male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4260,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4261,C5_9F_LPENS_M_EO,Dependent children aged 5 9 years female parent Language and proficiency in English not stated male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS,,4261,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4262,C5_9F_LPENS_M_O_EVWW,Dependent children aged 5 9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS,,4262,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4263,C5_9F_LPENS_M_O_ENWNA,Dependent children aged 5 9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS,,4263,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4264,C5_9F_LPENS_M_O_PENS,Dependent children aged 5 9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4264,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4265,C5_9F_LPENS_M_O_E_T,Dependent children aged 5 9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4265,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4266,C5_9F_LPENS_M_LPENS,Dependent children aged 5 9 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4266,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4267,C5_9F_LPENS_M_T,Dependent children aged 5 9 years female parent Language and proficiency in English not stated male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4267,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4268,C5_9F_T_M_EO,Dependent children aged 5 9 years female parent Total male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 5-9 YEARS,,4268,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4269,C5_9F_T_M_O_EVWW,Dependent children aged 5 9 years female parent Total male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 5-9 YEARS,,4269,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4270,C5_9F_T_M_O_ENWNA,Dependent children aged 5 9 years female parent Total male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 5-9 YEARS,,4270,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4271,C5_9F_T_M_O_PENS,Dependent children aged 5 9 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4271,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4272,C5_9F_T_M_O_E_T,Dependent children aged 5 9 years female parent Total male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4272,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4273,C5_9F_T_M_LPENS,Dependent children aged 5 9 years female parent Total male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,4273,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4274,C5_9F_T_M_T,Dependent children aged 5 9 years female parent Total male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,4274,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4275,C10_12F_EO_M_EO,Dependent children aged 10 12 years female parent Speaks English only male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS,,4275,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4276,C10_12F_EO_M_O_EVWW,Dependent children aged 10 12 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS,,4276,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4277,C10_12F_EO_M_O_ENWNA,Dependent children aged 10 12 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS,,4277,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4278,C10_12F_EO_M_O_PENS,Dependent children aged 10 12 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4278,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4279,C10_12F_EO_M_O_E_T,Dependent children aged 10 12 years female parent Speaks English only male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4279,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4280,C10_12F_EO_M_LPENS,Dependent children aged 10 12 years female parent Speaks English only male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4280,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4281,C10_12F_EO_M_T,Dependent children aged 10 12 years female parent Speaks English only male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4281,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4282,C10_12F_O_EVWW_M_EO,Dependent children aged 10 12 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS,,4282,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4283,C10_12F_O_EVWW_M_O_EVWW,Dependent children aged 10 12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS,,4283,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4284,C10_12F_O_EVWW_M_O_ENWNA,Dependent children aged 10 12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS,,4284,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4285,C10_12F_O_EVWW_M_O_PENS,Dependent children aged 10 12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4285,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4286,C10_12F_O_EVWW_M_O_E_T,Dependent children aged 10 12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4286,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4287,C10_12F_O_EVWW_M_LPENS,Dependent children aged 10 12 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4287,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4288,C10_12F_O_EVWW_M_T,Dependent children aged 10 12 years female parent Speaks other language and speaks English Very well or well male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4288,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4289,C10_12F_O_ENWNA_M_EO,Dependent children aged 10 12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS,,4289,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4290,C10_12F_O_ENWNA_M_O_EVWW,Dependent children aged 10 12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS,,4290,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4291,C10_12F_O_ENWNA_M_O_ENWNA,Dependent children aged 10 12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS,,4291,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4292,C10_12F_O_ENWNA_M_O_PENS,Dependent children aged 10 12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4292,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4293,C10_12F_O_ENWNA_M_O_E_T,Dependent children aged 10 12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4293,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4294,C10_12F_O_ENWNA_M_LPENS,Dependent children aged 10 12 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4294,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4295,C10_12F_O_ENWNA_M_T,Dependent children aged 10 12 years female parent Speaks other language and speaks English Not well or not at all male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4295,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4296,C10_12F_O_PENS_M_EO,Dependent children aged 10 12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS,,4296,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4297,C10_12F_O_PENS_M_O_EVWW,Dependent children aged 10 12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS,,4297,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4298,C10_12F_O_PENS_M_O_ENWNA,Dependent children aged 10 12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS,,4298,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4299,C10_12F_O_PENS_M_O_PENS,Dependent children aged 10 12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4299,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4300,C10_12F_O_PENS_M_O_E_T,Dependent children aged 10 12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4300,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4301,C10_12F_O_PENS_M_LPENS,Dependent children aged 10 12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4301,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4302,C10_12F_O_PENS_M_T,Dependent children aged 10 12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4302,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4303,C10_12F_O_E_T_M_EO,Dependent children aged 10 12 years female parent Speaks other language and speaks English Total male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS,,4303,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4304,C10_12F_O_E_T_M_O_EVWW,Dependent children aged 10 12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS,,4304,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4305,C10_12F_O_E_T_M_O_ENWNA,Dependent children aged 10 12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS,,4305,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4306,C10_12F_O_E_T_M_O_PENS,Dependent children aged 10 12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4306,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4307,C10_12F_O_E_T_M_O_E_T,Dependent children aged 10 12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4307,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4308,C10_12F_O_E_T_M_LPENS,Dependent children aged 10 12 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4308,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4309,C10_12F_O_E_T_M_T,Dependent children aged 10 12 years female parent Speaks other language and speaks English Total male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4309,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4310,C10_12F_LPENS_M_EO,Dependent children aged 10 12 years female parent Language and proficiency in English not stated male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS,,4310,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4311,C10_12F_LPENS_M_O_EVWW,Dependent children aged 10 12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS,,4311,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4312,C10_12F_LPENS_M_O_ENWNA,Dependent children aged 10 12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS,,4312,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4313,C10_12F_LPENS_M_O_PENS,Dependent children aged 10 12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4313,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4314,C10_12F_LPENS_M_O_E_T,Dependent children aged 10 12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4314,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4315,C10_12F_LPENS_M_LPENS,Dependent children aged 10 12 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4315,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4316,C10_12F_LPENS_M_T,Dependent children aged 10 12 years female parent Language and proficiency in English not stated male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4316,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4317,C10_12F_T_M_EO,Dependent children aged 10 12 years female parent Total male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 10-12 YEARS,,4317,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4318,C10_12F_T_M_O_EVWW,Dependent children aged 10 12 years female parent Total male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 10-12 YEARS,,4318,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4319,C10_12F_T_M_O_ENWNA,Dependent children aged 10 12 years female parent Total male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 10-12 YEARS,,4319,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4320,C10_12F_T_M_O_PENS,Dependent children aged 10 12 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4320,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4321,C10_12F_T_M_O_E_T,Dependent children aged 10 12 years female parent Total male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4321,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4322,C10_12F_T_M_LPENS,Dependent children aged 10 12 years female parent Total male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,4322,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4323,C10_12F_T_M_T,Dependent children aged 10 12 years female parent Total male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,4323,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4324,C13_14F_EO_M_EO,Dependent children aged 13 14 years female parent Speaks English only male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS,,4324,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4325,C13_14F_EO_M_O_EVWW,Dependent children aged 13 14 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS,,4325,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4326,C13_14F_EO_M_O_ENWNA,Dependent children aged 13 14 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS,,4326,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4327,C13_14F_EO_M_O_PENS,Dependent children aged 13 14 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4327,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4328,C13_14F_EO_M_O_E_T,Dependent children aged 13 14 years female parent Speaks English only male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4328,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4329,C13_14F_EO_M_LPENS,Dependent children aged 13 14 years female parent Speaks English only male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4329,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4330,C13_14F_EO_M_T,Dependent children aged 13 14 years female parent Speaks English only male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4330,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4331,C13_14F_O_EVWW_M_EO,Dependent children aged 13 14 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS,,4331,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4332,C13_14F_O_EVWW_M_O_EVWW,Dependent children aged 13 14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS,,4332,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4333,C13_14F_O_EVWW_M_O_ENWNA,Dependent children aged 13 14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS,,4333,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4334,C13_14F_O_EVWW_M_O_PENS,Dependent children aged 13 14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4334,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4335,C13_14F_O_EVWW_M_O_E_T,Dependent children aged 13 14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4335,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4336,C13_14F_O_EVWW_M_LPENS,Dependent children aged 13 14 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4336,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4337,C13_14F_O_EVWW_M_T,Dependent children aged 13 14 years female parent Speaks other language and speaks English Very well or well male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4337,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4338,C13_14F_O_ENWNA_M_EO,Dependent children aged 13 14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS,,4338,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4339,C13_14F_O_ENWNA_M_O_EVWW,Dependent children aged 13 14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS,,4339,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4340,C13_14F_O_ENWNA_M_O_ENWNA,Dependent children aged 13 14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS,,4340,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4341,C13_14F_O_ENWNA_M_O_PENS,Dependent children aged 13 14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4341,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4342,C13_14F_O_ENWNA_M_O_E_T,Dependent children aged 13 14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4342,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4343,C13_14F_O_ENWNA_M_LPENS,Dependent children aged 13 14 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4343,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4344,C13_14F_O_ENWNA_M_T,Dependent children aged 13 14 years female parent Speaks other language and speaks English Not well or not at all male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4344,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4345,C13_14F_O_PENS_M_EO,Dependent children aged 13 14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS,,4345,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4346,C13_14F_O_PENS_M_O_EVWW,Dependent children aged 13 14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS,,4346,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4347,C13_14F_O_PENS_M_O_ENWNA,Dependent children aged 13 14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS,,4347,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4348,C13_14F_O_PENS_M_O_PENS,Dependent children aged 13 14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4348,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4349,C13_14F_O_PENS_M_O_E_T,Dependent children aged 13 14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4349,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4350,C13_14F_O_PENS_M_LPENS,Dependent children aged 13 14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4350,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4351,C13_14F_O_PENS_M_T,Dependent children aged 13 14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4351,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4352,C13_14F_O_E_T_M_EO,Dependent children aged 13 14 years female parent Speaks other language and speaks English Total male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS,,4352,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4353,C13_14F_O_E_T_M_O_EVWW,Dependent children aged 13 14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS,,4353,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4354,C13_14F_O_E_T_M_O_ENWNA,Dependent children aged 13 14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS,,4354,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4355,C13_14F_O_E_T_M_O_PENS,Dependent children aged 13 14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4355,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4356,C13_14F_O_E_T_M_O_E_T,Dependent children aged 13 14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4356,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4357,C13_14F_O_E_T_M_LPENS,Dependent children aged 13 14 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4357,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4358,C13_14F_O_E_T_M_T,Dependent children aged 13 14 years female parent Speaks other language and speaks English Total male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4358,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4359,C13_14F_LPENS_M_EO,Dependent children aged 13 14 years female parent Language and proficiency in English not stated male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS,,4359,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4360,C13_14F_LPENS_M_O_EVWW,Dependent children aged 13 14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS,,4360,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4361,C13_14F_LPENS_M_O_ENWNA,Dependent children aged 13 14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS,,4361,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4362,C13_14F_LPENS_M_O_PENS,Dependent children aged 13 14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4362,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4363,C13_14F_LPENS_M_O_E_T,Dependent children aged 13 14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4363,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4364,C13_14F_LPENS_M_LPENS,Dependent children aged 13 14 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4364,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4365,C13_14F_LPENS_M_T,Dependent children aged 13 14 years female parent Language and proficiency in English not stated male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4365,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4366,C13_14F_TM_EO,Dependent children aged 13 14 years female parent Total male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 13-14 YEARS,,4366,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4367,C13_14F_TM_O_EVWW,Dependent children aged 13 14 years female parent Total male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 13-14 YEARS,,4367,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4368,C13_14F_TM_O_ENWNA,Dependent children aged 13 14 years female parent Total male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 13-14 YEARS,,4368,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4369,C13_14F_TM_O_PENS,Dependent children aged 13 14 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4369,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4370,C13_14F_TM_O_E_T,Dependent children aged 13 14 years female parent Total male parent Speaks other language and speaks English Total,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4370,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4371,C13_14F_TM_LPENS,Dependent children aged 13 14 years female parent Total male parent Language and proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,4371,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4372,C13_14F_TM_T,Dependent children aged 13 14 years female parent Total male parent Total,,G12A,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,4372,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4373,C15_17F_EO_M_EO,Dependent children aged 15 17 years female parent Speaks English only male parent Speaks English only,,G12A,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS,,4373,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4374,C15_17F_EO_M_O_EVWW,Dependent children aged 15 17 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS,,4374,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4375,C15_17F_EO_M_O_ENWNA,Dependent children aged 15 17 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS,,4375,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4376,C15_17F_EO_M_O_PENS,Dependent children aged 15 17 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated,,G12A,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4376,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4377,C15_17F_EO_M_O_E_T,Dependent children aged 15 17 years female parent Speaks English only male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4377,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4378,C15_17F_EO_M_LPENS,Dependent children aged 15 17 years female parent Speaks English only male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4378,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4379,C15_17F_EO_M_T,Dependent children aged 15 17 years female parent Speaks English only male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4379,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4380,C15_17F_O_EVWW_M_EO,Dependent children aged 15 17 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS,,4380,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4381,C15_17F_O_EVWW_M_O_EVWW,Dependent children aged 15 17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS,,4381,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4382,C15_17F_O_EVWW_M_O_ENWNA,Dependent children aged 15 17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS,,4382,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4383,C15_17F_O_EVWW_M_O_PENS,Dependent children aged 15 17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4383,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4384,C15_17F_O_EVWW_M_O_E_T,Dependent children aged 15 17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4384,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4385,C15_17F_O_EVWW_M_LPENS,Dependent children aged 15 17 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4385,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4386,C15_17F_O_EVWW_M_T,Dependent children aged 15 17 years female parent Speaks other language and speaks English Very well or well male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4386,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4387,C15_17F_O_ENWNA_M_EO,Dependent children aged 15 17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS,,4387,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4388,C15_17F_O_ENWNA_M_O_EVWW,Dependent children aged 15 17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS,,4388,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4389,C15_17F_O_ENWNA_M_O_ENWNA,Dependent children aged 15 17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS,,4389,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4390,C15_17F_O_ENWNA_M_O_PENS,Dependent children aged 15 17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4390,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4391,C15_17F_O_ENWNA_M_O_E_T,Dependent children aged 15 17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4391,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4392,C15_17F_O_ENWNA_M_LPENS,Dependent children aged 15 17 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4392,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4393,C15_17F_O_ENWNA_M_T,Dependent children aged 15 17 years female parent Speaks other language and speaks English Not well or not at all male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4393,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4394,C15_17F_O_PENS_M_EO,Dependent children aged 15 17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS,,4394,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4395,C15_17F_O_PENS_M_O_EVWW,Dependent children aged 15 17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS,,4395,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4396,C15_17F_O_PENS_M_O_ENWNA,Dependent children aged 15 17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS,,4396,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4397,C15_17F_O_PENS_M_O_PENS,Dependent children aged 15 17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4397,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4398,C15_17F_O_PENS_M_O_E_T,Dependent children aged 15 17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4398,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4399,C15_17F_O_PENS_M_LPENS,Dependent children aged 15 17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4399,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4400,C15_17F_O_PENS_M_T,Dependent children aged 15 17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4400,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4401,C15_17F_O_E_T_M_EO,Dependent children aged 15 17 years female parent Speaks other language and speaks English Total male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS,,4401,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4402,C15_17F_O_E_T_M_O_EVWW,Dependent children aged 15 17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS,,4402,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4403,C15_17F_O_E_T_M_O_ENWNA,Dependent children aged 15 17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS,,4403,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4404,C15_17F_O_E_T_M_O_PENS,Dependent children aged 15 17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4404,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4405,C15_17F_O_E_T_M_O_E_T,Dependent children aged 15 17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4405,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4406,C15_17F_O_E_T_M_LPENS,Dependent children aged 15 17 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4406,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4407,C15_17F_O_E_T_M_T,Dependent children aged 15 17 years female parent Speaks other language and speaks English Total male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4407,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4408,C15_17F_LPENS_M_EO,Dependent children aged 15 17 years female parent Language and proficiency in English not stated male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS,,4408,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4409,C15_17F_LPENS_M_O_EVWW,Dependent children aged 15 17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS,,4409,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4410,C15_17F_LPENS_M_O_ENWNA,Dependent children aged 15 17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS,,4410,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4411,C15_17F_LPENS_M_O_PENS,Dependent children aged 15 17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4411,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4412,C15_17F_LPENS_M_O_E_T,Dependent children aged 15 17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4412,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4413,C15_17F_LPENS_M_LPENS,Dependent children aged 15 17 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4413,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4414,C15_17F_LPENS_M_T,Dependent children aged 15 17 years female parent Language and proficiency in English not stated male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4414,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4415,C15_17F_T_M_EO,Dependent children aged 15 17 years female parent Total male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 15-17 YEARS,,4415,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4416,C15_17F_T_M_O_EVWW,Dependent children aged 15 17 years female parent Total male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 15-17 YEARS,,4416,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4417,C15_17F_T_M_O_ENWNA,Dependent children aged 15 17 years female parent Total male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 15-17 YEARS,,4417,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4418,C15_17F_T_M_O_PENS,Dependent children aged 15 17 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4418,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4419,C15_17F_T_M_O_E_T,Dependent children aged 15 17 years female parent Total male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4419,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4420,C15_17F_T_M_LPENS,Dependent children aged 15 17 years female parent Total male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,4420,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4421,C15_17F_T_M_T,Dependent children aged 15 17 years female parent Total male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,4421,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4422,C18_20F_EO_M_EO,Dependent children aged 18 20 years female parent Speaks English only male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS,,4422,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4423,C18_20F_EO_M_O_EVWW,Dependent children aged 18 20 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS,,4423,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4424,C18_20F_EO_M_O_ENWNA,Dependent children aged 18 20 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS,,4424,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4425,C18_20F_EO_M_O_PENS,Dependent children aged 18 20 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4425,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4426,C18_20F_EO_M_O_E_T,Dependent children aged 18 20 years female parent Speaks English only male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4426,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4427,C18_20F_EO_M_LPENS,Dependent children aged 18 20 years female parent Speaks English only male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4427,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4428,C18_20F_EO_M_T,Dependent children aged 18 20 years female parent Speaks English only male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4428,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4429,C18_20F_O_EVWW_M_EO,Dependent children aged 18 20 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS,,4429,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4430,C18_20F_O_EVWW_M_O_EVWW,Dependent children aged 18 20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS,,4430,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4431,C18_20F_O_EVWW_M_O_ENWNA,Dependent children aged 18 20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS,,4431,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4432,C18_20F_O_EVWW_M_O_PENS,Dependent children aged 18 20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4432,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4433,C18_20F_O_EVWW_M_O_E_T,Dependent children aged 18 20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4433,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4434,C18_20F_O_EVWW_M_LPENS,Dependent children aged 18 20 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4434,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4435,C18_20F_O_EVWW_M_T,Dependent children aged 18 20 years female parent Speaks other language and speaks English Very well or well male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4435,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4436,C18_20F_O_ENWNA_M_EO,Dependent children aged 18 20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS,,4436,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4437,C18_20F_O_ENWNA_M_O_EVWW,Dependent children aged 18 20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS,,4437,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4438,C18_20F_O_ENWNA_M_O_ENWNA,Dependent children aged 18 20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS,,4438,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4439,C18_20F_O_ENWNA_M_O_PENS,Dependent children aged 18 20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4439,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4440,C18_20F_O_ENWNA_M_O_E_T,Dependent children aged 18 20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4440,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4441,C18_20F_O_ENWNA_M_LPENS,Dependent children aged 18 20 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4441,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4442,C18_20F_O_ENWNA_M_T,Dependent children aged 18 20 years female parent Speaks other language and speaks English Not well or not at all male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4442,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4443,C18_20F_O_PENS_M_EO,Dependent children aged 18 20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS,,4443,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4444,C18_20F_O_PENS_M_O_EVWW,Dependent children aged 18 20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS,,4444,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4445,C18_20F_O_PENS_M_O_ENWNA,Dependent children aged 18 20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS,,4445,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4446,C18_20F_O_PENS_M_O_PENS,Dependent children aged 18 20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4446,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4447,C18_20F_O_PENS_M_O_E_T,Dependent children aged 18 20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4447,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4448,C18_20F_O_PENS_M_LPENS,Dependent children aged 18 20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4448,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4449,C18_20F_O_PENS_M_T,Dependent children aged 18 20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4449,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4450,C18_20F_O_E_T_M_EO,Dependent children aged 18 20 years female parent Speaks other language and speaks English Total male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS,,4450,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4451,C18_20F_O_E_T_M_O_EVWW,Dependent children aged 18 20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS,,4451,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4452,C18_20F_O_E_T_M_O_ENWNA,Dependent children aged 18 20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS,,4452,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4453,C18_20F_O_E_T_M_O_PENS,Dependent children aged 18 20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4453,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4454,C18_20F_O_E_T_M_O_E_T,Dependent children aged 18 20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4454,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4455,C18_20F_O_E_T_M_LPENS,Dependent children aged 18 20 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4455,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4456,C18_20F_O_E_T_M_T,Dependent children aged 18 20 years female parent Speaks other language and speaks English Total male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4456,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4457,C18_20F_LPENS_M_EO,Dependent children aged 18 20 years female parent Language and proficiency in English not stated male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS,,4457,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4458,C18_20F_LPENS_M_O_EVWW,Dependent children aged 18 20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS,,4458,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4459,C18_20F_LPENS_M_O_ENWNA,Dependent children aged 18 20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS,,4459,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4460,C18_20F_LPENS_M_O_PENS,Dependent children aged 18 20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4460,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4461,C18_20F_LPENS_M_O_E_T,Dependent children aged 18 20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4461,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4462,C18_20F_LPENS_M_LPENS,Dependent children aged 18 20 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4462,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4463,C18_20F_LPENS_M_T,Dependent children aged 18 20 years female parent Language and proficiency in English not stated male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4463,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4464,C18_20F_T_M_EO,Dependent children aged 18 20 years female parent Total male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 18-20 YEARS,,4464,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4465,C18_20F_T_M_O_EVWW,Dependent children aged 18 20 years female parent Total male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 18-20 YEARS,,4465,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4466,C18_20F_T_M_O_ENWNA,Dependent children aged 18 20 years female parent Total male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 18-20 YEARS,,4466,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4467,C18_20F_T_M_O_PENS,Dependent children aged 18 20 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4467,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4468,C18_20F_T_M_O_E_T,Dependent children aged 18 20 years female parent Total male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4468,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4469,C18_20F_T_M_LPENS,Dependent children aged 18 20 years female parent Total male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,4469,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4470,C18_20F_T_M_T,Dependent children aged 18 20 years female parent Total male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,4470,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4471,C21_24F_EO_M_EO,Dependent children aged 21 24 years female parent Speaks English only male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS,,4471,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4472,C21_24F_EO_M_O_EVWW,Dependent children aged 21 24 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS,,4472,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4473,C21_24F_EO_M_O_ENWNA,Dependent children aged 21 24 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS,,4473,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4474,C21_24F_EO_M_O_PENS,Dependent children aged 21 24 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4474,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4475,C21_24F_EO_M_O_E_T,Dependent children aged 21 24 years female parent Speaks English only male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4475,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4476,C21_24F_EO_M_LPENS,Dependent children aged 21 24 years female parent Speaks English only male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4476,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4477,C21_24F_EO_M_T,Dependent children aged 21 24 years female parent Speaks English only male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4477,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4478,C21_24F_O_EVWW_M_EO,Dependent children aged 21 24 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS,,4478,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4479,C21_24F_O_EVWW_M_O_EVWW,Dependent children aged 21 24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS,,4479,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4480,C21_24F_O_EVWW_M_O_ENWNA,Dependent children aged 21 24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS,,4480,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4481,C21_24F_O_EVWW_M_O_PENS,Dependent children aged 21 24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4481,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4482,C21_24F_O_EVWW_M_O_E_T,Dependent children aged 21 24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4482,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4483,C21_24F_O_EVWW_M_LPENS,Dependent children aged 21 24 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4483,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4484,C21_24F_O_EVWW_M_T,Dependent children aged 21 24 years female parent Speaks other language and speaks English Very well or well male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4484,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4485,C21_24F_O_ENWNA_M_EO,Dependent children aged 21 24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS,,4485,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4486,C21_24F_O_ENWNA_M_O_EVWW,Dependent children aged 21 24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS,,4486,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4487,C21_24F_O_ENWNA_M_O_ENWNA,Dependent children aged 21 24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS,,4487,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4488,C21_24F_O_ENWNA_M_O_PENS,Dependent children aged 21 24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4488,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4489,C21_24F_O_ENWNA_M_O_E_T,Dependent children aged 21 24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4489,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4490,C21_24F_O_ENWNA_M_LPENS,Dependent children aged 21 24 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4490,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4491,C21_24F_O_ENWNA_M_T,Dependent children aged 21 24 years female parent Speaks other language and speaks English Not well or not at all male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4491,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4492,C21_24F_O_PENS_M_EO,Dependent children aged 21 24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS,,4492,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4493,C21_24F_O_PENS_M_O_EVWW,Dependent children aged 21 24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS,,4493,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4494,C21_24F_O_PENS_M_O_ENWNA,Dependent children aged 21 24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS,,4494,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4495,C21_24F_O_PENS_M_O_PENS,Dependent children aged 21 24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4495,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4496,C21_24F_O_PENS_M_O_E_T,Dependent children aged 21 24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4496,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4497,C21_24F_O_PENS_M_LPENS,Dependent children aged 21 24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4497,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4498,C21_24F_O_PENS_M_T,Dependent children aged 21 24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4498,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4499,C21_24F_O_E_T_M_EO,Dependent children aged 21 24 years female parent Speaks other language and speaks English Total male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS,,4499,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4500,C21_24F_O_E_T_M_O_EVWW,Dependent children aged 21 24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS,,4500,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4501,C21_24F_O_E_T_M_O_ENWNA,Dependent children aged 21 24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS,,4501,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4502,C21_24F_O_E_T_M_O_PENS,Dependent children aged 21 24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4502,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4503,C21_24F_O_E_T_M_O_E_T,Dependent children aged 21 24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4503,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4504,C21_24F_O_E_T_M_LPENS,Dependent children aged 21 24 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4504,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4505,C21_24F_O_E_T_M_T,Dependent children aged 21 24 years female parent Speaks other language and speaks English Total male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4505,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4506,C21_24F_LPENS_M_EO,Dependent children aged 21 24 years female parent Language and proficiency in English not stated male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS,,4506,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4507,C21_24F_LPENS_M_O_EVWW,Dependent children aged 21 24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS,,4507,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4508,C21_24F_LPENS_M_O_ENWNA,Dependent children aged 21 24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS,,4508,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4509,C21_24F_LPENS_M_O_PENS,Dependent children aged 21 24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4509,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4510,C21_24F_LPENS_M_O_E_T,Dependent children aged 21 24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4510,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4511,C21_24F_LPENS_M_LPENS,Dependent children aged 21 24 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4511,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4512,C21_24F_LPENS_M_T,Dependent children aged 21 24 years female parent Language and proficiency in English not stated male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4512,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4513,C21_24F_T_M_EO,Dependent children aged 21 24 years female parent Total male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|DEPENDENT CHILDREN AGED 21-24 YEARS,,4513,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4514,C21_24F_T_M_O_EVWW,Dependent children aged 21 24 years female parent Total male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|DEPENDENT CHILDREN AGED 21-24 YEARS,,4514,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4515,C21_24F_T_M_O_ENWNA,Dependent children aged 21 24 years female parent Total male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|DEPENDENT CHILDREN AGED 21-24 YEARS,,4515,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4516,C21_24F_T_M_O_PENS,Dependent children aged 21 24 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4516,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4517,C21_24F_T_M_O_E_T,Dependent children aged 21 24 years female parent Total male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4517,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4518,C21_24F_T_M_LPENS,Dependent children aged 21 24 years female parent Total male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,4518,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4519,C21_24F_T_M_T,Dependent children aged 21 24 years female parent Total male parent Total,,G12B,people,language|families,MALE PARENT: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,4519,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4520,TCF_EO_M_EO,Total dependent children female parent Speaks English only male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN,,4520,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4521,TCF_EO_M_O_EVWW,Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN,,4521,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4522,TCF_EO_M_O_ENWNA,Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN,,4522,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4523,TCF_EO_M_O_PENS,Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4523,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4524,TCF_EO_M_O_E_T,Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN,,4524,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4525,TCF_EO_M_LPENS,Total dependent children female parent Speaks English only male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4525,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4526,TCF_EO_M_T,Total dependent children female parent Speaks English only male parent Total,,G12B,people,language|families,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN,,4526,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4527,TCF_O_EVWW_M_EO,Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN,,4527,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4528,TCF_O_EVWW_M_O_EVWW,Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN,,4528,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4529,TCF_O_EVWW_M_O_ENWNA,Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN,,4529,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4530,TCF_O_EVWW_M_O_PENS,Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4530,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4531,TCF_O_EVWW_M_O_E_T,Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN,,4531,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4532,TCF_O_EVWW_M_LPENS,Total dependent children female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4532,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4533,TCF_O_EVWW_M_T,Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total,,G12B,people,language|families,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN,,4533,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4534,TCF_O_ENWNA_M_EO,Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN,,4534,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4535,TCF_O_ENWNA_M_O_EVWW,Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN,,4535,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4536,TCF_O_ENWNA_M_O_ENWNA,Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN,,4536,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4537,TCF_O_ENWNA_M_O_PENS,Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4537,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4538,TCF_O_ENWNA_M_O_E_T,Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN,,4538,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4539,TCF_O_ENWNA_M_LPENS,Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4539,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4540,TCF_O_ENWNA_M_T,Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total,,G12B,people,language|families,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN,,4540,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4541,TCF_O_PENS_M_EO,Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN,,4541,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4542,TCF_O_PENS_M_O_EVWW,Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN,,4542,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4543,TCF_O_PENS_M_O_ENWNA,Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN,,4543,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4544,TCF_O_PENS_M_O_PENS,Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4544,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4545,TCF_O_PENS_M_O_E_T,Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN,,4545,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4546,TCF_O_PENS_M_LPENS,Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4546,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4547,TCF_O_PENS_M_T,Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total,,G12B,people,language|families,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN,,4547,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4548,TCF_O_E_T_M_EO,Total dependent children female parent Speaks other language and speaks English Total male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN,,4548,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4549,TCF_O_E_T_M_O_EVWW,Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN,,4549,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4550,TCF_O_E_T_M_O_ENWNA,Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN,,4550,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4551,TCF_O_E_T_M_O_PENS,Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4551,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4552,TCF_O_E_T_M_O_E_T,Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN,,4552,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4553,TCF_O_E_T_M_LPENS,Total dependent children female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4553,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4554,TCF_O_E_T_M_T,Total dependent children female parent Speaks other language and speaks English Total male parent Total,,G12B,people,language|families,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN,,4554,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4555,TCF_LPENS_M_EO,Total dependent children female parent Language and proficiency in English not stated male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN,,4555,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4556,TCF_LPENS_M_O_EVWW,Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN,,4556,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4557,TCF_LPENS_M_O_ENWNA,Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN,,4557,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4558,TCF_LPENS_M_O_PENS,Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4558,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4559,TCF_LPENS_M_O_E_T,Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN,,4559,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4560,TCF_LPENS_M_LPENS,Total dependent children female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4560,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4561,TCF_LPENS_M_T,Total dependent children female parent Language and proficiency in English not stated male parent Total,,G12B,people,language|families,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN,,4561,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4562,TCF_T_M_EO,Total dependent children female parent Total male parent Speaks English only,,G12B,people,language|families,MALE PARENT: Speaks English only|TOTAL DEPENDENT CHILDREN,,4562,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4563,TCF_T_M_O_EVWW,Total dependent children female parent Total male parent Speaks other language and speaks English Very well or well,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Very well or well|TOTAL DEPENDENT CHILDREN,,4563,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4564,TCF_T_M_O_ENWNA,Total dependent children female parent Total male parent Speaks other language and speaks English Not well or not at all,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Not well or not at all|TOTAL DEPENDENT CHILDREN,,4564,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4565,TCF_T_M_O_PENS,Total dependent children female parent Total male parent Speaks other language and speaks English Proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4565,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4566,TCF_T_M_O_E_T,Total dependent children female parent Total male parent Speaks other language and speaks English Total,,G12B,people,language|families,MALE PARENT: Speaks other language and speaks English: Total|TOTAL DEPENDENT CHILDREN,,4566,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4567,TCF_T_M_LPENS,Total dependent children female parent Total male parent Language and proficiency in English not stated,,G12B,people,language|families,MALE PARENT: Language and proficiency in English not stated|TOTAL DEPENDENT CHILDREN,,4567,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4568,TCF_T_M_T,Total dependent children female parent Total male parent Total,,G12B,people,language|families,MALE PARENT: Total|TOTAL DEPENDENT CHILDREN,,4568,Proficiency in Spoken English/Language of Parents by Age of Dependent Children +G4569,MSEO_SEO,Males Speaks English only Speaks English only,,G13A,people,language,Speaks English only|MALES,,4569,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4570,MSEO_SOLSE_VWorW,Males Speaks English only Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4570,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4571,MSEO_SOLSE_NWorNAA,Males Speaks English only Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4571,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4572,MSEO_SOLSE_Tot,Males Speaks English only Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4572,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4573,MSEO_NS,Males Speaks English only Not stated,,G13A,people,language,Not stated|MALES,,4573,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4574,MSEO_Tot,Males Speaks English only Total,,G13A,people,language,Total|MALES,,4574,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4575,MOL_Afrikaans_SEO,Males Speaks other language Afrikaans Speaks English only,,G13A,people,language,Speaks English only|MALES,,4575,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4576,MOL_Afrikaans_SOLSE_VWorW,Males Speaks other language Afrikaans Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4576,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4577,MOL_Afrikaans_SOLSE_NWorNAA,Males Speaks other language Afrikaans Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4577,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4578,MOL_Afrikaans_SOLSE_Tot,Males Speaks other language Afrikaans Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4578,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4579,MOL_Afrikaans_NS,Males Speaks other language Afrikaans Not stated,,G13A,people,language,Not stated|MALES,,4579,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4580,MOL_Afrikaans_Tot,Males Speaks other language Afrikaans Total,,G13A,people,language,Total|MALES,,4580,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4581,MOL_Arabic_SEO,Males Speaks other language Arabic Speaks English only,,G13A,people,language,Speaks English only|MALES,,4581,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4582,MOL_Arabic_SOLSE_VWorW,Males Speaks other language Arabic Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4582,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4583,MOL_Arabic_SOLSE_NWorNAA,Males Speaks other language Arabic Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4583,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4584,MOL_Arabic_SOLSE_Tot,Males Speaks other language Arabic Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4584,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4585,MOL_Arabic_NS,Males Speaks other language Arabic Not stated,,G13A,people,language,Not stated|MALES,,4585,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4586,MOL_Arabic_Tot,Males Speaks other language Arabic Total,,G13A,people,language,Total|MALES,,4586,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4587,MOL_AIndLng_SEO,Males Speaks other language Australian Indigenous Languages Speaks English only,,G13A,people,language,Speaks English only|MALES,,4587,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4588,MOL_AIndLng_SOLSE_VWorW,Males Speaks other language Australian Indigenous Languages Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4588,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4589,MOL_AIndLng_SOLSE_NWorNAA,Males Speaks other language Australian Indigenous Languages Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4589,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4590,MOL_AIndLng_SOLSE_Tot,Males Speaks other language Australian Indigenous Languages Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4590,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4591,MOL_AIndLng_NS,Males Speaks other language Australian Indigenous Languages Not stated,,G13A,people,language,Not stated|MALES,,4591,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4592,MOL_AIndLng_Tot,Males Speaks other language Australian Indigenous Languages Total,,G13A,people,language,Total|MALES,,4592,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4593,MOL_CL_Canton_SEO,Males Speaks other language Chinese Languages Cantonese Speaks English only,,G13A,people,language,Speaks English only|MALES,,4593,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4594,MOL_CL_Canton_SOLSE_VWorW,Males Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4594,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4595,MOL_CL_Canton_SOLSE_NWorNAA,Males Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4595,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4596,MOL_CL_Canton_SOLSE_Tot,Males Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4596,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4597,MOL_CL_Canton_NS,Males Speaks other language Chinese Languages Cantonese Not stated,,G13A,people,language,Not stated|MALES,,4597,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4598,MOL_CL_Canton_Tot,Males Speaks other language Chinese Languages Cantonese Total,,G13A,people,language,Total|MALES,,4598,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4599,MOL_CL_Mandarin_SEO,Males Speaks other language Chinese Languages Mandarin Speaks English only,,G13A,people,language,Speaks English only|MALES,,4599,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4600,MOL_CL_Mandarin_SOLSE_VWorW,Males Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4600,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4601,MOL_CL_Mandarin_SOLSE_NWorNAA,Males Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4601,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4602,MOL_CL_Mandarin_SOLSE_Tot,Males Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4602,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4603,MOL_CL_Mandarin_NS,Males Speaks other language Chinese Languages Mandarin Not stated,,G13A,people,language,Not stated|MALES,,4603,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4604,MOL_CL_Mandarin_Tot,Males Speaks other language Chinese Languages Mandarin Total,,G13A,people,language,Total|MALES,,4604,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4605,MOL_CL_Oth_SEO,Males Speaks other language Chinese languages Other Speaks English only,,G13A,people,language,Speaks English only|MALES,,4605,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4606,MOL_CL_Oth_SOLSE_VWorW,Males Speaks other language Chinese languages Other Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4606,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4607,MOL_CL_Oth_SOLSE_NWorNAA,Males Speaks other language Chinese languages Other Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4607,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4608,MOL_CL_Oth_SOLSE_Tot,Males Speaks other language Chinese languages Other Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4608,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4609,MOL_CL_Oth_NS,Males Speaks other language Chinese languages Other Not stated,,G13A,people,language,Not stated|MALES,,4609,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4610,MOL_CL_Oth_Tot,Males Speaks other language Chinese languages Other Total,,G13A,people,language,Total|MALES,,4610,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4611,MOL_CL_Tot_SEO,Males Speaks other language Chinese Languages Total Speaks English only,,G13A,people,language,Speaks English only|MALES,,4611,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4612,MOL_CL_Tot_SOLSE_VWorW,Males Speaks other language Chinese Languages Total Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4612,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4613,MOL_CL_Tot_SOLSE_NWorNAA,Males Speaks other language Chinese Languages Total Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4613,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4614,MOL_CL_Tot_SOLSE_Tot,Males Speaks other language Chinese Languages Total Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4614,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4615,MOL_CL_Tot_NS,Males Speaks other language Chinese Languages Total Not stated,,G13A,people,language,Not stated|MALES,,4615,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4616,MOL_CL_Tot_Tot,Males Speaks other language Chinese Languages Total Total,,G13A,people,language,Total|MALES,,4616,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4617,MOL_Croatian_SEO,Males Speaks other language Croatian Speaks English only,,G13A,people,language,Speaks English only|MALES,,4617,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4618,MOL_Croatian_SOLSE_VWorW,Males Speaks other language Croatian Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4618,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4619,MOL_Croatian_SOLSE_NWorNAA,Males Speaks other language Croatian Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4619,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4620,MOL_Croatian_SOLSE_Tot,Males Speaks other language Croatian Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4620,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4621,MOL_Croatian_NS,Males Speaks other language Croatian Not stated,,G13A,people,language,Not stated|MALES,,4621,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4622,MOL_Croatian_Tot,Males Speaks other language Croatian Total,,G13A,people,language,Total|MALES,,4622,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4623,MOL_Dutch_SEO,Males Speaks other language Dutch Speaks English only,,G13A,people,language,Speaks English only|MALES,,4623,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4624,MOL_Dutch_SOLSE_VWorW,Males Speaks other language Dutch Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4624,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4625,MOL_Dutch_SOLSE_NWorNAA,Males Speaks other language Dutch Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4625,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4626,MOL_Dutch_SOLSE_Tot,Males Speaks other language Dutch Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4626,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4627,MOL_Dutch_NS,Males Speaks other language Dutch Not stated,,G13A,people,language,Not stated|MALES,,4627,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4628,MOL_Dutch_Tot,Males Speaks other language Dutch Total,,G13A,people,language,Total|MALES,,4628,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4629,MOL_French_SEO,Males Speaks other language French Speaks English only,,G13A,people,language,Speaks English only|MALES,,4629,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4630,MOL_French_SOLSE_VWorW,Males Speaks other language French Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4630,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4631,MOL_French_SOLSE_NWorNAA,Males Speaks other language French Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4631,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4632,MOL_French_SOLSE_Tot,Males Speaks other language French Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4632,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4633,MOL_French_NS,Males Speaks other language French Not stated,,G13A,people,language,Not stated|MALES,,4633,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4634,MOL_French_Tot,Males Speaks other language French Total,,G13A,people,language,Total|MALES,,4634,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4635,MOL_German_SEO,Males Speaks other language German Speaks English only,,G13A,people,language,Speaks English only|MALES,,4635,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4636,MOL_German_SOLSE_VWorW,Males Speaks other language German Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4636,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4637,MOL_German_SOLSE_NWorNAA,Males Speaks other language German Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4637,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4638,MOL_German_SOLSE_Tot,Males Speaks other language German Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4638,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4639,MOL_German_NS,Males Speaks other language German Not stated,,G13A,people,language,Not stated|MALES,,4639,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4640,MOL_German_Tot,Males Speaks other language German Total,,G13A,people,language,Total|MALES,,4640,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4641,MOL_Greek_SEO,Males Speaks other language Greek Speaks English only,,G13A,people,language,Speaks English only|MALES,,4641,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4642,MOL_Greek_SOLSE_VWorW,Males Speaks other language Greek Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4642,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4643,MOL_Greek_SOLSE_NWorNAA,Males Speaks other language Greek Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4643,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4644,MOL_Greek_SOLSE_Tot,Males Speaks other language Greek Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4644,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4645,MOL_Greek_NS,Males Speaks other language Greek Not stated,,G13A,people,language,Not stated|MALES,,4645,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4646,MOL_Greek_Tot,Males Speaks other language Greek Total,,G13A,people,language,Total|MALES,,4646,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4647,MOL_IAL_Bengali_SEO,Males Speaks other language Indo Aryan Languages Bengali Speaks English only,,G13A,people,language,Speaks English only|MALES,,4647,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4648,MOL_IAL_Bengali_SOLSE_VWorW,Males Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4648,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4649,MOL_IAL_Bengali_SOLSE_NWorNAA,Males Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4649,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4650,MOL_IAL_Bengali_SOLSE_Tot,Males Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4650,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4651,MOL_IAL_Bengali_NS,Males Speaks other language Indo Aryan Languages Bengali Not stated,,G13A,people,language,Not stated|MALES,,4651,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4652,MOL_IAL_Bengali_Tot,Males Speaks other language Indo Aryan Languages Bengali Total,,G13A,people,language,Total|MALES,,4652,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4653,MOL_IAL_Hindi_SEO,Males Speaks other language Indo Aryan Languages Hindi Speaks English only,,G13A,people,language,Speaks English only|MALES,,4653,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4654,MOL_IAL_Hindi_SOLSE_VWorW,Males Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4654,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4655,MOL_IAL_Hindi_SOLSE_NWorNAA,Males Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4655,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4656,MOL_IAL_Hindi_SOLSE_Tot,Males Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4656,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4657,MOL_IAL_Hindi_NS,Males Speaks other language Indo Aryan Languages Hindi Not stated,,G13A,people,language,Not stated|MALES,,4657,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4658,MOL_IAL_Hindi_Tot,Males Speaks other language Indo Aryan Languages Hindi Total,,G13A,people,language,Total|MALES,,4658,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4659,MOL_IAL_Punjabi_SEO,Males Speaks other language Indo Aryan Languages Punjabi Speaks English only,,G13A,people,language,Speaks English only|MALES,,4659,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4660,MOL_IAL_Punjabi_SOLSE_VWorW,Males Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4660,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4661,MOL_IAL_Punjabi_SOLSE_NWorNAA,Males Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4661,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4662,MOL_IAL_Punjabi_SOLSE_Tot,Males Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4662,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4663,MOL_IAL_Punjabi_NS,Males Speaks other language Indo Aryan Languages Punjabi Not stated,,G13A,people,language,Not stated|MALES,,4663,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4664,MOL_IAL_Punjabi_Tot,Males Speaks other language Indo Aryan Languages Punjabi Total,,G13A,people,language,Total|MALES,,4664,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4665,MOL_IAL_Sinhal_SEO,Males Speaks other language Indo Aryan Languages Sinhalese Speaks English only,,G13A,people,language,Speaks English only|MALES,,4665,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4666,MOL_IAL_Sinhal_SOLSE_VWorW,Males Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4666,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4667,MOL_IAL_Sinhal_SOLSE_NWorNAA,Males Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4667,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4668,MOL_IAL_Sinhal_SOLSE_Tot,Males Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4668,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4669,MOL_IAL_Sinhal_NS,Males Speaks other language Indo Aryan Languages Sinhalese Not stated,,G13A,people,language,Not stated|MALES,,4669,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4670,MOL_IAL_Sinhal_Tot,Males Speaks other language Indo Aryan Languages Sinhalese Total,,G13A,people,language,Total|MALES,,4670,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4671,MOL_IAL_Urdu_SEO,Males Speaks other language Indo Aryan Languages Urdu Speaks English only,,G13A,people,language,Speaks English only|MALES,,4671,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4672,MOL_IAL_Urdu_SOLSE_VWorW,Males Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4672,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4673,MOL_IAL_Urdu_SOLSE_NWorNAA,Males Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4673,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4674,MOL_IAL_Urdu_SOLSE_Tot,Males Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4674,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4675,MOL_IAL_Urdu_NS,Males Speaks other language Indo Aryan Languages Urdu Not stated,,G13A,people,language,Not stated|MALES,,4675,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4676,MOL_IAL_Urdu_Tot,Males Speaks other language Indo Aryan Languages Urdu Total,,G13A,people,language,Total|MALES,,4676,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4677,MOL_IAL_Oth_SEO,Males Speaks other language Indo Aryan Languages Other Speaks English only,,G13A,people,language,Speaks English only|MALES,,4677,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4678,MOL_IAL_Oth_SOLSE_VWorW,Males Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4678,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4679,MOL_IAL_Oth_SOLSE_NWorNAA,Males Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4679,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4680,MOL_IAL_Oth_SOLSE_Tot,Males Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4680,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4681,MOL_IAL_Oth_NS,Males Speaks other language Indo Aryan Languages Other Not stated,,G13A,people,language,Not stated|MALES,,4681,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4682,MOL_IAL_Oth_Tot,Males Speaks other language Indo Aryan Languages Other Total,,G13A,people,language,Total|MALES,,4682,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4683,MOL_IAL_Tot_SEO,Males Speaks other language Indo Aryan Languages Total Speaks English only,,G13A,people,language,Speaks English only|MALES,,4683,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4684,MOL_IAL_Tot_SOLSE_VWorW,Males Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4684,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4685,MOL_IAL_Tot_SOLSE_NWorNAA,Males Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4685,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4686,MOL_IAL_Tot_SOLSE_Tot,Males Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4686,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4687,MOL_IAL_Tot_NS,Males Speaks other language Indo Aryan Languages Total Not stated,,G13A,people,language,Not stated|MALES,,4687,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4688,MOL_IAL_Tot_Tot,Males Speaks other language Indo Aryan Languages Total Total,,G13A,people,language,Total|MALES,,4688,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4689,MOL_Italian_SEO,Males Speaks other language Italian Speaks English only,,G13A,people,language,Speaks English only|MALES,,4689,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4690,MOL_Italian_SOLSE_VWorW,Males Speaks other language Italian Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4690,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4691,MOL_Italian_SOLSE_NWorNAA,Males Speaks other language Italian Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4691,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4692,MOL_Italian_SOLSE_Tot,Males Speaks other language Italian Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4692,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4693,MOL_Italian_NS,Males Speaks other language Italian Not stated,,G13A,people,language,Not stated|MALES,,4693,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4694,MOL_Italian_Tot,Males Speaks other language Italian Total,,G13A,people,language,Total|MALES,,4694,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4695,MOL_Japan_SEO,Males Speaks other language Japanese Speaks English only,,G13A,people,language,Speaks English only|MALES,,4695,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4696,MOL_Japan_SOLSE_VWorW,Males Speaks other language Japanese Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4696,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4697,MOL_Japan_SOLSE_NWorNAA,Males Speaks other language Japanese Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4697,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4698,MOL_Japan_SOLSE_Tot,Males Speaks other language Japanese Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4698,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4699,MOL_Japan_NS,Males Speaks other language Japanese Not stated,,G13A,people,language,Not stated|MALES,,4699,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4700,MOL_Japan_Tot,Males Speaks other language Japanese Total,,G13A,people,language,Total|MALES,,4700,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4701,MOL_Korean_SEO,Males Speaks other language Korean Speaks English only,,G13A,people,language,Speaks English only|MALES,,4701,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4702,MOL_Korean_SOLSE_VWorW,Males Speaks other language Korean Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4702,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4703,MOL_Korean_SOLSE_NWorNAA,Males Speaks other language Korean Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4703,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4704,MOL_Korean_SOLSE_Tot,Males Speaks other language Korean Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4704,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4705,MOL_Korean_NS,Males Speaks other language Korean Not stated,,G13A,people,language,Not stated|MALES,,4705,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4706,MOL_Korean_Tot,Males Speaks other language Korean Total,,G13A,people,language,Total|MALES,,4706,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4707,MOL_Macedon_SEO,Males Speaks other language Macedonian Speaks English only,,G13A,people,language,Speaks English only|MALES,,4707,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4708,MOL_Macedon_SOLSE_VWorW,Males Speaks other language Macedonian Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4708,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4709,MOL_Macedon_SOLSE_NWorNAA,Males Speaks other language Macedonian Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4709,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4710,MOL_Macedon_SOLSE_Tot,Males Speaks other language Macedonian Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4710,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4711,MOL_Macedon_NS,Males Speaks other language Macedonian Not stated,,G13A,people,language,Not stated|MALES,,4711,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4712,MOL_Macedon_Tot,Males Speaks other language Macedonian Total,,G13A,people,language,Total|MALES,,4712,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4713,MOL_Maltese_SEO,Males Speaks other language Maltese Speaks English only,,G13A,people,language,Speaks English only|MALES,,4713,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4714,MOL_Maltese_SOLSE_VWorW,Males Speaks other language Maltese Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4714,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4715,MOL_Maltese_SOLSE_NWorNAA,Males Speaks other language Maltese Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4715,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4716,MOL_Maltese_SOLSE_Tot,Males Speaks other language Maltese Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4716,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4717,MOL_Maltese_NS,Males Speaks other language Maltese Not stated,,G13A,people,language,Not stated|MALES,,4717,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4718,MOL_Maltese_Tot,Males Speaks other language Maltese Total,,G13A,people,language,Total|MALES,,4718,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4719,MOL_Persian_ED_SEO,Males Speaks other language Persian excluding Dari Speaks English only,,G13A,people,language,Speaks English only|MALES,,4719,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4720,MOL_Persian_ED_SOLSE_VWorW,Males Speaks other language Persian excluding Dari Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4720,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4721,MOL_Persian_ED_SOLSE_NWorNAA,Males Speaks other language Persian excluding Dari Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4721,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4722,MOL_Persian_ED_SOLSE_Tot,Males Speaks other language Persian excluding Dari Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4722,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4723,MOL_Persian_ED_NS,Males Speaks other language Persian excluding Dari Not stated,,G13A,people,language,Not stated|MALES,,4723,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4724,MOL_Persian_ED_Tot,Males Speaks other language Persian excluding Dari Total,,G13A,people,language,Total|MALES,,4724,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4725,MOL_Polish_SEO,Males Speaks other language Polish Speaks English only,,G13A,people,language,Speaks English only|MALES,,4725,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4726,MOL_Polish_SOLSE_VWorW,Males Speaks other language Polish Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4726,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4727,MOL_Polish_SOLSE_NWorNAA,Males Speaks other language Polish Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4727,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4728,MOL_Polish_SOLSE_Tot,Males Speaks other language Polish Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4728,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4729,MOL_Polish_NS,Males Speaks other language Polish Not stated,,G13A,people,language,Not stated|MALES,,4729,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4730,MOL_Polish_Tot,Males Speaks other language Polish Total,,G13A,people,language,Total|MALES,,4730,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4731,MOL_Russian_SEO,Males Speaks other language Russian Speaks English only,,G13A,people,language,Speaks English only|MALES,,4731,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4732,MOL_Russian_SOLSE_VWorW,Males Speaks other language Russian Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4732,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4733,MOL_Russian_SOLSE_NWorNAA,Males Speaks other language Russian Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4733,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4734,MOL_Russian_SOLSE_Tot,Males Speaks other language Russian Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4734,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4735,MOL_Russian_NS,Males Speaks other language Russian Not stated,,G13A,people,language,Not stated|MALES,,4735,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4736,MOL_Russian_Tot,Males Speaks other language Russian Total,,G13A,people,language,Total|MALES,,4736,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4737,MOL_Samoan_SEO,Males Speaks other language Samoan Speaks English only,,G13A,people,language,Speaks English only|MALES,,4737,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4738,MOL_Samoan_SOLSE_VWorW,Males Speaks other language Samoan Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4738,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4739,MOL_Samoan_SOLSE_NWorNAA,Males Speaks other language Samoan Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4739,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4740,MOL_Samoan_SOLSE_Tot,Males Speaks other language Samoan Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4740,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4741,MOL_Samoan_NS,Males Speaks other language Samoan Not stated,,G13A,people,language,Not stated|MALES,,4741,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4742,MOL_Samoan_Tot,Males Speaks other language Samoan Total,,G13A,people,language,Total|MALES,,4742,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4743,MOL_Serbian_SEO,Males Speaks other language Serbian Speaks English only,,G13A,people,language,Speaks English only|MALES,,4743,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4744,MOL_Serbian_SOLSE_VWorW,Males Speaks other language Serbian Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4744,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4745,MOL_Serbian_SOLSE_NWorNAA,Males Speaks other language Serbian Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4745,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4746,MOL_Serbian_SOLSE_Tot,Males Speaks other language Serbian Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4746,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4747,MOL_Serbian_NS,Males Speaks other language Serbian Not stated,,G13A,people,language,Not stated|MALES,,4747,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4748,MOL_Serbian_Tot,Males Speaks other language Serbian Total,,G13A,people,language,Total|MALES,,4748,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4749,MOL_SAL_Filipin_SEO,Males Speaks other language Southeast Asian Austronesian Languages Filipino Speaks English only,,G13A,people,language,Speaks English only|MALES,,4749,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4750,MOL_SAL_Filipin_SOLSE_VWorW,Males Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4750,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4751,MOL_SAL_Filipin_SOLSE_NWorNAA,Males Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4751,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4752,MOL_SAL_Filipin_SOLSE_Tot,Males Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4752,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4753,MOL_SAL_Filipin_NS,Males Speaks other language Southeast Asian Austronesian Languages Filipino Not stated,,G13A,people,language,Not stated|MALES,,4753,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4754,MOL_SAL_Filipin_Tot,Males Speaks other language Southeast Asian Austronesian Languages Filipino Total,,G13A,people,language,Total|MALES,,4754,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4755,MOL_SAL_Indon_SEO,Males Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks English only,,G13A,people,language,Speaks English only|MALES,,4755,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4756,MOL_SAL_Indon_SOLSE_VWorW,Males Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4756,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4757,MOL_SAL_Indon_SOLSE_NWorNAA,Males Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4757,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4758,MOL_SAL_Indon_SOLSE_Tot,Males Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4758,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4759,MOL_SAL_Indon_NS,Males Speaks other language Southeast Asian Austronesian Languages Indonesian Not stated,,G13A,people,language,Not stated|MALES,,4759,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4760,MOL_SAL_Indon_Tot,Males Speaks other language Southeast Asian Austronesian Languages Indonesian Total,,G13A,people,language,Total|MALES,,4760,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4761,MOL_SAL_Tagalog_SEO,Males Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks English only,,G13A,people,language,Speaks English only|MALES,,4761,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4762,MOL_SAL_Tagalog_SOLSE_VWorW,Males Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4762,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4763,MOL_SAL_Tagalog_SOLSE_NWorNAA,Males Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Not well or not at all,,G13A,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4763,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4764,MOL_SAL_Tagalog_SOLSE_Tot,Males Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Total,,G13A,people,language,Speaks other language and speaks English: Total|MALES,,4764,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4765,MOL_SAL_Tagalog_NS,Males Speaks other language Southeast Asian Austronesian Languages Tagalog Not stated,,G13A,people,language,Not stated|MALES,,4765,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4766,MOL_SAL_Tagalog_Tot,Males Speaks other language Southeast Asian Austronesian Languages Tagalog Total,,G13A,people,language,Total|MALES,,4766,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4767,MOL_SAL_Oth_SEO,Males Speaks other language Southeast Asian Austronesian Languages Other Speaks English only,,G13A,people,language,Speaks English only|MALES,,4767,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4768,MOL_SAL_Oth_SOLSE_VWorW,Males Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Very well or well,,G13A,people,language,Speaks other language and speaks English: Very well or well|MALES,,4768,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4769,MOL_SAL_Oth_SOLSE_NWorNAA,Males Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4769,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4770,MOL_SAL_Oth_SOLSE_Tot,Males Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4770,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4771,MOL_SAL_Oth_NS,Males Speaks other language Southeast Asian Austronesian Languages Other Not stated,,G13B,people,language,Not stated|MALES,,4771,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4772,MOL_SAL_Oth_Tot,Males Speaks other language Southeast Asian Austronesian Languages Other Total,,G13B,people,language,Total|MALES,,4772,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4773,MOL_SAL_Tot_SEO,Males Speaks other language Southeast Asian Austronesian Languages Total Speaks English only,,G13B,people,language,Speaks English only|MALES,,4773,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4774,MOL_SAL_Tot_SOLSE_VWorW,Males Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4774,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4775,MOL_SAL_Tot_SOLSE_NWorNAA,Males Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4775,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4776,MOL_SAL_Tot_SOLSE_Tot,Males Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4776,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4777,MOL_SAL_Tot_NS,Males Speaks other language Southeast Asian Austronesian Languages Total Not stated,,G13B,people,language,Not stated|MALES,,4777,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4778,MOL_SAL_Tot_Tot,Males Speaks other language Southeast Asian Austronesian Languages Total Total,,G13B,people,language,Total|MALES,,4778,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4779,MOL_Spanish_SEO,Males Speaks other language Spanish Speaks English only,,G13B,people,language,Speaks English only|MALES,,4779,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4780,MOL_Spanish_SOLSE_VWorW,Males Speaks other language Spanish Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4780,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4781,MOL_Spanish_SOLSE_NWorNAA,Males Speaks other language Spanish Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4781,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4782,MOL_Spanish_SOLSE_Tot,Males Speaks other language Spanish Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4782,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4783,MOL_Spanish_NS,Males Speaks other language Spanish Not stated,,G13B,people,language,Not stated|MALES,,4783,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4784,MOL_Spanish_Tot,Males Speaks other language Spanish Total,,G13B,people,language,Total|MALES,,4784,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4785,MOL_Tamil_SEO,Males Speaks other language Tamil Speaks English only,,G13B,people,language,Speaks English only|MALES,,4785,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4786,MOL_Tamil_SOLSE_VWorW,Males Speaks other language Tamil Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4786,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4787,MOL_Tamil_SOLSE_NWorNAA,Males Speaks other language Tamil Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4787,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4788,MOL_Tamil_SOLSE_Tot,Males Speaks other language Tamil Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4788,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4789,MOL_Tamil_NS,Males Speaks other language Tamil Not stated,,G13B,people,language,Not stated|MALES,,4789,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4790,MOL_Tamil_Tot,Males Speaks other language Tamil Total,,G13B,people,language,Total|MALES,,4790,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4791,MOL_Thai_SEO,Males Speaks other language Thai Speaks English only,,G13B,people,language,Speaks English only|MALES,,4791,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4792,MOL_Thai_SOLSE_VWorW,Males Speaks other language Thai Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4792,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4793,MOL_Thai_SOLSE_NWorNAA,Males Speaks other language Thai Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4793,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4794,MOL_Thai_SOLSE_Tot,Males Speaks other language Thai Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4794,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4795,MOL_Thai_NS,Males Speaks other language Thai Not stated,,G13B,people,language,Not stated|MALES,,4795,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4796,MOL_Thai_Tot,Males Speaks other language Thai Total,,G13B,people,language,Total|MALES,,4796,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4797,MOL_Turkish_SEO,Males Speaks other language Turkish Speaks English only,,G13B,people,language,Speaks English only|MALES,,4797,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4798,MOL_Turkish_SOLSE_VWorW,Males Speaks other language Turkish Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4798,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4799,MOL_Turkish_SOLSE_NWorNAA,Males Speaks other language Turkish Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4799,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4800,MOL_Turkish_SOLSE_Tot,Males Speaks other language Turkish Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4800,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4801,MOL_Turkish_NS,Males Speaks other language Turkish Not stated,,G13B,people,language,Not stated|MALES,,4801,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4802,MOL_Turkish_Tot,Males Speaks other language Turkish Total,,G13B,people,language,Total|MALES,,4802,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4803,MOL_Vietnamese_SEO,Males Speaks other language Vietnamese Speaks English only,,G13B,people,language,Speaks English only|MALES,,4803,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4804,MOL_Vietnamese_SOLSE_VWorW,Males Speaks other language Vietnamese Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4804,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4805,MOL_Vietnamese_SOLSE_NWorNAA,Males Speaks other language Vietnamese Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4805,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4806,MOL_Vietnamese_SOLSE_Tot,Males Speaks other language Vietnamese Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4806,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4807,MOL_Vietnamese_NS,Males Speaks other language Vietnamese Not stated,,G13B,people,language,Not stated|MALES,,4807,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4808,MOL_Vietnamese_Tot,Males Speaks other language Vietnamese Total,,G13B,people,language,Total|MALES,,4808,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4809,MOL_Oth_SEO,Males Speaks other language Other Speaks English only,,G13B,people,language,Speaks English only|MALES,,4809,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4810,MOL_Oth_SOLSE_VWorW,Males Speaks other language Other Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4810,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4811,MOL_Oth_SOLSE_NWorNAA,Males Speaks other language Other Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4811,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4812,MOL_Oth_SOLSE_Tot,Males Speaks other language Other Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4812,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4813,MOL_Oth_NS,Males Speaks other language Other Not stated,,G13B,people,language,Not stated|MALES,,4813,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4814,MOL_Oth_Tot,Males Speaks other language Other Total,,G13B,people,language,Total|MALES,,4814,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4815,MOL_Tot_SEO,Males Speaks other language Total Speaks English only,,G13B,people,language,Speaks English only|MALES,,4815,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4816,MOL_Tot_SOLSE_VWorW,Males Speaks other language Total Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|MALES,,4816,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4817,MOL_Tot_SOLSE_NWorNAA,Males Speaks other language Total Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|MALES,,4817,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4818,MOL_Tot_SOLSE_Tot,Males Speaks other language Total Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|MALES,,4818,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4819,MOL_Tot_NS,Males Speaks other language Total Not stated,,G13B,people,language,Not stated|MALES,,4819,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4820,MOL_Tot_Tot,Males Speaks other language Total Total,,G13B,people,language,Total|MALES,,4820,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4833,FSEO_SEO,Females Speaks English only Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4833,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4834,FSEO_SOLSE_VWorW,Females Speaks English only Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4834,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4835,FSEO_SOLSE_NWorNAA,Females Speaks English only Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4835,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4836,FSEO_SOLSE_Tot,Females Speaks English only Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4836,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4837,FSEO_NS,Females Speaks English only Not stated,,G13B,people,language,Not stated|FEMALES,,4837,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4838,FSEO_Tot,Females Speaks English only Total,,G13B,people,language,Total|FEMALES,,4838,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4839,FOL_Afrikaans_SEO,Females Speaks other language Afrikaans Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4839,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4840,FOL_Afrikaans_SOLSE_VWorW,Females Speaks other language Afrikaans Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4840,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4841,FOL_Afrikaans_SOLSE_NWorNAA,Females Speaks other language Afrikaans Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4841,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4842,FOL_Afrikaans_SOLSE_Tot,Females Speaks other language Afrikaans Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4842,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4843,FOL_Afrikaans_NS,Females Speaks other language Afrikaans Not stated,,G13B,people,language,Not stated|FEMALES,,4843,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4844,FOL_Afrikaans_Tot,Females Speaks other language Afrikaans Total,,G13B,people,language,Total|FEMALES,,4844,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4845,FOL_Arabic_SEO,Females Speaks other language Arabic Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4845,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4846,FOL_Arabic_SOLSE_VWorW,Females Speaks other language Arabic Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4846,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4847,FOL_Arabic_SOLSE_NWorNAA,Females Speaks other language Arabic Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4847,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4848,FOL_Arabic_SOLSE_Tot,Females Speaks other language Arabic Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4848,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4849,FOL_Arabic_NS,Females Speaks other language Arabic Not stated,,G13B,people,language,Not stated|FEMALES,,4849,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4850,FOL_Arabic_Tot,Females Speaks other language Arabic Total,,G13B,people,language,Total|FEMALES,,4850,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4851,FOL_AIndLng_SEO,Females Speaks other language Australian Indigenous Languages Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4851,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4852,FOL_AIndLng_SOLSE_VWorW,Females Speaks other language Australian Indigenous Languages Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4852,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4853,FOL_AIndLng_SOLSE_NWorNAA,Females Speaks other language Australian Indigenous Languages Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4853,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4854,FOL_AIndLng_SOLSE_Tot,Females Speaks other language Australian Indigenous Languages Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4854,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4855,FOL_AIndLng_NS,Females Speaks other language Australian Indigenous Languages Not stated,,G13B,people,language,Not stated|FEMALES,,4855,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4856,FOL_AIndLng_Tot,Females Speaks other language Australian Indigenous Languages Total,,G13B,people,language,Total|FEMALES,,4856,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4857,FOL_CL_Cantones_SEO,Females Speaks other language Chinese Languages Cantonese Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4857,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4858,FOL_CL_Cantones_SOLSE_VWorW,Females Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4858,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4859,FOL_CL_Cantones_SOLSE_NWorNAA,Females Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4859,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4860,FOL_CL_Cantones_SOLSE_Tot,Females Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4860,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4861,FOL_CL_Cantones_NS,Females Speaks other language Chinese Languages Cantonese Not stated,,G13B,people,language,Not stated|FEMALES,,4861,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4862,FOL_CL_Cantones_Tot,Females Speaks other language Chinese Languages Cantonese Total,,G13B,people,language,Total|FEMALES,,4862,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4863,FOL_CL_Mandarin_SEO,Females Speaks other language Chinese Languages Mandarin Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4863,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4864,FOL_CL_Mandarin_SOLSE_VWorW,Females Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4864,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4865,FOL_CL_Mandarin_SOLSE_NWorNAA,Females Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4865,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4866,FOL_CL_Mandarin_SOLSE_Tot,Females Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4866,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4867,FOL_CL_Mandarin_NS,Females Speaks other language Chinese Languages Mandarin Not stated,,G13B,people,language,Not stated|FEMALES,,4867,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4868,FOL_CL_Mandarin_Tot,Females Speaks other language Chinese Languages Mandarin Total,,G13B,people,language,Total|FEMALES,,4868,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4869,FOL_CL_Oth_SEO,Females Speaks other language Chinese languages Other Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4869,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4870,FOL_CL_Oth_SOLSE_VWorW,Females Speaks other language Chinese languages Other Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4870,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4871,FOL_CL_Oth_SOLSE_NWorNAA,Females Speaks other language Chinese languages Other Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4871,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4872,FOL_CL_Oth_SOLSE_Tot,Females Speaks other language Chinese languages Other Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4872,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4873,FOL_CL_Oth_NS,Females Speaks other language Chinese languages Other Not stated,,G13B,people,language,Not stated|FEMALES,,4873,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4874,FOL_CL_Oth_Tot,Females Speaks other language Chinese languages Other Total,,G13B,people,language,Total|FEMALES,,4874,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4875,FOL_CL_Tot_SEO,Females Speaks other language Chinese Languages Total Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4875,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4876,FOL_CL_Tot_SOLSE_VWorW,Females Speaks other language Chinese Languages Total Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4876,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4877,FOL_CL_Tot_SOLSE_NWorNAA,Females Speaks other language Chinese Languages Total Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4877,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4878,FOL_CL_Tot_SOLSE_Tot,Females Speaks other language Chinese Languages Total Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4878,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4879,FOL_CL_Tot_NS,Females Speaks other language Chinese Languages Total Not stated,,G13B,people,language,Not stated|FEMALES,,4879,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4880,FOL_CL_Tot_Tot,Females Speaks other language Chinese Languages Total Total,,G13B,people,language,Total|FEMALES,,4880,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4881,FOL_Croatian_SEO,Females Speaks other language Croatian Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4881,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4882,FOL_Croatian_SOLSE_VWorW,Females Speaks other language Croatian Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4882,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4883,FOL_Croatian_SOLSE_NWorNAA,Females Speaks other language Croatian Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4883,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4884,FOL_Croatian_SOLSE_Tot,Females Speaks other language Croatian Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4884,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4885,FOL_Croatian_NS,Females Speaks other language Croatian Not stated,,G13B,people,language,Not stated|FEMALES,,4885,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4886,FOL_Croatian_Tot,Females Speaks other language Croatian Total,,G13B,people,language,Total|FEMALES,,4886,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4887,FOL_Dutch_SEO,Females Speaks other language Dutch Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4887,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4888,FOL_Dutch_SOLSE_VWorW,Females Speaks other language Dutch Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4888,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4889,FOL_Dutch_SOLSE_NWorNAA,Females Speaks other language Dutch Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4889,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4890,FOL_Dutch_SOLSE_Tot,Females Speaks other language Dutch Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4890,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4891,FOL_Dutch_NS,Females Speaks other language Dutch Not stated,,G13B,people,language,Not stated|FEMALES,,4891,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4892,FOL_Dutch_Tot,Females Speaks other language Dutch Total,,G13B,people,language,Total|FEMALES,,4892,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4893,FOL_French_SEO,Females Speaks other language French Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4893,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4894,FOL_French_SOLSE_VWorW,Females Speaks other language French Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4894,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4895,FOL_French_SOLSE_NWorNAA,Females Speaks other language French Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4895,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4896,FOL_French_SOLSE_Tot,Females Speaks other language French Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4896,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4897,FOL_French_NS,Females Speaks other language French Not stated,,G13B,people,language,Not stated|FEMALES,,4897,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4898,FOL_French_Tot,Females Speaks other language French Total,,G13B,people,language,Total|FEMALES,,4898,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4899,FOL_German_SEO,Females Speaks other language German Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4899,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4900,FOL_German_SOLSE_VWorW,Females Speaks other language German Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4900,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4901,FOL_German_SOLSE_NWorNAA,Females Speaks other language German Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4901,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4902,FOL_German_SOLSE_Tot,Females Speaks other language German Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4902,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4903,FOL_German_NS,Females Speaks other language German Not stated,,G13B,people,language,Not stated|FEMALES,,4903,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4904,FOL_German_Tot,Females Speaks other language German Total,,G13B,people,language,Total|FEMALES,,4904,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4905,FOL_Greek_SEO,Females Speaks other language Greek Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4905,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4906,FOL_Greek_SOLSE_VWorW,Females Speaks other language Greek Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4906,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4907,FOL_Greek_SOLSE_NWorNAA,Females Speaks other language Greek Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4907,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4908,FOL_Greek_SOLSE_Tot,Females Speaks other language Greek Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4908,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4909,FOL_Greek_NS,Females Speaks other language Greek Not stated,,G13B,people,language,Not stated|FEMALES,,4909,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4910,FOL_Greek_Tot,Females Speaks other language Greek Total,,G13B,people,language,Total|FEMALES,,4910,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4911,FOL_IAL_Bengali_SEO,Females Speaks other language Indo Aryan Languages Bengali Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4911,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4912,FOL_IAL_Bengali_SOLSE_VWorW,Females Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4912,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4913,FOL_IAL_Bengali_SOLSE_NWorNAA,Females Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4913,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4914,FOL_IAL_Bengali_SOLSE_Tot,Females Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4914,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4915,FOL_IAL_Bengali_NS,Females Speaks other language Indo Aryan Languages Bengali Not stated,,G13B,people,language,Not stated|FEMALES,,4915,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4916,FOL_IAL_Bengali_Tot,Females Speaks other language Indo Aryan Languages Bengali Total,,G13B,people,language,Total|FEMALES,,4916,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4917,FOL_IAL_Hindi_SEO,Females Speaks other language Indo Aryan Languages Hindi Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4917,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4918,FOL_IAL_Hindi_SOLSE_VWorW,Females Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4918,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4919,FOL_IAL_Hindi_SOLSE_NWorNAA,Females Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4919,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4920,FOL_IAL_Hindi_SOLSE_Tot,Females Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4920,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4921,FOL_IAL_Hindi_NS,Females Speaks other language Indo Aryan Languages Hindi Not stated,,G13B,people,language,Not stated|FEMALES,,4921,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4922,FOL_IAL_Hindi_Tot,Females Speaks other language Indo Aryan Languages Hindi Total,,G13B,people,language,Total|FEMALES,,4922,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4923,FOL_IAL_Punjabi_SEO,Females Speaks other language Indo Aryan Languages Punjabi Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4923,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4924,FOL_IAL_Punjabi_SOLSE_VWorW,Females Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4924,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4925,FOL_IAL_Punjabi_SOLSE_NWorNAA,Females Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4925,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4926,FOL_IAL_Punjabi_SOLSE_Tot,Females Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4926,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4927,FOL_IAL_Punjabi_NS,Females Speaks other language Indo Aryan Languages Punjabi Not stated,,G13B,people,language,Not stated|FEMALES,,4927,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4928,FOL_IAL_Punjabi_Tot,Females Speaks other language Indo Aryan Languages Punjabi Total,,G13B,people,language,Total|FEMALES,,4928,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4929,FOL_IAL_Sinhalese_SEO,Females Speaks other language Indo Aryan Languages Sinhalese Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4929,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4930,FOL_IAL_Sinhalese_SOLSE_VWorW,Females Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4930,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4931,FOL_IAL_Sinhale_SOLSE_NWorNAA,Females Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4931,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4932,FOL_IAL_Sinhalese_SOLSE_Tot,Females Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4932,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4933,FOL_IAL_Sinhalese_NS,Females Speaks other language Indo Aryan Languages Sinhalese Not stated,,G13B,people,language,Not stated|FEMALES,,4933,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4934,FOL_IAL_Sinhalese_Tot,Females Speaks other language Indo Aryan Languages Sinhalese Total,,G13B,people,language,Total|FEMALES,,4934,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4935,FOL_IAL_Urdu_SEO,Females Speaks other language Indo Aryan Languages Urdu Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4935,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4936,FOL_IAL_Urdu_SOLSE_VWorW,Females Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4936,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4937,FOL_IAL_Urdu_SOLSE_NWorNAA,Females Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4937,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4938,FOL_IAL_Urdu_SOLSE_Tot,Females Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4938,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4939,FOL_IAL_Urdu_NS,Females Speaks other language Indo Aryan Languages Urdu Not stated,,G13B,people,language,Not stated|FEMALES,,4939,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4940,FOL_IAL_Urdu_Tot,Females Speaks other language Indo Aryan Languages Urdu Total,,G13B,people,language,Total|FEMALES,,4940,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4941,FOL_IAL_Oth_SEO,Females Speaks other language Indo Aryan Languages Other Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4941,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4942,FOL_IAL_Oth_SOLSE_VWorW,Females Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4942,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4943,FOL_IAL_Oth_SOLSE_NWorNAA,Females Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4943,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4944,FOL_IAL_Oth_SOLSE_Tot,Females Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4944,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4945,FOL_IAL_Oth_NS,Females Speaks other language Indo Aryan Languages Other Not stated,,G13B,people,language,Not stated|FEMALES,,4945,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4946,FOL_IAL_Oth_Tot,Females Speaks other language Indo Aryan Languages Other Total,,G13B,people,language,Total|FEMALES,,4946,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4947,FOL_IAL_Tot_SEO,Females Speaks other language Indo Aryan Languages Total Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4947,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4948,FOL_IAL_Tot_SOLSE_VWorW,Females Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4948,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4949,FOL_IAL_Tot_SOLSE_NWorNAA,Females Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4949,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4950,FOL_IAL_Tot_SOLSE_Tot,Females Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4950,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4951,FOL_IAL_Tot_NS,Females Speaks other language Indo Aryan Languages Total Not stated,,G13B,people,language,Not stated|FEMALES,,4951,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4952,FOL_IAL_Tot_Tot,Females Speaks other language Indo Aryan Languages Total Total,,G13B,people,language,Total|FEMALES,,4952,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4953,FOL_Italian_SEO,Females Speaks other language Italian Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4953,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4954,FOL_Italian_SOLSE_VWorW,Females Speaks other language Italian Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4954,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4955,FOL_Italian_SOLSE_NWorNAA,Females Speaks other language Italian Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4955,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4956,FOL_Italian_SOLSE_Tot,Females Speaks other language Italian Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4956,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4957,FOL_Italian_NS,Females Speaks other language Italian Not stated,,G13B,people,language,Not stated|FEMALES,,4957,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4958,FOL_Italian_Tot,Females Speaks other language Italian Total,,G13B,people,language,Total|FEMALES,,4958,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4959,FOL_Japanese_SEO,Females Speaks other language Japanese Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4959,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4960,FOL_Japanese_SOLSE_VWorW,Females Speaks other language Japanese Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4960,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4961,FOL_Japanese_SOLSE_NWorNAA,Females Speaks other language Japanese Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4961,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4962,FOL_Japanese_SOLSE_Tot,Females Speaks other language Japanese Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4962,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4963,FOL_Japanese_NS,Females Speaks other language Japanese Not stated,,G13B,people,language,Not stated|FEMALES,,4963,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4964,FOL_Japanese_Tot,Females Speaks other language Japanese Total,,G13B,people,language,Total|FEMALES,,4964,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4965,FOL_Korean_SEO,Females Speaks other language Korean Speaks English only,,G13B,people,language,Speaks English only|FEMALES,,4965,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4966,FOL_Korean_SOLSE_VWorW,Females Speaks other language Korean Speaks other language and speaks English Very well or well,,G13B,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4966,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4967,FOL_Korean_SOLSE_NWorNAA,Females Speaks other language Korean Speaks other language and speaks English Not well or not at all,,G13B,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4967,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4968,FOL_Korean_SOLSE_Tot,Females Speaks other language Korean Speaks other language and speaks English Total,,G13B,people,language,Speaks other language and speaks English: Total|FEMALES,,4968,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4969,FOL_Korean_NS,Females Speaks other language Korean Not stated,,G13C,people,language,Not stated|FEMALES,,4969,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4970,FOL_Korean_Tot,Females Speaks other language Korean Total,,G13C,people,language,Total|FEMALES,,4970,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4971,FOL_Macedonian_SEO,Females Speaks other language Macedonian Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,4971,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4972,FOL_Macedonian_SOLSE_VWorW,Females Speaks other language Macedonian Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4972,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4973,FOL_Macedonian_SOLSE_NWorNAA,Females Speaks other language Macedonian Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4973,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4974,FOL_Macedonian_SOLSE_Tot,Females Speaks other language Macedonian Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,4974,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4975,FOL_Macedonian_NS,Females Speaks other language Macedonian Not stated,,G13C,people,language,Not stated|FEMALES,,4975,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4976,FOL_Macedonian_Tot,Females Speaks other language Macedonian Total,,G13C,people,language,Total|FEMALES,,4976,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4977,FOL_Maltese_SEO,Females Speaks other language Maltese Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,4977,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4978,FOL_Maltese_SOLSE_VWorW,Females Speaks other language Maltese Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4978,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4979,FOL_Maltese_SOLSE_NWorNAA,Females Speaks other language Maltese Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4979,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4980,FOL_Maltese_SOLSE_Tot,Females Speaks other language Maltese Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,4980,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4981,FOL_Maltese_NS,Females Speaks other language Maltese Not stated,,G13C,people,language,Not stated|FEMALES,,4981,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4982,FOL_Maltese_Tot,Females Speaks other language Maltese Total,,G13C,people,language,Total|FEMALES,,4982,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4983,FOL_Persian_ED_SEO,Females Speaks other language Persian excluding Dari Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,4983,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4984,FOL_Persian_ED_SOLSE_VWorW,Females Speaks other language Persian excluding Dari Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4984,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4985,FOL_Persian_ED_SOLSE_NWorNAA,Females Speaks other language Persian excluding Dari Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4985,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4986,FOL_Persian_ED_SOLSE_Tot,Females Speaks other language Persian excluding Dari Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,4986,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4987,FOL_Persian_ED_NS,Females Speaks other language Persian excluding Dari Not stated,,G13C,people,language,Not stated|FEMALES,,4987,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4988,FOL_Persian_ED_Tot,Females Speaks other language Persian excluding Dari Total,,G13C,people,language,Total|FEMALES,,4988,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4989,FOL_Polish_SEO,Females Speaks other language Polish Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,4989,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4990,FOL_Polish_SOLSE_VWorW,Females Speaks other language Polish Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4990,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4991,FOL_Polish_SOLSE_NWorNAA,Females Speaks other language Polish Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4991,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4992,FOL_Polish_SOLSE_Tot,Females Speaks other language Polish Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,4992,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4993,FOL_Polish_NS,Females Speaks other language Polish Not stated,,G13C,people,language,Not stated|FEMALES,,4993,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4994,FOL_Polish_Tot,Females Speaks other language Polish Total,,G13C,people,language,Total|FEMALES,,4994,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4995,FOL_Russian_SEO,Females Speaks other language Russian Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,4995,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4996,FOL_Russian_SOLSE_VWorW,Females Speaks other language Russian Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,4996,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4997,FOL_Russian_SOLSE_NWorNAA,Females Speaks other language Russian Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,4997,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4998,FOL_Russian_SOLSE_Tot,Females Speaks other language Russian Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,4998,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G4999,FOL_Russian_NS,Females Speaks other language Russian Not stated,,G13C,people,language,Not stated|FEMALES,,4999,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5000,FOL_Russian_Tot,Females Speaks other language Russian Total,,G13C,people,language,Total|FEMALES,,5000,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5001,FOL_Samoan_SEO,Females Speaks other language Samoan Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5001,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5002,FOL_Samoan_SOLSE_VWorW,Females Speaks other language Samoan Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5002,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5003,FOL_Samoan_SOLSE_NWorNAA,Females Speaks other language Samoan Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5003,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5004,FOL_Samoan_SOLSE_Tot,Females Speaks other language Samoan Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5004,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5005,FOL_Samoan_NS,Females Speaks other language Samoan Not stated,,G13C,people,language,Not stated|FEMALES,,5005,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5006,FOL_Samoan_Tot,Females Speaks other language Samoan Total,,G13C,people,language,Total|FEMALES,,5006,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5007,FOL_Serbian_SEO,Females Speaks other language Serbian Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5007,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5008,FOL_Serbian_SOLSE_VWorW,Females Speaks other language Serbian Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5008,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5009,FOL_Serbian_SOLSE_NWorNAA,Females Speaks other language Serbian Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5009,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5010,FOL_Serbian_SOLSE_Tot,Females Speaks other language Serbian Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5010,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5011,FOL_Serbian_NS,Females Speaks other language Serbian Not stated,,G13C,people,language,Not stated|FEMALES,,5011,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5012,FOL_Serbian_Tot,Females Speaks other language Serbian Total,,G13C,people,language,Total|FEMALES,,5012,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5013,FOL_SAL_Filipino_SEO,Females Speaks other language Southeast Asian Austronesian Languages Filipino Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5013,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5014,FOL_SAL_Filipino_SOLSE_VWorW,Females Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5014,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5015,FOL_SAL_Filipin_SOLSE_NWorNAA,Females Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5015,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5016,FOL_SAL_Filipino_SOLSE_Tot,Females Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5016,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5017,FOL_SAL_Filipino_NS,Females Speaks other language Southeast Asian Austronesian Languages Filipino Not stated,,G13C,people,language,Not stated|FEMALES,,5017,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5018,FOL_SAL_Filipino_Tot,Females Speaks other language Southeast Asian Austronesian Languages Filipino Total,,G13C,people,language,Total|FEMALES,,5018,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5019,FOL_SAL_Indonesian_SEO,Females Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5019,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5020,FOL_SAL_Indonesia_SOLSE_VWorW,Females Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5020,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5021,FOL_SAL_Indones_SOLSE_NWorNAA,Females Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5021,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5022,FOL_SAL_Indonesian_SOLSE_Tot,Females Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5022,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5023,FOL_SAL_Indonesian_NS,Females Speaks other language Southeast Asian Austronesian Languages Indonesian Not stated,,G13C,people,language,Not stated|FEMALES,,5023,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5024,FOL_SAL_Indonesian_Tot,Females Speaks other language Southeast Asian Austronesian Languages Indonesian Total,,G13C,people,language,Total|FEMALES,,5024,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5025,FOL_SAL_Tagalog_SEO,Females Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5025,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5026,FOL_SAL_Tagalog_SOLSE_VWorW,Females Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5026,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5027,FOL_SAL_Tagalog_SOLSE_NWorNAA,Females Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5027,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5028,FOL_SAL_Tagalog_SOLSE_Tot,Females Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5028,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5029,FOL_SAL_Tagalog_NS,Females Speaks other language Southeast Asian Austronesian Languages Tagalog Not stated,,G13C,people,language,Not stated|FEMALES,,5029,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5030,FOL_SAL_Tagalog_Tot,Females Speaks other language Southeast Asian Austronesian Languages Tagalog Total,,G13C,people,language,Total|FEMALES,,5030,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5031,FOL_SAL_Oth_SEO,Females Speaks other language Southeast Asian Austronesian Languages Other Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5031,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5032,FOL_SAL_Oth_SOLSE_VWorW,Females Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5032,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5033,FOL_SAL_Oth_SOLSE_NWorNAA,Females Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5033,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5034,FOL_SAL_Oth_SOLSE_Tot,Females Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5034,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5035,FOL_SAL_Oth_NS,Females Speaks other language Southeast Asian Austronesian Languages Other Not stated,,G13C,people,language,Not stated|FEMALES,,5035,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5036,FOL_SAL_Oth_Tot,Females Speaks other language Southeast Asian Austronesian Languages Other Total,,G13C,people,language,Total|FEMALES,,5036,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5037,FOL_SAL_Tot_SEO,Females Speaks other language Southeast Asian Austronesian Languages Total Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5037,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5038,FOL_SAL_Tot_SOLSE_VWorW,Females Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5038,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5039,FOL_SAL_Tot_SOLSE_NWorNAA,Females Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5039,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5040,FOL_SAL_Tot_SOLSE_Tot,Females Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5040,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5041,FOL_SAL_Tot_NS,Females Speaks other language Southeast Asian Austronesian Languages Total Not stated,,G13C,people,language,Not stated|FEMALES,,5041,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5042,FOL_SAL_Tot_Tot,Females Speaks other language Southeast Asian Austronesian Languages Total Total,,G13C,people,language,Total|FEMALES,,5042,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5043,FOL_Spanish_SEO,Females Speaks other language Spanish Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5043,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5044,FOL_Spanish_SOLSE_VWorW,Females Speaks other language Spanish Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5044,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5045,FOL_Spanish_SOLSE_NWorNAA,Females Speaks other language Spanish Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5045,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5046,FOL_Spanish_SOLSE_Tot,Females Speaks other language Spanish Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5046,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5047,FOL_Spanish_NS,Females Speaks other language Spanish Not stated,,G13C,people,language,Not stated|FEMALES,,5047,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5048,FOL_Spanish_Tot,Females Speaks other language Spanish Total,,G13C,people,language,Total|FEMALES,,5048,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5049,FOL_Tamil_SEO,Females Speaks other language Tamil Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5049,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5050,FOL_Tamil_SOLSE_VWorW,Females Speaks other language Tamil Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5050,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5051,FOL_Tamil_SOLSE_NWorNAA,Females Speaks other language Tamil Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5051,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5052,FOL_Tamil_SOLSE_Tot,Females Speaks other language Tamil Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5052,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5053,FOL_Tamil_NS,Females Speaks other language Tamil Not stated,,G13C,people,language,Not stated|FEMALES,,5053,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5054,FOL_Tamil_Tot,Females Speaks other language Tamil Total,,G13C,people,language,Total|FEMALES,,5054,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5055,FOL_Thai_SEO,Females Speaks other language Thai Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5055,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5056,FOL_Thai_SOLSE_VWorW,Females Speaks other language Thai Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5056,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5057,FOL_Thai_SOLSE_NWorNAA,Females Speaks other language Thai Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5057,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5058,FOL_Thai_SOLSE_Tot,Females Speaks other language Thai Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5058,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5059,FOL_Thai_NS,Females Speaks other language Thai Not stated,,G13C,people,language,Not stated|FEMALES,,5059,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5060,FOL_Thai_Tot,Females Speaks other language Thai Total,,G13C,people,language,Total|FEMALES,,5060,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5061,FOL_Turkish_SEO,Females Speaks other language Turkish Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5061,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5062,FOL_Turkish_SOLSE_VWorW,Females Speaks other language Turkish Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5062,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5063,FOL_Turkish_SOLSE_NWorNAA,Females Speaks other language Turkish Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5063,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5064,FOL_Turkish_SOLSE_Tot,Females Speaks other language Turkish Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5064,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5065,FOL_Turkish_NS,Females Speaks other language Turkish Not stated,,G13C,people,language,Not stated|FEMALES,,5065,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5066,FOL_Turkish_Tot,Females Speaks other language Turkish Total,,G13C,people,language,Total|FEMALES,,5066,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5067,FOL_Vietnamese_SEO,Females Speaks other language Vietnamese Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5067,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5068,FOL_Vietnamese_SOLSE_VWorW,Females Speaks other language Vietnamese Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5068,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5069,FOL_Vietnamese_SOLSE_NWorNAA,Females Speaks other language Vietnamese Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5069,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5070,FOL_Vietnamese_SOLSE_Tot,Females Speaks other language Vietnamese Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5070,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5071,FOL_Vietnamese_NS,Females Speaks other language Vietnamese Not stated,,G13C,people,language,Not stated|FEMALES,,5071,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5072,FOL_Vietnamese_Tot,Females Speaks other language Vietnamese Total,,G13C,people,language,Total|FEMALES,,5072,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5073,FOL_Oth_SEO,Females Speaks other language Other Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5073,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5074,FOL_Oth_SOLSE_VWorW,Females Speaks other language Other Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5074,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5075,FOL_Oth_SOLSE_NWorNAA,Females Speaks other language Other Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5075,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5076,FOL_Oth_SOLSE_Tot,Females Speaks other language Other Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5076,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5077,FOL_Oth_NS,Females Speaks other language Other Not stated,,G13C,people,language,Not stated|FEMALES,,5077,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5078,FOL_Oth_Tot,Females Speaks other language Other Total,,G13C,people,language,Total|FEMALES,,5078,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5079,FOL_Tot_SEO,Females Speaks other language Total Speaks English only,,G13C,people,language,Speaks English only|FEMALES,,5079,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5080,FOL_Tot_SOLSE_VWorW,Females Speaks other language Total Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|FEMALES,,5080,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5081,FOL_Tot_SOLSE_NWorNAA,Females Speaks other language Total Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|FEMALES,,5081,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5082,FOL_Tot_SOLSE_Tot,Females Speaks other language Total Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|FEMALES,,5082,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5083,FOL_Tot_NS,Females Speaks other language Total Not stated,,G13C,people,language,Not stated|FEMALES,,5083,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5084,FOL_Tot_Tot,Females Speaks other language Total Total,,G13C,people,language,Total|FEMALES,,5084,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5097,PSEO_SEO,Persons Speaks English only Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5097,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5098,PSEO_SOLSE_VWorW,Persons Speaks English only Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5098,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5099,PSEO_SOLSE_NWorNAA,Persons Speaks English only Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5099,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5100,PSEO_SOLSE_Tot,Persons Speaks English only Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5100,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5101,PSEO_NS,Persons Speaks English only Not stated,,G13C,people,language,Not stated|PERSONS,,5101,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5102,PSEO_Tot,Persons Speaks English only Total,,G13C,people,language,Total|PERSONS,,5102,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5103,POL_Afrikaans_SEO,Persons Speaks other language Afrikaans Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5103,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5104,POL_Afrikaans_SOLSE_VWorW,Persons Speaks other language Afrikaans Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5104,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5105,POL_Afrikaans_SOLSE_NWorNAA,Persons Speaks other language Afrikaans Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5105,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5106,POL_Afrikaans_SOLSE_Tot,Persons Speaks other language Afrikaans Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5106,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5107,POL_Afrikaans_NS,Persons Speaks other language Afrikaans Not stated,,G13C,people,language,Not stated|PERSONS,,5107,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5108,POL_Afrikaans_Tot,Persons Speaks other language Afrikaans Total,,G13C,people,language,Total|PERSONS,,5108,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5109,POL_Arabic_SEO,Persons Speaks other language Arabic Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5109,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5110,POL_Arabic_SOLSE_VWorW,Persons Speaks other language Arabic Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5110,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5111,POL_Arabic_SOLSE_NWorNAA,Persons Speaks other language Arabic Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5111,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5112,POL_Arabic_SOLSE_Tot,Persons Speaks other language Arabic Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5112,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5113,POL_Arabic_NS,Persons Speaks other language Arabic Not stated,,G13C,people,language,Not stated|PERSONS,,5113,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5114,POL_Arabic_Tot,Persons Speaks other language Arabic Total,,G13C,people,language,Total|PERSONS,,5114,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5115,POL_AIndLng_SEO,Persons Speaks other language Australian Indigenous Languages Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5115,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5116,POL_AIndLng_SOLSE_VWorW,Persons Speaks other language Australian Indigenous Languages Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5116,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5117,POL_AIndLng_SOLSE_NWorNAA,Persons Speaks other language Australian Indigenous Languages Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5117,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5118,POL_AIndLng_SOLSE_Tot,Persons Speaks other language Australian Indigenous Languages Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5118,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5119,POL_AIndLng_NS,Persons Speaks other language Australian Indigenous Languages Not stated,,G13C,people,language,Not stated|PERSONS,,5119,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5120,POL_AIndLng_Tot,Persons Speaks other language Australian Indigenous Languages Total,,G13C,people,language,Total|PERSONS,,5120,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5121,POL_CL_Cantones_SEO,Persons Speaks other language Chinese Languages Cantonese Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5121,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5122,POL_CL_Cantones_SOLSE_VWorW,Persons Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5122,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5123,POL_CL_Cantones_SOLSE_NWorNAA,Persons Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5123,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5124,POL_CL_Cantones_SOLSE_Tot,Persons Speaks other language Chinese Languages Cantonese Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5124,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5125,POL_CL_Cantones_NS,Persons Speaks other language Chinese Languages Cantonese Not stated,,G13C,people,language,Not stated|PERSONS,,5125,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5126,POL_CL_Cantones_Tot,Persons Speaks other language Chinese Languages Cantonese Total,,G13C,people,language,Total|PERSONS,,5126,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5127,POL_CL_Mandarin_SEO,Persons Speaks other language Chinese Languages Mandarin Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5127,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5128,POL_CL_Mandarin_SOLSE_VWorW,Persons Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5128,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5129,POL_CL_Mandarin_SOLSE_NWorNAA,Persons Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5129,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5130,POL_CL_Mandarin_SOLSE_Tot,Persons Speaks other language Chinese Languages Mandarin Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5130,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5131,POL_CL_Mandarin_NS,Persons Speaks other language Chinese Languages Mandarin Not stated,,G13C,people,language,Not stated|PERSONS,,5131,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5132,POL_CL_Mandarin_Tot,Persons Speaks other language Chinese Languages Mandarin Total,,G13C,people,language,Total|PERSONS,,5132,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5133,POL_CL_Oth_SEO,Persons Speaks other language Chinese languages Other Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5133,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5134,POL_CL_Oth_SOLSE_VWorW,Persons Speaks other language Chinese languages Other Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5134,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5135,POL_CL_Oth_SOLSE_NWorNAA,Persons Speaks other language Chinese languages Other Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5135,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5136,POL_CL_Oth_SOLSE_Tot,Persons Speaks other language Chinese languages Other Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5136,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5137,POL_CL_Oth_NS,Persons Speaks other language Chinese languages Other Not stated,,G13C,people,language,Not stated|PERSONS,,5137,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5138,POL_CL_Oth_Tot,Persons Speaks other language Chinese languages Other Total,,G13C,people,language,Total|PERSONS,,5138,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5139,POL_CL_Tot_SEO,Persons Speaks other language Chinese Languages Total Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5139,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5140,POL_CL_Tot_SOLSE_VWorW,Persons Speaks other language Chinese Languages Total Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5140,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5141,POL_CL_Tot_SOLSE_NWorNAA,Persons Speaks other language Chinese Languages Total Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5141,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5142,POL_CL_Tot_SOLSE_Tot,Persons Speaks other language Chinese Languages Total Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5142,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5143,POL_CL_Tot_NS,Persons Speaks other language Chinese Languages Total Not stated,,G13C,people,language,Not stated|PERSONS,,5143,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5144,POL_CL_Tot_Tot,Persons Speaks other language Chinese Languages Total Total,,G13C,people,language,Total|PERSONS,,5144,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5145,POL_Croatian_SEO,Persons Speaks other language Croatian Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5145,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5146,POL_Croatian_SOLSE_VWorW,Persons Speaks other language Croatian Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5146,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5147,POL_Croatian_SOLSE_NWorNAA,Persons Speaks other language Croatian Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5147,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5148,POL_Croatian_SOLSE_Tot,Persons Speaks other language Croatian Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5148,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5149,POL_Croatian_NS,Persons Speaks other language Croatian Not stated,,G13C,people,language,Not stated|PERSONS,,5149,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5150,POL_Croatian_Tot,Persons Speaks other language Croatian Total,,G13C,people,language,Total|PERSONS,,5150,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5151,POL_Dutch_SEO,Persons Speaks other language Dutch Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5151,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5152,POL_Dutch_SOLSE_VWorW,Persons Speaks other language Dutch Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5152,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5153,POL_Dutch_SOLSE_NWorNAA,Persons Speaks other language Dutch Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5153,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5154,POL_Dutch_SOLSE_Tot,Persons Speaks other language Dutch Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5154,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5155,POL_Dutch_NS,Persons Speaks other language Dutch Not stated,,G13C,people,language,Not stated|PERSONS,,5155,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5156,POL_Dutch_Tot,Persons Speaks other language Dutch Total,,G13C,people,language,Total|PERSONS,,5156,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5157,POL_French_SEO,Persons Speaks other language French Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5157,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5158,POL_French_SOLSE_VWorW,Persons Speaks other language French Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5158,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5159,POL_French_SOLSE_NWorNAA,Persons Speaks other language French Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5159,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5160,POL_French_SOLSE_Tot,Persons Speaks other language French Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5160,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5161,POL_French_NS,Persons Speaks other language French Not stated,,G13C,people,language,Not stated|PERSONS,,5161,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5162,POL_French_Tot,Persons Speaks other language French Total,,G13C,people,language,Total|PERSONS,,5162,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5163,POL_German_SEO,Persons Speaks other language German Speaks English only,,G13C,people,language,Speaks English only|PERSONS,,5163,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5164,POL_German_SOLSE_VWorW,Persons Speaks other language German Speaks other language and speaks English Very well or well,,G13C,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5164,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5165,POL_German_SOLSE_NWorNAA,Persons Speaks other language German Speaks other language and speaks English Not well or not at all,,G13C,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5165,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5166,POL_German_SOLSE_Tot,Persons Speaks other language German Speaks other language and speaks English Total,,G13C,people,language,Speaks other language and speaks English: Total|PERSONS,,5166,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5167,POL_German_NS,Persons Speaks other language German Not stated,,G13C,people,language,Not stated|PERSONS,,5167,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5168,POL_German_Tot,Persons Speaks other language German Total,,G13C,people,language,Total|PERSONS,,5168,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5169,POL_Greek_SEO,Persons Speaks other language Greek Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5169,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5170,POL_Greek_SOLSE_VWorW,Persons Speaks other language Greek Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5170,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5171,POL_Greek_SOLSE_NWorNAA,Persons Speaks other language Greek Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5171,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5172,POL_Greek_SOLSE_Tot,Persons Speaks other language Greek Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5172,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5173,POL_Greek_NS,Persons Speaks other language Greek Not stated,,G13D,people,language,Not stated|PERSONS,,5173,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5174,POL_Greek_Tot,Persons Speaks other language Greek Total,,G13D,people,language,Total|PERSONS,,5174,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5175,POL_IAL_Bengali_SEO,Persons Speaks other language Indo Aryan Languages Bengali Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5175,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5176,POL_IAL_Bengali_SOLSE_VWorW,Persons Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5176,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5177,POL_IAL_Bengali_SOLSE_NWorNAA,Persons Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5177,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5178,POL_IAL_Bengali_SOLSE_Tot,Persons Speaks other language Indo Aryan Languages Bengali Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5178,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5179,POL_IAL_Bengali_NS,Persons Speaks other language Indo Aryan Languages Bengali Not stated,,G13D,people,language,Not stated|PERSONS,,5179,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5180,POL_IAL_Bengali_Tot,Persons Speaks other language Indo Aryan Languages Bengali Total,,G13D,people,language,Total|PERSONS,,5180,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5181,POL_IAL_Hindi_SEO,Persons Speaks other language Indo Aryan Languages Hindi Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5181,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5182,POL_IAL_Hindi_SOLSE_VWorW,Persons Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5182,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5183,POL_IAL_Hindi_SOLSE_NWorNAA,Persons Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5183,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5184,POL_IAL_Hindi_SOLSE_Tot,Persons Speaks other language Indo Aryan Languages Hindi Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5184,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5185,POL_IAL_Hindi_NS,Persons Speaks other language Indo Aryan Languages Hindi Not stated,,G13D,people,language,Not stated|PERSONS,,5185,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5186,POL_IAL_Hindi_Tot,Persons Speaks other language Indo Aryan Languages Hindi Total,,G13D,people,language,Total|PERSONS,,5186,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5187,POL_IAL_Punjabi_SEO,Persons Speaks other language Indo Aryan Languages Punjabi Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5187,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5188,POL_IAL_Punjabi_SOLSE_VWorW,Persons Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5188,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5189,POL_IAL_Punjabi_SOLSE_NWorNAA,Persons Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5189,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5190,POL_IAL_Punjabi_SOLSE_Tot,Persons Speaks other language Indo Aryan Languages Punjabi Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5190,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5191,POL_IAL_Punjabi_NS,Persons Speaks other language Indo Aryan Languages Punjabi Not stated,,G13D,people,language,Not stated|PERSONS,,5191,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5192,POL_IAL_Punjabi_Tot,Persons Speaks other language Indo Aryan Languages Punjabi Total,,G13D,people,language,Total|PERSONS,,5192,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5193,POL_IAL_Sinhalese_SEO,Persons Speaks other language Indo Aryan Languages Sinhalese Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5193,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5194,POL_IAL_Sinhalese_SOLSE_VWorW,Persons Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5194,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5195,POL_IAL_Sinhale_SOLSE_NWorNAA,Persons Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5195,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5196,POL_IAL_Sinhalese_SOLSE_Tot,Persons Speaks other language Indo Aryan Languages Sinhalese Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5196,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5197,POL_IAL_Sinhalese_NS,Persons Speaks other language Indo Aryan Languages Sinhalese Not stated,,G13D,people,language,Not stated|PERSONS,,5197,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5198,POL_IAL_Sinhalese_Tot,Persons Speaks other language Indo Aryan Languages Sinhalese Total,,G13D,people,language,Total|PERSONS,,5198,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5199,POL_IAL_Urdu_SEO,Persons Speaks other language Indo Aryan Languages Urdu Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5199,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5200,POL_IAL_Urdu_SOLSE_VWorW,Persons Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5200,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5201,POL_IAL_Urdu_SOLSE_NWorNAA,Persons Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5201,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5202,POL_IAL_Urdu_SOLSE_Tot,Persons Speaks other language Indo Aryan Languages Urdu Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5202,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5203,POL_IAL_Urdu_NS,Persons Speaks other language Indo Aryan Languages Urdu Not stated,,G13D,people,language,Not stated|PERSONS,,5203,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5204,POL_IAL_Urdu_Tot,Persons Speaks other language Indo Aryan Languages Urdu Total,,G13D,people,language,Total|PERSONS,,5204,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5205,POL_IAL_Oth_SEO,Persons Speaks other language Indo Aryan Languages Other Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5205,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5206,POL_IAL_Oth_SOLSE_VWorW,Persons Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5206,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5207,POL_IAL_Oth_SOLSE_NWorNAA,Persons Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5207,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5208,POL_IAL_Oth_SOLSE_Tot,Persons Speaks other language Indo Aryan Languages Other Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5208,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5209,POL_IAL_Oth_NS,Persons Speaks other language Indo Aryan Languages Other Not stated,,G13D,people,language,Not stated|PERSONS,,5209,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5210,POL_IAL_Oth_Tot,Persons Speaks other language Indo Aryan Languages Other Total,,G13D,people,language,Total|PERSONS,,5210,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5211,POL_IAL_Tot_SEO,Persons Speaks other language Indo Aryan Languages Total Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5211,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5212,POL_IAL_Tot_SOLSE_VWorW,Persons Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5212,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5213,POL_IAL_Tot_SOLSE_NWorNAA,Persons Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5213,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5214,POL_IAL_Tot_SOLSE_Tot,Persons Speaks other language Indo Aryan Languages Total Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5214,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5215,POL_IAL_Tot_NS,Persons Speaks other language Indo Aryan Languages Total Not stated,,G13D,people,language,Not stated|PERSONS,,5215,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5216,POL_IAL_Tot_Tot,Persons Speaks other language Indo Aryan Languages Total Total,,G13D,people,language,Total|PERSONS,,5216,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5217,POL_Italian_SEO,Persons Speaks other language Italian Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5217,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5218,POL_Italian_SOLSE_VWorW,Persons Speaks other language Italian Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5218,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5219,POL_Italian_SOLSE_NWorNAA,Persons Speaks other language Italian Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5219,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5220,POL_Italian_SOLSE_Tot,Persons Speaks other language Italian Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5220,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5221,POL_Italian_NS,Persons Speaks other language Italian Not stated,,G13D,people,language,Not stated|PERSONS,,5221,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5222,POL_Italian_Tot,Persons Speaks other language Italian Total,,G13D,people,language,Total|PERSONS,,5222,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5223,POL_Japanese_SEO,Persons Speaks other language Japanese Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5223,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5224,POL_Japanese_SOLSE_VWorW,Persons Speaks other language Japanese Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5224,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5225,POL_Japanese_SOLSE_NWorNAA,Persons Speaks other language Japanese Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5225,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5226,POL_Japanese_SOLSE_Tot,Persons Speaks other language Japanese Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5226,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5227,POL_Japanese_NS,Persons Speaks other language Japanese Not stated,,G13D,people,language,Not stated|PERSONS,,5227,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5228,POL_Japanese_Tot,Persons Speaks other language Japanese Total,,G13D,people,language,Total|PERSONS,,5228,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5229,POL_Korean_SEO,Persons Speaks other language Korean Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5229,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5230,POL_Korean_SOLSE_VWorW,Persons Speaks other language Korean Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5230,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5231,POL_Korean_SOLSE_NWorNAA,Persons Speaks other language Korean Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5231,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5232,POL_Korean_SOLSE_Tot,Persons Speaks other language Korean Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5232,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5233,POL_Korean_NS,Persons Speaks other language Korean Not stated,,G13D,people,language,Not stated|PERSONS,,5233,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5234,POL_Korean_Tot,Persons Speaks other language Korean Total,,G13D,people,language,Total|PERSONS,,5234,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5235,POL_Macedonian_SEO,Persons Speaks other language Macedonian Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5235,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5236,POL_Macedonian_SOLSE_VWorW,Persons Speaks other language Macedonian Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5236,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5237,POL_Macedonian_SOLSE_NWorNAA,Persons Speaks other language Macedonian Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5237,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5238,POL_Macedonian_SOLSE_Tot,Persons Speaks other language Macedonian Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5238,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5239,POL_Macedonian_NS,Persons Speaks other language Macedonian Not stated,,G13D,people,language,Not stated|PERSONS,,5239,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5240,POL_Macedonian_Tot,Persons Speaks other language Macedonian Total,,G13D,people,language,Total|PERSONS,,5240,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5241,POL_Maltese_SEO,Persons Speaks other language Maltese Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5241,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5242,POL_Maltese_SOLSE_VWorW,Persons Speaks other language Maltese Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5242,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5243,POL_Maltese_SOLSE_NWorNAA,Persons Speaks other language Maltese Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5243,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5244,POL_Maltese_SOLSE_Tot,Persons Speaks other language Maltese Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5244,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5245,POL_Maltese_NS,Persons Speaks other language Maltese Not stated,,G13D,people,language,Not stated|PERSONS,,5245,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5246,POL_Maltese_Tot,Persons Speaks other language Maltese Total,,G13D,people,language,Total|PERSONS,,5246,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5247,POL_Persian_ED_SEO,Persons Speaks other language Persian excluding Dari Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5247,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5248,POL_Persian_ED_SOLSE_VWorW,Persons Speaks other language Persian excluding Dari Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5248,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5249,POL_Persian_ED_SOLSE_NWorNAA,Persons Speaks other language Persian excluding Dari Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5249,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5250,POL_Persian_ED_SOLSE_Tot,Persons Speaks other language Persian excluding Dari Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5250,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5251,POL_Persian_ED_NS,Persons Speaks other language Persian excluding Dari Not stated,,G13D,people,language,Not stated|PERSONS,,5251,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5252,POL_Persian_ED_Tot,Persons Speaks other language Persian excluding Dari Total,,G13D,people,language,Total|PERSONS,,5252,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5253,POL_Polish_SEO,Persons Speaks other language Polish Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5253,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5254,POL_Polish_SOLSE_VWorW,Persons Speaks other language Polish Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5254,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5255,POL_Polish_SOLSE_NWorNAA,Persons Speaks other language Polish Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5255,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5256,POL_Polish_SOLSE_Tot,Persons Speaks other language Polish Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5256,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5257,POL_Polish_NS,Persons Speaks other language Polish Not stated,,G13D,people,language,Not stated|PERSONS,,5257,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5258,POL_Polish_Tot,Persons Speaks other language Polish Total,,G13D,people,language,Total|PERSONS,,5258,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5259,POL_Russian_SEO,Persons Speaks other language Russian Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5259,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5260,POL_Russian_SOLSE_VWorW,Persons Speaks other language Russian Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5260,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5261,POL_Russian_SOLSE_NWorNAA,Persons Speaks other language Russian Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5261,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5262,POL_Russian_SOLSE_Tot,Persons Speaks other language Russian Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5262,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5263,POL_Russian_NS,Persons Speaks other language Russian Not stated,,G13D,people,language,Not stated|PERSONS,,5263,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5264,POL_Russian_Tot,Persons Speaks other language Russian Total,,G13D,people,language,Total|PERSONS,,5264,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5265,POL_Samoan_SEO,Persons Speaks other language Samoan Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5265,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5266,POL_Samoan_SOLSE_VWorW,Persons Speaks other language Samoan Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5266,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5267,POL_Samoan_SOLSE_NWorNAA,Persons Speaks other language Samoan Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5267,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5268,POL_Samoan_SOLSE_Tot,Persons Speaks other language Samoan Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5268,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5269,POL_Samoan_NS,Persons Speaks other language Samoan Not stated,,G13D,people,language,Not stated|PERSONS,,5269,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5270,POL_Samoan_Tot,Persons Speaks other language Samoan Total,,G13D,people,language,Total|PERSONS,,5270,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5271,POL_Serbian_SEO,Persons Speaks other language Serbian Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5271,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5272,POL_Serbian_SOLSE_VWorW,Persons Speaks other language Serbian Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5272,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5273,POL_Serbian_SOLSE_NWorNAA,Persons Speaks other language Serbian Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5273,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5274,POL_Serbian_SOLSE_Tot,Persons Speaks other language Serbian Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5274,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5275,POL_Serbian_NS,Persons Speaks other language Serbian Not stated,,G13D,people,language,Not stated|PERSONS,,5275,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5276,POL_Serbian_Tot,Persons Speaks other language Serbian Total,,G13D,people,language,Total|PERSONS,,5276,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5277,POL_SAL_Filipino_SEO,Persons Speaks other language Southeast Asian Austronesian Languages Filipino Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5277,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5278,POL_SAL_Filipino_SOLSE_VWorW,Persons Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5278,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5279,POL_SAL_Filipin_SOLSE_NWorNAA,Persons Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5279,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5280,POL_SAL_Filipino_SOLSE_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Filipino Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5280,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5281,POL_SAL_Filipino_NS,Persons Speaks other language Southeast Asian Austronesian Languages Filipino Not stated,,G13D,people,language,Not stated|PERSONS,,5281,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5282,POL_SAL_Filipino_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Filipino Total,,G13D,people,language,Total|PERSONS,,5282,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5283,POL_SAL_Indonesian_SEO,Persons Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5283,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5284,POL_SAL_Indonesia_SOLSE_VWorW,Persons Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5284,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5285,POL_SAL_Indones_SOLSE_NWorNAA,Persons Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5285,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5286,POL_SAL_Indonesian_SOLSE_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Indonesian Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5286,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5287,POL_SAL_Indonesian_NS,Persons Speaks other language Southeast Asian Austronesian Languages Indonesian Not stated,,G13D,people,language,Not stated|PERSONS,,5287,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5288,POL_SAL_Indonesian_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Indonesian Total,,G13D,people,language,Total|PERSONS,,5288,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5289,POL_SAL_Tagalog_SEO,Persons Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5289,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5290,POL_SAL_Tagalog_SOLSE_VWorW,Persons Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5290,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5291,POL_SAL_Tagalog_SOLSE_NWorNAA,Persons Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5291,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5292,POL_SAL_Tagalog_SOLSE_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Tagalog Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5292,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5293,POL_SAL_Tagalog_NS,Persons Speaks other language Southeast Asian Austronesian Languages Tagalog Not stated,,G13D,people,language,Not stated|PERSONS,,5293,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5294,POL_SAL_Tagalog_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Tagalog Total,,G13D,people,language,Total|PERSONS,,5294,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5295,POL_SAL_Oth_SEO,Persons Speaks other language Southeast Asian Austronesian Languages Other Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5295,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5296,POL_SAL_Oth_SOLSE_VWorW,Persons Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5296,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5297,POL_SAL_Oth_SOLSE_NWorNAA,Persons Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5297,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5298,POL_SAL_Oth_SOLSE_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Other Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5298,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5299,POL_SAL_Oth_NS,Persons Speaks other language Southeast Asian Austronesian Languages Other Not stated,,G13D,people,language,Not stated|PERSONS,,5299,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5300,POL_SAL_Oth_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Other Total,,G13D,people,language,Total|PERSONS,,5300,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5301,POL_SAL_Tot_SEO,Persons Speaks other language Southeast Asian Austronesian Languages Total Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5301,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5302,POL_SAL_Tot_SOLSE_VWorW,Persons Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5302,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5303,POL_SAL_Tot_SOLSE_NWorNAA,Persons Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5303,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5304,POL_SAL_Tot_SOLSE_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Total Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5304,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5305,POL_SAL_Tot_NS,Persons Speaks other language Southeast Asian Austronesian Languages Total Not stated,,G13D,people,language,Not stated|PERSONS,,5305,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5306,POL_SAL_Tot_Tot,Persons Speaks other language Southeast Asian Austronesian Languages Total Total,,G13D,people,language,Total|PERSONS,,5306,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5307,POL_Spanish_SEO,Persons Speaks other language Spanish Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5307,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5308,POL_Spanish_SOLSE_VWorW,Persons Speaks other language Spanish Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5308,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5309,POL_Spanish_SOLSE_NWorNAA,Persons Speaks other language Spanish Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5309,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5310,POL_Spanish_SOLSE_Tot,Persons Speaks other language Spanish Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5310,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5311,POL_Spanish_NS,Persons Speaks other language Spanish Not stated,,G13D,people,language,Not stated|PERSONS,,5311,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5312,POL_Spanish_Tot,Persons Speaks other language Spanish Total,,G13D,people,language,Total|PERSONS,,5312,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5313,POL_Tamil_SEO,Persons Speaks other language Tamil Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5313,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5314,POL_Tamil_SOLSE_VWorW,Persons Speaks other language Tamil Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5314,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5315,POL_Tamil_SOLSE_NWorNAA,Persons Speaks other language Tamil Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5315,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5316,POL_Tamil_SOLSE_Tot,Persons Speaks other language Tamil Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5316,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5317,POL_Tamil_NS,Persons Speaks other language Tamil Not stated,,G13D,people,language,Not stated|PERSONS,,5317,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5318,POL_Tamil_Tot,Persons Speaks other language Tamil Total,,G13D,people,language,Total|PERSONS,,5318,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5319,POL_Thai_SEO,Persons Speaks other language Thai Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5319,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5320,POL_Thai_SOLSE_VWorW,Persons Speaks other language Thai Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5320,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5321,POL_Thai_SOLSE_NWorNAA,Persons Speaks other language Thai Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5321,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5322,POL_Thai_SOLSE_Tot,Persons Speaks other language Thai Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5322,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5323,POL_Thai_NS,Persons Speaks other language Thai Not stated,,G13D,people,language,Not stated|PERSONS,,5323,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5324,POL_Thai_Tot,Persons Speaks other language Thai Total,,G13D,people,language,Total|PERSONS,,5324,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5325,POL_Turkish_SEO,Persons Speaks other language Turkish Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5325,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5326,POL_Turkish_SOLSE_VWorW,Persons Speaks other language Turkish Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5326,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5327,POL_Turkish_SOLSE_NWorNAA,Persons Speaks other language Turkish Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5327,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5328,POL_Turkish_SOLSE_Tot,Persons Speaks other language Turkish Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5328,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5329,POL_Turkish_NS,Persons Speaks other language Turkish Not stated,,G13D,people,language,Not stated|PERSONS,,5329,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5330,POL_Turkish_Tot,Persons Speaks other language Turkish Total,,G13D,people,language,Total|PERSONS,,5330,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5331,POL_Vietnamese_SEO,Persons Speaks other language Vietnamese Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5331,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5332,POL_Vietnamese_SOLSE_VWorW,Persons Speaks other language Vietnamese Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5332,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5333,POL_Vietnamese_SOLSE_NWorNAA,Persons Speaks other language Vietnamese Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5333,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5334,POL_Vietnamese_SOLSE_Tot,Persons Speaks other language Vietnamese Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5334,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5335,POL_Vietnamese_NS,Persons Speaks other language Vietnamese Not stated,,G13D,people,language,Not stated|PERSONS,,5335,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5336,POL_Vietnamese_Tot,Persons Speaks other language Vietnamese Total,,G13D,people,language,Total|PERSONS,,5336,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5337,POL_Oth_SEO,Persons Speaks other language Other Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5337,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5338,POL_Oth_SOLSE_VWorW,Persons Speaks other language Other Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5338,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5339,POL_Oth_SOLSE_NWorNAA,Persons Speaks other language Other Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5339,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5340,POL_Oth_SOLSE_Tot,Persons Speaks other language Other Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5340,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5341,POL_Oth_NS,Persons Speaks other language Other Not stated,,G13D,people,language,Not stated|PERSONS,,5341,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5342,POL_Oth_Tot,Persons Speaks other language Other Total,,G13D,people,language,Total|PERSONS,,5342,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5343,POL_Tot_SEO,Persons Speaks other language Total Speaks English only,,G13D,people,language,Speaks English only|PERSONS,,5343,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5344,POL_Tot_SOLSE_VWorW,Persons Speaks other language Total Speaks other language and speaks English Very well or well,,G13D,people,language,Speaks other language and speaks English: Very well or well|PERSONS,,5344,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5345,POL_Tot_SOLSE_NWorNAA,Persons Speaks other language Total Speaks other language and speaks English Not well or not at all,,G13D,people,language,Speaks other language and speaks English: Not well or not at all|PERSONS,,5345,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5346,POL_Tot_SOLSE_Tot,Persons Speaks other language Total Speaks other language and speaks English Total,,G13D,people,language,Speaks other language and speaks English: Total|PERSONS,,5346,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5347,POL_Tot_NS,Persons Speaks other language Total Not stated,,G13D,people,language,Not stated|PERSONS,,5347,Language Spoken at Home by Proficiency in Spoken English/Language by Sex +G5348,POL_Tot_Tot,Persons Speaks other language Total Total,,G13D,people,language,Total|PERSONS,,5348,Language Spoken at Home by Proficiency in Spoken English/Language by Sex G7563,Tot_Nmbr_child_ever_born_None,Total Number of children ever born No children,,G24,people,families|age_gender,Number of children ever born: None,,7563,Number of Children Ever Born by Age of Parent G7564,Tot_Nmbr_children_ever_born_1,Total Number of children ever born One child,,G24,people,families|age_gender,Number of children ever born: 1,,7564,Number of Children Ever Born by Age of Parent G7565,Tot_Nmbr_children_ever_born_2,Total Number of children ever born Two children,,G24,people,families|age_gender,Number of children ever born: 2,,7565,Number of Children Ever Born by Age of Parent @@ -1636,52 +12300,6 @@ G7568,Tot_Nmbr_children_ever_born_5,Total Number of children ever born Five chil G7569,Tot_Nmbr_chidrn_ever_brn_6_mr,Total Number of children ever born Six or more children,,G24,people,families|age_gender,Number of children ever born: 6 or more,,7569,Number of Children Ever Born by Age of Parent G7570,Tot_Nmbr_childrn_ever_born_Ns,Total Number of children ever born Not stated,,G24,people,families|age_gender,Number of children ever born: Not stated,,7570,Number of Children Ever Born by Age of Parent G7571,Total_Total,Total Total,,G24,people,families|age_gender,Total,,7571,Number of Children Ever Born by Age of Parent -G7572,CF_no_children_F,Couple family with no children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7572,Family Composition -G7573,CF_no_children_P,Couple family with no children Persons,Tot_P_P,G25,people,families,Persons,,7573,Family Composition -G7574,CF_ChU15_a_DSs_a_NdCh_F,Couple family with children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7574,Family Composition -G7575,CF_ChU15_a_DSs_a_NdCh_P,Couple family with children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7575,Family Composition -G7576,CF_ChU15_a_DSs_a_no_NdCh_F,Couple family with children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7576,Family Composition -G7577,CF_ChU15_a_DSs_a_no_NdCh_P,Couple family with children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7577,Family Composition -G7578,CF_ChU15_a_no_DSs_a_NdCh_F,Couple family with children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7578,Family Composition -G7579,CF_ChU15_a_no_DSs_a_NdCh_P,Couple family with children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7579,Family Composition -G7580,CF_ChU15_a_no_DSs_a_no_NdCh_F,Couple family with children under 15 and no dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7580,Family Composition -G7581,CF_ChU15_a_no_DSs_a_no_NdCh_P,Couple family with children under 15 and no dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7581,Family Composition -G7582,CF_ChU15_a_Total_F,Couple family with children under 15 and Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7582,Family Composition -G7583,CF_ChU15_a_Total_P,Couple family with children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7583,Family Composition -G7584,CF_no_ChU15_a_DSs_a_NdCh_F,Couple family with no children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7584,Family Composition -G7585,CF_no_ChU15_a_DSs_a_NdCh_P,Couple family with no children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7585,Family Composition -G7586,CF_no_ChU15_a_DSs_a_no_NdCh_F,Couple family with no children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7586,Family Composition -G7587,CF_no_ChU15_a_DSs_a_no_NdCh_P,Couple family with no children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7587,Family Composition -G7588,CF_no_ChU15_a_no_DSs_a_NdCh_F,Couple family with no children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7588,Family Composition -G7589,CF_no_ChU15_a_no_DSs_a_NdCh_P,Couple family with no children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7589,Family Composition -G7590,CF_no_ChU15_a_Total_F,Couple family with no children under 15 and Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7590,Family Composition -G7591,CF_no_ChU15_a_Total_P,Couple family with no children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7591,Family Composition -G7592,CF_Total_F,Couple family with Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7592,Family Composition -G7593,CF_Total_P,Couple family with Total Persons,Tot_P_P,G25,people,families,Persons,,7593,Family Composition -G7594,OPF_ChU15_a_DSs_a_NdCh_F,One parent family with children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7594,Family Composition -G7595,OPF_ChU15_a_DSs_a_NdCh_P,One parent family with children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7595,Family Composition -G7596,OPF_ChU15_a_DSs_a_no_NdCh_F,One parent family with children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7596,Family Composition -G7597,OPF_ChU15_a_DSs_a_no_NdCh_P,One parent family with children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7597,Family Composition -G7598,OPF_ChU15_a_no_DSs_a_NdCh_F,One parent family with children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7598,Family Composition -G7599,OPF_ChU15_a_no_DSs_a_NdCh_P,One parent family with children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7599,Family Composition -G7600,OPF_ChU15_a_no_DSs_no_NdCh_F,One parent family with children under 15 and no dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7600,Family Composition -G7601,OPF_ChU15_a_no_DSs_no_NdCh_P,One parent family with children under 15 and no dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7601,Family Composition -G7602,OPF_ChU15_a_Total_F,One parent family with children under 15 and Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7602,Family Composition -G7603,OPF_ChU15_a_Total_P,One parent family with children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7603,Family Composition -G7604,OPF_no_ChU15_a_DSs_a_NdCh_F,One parent family with no children under 15 and dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7604,Family Composition -G7605,OPF_no_ChU15_a_DSs_a_NdCh_P,One parent family with no children under 15 and dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7605,Family Composition -G7606,OPF_no_ChU15_a_DSs_no_NdCh_F,One parent family with no children under 15 and dependent students and no non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7606,Family Composition -G7607,OPF_no_ChU15_a_DSs_no_NdCh_P,One parent family with no children under 15 and dependent students and no non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7607,Family Composition -G7608,OPF_no_ChU15_no_DSs_a_NdCh_F,One parent family with no children under 15 and no dependent students and non dependent children Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7608,Family Composition -G7609,OPF_no_ChU15_no_DSs_a_NdCh_P,One parent family with no children under 15 and no dependent students and non dependent children Persons,Tot_P_P,G25,people,families,Persons,,7609,Family Composition -G7610,OPF_no_ChU15_a_Total_F,One parent family with no children under 15 and Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7610,Family Composition -G7611,OPF_no_ChU15_a_Total_P,One parent family with no children under 15 and Total Persons,Tot_P_P,G25,people,families,Persons,,7611,Family Composition -G7612,OPF_Total_F,One parent family with Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7612,Family Composition -G7613,OPF_Total_P,One parent family with Total Persons,Tot_P_P,G25,people,families,Persons,,7613,Family Composition -G7614,Other_family_F,Other family Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7614,Family Composition -G7615,Other_family_P,Other family Persons,Tot_P_P,G25,people,families,Persons,,7615,Family Composition -G7616,Total_F,Total Families,Tot_P_P|Tot_P_F,G25,people,families,Families,,7616,Family Composition -G7617,Total_P,Total Persons,Tot_P_P,G25,people,families,Persons,,7617,Family Composition G7618,CF_C_BPBO_DC_0_4,Couple family with children Both parents born overseas Age of dependent children 0 4 years,,G26,people,families|nationality,Age of dependent children: 0-4 years,,7618,Family Composition and Country of Birth of Parents by Age of Dependent Children G7619,CF_C_BPBO_DC_5_9,Couple family with children Both parents born overseas Age of dependent children 5 9 years,,G26,people,families|nationality,Age of dependent children: 5-9 years,,7619,Family Composition and Country of Birth of Parents by Age of Dependent Children G7620,CF_C_BPBO_DC_10_12,Couple family with children Both parents born overseas Age of dependent children 10 12 years,,G26,people,families|nationality,Age of dependent children: 10-12 years,,7620,Family Composition and Country of Birth of Parents by Age of Dependent Children @@ -2091,72 +12709,6 @@ G8023,Total_DS_Flat_apart,Total Dwelling structure Flat or apartment,,G33,housin G8024,Total_DS_Oth_dwell,Total Dwelling structure Other dwelling,,G33,housing_units,housing,Other dwelling,,8024,Tenure Type and Landlord Type by Dwelling Structure G8025,Total_DS_not_stated,Total Dwelling structure not stated,,G33,housing_units,housing,Dwelling structure not stated,,8025,Tenure Type and Landlord Type by Dwelling Structure G8026,Total_Total,Total Total,,G33,housing_units,housing,Total,,8026,Tenure Type and Landlord Type by Dwelling Structure -G8027,M_0_299_DS_DS_Sept_house,0 299 Dwelling structure Separate house,,G34,households,housing,Separate house,,8027,Mortgage Repayment (Monthly) by Dwelling Structure -G8028,M_0_299_DS_DS_sd_row_tce_hs_t,0 299 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8028,Mortgage Repayment (Monthly) by Dwelling Structure -G8029,M_0_299_DS_DS_Flat_apart,0 299 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8029,Mortgage Repayment (Monthly) by Dwelling Structure -G8030,M_0_299_DS_DS_Other_dwg,0 299 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8030,Mortgage Repayment (Monthly) by Dwelling Structure -G8031,M_0_299_DS_ns,0 299 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8031,Mortgage Repayment (Monthly) by Dwelling Structure -G8032,M_0_299_Tot,0 299 Total,,G34,households,housing,Total,,8032,Mortgage Repayment (Monthly) by Dwelling Structure -G8033,M_300_449_DS_Separate_hse,300 449 Dwelling structure Separate house,,G34,households,housing,Separate house,,8033,Mortgage Repayment (Monthly) by Dwelling Structure -G8034,M_300_449_DS_sd_row_tc_hse_th,300 449 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8034,Mortgage Repayment (Monthly) by Dwelling Structure -G8035,M_300_449_DS_Flat_apart,300 449 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8035,Mortgage Repayment (Monthly) by Dwelling Structure -G8036,M_300_449_DS_Other_dwg,300 449 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8036,Mortgage Repayment (Monthly) by Dwelling Structure -G8037,M_300_449_DS_ns,300 449 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8037,Mortgage Repayment (Monthly) by Dwelling Structure -G8038,M_300_449_Tot,300 449 Total,,G34,households,housing,Total,,8038,Mortgage Repayment (Monthly) by Dwelling Structure -G8039,M_450_599_DS_Separate_hse,450 599 Dwelling structure Separate house,,G34,households,housing,Separate house,,8039,Mortgage Repayment (Monthly) by Dwelling Structure -G8040,M_450_599_DS_sd_row_tce_hs_th,450 599 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8040,Mortgage Repayment (Monthly) by Dwelling Structure -G8041,M_450_599_DS_Flat_apart,450 599 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8041,Mortgage Repayment (Monthly) by Dwelling Structure -G8042,M_450_599_DS_Other_dwg,450 599 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8042,Mortgage Repayment (Monthly) by Dwelling Structure -G8043,M_450_599_DS_ns,450 599 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8043,Mortgage Repayment (Monthly) by Dwelling Structure -G8044,M_450_599_Tot,450 599 Total,,G34,households,housing,Total,,8044,Mortgage Repayment (Monthly) by Dwelling Structure -G8045,M_600_799_DS_Separate_hse,600 799 Dwelling structure Separate house,,G34,households,housing,Separate house,,8045,Mortgage Repayment (Monthly) by Dwelling Structure -G8046,M_600_799_DS_sd_row_tc_hs_th,600 799 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8046,Mortgage Repayment (Monthly) by Dwelling Structure -G8047,M_600_799_DS_Flat_apart,600 799 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8047,Mortgage Repayment (Monthly) by Dwelling Structure -G8048,M_600_799_DS_Other_dwg,600 799 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8048,Mortgage Repayment (Monthly) by Dwelling Structure -G8049,M_600_799_DS_ns,600 799 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8049,Mortgage Repayment (Monthly) by Dwelling Structure -G8050,M_600_799_Tot,600 799 Total,,G34,households,housing,Total,,8050,Mortgage Repayment (Monthly) by Dwelling Structure -G8051,M_800_999_DS_Separate_hse,800 999 Dwelling structure Separate house,,G34,households,housing,Separate house,,8051,Mortgage Repayment (Monthly) by Dwelling Structure -G8052,M_800_999_DS_sd_row_tc_hs_th,800 999 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8052,Mortgage Repayment (Monthly) by Dwelling Structure -G8053,M_800_999_DS_Flat_apart,800 999 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8053,Mortgage Repayment (Monthly) by Dwelling Structure -G8054,M_800_999_DS_Other_dwg,800 999 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8054,Mortgage Repayment (Monthly) by Dwelling Structure -G8055,M_800_999_DS_ns,800 999 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8055,Mortgage Repayment (Monthly) by Dwelling Structure -G8056,M_800_999_Tot,800 999 Total,,G34,households,housing,Total,,8056,Mortgage Repayment (Monthly) by Dwelling Structure -G8057,M_1000_1399_DS_Separate_hse,1000 1399 Dwelling structure Separate house,,G34,households,housing,Separate house,,8057,Mortgage Repayment (Monthly) by Dwelling Structure -G8058,M_1000_1399_DS_sd_rw_tc_h_th,1000 1399 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8058,Mortgage Repayment (Monthly) by Dwelling Structure -G8059,M_1000_1399_DS_Flat_apart,1000 1399 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8059,Mortgage Repayment (Monthly) by Dwelling Structure -G8060,M_1000_1399_DS_Other_dwg,1000 1399 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8060,Mortgage Repayment (Monthly) by Dwelling Structure -G8061,M_1000_1399_DS_ns,1000 1399 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8061,Mortgage Repayment (Monthly) by Dwelling Structure -G8062,M_1000_1399_Tot,1000 1399 Total,,G34,households,housing,Total,,8062,Mortgage Repayment (Monthly) by Dwelling Structure -G8063,M_1400_1799_DS_Separate_hse,1400 1799 Dwelling structure Separate house,,G34,households,housing,Separate house,,8063,Mortgage Repayment (Monthly) by Dwelling Structure -G8064,M_1400_1799_DS_sd_rw_tc_h_th,1400 1799 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8064,Mortgage Repayment (Monthly) by Dwelling Structure -G8065,M_1400_1799_DS_Flat_apart,1400 1799 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8065,Mortgage Repayment (Monthly) by Dwelling Structure -G8066,M_1400_1799_DS_Other_dwg,1400 1799 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8066,Mortgage Repayment (Monthly) by Dwelling Structure -G8067,M_1400_1799_DS_ns,1400 1799 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8067,Mortgage Repayment (Monthly) by Dwelling Structure -G8068,M_1400_1799_Tot,1400 1799 Total,,G34,households,housing,Total,,8068,Mortgage Repayment (Monthly) by Dwelling Structure -G8069,M_1800_2399_DS_Separate_hse,1800 2399 Dwelling structure Separate house,,G34,households,housing,Separate house,,8069,Mortgage Repayment (Monthly) by Dwelling Structure -G8070,M_1800_2399_DS_sd_rw_tc_h_th,1800 2399 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8070,Mortgage Repayment (Monthly) by Dwelling Structure -G8071,M_1800_2399_DS_Flat_apart,1800 2399 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8071,Mortgage Repayment (Monthly) by Dwelling Structure -G8072,M_1800_2399_DS_Other_dwg,1800 2399 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8072,Mortgage Repayment (Monthly) by Dwelling Structure -G8073,M_1800_2399_DS_ns,1800 2399 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8073,Mortgage Repayment (Monthly) by Dwelling Structure -G8074,M_1800_2399_Tot,1800 2399 Total,,G34,households,housing,Total,,8074,Mortgage Repayment (Monthly) by Dwelling Structure -G8075,M_2400_2999_DS_Separate_hse,2400 2999 Dwelling structure Separate house,,G34,households,housing,Separate house,,8075,Mortgage Repayment (Monthly) by Dwelling Structure -G8076,M_2400_2999_DS_sd_rw_tc_h_th,2400 2999 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8076,Mortgage Repayment (Monthly) by Dwelling Structure -G8077,M_2400_2999_DS_Flat_apart,2400 2999 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8077,Mortgage Repayment (Monthly) by Dwelling Structure -G8078,M_2400_2999_DS_Other_dwg,2400 2999 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8078,Mortgage Repayment (Monthly) by Dwelling Structure -G8079,M_2400_2999_DS_ns,2400 2999 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8079,Mortgage Repayment (Monthly) by Dwelling Structure -G8080,M_2400_2999_Tot,2400 2999 Total,,G34,households,housing,Total,,8080,Mortgage Repayment (Monthly) by Dwelling Structure -G8081,M_3000_3999_DS_Separate_hse,3000 3999 Dwelling structure Separate house,,G34,households,housing,Separate house,,8081,Mortgage Repayment (Monthly) by Dwelling Structure -G8082,M_3000_3999_DS_sd_rw_tc_h_th,3000 3999 Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8082,Mortgage Repayment (Monthly) by Dwelling Structure -G8083,M_3000_3999_DS_Flt_apart,3000 3999 Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8083,Mortgage Repayment (Monthly) by Dwelling Structure -G8084,M_3000_3999_DS_Other_dwg,3000 3999 Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8084,Mortgage Repayment (Monthly) by Dwelling Structure -G8085,M_3000_3999_DS_ns,3000 3999 Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8085,Mortgage Repayment (Monthly) by Dwelling Structure -G8086,M_3000_3999_Tot,3000 3999 Total,,G34,households,housing,Total,,8086,Mortgage Repayment (Monthly) by Dwelling Structure -G8087,M_4000_over_DS_Separate_hse,4000 and over Dwelling structure Separate house,,G34,households,housing,Separate house,,8087,Mortgage Repayment (Monthly) by Dwelling Structure -G8088,M_4000_ov_DS_sd_rw_tce_hs_th,4000 and over Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8088,Mortgage Repayment (Monthly) by Dwelling Structure -G8089,M_4000_over_DS_Flat_apart,4000 and over Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8089,Mortgage Repayment (Monthly) by Dwelling Structure -G8090,M_4000_over_DS_Other_dwg,4000 and over Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8090,Mortgage Repayment (Monthly) by Dwelling Structure -G8091,M_4000_DS_over_ns,4000 and over Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8091,Mortgage Repayment (Monthly) by Dwelling Structure -G8092,M_4000_over_Tot,4000 and over Total,,G34,households,housing,Total,,8092,Mortgage Repayment (Monthly) by Dwelling Structure G8093,Mort_Rpmnt_ns_DS_Separat_hs,Mortgage repayment not stated Dwelling structure Separate house,,G34,households,housing,Separate house,,8093,Mortgage Repayment (Monthly) by Dwelling Structure G8094,Mrt_Rpmt_ns_DS_sd_rw_tc_hs_th,Mortgage repayment not stated Dwelling structure Semi detached row or terrace house townhouse etc,,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8094,Mortgage Repayment (Monthly) by Dwelling Structure G8095,Mrt_Rpmt_ns_DS_Flat_apart,Mortgage repayment not stated Dwelling structure Flat or apartment,,G34,households,housing,Flat or apartment,,8095,Mortgage Repayment (Monthly) by Dwelling Structure @@ -2169,139 +12721,6 @@ G8101,Tot_DS_Flat_apartment,Total Dwelling structure Flat or apartment,,G34,hous G8102,Tot_DS_Other_dwg,Total Dwelling structure Other dwelling,,G34,households,housing,Other dwelling,,8102,Mortgage Repayment (Monthly) by Dwelling Structure G8103,Tot_DS_ns,Total Dwelling structure Not stated,,G34,households,housing,Dwelling structure not stated,,8103,Mortgage Repayment (Monthly) by Dwelling Structure G8104,Tot_Tot,Total Total,,G34,households,housing,Total,,8104,Mortgage Repayment (Monthly) by Dwelling Structure -G8105,M_0_149_CFNC,0 149 Couple family with no children,,G35,households,families,Couple family with no children,,8105,Mortgage Repayment (Monthly) by Family Composition -G8106,M_0_149_CF_C_und15,0 149 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8106,Mortgage Repayment (Monthly) by Family Composition -G8107,M_0_149_CFNC_und15,0 149 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8107,Mortgage Repayment (Monthly) by Family Composition -G8108,M_0_149_1PF_C_und15,0 149 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8108,Mortgage Repayment (Monthly) by Family Composition -G8109,M_0_149_1PFNC_und15,0 149 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8109,Mortgage Repayment (Monthly) by Family Composition -G8110,M_0_149_OthF,0 149 Other family,,G35,households,families,Other family,,8110,Mortgage Repayment (Monthly) by Family Composition -G8111,M_0_149_Tot,0 149 Total,,G35,households,families,Total,,8111,Mortgage Repayment (Monthly) by Family Composition -G8112,M_150_299_CFNC,150 299 Couple family with no children,,G35,households,families,Couple family with no children,,8112,Mortgage Repayment (Monthly) by Family Composition -G8113,M_150_299_CF_C_und15,150 299 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8113,Mortgage Repayment (Monthly) by Family Composition -G8114,M_150_299_CFNC_und15,150 299 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8114,Mortgage Repayment (Monthly) by Family Composition -G8115,M_150_299_1PF_C_und15,150 299 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8115,Mortgage Repayment (Monthly) by Family Composition -G8116,M_150_299_1PFNC_und15,150 299 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8116,Mortgage Repayment (Monthly) by Family Composition -G8117,M_150_299_OthF,150 299 Other family,,G35,households,families,Other family,,8117,Mortgage Repayment (Monthly) by Family Composition -G8118,M_150_299_Tot,150 299 Total,,G35,households,families,Total,,8118,Mortgage Repayment (Monthly) by Family Composition -G8119,M_300_449_CFNC,300 449 Couple family with no children,,G35,households,families,Couple family with no children,,8119,Mortgage Repayment (Monthly) by Family Composition -G8120,M_300_449_CF_C_und15,300 449 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8120,Mortgage Repayment (Monthly) by Family Composition -G8121,M_300_449_CFNC_und15,300 449 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8121,Mortgage Repayment (Monthly) by Family Composition -G8122,M_300_449_1PF_C_und15,300 449 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8122,Mortgage Repayment (Monthly) by Family Composition -G8123,M_300_449_1PFNC_und15,300 449 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8123,Mortgage Repayment (Monthly) by Family Composition -G8124,M_300_449_OthF,300 449 Other family,,G35,households,families,Other family,,8124,Mortgage Repayment (Monthly) by Family Composition -G8125,M_300_449_Tot,300 449 Total,,G35,households,families,Total,,8125,Mortgage Repayment (Monthly) by Family Composition -G8126,M_450_599_CFNC,450 599 Couple family with no children,,G35,households,families,Couple family with no children,,8126,Mortgage Repayment (Monthly) by Family Composition -G8127,M_450_599_CF_C_und15,450 599 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8127,Mortgage Repayment (Monthly) by Family Composition -G8128,M_450_599_CFNC_und15,450 599 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8128,Mortgage Repayment (Monthly) by Family Composition -G8129,M_450_599_1PF_C_und15,450 599 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8129,Mortgage Repayment (Monthly) by Family Composition -G8130,M_450_599_1PFNC_und15,450 599 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8130,Mortgage Repayment (Monthly) by Family Composition -G8131,M_450_599_OthF,450 599 Other family,,G35,households,families,Other family,,8131,Mortgage Repayment (Monthly) by Family Composition -G8132,M_450_599_Tot,450 599 Total,,G35,households,families,Total,,8132,Mortgage Repayment (Monthly) by Family Composition -G8133,M_600_799_CFNC,600 799 Couple family with no children,,G35,households,families,Couple family with no children,,8133,Mortgage Repayment (Monthly) by Family Composition -G8134,M_600_799_CF_C_und15,600 799 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8134,Mortgage Repayment (Monthly) by Family Composition -G8135,M_600_799_CFNC_und15,600 799 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8135,Mortgage Repayment (Monthly) by Family Composition -G8136,M_600_799_1PF_C_und15,600 799 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8136,Mortgage Repayment (Monthly) by Family Composition -G8137,M_600_799_1PFNC_und15,600 799 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8137,Mortgage Repayment (Monthly) by Family Composition -G8138,M_600_799_OthF,600 799 Other family,,G35,households,families,Other family,,8138,Mortgage Repayment (Monthly) by Family Composition -G8139,M_600_799_Tot,600 799 Total,,G35,households,families,Total,,8139,Mortgage Repayment (Monthly) by Family Composition -G8140,M_800_999_CFNC,800 999 Couple family with no children,,G35,households,families,Couple family with no children,,8140,Mortgage Repayment (Monthly) by Family Composition -G8141,M_800_999_CF_C_und15,800 999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8141,Mortgage Repayment (Monthly) by Family Composition -G8142,M_800_999_CFNC_und15,800 999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8142,Mortgage Repayment (Monthly) by Family Composition -G8143,M_800_999_1PF_C_und15,800 999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8143,Mortgage Repayment (Monthly) by Family Composition -G8144,M_800_999_1PFNC_und15,800 999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8144,Mortgage Repayment (Monthly) by Family Composition -G8145,M_800_999_OthF,800 999 Other family,,G35,households,families,Other family,,8145,Mortgage Repayment (Monthly) by Family Composition -G8146,M_800_999_Tot,800 999 Total,,G35,households,families,Total,,8146,Mortgage Repayment (Monthly) by Family Composition -G8147,M_1000_1199_CFNC,1000 1199 Couple family with no children,,G35,households,families,Couple family with no children,,8147,Mortgage Repayment (Monthly) by Family Composition -G8148,M_1000_1199_CF_C_und15,1000 1199 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8148,Mortgage Repayment (Monthly) by Family Composition -G8149,M_1000_1199_CFNC_und15,1000 1199 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8149,Mortgage Repayment (Monthly) by Family Composition -G8150,M_1000_1199_1PF_C_und15,1000 1199 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8150,Mortgage Repayment (Monthly) by Family Composition -G8151,M_1000_1199_1PFNC_und15,1000 1199 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8151,Mortgage Repayment (Monthly) by Family Composition -G8152,M_1000_1199_OthF,1000 1199 Other family,,G35,households,families,Other family,,8152,Mortgage Repayment (Monthly) by Family Composition -G8153,M_1000_1199_Tot,1000 1199 Total,,G35,households,families,Total,,8153,Mortgage Repayment (Monthly) by Family Composition -G8154,M_1200_1399_CFNC,1200 1399 Couple family with no children,,G35,households,families,Couple family with no children,,8154,Mortgage Repayment (Monthly) by Family Composition -G8155,M_1200_1399_CF_C_und15,1200 1399 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8155,Mortgage Repayment (Monthly) by Family Composition -G8156,M_1200_1399_CFNC_und15,1200 1399 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8156,Mortgage Repayment (Monthly) by Family Composition -G8157,M_1200_1399_1PF_C_und15,1200 1399 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8157,Mortgage Repayment (Monthly) by Family Composition -G8158,M_1200_1399_1PFNC_und15,1200 1399 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8158,Mortgage Repayment (Monthly) by Family Composition -G8159,M_1200_1399_OthF,1200 1399 Other family,,G35,households,families,Other family,,8159,Mortgage Repayment (Monthly) by Family Composition -G8160,M_1200_1399_Tot,1200 1399 Total,,G35,households,families,Total,,8160,Mortgage Repayment (Monthly) by Family Composition -G8161,M_1400_1599_CFNC,1400 1599 Couple family with no children,,G35,households,families,Couple family with no children,,8161,Mortgage Repayment (Monthly) by Family Composition -G8162,M_1400_1599_CF_C_und15,1400 1599 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8162,Mortgage Repayment (Monthly) by Family Composition -G8163,M_1400_1599_CFNC_und15,1400 1599 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8163,Mortgage Repayment (Monthly) by Family Composition -G8164,M_1400_1599_1PF_C_und15,1400 1599 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8164,Mortgage Repayment (Monthly) by Family Composition -G8165,M_1400_1599_1PFNC_und15,1400 1599 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8165,Mortgage Repayment (Monthly) by Family Composition -G8166,M_1400_1599_OthF,1400 1599 Other family,,G35,households,families,Other family,,8166,Mortgage Repayment (Monthly) by Family Composition -G8167,M_1400_1599_Tot,1400 1599 Total,,G35,households,families,Total,,8167,Mortgage Repayment (Monthly) by Family Composition -G8168,M_1600_1799_CFNC,1600 1799 Couple family with no children,,G35,households,families,Couple family with no children,,8168,Mortgage Repayment (Monthly) by Family Composition -G8169,M_1600_1799_CF_C_und15,1600 1799 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8169,Mortgage Repayment (Monthly) by Family Composition -G8170,M_1600_1799_CFNC_und15,1600 1799 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8170,Mortgage Repayment (Monthly) by Family Composition -G8171,M_1600_1799_1PF_C_und15,1600 1799 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8171,Mortgage Repayment (Monthly) by Family Composition -G8172,M_1600_1799_1PFNC_und15,1600 1799 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8172,Mortgage Repayment (Monthly) by Family Composition -G8173,M_1600_1799_OthF,1600 1799 Other family,,G35,households,families,Other family,,8173,Mortgage Repayment (Monthly) by Family Composition -G8174,M_1600_1799_Tot,1600 1799 Total,,G35,households,families,Total,,8174,Mortgage Repayment (Monthly) by Family Composition -G8175,M_1800_1999_CFNC,1800 1999 Couple family with no children,,G35,households,families,Couple family with no children,,8175,Mortgage Repayment (Monthly) by Family Composition -G8176,M_1800_1999_CF_C_und15,1800 1999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8176,Mortgage Repayment (Monthly) by Family Composition -G8177,M_1800_1999_CFNC_und15,1800 1999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8177,Mortgage Repayment (Monthly) by Family Composition -G8178,M_1800_1999_1PF_C_und15,1800 1999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8178,Mortgage Repayment (Monthly) by Family Composition -G8179,M_1800_1999_1PFNC_und15,1800 1999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8179,Mortgage Repayment (Monthly) by Family Composition -G8180,M_1800_1999_OthF,1800 1999 Other family,,G35,households,families,Other family,,8180,Mortgage Repayment (Monthly) by Family Composition -G8181,M_1800_1999_Tot,1800 1999 Total,,G35,households,families,Total,,8181,Mortgage Repayment (Monthly) by Family Composition -G8182,M_2000_2199_CFNC,2000 2199 Couple family with no children,,G35,households,families,Couple family with no children,,8182,Mortgage Repayment (Monthly) by Family Composition -G8183,M_2000_2199_CF_C_und15,2000 2199 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8183,Mortgage Repayment (Monthly) by Family Composition -G8184,M_2000_2199_CFNC_und15,2000 2199 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8184,Mortgage Repayment (Monthly) by Family Composition -G8185,M_2000_2199_1PF_C_und15,2000 2199 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8185,Mortgage Repayment (Monthly) by Family Composition -G8186,M_2000_2199_1PFNC_und15,2000 2199 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8186,Mortgage Repayment (Monthly) by Family Composition -G8187,M_2000_2199_OthF,2000 2199 Other family,,G35,households,families,Other family,,8187,Mortgage Repayment (Monthly) by Family Composition -G8188,M_2000_2199_Tot,2000 2199 Total,,G35,households,families,Total,,8188,Mortgage Repayment (Monthly) by Family Composition -G8189,M_2200_2399_CFNC,2200 2399 Couple family with no children,,G35,households,families,Couple family with no children,,8189,Mortgage Repayment (Monthly) by Family Composition -G8190,M_2200_2399_CF_C_und15,2200 2399 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8190,Mortgage Repayment (Monthly) by Family Composition -G8191,M_2200_2399_CFNC_und15,2200 2399 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8191,Mortgage Repayment (Monthly) by Family Composition -G8192,M_2200_2399_1PF_C_und15,2200 2399 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8192,Mortgage Repayment (Monthly) by Family Composition -G8193,M_2200_2399_1PFNC_und15,2200 2399 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8193,Mortgage Repayment (Monthly) by Family Composition -G8194,M_2200_2399_OthF,2200 2399 Other family,,G35,households,families,Other family,,8194,Mortgage Repayment (Monthly) by Family Composition -G8195,M_2200_2399_Tot,2200 2399 Total,,G35,households,families,Total,,8195,Mortgage Repayment (Monthly) by Family Composition -G8196,M_2400_2599_CFNC,2400 2599 Couple family with no children,,G35,households,families,Couple family with no children,,8196,Mortgage Repayment (Monthly) by Family Composition -G8197,M_2400_2599_CF_C_und15,2400 2599 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8197,Mortgage Repayment (Monthly) by Family Composition -G8198,M_2400_2599_CFNC_und15,2400 2599 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8198,Mortgage Repayment (Monthly) by Family Composition -G8199,M_2400_2599_1PF_C_und15,2400 2599 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8199,Mortgage Repayment (Monthly) by Family Composition -G8200,M_2400_2599_1PFNC_und15,2400 2599 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8200,Mortgage Repayment (Monthly) by Family Composition -G8201,M_2400_2599_OthF,2400 2599 Other family,,G35,households,families,Other family,,8201,Mortgage Repayment (Monthly) by Family Composition -G8202,M_2400_2599_Tot,2400 2599 Total,,G35,households,families,Total,,8202,Mortgage Repayment (Monthly) by Family Composition -G8203,M_2600_2999_CFNC,2600 2999 Couple family with no children,,G35,households,families,Couple family with no children,,8203,Mortgage Repayment (Monthly) by Family Composition -G8204,M_2600_2999_CF_C_und15,2600 2999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8204,Mortgage Repayment (Monthly) by Family Composition -G8205,M_2600_2999_CFNC_und15,2600 2999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8205,Mortgage Repayment (Monthly) by Family Composition -G8206,M_2600_2999_1PF_C_und15,2600 2999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8206,Mortgage Repayment (Monthly) by Family Composition -G8207,M_2600_2999_1PFNC_und15,2600 2999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8207,Mortgage Repayment (Monthly) by Family Composition -G8208,M_2600_2999_OthF,2600 2999 Other family,,G35,households,families,Other family,,8208,Mortgage Repayment (Monthly) by Family Composition -G8209,M_2600_2999_Tot,2600 2999 Total,,G35,households,families,Total,,8209,Mortgage Repayment (Monthly) by Family Composition -G8210,M_3000_3999_CFNC,3000 3999 Couple family with no children,,G35,households,families,Couple family with no children,,8210,Mortgage Repayment (Monthly) by Family Composition -G8211,M_3000_3999_CF_C_und15,3000 3999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8211,Mortgage Repayment (Monthly) by Family Composition -G8212,M_3000_3999_CFNC_und15,3000 3999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8212,Mortgage Repayment (Monthly) by Family Composition -G8213,M_3000_3999_1PF_C_und15,3000 3999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8213,Mortgage Repayment (Monthly) by Family Composition -G8214,M_3000_3999_1PFNC_und15,3000 3999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8214,Mortgage Repayment (Monthly) by Family Composition -G8215,M_3000_3999_OthF,3000 3999 Other family,,G35,households,families,Other family,,8215,Mortgage Repayment (Monthly) by Family Composition -G8216,M_3000_3999_Tot,3000 3999 Total,,G35,households,families,Total,,8216,Mortgage Repayment (Monthly) by Family Composition -G8217,M_4000_4999_CFNC,4000 4999 Couple family with no children,,G35,households,families,Couple family with no children,,8217,Mortgage Repayment (Monthly) by Family Composition -G8218,M_4000_4999_CF_C_und15,4000 4999 Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8218,Mortgage Repayment (Monthly) by Family Composition -G8219,M_4000_4999_CFNC_und15,4000 4999 Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8219,Mortgage Repayment (Monthly) by Family Composition -G8220,M_4000_4999_1PF_C_und15,4000 4999 One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8220,Mortgage Repayment (Monthly) by Family Composition -G8221,M_4000_4999_1PFNC_und15,4000 4999 One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8221,Mortgage Repayment (Monthly) by Family Composition -G8222,M_4000_4999_OthF,4000 4999 Other family,,G35,households,families,Other family,,8222,Mortgage Repayment (Monthly) by Family Composition -G8223,M_4000_4999_Tot,4000 4999 Total,,G35,households,families,Total,,8223,Mortgage Repayment (Monthly) by Family Composition -G8224,M_5000over_CFNC,5000 and over Couple family with no children,,G35,households,families,Couple family with no children,,8224,Mortgage Repayment (Monthly) by Family Composition -G8225,M_5000over_CF_C_und15,5000 and over Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8225,Mortgage Repayment (Monthly) by Family Composition -G8226,M_5000over_CFNC_und15,5000 and over Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8226,Mortgage Repayment (Monthly) by Family Composition -G8227,M_5000over_1PF_C_und15,5000 and over One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8227,Mortgage Repayment (Monthly) by Family Composition -G8228,M_5000over_1PFNC_und15,5000 and over One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8228,Mortgage Repayment (Monthly) by Family Composition -G8229,M_5000over_OthF,5000 and over Other family,,G35,households,families,Other family,,8229,Mortgage Repayment (Monthly) by Family Composition -G8230,M_5000over_Tot,5000 and over Total,,G35,households,families,Total,,8230,Mortgage Repayment (Monthly) by Family Composition -G8231,M_NS_CFNC,Mortgage repayment not stated Couple family with no children,,G35,households,families,Couple family with no children,,8231,Mortgage Repayment (Monthly) by Family Composition -G8232,M_NS_CF_C_und15,Mortgage repayment not stated Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8232,Mortgage Repayment (Monthly) by Family Composition -G8233,M_NS_CFNC_und15,Mortgage repayment not stated Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8233,Mortgage Repayment (Monthly) by Family Composition -G8234,M_NS_1PF_C_und15,Mortgage repayment not stated One parent family with Children under 15,,G35,households,families,One parent family with: Children under 15,,8234,Mortgage Repayment (Monthly) by Family Composition -G8235,M_NS_1PFNC_und15,Mortgage repayment not stated One parent family with No children under 15,,G35,households,families,One parent family with: No children under 15,,8235,Mortgage Repayment (Monthly) by Family Composition -G8236,M_NS_OthF,Mortgage repayment not stated Other family,,G35,households,families,Other family,,8236,Mortgage Repayment (Monthly) by Family Composition -G8237,M_NS_Tot,Mortgage repayment not stated Total,,G35,households,families,Total,,8237,Mortgage Repayment (Monthly) by Family Composition G8238,Tot_CFNC,Total Couple family with no children,,G35,households,families,Couple family with no children,,8238,Mortgage Repayment (Monthly) by Family Composition G8239,Tot_CF_C_und15,Total Couple family with Children under 15,,G35,households,families,Couple family with: Children under 15,,8239,Mortgage Repayment (Monthly) by Family Composition G8240,Tot_CFNC_und15,Total Couple family with No children under 15,,G35,households,families,Couple family with: No children under 15,,8240,Mortgage Repayment (Monthly) by Family Composition @@ -2681,279 +13100,2431 @@ G8613,Tot_FHs_Tot,Total Family households Total,,G39,housing_units,families|hous G8614,Tot_Lone_P_H,Total Lone person household,,G39,housing_units,families|housing,Lone person household,,8614,Dwelling Structure by Household Composition and Family Composition G8615,Tot_Group_H,Total Group household,,G39,housing_units,families|housing,Group household,,8615,Dwelling Structure by Household Composition and Family Composition G8616,Tot_Tot,Total Total,,G39,housing_units,families|housing,Total,,8616,Dwelling Structure by Household Composition and Family Composition -G8617,P_15_yrs_over_M,Persons aged 15 years and over Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8617,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8618,P_15_yrs_over_F,Persons aged 15 years and over Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8618,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8619,P_15_yrs_over_P,Persons aged 15 years and over Persons,Tot_P_P,G40,people,employment,Persons,,8619,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8620,lfs_Emplyed_wrked_full_time_M,Labour force status Employed worked full time Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8620,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8621,lfs_Emplyed_wrked_full_time_F,Labour force status Employed worked full time Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8621,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8622,lfs_Emplyed_wrked_full_time_P,Labour force status Employed worked full time Persons,Tot_P_P,G40,people,employment,Persons,,8622,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8623,lfs_Emplyed_wrked_part_time_M,Labour force status Employed worked part time Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8623,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8624,lfs_Emplyed_wrked_part_time_F,Labour force status Employed worked part time Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8624,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8625,lfs_Emplyed_wrked_part_time_P,Labour force status Employed worked part time Persons,Tot_P_P,G40,people,employment,Persons,,8625,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8626,lfs_Employed_away_from_work_M,Labour force status Employed away from work Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8626,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8627,lfs_Employed_away_from_work_F,Labour force status Employed away from work Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8627,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8628,lfs_Employed_away_from_work_P,Labour force status Employed away from work Persons,Tot_P_P,G40,people,employment,Persons,,8628,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8629,lfs_Unmplyed_lookng_for_wrk_M,Labour force status Unemployed looking for work Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8629,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8630,lfs_Unmplyed_lookng_for_wrk_F,Labour force status Unemployed looking for work Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8630,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8631,lfs_Unmplyed_lookng_for_wrk_P,Labour force status Unemployed looking for work Persons,Tot_P_P,G40,people,employment,Persons,,8631,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8632,lfs_Tot_LF_M,Labour force status Total labour force Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8632,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8633,lfs_Tot_LF_F,Labour force status Total labour force Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8633,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8634,lfs_Tot_LF_P,Labour force status Total labour force Persons,Tot_P_P,G40,people,employment,Persons,,8634,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8635,lfs_N_the_labour_force_M,Labour force status Not in the labour force Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8635,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8636,lfs_N_the_labour_force_F,Labour force status Not in the labour force Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8636,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8637,lfs_N_the_labour_force_P,Labour force status Not in the labour force Persons,Tot_P_P,G40,people,employment,Persons,,8637,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8638,Percent_Unem_loyment_M,Labour force status Percent Unemployment Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8638,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8639,Percent_Unem_loyment_F,Labour force status Percent Unemployment Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8639,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8640,Percent_Unem_loyment_P,Labour force status Percent Unemployment Persons,Tot_P_P,G40,people,employment,Persons,,8640,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8641,Percnt_LabForc_prticipation_M,Labour force status Percent Labour force participation Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8641,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8642,Percnt_LabForc_prticipation_F,Labour force status Percent Labour force participation Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8642,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8643,Percnt_LabForc_prticipation_P,Labour force status Percent Labour force participation Persons,Tot_P_P,G40,people,employment,Persons,,8643,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8644,Percnt_Employment_to_populn_M,Labour force status Percent Employment to population Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8644,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8645,Percnt_Employment_to_populn_F,Labour force status Percent Employment to population Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8645,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8646,Percnt_Employment_to_populn_P,Labour force status Percent Employment to population Persons,Tot_P_P,G40,people,employment,Persons,,8646,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8647,Non_sch_quals_PostGrad_Dgre_M,Non school qualifications Postgraduate Degree Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8647,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8648,Non_sch_quals_PostGrad_Dgre_F,Non school qualifications Postgraduate Degree Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8648,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8649,Non_sch_quals_PostGrad_Dgre_P,Non school qualifications Postgraduate Degree Level Persons,Tot_P_P,G40,people,employment,Persons,,8649,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8650,Non_sch_quals_Gr_Dip_Gr_Crt_M,Non school qualifications Graduate Diploma and Graduate Certificate Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8650,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8651,Non_sch_quals_Gr_Dip_Gr_Crt_F,Non school qualifications Graduate Diploma and Graduate Certificate Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8651,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8652,Non_sch_quals_Gr_Dip_Gr_Crt_P,Non school qualifications Graduate Diploma and Graduate Certificate Level Persons,Tot_P_P,G40,people,employment,Persons,,8652,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8653,Non_sch_quals_Bchelr_Degree_M,Non school qualifications Bachelor Degree Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8653,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8654,Non_sch_quals_Bchelr_Degree_F,Non school qualifications Bachelor Degree Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8654,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8655,Non_sch_quals_Bchelr_Degree_P,Non school qualifications Bachelor Degree Level Persons,Tot_P_P,G40,people,employment,Persons,,8655,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8656,Non_sch_quls_Advncd_Dip_Dip_M,Non school qualifications Advanced Diploma and Diploma Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8656,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8657,Non_sch_quls_Advncd_Dip_Dip_F,Non school qualifications Advanced Diploma and Diploma Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8657,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8658,Non_sch_quls_Advncd_Dip_Dip_P,Non school qualifications Advanced Diploma and Diploma Level Persons,Tot_P_P,G40,people,employment,Persons,,8658,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8659,Non_sch_quls_Cert3a4_Level_M,Non school qualifications Certificate Level Certificate III and IV Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8659,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8660,Non_sch_quls_Cert3a4_Level_F,Non school qualifications Certificate Level Certificate III and IV Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8660,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8661,Non_sch_quls_Cert3a4_Level_P,Non school qualifications Certificate Level Certificate III and IV Level Persons,Tot_P_P,G40,people,employment,Persons,,8661,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8662,Non_sch_quls_Cert1a2_Level_M,Non school qualifications Certificate Level Certificate I and II Level Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8662,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8663,Non_sch_quls_Cert1a2_Level_F,Non school qualifications Certificate Level Certificate I and II Level Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8663,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8664,Non_sch_quls_Cert1a2_Level_P,Non school qualifications Certificate Level Certificate I and II Level Persons,Tot_P_P,G40,people,employment,Persons,,8664,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8665,Non_sch_quls_Certnfd_Level_M,Non school qualifications Certificate Level Certificate Level nfd Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8665,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8666,Non_sch_quls_Certnfd_Level_F,Non school qualifications Certificate Level Certificate Level nfd Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8666,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8667,Non_sch_quls_Certnfd_Level_P,Non school qualifications Certificate Level Certificate Level nfd Persons,Tot_P_P,G40,people,employment,Persons,,8667,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8668,Non_sch_quls_CertTot_Level_M,Non school qualifications Certificate Level Total Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8668,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8669,Non_sch_quls_CertTot_Level_F,Non school qualifications Certificate Level Total Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8669,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8670,Non_sch_quls_CertTot_Level_P,Non school qualifications Certificate Level Total Persons,Tot_P_P,G40,people,employment,Persons,,8670,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8671,Migtn_Lvd_same_add_1_yr_ago_M,Migration Lived at same address 1 year ago Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8671,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8672,Migtn_Lvd_same_add_1_yr_ago_F,Migration Lived at same address 1 year ago Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8672,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8673,Migtn_Lvd_same_add_1_yr_ago_P,Migration Lived at same address 1 year ago Persons,Tot_P_P,G40,people,employment,Persons,,8673,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8674,Migtn_Lvd_Diff_add_1_yr_ago_M,Migration Lived at Different address 1 year ago Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8674,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8675,Migtn_Lvd_Diff_add_1_yr_ago_F,Migration Lived at Different address 1 year ago Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8675,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8676,Migtn_Lvd_Diff_add_1_yr_ago_P,Migration Lived at Different address 1 year ago Persons,Tot_P_P,G40,people,employment,Persons,,8676,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8677,Migtn_Lvd_sme_add_5_yrs_ago_M,Migration Lived at same address 5 years ago Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8677,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8678,Migtn_Lvd_sme_add_5_yrs_ago_F,Migration Lived at same address 5 years ago Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8678,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8679,Migtn_Lvd_sme_add_5_yrs_ago_P,Migration Lived at same address 5 years ago Persons,Tot_P_P,G40,people,employment,Persons,,8679,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8680,Mign_Lvd_Diff_add_5_yrs_ago_M,Migration Lived at Different address 5 years ago Males,Tot_P_P|Tot_P_M,G40,people,employment,Males,,8680,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8681,Mign_Lvd_Diff_add_5_yrs_ago_F,Migration Lived at Different address 5 years ago Females,Tot_P_P|Tot_P_F,G40,people,employment,Females,,8681,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8682,Mign_Lvd_Diff_add_5_yrs_ago_P,Migration Lived at Different address 5 years ago Persons,Tot_P_P,G40,people,employment,Persons,,8682,"Selected Labour Force, Education and Migration Characteristics by Sex" -G8683,Sme_Usl_ad_1_yr_ago_as_2016_M,Same usual address 1 year ago as in 2016 Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8683,Place of Usual Residence 1 Year Ago by Sex -G8684,Sme_Usl_ad_1_yr_ago_as_2016_F,Same usual address 1 year ago as in 2016 Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8684,Place of Usual Residence 1 Year Ago by Sex -G8685,Sme_Usl_ad_1_yr_ago_as_2016_P,Same usual address 1 year ago as in 2016 Persons,Tot_P_P,G41,people,housing,Persons,,8685,Place of Usual Residence 1 Year Ago by Sex -G8686,Dif_Usl_ad_1_yr_ago_Sme_SA2_M,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8686,Place of Usual Residence 1 Year Ago by Sex -G8687,Dif_Usl_ad_1_yr_ago_Sme_SA2_F,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8687,Place of Usual Residence 1 Year Ago by Sex -G8688,Dif_Usl_ad_1_yr_ago_Sme_SA2_P,Different usual address 1 year ago Same Statistical Area Level 2 SA2 Persons,Tot_P_P,G41,people,housing,Persons,,8688,Place of Usual Residence 1 Year Ago by Sex -G8689,Dif_Us_ad_1_ago_Dif_SA2_NSW_M,Different usual address 1 year ago Different SA2 in New South Wales Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8689,Place of Usual Residence 1 Year Ago by Sex -G8690,Dif_Us_ad_1_ago_Dif_SA2_NSW_F,Different usual address 1 year ago Different SA2 in New South Wales Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8690,Place of Usual Residence 1 Year Ago by Sex -G8691,Dif_Us_ad_1_ago_Dif_SA2_NSW_P,Different usual address 1 year ago Different SA2 in New South Wales Persons,Tot_P_P,G41,people,housing,Persons,,8691,Place of Usual Residence 1 Year Ago by Sex -G8692,Dif_Us_ad_1_ago_Dif_SA2_Vic_M,Different usual address 1 year ago Different SA2 in Victoria Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8692,Place of Usual Residence 1 Year Ago by Sex -G8693,Dif_Us_ad_1_ago_Dif_SA2_Vic_F,Different usual address 1 year ago Different SA2 in Victoria Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8693,Place of Usual Residence 1 Year Ago by Sex -G8694,Dif_Us_ad_1_ago_Dif_SA2_Vic_P,Different usual address 1 year ago Different SA2 in Victoria Persons,Tot_P_P,G41,people,housing,Persons,,8694,Place of Usual Residence 1 Year Ago by Sex -G8695,Dif_Us_ad_1_ago_Dif_SA2_Qld_M,Different usual address 1 year ago Different SA2 in Queensland Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8695,Place of Usual Residence 1 Year Ago by Sex -G8696,Dif_Us_ad_1_ago_Dif_SA2_Qld_F,Different usual address 1 year ago Different SA2 in Queensland Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8696,Place of Usual Residence 1 Year Ago by Sex -G8697,Dif_Us_ad_1_ago_Dif_SA2_Qld_P,Different usual address 1 year ago Different SA2 in Queensland Persons,Tot_P_P,G41,people,housing,Persons,,8697,Place of Usual Residence 1 Year Ago by Sex -G8698,Dif_Us_ad_1_ago_Dif_SA2_SA_M,Different usual address 1 year ago Different SA2 in South Australia Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8698,Place of Usual Residence 1 Year Ago by Sex -G8699,Dif_Us_ad_1_ago_Dif_SA2_SA_F,Different usual address 1 year ago Different SA2 in South Australia Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8699,Place of Usual Residence 1 Year Ago by Sex -G8700,Dif_Us_ad_1_ago_Dif_SA2_SA_P,Different usual address 1 year ago Different SA2 in South Australia Persons,Tot_P_P,G41,people,housing,Persons,,8700,Place of Usual Residence 1 Year Ago by Sex -G8701,Dif_Us_ad_1_ago_Dif_SA2_WA_M,Different usual address 1 year ago Different SA2 in Western Australia Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8701,Place of Usual Residence 1 Year Ago by Sex -G8702,Dif_Us_ad_1_ago_Dif_SA2_WA_F,Different usual address 1 year ago Different SA2 in Western Australia Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8702,Place of Usual Residence 1 Year Ago by Sex -G8703,Dif_Us_ad_1_ago_Dif_SA2_WA_P,Different usual address 1 year ago Different SA2 in Western Australia Persons,Tot_P_P,G41,people,housing,Persons,,8703,Place of Usual Residence 1 Year Ago by Sex -G8704,Dif_Us_ad_1_ago_Dif_SA2_Tas_M,Different usual address 1 year ago Different SA2 in Tasmania Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8704,Place of Usual Residence 1 Year Ago by Sex -G8705,Dif_Us_ad_1_ago_Dif_SA2_Tas_F,Different usual address 1 year ago Different SA2 in Tasmania Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8705,Place of Usual Residence 1 Year Ago by Sex -G8706,Dif_Us_ad_1_ago_Dif_SA2_Tas_P,Different usual address 1 year ago Different SA2 in Tasmania Persons,Tot_P_P,G41,people,housing,Persons,,8706,Place of Usual Residence 1 Year Ago by Sex -G8707,Dif_Us_ad_1_ago_Dif_SA2_NT_M,Different usual address 1 year ago Different SA2 in Northern Territory Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8707,Place of Usual Residence 1 Year Ago by Sex -G8708,Dif_Us_ad_1_ago_Dif_SA2_NT_F,Different usual address 1 year ago Different SA2 in Northern Territory Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8708,Place of Usual Residence 1 Year Ago by Sex -G8709,Dif_Us_ad_1_ago_Dif_SA2_NT_P,Different usual address 1 year ago Different SA2 in Northern Territory Persons,Tot_P_P,G41,people,housing,Persons,,8709,Place of Usual Residence 1 Year Ago by Sex -G8710,Dif_Us_ad_1_ago_Dif_SA2_ACT_M,Different usual address 1 year ago Different SA2 in Australian Capital Territory Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8710,Place of Usual Residence 1 Year Ago by Sex -G8711,Dif_Us_ad_1_ago_Dif_SA2_ACT_F,Different usual address 1 year ago Different SA2 in Australian Capital Territory Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8711,Place of Usual Residence 1 Year Ago by Sex -G8712,Dif_Us_ad_1_ago_Dif_SA2_ACT_P,Different usual address 1 year ago Different SA2 in Australian Capital Territory Persons,Tot_P_P,G41,people,housing,Persons,,8712,Place of Usual Residence 1 Year Ago by Sex -G8713,Dif_Us_ad_1_ago_Dif_SA2_OT_M,Different usual address 1 year ago Different SA2 in Other Territories Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8713,Place of Usual Residence 1 Year Ago by Sex -G8714,Dif_Us_ad_1_ago_Dif_SA2_OT_F,Different usual address 1 year ago Different SA2 in Other Territories Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8714,Place of Usual Residence 1 Year Ago by Sex -G8715,Dif_Us_ad_1_ago_Dif_SA2_OT_P,Different usual address 1 year ago Different SA2 in Other Territories Persons,Tot_P_P,G41,people,housing,Persons,,8715,Place of Usual Residence 1 Year Ago by Sex -G8716,Dif_Us_ad_1_ago_Dif_SA2_Tot_M,Different usual address 1 year ago Different SA2 in Total Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8716,Place of Usual Residence 1 Year Ago by Sex -G8717,Dif_Us_ad_1_ago_Dif_SA2_Tot_F,Different usual address 1 year ago Different SA2 in Total Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8717,Place of Usual Residence 1 Year Ago by Sex -G8718,Dif_Us_ad_1_ago_Dif_SA2_Tot_P,Different usual address 1 year ago Different SA2 in Total Persons,Tot_P_P,G41,people,housing,Persons,,8718,Place of Usual Residence 1 Year Ago by Sex -G8719,Difnt_Usl_add_1_yr_ago_OS_M,Different usual address 1 year ago Overseas Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8719,Place of Usual Residence 1 Year Ago by Sex -G8720,Difnt_Usl_add_1_yr_ago_OS_F,Different usual address 1 year ago Overseas Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8720,Place of Usual Residence 1 Year Ago by Sex -G8721,Difnt_Usl_add_1_yr_ago_OS_P,Different usual address 1 year ago Overseas Persons,Tot_P_P,G41,people,housing,Persons,,8721,Place of Usual Residence 1 Year Ago by Sex -G8722,Difnt_Usl_add_1_yr_ago_Ns_M,Different usual address 1 year ago Not stated Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8722,Place of Usual Residence 1 Year Ago by Sex -G8723,Difnt_Usl_add_1_yr_ago_Ns_F,Different usual address 1 year ago Not stated Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8723,Place of Usual Residence 1 Year Ago by Sex -G8724,Difnt_Usl_add_1_yr_ago_Ns_P,Different usual address 1 year ago Not stated Persons,Tot_P_P,G41,people,housing,Persons,,8724,Place of Usual Residence 1 Year Ago by Sex -G8725,Difnt_Usl_add_1_yr_ago_Tot_M,Different usual address 1 year ago Total Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8725,Place of Usual Residence 1 Year Ago by Sex -G8726,Difnt_Usl_add_1_yr_ago_Tot_F,Different usual address 1 year ago Total Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8726,Place of Usual Residence 1 Year Ago by Sex -G8727,Difnt_Usl_add_1_yr_ago_Tot_P,Different usual address 1 year ago Total Persons,Tot_P_P,G41,people,housing,Persons,,8727,Place of Usual Residence 1 Year Ago by Sex -G8728,N_stated_M,Not stated Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8728,Place of Usual Residence 1 Year Ago by Sex -G8729,N_stated_F,Not stated Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8729,Place of Usual Residence 1 Year Ago by Sex -G8730,N_stated_P,Not stated Persons,Tot_P_P,G41,people,housing,Persons,,8730,Place of Usual Residence 1 Year Ago by Sex -G8731,Tot_M,Total Males,Tot_P_P|Tot_P_M,G41,people,housing,Males,,8731,Place of Usual Residence 1 Year Ago by Sex -G8732,Tot_F,Total Females,Tot_P_P|Tot_P_F,G41,people,housing,Females,,8732,Place of Usual Residence 1 Year Ago by Sex -G8733,Tot_P,Total Persons,Tot_P_P,G41,people,housing,Persons,,8733,Place of Usual Residence 1 Year Ago by Sex -G8734,Sme_Usl_ad_5_yr_ago_as_2016_M,Same usual address 5 years ago as in 2016 Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8734,Place of Usual Residence 5 Years Ago by Sex -G8735,Sme_Usl_ad_5_yr_ago_as_2016_F,Same usual address 5 years ago as in 2016 Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8735,Place of Usual Residence 5 Years Ago by Sex -G8736,Sme_Usl_ad_5_yr_ago_as_2016_P,Same usual address 5 years ago as in 2016 Persons,Tot_P_P,G42,people,housing,Persons,,8736,Place of Usual Residence 5 Years Ago by Sex -G8737,Dif_Usl_ad_5_yr_ago_Sme_SA2_M,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8737,Place of Usual Residence 5 Years Ago by Sex -G8738,Dif_Usl_ad_5_yr_ago_Sme_SA2_F,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8738,Place of Usual Residence 5 Years Ago by Sex -G8739,Dif_Usl_ad_5_yr_ago_Sme_SA2_P,Different usual address 5 years ago Same Statistical Area Level 2 SA2 Persons,Tot_P_P,G42,people,housing,Persons,,8739,Place of Usual Residence 5 Years Ago by Sex -G8740,Dif_Us_ad_5_ago_Dif_SA2_NSW_M,Different usual address 5 years ago Different SA2 in New South Wales Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8740,Place of Usual Residence 5 Years Ago by Sex -G8741,Dif_Us_ad_5_ago_Dif_SA2_NSW_F,Different usual address 5 years ago Different SA2 in New South Wales Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8741,Place of Usual Residence 5 Years Ago by Sex -G8742,Dif_Us_ad_5_ago_Dif_SA2_NSW_P,Different usual address 5 years ago Different SA2 in New South Wales Persons,Tot_P_P,G42,people,housing,Persons,,8742,Place of Usual Residence 5 Years Ago by Sex -G8743,Dif_Us_ad_5_ago_Dif_SA2_Vic_M,Different usual address 5 years ago Different SA2 in Victoria Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8743,Place of Usual Residence 5 Years Ago by Sex -G8744,Dif_Us_ad_5_ago_Dif_SA2_Vic_F,Different usual address 5 years ago Different SA2 in Victoria Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8744,Place of Usual Residence 5 Years Ago by Sex -G8745,Dif_Us_ad_5_ago_Dif_SA2_Vic_P,Different usual address 5 years ago Different SA2 in Victoria Persons,Tot_P_P,G42,people,housing,Persons,,8745,Place of Usual Residence 5 Years Ago by Sex -G8746,Dif_Us_ad_5_ago_Dif_SA2_Qld_M,Different usual address 5 years ago Different SA2 in Queensland Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8746,Place of Usual Residence 5 Years Ago by Sex -G8747,Dif_Us_ad_5_ago_Dif_SA2_Qld_F,Different usual address 5 years ago Different SA2 in Queensland Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8747,Place of Usual Residence 5 Years Ago by Sex -G8748,Dif_Us_ad_5_ago_Dif_SA2_Qld_P,Different usual address 5 years ago Different SA2 in Queensland Persons,Tot_P_P,G42,people,housing,Persons,,8748,Place of Usual Residence 5 Years Ago by Sex -G8749,Dif_Us_ad_5_ago_Dif_SA2_SA_M,Different usual address 5 years ago Different SA2 in South Australia Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8749,Place of Usual Residence 5 Years Ago by Sex -G8750,Dif_Us_ad_5_ago_Dif_SA2_SA_F,Different usual address 5 years ago Different SA2 in South Australia Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8750,Place of Usual Residence 5 Years Ago by Sex -G8751,Dif_Us_ad_5_ago_Dif_SA2_SA_P,Different usual address 5 years ago Different SA2 in South Australia Persons,Tot_P_P,G42,people,housing,Persons,,8751,Place of Usual Residence 5 Years Ago by Sex -G8752,Dif_Us_ad_5_ago_Dif_SA2_WA_M,Different usual address 5 years ago Different SA2 in Western Australia Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8752,Place of Usual Residence 5 Years Ago by Sex -G8753,Dif_Us_ad_5_ago_Dif_SA2_WA_F,Different usual address 5 years ago Different SA2 in Western Australia Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8753,Place of Usual Residence 5 Years Ago by Sex -G8754,Dif_Us_ad_5_ago_Dif_SA2_WA_P,Different usual address 5 years ago Different SA2 in Western Australia Persons,Tot_P_P,G42,people,housing,Persons,,8754,Place of Usual Residence 5 Years Ago by Sex -G8755,Dif_Us_ad_5_ago_Dif_SA2_Tas_M,Different usual address 5 years ago Different SA2 in Tasmania Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8755,Place of Usual Residence 5 Years Ago by Sex -G8756,Dif_Us_ad_5_ago_Dif_SA2_Tas_F,Different usual address 5 years ago Different SA2 in Tasmania Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8756,Place of Usual Residence 5 Years Ago by Sex -G8757,Dif_Us_ad_5_ago_Dif_SA2_Tas_P,Different usual address 5 years ago Different SA2 in Tasmania Persons,Tot_P_P,G42,people,housing,Persons,,8757,Place of Usual Residence 5 Years Ago by Sex -G8758,Dif_Us_ad_5_ago_Dif_SA2_NT_M,Different usual address 5 years ago Different SA2 in Northern Territory Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8758,Place of Usual Residence 5 Years Ago by Sex -G8759,Dif_Us_ad_5_ago_Dif_SA2_NT_F,Different usual address 5 years ago Different SA2 in Northern Territory Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8759,Place of Usual Residence 5 Years Ago by Sex -G8760,Dif_Us_ad_5_ago_Dif_SA2_NT_P,Different usual address 5 years ago Different SA2 in Northern Territory Persons,Tot_P_P,G42,people,housing,Persons,,8760,Place of Usual Residence 5 Years Ago by Sex -G8761,Dif_Us_ad_5_ago_Dif_SA2_ACT_M,Different usual address 5 years ago Different SA2 in Australian Capital Territory Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8761,Place of Usual Residence 5 Years Ago by Sex -G8762,Dif_Us_ad_5_ago_Dif_SA2_ACT_F,Different usual address 5 years ago Different SA2 in Australian Capital Territory Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8762,Place of Usual Residence 5 Years Ago by Sex -G8763,Dif_Us_ad_5_ago_Dif_SA2_ACT_P,Different usual address 5 years ago Different SA2 in Australian Capital Territory Persons,Tot_P_P,G42,people,housing,Persons,,8763,Place of Usual Residence 5 Years Ago by Sex -G8764,Dif_Us_ad_5_ago_Dif_SA2_OT_M,Different usual address 5 years ago Different SA2 in Other Territories Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8764,Place of Usual Residence 5 Years Ago by Sex -G8765,Dif_Us_ad_5_ago_Dif_SA2_OT_F,Different usual address 5 years ago Different SA2 in Other Territories Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8765,Place of Usual Residence 5 Years Ago by Sex -G8766,Dif_Us_ad_5_ago_Dif_SA2_OT_P,Different usual address 5 years ago Different SA2 in Other Territories Persons,Tot_P_P,G42,people,housing,Persons,,8766,Place of Usual Residence 5 Years Ago by Sex -G8767,Dif_Us_ad_5_ago_Dif_SA2_Tot_M,Different usual address 5 years ago Different SA2 in Total Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8767,Place of Usual Residence 5 Years Ago by Sex -G8768,Dif_Us_ad_5_ago_Dif_SA2_Tot_F,Different usual address 5 years ago Different SA2 in Total Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8768,Place of Usual Residence 5 Years Ago by Sex -G8769,Dif_Us_ad_5_ago_Dif_SA2_Tot_P,Different usual address 5 years ago Different SA2 in Total Persons,Tot_P_P,G42,people,housing,Persons,,8769,Place of Usual Residence 5 Years Ago by Sex -G8770,Difnt_Usl_add_5_yr_ago_OS_M,Different usual address 5 years ago Overseas Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8770,Place of Usual Residence 5 Years Ago by Sex -G8771,Difnt_Usl_add_5_yr_ago_OS_F,Different usual address 5 years ago Overseas Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8771,Place of Usual Residence 5 Years Ago by Sex -G8772,Difnt_Usl_add_5_yr_ago_OS_P,Different usual address 5 years ago Overseas Persons,Tot_P_P,G42,people,housing,Persons,,8772,Place of Usual Residence 5 Years Ago by Sex -G8773,Difnt_Usl_add_5_yr_ago_Ns_M,Different usual address 5 years ago Not stated Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8773,Place of Usual Residence 5 Years Ago by Sex -G8774,Difnt_Usl_add_5_yr_ago_Ns_F,Different usual address 5 years ago Not stated Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8774,Place of Usual Residence 5 Years Ago by Sex -G8775,Difnt_Usl_add_5_yr_ago_Ns_P,Different usual address 5 years ago Not stated Persons,Tot_P_P,G42,people,housing,Persons,,8775,Place of Usual Residence 5 Years Ago by Sex -G8776,Difnt_Usl_add_5_yr_ago_Tot_M,Different usual address 5 years ago Total Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8776,Place of Usual Residence 5 Years Ago by Sex -G8777,Difnt_Usl_add_5_yr_ago_Tot_F,Different usual address 5 years ago Total Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8777,Place of Usual Residence 5 Years Ago by Sex -G8778,Difnt_Usl_add_5_yr_ago_Tot_P,Different usual address 5 years ago Total Persons,Tot_P_P,G42,people,housing,Persons,,8778,Place of Usual Residence 5 Years Ago by Sex -G8779,N_stated_M,Not stated Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8779,Place of Usual Residence 5 Years Ago by Sex -G8780,N_stated_F,Not stated Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8780,Place of Usual Residence 5 Years Ago by Sex -G8781,N_stated_P,Not stated Persons,Tot_P_P,G42,people,housing,Persons,,8781,Place of Usual Residence 5 Years Ago by Sex -G8782,Tot_M,Total Males,Tot_P_P|Tot_P_M,G42,people,housing,Males,,8782,Place of Usual Residence 5 Years Ago by Sex -G8783,Tot_F,Total Females,Tot_P_P|Tot_P_F,G42,people,housing,Females,,8783,Place of Usual Residence 5 Years Ago by Sex -G8784,Tot_P,Total Persons,Tot_P_P,G42,people,housing,Persons,,8784,Place of Usual Residence 5 Years Ago by Sex -G15428,One_method_Train_M,One method Train Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15428,Method of Travel to Work by Sex -G15429,One_method_Train_F,One method Train Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15429,Method of Travel to Work by Sex -G15430,One_method_Train_P,One method Train Persons,Tot_P_P,G59,people,transportation,Persons,,15430,Method of Travel to Work by Sex -G15431,One_method_Bus_M,One method Bus Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15431,Method of Travel to Work by Sex -G15432,One_method_Bus_F,One method Bus Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15432,Method of Travel to Work by Sex -G15433,One_method_Bus_P,One method Bus Persons,Tot_P_P,G59,people,transportation,Persons,,15433,Method of Travel to Work by Sex -G15434,One_method_Ferry_M,One method Ferry Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15434,Method of Travel to Work by Sex -G15435,One_method_Ferry_F,One method Ferry Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15435,Method of Travel to Work by Sex -G15436,One_method_Ferry_P,One method Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15436,Method of Travel to Work by Sex -G15437,One_met_Tram_incl_lt_rail_M,One method Tram includes light rail Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15437,Method of Travel to Work by Sex -G15438,One_met_Tram_incl_lt_rail_F,One method Tram includes light rail Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15438,Method of Travel to Work by Sex -G15439,One_met_Tram_incl_lt_rail_P,One method Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15439,Method of Travel to Work by Sex -G15440,One_method_Taxi_M,One method Taxi Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15440,Method of Travel to Work by Sex -G15441,One_method_Taxi_F,One method Taxi Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15441,Method of Travel to Work by Sex -G15442,One_method_Taxi_P,One method Taxi Persons,Tot_P_P,G59,people,transportation,Persons,,15442,Method of Travel to Work by Sex -G15443,One_method_Car_as_driver_M,One method Car as driver Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15443,Method of Travel to Work by Sex -G15444,One_method_Car_as_driver_F,One method Car as driver Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15444,Method of Travel to Work by Sex -G15445,One_method_Car_as_driver_P,One method Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15445,Method of Travel to Work by Sex -G15446,One_method_Car_as_passenger_M,One method Car as passenger Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15446,Method of Travel to Work by Sex -G15447,One_method_Car_as_passenger_F,One method Car as passenger Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15447,Method of Travel to Work by Sex -G15448,One_method_Car_as_passenger_P,One method Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15448,Method of Travel to Work by Sex -G15449,One_method_Truck_M,One method Truck Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15449,Method of Travel to Work by Sex -G15450,One_method_Truck_F,One method Truck Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15450,Method of Travel to Work by Sex -G15451,One_method_Truck_P,One method Truck Persons,Tot_P_P,G59,people,transportation,Persons,,15451,Method of Travel to Work by Sex -G15452,One_method_Motorbike_scootr_M,One method Motorbike scooter Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15452,Method of Travel to Work by Sex -G15453,One_method_Motorbike_scootr_F,One method Motorbike scooter Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15453,Method of Travel to Work by Sex -G15454,One_method_Motorbike_scootr_P,One method Motorbike scooter Persons,Tot_P_P,G59,people,transportation,Persons,,15454,Method of Travel to Work by Sex -G15455,One_method_Bicycle_M,One method Bicycle Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15455,Method of Travel to Work by Sex -G15456,One_method_Bicycle_F,One method Bicycle Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15456,Method of Travel to Work by Sex -G15457,One_method_Bicycle_P,One method Bicycle Persons,Tot_P_P,G59,people,transportation,Persons,,15457,Method of Travel to Work by Sex -G15458,One_method_Other_M,One method Other Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15458,Method of Travel to Work by Sex -G15459,One_method_Other_F,One method Other Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15459,Method of Travel to Work by Sex -G15460,One_method_Other_P,One method Other Persons,Tot_P_P,G59,people,transportation,Persons,,15460,Method of Travel to Work by Sex -G15461,One_method_Walked_only_M,One method Walked only Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15461,Method of Travel to Work by Sex -G15462,One_method_Walked_only_F,One method Walked only Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15462,Method of Travel to Work by Sex -G15463,One_method_Walked_only_P,One method Walked only Persons,Tot_P_P,G59,people,transportation,Persons,,15463,Method of Travel to Work by Sex -G15464,One_method_Tot_one_method_M,One method Total one method Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15464,Method of Travel to Work by Sex -G15465,One_method_Tot_one_method_F,One method Total one method Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15465,Method of Travel to Work by Sex -G15466,One_method_Tot_one_method_P,One method Total one method Persons,Tot_P_P,G59,people,transportation,Persons,,15466,Method of Travel to Work by Sex -G15467,Two_methods_Train_Bus_M,Two methods Train and Bus Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15467,Method of Travel to Work by Sex -G15468,Two_methods_Train_Bus_F,Two methods Train and Bus Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15468,Method of Travel to Work by Sex -G15469,Two_methods_Train_Bus_P,Two methods Train and Bus Persons,Tot_P_P,G59,people,transportation,Persons,,15469,Method of Travel to Work by Sex -G15470,Two_methods_Train_Ferry_M,Two methods Train and Ferry Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15470,Method of Travel to Work by Sex -G15471,Two_methods_Train_Ferry_F,Two methods Train and Ferry Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15471,Method of Travel to Work by Sex -G15472,Two_methods_Train_Ferry_P,Two methods Train and Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15472,Method of Travel to Work by Sex -G15473,Two_mt_trn_Trm_incl_lt_rl_M,Two methods Train and Tram includes light rail Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15473,Method of Travel to Work by Sex -G15474,Two_mt_trn_Trm_incl_lt_rl_F,Two methods Train and Tram includes light rail Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15474,Method of Travel to Work by Sex -G15475,Two_mt_trn_Trm_incl_lt_rl_P,Two methods Train and Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15475,Method of Travel to Work by Sex -G15476,Two_methods_Trn_Car_as_drvr_M,Two methods Train and Car as driver Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15476,Method of Travel to Work by Sex -G15477,Two_methods_Trn_Car_as_drvr_F,Two methods Train and Car as driver Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15477,Method of Travel to Work by Sex -G15478,Two_methods_Trn_Car_as_drvr_P,Two methods Train and Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15478,Method of Travel to Work by Sex -G15479,Two_methods_Trn_Car_as_pass_M,Two methods Train and Car as passenger Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15479,Method of Travel to Work by Sex -G15480,Two_methods_Trn_Car_as_pass_F,Two methods Train and Car as passenger Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15480,Method of Travel to Work by Sex -G15481,Two_methods_Trn_Car_as_pass_P,Two methods Train and Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15481,Method of Travel to Work by Sex -G15482,Two_methods_Train_Other_M,Two methods Train and Other Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15482,Method of Travel to Work by Sex -G15483,Two_methods_Train_Other_F,Two methods Train and Other Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15483,Method of Travel to Work by Sex -G15484,Two_methods_Train_Other_P,Two methods Train and Other Persons,Tot_P_P,G59,people,transportation,Persons,,15484,Method of Travel to Work by Sex -G15485,Two_methods_Train_Tot_M,Two methods Train and Total Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15485,Method of Travel to Work by Sex -G15486,Two_methods_Train_Tot_F,Two methods Train and Total Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15486,Method of Travel to Work by Sex -G15487,Two_methods_Train_Tot_P,Two methods Train and Total Persons,Tot_P_P,G59,people,transportation,Persons,,15487,Method of Travel to Work by Sex -G15488,Two_methods_Bus_Ferry_M,Two methods Bus and Ferry Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15488,Method of Travel to Work by Sex -G15489,Two_methods_Bus_Ferry_F,Two methods Bus and Ferry Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15489,Method of Travel to Work by Sex -G15490,Two_methods_Bus_Ferry_P,Two methods Bus and Ferry Persons,Tot_P_P,G59,people,transportation,Persons,,15490,Method of Travel to Work by Sex -G15491,Two_mth_Bu_Trm_inc_lt_rl_M,Two methods Bus and Tram includes light rail Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15491,Method of Travel to Work by Sex -G15492,Two_mth_Bu_Trm_inc_lt_rl_F,Two methods Bus and Tram includes light rail Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15492,Method of Travel to Work by Sex -G15493,Two_mth_Bu_Trm_inc_lt_rl_P,Two methods Bus and Tram includes light rail Persons,Tot_P_P,G59,people,transportation,Persons,,15493,Method of Travel to Work by Sex -G15494,Two_methods_Bus_Car_as_drvr_M,Two methods Bus and Car as driver Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15494,Method of Travel to Work by Sex -G15495,Two_methods_Bus_Car_as_drvr_F,Two methods Bus and Car as driver Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15495,Method of Travel to Work by Sex -G15496,Two_methods_Bus_Car_as_drvr_P,Two methods Bus and Car as driver Persons,Tot_P_P,G59,people,transportation,Persons,,15496,Method of Travel to Work by Sex -G15497,Two_methods_Bus_Car_as_pass_M,Two methods Bus and Car as passenger Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15497,Method of Travel to Work by Sex -G15498,Two_methods_Bus_Car_as_pass_F,Two methods Bus and Car as passenger Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15498,Method of Travel to Work by Sex -G15499,Two_methods_Bus_Car_as_pass_P,Two methods Bus and Car as passenger Persons,Tot_P_P,G59,people,transportation,Persons,,15499,Method of Travel to Work by Sex -G15500,Two_methods_Bus_Other_M,Two methods Bus and Other Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15500,Method of Travel to Work by Sex -G15501,Two_methods_Bus_Other_F,Two methods Bus and Other Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15501,Method of Travel to Work by Sex -G15502,Two_methods_Bus_Other_P,Two methods Bus and Other Persons,Tot_P_P,G59,people,transportation,Persons,,15502,Method of Travel to Work by Sex -G15503,Two_methods_Bus_Tot_M,Two methods Bus and Total Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15503,Method of Travel to Work by Sex -G15504,Two_methods_Bus_Tot_F,Two methods Bus and Total Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15504,Method of Travel to Work by Sex -G15505,Two_methods_Bus_Tot_P,Two methods Bus and Total Persons,Tot_P_P,G59,people,transportation,Persons,,15505,Method of Travel to Work by Sex -G15506,Two_methds_Othr_two_methds_M,Two methods Other two methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15506,Method of Travel to Work by Sex -G15507,Two_methds_Othr_two_methds_F,Two methods Other two methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15507,Method of Travel to Work by Sex -G15508,Two_methds_Othr_two_methds_P,Two methods Other two methods Persons,Tot_P_P,G59,people,transportation,Persons,,15508,Method of Travel to Work by Sex -G15509,Two_methods_Tot_two_methods_M,Two methods Total two methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15509,Method of Travel to Work by Sex -G15510,Two_methods_Tot_two_methods_F,Two methods Total two methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15510,Method of Travel to Work by Sex -G15511,Two_methods_Tot_two_methods_P,Two methods Total two methods Persons,Tot_P_P,G59,people,transportation,Persons,,15511,Method of Travel to Work by Sex -G15512,Three_meth_Trn_two_othr_met_M,Three methods Train and two other methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15512,Method of Travel to Work by Sex -G15513,Three_meth_Trn_two_othr_met_F,Three methods Train and two other methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15513,Method of Travel to Work by Sex -G15514,Three_meth_Trn_two_othr_met_P,Three methods Train and two other methods Persons,Tot_P_P,G59,people,transportation,Persons,,15514,Method of Travel to Work by Sex -G15515,Three_met_Bs_2_ot_met_ex_tr_M,Three methods Bus and two other methods excludes train Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15515,Method of Travel to Work by Sex -G15516,Three_met_Bs_2_ot_met_ex_tr_F,Three methods Bus and two other methods excludes train Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15516,Method of Travel to Work by Sex -G15517,Three_met_Bs_2_ot_met_ex_tr_P,Three methods Bus and two other methods excludes train Persons,Tot_P_P,G59,people,transportation,Persons,,15517,Method of Travel to Work by Sex -G15518,Three_meth_Othr_three_meth_M,Three methods Other three methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15518,Method of Travel to Work by Sex -G15519,Three_meth_Othr_three_meth_F,Three methods Other three methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15519,Method of Travel to Work by Sex -G15520,Three_meth_Othr_three_meth_P,Three methods Other three methods Persons,Tot_P_P,G59,people,transportation,Persons,,15520,Method of Travel to Work by Sex -G15521,Three_meth_Tot_three_meth_M,Three methods Total three methods Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15521,Method of Travel to Work by Sex -G15522,Three_meth_Tot_three_meth_F,Three methods Total three methods Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15522,Method of Travel to Work by Sex -G15523,Three_meth_Tot_three_meth_P,Three methods Total three methods Persons,Tot_P_P,G59,people,transportation,Persons,,15523,Method of Travel to Work by Sex -G15524,Worked_home_M,Worked at home Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15524,Method of Travel to Work by Sex -G15525,Worked_home_F,Worked at home Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15525,Method of Travel to Work by Sex -G15526,Worked_home_P,Worked at home Persons,Tot_P_P,G59,people,transportation,Persons,,15526,Method of Travel to Work by Sex -G15527,Did_not_go_to_work_M,Did not go to work Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15527,Method of Travel to Work by Sex -G15528,Did_not_go_to_work_F,Did not go to work Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15528,Method of Travel to Work by Sex -G15529,Did_not_go_to_work_P,Did not go to work Persons,Tot_P_P,G59,people,transportation,Persons,,15529,Method of Travel to Work by Sex -G15530,Method_travel_to_work_ns_M,Method of travel to work not stated Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15530,Method of Travel to Work by Sex -G15531,Method_travel_to_work_ns_F,Method of travel to work not stated Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15531,Method of Travel to Work by Sex -G15532,Method_travel_to_work_ns_P,Method of travel to work not stated Persons,Tot_P_P,G59,people,transportation,Persons,,15532,Method of Travel to Work by Sex -G15533,Tot_M,Total Males,Tot_P_P|Tot_P_M,G59,people,transportation,Males,,15533,Method of Travel to Work by Sex -G15534,Tot_F,Total Females,Tot_P_P|Tot_P_F,G59,people,transportation,Females,,15534,Method of Travel to Work by Sex -G15535,Tot_P,Total Persons,Tot_P_P,G59,people,transportation,Persons,,15535,Method of Travel to Work by Sex +G9145,D_0_4_FPEFT_MPEFT,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9145,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9146,D_0_4_FPEFT_MPEPT,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9146,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9147,D_0_4_FPEFT_MPEAW,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9147,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9148,D_0_4_FPEFT_MPEHNS,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9148,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9149,D_0_4_FPEFT_MPET,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9149,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9150,D_0_4_FPEFT_MPULFTW,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9150,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9151,D_0_4_FPEFT_MPULPTW,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9151,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9152,D_0_4_FPEFT_MPUT,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9152,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9153,D_0_4_FPEFT_MPTLF,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9153,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9154,D_0_4_FPEFT_MPNLF,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9154,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9155,D_0_4_FPEFT_MPLFSNS,Dependent children Aged 0 4 years Female parent Employed worked Full time Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9155,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9156,D_0_4_FPEFT_T,Dependent children Aged 0 4 years Female parent Employed worked Full time Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9156,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9157,D_0_4_FPEPT_MPEFT,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9157,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9158,D_0_4_FPEPT_MPEPT,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9158,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9159,D_0_4_FPEPT_MPEAW,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9159,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9160,D_0_4_FPEPT_MPEHNS,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9160,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9161,D_0_4_FPEPT_MPET,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9161,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9162,D_0_4_FPEPT_MPULFTW,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9162,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9163,D_0_4_FPEPT_MPULPTW,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9163,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9164,D_0_4_FPEPT_MPUT,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9164,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9165,D_0_4_FPEPT_MPTLF,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9165,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9166,D_0_4_FPEPT_MPNLF,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9166,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9167,D_0_4_FPEPT_MPLFSNS,Dependent children Aged 0 4 years Female parent Employed worked Part time Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9167,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9168,D_0_4_FPEPT_T,Dependent children Aged 0 4 years Female parent Employed worked Part time Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9168,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9169,D_0_4_FPEAW_MPEFT,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9169,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9170,D_0_4_FPEAW_MPEPT,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9170,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9171,D_0_4_FPEAW_MPEAW,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9171,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9172,D_0_4_FPEAW_MPEHNS,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9172,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9173,D_0_4_FPEAW_MPET,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9173,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9174,D_0_4_FPEAW_MPULFTW,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9174,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9175,D_0_4_FPEAW_MPULPTW,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9175,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9176,D_0_4_FPEAW_MPUT,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9176,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9177,D_0_4_FPEAW_MPTLF,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9177,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9178,D_0_4_FPEAW_MPNLF,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9178,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9179,D_0_4_FPEAW_MPLFSNS,Dependent children Aged 0 4 years Female parent Employed away from work Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9179,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9180,D_0_4_FPEAW_T,Dependent children Aged 0 4 years Female parent Employed away from work Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9180,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9181,D_0_4_FPHNS_MPEFT,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9181,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9182,D_0_4_FPHNS_MPEPT,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9182,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9183,D_0_4_FPHNS_MPEAW,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9183,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9184,D_0_4_FPHNS_MPEHNS,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9184,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9185,D_0_4_FPHNS_MPET,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9185,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9186,D_0_4_FPHNS_MPULFTW,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9186,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9187,D_0_4_FPHNS_MPULPTW,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9187,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9188,D_0_4_FPHNS_MPUT,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9188,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9189,D_0_4_FPHNS_MPTLF,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9189,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9190,D_0_4_FPHNS_MPNLF,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9190,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9191,D_0_4_FPHNS_MPLFSNS,Dependent children Aged 0 4 years Female parent Hours worked not stated Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9191,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9192,D_0_4_FPHNS_T,Dependent children Aged 0 4 years Female parent Hours worked not stated Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9192,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9193,D_0_4_FPET_MPEFT,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Employed Worked Full Time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9193,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9194,D_0_4_FPET_MPEPT,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Employed Worked Part Time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9194,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9195,D_0_4_FPET_MPEAW,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Employed Away From Work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9195,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9196,D_0_4_FPET_MPEHNS,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Employed Hours Worked Not Stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9196,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9197,D_0_4_FPET_MPET,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9197,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9198,D_0_4_FPET_MPULFTW,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Unemployed Looking For Full Time Work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9198,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9199,D_0_4_FPET_MPULPTW,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Unemployed Looking For Part Time Work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9199,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9200,D_0_4_FPET_MPUT,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Unemployed Looking For Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9200,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9201,D_0_4_FPET_MPTLF,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Total Labour Force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9201,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9202,D_0_4_FPET_MPNLF,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Not In The Labour Force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9202,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9203,D_0_4_FPET_MPLFSNS,Dependent children Aged 0 4 years Female parent Total Employed Male Parent Labour Force Status Not Stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9203,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9204,D_0_4_FPET_T,Dependent children Aged 0 4 years Female parent Total Employed Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9204,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9205,D_0_4_FPULFTW_MPEFT,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9205,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9206,D_0_4_FPULFTW_MPEPT,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9206,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9207,D_0_4_FPULFTW_MP_EAW,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9207,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9208,D_0_4_FPULFTW_MP_E_HW_NS,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9208,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9209,D_0_4_FPULFTW_MPET,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9209,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9210,D_0_4_FPULFTW_MPULFTW,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9210,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9211,D_0_4_FPULFTW_MPULPTW,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9211,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9212,D_0_4_FPULFTW_MPUT,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9212,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9213,D_0_4_FPULFTW_MPTLF,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9213,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9214,D_0_4_FPULFTW_MPNLF,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9214,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9215,D_0_4_FPULFTW_MPLFSNS,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9215,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9216,D_0_4_FPULFTW_T,Dependent children Aged 0 4 years Female parent Unemployed looking for Full time work Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9216,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9217,D_0_4_FPULPTW_MPEFT,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9217,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9218,D_0_4_FPULPTW_MPEPT,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9218,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9219,D_0_4_FPULPTW_MPEAW,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9219,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9220,D_0_4_FPULPTW_MPEm_HW_NS,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9220,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9221,D_0_4_FPULPTW_MPET,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9221,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9222,D_0_4_FPULPTW_MPULFTW,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9222,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9223,D_0_4_FPULPTW_MPULPTW,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9223,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9224,D_0_4_FPULPTW_MPUT,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9224,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9225,D_0_4_FPULPTW_MPTLF,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9225,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9226,D_0_4_FPULPTW_MPNLF,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9226,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9227,D_0_4_FPULPTW_MPLFSNS,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9227,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9228,D_0_4_FPULPTW_T,Dependent children Aged 0 4 years Female parent Unemployed looking for Part time work Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9228,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9229,D_0_4_FPUT_MPEFT,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Employed Worked Full Time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9229,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9230,D_0_4_FPUT_MPEPT,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Employed Worked Part Time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9230,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9231,D_0_4_FPUT_MPEAW,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Employed Away From Work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9231,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9232,D_0_4_FPUT_MP_E_HNS,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Employed Hours Worked Not Stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9232,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9233,D_0_4_FPUT_MPET,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9233,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9234,D_0_4_FPUT_MPULFTW,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Unemployed Looking For Full Time Work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9234,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9235,D_0_4_FPUT_MPULPTW,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Unemployed Looking For Part Time Work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9235,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9236,D_0_4_FPUT_MPUT,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Unemployed Looking For Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9236,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9237,D_0_4_FPUT_MPTLF,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Total Labour Force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9237,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9238,D_0_4_FPUT_MPNLF,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Not In The Labour Force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9238,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9239,D_0_4_FPUT_MPLFSNS,Dependent children Aged 0 4 years Female parent Total Unemployed Male Parent Labour Force Status Not Stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9239,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9240,D_0_4_FPUT_T,Dependent children Aged 0 4 years Female parent Total Unemployed Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9240,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9241,D_0_4_FPTLF_MPEFT,Dependent children Aged 0 4 years Female parent Total labour force Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9241,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9242,D_0_4_FPTLF_MPEPT,Dependent children Aged 0 4 years Female parent Total labour force Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9242,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9243,D_0_4_FPTLF_MPEAW,Dependent children Aged 0 4 years Female parent Total labour force Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9243,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9244,D_0_4_FPTLF_MPEHNS,Dependent children Aged 0 4 years Female parent Total labour force Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9244,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9245,D_0_4_FPTLF_MPET,Dependent children Aged 0 4 years Female parent Total labour force Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9245,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9246,D_0_4_FPTLF_MPULFTW,Dependent children Aged 0 4 years Female parent Total labour force Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9246,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9247,D_0_4_FPTLF_MPULPTW,Dependent children Aged 0 4 years Female parent Total labour force Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9247,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9248,D_0_4_FPTLF_MPUT,Dependent children Aged 0 4 years Female parent Total labour force Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9248,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9249,D_0_4_FPTLF_MPTLF,Dependent children Aged 0 4 years Female parent Total labour force Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9249,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9250,D_0_4_FPTLF_MPNLF,Dependent children Aged 0 4 years Female parent Total labour force Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9250,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9251,D_0_4_FPTLF_MPLFSNS,Dependent children Aged 0 4 years Female parent Total labour force Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9251,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9252,D_0_4_FPTLF_T,Dependent children Aged 0 4 years Female parent Total labour force Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9252,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9253,D_0_4_FPNLF_MPEFT,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9253,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9254,D_0_4_FPNLF_MPEPT,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9254,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9255,D_0_4_FPNLF_MPEAW,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9255,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9256,D_0_4_FPNLF_MP_E_HNS,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9256,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9257,D_0_4_FPNLF_MPET,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9257,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9258,D_0_4_FPNLF_MPUEmpLfFTW,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9258,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9259,D_0_4_FPNLF_MPUEmpLfPTW,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9259,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9260,D_0_4_FPNLF_MPUT,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9260,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9261,D_0_4_FPNLF_MPTLF,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9261,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9262,D_0_4_FPNLF_MPNLF,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9262,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9263,D_0_4_FPNLF_MPLFSNS,Dependent children Aged 0 4 years Female parent Not in the labour force Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9263,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9264,D_0_4_FPNLF_T,Dependent children Aged 0 4 years Female parent Not in the labour force Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9264,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9265,D_0_4_FPLFSNS_MPEFT,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9265,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9266,D_0_4_FPLFSNS_MPEPT,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9266,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9267,D_0_4_FPLFSNS_MPEAW,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9267,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9268,D_0_4_FPLFSNS_MP_E_HNS,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9268,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9269,D_0_4_FPLFSNS_MPET,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9269,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9270,D_0_4_FPLFSNS_MPULFTW,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9270,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9271,D_0_4_FPLFSNS_MPULPTW,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9271,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9272,D_0_4_FPLFSNS_MPUT,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9272,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9273,D_0_4_FPLFSNS_MPTLF,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9273,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9274,D_0_4_FPLFSNS_MPNLF,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9274,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9275,D_0_4_FPLFSNS_MPLFSNS,Dependent children Aged 0 4 years Female parent Labour force status not stated Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9275,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9276,D_0_4_FPLFSNS_T,Dependent children Aged 0 4 years Female parent Labour force status not stated Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9276,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9277,D_0_4_FPT_MPEFT,Dependent children Aged 0 4 years Female parent Total Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9277,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9278,D_0_4_FPT_MPEPT,Dependent children Aged 0 4 years Female parent Total Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 0-4 YEARS,,9278,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9279,D_0_4_FPT_MPEAW,Dependent children Aged 0 4 years Female parent Total Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9279,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9280,D_0_4_FPT_MPEHNS,Dependent children Aged 0 4 years Female parent Total Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9280,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9281,D_0_4_FPT_MPET,Dependent children Aged 0 4 years Female parent Total Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9281,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9282,D_0_4_FPT_MPULFTW,Dependent children Aged 0 4 years Female parent Total Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9282,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9283,D_0_4_FPT_MPULPTW,Dependent children Aged 0 4 years Female parent Total Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 0-4 YEARS,,9283,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9284,D_0_4_FPT_MPUT,Dependent children Aged 0 4 years Female parent Total Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9284,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9285,D_0_4_FPT_MPTLF,Dependent children Aged 0 4 years Female parent Total Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9285,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9286,D_0_4_FPT_MPNLF,Dependent children Aged 0 4 years Female parent Total Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 0-4 YEARS,,9286,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9287,D_0_4_FPT_MPLFSNS,Dependent children Aged 0 4 years Female parent Total Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 0-4 YEARS,,9287,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9288,D_0_4_FPT_T,Dependent children Aged 0 4 years Female parent Total Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 0-4 YEARS,,9288,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9289,D_5_9_FPEFT_MPEFT,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9289,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9290,D_5_9_FPEFT_MPEPT,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9290,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9291,D_5_9_FPEFT_MPEAW,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9291,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9292,D_5_9_FPEFT_MPEHNS,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9292,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9293,D_5_9_FPEFT_MPET,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9293,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9294,D_5_9_FPEFT_MPULFTW,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9294,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9295,D_5_9_FPEFT_MPULPTW,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9295,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9296,D_5_9_FPEFT_MPUT,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9296,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9297,D_5_9_FPEFT_MPTLF,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9297,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9298,D_5_9_FPEFT_MPNLF,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9298,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9299,D_5_9_FPEFT_MPLFSNS,Dependent children Aged 5 9 years Female parent Employed worked Full time Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9299,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9300,D_5_9_FPEFT_T,Dependent children Aged 5 9 years Female parent Employed worked Full time Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9300,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9301,D_5_9_FPEPT_MPEFT,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9301,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9302,D_5_9_FPEPT_MPEPT,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9302,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9303,D_5_9_FPEPT_MPEAW,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9303,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9304,D_5_9_FPEPT_MPEHNS,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9304,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9305,D_5_9_FPEPT_MPET,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9305,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9306,D_5_9_FPEPT_MPULFTW,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9306,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9307,D_5_9_FPEPT_MPULPTW,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9307,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9308,D_5_9_FPEPT_MPUT,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9308,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9309,D_5_9_FPEPT_MPTLF,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9309,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9310,D_5_9_FPEPT_MPNLF,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9310,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9311,D_5_9_FPEPT_MPLFSNS,Dependent children Aged 5 9 years Female parent Employed worked Part time Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9311,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9312,D_5_9_FPEPT_T,Dependent children Aged 5 9 years Female parent Employed worked Part time Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9312,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9313,D_5_9_FPEAW_MPEFT,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9313,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9314,D_5_9_FPEAW_MPEPT,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9314,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9315,D_5_9_FPEAW_MPEAW,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9315,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9316,D_5_9_FPEAW_MPEHNS,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9316,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9317,D_5_9_FPEAW_MPET,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9317,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9318,D_5_9_FPEAW_MPULFTW,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9318,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9319,D_5_9_FPEAW_MPULPTW,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9319,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9320,D_5_9_FPEAW_MPUT,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9320,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9321,D_5_9_FPEAW_MPTLF,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9321,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9322,D_5_9_FPEAW_MPNLF,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9322,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9323,D_5_9_FPEAW_MPLFSNS,Dependent children Aged 5 9 years Female parent Employed away from work Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9323,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9324,D_5_9_FPEAW_T,Dependent children Aged 5 9 years Female parent Employed away from work Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9324,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9325,D_5_9_FPHNS_MPEFT,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Employed Worked full time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9325,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9326,D_5_9_FPHNS_MPEPT,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Employed Worked part time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9326,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9327,D_5_9_FPHNS_MPEAW,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Employed Away from work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9327,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9328,D_5_9_FPHNS_MPEHNS,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Employed Hours worked not stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9328,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9329,D_5_9_FPHNS_MPET,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9329,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9330,D_5_9_FPHNS_MPULFTW,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Unemployed looking for Full time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9330,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9331,D_5_9_FPHNS_MPULPTW,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Unemployed looking for Part time work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9331,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9332,D_5_9_FPHNS_MPUT,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Unemployed looking for Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9332,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9333,D_5_9_FPHNS_MPTLF,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Total labour force,,G44A,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9333,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9334,D_5_9_FPHNS_MPNLF,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Not in the labour force,,G44A,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9334,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9335,D_5_9_FPHNS_MPLFSNS,Dependent children Aged 5 9 years Female parent Hours worked not stated Male parent Labour force status not stated,,G44A,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9335,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9336,D_5_9_FPHNS_T,Dependent children Aged 5 9 years Female parent Hours worked not stated Total,,G44A,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9336,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9337,D_5_9_FPET_MPEFT,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Employed Worked Full Time,,G44A,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9337,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9338,D_5_9_FPET_MPEPT,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Employed Worked Part Time,,G44A,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9338,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9339,D_5_9_FPET_MPEAW,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Employed Away From Work,,G44A,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9339,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9340,D_5_9_FPET_MP_E_HNS,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Employed Hours Worked Not Stated,,G44A,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9340,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9341,D_5_9_FPET_MPET,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Employed Total,,G44A,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9341,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9342,D_5_9_FPET_MPULFTW,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Unemployed Looking For Full Time Work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9342,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9343,D_5_9_FPET_MPULPTW,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Unemployed Looking For Part Time Work,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9343,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9344,D_5_9_FPET_MPUT,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Unemployed Looking For Total,,G44A,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9344,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9345,D_5_9_FPET_MPTLF,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Total Labour Force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9345,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9346,D_5_9_FPET_MPNLF,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Not In The Labour Force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9346,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9347,D_5_9_FPET_MPLFSNS,Dependent children Aged 5 9 years Female parent Total Employed Male Parent Labour Force Status Not Stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9347,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9348,D_5_9_FPET_T,Dependent children Aged 5 9 years Female parent Total Employed Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9348,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9349,D_5_9_FPULFTW_MPEFT,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9349,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9350,D_5_9_FPULFTW_MPEPT,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9350,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9351,D_5_9_FPULFTW_MP_EAW,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9351,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9352,D_5_9_FPULFTW_MP_E_HNS,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9352,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9353,D_5_9_FPULFTW_MPET,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9353,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9354,D_5_9_FPULFTW_MPULFTW,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9354,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9355,D_5_9_FPULFTW_MPULPTW,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9355,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9356,D_5_9_FPULFTW_MPUT,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9356,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9357,D_5_9_FPULFTW_MPTLF,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9357,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9358,D_5_9_FPULFTW_MPNLF,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9358,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9359,D_5_9_FPULFTW_MPLFSNS,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9359,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9360,D_5_9_FPULFTW_T,Dependent children Aged 5 9 years Female parent Unemployed looking for Full time work Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9360,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9361,D_5_9_FPULPTW_MPEFT,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9361,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9362,D_5_9_FPULPTW_MPEPT,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9362,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9363,D_5_9_FPULPTW_MPEAW,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9363,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9364,D_5_9_FPULPTW_MP_E_HNS,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9364,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9365,D_5_9_FPULPTW_MPET,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9365,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9366,D_5_9_FPULPTW_MPULFTW,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9366,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9367,D_5_9_FPULPTW_MPULPTW,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9367,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9368,D_5_9_FPULPTW_MPUT,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9368,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9369,D_5_9_FPULPTW_MPTLF,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9369,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9370,D_5_9_FPULPTW_MPNLF,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9370,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9371,D_5_9_FPULPTW_MPLFSNS,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9371,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9372,D_5_9_FPULPTW_T,Dependent children Aged 5 9 years Female parent Unemployed looking for Part time work Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9372,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9373,D_5_9_FPUT_MPEFT,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Employed Worked Full Time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9373,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9374,D_5_9_FPUT_MPEPT,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Employed Worked Part Time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9374,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9375,D_5_9_FPUT_MPEAW,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Employed Away From Work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9375,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9376,D_5_9_FPUT_MPEHNS,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Employed Hours Worked Not Stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9376,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9377,D_5_9_FPUT_MPET,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9377,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9378,D_5_9_FPUT_MPULFTW,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Unemployed Looking For Full Time Work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9378,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9379,D_5_9_FPUT_MPULPTW,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Unemployed Looking For Part Time Work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9379,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9380,D_5_9_FPUT_MPUT,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Unemployed Looking For Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9380,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9381,D_5_9_FPUT_MPTLF,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Total Labour Force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9381,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9382,D_5_9_FPUT_MPNLF,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Not In The Labour Force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9382,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9383,D_5_9_FPUT_MPLFSNS,Dependent children Aged 5 9 years Female parent Total Unemployed Male Parent Labour Force Status Not Stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9383,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9384,D_5_9_FPUT_T,Dependent children Aged 5 9 years Female parent Total Unemployed Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9384,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9385,D_5_9_FPTLF_MPEFT,Dependent children Aged 5 9 years Female parent Total labour force Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9385,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9386,D_5_9_FPTLF_MPEPT,Dependent children Aged 5 9 years Female parent Total labour force Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9386,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9387,D_5_9_FPTLF_MPEAW,Dependent children Aged 5 9 years Female parent Total labour force Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9387,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9388,D_5_9_FPTLF_MPEHNS,Dependent children Aged 5 9 years Female parent Total labour force Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9388,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9389,D_5_9_FPTLF_MPET,Dependent children Aged 5 9 years Female parent Total labour force Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9389,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9390,D_5_9_FPTLF_MPULFTW,Dependent children Aged 5 9 years Female parent Total labour force Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9390,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9391,D_5_9_FPTLF_MPULPTW,Dependent children Aged 5 9 years Female parent Total labour force Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9391,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9392,D_5_9_FPTLF_MPUT,Dependent children Aged 5 9 years Female parent Total labour force Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9392,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9393,D_5_9_FPTLF_MPTLF,Dependent children Aged 5 9 years Female parent Total labour force Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9393,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9394,D_5_9_FPTLF_MPNLF,Dependent children Aged 5 9 years Female parent Total labour force Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9394,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9395,D_5_9_FPTLF_MPLFSNS,Dependent children Aged 5 9 years Female parent Total labour force Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9395,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9396,D_5_9_FPTLF_T,Dependent children Aged 5 9 years Female parent Total labour force Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9396,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9397,D_5_9_FPNLF_MPEFT,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9397,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9398,D_5_9_FPNLF_MPEPT,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9398,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9399,D_5_9_FPNLF_MPEAW,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9399,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9400,D_5_9_FPNLF_MPEHNS,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9400,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9401,D_5_9_FPNLF_MPET,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9401,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9402,D_5_9_FPNLF_MPULFTW,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9402,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9403,D_5_9_FPNLF_MPULPTW,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9403,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9404,D_5_9_FPNLF_MPUT,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9404,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9405,D_5_9_FPNLF_MPTLF,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9405,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9406,D_5_9_FPNLF_MPNLF,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9406,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9407,D_5_9_FPNLF_MPLFSNS,Dependent children Aged 5 9 years Female parent Not in the labour force Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9407,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9408,D_5_9_FPNLF_T,Dependent children Aged 5 9 years Female parent Not in the labour force Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9408,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9409,D_5_9_FPLFSNS_MPEFT,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9409,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9410,D_5_9_FPLFSNS_MPEPT,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9410,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9411,D_5_9_FPLFSNS_MPEAW,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9411,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9412,D_5_9_FPLFSNS_MPEHNS,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9412,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9413,D_5_9_FPLFSNS_MPET,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9413,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9414,D_5_9_FPLFSNS_MPULFTW,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9414,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9415,D_5_9_FPLFSNS_MPULPTW,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9415,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9416,D_5_9_FPLFSNS_MPUT,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9416,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9417,D_5_9_FPLFSNS_MPTLF,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9417,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9418,D_5_9_FPLFSNS_MPNLF,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9418,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9419,D_5_9_FPLFSNS_MPLFSNS,Dependent children Aged 5 9 years Female parent Labour force status not stated Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9419,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9420,D_5_9_FPLFSNS_T,Dependent children Aged 5 9 years Female parent Labour force status not stated Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9420,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9421,D_5_9_FPT_MPEFT,Dependent children Aged 5 9 years Female parent Total Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9421,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9422,D_5_9_FPT_MPEPT,Dependent children Aged 5 9 years Female parent Total Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 5-9 YEARS,,9422,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9423,D_5_9_FPT_MPEAW,Dependent children Aged 5 9 years Female parent Total Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9423,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9424,D_5_9_FPT_MPEHNS,Dependent children Aged 5 9 years Female parent Total Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9424,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9425,D_5_9_FPT_MPET,Dependent children Aged 5 9 years Female parent Total Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9425,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9426,D_5_9_FPT_MPULFTW,Dependent children Aged 5 9 years Female parent Total Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9426,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9427,D_5_9_FPT_MPULPTW,Dependent children Aged 5 9 years Female parent Total Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 5-9 YEARS,,9427,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9428,D_5_9_FPT_MPUT,Dependent children Aged 5 9 years Female parent Total Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9428,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9429,D_5_9_FPT_MPTLF,Dependent children Aged 5 9 years Female parent Total Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9429,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9430,D_5_9_FPT_MPNLF,Dependent children Aged 5 9 years Female parent Total Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 5-9 YEARS,,9430,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9431,D_5_9_FPT_MPLFSNS,Dependent children Aged 5 9 years Female parent Total Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 5-9 YEARS,,9431,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9432,D_5_9_FPT_T,Dependent children Aged 5 9 years Female parent Total Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 5-9 YEARS,,9432,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9433,D_10_12_FPEFT_MPEFT,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9433,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9434,D_10_12_FPEFT_MPEPT,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9434,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9435,D_10_12_FPEFT_MPEAW,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9435,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9436,D_10_12_FPEFT_MPEHNS,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9436,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9437,D_10_12_FPEFT_MPET,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9437,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9438,D_10_12_FPEFT_MPULFTW,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9438,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9439,D_10_12_FPEFT_MPULPTW,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9439,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9440,D_10_12_FPEFT_MPUT,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9440,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9441,D_10_12_FPEFT_MPTLF,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9441,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9442,D_10_12_FPEFT_MPNLF,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9442,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9443,D_10_12_FPEFT_MPLFSNS,Dependent children Aged 10 12 years Female parent Employed worked Full time Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9443,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9444,D_10_12_FPEFT_T,Dependent children Aged 10 12 years Female parent Employed worked Full time Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9444,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9445,D_10_12_FPEPT_MPEFT,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9445,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9446,D_10_12_FPEPT_MPEPT,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9446,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9447,D_10_12_FPEPT_MPEAW,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9447,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9448,D_10_12_FPEPT_MPEHNS,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9448,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9449,D_10_12_FPEPT_MPET,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9449,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9450,D_10_12_FPEPT_MPULFTW,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9450,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9451,D_10_12_FPEPT_MPULPTW,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9451,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9452,D_10_12_FPEPT_MPUT,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9452,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9453,D_10_12_FPEPT_MPTLF,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9453,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9454,D_10_12_FPEPT_MPNLF,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9454,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9455,D_10_12_FPEPT_MPLFSNS,Dependent children Aged 10 12 years Female parent Employed worked Part time Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9455,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9456,D_10_12_FPEPT_T,Dependent children Aged 10 12 years Female parent Employed worked Part time Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9456,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9457,D_10_12_FPEAW_MPEFT,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9457,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9458,D_10_12_FPEAW_MPEPT,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9458,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9459,D_10_12_FPEAW_MPEAW,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9459,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9460,D_10_12_FPEAW_MPEHNS,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9460,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9461,D_10_12_FPEAW_MPET,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9461,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9462,D_10_12_FPEAW_MPULFTW,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9462,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9463,D_10_12_FPEAW_MPULPTW,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9463,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9464,D_10_12_FPEAW_MPUT,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9464,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9465,D_10_12_FPEAW_MPTLF,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9465,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9466,D_10_12_FPEAW_MPNLF,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9466,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9467,D_10_12_FPEAW_MPLFSNS,Dependent children Aged 10 12 years Female parent Employed away from work Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9467,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9468,D_10_12_FPEAW_T,Dependent children Aged 10 12 years Female parent Employed away from work Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9468,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9469,D_10_12_FPHNS_MPEFT,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9469,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9470,D_10_12_FPHNS_MPEPT,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9470,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9471,D_10_12_FPHNS_MPEAW,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9471,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9472,D_10_12_FPHNS_MPEHNS,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9472,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9473,D_10_12_FPHNS_MPET,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9473,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9474,D_10_12_FPHNS_MPULFTW,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9474,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9475,D_10_12_FPHNS_MPULPTW,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9475,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9476,D_10_12_FPHNS_MPUT,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9476,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9477,D_10_12_FPHNS_MPTLF,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9477,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9478,D_10_12_FPHNS_MPNLF,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9478,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9479,D_10_12_FPHNS_MPLFSNS,Dependent children Aged 10 12 years Female parent Hours worked not stated Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9479,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9480,D_10_12_FPHNS_T,Dependent children Aged 10 12 years Female parent Hours worked not stated Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9480,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9481,D_10_12_FPET_MPEFT,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Employed Worked Full Time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9481,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9482,D_10_12_FPET_MPEPT,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Employed Worked Part Time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9482,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9483,D_10_12_FPET_MPEAW,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Employed Away From Work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9483,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9484,D_10_12_FPET_MPEHNS,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Employed Hours Worked Not Stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9484,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9485,D_10_12_FPET_MPET,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9485,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9486,D_10_12_FPET_MPULFTW,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Unemployed Looking For Full Time Work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9486,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9487,D_10_12_FPET_MPULPTW,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Unemployed Looking For Part Time Work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9487,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9488,D_10_12_FPET_MPUT,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Unemployed Looking For Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9488,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9489,D_10_12_FPET_MPTLF,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Total Labour Force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9489,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9490,D_10_12_FPET_MPNLF,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Not In The Labour Force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9490,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9491,D_10_12_FPET_MPLFSNS,Dependent children Aged 10 12 years Female parent Total Employed Male Parent Labour Force Status Not Stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9491,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9492,D_10_12_FPET_T,Dependent children Aged 10 12 years Female parent Total Employed Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9492,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9493,D_10_12_FPULFTW_MPEFT,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9493,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9494,D_10_12_FPULFTW_MPEPT,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9494,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9495,D_10_12_FPULFTW_MPEAW,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9495,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9496,D_10_12_FPULFTW_MPEHNS,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9496,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9497,D_10_12_FPULFTW_MPET,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9497,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9498,D_10_12_FPULFTW_MPULFTW,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9498,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9499,D_10_12_FPULFTW_MPULPTW,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9499,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9500,D_10_12_FPULFTW_MPUT,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9500,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9501,D_10_12_FPULFTW_MPTLF,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9501,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9502,D_10_12_FPULFTW_MPNLF,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9502,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9503,D_10_12_FPULFTW_MPLFSNS,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9503,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9504,D_10_12_FPULFTW_T,Dependent children Aged 10 12 years Female parent Unemployed looking for Full time work Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9504,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9505,D_10_12_FPULPTW_MPEFT,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9505,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9506,D_10_12_FPULPTW_MPEPT,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9506,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9507,D_10_12_FPULPTW_MPEAW,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9507,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9508,D_10_12_FPULPTW_MPEHNS,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9508,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9509,D_10_12_FPULPTW_MPET,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9509,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9510,D_10_12_FPULPTW_MPULFTW,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9510,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9511,D_10_12_FPULPTW_MPULPTW,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9511,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9512,D_10_12_FPULPTW_MPUT,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9512,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9513,D_10_12_FPULPTW_MPTLF,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9513,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9514,D_10_12_FPULPTW_MPNLF,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9514,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9515,D_10_12_FPULPTW_MPLFSNS,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9515,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9516,D_10_12_FPULPTW_T,Dependent children Aged 10 12 years Female parent Unemployed looking for Part time work Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9516,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9517,D_10_12_FPUT_MPEFT,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Employed Worked Full Time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9517,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9518,D_10_12_FPUT_MPEPT,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Employed Worked Part Time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9518,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9519,D_10_12_FPUT_MPEAW,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Employed Away From Work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9519,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9520,D_10_12_FPUT_MPEHNS,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Employed Hours Worked Not Stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9520,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9521,D_10_12_FPUT_MPET,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9521,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9522,D_10_12_FPUT_MPULFTW,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Unemployed Looking For Full Time Work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9522,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9523,D_10_12_FPUT_MPULPTW,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Unemployed Looking For Part Time Work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9523,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9524,D_10_12_FPUT_MPUT,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Unemployed Looking For Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9524,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9525,D_10_12_FPUT_MPTLF,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Total Labour Force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9525,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9526,D_10_12_FPUT_MPNLF,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Not In The Labour Force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9526,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9527,D_10_12_FPUT_MPLFSNS,Dependent children Aged 10 12 years Female parent Total Unemployed Male Parent Labour Force Status Not Stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9527,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9528,D_10_12_FPUT_T,Dependent children Aged 10 12 years Female parent Total Unemployed Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9528,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9529,D_10_12_FPTLF_MPEFT,Dependent children Aged 10 12 years Female parent Total labour force Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9529,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9530,D_10_12_FPTLF_MPEPT,Dependent children Aged 10 12 years Female parent Total labour force Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9530,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9531,D_10_12_FPTLF_MPEAW,Dependent children Aged 10 12 years Female parent Total labour force Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9531,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9532,D_10_12_FPTLF_MPEHNS,Dependent children Aged 10 12 years Female parent Total labour force Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9532,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9533,D_10_12_FPTLF_MPET,Dependent children Aged 10 12 years Female parent Total labour force Male parent Employed Total,,G44B,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9533,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9534,D_10_12_FPTLF_MPULFTW,Dependent children Aged 10 12 years Female parent Total labour force Male parent Unemployed looking for Full time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9534,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9535,D_10_12_FPTLF_MPULPTW,Dependent children Aged 10 12 years Female parent Total labour force Male parent Unemployed looking for Part time work,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9535,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9536,D_10_12_FPTLF_MPUT,Dependent children Aged 10 12 years Female parent Total labour force Male parent Unemployed looking for Total,,G44B,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9536,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9537,D_10_12_FPTLF_MPTLF,Dependent children Aged 10 12 years Female parent Total labour force Male parent Total labour force,,G44B,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9537,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9538,D_10_12_FPTLF_MPNLF,Dependent children Aged 10 12 years Female parent Total labour force Male parent Not in the labour force,,G44B,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9538,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9539,D_10_12_FPTLF_MPLFSNS,Dependent children Aged 10 12 years Female parent Total labour force Male parent Labour force status not stated,,G44B,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9539,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9540,D_10_12_FPTLF_T,Dependent children Aged 10 12 years Female parent Total labour force Total,,G44B,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9540,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9541,D_10_12_FPNLF_MPEFT,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Employed Worked full time,,G44B,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9541,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9542,D_10_12_FPNLF_MPEPT,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Employed Worked part time,,G44B,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9542,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9543,D_10_12_FPNLF_MPEAW,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Employed Away from work,,G44B,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9543,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9544,D_10_12_FPNLF_MPEHNS,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Employed Hours worked not stated,,G44B,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9544,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9545,D_10_12_FPNLF_MPET,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9545,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9546,D_10_12_FPNLF_MPULFTW,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9546,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9547,D_10_12_FPNLF_MPULPTW,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9547,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9548,D_10_12_FPNLF_MPUT,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9548,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9549,D_10_12_FPNLF_MPTLF,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9549,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9550,D_10_12_FPNLF_MPNLF,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9550,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9551,D_10_12_FPNLF_MPLFSNS,Dependent children Aged 10 12 years Female parent Not in the labour force Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9551,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9552,D_10_12_FPNLF_T,Dependent children Aged 10 12 years Female parent Not in the labour force Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9552,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9553,D_10_12_FPLFSNS_MPEFT,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9553,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9554,D_10_12_FPLFSNS_MPEPT,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9554,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9555,D_10_12_FPLFSNS_MPEAW,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9555,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9556,D_10_12_FPLFSNS_MPEHNS,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9556,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9557,D_10_12_FPLFSNS_MPET,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9557,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9558,D_10_12_FPLFSNS_MPULFTW,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9558,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9559,D_10_12_FPLFSNS_MPULPTW,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9559,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9560,D_10_12_FPLFSNS_MPUT,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9560,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9561,D_10_12_FPLFSNS_MPTLF,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9561,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9562,D_10_12_FPLFSNS_MPNLF,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9562,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9563,D_10_12_FPLFSNS_MPLFSNS,Dependent children Aged 10 12 years Female parent Labour force status not stated Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9563,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9564,D_10_12_FPLFSNS_T,Dependent children Aged 10 12 years Female parent Labour force status not stated Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9564,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9565,D_10_12_FPT_MPEFT,Dependent children Aged 10 12 years Female parent Total Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9565,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9566,D_10_12_FPT_MPEPT,Dependent children Aged 10 12 years Female parent Total Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 10-12 YEARS,,9566,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9567,D_10_12_FPT_MPEAW,Dependent children Aged 10 12 years Female parent Total Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9567,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9568,D_10_12_FPT_MPEHNS,Dependent children Aged 10 12 years Female parent Total Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9568,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9569,D_10_12_FPT_MPET,Dependent children Aged 10 12 years Female parent Total Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9569,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9570,D_10_12_FPT_MPULFTW,Dependent children Aged 10 12 years Female parent Total Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9570,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9571,D_10_12_FPT_MPULPTW,Dependent children Aged 10 12 years Female parent Total Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 10-12 YEARS,,9571,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9572,D_10_12_FPT_MPUT,Dependent children Aged 10 12 years Female parent Total Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9572,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9573,D_10_12_FPT_MPTLF,Dependent children Aged 10 12 years Female parent Total Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9573,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9574,D_10_12_FPT_MPNLF,Dependent children Aged 10 12 years Female parent Total Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 10-12 YEARS,,9574,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9575,D_10_12_FPT_MPLFSNS,Dependent children Aged 10 12 years Female parent Total Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 10-12 YEARS,,9575,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9576,D_10_12_FPT_T,Dependent children Aged 10 12 years Female parent Total Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 10-12 YEARS,,9576,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9577,D_13_14_FPEFT_MPEFT,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9577,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9578,D_13_14_FPEFT_MPEPT,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9578,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9579,D_13_14_FPEFT_MPEAW,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9579,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9580,D_13_14_FPEFT_MPEHNS,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9580,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9581,D_13_14_FPEFT_MPET,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9581,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9582,D_13_14_FPEFT_MPULFTW,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9582,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9583,D_13_14_FPEFT_MPULPTW,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9583,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9584,D_13_14_FPEFT_MPUT,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9584,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9585,D_13_14_FPEFT_MPTLF,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9585,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9586,D_13_14_FPEFT_MPNLF,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9586,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9587,D_13_14_FPEFT_MPLFSNS,Dependent children Aged 13 14 years Female parent Employed worked Full time Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9587,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9588,D_13_14_FPEFT_T,Dependent children Aged 13 14 years Female parent Employed worked Full time Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9588,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9589,D_13_14_FPEPT_MPEFT,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9589,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9590,D_13_14_FPEPT_MPEPT,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9590,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9591,D_13_14_FPEPT_MPEAW,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9591,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9592,D_13_14_FPEPT_MPEHNS,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9592,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9593,D_13_14_FPEPT_MPET,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9593,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9594,D_13_14_FPEPT_MPULFTW,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9594,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9595,D_13_14_FPEPT_MPULPTW,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9595,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9596,D_13_14_FPEPT_MPUT,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9596,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9597,D_13_14_FPEPT_MPTLF,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9597,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9598,D_13_14_FPEPT_MPNLF,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9598,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9599,D_13_14_FPEPT_MPLFSNS,Dependent children Aged 13 14 years Female parent Employed worked Part time Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9599,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9600,D_13_14_FPEPT_T,Dependent children Aged 13 14 years Female parent Employed worked Part time Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9600,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9601,D_13_14_FPEAW_MPEFT,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9601,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9602,D_13_14_FPEAW_MPEPT,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9602,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9603,D_13_14_FPEAW_MPEAW,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9603,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9604,D_13_14_FPEAW_MPEHNS,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9604,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9605,D_13_14_FPEAW_MPET,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9605,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9606,D_13_14_FPEAW_MPULFTW,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9606,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9607,D_13_14_FPEAW_MPULPTW,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9607,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9608,D_13_14_FPEAW_MPUT,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9608,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9609,D_13_14_FPEAW_MPTLF,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9609,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9610,D_13_14_FPEAW_MPNLF,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9610,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9611,D_13_14_FPEAW_MPLFSNS,Dependent children Aged 13 14 years Female parent Employed away from work Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9611,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9612,D_13_14_FPEAW_T,Dependent children Aged 13 14 years Female parent Employed away from work Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9612,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9613,D_13_14_FPHNS_MPEFT,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9613,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9614,D_13_14_FPHNS_MPEPT,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9614,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9615,D_13_14_FPHNS_MPEAW,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9615,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9616,D_13_14_FPHNS_MPEHNS,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9616,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9617,D_13_14_FPHNS_MPET,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9617,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9618,D_13_14_FPHNS_MPULFTW,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9618,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9619,D_13_14_FPHNS_MPULPTW,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9619,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9620,D_13_14_FPHNS_MPUT,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9620,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9621,D_13_14_FPHNS_MPTLF,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9621,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9622,D_13_14_FPHNS_MPNLF,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9622,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9623,D_13_14_FPHNS_MPLFSNS,Dependent children Aged 13 14 years Female parent Hours worked not stated Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9623,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9624,D_13_14_FPHNS_T,Dependent children Aged 13 14 years Female parent Hours worked not stated Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9624,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9625,D_13_14_FPET_MPEFT,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Employed Worked Full Time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9625,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9626,D_13_14_FPET_MPEPT,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Employed Worked Part Time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9626,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9627,D_13_14_FPET_MPEAW,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Employed Away From Work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9627,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9628,D_13_14_FPET_MPEHNS,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Employed Hours Worked Not Stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9628,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9629,D_13_14_FPET_MPET,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9629,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9630,D_13_14_FPET_MPULFTW,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Unemployed Looking For Full Time Work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9630,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9631,D_13_14_FPET_MPULPTW,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Unemployed Looking For Part Time Work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9631,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9632,D_13_14_FPET_MPUT,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Unemployed Looking For Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9632,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9633,D_13_14_FPET_MPTLF,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Total Labour Force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9633,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9634,D_13_14_FPET_MPNLF,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Not In The Labour Force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9634,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9635,D_13_14_FPET_MPLFSNS,Dependent children Aged 13 14 years Female parent Total Employed Male Parent Labour Force Status Not Stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9635,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9636,D_13_14_FPET_T,Dependent children Aged 13 14 years Female parent Total Employed Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9636,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9637,D_13_14_FPULFTW_MPEFT,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9637,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9638,D_13_14_FPULFTW_MPEPT,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9638,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9639,D_13_14_FPULFTW_MPEAW,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9639,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9640,D_13_14_FPULFTW_MPEHNS,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9640,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9641,D_13_14_FPULFTW_MPET,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9641,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9642,D_13_14_FPULFTW_MPULFTW,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9642,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9643,D_13_14_FPULFTW_MPULPTW,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9643,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9644,D_13_14_FPULFTW_MPUT,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9644,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9645,D_13_14_FPULFTW_MPTLF,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9645,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9646,D_13_14_FPULFTW_MPNLF,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9646,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9647,D_13_14_FPULFTW_MPLFSNS,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9647,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9648,D_13_14_FPULFTW_T,Dependent children Aged 13 14 years Female parent Unemployed looking for Full time work Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9648,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9649,D_13_14_FPULPTW_MPEFT,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9649,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9650,D_13_14_FPULPTW_MPEPT,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9650,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9651,D_13_14_FPULPTW_MPEAW,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9651,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9652,D_13_14_FPULPTW_MPEHNS,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9652,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9653,D_13_14_FPULPTW_MPET,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9653,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9654,D_13_14_FPULPTW_MPULFTW,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9654,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9655,D_13_14_FPULPTW_MPULPTW,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9655,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9656,D_13_14_FPULPTW_MPUT,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9656,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9657,D_13_14_FPULPTW_MPTLF,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9657,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9658,D_13_14_FPULPTW_MPNLF,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9658,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9659,D_13_14_FPULPTW_MPLFSNS,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9659,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9660,D_13_14_FPULPTW_T,Dependent children Aged 13 14 years Female parent Unemployed looking for Part time work Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9660,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9661,D_13_14_FPUT_MPEFT,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Employed Worked Full Time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9661,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9662,D_13_14_FPUT_MPEPT,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Employed Worked Part Time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9662,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9663,D_13_14_FPUT_MPEAW,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Employed Away From Work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9663,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9664,D_13_14_FPUT_MPEHNS,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Employed Hours Worked Not Stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9664,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9665,D_13_14_FPUT_MPET,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9665,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9666,D_13_14_FPUT_MPULFTW,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Unemployed Looking For Full Time Work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9666,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9667,D_13_14_FPUT_MPULPTW,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Unemployed Looking For Part Time Work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9667,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9668,D_13_14_FPUT_MPUT,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Unemployed Looking For Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9668,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9669,D_13_14_FPUT_MPTLF,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Total Labour Force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9669,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9670,D_13_14_FPUT_MPNLF,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Not In The Labour Force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9670,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9671,D_13_14_FPUT_MPLFSNS,Dependent children Aged 13 14 years Female parent Total Unemployed Male Parent Labour Force Status Not Stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9671,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9672,D_13_14_FPUT_T,Dependent children Aged 13 14 years Female parent Total Unemployed Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9672,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9673,D_13_14_FPTLF_MPEFT,Dependent children Aged 13 14 years Female parent Total labour force Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9673,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9674,D_13_14_FPTLF_MPEPT,Dependent children Aged 13 14 years Female parent Total labour force Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9674,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9675,D_13_14_FPTLF_MPEAW,Dependent children Aged 13 14 years Female parent Total labour force Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9675,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9676,D_13_14_FPTLF_MPEHNS,Dependent children Aged 13 14 years Female parent Total labour force Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9676,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9677,D_13_14_FPTLF_MPET,Dependent children Aged 13 14 years Female parent Total labour force Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9677,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9678,D_13_14_FPTLF_MPULFTW,Dependent children Aged 13 14 years Female parent Total labour force Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9678,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9679,D_13_14_FPTLF_MPULPTW,Dependent children Aged 13 14 years Female parent Total labour force Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9679,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9680,D_13_14_FPTLF_MPUT,Dependent children Aged 13 14 years Female parent Total labour force Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9680,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9681,D_13_14_FPTLF_MPTLF,Dependent children Aged 13 14 years Female parent Total labour force Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9681,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9682,D_13_14_FPTLF_MPNLF,Dependent children Aged 13 14 years Female parent Total labour force Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9682,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9683,D_13_14_FPTLF_MPLFSNS,Dependent children Aged 13 14 years Female parent Total labour force Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9683,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9684,D_13_14_FP_T,Dependent children Aged 13 14 years Female parent Total labour force Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9684,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9685,D_13_14_FPNLF_MPEFT,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9685,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9686,D_13_14_FPNLF_MPEPT,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9686,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9687,D_13_14_FPNLF_MPEAW,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9687,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9688,D_13_14_FPNLF_MPEHNS,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9688,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9689,D_13_14_FPNLF_MPET,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9689,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9690,D_13_14_FPNLF_MPULFTW,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9690,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9691,D_13_14_FPNLF_MPULPTW,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9691,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9692,D_13_14_FPNLF_MPUT,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9692,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9693,D_13_14_FPNLF_MPTLF,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9693,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9694,D_13_14_FPNLF_MPNLF,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9694,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9695,D_13_14_FPNLF_MPLFSNS,Dependent children Aged 13 14 years Female parent Not in the labour force Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9695,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9696,D_13_14_FPNLF_T,Dependent children Aged 13 14 years Female parent Not in the labour force Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9696,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9697,D_13_14_FPLFSNS_MPEFT,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9697,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9698,D_13_14_FPLFSNS_MPEPT,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9698,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9699,D_13_14_FPLFSNS_MPEAW,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9699,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9700,D_13_14_FPLFSNS_MPEHNS,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9700,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9701,D_13_14_FPLFSNS_MPET,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9701,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9702,D_13_14_FPLFSNS_MPULFTW,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9702,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9703,D_13_14_FPLFSNS_MPULPTW,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9703,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9704,D_13_14_FPLFSNS_MPUT,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9704,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9705,D_13_14_FPLFSNS_MPTLF,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9705,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9706,D_13_14_FPLFSNS_MPNLF,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9706,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9707,D_13_14_FPLFSNS_MPLFSNS,Dependent children Aged 13 14 years Female parent Labour force status not stated Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9707,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9708,D_13_14_FPLFSNS_T,Dependent children Aged 13 14 years Female parent Labour force status not stated Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9708,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9709,D_13_14_FPT_MPEFT,Dependent children Aged 13 14 years Female parent Total Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9709,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9710,D_13_14_FPT_MPEPT,Dependent children Aged 13 14 years Female parent Total Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 13-14 YEARS,,9710,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9711,D_13_14_FPT_MPEAW,Dependent children Aged 13 14 years Female parent Total Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9711,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9712,D_13_14_FPT_MPEHNS,Dependent children Aged 13 14 years Female parent Total Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9712,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9713,D_13_14_FPT_MPET,Dependent children Aged 13 14 years Female parent Total Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9713,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9714,D_13_14_FPT_MPULFTW,Dependent children Aged 13 14 years Female parent Total Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9714,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9715,D_13_14_FPT_MPULPTW,Dependent children Aged 13 14 years Female parent Total Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 13-14 YEARS,,9715,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9716,D_13_14_FPT_MPUT,Dependent children Aged 13 14 years Female parent Total Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9716,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9717,D_13_14_FPT_MPTLF,Dependent children Aged 13 14 years Female parent Total Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9717,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9718,D_13_14_FPT_MPNLF,Dependent children Aged 13 14 years Female parent Total Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 13-14 YEARS,,9718,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9719,D_13_14_FPT_MPLFSNS,Dependent children Aged 13 14 years Female parent Total Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 13-14 YEARS,,9719,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9720,D_13_14_FPT_T,Dependent children Aged 13 14 years Female parent Total Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 13-14 YEARS,,9720,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9721,D_15_17_FPEFT_MPEFT,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9721,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9722,D_15_17_FPEFT_MPEPT,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9722,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9723,D_15_17_FPEFT_MPEAW,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9723,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9724,D_15_17_FPEFT_MPEHNS,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9724,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9725,D_15_17_FPEFT_MPET,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9725,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9726,D_15_17_FPEFT_MPULFTW,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9726,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9727,D_15_17_FPEFT_MPULPTW,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9727,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9728,D_15_17_FPEFT_MPUT,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9728,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9729,D_15_17_FPEFT_MPTLF,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9729,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9730,D_15_17_FPEFT_MPNLF,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9730,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9731,D_15_17_FPEFT_MPLFSNS,Dependent children Aged 15 17 years Female parent Employed worked Full time Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9731,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9732,D_15_17_FPEFT_T,Dependent children Aged 15 17 years Female parent Employed worked Full time Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9732,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9733,D_15_17_FPEPT_MPEFT,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Employed Worked full time,,G44C,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9733,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9734,D_15_17_FPEPT_MPEPT,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Employed Worked part time,,G44C,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9734,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9735,D_15_17_FPEPT_MPEAW,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Employed Away from work,,G44C,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9735,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9736,D_15_17_FPEPT_MPEHNS,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Employed Hours worked not stated,,G44C,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9736,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9737,D_15_17_FPEPT_MPET,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Employed Total,,G44C,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9737,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9738,D_15_17_FPEPT_MPULFTW,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Unemployed looking for Full time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9738,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9739,D_15_17_FPEPT_MPULPTW,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Unemployed looking for Part time work,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9739,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9740,D_15_17_FPEPT_MPUT,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Unemployed looking for Total,,G44C,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9740,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9741,D_15_17_FPEPT_MPTLF,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Total labour force,,G44C,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9741,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9742,D_15_17_FPEPT_MPNLF,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Not in the labour force,,G44C,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9742,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9743,D_15_17_FPEPT_MPLFSNS,Dependent children Aged 15 17 years Female parent Employed worked Part time Male parent Labour force status not stated,,G44C,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9743,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9744,D_15_17_FPEPT_T,Dependent children Aged 15 17 years Female parent Employed worked Part time Total,,G44C,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9744,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9745,D_15_17_FPEAW_MPEFT,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9745,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9746,D_15_17_FPEAW_MPEPT,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9746,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9747,D_15_17_FPEAW_MPEAW,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9747,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9748,D_15_17_FPEAW_MPEHNS,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9748,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9749,D_15_17_FPEAW_MPET,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9749,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9750,D_15_17_FPEAW_MPULFTW,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9750,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9751,D_15_17_FPEAW_MPULPTW,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9751,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9752,D_15_17_FPEAW_MPUT,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9752,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9753,D_15_17_FPEAW_MPTLF,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9753,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9754,D_15_17_FPEAW_MPNLF,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9754,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9755,D_15_17_FPEAW_MPLFSNS,Dependent children Aged 15 17 years Female parent Employed away from work Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9755,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9756,D_15_17_FPEAW_T,Dependent children Aged 15 17 years Female parent Employed away from work Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9756,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9757,D_15_17_FPHNS_MPEFT,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9757,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9758,D_15_17_FPHNS_MPEPT,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9758,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9759,D_15_17_FPHNS_MPEAW,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9759,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9760,D_15_17_FPHNS_MPEHNS,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9760,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9761,D_15_17_FPHNS_MPET,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9761,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9762,D_15_17_FPHNS_MPULFTW,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9762,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9763,D_15_17_FPHNS_MPULPTW,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9763,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9764,D_15_17_FPHNS_MPUT,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9764,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9765,D_15_17_FPHNS_MPTLF,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9765,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9766,D_15_17_FPHNS_MPNLF,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9766,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9767,D_15_17_FPHNS_MPLFSNS,Dependent children Aged 15 17 years Female parent Hours worked not stated Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9767,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9768,D_15_17_FPHNS_T,Dependent children Aged 15 17 years Female parent Hours worked not stated Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9768,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9769,D_15_17_FPET_MPEFT,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Employed Worked Full Time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9769,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9770,D_15_17_FPET_MPEPT,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Employed Worked Part Time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9770,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9771,D_15_17_FPET_MPEAW,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Employed Away From Work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9771,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9772,D_15_17_FPET_MPEHNS,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Employed Hours Worked Not Stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9772,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9773,D_15_17_FPET_MPET,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9773,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9774,D_15_17_FPET_MPULFTW,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Unemployed Looking For Full Time Work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9774,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9775,D_15_17_FPET_MPULPTW,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Unemployed Looking For Part Time Work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9775,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9776,D_15_17_FPET_MPUT,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Unemployed Looking For Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9776,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9777,D_15_17_FPET_MPTLF,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Total Labour Force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9777,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9778,D_15_17_FPET_MPNLF,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Not In The Labour Force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9778,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9779,D_15_17_FPET_MPLFSNS,Dependent children Aged 15 17 years Female parent Total Employed Male Parent Labour Force Status Not Stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9779,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9780,D_15_17_FPET_T,Dependent children Aged 15 17 years Female parent Total Employed Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9780,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9781,D_15_17_FPULFTW_MPEFT,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9781,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9782,D_15_17_FPULFTW_MPEPT,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9782,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9783,D_15_17_FPULFTW_MPEAW,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9783,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9784,D_15_17_FPULFTW_MPEHNS,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9784,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9785,D_15_17_FPULFTW_MPET,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9785,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9786,D_15_17_FPULFTW_MPULFTW,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9786,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9787,D_15_17_FPULFTW_MPULPTW,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9787,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9788,D_15_17_FPULFTW_MPUT,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9788,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9789,D_15_17_FPULFTW_MPTLF,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9789,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9790,D_15_17_FPULFTW_MPNLF,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9790,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9791,D_15_17_FPULFTW_MPLFSNS,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9791,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9792,D_15_17_FPULFTW_T,Dependent children Aged 15 17 years Female parent Unemployed looking for Full time work Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9792,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9793,D_15_17_FPULPTW_MPEFT,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9793,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9794,D_15_17_FPULPTW_MPEPT,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9794,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9795,D_15_17_FPULPTW_MPEAW,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9795,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9796,D_15_17_FPULPTW_MPEHNS,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9796,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9797,D_15_17_FPULPTW_MPET,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9797,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9798,D_15_17_FPULPTW_MPULFTW,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9798,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9799,D_15_17_FPULPTW_MPULPTW,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9799,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9800,D_15_17_FPULPTW_MPUT,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9800,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9801,D_15_17_FPULPTW_MPTLF,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9801,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9802,D_15_17_FPULPTW_MPNLF,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9802,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9803,D_15_17_FPULPTW_MPLFSNS,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9803,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9804,D_15_17_FPULPTW_T,Dependent children Aged 15 17 years Female parent Unemployed looking for Part time work Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9804,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9805,D_15_17_FPUT_MPEFT,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Employed Worked Full Time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9805,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9806,D_15_17_FPUT_MPEPT,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Employed Worked Part Time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9806,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9807,D_15_17_FPUT_MPEAW,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Employed Away From Work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9807,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9808,D_15_17_FPUT_MPEHNS,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Employed Hours Worked Not Stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9808,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9809,D_15_17_FPUT_MPET,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9809,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9810,D_15_17_FPUT_MPULFTW,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Unemployed Looking For Full Time Work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9810,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9811,D_15_17_FPUT_MPULPTW,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Unemployed Looking For Part Time Work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9811,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9812,D_15_17_FPUT_MPUT,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Unemployed Looking For Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9812,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9813,D_15_17_FPUT_MPTLF,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Total Labour Force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9813,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9814,D_15_17_FPUT_MPNLF,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Not In The Labour Force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9814,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9815,D_15_17_FPUT_MPLFSNS,Dependent children Aged 15 17 years Female parent Total Unemployed Male Parent Labour Force Status Not Stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9815,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9816,D_15_17_FPUT_T,Dependent children Aged 15 17 years Female parent Total Unemployed Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9816,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9817,D_15_17_FPTLF_MPEFT,Dependent children Aged 15 17 years Female parent Total labour force Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9817,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9818,D_15_17_FPTLF_MPEPT,Dependent children Aged 15 17 years Female parent Total labour force Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9818,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9819,D_15_17_FPTLF_MPEAW,Dependent children Aged 15 17 years Female parent Total labour force Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9819,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9820,D_15_17_FPTLF_MPEHNS,Dependent children Aged 15 17 years Female parent Total labour force Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9820,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9821,D_15_17_FPTLF_MPET,Dependent children Aged 15 17 years Female parent Total labour force Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9821,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9822,D_15_17_FPTLF_MPULFTW,Dependent children Aged 15 17 years Female parent Total labour force Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9822,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9823,D_15_17_FPTLF_MPULPTW,Dependent children Aged 15 17 years Female parent Total labour force Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9823,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9824,D_15_17_FPTLF_MPUT,Dependent children Aged 15 17 years Female parent Total labour force Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9824,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9825,D_15_17_FPTLF_MPTLF,Dependent children Aged 15 17 years Female parent Total labour force Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9825,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9826,D_15_17_FPTLF_MPNLF,Dependent children Aged 15 17 years Female parent Total labour force Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9826,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9827,D_15_17_FPTLF_MPLFSNS,Dependent children Aged 15 17 years Female parent Total labour force Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9827,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9828,D_15_17_FPTLF_T,Dependent children Aged 15 17 years Female parent Total labour force Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9828,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9829,D_15_17_FPNLF_MPEFT,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9829,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9830,D_15_17_FPNLF_MPEPT,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9830,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9831,D_15_17_FPNLF_MPEAW,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9831,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9832,D_15_17_FPNLF_MPEHNS,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9832,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9833,D_15_17_FPNLF_MPET,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9833,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9834,D_15_17_FPNLF_MPULFTW,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9834,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9835,D_15_17_FPNLF_MPULPTW,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9835,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9836,D_15_17_FPNLF_MPUT,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9836,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9837,D_15_17_FPNLF_MPTLF,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9837,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9838,D_15_17_FPNLF_MPNLF,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9838,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9839,D_15_17_FPNLF_MPLFSNS,Dependent children Aged 15 17 years Female parent Not in the labour force Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9839,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9840,D_15_17_FPNLF_T,Dependent children Aged 15 17 years Female parent Not in the labour force Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9840,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9841,D_15_17_FPLFSNS_MPEFT,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9841,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9842,D_15_17_FPLFSNS_MPEPT,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9842,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9843,D_15_17_FPLFSNS_MPEAW,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9843,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9844,D_15_17_FPLFSNS_MPEHNS,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9844,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9845,D_15_17_FPLFSNS_MPET,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9845,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9846,D_15_17_FPLFSNS_MPULFTW,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9846,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9847,D_15_17_FPLFSNS_MPULPTW,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9847,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9848,D_15_17_FPLFSNS_MPUT,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9848,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9849,D_15_17_FPLFSNS_MPTLF,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9849,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9850,D_15_17_FPLFSNS_MPNLF,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9850,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9851,D_15_17_FPLFSNS_MPLFSNS,Dependent children Aged 15 17 years Female parent Labour force status not stated Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9851,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9852,D_15_17_FPLFSNS_T,Dependent children Aged 15 17 years Female parent Labour force status not stated Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9852,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9853,D_15_17_FPT_MPEFT,Dependent children Aged 15 17 years Female parent Total Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9853,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9854,D_15_17_FPT_MPEPT,Dependent children Aged 15 17 years Female parent Total Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 15-17 YEARS,,9854,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9855,D_15_17_FPT_MPEAW,Dependent children Aged 15 17 years Female parent Total Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9855,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9856,D_15_17_FPT_MPEHNS,Dependent children Aged 15 17 years Female parent Total Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9856,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9857,D_15_17_FPT_MPET,Dependent children Aged 15 17 years Female parent Total Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9857,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9858,D_15_17_FPT_MPULFTW,Dependent children Aged 15 17 years Female parent Total Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9858,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9859,D_15_17_FPT_MPULPTW,Dependent children Aged 15 17 years Female parent Total Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 15-17 YEARS,,9859,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9860,D_15_17_FPT_MPUT,Dependent children Aged 15 17 years Female parent Total Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9860,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9861,D_15_17_FPT_MPTLF,Dependent children Aged 15 17 years Female parent Total Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9861,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9862,D_15_17_FPT_MPNLF,Dependent children Aged 15 17 years Female parent Total Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 15-17 YEARS,,9862,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9863,D_15_17_FPT_MPLFSNS,Dependent children Aged 15 17 years Female parent Total Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 15-17 YEARS,,9863,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9864,D_15_17_FPT_T,Dependent children Aged 15 17 years Female parent Total Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 15-17 YEARS,,9864,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9865,D_18_20_FPEFT_MPEFT,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9865,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9866,D_18_20_FPEFT_MPEPT,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9866,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9867,D_18_20_FPEFT_MPEAW,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9867,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9868,D_18_20_FPEFT_MPEHNS,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9868,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9869,D_18_20_FPEFT_MPET,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9869,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9870,D_18_20_FPEFT_MPULFTW,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9870,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9871,D_18_20_FPEFT_MPULPTW,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9871,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9872,D_18_20_FPEFT_MPUT,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9872,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9873,D_18_20_FPEFT_MPTLF,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9873,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9874,D_18_20_FPEFT_MPNLF,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9874,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9875,D_18_20_FPEFT_MPLFSNS,Dependent children Aged 18 20 years Female parent Employed worked Full time Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9875,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9876,D_18_20_FPEFT_T,Dependent children Aged 18 20 years Female parent Employed worked Full time Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9876,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9877,D_18_20_FPEPT_MPEFT,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9877,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9878,D_18_20_FPEPT_MPEPT,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9878,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9879,D_18_20_FPEPT_MPEAW,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9879,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9880,D_18_20_FPEPT_MPEHNS,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9880,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9881,D_18_20_FPEPT_MPET,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9881,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9882,D_18_20_FPEPT_MPULFTW,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9882,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9883,D_18_20_FPEPT_MPULPTW,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9883,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9884,D_18_20_FPEPT_MPUT,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9884,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9885,D_18_20_FPEPT_MPTLF,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9885,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9886,D_18_20_FPEPT_MPNLF,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9886,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9887,D_18_20_FPEPT_MPLFSNS,Dependent children Aged 18 20 years Female parent Employed worked Part time Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9887,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9888,D_18_20_FPEPT_T,Dependent children Aged 18 20 years Female parent Employed worked Part time Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9888,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9889,D_18_20_FPEAW_MPEFT,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9889,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9890,D_18_20_FPEAW_MPEPT,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9890,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9891,D_18_20_FPEAW_MPEAW,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9891,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9892,D_18_20_FPEAW_MPEHNS,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9892,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9893,D_18_20_FPEAW_MPET,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9893,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9894,D_18_20_FPEAW_MPULFTW,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9894,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9895,D_18_20_FPEAW_MPULPTW,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9895,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9896,D_18_20_FPEAW_MPUT,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9896,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9897,D_18_20_FPEAW_MPTLF,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9897,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9898,D_18_20_FPEAW_MPNLF,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9898,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9899,D_18_20_FPEAW_MPLFSNS,Dependent children Aged 18 20 years Female parent Employed away from work Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9899,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9900,D_18_20_FPEAW_T,Dependent children Aged 18 20 years Female parent Employed away from work Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9900,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9901,D_18_20_FPHNS_MPEFT,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9901,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9902,D_18_20_FPHNS_MPEPT,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9902,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9903,D_18_20_FPHNS_MPEAW,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9903,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9904,D_18_20_FPHNS_MPEHNS,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9904,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9905,D_18_20_FPHNS_MPET,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9905,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9906,D_18_20_FPHNS_MPULFTW,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9906,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9907,D_18_20_FPHNS_MPULPTW,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9907,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9908,D_18_20_FPHNS_MPUT,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9908,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9909,D_18_20_FPHNS_MPTLF,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9909,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9910,D_18_20_FPHNS_MPNLF,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9910,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9911,D_18_20_FPHNS_MPLFSNS,Dependent children Aged 18 20 years Female parent Hours worked not stated Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9911,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9912,D_18_20_FPHNS_T,Dependent children Aged 18 20 years Female parent Hours worked not stated Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9912,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9913,D_18_20_FPET_MPEFT,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Employed Worked Full Time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9913,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9914,D_18_20_FPET_MPEPT,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Employed Worked Part Time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9914,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9915,D_18_20_FPET_MPEAW,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Employed Away From Work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9915,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9916,D_18_20_FPET_MPEHNS,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Employed Hours Worked Not Stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9916,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9917,D_18_20_FPET_MPET,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9917,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9918,D_18_20_FPET_MPULFTW,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Unemployed Looking For Full Time Work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9918,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9919,D_18_20_FPET_MPULPTW,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Unemployed Looking For Part Time Work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9919,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9920,D_18_20_FPET_MPUT,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Unemployed Looking For Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9920,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9921,D_18_20_FPET_MPTLF,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Total Labour Force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9921,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9922,D_18_20_FPET_MPNLF,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Not In The Labour Force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9922,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9923,D_18_20_FPET_MPLFSNS,Dependent children Aged 18 20 years Female parent Total Employed Male Parent Labour Force Status Not Stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9923,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9924,D_18_20_FPET_T,Dependent children Aged 18 20 years Female parent Total Employed Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9924,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9925,D_18_20_FPULFTW_MPEFT,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9925,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9926,D_18_20_FPULFTW_MPEPT,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9926,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9927,D_18_20_FPULFTW_MPEAW,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9927,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9928,D_18_20_FPULFTW_MPEHNS,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9928,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9929,D_18_20_FPULFTW_MPET,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9929,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9930,D_18_20_FPULFTW_MPULFTW,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9930,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9931,D_18_20_FPULFTW_MPULPTW,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9931,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9932,D_18_20_FPULFTW_MPUT,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9932,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9933,D_18_20_FPULFTW_MPTLF,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Total labour force,,G44D,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9933,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9934,D_18_20_FPULFTW_MPNLF,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Not in the labour force,,G44D,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9934,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9935,D_18_20_FPULFTW_MPLFSNS,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Male parent Labour force status not stated,,G44D,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9935,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9936,D_18_20_FPULFTW_T,Dependent children Aged 18 20 years Female parent Unemployed looking for Full time work Total,,G44D,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9936,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9937,D_18_20_FPULPTW_MPEFT,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Employed Worked full time,,G44D,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9937,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9938,D_18_20_FPULPTW_MPEPT,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Employed Worked part time,,G44D,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9938,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9939,D_18_20_FPULPTW_MPEAW,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Employed Away from work,,G44D,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9939,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9940,D_18_20_FPULPTW_MPEHNS,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Employed Hours worked not stated,,G44D,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9940,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9941,D_18_20_FPULPTW_MPET,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Employed Total,,G44D,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9941,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9942,D_18_20_FPULPTW_MPULFTW,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Full time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9942,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9943,D_18_20_FPULPTW_MPULPTW,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Part time work,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9943,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9944,D_18_20_FPULPTW_MPUT,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Total,,G44D,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9944,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9945,D_18_20_FPULPTW_MPTLF,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9945,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9946,D_18_20_FPULPTW_MPNLF,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9946,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9947,D_18_20_FPULPTW_MPLFSNS,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9947,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9948,D_18_20_FPULPTW_T,Dependent children Aged 18 20 years Female parent Unemployed looking for Part time work Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9948,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9949,D_18_20_FPUT_MPEFT,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Employed Worked Full Time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9949,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9950,D_18_20_FPUT_MPEPT,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Employed Worked Part Time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9950,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9951,D_18_20_FPUT_MPEAW,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Employed Away From Work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9951,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9952,D_18_20_FPUT_MPEHNS,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Employed Hours Worked Not Stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9952,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9953,D_18_20_FPUT_MPET,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9953,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9954,D_18_20_FPUT_MPULFTW,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Unemployed Looking For Full Time Work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9954,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9955,D_18_20_FPUT_MPULPTW,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Unemployed Looking For Part Time Work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9955,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9956,D_18_20_FPUT_MPUT,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Unemployed Looking For Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9956,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9957,D_18_20_FPUT_MPTLF,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Total Labour Force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9957,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9958,D_18_20_FPUT_MPNLF,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Not In The Labour Force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9958,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9959,D_18_20_FPUT_MPLFSNS,Dependent children Aged 18 20 years Female parent Total Unemployed Male Parent Labour Force Status Not Stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9959,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9960,D_18_20_FPUT_T,Dependent children Aged 18 20 years Female parent Total Unemployed Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9960,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9961,D_18_20_FPTLF_MPEFT,Dependent children Aged 18 20 years Female parent Total labour force Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9961,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9962,D_18_20_FPTLF_MPEPT,Dependent children Aged 18 20 years Female parent Total labour force Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9962,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9963,D_18_20_FPTLF_MPEAW,Dependent children Aged 18 20 years Female parent Total labour force Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9963,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9964,D_18_20_FPTLF_MPEHNS,Dependent children Aged 18 20 years Female parent Total labour force Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9964,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9965,D_18_20_FPTLF_MPET,Dependent children Aged 18 20 years Female parent Total labour force Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9965,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9966,D_18_20_FPTLF_MPULFTW,Dependent children Aged 18 20 years Female parent Total labour force Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9966,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9967,D_18_20_FPTLF_MPULPTW,Dependent children Aged 18 20 years Female parent Total labour force Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9967,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9968,D_18_20_FPTLF_MPUT,Dependent children Aged 18 20 years Female parent Total labour force Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9968,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9969,D_18_20_FPTLF_MPTLF,Dependent children Aged 18 20 years Female parent Total labour force Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9969,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9970,D_18_20_FPTLF_MPNLF,Dependent children Aged 18 20 years Female parent Total labour force Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9970,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9971,D_18_20_FPTLF_MPLFSNS,Dependent children Aged 18 20 years Female parent Total labour force Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9971,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9972,D_18_20_FPTLF_T,Dependent children Aged 18 20 years Female parent Total labour force Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9972,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9973,D_18_20_FPNLF_MPEFT,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9973,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9974,D_18_20_FPNLF_MPEPT,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9974,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9975,D_18_20_FPNLF_MPEAW,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9975,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9976,D_18_20_FPNLF_MPEHNS,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9976,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9977,D_18_20_FPNLF_MPET,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9977,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9978,D_18_20_FPNLF_MPULFTW,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9978,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9979,D_18_20_FPNLF_MPULPTW,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9979,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9980,D_18_20_FPNLF_MPUT,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9980,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9981,D_18_20_FPNLF_MPTLF,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9981,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9982,D_18_20_FPNLF_MPNLF,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9982,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9983,D_18_20_FPNLF_MPLFSNS,Dependent children Aged 18 20 years Female parent Not in the labour force Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9983,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9984,D_18_20_FPNLF_T,Dependent children Aged 18 20 years Female parent Not in the labour force Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9984,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9985,D_18_20_FPLFSNS_MPEFT,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9985,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9986,D_18_20_FPLFSNS_MPEPT,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9986,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9987,D_18_20_FPLFSNS_MPEAW,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9987,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9988,D_18_20_FPLFSNS_MPEHNS,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9988,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9989,D_18_20_FPLFSNS_MPET,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9989,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9990,D_18_20_FPLFSNS_MPULFTW,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9990,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9991,D_18_20_FPLFSNS_MPULPTW,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9991,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9992,D_18_20_FPLFSNS_MPUT,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9992,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9993,D_18_20_FPLFSNS_MPTLF,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9993,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9994,D_18_20_FPLFSNS_MPNLF,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,9994,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9995,D_18_20_FPLFSNS_MPLFSNS,Dependent children Aged 18 20 years Female parent Labour force status not stated Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,9995,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9996,D_18_20_FPLFSNS_T,Dependent children Aged 18 20 years Female parent Labour force status not stated Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,9996,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9997,D_18_20_FPT_MPEFT,Dependent children Aged 18 20 years Female parent Total Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9997,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9998,D_18_20_FPT_MPEPT,Dependent children Aged 18 20 years Female parent Total Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 18-20 YEARS,,9998,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G9999,D_18_20_FPT_MPEAW,Dependent children Aged 18 20 years Female parent Total Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 18-20 YEARS,,9999,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10000,D_18_20_FPT_MPEHNS,Dependent children Aged 18 20 years Female parent Total Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,10000,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10001,D_18_20_FPT_MPET,Dependent children Aged 18 20 years Female parent Total Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,10001,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10002,D_18_20_FPT_MPULFTW,Dependent children Aged 18 20 years Female parent Total Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,10002,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10003,D_18_20_FPT_MPULPTW,Dependent children Aged 18 20 years Female parent Total Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 18-20 YEARS,,10003,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10004,D_18_20_FPT_MPUT,Dependent children Aged 18 20 years Female parent Total Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,10004,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10005,D_18_20_FPT_MPTLF,Dependent children Aged 18 20 years Female parent Total Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,10005,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10006,D_18_20_FPT_MPNLF,Dependent children Aged 18 20 years Female parent Total Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 18-20 YEARS,,10006,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10007,D_18_20_FPT_MPLFSNS,Dependent children Aged 18 20 years Female parent Total Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 18-20 YEARS,,10007,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10008,D_18_20_FPT_T,Dependent children Aged 18 20 years Female parent Total Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 18-20 YEARS,,10008,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10009,D_21_24_FPEFT_MPEFT,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10009,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10010,D_21_24_FPEFT_MPEPT,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10010,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10011,D_21_24_FPEFT_MPEAW,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10011,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10012,D_21_24_FPEFT_MPEHNS,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10012,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10013,D_21_24_FPEFT_MPET,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10013,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10014,D_21_24_FPEFT_MPULFTW,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10014,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10015,D_21_24_FPEFT_MPULPTW,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10015,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10016,D_21_24_FPEFT_MPUT,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10016,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10017,D_21_24_FPEFT_MPTLF,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10017,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10018,D_21_24_FPEFT_MPNLF,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10018,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10019,D_21_24_FPEFT_MPLFSNS,Dependent children Aged 21 24 years Female parent Employed worked Full time Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10019,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10020,D_21_24_FPEFT_T,Dependent children Aged 21 24 years Female parent Employed worked Full time Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10020,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10021,D_21_24_FPEPT_MPEFT,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10021,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10022,D_21_24_FPEPT_MPEPT,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10022,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10023,D_21_24_FPEPT_MPEAW,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10023,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10024,D_21_24_FPEPT_MPEHNS,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10024,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10025,D_21_24_FPEPT_MPET,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10025,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10026,D_21_24_FPEPT_MPULFTW,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10026,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10027,D_21_24_FPEPT_MPULPTW,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10027,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10028,D_21_24_FPEPT_MPUT,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10028,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10029,D_21_24_FPEPT_MPTLF,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10029,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10030,D_21_24_FPEPT_MPNLF,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10030,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10031,D_21_24_FPEPT_MPLFSNS,Dependent children Aged 21 24 years Female parent Employed worked Part time Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10031,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10032,D_21_24_FPEPT_T,Dependent children Aged 21 24 years Female parent Employed worked Part time Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10032,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10033,D_21_24_FPEAW_MPEFT,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10033,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10034,D_21_24_FPEAW_MPEPT,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10034,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10035,D_21_24_FPEAW_MPEAW,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10035,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10036,D_21_24_FPEAW_MPEHNS,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10036,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10037,D_21_24_FPEAW_MPET,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10037,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10038,D_21_24_FPEAW_MPULFTW,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10038,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10039,D_21_24_FPEAW_MPULPTW,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10039,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10040,D_21_24_FPEAW_MPUT,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10040,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10041,D_21_24_FPEAW_MPTLF,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10041,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10042,D_21_24_FPEAW_MPNLF,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10042,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10043,D_21_24_FPEAW_MPLFSNS,Dependent children Aged 21 24 years Female parent Employed away from work Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10043,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10044,D_21_24_FPEAW_T,Dependent children Aged 21 24 years Female parent Employed away from work Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10044,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10045,D_21_24_FPHNS_MPEFT,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10045,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10046,D_21_24_FPHNS_MPEPT,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10046,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10047,D_21_24_FPHNS_MPEAW,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10047,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10048,D_21_24_FPHNS_MPEHNS,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10048,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10049,D_21_24_FPHNS_MPET,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10049,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10050,D_21_24_FPHNS_MPULFTW,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10050,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10051,D_21_24_FPHNS_MPULPTW,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10051,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10052,D_21_24_FPHNS_MPUT,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10052,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10053,D_21_24_FPHNS_MPTLF,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10053,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10054,D_21_24_FPHNS_MPNLF,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10054,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10055,D_21_24_FPHNS_MPLFSNS,Dependent children Aged 21 24 years Female parent Hours worked not stated Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10055,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10056,D_21_24_FPHNS_T,Dependent children Aged 21 24 years Female parent Hours worked not stated Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10056,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10057,D_21_24_FPET_MPEFT,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Employed Worked Full Time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10057,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10058,D_21_24_FPET_MPEPT,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Employed Worked Part Time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10058,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10059,D_21_24_FPET_MPEAW,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Employed Away From Work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10059,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10060,D_21_24_FPET_MPEHNS,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Employed Hours Worked Not Stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10060,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10061,D_21_24_FPET_MPET,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10061,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10062,D_21_24_FPET_MPULFTW,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Unemployed Looking For Full Time Work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10062,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10063,D_21_24_FPET_MPULPTW,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Unemployed Looking For Part Time Work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10063,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10064,D_21_24_FPET_MPUT,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Unemployed Looking For Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10064,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10065,D_21_24_FPET_MPTLF,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Total Labour Force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10065,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10066,D_21_24_FPET_MPNLF,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Not In The Labour Force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10066,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10067,D_21_24_FPET_MPLFSNS,Dependent children Aged 21 24 years Female parent Total Employed Male Parent Labour Force Status Not Stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10067,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10068,D_21_24_FPET_T,Dependent children Aged 21 24 years Female parent Total Employed Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10068,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10069,D_21_24_FPULFTW_MPEFT,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10069,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10070,D_21_24_FPULFTW_MPEPT,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10070,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10071,D_21_24_FPULFTW_MPEAW,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10071,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10072,D_21_24_FPULFTW_MPEHNS,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10072,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10073,D_21_24_FPULFTW_MPET,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10073,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10074,D_21_24_FPULFTW_MPULFTW,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10074,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10075,D_21_24_FPULFTW_MPULPTW,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10075,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10076,D_21_24_FPULFTW_MPUT,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10076,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10077,D_21_24_FPULFTW_MPTLF,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10077,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10078,D_21_24_FPULFTW_MPNLF,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10078,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10079,D_21_24_FPULFTW_MPLFSNS,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10079,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10080,D_21_24_FPULFTW_T,Dependent children Aged 21 24 years Female parent Unemployed looking for Full time work Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10080,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10081,D_21_24_FPULPTW_MPEFT,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10081,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10082,D_21_24_FPULPTW_MPEPT,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10082,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10083,D_21_24_FPULPTW_MPEAW,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10083,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10084,D_21_24_FPULPTW_MPEHNS,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10084,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10085,D_21_24_FPULPTW_MPET,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10085,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10086,D_21_24_FPULPTW_MPULFTW,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10086,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10087,D_21_24_FPULPTW_MPULPTW,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10087,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10088,D_21_24_FPULPTW_MPUT,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10088,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10089,D_21_24_FPULPTW_MPTLF,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10089,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10090,D_21_24_FPULPTW_MPNLF,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10090,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10091,D_21_24_FPULPTW_MPLFSNS,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10091,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10092,D_21_24_FPULPTW_T,Dependent children Aged 21 24 years Female parent Unemployed looking for Part time work Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10092,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10093,D_21_24_FPUT_MPEFT,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Employed Worked Full Time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10093,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10094,D_21_24_FPUT_MPEPT,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Employed Worked Part Time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10094,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10095,D_21_24_FPUT_MPEAW,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Employed Away From Work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10095,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10096,D_21_24_FPUT_MPEHNS,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Employed Hours Worked Not Stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10096,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10097,D_21_24_FPUT_MPET,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10097,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10098,D_21_24_FPUT_MPULFTW,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Unemployed Looking For Full Time Work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10098,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10099,D_21_24_FPUT_MPULPTW,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Unemployed Looking For Part Time Work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10099,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10100,D_21_24_FPUT_MPUT,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Unemployed Looking For Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10100,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10101,D_21_24_FPUT_MPTLF,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Total Labour Force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10101,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10102,D_21_24_FPUT_MPNLF,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Not In The Labour Force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10102,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10103,D_21_24_FPUT_MPLFSNS,Dependent children Aged 21 24 years Female parent Total Unemployed Male Parent Labour Force Status Not Stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10103,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10104,D_21_24_FPUT_T,Dependent children Aged 21 24 years Female parent Total Unemployed Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10104,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10105,D_21_24_FPTLF_MPEFT,Dependent children Aged 21 24 years Female parent Total labour force Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10105,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10106,D_21_24_FPTLF_MPEPT,Dependent children Aged 21 24 years Female parent Total labour force Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10106,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10107,D_21_24_FPTLF_MPEAW,Dependent children Aged 21 24 years Female parent Total labour force Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10107,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10108,D_21_24_FPTLF_MPEHNS,Dependent children Aged 21 24 years Female parent Total labour force Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10108,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10109,D_21_24_FPTLF_MPET,Dependent children Aged 21 24 years Female parent Total labour force Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10109,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10110,D_21_24_FPTLF_MPULFTW,Dependent children Aged 21 24 years Female parent Total labour force Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10110,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10111,D_21_24_FPTLF_MPULPTW,Dependent children Aged 21 24 years Female parent Total labour force Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10111,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10112,D_21_24_FPTLF_MPUT,Dependent children Aged 21 24 years Female parent Total labour force Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10112,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10113,D_21_24_FPTLF_MPTLF,Dependent children Aged 21 24 years Female parent Total labour force Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10113,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10114,D_21_24_FPTLF_MPNLF,Dependent children Aged 21 24 years Female parent Total labour force Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10114,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10115,D_21_24_FPTLF_MPLFSNS,Dependent children Aged 21 24 years Female parent Total labour force Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10115,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10116,D_21_24_FPTLF_T,Dependent children Aged 21 24 years Female parent Total labour force Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10116,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10117,D_21_24_FPNLF_MPEFT,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10117,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10118,D_21_24_FPNLF_MPEPT,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10118,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10119,D_21_24_FPNLF_MPEAW,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10119,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10120,D_21_24_FPNLF_MPEHNS,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10120,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10121,D_21_24_FPNLF_MPET,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10121,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10122,D_21_24_FPNLF_MPULFTW,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10122,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10123,D_21_24_FPNLF_MPULPTW,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10123,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10124,D_21_24_FPNLF_MPUT,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10124,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10125,D_21_24_FPNLF_MPTLF,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10125,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10126,D_21_24_FPNLF_MPNLF,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10126,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10127,D_21_24_FPNLF_MPLFSNS,Dependent children Aged 21 24 years Female parent Not in the labour force Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10127,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10128,D_21_24_FPNLF_T,Dependent children Aged 21 24 years Female parent Not in the labour force Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10128,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10129,D_21_24_FPLFSNS_MPEFT,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10129,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10130,D_21_24_FPLFSNS_MPEPT,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10130,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10131,D_21_24_FPLFSNS_MPEAW,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10131,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10132,D_21_24_FPLFSNS_MPEHNS,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10132,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10133,D_21_24_FPLFSNS_MPET,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Employed Total,,G44E,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10133,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10134,D_21_24_FPLFSNS_MPULFTW,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Unemployed looking for Full time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10134,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10135,D_21_24_FPLFSNS_MPULPTW,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Unemployed looking for Part time work,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10135,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10136,D_21_24_FPLFSNS_MPUT,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Unemployed looking for Total,,G44E,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10136,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10137,D_21_24_FPLFSNS_MPTLF,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Total labour force,,G44E,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10137,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10138,D_21_24_FPLFSNS_MPNLF,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Not in the labour force,,G44E,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10138,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10139,D_21_24_FPLFSNS_MPLFSNS,Dependent children Aged 21 24 years Female parent Labour force status not stated Male parent Labour force status not stated,,G44E,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10139,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10140,D_21_24_FPLFSNS_T,Dependent children Aged 21 24 years Female parent Labour force status not stated Total,,G44E,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10140,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10141,D_21_24_FPT_MPEFT,Dependent children Aged 21 24 years Female parent Total Male parent Employed Worked full time,,G44E,people,employment,MALE PARENT: Employed: Worked full-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10141,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10142,D_21_24_FPT_MPEPT,Dependent children Aged 21 24 years Female parent Total Male parent Employed Worked part time,,G44E,people,employment,MALE PARENT: Employed: Worked part-time|DEPENDENT CHILDREN AGED 21-24 YEARS,,10142,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10143,D_21_24_FPT_MPEAW,Dependent children Aged 21 24 years Female parent Total Male parent Employed Away from work,,G44E,people,employment,MALE PARENT: Employed: Away from work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10143,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10144,D_21_24_FPT_MPEHNS,Dependent children Aged 21 24 years Female parent Total Male parent Employed Hours worked not stated,,G44E,people,employment,MALE PARENT: Employed: Hours worked not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10144,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10145,D_21_24_FPT_MPET,Dependent children Aged 21 24 years Female parent Total Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10145,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10146,D_21_24_FPT_MPULFTW,Dependent children Aged 21 24 years Female parent Total Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10146,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10147,D_21_24_FPT_MPULPTW,Dependent children Aged 21 24 years Female parent Total Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|DEPENDENT CHILDREN AGED 21-24 YEARS,,10147,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10148,D_21_24_FPT_MPUT,Dependent children Aged 21 24 years Female parent Total Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10148,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10149,D_21_24_FPT_MPTLF,Dependent children Aged 21 24 years Female parent Total Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10149,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10150,D_21_24_FPT_MPNLF,Dependent children Aged 21 24 years Female parent Total Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|DEPENDENT CHILDREN AGED 21-24 YEARS,,10150,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10151,D_21_24_FPT_MPLFSNS,Dependent children Aged 21 24 years Female parent Total Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|DEPENDENT CHILDREN AGED 21-24 YEARS,,10151,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10152,D_21_24_FPT_T,Dependent children Aged 21 24 years Female parent Total Total,,G44F,people,employment,Total|DEPENDENT CHILDREN AGED 21-24 YEARS,,10152,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10153,TDCF_FPEFT_MPEFT,Total Dependent children in couple families Female parent Employed worked Full time Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10153,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10154,TDCF_FPEFT_MPEPT,Total Dependent children in couple families Female parent Employed worked Full time Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10154,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10155,TDCF_FPEFT_MPEAW,Total Dependent children in couple families Female parent Employed worked Full time Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10155,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10156,TDCF_FPEFT_MPEHNS,Total Dependent children in couple families Female parent Employed worked Full time Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10156,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10157,TDCF_FPEFT_MPET,Total Dependent children in couple families Female parent Employed worked Full time Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10157,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10158,TDCF_FPEFT_MPULFTW,Total Dependent children in couple families Female parent Employed worked Full time Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10158,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10159,TDCF_FPEFT_MPULPTW,Total Dependent children in couple families Female parent Employed worked Full time Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10159,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10160,TDCF_FPEFT_MPUT,Total Dependent children in couple families Female parent Employed worked Full time Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10160,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10161,TDCF_FPEFT_MPTLF,Total Dependent children in couple families Female parent Employed worked Full time Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10161,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10162,TDCF_FPEFT_MPNLF,Total Dependent children in couple families Female parent Employed worked Full time Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10162,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10163,TDCF_FPEFT_MPLFSNS,Total Dependent children in couple families Female parent Employed worked Full time Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10163,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10164,TDCF_FPEFT_T,Total Dependent children in couple families Female parent Employed worked Full time Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10164,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10165,TDCF_FPEPT_MPEFT,Total Dependent children in couple families Female parent Employed worked Part time Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10165,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10166,TDCF_FPEPT_MPEPT,Total Dependent children in couple families Female parent Employed worked Part time Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10166,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10167,TDCF_FPEPT_MPEAW,Total Dependent children in couple families Female parent Employed worked Part time Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10167,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10168,TDCF_FPEPT_MPEHNS,Total Dependent children in couple families Female parent Employed worked Part time Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10168,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10169,TDCF_FPEPT_MPET,Total Dependent children in couple families Female parent Employed worked Part time Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10169,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10170,TDCF_FPEPT_MPULFTW,Total Dependent children in couple families Female parent Employed worked Part time Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10170,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10171,TDCF_FPEPT_MPULPTW,Total Dependent children in couple families Female parent Employed worked Part time Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10171,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10172,TDCF_FPEPT_MPUT,Total Dependent children in couple families Female parent Employed worked Part time Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10172,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10173,TDCF_FPEPT_MPTLF,Total Dependent children in couple families Female parent Employed worked Part time Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10173,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10174,TDCF_FPEPT_MPNLF,Total Dependent children in couple families Female parent Employed worked Part time Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10174,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10175,TDCF_FPEPT_MPLFSNS,Total Dependent children in couple families Female parent Employed worked Part time Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10175,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10176,TDCF_FPEPT_T,Total Dependent children in couple families Female parent Employed worked Part time Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10176,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10177,TDCF_FPEAW_MPEFT,Total Dependent children in couple families Female parent Employed away from work Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10177,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10178,TDCF_FPEAW_MPEPT,Total Dependent children in couple families Female parent Employed away from work Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10178,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10179,TDCF_FPEAW_MPEAW,Total Dependent children in couple families Female parent Employed away from work Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10179,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10180,TDCF_FPEAW_MPEHNS,Total Dependent children in couple families Female parent Employed away from work Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10180,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10181,TDCF_FPEAW_MPET,Total Dependent children in couple families Female parent Employed away from work Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10181,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10182,TDCF_FPEAW_MPULFTW,Total Dependent children in couple families Female parent Employed away from work Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10182,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10183,TDCF_FPEAW_MPULPTW,Total Dependent children in couple families Female parent Employed away from work Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10183,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10184,TDCF_FPEAW_MPUT,Total Dependent children in couple families Female parent Employed away from work Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10184,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10185,TDCF_FPEAW_MPTLF,Total Dependent children in couple families Female parent Employed away from work Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10185,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10186,TDCF_FPEAW_MPNLF,Total Dependent children in couple families Female parent Employed away from work Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10186,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10187,TDCF_FPEAW_MPLFSNS,Total Dependent children in couple families Female parent Employed away from work Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10187,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10188,TDCF_FPEAW_T,Total Dependent children in couple families Female parent Employed away from work Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10188,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10189,TDCF_FPHNS_MPEFT,Total Dependent children in couple families Female parent Hours worked not stated Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10189,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10190,TDCF_FPHNS_MPEPT,Total Dependent children in couple families Female parent Hours worked not stated Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10190,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10191,TDCF_FPHNS_MPEAW,Total Dependent children in couple families Female parent Hours worked not stated Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10191,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10192,TDCF_FPHNS_MPEHNS,Total Dependent children in couple families Female parent Hours worked not stated Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10192,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10193,TDCF_FPHNS_MPET,Total Dependent children in couple families Female parent Hours worked not stated Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10193,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10194,TDCF_FPHNS_MPULFTW,Total Dependent children in couple families Female parent Hours worked not stated Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10194,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10195,TDCF_FPHNS_MPULPTW,Total Dependent children in couple families Female parent Hours worked not stated Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10195,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10196,TDCF_FPHNS_MPUT,Total Dependent children in couple families Female parent Hours worked not stated Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10196,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10197,TDCF_FPHNS_MPTLF,Total Dependent children in couple families Female parent Hours worked not stated Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10197,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10198,TDCF_FPHNS_MPNLF,Total Dependent children in couple families Female parent Hours worked not stated Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10198,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10199,TDCF_FPHNS_MPLFSNS,Total Dependent children in couple families Female parent Hours worked not stated Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10199,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10200,TDCF_FPHNS_T,Total Dependent children in couple families Female parent Hours worked not stated Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10200,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10201,TDCF_FPET_MPEFT,Total Dependent children In Couple Families Female parent Total Employed Male Parent Employed Worked Full Time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10201,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10202,TDCF_FPET_MPEPT,Total Dependent children In Couple Families Female parent Total Employed Male Parent Employed Worked Part Time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10202,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10203,TDCF_FPET_MPEAW,Total Dependent children In Couple Families Female parent Total Employed Male Parent Employed Away From Work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10203,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10204,TDCF_FPET_MPEHNS,Total Dependent children In Couple Families Female parent Total Employed Male Parent Employed Hours Worked Not Stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10204,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10205,TDCF_FPET_MPET,Total Dependent children In Couple Families Female parent Total Employed Male Parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10205,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10206,TDCF_FPET_MPULFTW,Total Dependent children In Couple Families Female parent Total Employed Male Parent Unemployed Looking For Full Time Work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10206,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10207,TDCF_FPET_MPULPTW,Total Dependent children In Couple Families Female parent Total Employed Male Parent Unemployed Looking For Part Time Work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10207,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10208,TDCF_FPET_MPUT,Total Dependent children In Couple Families Female parent Total Employed Male Parent Unemployed Looking For Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10208,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10209,TDCF_FPET_MPTLF,Total Dependent children In Couple Families Female parent Total Employed Male Parent Total Labour Force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10209,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10210,TDCF_FPET_MPNLF,Total Dependent children In Couple Families Female parent Total Employed Male Parent Not In The Labour Force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10210,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10211,TDCF_FPET_MPLFSNS,Total Dependent children In Couple Families Female parent Total Employed Male Parent Labour Force Status Not Stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10211,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10212,TDCF_FPET_T,Total Dependent children In Couple Families Female parent Total Employed Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10212,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10213,TDCF_FPULFTW_MPEFT,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10213,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10214,TDCF_FPULFTW_MPEPT,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10214,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10215,TDCF_FPULFTW_MPEAW,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10215,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10216,TDCF_FPULFTW_MPEHNS,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10216,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10217,TDCF_FPULFTW_MPET,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10217,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10218,TDCF_FPULFTW_MPULFTW,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10218,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10219,TDCF_FPULFTW_MPULPTW,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10219,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10220,TDCF_FPULFTW_MPUT,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10220,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10221,TDCF_FPULFTW_MPTLF,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10221,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10222,TDCF_FPULFTW_MPNLF,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10222,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10223,TDCF_FPULFTW_MPLFSNS,Total Dependent children in couple families Female parent Unemployed looking for Full time work Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10223,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10224,TDCF_FPULFTW_T,Total Dependent children in couple families Female parent Unemployed looking for Full time work Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10224,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10225,TDCF_FPULPTW_MPEFT,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10225,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10226,TDCF_FPULPTW_MPEPT,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10226,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10227,TDCF_FPULPTW_MPEAW,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10227,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10228,TDCF_FPULPTW_MPEHNS,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10228,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10229,TDCF_FPULPTW_MPET,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10229,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10230,TDCF_FPULPTW_MPULFTW,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10230,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10231,TDCF_FPULPTW_MPULPTW,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10231,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10232,TDCF_FPULPTW_MPUT,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10232,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10233,TDCF_FPULPTW_MPTLF,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10233,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10234,TDCF_FPULPTW_MPNLF,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10234,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10235,TDCF_FPULPTW_MPLFSNS,Total Dependent children in couple families Female parent Unemployed looking for Part time work Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10235,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10236,TDCF_FPULPTW_T,Total Dependent children in couple families Female parent Unemployed looking for Part time work Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10236,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10237,TDCF_FPUT_MPEFT,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Employed Worked Full Time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10237,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10238,TDCF_FPUT_MPEPT,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Employed Worked Part Time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10238,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10239,TDCF_FPUT_MPEAW,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Employed Away From Work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10239,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10240,TDCF_FPUT_MPEHNS,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Employed Hours Worked Not Stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10240,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10241,TDCF_FPUT_MPET,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10241,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10242,TDCF_FPUT_MPULFTW,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Unemployed Looking For Full Time Work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10242,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10243,TDCF_FPUT_MPULPTW,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Unemployed Looking For Part Time Work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10243,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10244,TDCF_FPUT_MPUT,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Unemployed Looking For Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10244,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10245,TDCF_FPUT_MPTLF,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Total Labour Force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10245,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10246,TDCF_FPUT_MPNLF,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Not In The Labour Force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10246,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10247,TDCF_FPUT_MPLFSNS,Total Dependent children In Couple Families Female parent Total Unemployed Male Parent Labour Force Status Not Stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10247,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10248,TDCF_FPUT_T,Total Dependent children In Couple Families Female parent Total Unemployed Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10248,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10249,TDCF_FPTLF_MPEFT,Total Dependent children in couple families Female parent Total labour force Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10249,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10250,TDCF_FPTLF_MPEPT,Total Dependent children in couple families Female parent Total labour force Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10250,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10251,TDCF_FPTLF_MPEAW,Total Dependent children in couple families Female parent Total labour force Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10251,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10252,TDCF_FPTLF_MPEHNS,Total Dependent children in couple families Female parent Total labour force Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10252,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10253,TDCF_FPTLF_MPET,Total Dependent children in couple families Female parent Total labour force Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10253,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10254,TDCF_FPTLF_MPULFTW,Total Dependent children in couple families Female parent Total labour force Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10254,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10255,TDCF_FPTLF_MPULPTW,Total Dependent children in couple families Female parent Total labour force Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10255,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10256,TDCF_FPTLF_MPUT,Total Dependent children in couple families Female parent Total labour force Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10256,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10257,TDCF_FPTLF_MPTLF,Total Dependent children in couple families Female parent Total labour force Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10257,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10258,TDCF_FPTLF_MPNLF,Total Dependent children in couple families Female parent Total labour force Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10258,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10259,TDCF_FPTLF_MPLFSNS,Total Dependent children in couple families Female parent Total labour force Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10259,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10260,TDCF_FPTLF_T,Total Dependent children in couple families Female parent Total labour force Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10260,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10261,TDCF_FPNLF_MPEFT,Total Dependent children in couple families Female parent Not in the labour force Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10261,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10262,TDCF_FPNLF_MPEPT,Total Dependent children in couple families Female parent Not in the labour force Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10262,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10263,TDCF_FPNLF_MPEAW,Total Dependent children in couple families Female parent Not in the labour force Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10263,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10264,TDCF_FPNLF_MPEHNS,Total Dependent children in couple families Female parent Not in the labour force Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10264,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10265,TDCF_FPNLF_MPET,Total Dependent children in couple families Female parent Not in the labour force Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10265,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10266,TDCF_FPNLF_MPULFTW,Total Dependent children in couple families Female parent Not in the labour force Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10266,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10267,TDCF_FPNLF_MPULPTW,Total Dependent children in couple families Female parent Not in the labour force Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10267,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10268,TDCF_FPNLF_MPUT,Total Dependent children in couple families Female parent Not in the labour force Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10268,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10269,TDCF_FPNLF_MPTLF,Total Dependent children in couple families Female parent Not in the labour force Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10269,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10270,TDCF_FPNLF_MPNLF,Total Dependent children in couple families Female parent Not in the labour force Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10270,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10271,TDCF_FPNLF_MPLFSNS,Total Dependent children in couple families Female parent Not in the labour force Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10271,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10272,TDCF_FPNLF_T,Total Dependent children in couple families Female parent Not in the labour force Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10272,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10273,TDCF_FPLFSNS_MPEFT,Total Dependent children in couple families Female parent Labour force status not stated Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10273,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10274,TDCF_FPLFSNS_MPEPT,Total Dependent children in couple families Female parent Labour force status not stated Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10274,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10275,TDCF_FPLFSNS_MPEAW,Total Dependent children in couple families Female parent Labour force status not stated Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10275,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10276,TDCF_FPLFSNS_MPEHNS,Total Dependent children in couple families Female parent Labour force status not stated Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10276,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10277,TDCF_FPLFSNS_MPET,Total Dependent children in couple families Female parent Labour force status not stated Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10277,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10278,TDCF_FPLFSNS_MPULFTW,Total Dependent children in couple families Female parent Labour force status not stated Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10278,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10279,TDCF_FPLFSNS_MPULPTW,Total Dependent children in couple families Female parent Labour force status not stated Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10279,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10280,TDCF_FPLFSNS_MPUT,Total Dependent children in couple families Female parent Labour force status not stated Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10280,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10281,TDCF_FPLFSNS_MPTLF,Total Dependent children in couple families Female parent Labour force status not stated Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10281,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10282,TDCF_FPLFSNS_MPNLF,Total Dependent children in couple families Female parent Labour force status not stated Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10282,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10283,TDCF_FPLFSNS_MPLFSNS,Total Dependent children in couple families Female parent Labour force status not stated Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10283,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10284,TDCF_FPLFSNS_T,Total Dependent children in couple families Female parent Labour force status not stated Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10284,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10285,TDCF_FPT_MPEFT,Total Dependent children in couple families Female parent Total Male parent Employed Worked full time,,G44F,people,employment,MALE PARENT: Employed: Worked full-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10285,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10286,TDCF_FPT_MPEPT,Total Dependent children in couple families Female parent Total Male parent Employed Worked part time,,G44F,people,employment,MALE PARENT: Employed: Worked part-time|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10286,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10287,TDCF_FPT_MPEAW,Total Dependent children in couple families Female parent Total Male parent Employed Away from work,,G44F,people,employment,MALE PARENT: Employed: Away from work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10287,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10288,TDCF_FPT_MPEHNS,Total Dependent children in couple families Female parent Total Male parent Employed Hours worked not stated,,G44F,people,employment,MALE PARENT: Employed: Hours worked not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10288,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10289,TDCF_FPT_MPET,Total Dependent children in couple families Female parent Total Male parent Employed Total,,G44F,people,employment,MALE PARENT: Employed: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10289,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10290,TDCF_FPT_MPULFTW,Total Dependent children in couple families Female parent Total Male parent Unemployed looking for Full time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Full-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10290,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10291,TDCF_FPT_MPULPTW,Total Dependent children in couple families Female parent Total Male parent Unemployed looking for Part time work,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Part-time work|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10291,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10292,TDCF_FPT_MPUT,Total Dependent children in couple families Female parent Total Male parent Unemployed looking for Total,,G44F,people,employment,MALE PARENT: Unemployed\ looking for: Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10292,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10293,TDCF_FPT_MPTLF,Total Dependent children in couple families Female parent Total Male parent Total labour force,,G44F,people,employment,MALE PARENT: Total labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10293,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10294,TDCF_FPT_MPNLF,Total Dependent children in couple families Female parent Total Male parent Not in the labour force,,G44F,people,employment,MALE PARENT: Not in the labour force|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10294,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10295,TDCF_FPT_MPLFSNS,Total Dependent children in couple families Female parent Total Male parent Labour force status not stated,,G44F,people,employment,MALE PARENT: Labour force status not stated|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10295,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10296,TDCF_FPT_T,Total Dependent children in couple families Female parent Total Total,,G44F,people,employment,Total|TOTAL DEPENDENT CHILDREN IN COUPLE FAMILIES,,10296,Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families +G10489,T_LPLFS_EFT_DC_0_4,Total Lone Parents Employed Worked Full Time Age Of Dependent Children 0 4 Years,,G45A,people,employment,Age of dependent children: 0-4 years,,10489,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10490,T_LPLFS_EFT_DC_5_9,Total Lone Parents Employed Worked Full Time Age Of Dependent Children 5 9 Years,,G45A,people,employment,Age of dependent children: 5-9 years,,10490,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10491,T_LPLFS_EFT_DC_10_12,Total Lone Parents Employed Worked Full Time Age Of Dependent Children 10 12 Years,,G45A,people,employment,Age of dependent children: 10-12 years,,10491,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10492,T_LPLFS_EFT_DC_13_14,Total Lone Parents Employed Worked Full Time Age Of Dependent Children 13 14 Years,,G45A,people,employment,Age of dependent children: 13-14 years,,10492,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10493,T_LPLFS_EFT_DC_15_17,Total Lone Parents Employed Worked Full Time Age Of Dependent Children 15 17 Years,,G45A,people,employment,Age of dependent children: 15-17 years,,10493,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10494,T_LPLFS_EFT_DC_18_20,Total Lone Parents Employed Worked Full Time Age Of Dependent Children 18 20 Years,,G45A,people,employment,Age of dependent children: 18-20 years,,10494,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10495,T_LPLFS_EFT_DC_21_24,Total Lone Parents Employed Worked Full Time Age Of Dependent Children 21 24 Years,,G45A,people,employment,Age of dependent children: 21-24 years,,10495,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10496,T_LPLFS_EFT_T,Total Lone Parents Employed Worked Full Time Total,,G45A,people,employment,Total,,10496,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10497,T_LPLFS_EPT_DC_0_4,Total Lone Parents Employed Worked Part Time Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10497,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10498,T_LPLFS_EPT_DC_5_9,Total Lone Parents Employed Worked Part Time Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10498,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10499,T_LPLFS_EPT_DC_10_12,Total Lone Parents Employed Worked Part Time Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10499,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10500,T_LPLFS_EPT_DC_13_14,Total Lone Parents Employed Worked Part Time Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10500,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10501,T_LPLFS_EPT_DC_15_17,Total Lone Parents Employed Worked Part Time Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10501,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10502,T_LPLFS_EPT_DC_18_20,Total Lone Parents Employed Worked Part Time Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10502,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10503,T_LPLFS_EPT_DC_21_24,Total Lone Parents Employed Worked Part Time Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10503,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10504,T_LPLFS_EPT_Tot,Total Lone Parents Employed Worked Part Time Total,,G45B,people,employment,Total,,10504,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10505,T_LPLFS_EAW_DC_0_4,Total Lone Parents Employed Away From Work Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10505,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10506,T_LPLFS_EAW_DC_5_9,Total Lone Parents Employed Away From Work Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10506,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10507,T_LPLFS_EAW_DC_10_12,Total Lone Parents Employed Away From Work Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10507,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10508,T_LPLFS_EAW_DC_13_14,Total Lone Parents Employed Away From Work Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10508,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10509,T_LPLFS_EAW_DC_15_17,Total Lone Parents Employed Away From Work Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10509,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10510,T_LPLFS_EAW_DC_18_20,Total Lone Parents Employed Away From Work Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10510,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10511,T_LPLFS_EAW_DC_21_24,Total Lone Parents Employed Away From Work Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10511,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10512,T_LPLFS_EAW_Tot,Total Lone Parents Employed Away From Work Total,,G45B,people,employment,Total,,10512,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10513,T_LPLFS_HNS_DC_0_4,Total Lone Parents Hours Worked Not Stated Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10513,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10514,T_LPLFS_HNS_DC_5_9,Total Lone Parents Hours Worked Not Stated Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10514,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10515,T_LPLFS_HNS_DC_10_12,Total Lone Parents Hours Worked Not Stated Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10515,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10516,T_LPLFS_HNS_DC_13_14,Total Lone Parents Hours Worked Not Stated Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10516,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10517,T_LPLFS_HNS_DC_15_17,Total Lone Parents Hours Worked Not Stated Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10517,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10518,T_LPLFS_HNS_DC_18_20,Total Lone Parents Hours Worked Not Stated Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10518,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10519,T_LPLFS_HNS_DC_21_24,Total Lone Parents Hours Worked Not Stated Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10519,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10520,T_LPLFS_HNS_Tot,Total Lone Parents Hours Worked Not Stated Total,,G45B,people,employment,Total,,10520,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10521,T_LPLFS_EW_Tot_DC_0_4,Total Lone Parents Total Employed Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10521,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10522,T_LPLFS_EW_Tot_DC_5_9,Total Lone Parents Total Employed Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10522,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10523,T_LPLFS_EW_Tot_DC_10_12,Total Lone Parents Total Employed Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10523,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10524,T_LPLFS_EW_Tot_DC_13_14,Total Lone Parents Total Employed Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10524,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10525,T_LPLFS_EW_Tot_DC_15_17,Total Lone Parents Total Employed Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10525,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10526,T_LPLFS_EW_Tot_DC_18_20,Total Lone Parents Total Employed Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10526,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10527,T_LPLFS_EW_Tot_DC_21_24,Total Lone Parents Total Employed Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10527,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10528,T_LPLFS_EW_Tot_Tot,Total Lone Parents Total Employed Total,,G45B,people,employment,Total,,10528,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10529,T_LPLFS_ULFTW_DC_0_4,Total Lone Parents Unemployed Looking For Full Time Work Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10529,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10530,T_LPLFS_ULFTW_DC_5_9,Total Lone Parents Unemployed Looking For Full Time Work Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10530,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10531,T_LPLFS_ULFTW_DC_10_12,Total Lone Parents Unemployed Looking For Full Time Work Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10531,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10532,T_LPLFS_ULFTW_DC_13_14,Total Lone Parents Unemployed Looking For Full Time Work Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10532,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10533,T_LPLFS_ULFTW_DC_15_17,Total Lone Parents Unemployed Looking For Full Time Work Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10533,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10534,T_LPLFS_ULFTW_DC_18_20,Total Lone Parents Unemployed Looking For Full Time Work Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10534,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10535,T_LPLFS_ULFTW_DC_21_24,Total Lone Parents Unemployed Looking For Full Time Work Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10535,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10536,T_LPLFS_ULFTW_Tot,Total Lone Parents Unemployed Looking For Full Time Work Total,,G45B,people,employment,Total,,10536,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10537,T_LPLFS_ULPTW_DC_0_4,Total Lone Parents Unemployed Looking For Part Time Work Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10537,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10538,T_LPLFS_ULPTW_DC_5_9,Total Lone Parents Unemployed Looking For Part Time Work Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10538,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10539,T_LPLFS_ULPTW_DC_10_12,Total Lone Parents Unemployed Looking For Part Time Work Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10539,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10540,T_LPLFS_ULPTW_DC_13_14,Total Lone Parents Unemployed Looking For Part Time Work Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10540,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10541,T_LPLFS_ULPTW_DC_15_17,Total Lone Parents Unemployed Looking For Part Time Work Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10541,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10542,T_LPLFS_ULPTW_DC_18_20,Total Lone Parents Unemployed Looking For Part Time Work Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10542,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10543,T_LPLFS_ULPTW_DC_21_24,Total Lone Parents Unemployed Looking For Part Time Work Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10543,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10544,T_LPLFS_ULPTW_Tot,Total Lone Parents Unemployed Looking For Part Time Work Total,,G45B,people,employment,Total,,10544,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10545,T_LPLFS_U_T_DC_0_4,Total Lone Parents Total Unemployed Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10545,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10546,T_LPLFS_U_T_DC_5_9,Total Lone Parents Total Unemployed Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10546,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10547,T_LPLFS_U_T_DC_10_12,Total Lone Parents Total Unemployed Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10547,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10548,T_LPLFS_U_T_DC_13_14,Total Lone Parents Total Unemployed Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10548,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10549,T_LPLFS_U_T_DC_15_17,Total Lone Parents Total Unemployed Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10549,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10550,T_LPLFS_U_T_DC_18_20,Total Lone Parents Total Unemployed Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10550,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10551,T_LPLFS_U_T_DC_21_24,Total Lone Parents Total Unemployed Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10551,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10552,T_LPLFS_U_T_Tot,Total Lone Parents Total Unemployed Total,,G45B,people,employment,Total,,10552,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10553,T_LPLFS_T_LF_DC_0_4,Total Lone Parents Total Labour Force Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10553,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10554,T_LPLFS_T_LF_DC_5_9,Total Lone Parents Total Labour Force Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10554,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10555,T_LPLFS_T_LF_DC_10_12,Total Lone Parents Total Labour Force Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10555,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10556,T_LPLFS_T_LF_DC_13_14,Total Lone Parents Total Labour Force Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10556,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10557,T_LPLFS_T_LF_DC_15_17,Total Lone Parents Total Labour Force Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10557,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10558,T_LPLFS_T_LF_DC_18_20,Total Lone Parents Total Labour Force Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10558,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10559,T_LPLFS_T_LF_DC_21_24,Total Lone Parents Total Labour Force Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10559,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10560,T_LPLFS_T_LF_Tot,Total Lone Parents Total Labour Force Total,,G45B,people,employment,Total,,10560,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10561,T_LPLFS_NLF_DC_0_4,Total Lone Parents Not In The Labour Force Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10561,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10562,T_LPLFS_NLF_DC_5_9,Total Lone Parents Not In The Labour Force Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10562,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10563,T_LPLFS_NLF_DC_10_12,Total Lone Parents Not In The Labour Force Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10563,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10564,T_LPLFS_NLF_DC_13_14,Total Lone Parents Not In The Labour Force Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10564,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10565,T_LPLFS_NLF_DC_15_17,Total Lone Parents Not In The Labour Force Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10565,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10566,T_LPLFS_NLF_DC_18_20,Total Lone Parents Not In The Labour Force Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10566,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10567,T_LPLFS_NLF_DC_21_24,Total Lone Parents Not In The Labour Force Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10567,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10568,T_LPLFS_NLF_Tot,Total Lone Parents Not In The Labour Force Total,,G45B,people,employment,Total,,10568,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10569,T_LPLFS_LFSNS_DC_0_4,Total Lone Parents Labour Force Status Not Stated Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10569,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10570,T_LPLFS_LFSNS_DC_5_9,Total Lone Parents Labour Force Status Not Stated Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10570,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10571,T_LPLFS_LFSNS_DC_10_12,Total Lone Parents Labour Force Status Not Stated Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10571,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10572,T_LPLFS_LFSNS_DC_13_14,Total Lone Parents Labour Force Status Not Stated Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10572,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10573,T_LPLFS_LFSNS_DC_15_17,Total Lone Parents Labour Force Status Not Stated Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10573,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10574,T_LPLFS_LFSNS_DC_18_20,Total Lone Parents Labour Force Status Not Stated Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10574,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10575,T_LPLFS_LFSNS_DC_21_24,Total Lone Parents Labour Force Status Not Stated Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10575,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10576,T_LPLFS_LFSNS_Tot,Total Lone Parents Labour Force Status Not Stated Total,,G45B,people,employment,Total,,10576,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10577,T_LPLFS_Tot_DC_0_4,Total Lone Parents Total Age Of Dependent Children 0 4 Years,,G45B,people,employment,Age of dependent children: 0-4 years,,10577,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10578,T_LPLFS_Tot_DC_5_9,Total Lone Parents Total Age Of Dependent Children 5 9 Years,,G45B,people,employment,Age of dependent children: 5-9 years,,10578,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10579,T_LPLFS_Tot_DC_10_12,Total Lone Parents Total Age Of Dependent Children 10 12 Years,,G45B,people,employment,Age of dependent children: 10-12 years,,10579,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10580,T_LPLFS_Tot_DC_13_14,Total Lone Parents Total Age Of Dependent Children 13 14 Years,,G45B,people,employment,Age of dependent children: 13-14 years,,10580,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10581,T_LPLFS_Tot_DC_15_17,Total Lone Parents Total Age Of Dependent Children 15 17 Years,,G45B,people,employment,Age of dependent children: 15-17 years,,10581,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10582,T_LPLFS_Tot_DC_18_20,Total Lone Parents Total Age Of Dependent Children 18 20 Years,,G45B,people,employment,Age of dependent children: 18-20 years,,10582,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10583,T_LPLFS_Tot_DC_21_24,Total Lone Parents Total Age Of Dependent Children 21 24 Years,,G45B,people,employment,Age of dependent children: 21-24 years,,10583,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10584,T_LPLFS_Tot_Tot,Total Lone Parents Total Total,,G45B,people,employment,Total,,10584,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G13918,Ag_For_Fish_OcMngr,Agriculture forestry and fishing Occupation Managers,,G53A,people,employment|age_gender,Managers,,13918,Industry of Employment by Occupation +G13919,Ag_For_Fish_OcProf,Agriculture forestry and fishing Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13919,Industry of Employment by Occupation +G13920,Ag_For_Fish_OcTechTrdW,Agriculture forestry and fishing Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,13920,Industry of Employment by Occupation +G13921,Ag_For_Fish_OcComPerS,Agriculture forestry and fishing Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,13921,Industry of Employment by Occupation +G13922,Ag_For_Fish_OcClericAdm,Agriculture forestry and fishing Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,13922,Industry of Employment by Occupation +G13923,Ag_For_Fish_OcSalesWk,Agriculture forestry and fishing Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,13923,Industry of Employment by Occupation +G13924,Ag_For_Fish_OcMacOp_Driv,Agriculture forestry and fishing Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,13924,Industry of Employment by Occupation +G13925,Ag_For_Fish_OcLab,Agriculture forestry and fishing Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,13925,Industry of Employment by Occupation +G13926,Ag_For_Fish_OcID_NS,Agriculture forestry and fishing Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,13926,Industry of Employment by Occupation +G13927,Agri_for_fish_Tot,Agriculture forestry and fishing Total,,G53A,people,employment|age_gender,Total,,13927,Industry of Employment by Occupation +G13928,Mining_OcMngr,Mining Occupation Managers,,G53A,people,employment|age_gender,Managers,,13928,Industry of Employment by Occupation +G13929,Mining_OcProf,Mining Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13929,Industry of Employment by Occupation +G13930,Mining_OcTechTrdW,Mining Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,13930,Industry of Employment by Occupation +G13931,Mining_OcComPerS,Mining Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,13931,Industry of Employment by Occupation +G13932,Mining_OcClericAdm,Mining Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,13932,Industry of Employment by Occupation +G13933,Mining_OcSalesWk,Mining Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,13933,Industry of Employment by Occupation +G13934,Mining_OcMacOp_Driv,Mining Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,13934,Industry of Employment by Occupation +G13935,Mining_OcLab,Mining Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,13935,Industry of Employment by Occupation +G13936,Mining_OcID_NS,Mining Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,13936,Industry of Employment by Occupation +G13937,Mining_Tot,Mining Total,,G53A,people,employment|age_gender,Total,,13937,Industry of Employment by Occupation +G13938,Manufact_OcMngr,Manufacturing Occupation Managers,,G53A,people,employment|age_gender,Managers,,13938,Industry of Employment by Occupation +G13939,Manufact_OcProf,Manufacturing Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13939,Industry of Employment by Occupation +G13940,Manufact_OcTechTrdW,Manufacturing Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,13940,Industry of Employment by Occupation +G13941,Manufact_OcComPerS,Manufacturing Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,13941,Industry of Employment by Occupation +G13942,Manufact_OcClericAdm,Manufacturing Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,13942,Industry of Employment by Occupation +G13943,Manufact_OcSalesWk,Manufacturing Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,13943,Industry of Employment by Occupation +G13944,Manufact_OcMacOp_Driv,Manufacturing Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,13944,Industry of Employment by Occupation +G13945,Manufact_OcLab,Manufacturing Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,13945,Industry of Employment by Occupation +G13946,Manufact_OcID_NS,Manufacturing Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,13946,Industry of Employment by Occupation +G13947,Manufacturing_Tot,Manufacturing Total,,G53A,people,employment|age_gender,Total,,13947,Industry of Employment by Occupation +G13948,El_Gas_W_W_OcMngr,Electricity gas water and waste services Occupation Managers,,G53A,people,employment|age_gender,Managers,,13948,Industry of Employment by Occupation +G13949,El_Gas_W_W_OcProf,Electricity gas water and waste services Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13949,Industry of Employment by Occupation +G13950,El_Gas_W_W_OcTechTrdW,Electricity gas water and waste services Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,13950,Industry of Employment by Occupation +G13951,El_Gas_W_W_OcComPerS,Electricity gas water and waste services Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,13951,Industry of Employment by Occupation +G13952,El_Gas_W_W_OcClericAdm,Electricity gas water and waste services Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,13952,Industry of Employment by Occupation +G13953,El_Gas_W_W_OcSalesWk,Electricity gas water and waste services Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,13953,Industry of Employment by Occupation +G13954,El_Gas_W_W_OcMacOp_Driv,Electricity gas water and waste services Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,13954,Industry of Employment by Occupation +G13955,El_Gas_W_W_OcLab,Electricity gas water and waste services Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,13955,Industry of Employment by Occupation +G13956,El_Gas_W_W_OcID_NS,Electricity gas water and waste services Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,13956,Industry of Employment by Occupation +G13957,El_Gas_W_W_Tot,Electricity gas water and waste services Total,,G53A,people,employment|age_gender,Total,,13957,Industry of Employment by Occupation +G13958,Construc_OcMngr,Construction Occupation Managers,,G53A,people,employment|age_gender,Managers,,13958,Industry of Employment by Occupation +G13959,Construc_OcProf,Construction Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13959,Industry of Employment by Occupation +G13960,Construc_OcTechTrdW,Construction Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,13960,Industry of Employment by Occupation +G13961,Construc_OcComPerS,Construction Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,13961,Industry of Employment by Occupation +G13962,Construc_OcClericAdm,Construction Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,13962,Industry of Employment by Occupation +G13963,Construc_OcSalesWk,Construction Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,13963,Industry of Employment by Occupation +G13964,Construc_OcMacOp_Driv,Construction Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,13964,Industry of Employment by Occupation +G13965,Construc_OcLab,Construction Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,13965,Industry of Employment by Occupation +G13966,Construc_OcID_NS,Construction Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,13966,Industry of Employment by Occupation +G13967,Construction_Tot,Construction Total,,G53A,people,employment|age_gender,Total,,13967,Industry of Employment by Occupation +G13968,WhlesaleTde_OcMngr,Wholesale trade Occupation Managers,,G53A,people,employment|age_gender,Managers,,13968,Industry of Employment by Occupation +G13969,WhlesaleTde_OcProf,Wholesale trade Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13969,Industry of Employment by Occupation +G13970,WhlesaleTde_OcTechTrdW,Wholesale trade Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,13970,Industry of Employment by Occupation +G13971,WhlesaleTde_OcComPerS,Wholesale trade Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,13971,Industry of Employment by Occupation +G13972,WhlesaleTde_OcClericAdm,Wholesale trade Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,13972,Industry of Employment by Occupation +G13973,WhlesaleTde_OcSalesWk,Wholesale trade Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,13973,Industry of Employment by Occupation +G13974,WhlesaleTde_OcMacOp_Driv,Wholesale trade Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,13974,Industry of Employment by Occupation +G13975,WhlesaleTde_OcLab,Wholesale trade Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,13975,Industry of Employment by Occupation +G13976,WhlesaleTde_OcID_NS,Wholesale trade Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,13976,Industry of Employment by Occupation +G13977,WhlesaleTde_Tot,Wholesale trade Total,,G53A,people,employment|age_gender,Total,,13977,Industry of Employment by Occupation +G13978,RetTde_OcMngr,Retail trade Occupation Managers,,G53A,people,employment|age_gender,Managers,,13978,Industry of Employment by Occupation +G13979,RetTde_OcProf,Retail trade Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13979,Industry of Employment by Occupation +G13980,RetTde_OcTechTrdW,Retail trade Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,13980,Industry of Employment by Occupation +G13981,RetTde_OcComPerS,Retail trade Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,13981,Industry of Employment by Occupation +G13982,RetTde_OcClericAdm,Retail trade Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,13982,Industry of Employment by Occupation +G13983,RetTde_OcSalesWk,Retail trade Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,13983,Industry of Employment by Occupation +G13984,RetTde_OcMacOp_Driv,Retail trade Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,13984,Industry of Employment by Occupation +G13985,RetTde_OcLab,Retail trade Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,13985,Industry of Employment by Occupation +G13986,RetTde_OcID_NS,Retail trade Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,13986,Industry of Employment by Occupation +G13987,RetTde_Tot,Retail trade Total,,G53A,people,employment|age_gender,Total,,13987,Industry of Employment by Occupation +G13988,Acom_food_OcMngr,Accommodation and food services Occupation Managers,,G53A,people,employment|age_gender,Managers,,13988,Industry of Employment by Occupation +G13989,Acom_food_OcProf,Accommodation and food services Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13989,Industry of Employment by Occupation +G13990,Acom_food_OcTechTrdW,Accommodation and food services Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,13990,Industry of Employment by Occupation +G13991,Acom_food_OcComPerS,Accommodation and food services Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,13991,Industry of Employment by Occupation +G13992,Acom_food_OcClericAdm,Accommodation and food services Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,13992,Industry of Employment by Occupation +G13993,Acom_food_OcSalesWk,Accommodation and food services Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,13993,Industry of Employment by Occupation +G13994,Acom_food_OcMacOp_Driv,Accommodation and food services Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,13994,Industry of Employment by Occupation +G13995,Acom_food_OcLab,Accommodation and food services Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,13995,Industry of Employment by Occupation +G13996,Acom_food_OcID_NS,Accommodation and food services Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,13996,Industry of Employment by Occupation +G13997,Acom_food_scs_Tot,Accommodation and food services Total,,G53A,people,employment|age_gender,Total,,13997,Industry of Employment by Occupation +G13998,Trans_po_wh_OcMngr,Transport postal and warehousing Occupation Managers,,G53A,people,employment|age_gender,Managers,,13998,Industry of Employment by Occupation +G13999,Trans_po_wh_OcProf,Transport postal and warehousing Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,13999,Industry of Employment by Occupation +G14000,Trans_po_wh_OcTechTrdW,Transport postal and warehousing Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14000,Industry of Employment by Occupation +G14001,Trans_po_wh_OcComPerS,Transport postal and warehousing Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14001,Industry of Employment by Occupation +G14002,Trans_po_wh_OcClericAdm,Transport postal and warehousing Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14002,Industry of Employment by Occupation +G14003,Trans_po_wh_OcSalesWk,Transport postal and warehousing Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14003,Industry of Employment by Occupation +G14004,Trans_po_wh_OcMacOp_Driv,Transport postal and warehousing Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14004,Industry of Employment by Occupation +G14005,Trans_po_wh_OcLab,Transport postal and warehousing Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14005,Industry of Employment by Occupation +G14006,Trans_po_wh_OcID_NS,Transport postal and warehousing Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14006,Industry of Employment by Occupation +G14007,Trans_po_wh_Tot,Transport postal and warehousing Total,,G53A,people,employment|age_gender,Total,,14007,Industry of Employment by Occupation +G14008,Infon_med_tel_OcMngr,Information media and telecommunications Occupation Managers,,G53A,people,employment|age_gender,Managers,,14008,Industry of Employment by Occupation +G14009,Infon_med_tel_OcProf,Information media and telecommunications Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14009,Industry of Employment by Occupation +G14010,Infon_med_tel_OcTechTrdW,Information media and telecommunications Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14010,Industry of Employment by Occupation +G14011,Infon_med_tel_OcComPerS,Information media and telecommunications Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14011,Industry of Employment by Occupation +G14012,Infon_med_tel_OcClericAdm,Information media and telecommunications Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14012,Industry of Employment by Occupation +G14013,Infon_med_tel_OcSalesWk,Information media and telecommunications Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14013,Industry of Employment by Occupation +G14014,Infon_med_tel_OcMacOp_Driv,Information media and telecommunications Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14014,Industry of Employment by Occupation +G14015,Infon_med_tel_OcLab,Information media and telecommunications Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14015,Industry of Employment by Occupation +G14016,Infon_med_tel_OcID_NS,Information media and telecommunications Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14016,Industry of Employment by Occupation +G14017,Infon_med_tel_Tot,Information media and telecommunications Total,,G53A,people,employment|age_gender,Total,,14017,Industry of Employment by Occupation +G14018,Fin_and_ins_s_OcMngr,Financial and insurance services Occupation Managers,,G53A,people,employment|age_gender,Managers,,14018,Industry of Employment by Occupation +G14019,Fin_and_ins_s_OcProf,Financial and insurance services Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14019,Industry of Employment by Occupation +G14020,Fin_and_ins_s_OcTechTrdW,Financial and insurance services Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14020,Industry of Employment by Occupation +G14021,Fin_and_ins_s_OcComPerS,Financial and insurance services Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14021,Industry of Employment by Occupation +G14022,Fin_and_ins_s_OcClericAdm,Financial and insurance services Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14022,Industry of Employment by Occupation +G14023,Fin_and_ins_s_OcSalesWk,Financial and insurance services Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14023,Industry of Employment by Occupation +G14024,Fin_and_ins_s_OcMacOp_Driv,Financial and insurance services Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14024,Industry of Employment by Occupation +G14025,Fin_and_ins_s_OcLab,Financial and insurance services Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14025,Industry of Employment by Occupation +G14026,Fin_and_ins_s_OcID_NS,Financial and insurance services Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14026,Industry of Employment by Occupation +G14027,Fin_and_ins_s_Tot,Financial and insurance services Total,,G53A,people,employment|age_gender,Total,,14027,Industry of Employment by Occupation +G14028,Rent_hi_re_es_OcMngr,Rental hiring and real estate services Occupation Managers,,G53A,people,employment|age_gender,Managers,,14028,Industry of Employment by Occupation +G14029,Rent_hi_re_es_OcProf,Rental hiring and real estate services Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14029,Industry of Employment by Occupation +G14030,Rent_hi_re_es_OcTechTrdW,Rental hiring and real estate services Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14030,Industry of Employment by Occupation +G14031,Rent_hi_re_es_OcComPerS,Rental hiring and real estate services Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14031,Industry of Employment by Occupation +G14032,Rent_hi_re_es_OcClericAdm,Rental hiring and real estate services Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14032,Industry of Employment by Occupation +G14033,Rent_hi_re_es_OcSalesWk,Rental hiring and real estate services Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14033,Industry of Employment by Occupation +G14034,Rent_hi_re_es_OcMacOp_Driv,Rental hiring and real estate services Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14034,Industry of Employment by Occupation +G14035,Rent_hi_re_es_OcLab,Rental hiring and real estate services Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14035,Industry of Employment by Occupation +G14036,Rent_hi_re_es_OcID_NS,Rental hiring and real estate services Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14036,Industry of Employment by Occupation +G14037,Rent_hi_re_es_Tot,Rental hiring and real estate services Total,,G53A,people,employment|age_gender,Total,,14037,Industry of Employment by Occupation +G14038,Prof_sci_tec_OcMngr,Professional scientific and technical services Occupation Managers,,G53A,people,employment|age_gender,Managers,,14038,Industry of Employment by Occupation +G14039,Prof_sci_tec_OcProf,Professional scientific and technical services Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14039,Industry of Employment by Occupation +G14040,Prof_sci_tec_OcTechTrdW,Professional scientific and technical services Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14040,Industry of Employment by Occupation +G14041,Prof_sci_tec_OcComPerS,Professional scientific and technical services Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14041,Industry of Employment by Occupation +G14042,Prof_sci_tec_OcClericAdm,Professional scientific and technical services Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14042,Industry of Employment by Occupation +G14043,Prof_sci_tec_OcSalesWk,Professional scientific and technical services Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14043,Industry of Employment by Occupation +G14044,Prof_sci_tec_OcMacOp_Driv,Professional scientific and technical services Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14044,Industry of Employment by Occupation +G14045,Prof_sci_tec_OcLab,Professional scientific and technical services Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14045,Industry of Employment by Occupation +G14046,Prof_sci_tec_OcID_NS,Professional scientific and technical services Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14046,Industry of Employment by Occupation +G14047,Prof_sci_tec_Tot,Professional scientific and technical services Total,,G53A,people,employment|age_gender,Total,,14047,Industry of Employment by Occupation +G14048,Admin_sup_s_OcMngr,Administrative and support services Occupation Managers,,G53A,people,employment|age_gender,Managers,,14048,Industry of Employment by Occupation +G14049,Admin_sup_s_OcProf,Administrative and support services Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14049,Industry of Employment by Occupation +G14050,Admin_sup_s_OcTechTrdW,Administrative and support services Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14050,Industry of Employment by Occupation +G14051,Admin_sup_s_OcComPerS,Administrative and support services Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14051,Industry of Employment by Occupation +G14052,Admin_sup_s_OcClericAdm,Administrative and support services Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14052,Industry of Employment by Occupation +G14053,Admin_sup_s_OcSalesWk,Administrative and support services Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14053,Industry of Employment by Occupation +G14054,Admin_sup_s_OcMacOp_Driv,Administrative and support services Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14054,Industry of Employment by Occupation +G14055,Admin_sup_s_OcLab,Administrative and support services Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14055,Industry of Employment by Occupation +G14056,Admin_sup_s_OcID_NS,Administrative and support services Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14056,Industry of Employment by Occupation +G14057,Admin_sup_s_Tot,Administrative and support services Total,,G53A,people,employment|age_gender,Total,,14057,Industry of Employment by Occupation +G14058,Pub_adm_sfty_OcMngr,Public administration and safety Occupation Managers,,G53A,people,employment|age_gender,Managers,,14058,Industry of Employment by Occupation +G14059,Pub_adm_sfty_OcProf,Public administration and safety Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14059,Industry of Employment by Occupation +G14060,Pub_adm_sfty_OcTechTrdW,Public administration and safety Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14060,Industry of Employment by Occupation +G14061,Pub_adm_sfty_OcComPerS,Public administration and safety Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14061,Industry of Employment by Occupation +G14062,Pub_adm_sfty_OcClericAdm,Public administration and safety Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14062,Industry of Employment by Occupation +G14063,Pub_adm_sfty_OcSalesWk,Public administration and safety Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14063,Industry of Employment by Occupation +G14064,Pub_adm_sfty_OcMacOp_Driv,Public administration and safety Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14064,Industry of Employment by Occupation +G14065,Pub_adm_sfty_OcLab,Public administration and safety Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14065,Industry of Employment by Occupation +G14066,Pub_adm_sfty_OcID_NS,Public administration and safety Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14066,Industry of Employment by Occupation +G14067,Pub_adm_sfty_Tot,Public administration and safety Total,,G53A,people,employment|age_gender,Total,,14067,Industry of Employment by Occupation +G14068,Educ_training_OcMngr,Education and training Occupation Managers,,G53A,people,employment|age_gender,Managers,,14068,Industry of Employment by Occupation +G14069,Educ_training_OcProf,Education and training Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14069,Industry of Employment by Occupation +G14070,Educ_training_OcTechTrdW,Education and training Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14070,Industry of Employment by Occupation +G14071,Educ_training_OcComPerS,Education and training Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14071,Industry of Employment by Occupation +G14072,Educ_training_OcClericAdm,Education and training Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14072,Industry of Employment by Occupation +G14073,Educ_training_OcSalesWk,Education and training Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14073,Industry of Employment by Occupation +G14074,Educ_training_OcMacOp_Driv,Education and training Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14074,Industry of Employment by Occupation +G14075,Educ_training_OcLab,Education and training Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14075,Industry of Employment by Occupation +G14076,Educ_training_OcID_NS,Education and training Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14076,Industry of Employment by Occupation +G14077,Educ_training_Tot,Education and training Total,,G53A,people,employment|age_gender,Total,,14077,Industry of Employment by Occupation +G14078,Hlth_care_soc_OcMngr,Health care and social assistance Occupation Managers,,G53A,people,employment|age_gender,Managers,,14078,Industry of Employment by Occupation +G14079,Hlth_care_soc_OcProf,Health care and social assistance Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14079,Industry of Employment by Occupation +G14080,Hlth_care_soc_OcTechTrdW,Health care and social assistance Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14080,Industry of Employment by Occupation +G14081,Hlth_care_soc_OcComPerS,Health care and social assistance Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14081,Industry of Employment by Occupation +G14082,Hlth_care_soc_OcClericAdm,Health care and social assistance Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14082,Industry of Employment by Occupation +G14083,Hlth_care_soc_OcSalesWk,Health care and social assistance Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14083,Industry of Employment by Occupation +G14084,Hlth_care_soc_OcMacOp_Driv,Health care and social assistance Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14084,Industry of Employment by Occupation +G14085,Hlth_care_soc_OcLab,Health care and social assistance Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14085,Industry of Employment by Occupation +G14086,Hlth_care_soc_OcID_NS,Health care and social assistance Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14086,Industry of Employment by Occupation +G14087,Hlth_care_soc_Tot,Health care and social assistance Total,,G53A,people,employment|age_gender,Total,,14087,Industry of Employment by Occupation +G14088,ArtRecreatOcMngr,Arts and recreation services Occupation Managers,,G53A,people,employment|age_gender,Managers,,14088,Industry of Employment by Occupation +G14089,ArtRecreatOcProf,Arts and recreation services Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14089,Industry of Employment by Occupation +G14090,ArtRecreatOcTechTrdW,Arts and recreation services Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14090,Industry of Employment by Occupation +G14091,ArtRecreatOcComPerS,Arts and recreation services Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14091,Industry of Employment by Occupation +G14092,ArtRecreatOcClericAdm,Arts and recreation services Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14092,Industry of Employment by Occupation +G14093,ArtRecreatOcSalesWk,Arts and recreation services Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14093,Industry of Employment by Occupation +G14094,ArtRecreatOcMacOp_Driv,Arts and recreation services Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14094,Industry of Employment by Occupation +G14095,ArtRecreatOcLab,Arts and recreation services Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14095,Industry of Employment by Occupation +G14096,ArtRecreatOcID_NS,Arts and recreation services Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14096,Industry of Employment by Occupation +G14097,ArtRecreatTot,Arts and recreation services Total,,G53A,people,employment|age_gender,Total,,14097,Industry of Employment by Occupation +G14098,Other_scs_OcMngr,Other services Occupation Managers,,G53A,people,employment|age_gender,Managers,,14098,Industry of Employment by Occupation +G14099,Other_scs_OcProf,Other services Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14099,Industry of Employment by Occupation +G14100,Other_scs_OcTechTrdW,Other services Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14100,Industry of Employment by Occupation +G14101,Other_scs_OcCom_PS_W,Other services Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14101,Industry of Employment by Occupation +G14102,Other_scs_OcClericAdmin,Other services Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14102,Industry of Employment by Occupation +G14103,Other_scs_OcSalesWk,Other services Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14103,Industry of Employment by Occupation +G14104,Other_scs_OcMacOp_Driv,Other services Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14104,Industry of Employment by Occupation +G14105,Other_scs_OcLab,Other services Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14105,Industry of Employment by Occupation +G14106,Other_scs_OcID_NS,Other services Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14106,Industry of Employment by Occupation +G14107,Other_scs_Tot,Other services Total,,G53A,people,employment|age_gender,Total,,14107,Industry of Employment by Occupation +G14108,ID_NS_OcMngr,Inadequately described Not stated Occupation Managers,,G53A,people,employment|age_gender,Managers,,14108,Industry of Employment by Occupation +G14109,ID_NS_OcProf,Inadequately described Not stated Occupation Professionals,,G53A,people,employment|age_gender,Professionals,,14109,Industry of Employment by Occupation +G14110,ID_NS_OcTechTrdW,Inadequately described Not stated Occupation Technicians and trades workers,,G53A,people,employment|age_gender,Technicians & trades workers,,14110,Industry of Employment by Occupation +G14111,ID_NS_OcComPerS,Inadequately described Not stated Occupation Community and personal service workers,,G53A,people,employment|age_gender,Community & personal service workers,,14111,Industry of Employment by Occupation +G14112,ID_NS_OcClericAdm,Inadequately described Not stated Occupation Clerical and administrative workers,,G53A,people,employment|age_gender,Clerical & administrative workers,,14112,Industry of Employment by Occupation +G14113,ID_NS_OcSalesWk,Inadequately described Not stated Occupation Sales workers,,G53A,people,employment|age_gender,Sales workers,,14113,Industry of Employment by Occupation +G14114,ID_NS_OcMacOp_Driv,Inadequately described Not stated Occupation Machinery operators and drivers,,G53A,people,employment|age_gender,Machinery operators & drivers,,14114,Industry of Employment by Occupation +G14115,ID_NS_OcLab,Inadequately described Not stated Occupation Labourers,,G53A,people,employment|age_gender,Labourers,,14115,Industry of Employment by Occupation +G14116,ID_NS_OcID_NS,Inadequately described Not stated Occupation Inadequately described Not stated,,G53A,people,employment|age_gender,Occupation inadequately described/ Not stated,,14116,Industry of Employment by Occupation +G14117,ID_NS_Tot,Inadequately described Not stated Total,,G53A,people,employment|age_gender,Total,,14117,Industry of Employment by Occupation +G14118,Tot_OcMngr,Total Occupation Managers,,G53B,people,employment|age_gender,Managers,,14118,Industry of Employment by Occupation +G14119,Tot_OcProf,Total Occupation Professionals,,G53B,people,employment|age_gender,Professionals,,14119,Industry of Employment by Occupation +G14120,Tot_OcTechTrdW,Total Occupation Technicians and trades workers,,G53B,people,employment|age_gender,Technicians & trades workers,,14120,Industry of Employment by Occupation +G14121,Tot_OcComPerS,Total Occupation Community and personal service workers,,G53B,people,employment|age_gender,Community & personal service workers,,14121,Industry of Employment by Occupation +G14122,Tot_OcClericAdm,Total Occupation Clerical and administrative workers,,G53B,people,employment|age_gender,Clerical & administrative workers,,14122,Industry of Employment by Occupation +G14123,Tot_OcSalesWk,Total Occupation Sales workers,,G53B,people,employment|age_gender,Sales workers,,14123,Industry of Employment by Occupation +G14124,Tot_OcMacOp_Driv,Total Occupation Machinery operators and drivers,,G53B,people,employment|age_gender,Machinery operators & drivers,,14124,Industry of Employment by Occupation +G14125,Tot_OcLab,Total Occupation Labourers,,G53B,people,employment|age_gender,Labourers,,14125,Industry of Employment by Occupation +G14126,Tot_OcID_NS,Total Occupation Inadequately described Not stated,,G53B,people,employment|age_gender,Occupation inadequately described/ Not stated,,14126,Industry of Employment by Occupation +G14127,Tot_Tot,Total Total,,G53B,people,employment|age_gender,Total,,14127,Industry of Employment by Occupation +G14128,NegNil_Inc_BE_WFT,Negative Nil income Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14128,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14129,NegNil_Inc_BE_WPT,Negative Nil income Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14129,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14130,NegNil_Inc_BE_BAW,Negative Nil income Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14130,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14131,NegNil_Inc_1EFT_OthPT,Negative Nil income One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14131,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14132,NegNil_Inc_1EFT_OthAW,Negative Nil income One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14132,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14133,NegNil_Inc_1EFT_OthNW,Negative Nil income One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14133,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14134,NegNil_Inc_1EPT_OthAW,Negative Nil income One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14134,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14135,NegNil_Inc_1EPT_OthNW,Negative Nil income One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14135,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14136,NegNil_Inc_1AW_OthNW,Negative Nil income One away from work other not working,,G54A,people,income,"One away from work, other not working",,14136,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14137,NegNil_Inc_BNW,Negative Nil income Both not working,,G54A,people,income,Both not working,,14137,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14138,NegNil_Inc_LFsta_NS,Negative Nil income Labour force status not stated,,G54A,people,income,Labour force status not stated,,14138,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14139,NegNil_Inc_Tot,Negative Nil income Total,,G54A,people,income,Total,,14139,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14140,I_1_149_BE_WFT,1 149 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14140,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14141,I_1_149_BE_WPT,1 149 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14141,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14142,I_1_149_BE_BAW,1 149 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14142,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14143,I_1_149_1EFT_OthPT,1 149 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14143,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14144,I_1_149_1EFT_OthAW,1 149 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14144,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14145,I_1_149_1EFT_OthNW,1 149 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14145,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14146,I_1_149_1EPT_OthAW,1 149 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14146,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14147,I_1_149_1EPT_OthNW,1 149 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14147,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14148,I_1_149_1AW_OthNW,1 149 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14148,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14149,I_1_149_BNW,1 149 Both not working,,G54A,people,income,Both not working,,14149,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14150,I_1_149_LFsta_NS,1 149 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14150,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14151,I_1_149_Tot,1 149 Total,,G54A,people,income,Total,,14151,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14152,I_150_299_BE_WFT,150 299 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14152,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14153,I_150_299_BE_WPT,150 299 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14153,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14154,I_150_299_BE_BAW,150 299 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14154,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14155,I_150_299_1EFT_OthPT,150 299 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14155,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14156,I_150_299_1EFT_OthAW,150 299 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14156,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14157,I_150_299_1EFT_OthNW,150 299 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14157,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14158,I_150_299_1EPT_OthAW,150 299 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14158,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14159,I_150_299_1EPT_OthNW,150 299 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14159,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14160,I_150_299_1AW_OthNW,150 299 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14160,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14161,I_150_299_BNW,150 299 Both not working,,G54A,people,income,Both not working,,14161,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14162,I_150_299_LFsta_NS,150 299 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14162,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14163,I_150_299_Tot,150 299 Total,,G54A,people,income,Total,,14163,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14164,I_300_399_BE_WFT,300 399 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14164,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14165,I_300_399_BE_WPT,300 399 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14165,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14166,I_300_399_BE_BAW,300 399 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14166,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14167,I_300_399_1EFT_OthPT,300 399 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14167,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14168,I_300_399_1EFT_OthAW,300 399 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14168,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14169,I_300_399_1EFT_OthNW,300 399 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14169,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14170,I_300_399_1EPT_OthAW,300 399 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14170,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14171,I_300_399_1EPT_OthNW,300 399 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14171,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14172,I_300_399_1AW_OthNW,300 399 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14172,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14173,I_300_399_BNW,300 399 Both not working,,G54A,people,income,Both not working,,14173,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14174,I_300_399_LFsta_NS,300 399 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14174,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14175,I_300_399_Tot,300 399 Total,,G54A,people,income,Total,,14175,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14176,I_400_499_BE_WFT,400 499 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14176,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14177,I_400_499_BE_WPT,400 499 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14177,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14178,I_400_499_BE_BAW,400 499 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14178,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14179,I_400_499_1EFT_OthPT,400 499 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14179,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14180,I_400_499_1EFT_OthAW,400 499 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14180,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14181,I_400_499_1EFT_OthNW,400 499 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14181,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14182,I_400_499_1EPT_OthAW,400 499 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14182,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14183,I_400_499_1EPT_OthNW,400 499 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14183,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14184,I_400_499_1AW_OthNW,400 599 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14184,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14185,I_400_499_BNW,400 499 Both not working,,G54A,people,income,Both not working,,14185,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14186,I_400_499_LFsta_NS,400 499 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14186,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14187,I_400_499_Tot,400 499 Total,,G54A,people,income,Total,,14187,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14188,I_500_649_BE_WFT,500 649 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14188,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14189,I_500_649_BE_WPT,500 649 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14189,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14190,I_500_649_BE_BAW,500 649 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14190,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14191,I_500_649_1EFT_OthPT,500 649 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14191,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14192,I_500_649_1EFT_OthAW,500 649 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14192,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14193,I_500_649_1EFT_OthNW,500 649 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14193,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14194,I_500_649_1EPT_OthAW,500 649 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14194,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14195,I_500_649_1EPT_OthNW,500 649 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14195,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14196,I_500_649_1AW_OthNW,500 649 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14196,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14197,I_500_649_BNW,500 649 Both not working,,G54A,people,income,Both not working,,14197,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14198,I_500_649_LFsta_NS,500 649 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14198,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14199,I_500_649_Tot,500 649 Total,,G54A,people,income,Total,,14199,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14200,I_650_799_BE_WFT,650 799 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14200,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14201,I_650_799_BE_WPT,650 799 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14201,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14202,I_650_799_BE_BAW,650 799 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14202,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14203,I_650_799_1EFT_OthPT,650 799 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14203,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14204,I_650_799_1EFT_OthAW,650 799 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14204,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14205,I_650_799_1EFT_OthNW,650 799 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14205,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14206,I_650_799_1EPT_OthAW,650 799 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14206,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14207,I_650_799_1EPT_OthNW,650 799 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14207,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14208,I_650_799_1AW_OthNW,650 799 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14208,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14209,I_650_799_BNW,650 799 Both not working,,G54A,people,income,Both not working,,14209,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14210,I_650_799_LFsta_NS,650 799 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14210,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14211,I_650_799_Tot,650 799 Total,,G54A,people,income,Total,,14211,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14212,I_800_999_BE_WFT,800 999 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14212,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14213,I_800_999_BE_WPT,800 999 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14213,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14214,I_800_999_BE_BAW,800 999 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14214,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14215,I_800_999_1EFT_OthPT,800 999 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14215,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14216,I_800_999_1EFT_OthAW,800 999 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14216,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14217,I_800_999_1EFT_OthNW,800 999 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14217,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14218,I_800_999_1EPT_OthAW,800 999 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14218,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14219,I_800_999_1EPT_OthNW,800 999 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14219,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14220,I_800_999_1AW_OthNW,800 999 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14220,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14221,I_800_999_BNW,800 999 Both not working,,G54A,people,income,Both not working,,14221,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14222,I_800_999_LFsta_NS,800 999 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14222,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14223,I_800_999_Tot,800 999 Total,,G54A,people,income,Total,,14223,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14224,I_1000_1249_BE_WFT,1000 1249 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14224,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14225,I_1000_1249_BE_WPT,1000 1249 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14225,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14226,I_1000_1249_BE_BAW,1000 1249 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14226,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14227,I_1000_1249_1EFT_OthPT,1000 1249 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14227,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14228,I_1000_1249_1EFT_OthAW,1000 1249 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14228,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14229,I_1000_1249_1EFT_OthNW,1000 1249 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14229,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14230,I_1000_1249_1EPT_OthAW,1000 1249 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14230,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14231,I_1000_1249_1EPT_OthNW,1000 1249 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14231,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14232,I_1000_1249_1AW_OthNW,1000 1249 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14232,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14233,I_1000_1249_BNW,1000 1249 Both not working,,G54A,people,income,Both not working,,14233,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14234,I_1000_1249_LFsta_NS,1000 1249 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14234,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14235,I_1000_1249_Tot,1000 1249 Total,,G54A,people,income,Total,,14235,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14236,I_1250_1499_BE_WFT,1250 1499 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14236,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14237,I_1250_1499_BE_WPT,1250 1499 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14237,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14238,I_1250_1499_BE_BAW,1250 1499 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14238,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14239,I_1250_1499_1EFT_OthPT,1250 1499 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14239,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14240,I_1250_1499_1EFT_OthAW,1250 1499 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14240,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14241,I_1250_1499_1EFT_OthNW,1250 1499 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14241,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14242,I_1250_1499_1EPT_OthAW,1250 1499 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14242,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14243,I_1250_1499_1EPT_OthNW,1250 1499 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14243,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14244,I_1250_1499_1AW_OthNW,1250 1499 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14244,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14245,I_1250_1499_BNW,1250 1499 Both not working,,G54A,people,income,Both not working,,14245,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14246,I_1250_1499_LFsta_NS,1250 1499 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14246,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14247,I_1250_1499_Tot,1250 1499 Total,,G54A,people,income,Total,,14247,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14248,I_1500_1749_BE_WFT,1500 1749 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14248,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14249,I_1500_1749_BE_WPT,1500 1749 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14249,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14250,I_1500_1749_BE_BAW,1500 1749 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14250,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14251,I_1500_1749_1EFT_OthPT,1500 1749 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14251,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14252,I_1500_1749_1EFT_OthAW,1500 1749 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14252,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14253,I_1500_1749_1EFT_OthNW,1500 1749 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14253,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14254,I_1500_1749_1EPT_OthAW,1500 1749 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14254,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14255,I_1500_1749_1EPT_OthNW,1500 1749 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14255,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14256,I_1500_1749_1AW_OthNW,1500 1749 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14256,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14257,I_1500_1749_BNW,1500 1749 Both not working,,G54A,people,income,Both not working,,14257,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14258,I_1500_1749_LFsta_NS,1500 1749 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14258,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14259,I_1500_1749_Tot,1500 1749 Total,,G54A,people,income,Total,,14259,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14260,I_1750_1999_BE_WFT,1750 1999 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14260,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14261,I_1750_1999_BE_WPT,1750 1999 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14261,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14262,I_1750_1999_BE_BAW,1750 1999 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14262,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14263,I_1750_1999_1EFT_OthPT,1750 1999 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14263,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14264,I_1750_1999_1EFT_OthAW,1750 1999 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14264,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14265,I_1750_1999_1EFT_OthNW,1750 1999 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14265,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14266,I_1750_1999_1EPT_OthAW,1750 1999 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14266,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14267,I_1750_1999_1EPT_OthNW,1750 1999 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14267,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14268,I_1750_1999_1AW_OthNW,1750 1999 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14268,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14269,I_1750_1999_BNW,1750 1999 Both not working,,G54A,people,income,Both not working,,14269,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14270,I_1750_1999_LFsta_NS,1750 1999 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14270,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14271,I_1750_1999_Tot,1750 1999 Total,,G54A,people,income,Total,,14271,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14272,I_2000_2499_BE_WFT,2000 2499 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14272,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14273,I_2000_2499_BE_WPT,2000 2499 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14273,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14274,I_2000_2499_BE_BAW,2000 2499 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14274,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14275,I_2000_2499_1EFT_OthPT,2000 2499 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14275,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14276,I_2000_2499_1EFT_OthAW,2000 2499 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14276,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14277,I_2000_2499_1EFT_OthNW,2000 2499 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14277,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14278,I_2000_2499_1EPT_OthAW,2000 2499 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14278,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14279,I_2000_2499_1EPT_OthNW,2000 2499 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14279,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14280,I_2000_2499_1AW_OthNW,2000 2499 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14280,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14281,I_2000_2499_BNW,2000 2499 Both not working,,G54A,people,income,Both not working,,14281,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14282,I_2000_2499_LFsta_NS,2000 2499 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14282,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14283,I_2000_2499_Tot,2000 2499 Total,,G54A,people,income,Total,,14283,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14284,I_2500_2999_BE_WFT,2500 2999 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14284,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14285,I_2500_2999_BE_WPT,2500 2999 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14285,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14286,I_2500_2999_BE_BAW,2500 2999 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14286,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14287,I_2500_2999_1EFT_OthPT,2500 2999 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14287,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14288,I_2500_2999_1EFT_OthAW,2500 2999 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14288,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14289,I_2500_2999_1EFT_OthNW,2500 2999 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14289,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14290,I_2500_2999_1EPT_OthAW,2500 2999 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14290,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14291,I_2500_2999_1EPT_OthNW,2500 2999 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14291,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14292,I_2500_2999_1AW_OthNW,2500 2999 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14292,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14293,I_2500_2999_BNW,2500 2999 Both not working,,G54A,people,income,Both not working,,14293,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14294,I_2500_2999_LFsta_NS,2500 2999 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14294,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14295,I_2500_2999_Tot,2500 2999 Total,,G54A,people,income,Total,,14295,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14296,I_3000_3499_BE_WFT,3000 3499 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14296,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14297,I_3000_3499_BE_WPT,3000 3499 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14297,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14298,I_3000_3499_BE_BAW,3000 3499 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14298,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14299,I_3000_3499_1EFT_OthPT,3000 3499 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14299,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14300,I_3000_3499_1EFT_OthAW,3000 3499 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14300,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14301,I_3000_3499_1EFT_OthNW,3000 3499 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14301,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14302,I_3000_3499_1EPT_OthAW,3000 3499 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14302,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14303,I_3000_3499_1EPT_OthNW,3000 3499 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14303,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14304,I_3000_3499_1AW_OthNW,3000 3499 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14304,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14305,I_3000_3499_BNW,3000 3499 Both not working,,G54A,people,income,Both not working,,14305,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14306,I_3000_3499_LFsta_NS,3000 3499 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14306,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14307,I_3000_3499_Tot,3000 3499 Total,,G54A,people,income,Total,,14307,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14308,I_3500_3999_BE_WFT,3500 3999 Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14308,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14309,I_3500_3999_BE_WPT,3500 3999 Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14309,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14310,I_3500_3999_BE_BAW,3500 3999 Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14310,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14311,I_3500_3999_1EFT_OthPT,3500 3999 One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14311,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14312,I_3500_3999_1EFT_OthAW,3500 3999 One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14312,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14313,I_3500_3999_1EFT_OthNW,3500 3999 One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14313,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14314,I_3500_3999_1EPT_OthAW,3500 3999 One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14314,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14315,I_3500_3999_1EPT_OthNW,3500 3999 One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14315,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14316,I_3500_3999_1AW_OthNW,3500 3999 One away from work other not working,,G54A,people,income,"One away from work, other not working",,14316,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14317,I_3500_3999_BNW,3500 3999 Both not working,,G54A,people,income,Both not working,,14317,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14318,I_3500_3999_LFsta_NS,3500 3999 Labour force status not stated,,G54A,people,income,Labour force status not stated,,14318,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14319,I_3500_3999_Tot,3500 3999 Total,,G54A,people,income,Total,,14319,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14320,I_4000more_BE_WFT,4000 or more Both employed Worked full time,,G54A,people,income,Both employed: Worked full-time,,14320,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14321,I_4000more_BE_WPT,4000 or more Both employed Worked part time,,G54A,people,income,Both employed: Worked part-time,,14321,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14322,I_4000more_BE_BAW,4000 or more Both employed Both away from work,,G54A,people,income,Both employed: Both away from work,,14322,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14323,I_4000more_1EFT_OthPT,4000 or more One employed full time Other part time,,G54A,people,income,One employed full-time: Other part-time,,14323,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14324,I_4000more_1EFT_OthAW,4000 or more One employed full time Other away from work,,G54A,people,income,One employed full-time: Other away from work,,14324,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14325,I_4000more_1EFT_OthNW,4000 or more One employed full time Other not working,,G54A,people,income,One employed full-time: Other not working,,14325,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14326,I_4000more_1EPT_OthAW,4000 or more One employed part time Other away from work,,G54A,people,income,One employed part-time: Other away from work,,14326,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14327,I_4000more_1EPT_OthNW,4000 or more One employed part time Other not working,,G54A,people,income,One employed part-time: Other not working,,14327,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14328,I_4000more_1AW_OthNW,4000 or more One away from work other not working,,G54B,people,income,"One away from work, other not working",,14328,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14329,I_4000more_BNW,4000 or more Both not working,,G54B,people,income,Both not working,,14329,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14330,I_4000more_LFsta_NS,4000 or more Labour force status not stated,,G54B,people,income,Labour force status not stated,,14330,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14331,I_4000more_Tot,4000 or more Total,,G54B,people,income,Total,,14331,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14332,Part_inc_stated_BE_WFT,Partial income stated Both employed Worked full time,,G54B,people,income,Both employed: Worked full-time,,14332,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14333,Part_inc_stated_BE_WPT,Partial income stated Both employed Worked part time,,G54B,people,income,Both employed: Worked part-time,,14333,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14334,Part_inc_stated_BE_BAW,Partial income stated Both employed Both away from work,,G54B,people,income,Both employed: Both away from work,,14334,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14335,Part_inc_stated_1EFT_OthPT,Partial income stated One employed full time Other part time,,G54B,people,income,One employed full-time: Other part-time,,14335,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14336,Part_inc_stated_1EFT_OthAW,Partial income stated One employed full time Other away from work,,G54B,people,income,One employed full-time: Other away from work,,14336,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14337,Part_inc_stated_1EFT_OthNW,Partial income stated One employed full time Other not working,,G54B,people,income,One employed full-time: Other not working,,14337,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14338,Part_inc_stated_1EPT_OthAW,Partial income stated One employed part time Other away from work,,G54B,people,income,One employed part-time: Other away from work,,14338,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14339,Part_inc_stated_1EPT_OthNW,Partial income stated One employed part time Other not working,,G54B,people,income,One employed part-time: Other not working,,14339,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14340,Part_inc_stated_1AW_OthNW,Partial income stated One away from work other not working,,G54B,people,income,"One away from work, other not working",,14340,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14341,Part_inc_stated_BNW,Partial income stated Both not working,,G54B,people,income,Both not working,,14341,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14342,Part_inc_stated_LFsta_NS,Partial income stated Labour force status not stated,,G54B,people,income,Labour force status not stated,,14342,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14343,Part_inc_stated_Tot,Partial income stated Total,,G54B,people,income,Total,,14343,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14344,All_inc_NS_BE_WFT,All incomes not stated Both employed Worked full time,,G54B,people,income,Both employed: Worked full-time,,14344,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14345,All_inc_NS_BE_WPT,All incomes not stated Both employed Worked part time,,G54B,people,income,Both employed: Worked part-time,,14345,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14346,All_inc_NS_BE_BAW,All incomes not stated Both employed Both away from work,,G54B,people,income,Both employed: Both away from work,,14346,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14347,All_inc_NS_1EFT_OthPT,All incomes not stated One employed full time Other part time,,G54B,people,income,One employed full-time: Other part-time,,14347,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14348,All_inc_NS_1EFT_OthAW,All incomes not stated One employed full time Other away from work,,G54B,people,income,One employed full-time: Other away from work,,14348,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14349,All_inc_NS_1EFT_OthNW,All incomes not stated One employed full time Other not working,,G54B,people,income,One employed full-time: Other not working,,14349,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14350,All_inc_NS_1EPT_OthAW,All incomes not stated One employed part time Other away from work,,G54B,people,income,One employed part-time: Other away from work,,14350,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14351,All_inc_NS_1EPT_OthNW,All incomes not stated One employed part time Other not working,,G54B,people,income,One employed part-time: Other not working,,14351,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14352,All_inc_NS_1AW_OthNW,All incomes not stated One away from work other not working,,G54B,people,income,"One away from work, other not working",,14352,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14353,All_inc_NS_BNW,All incomes not stated Both not working,,G54B,people,income,Both not working,,14353,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14354,All_inc_NS_LFsta_NS,All incomes not stated Labour force status not stated,,G54B,people,income,Labour force status not stated,,14354,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14355,All_inc_NS_Tot,All incomes not stated Total,,G54B,people,income,Total,,14355,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14356,Tot_BE_WFT,Total Both employed Worked full time,,G54B,people,income,Both employed: Worked full-time,,14356,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14357,Tot_BE_WPT,Total Both employed Worked part time,,G54B,people,income,Both employed: Worked part-time,,14357,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14358,Tot_BE_BAW,Total Both employed Both away from work,,G54B,people,income,Both employed: Both away from work,,14358,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14359,Tot_1EFT_OthPT,Total One employed full time Other part time,,G54B,people,income,One employed full-time: Other part-time,,14359,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14360,Tot_1EFT_OthAW,Total One employed full time Other away from work,,G54B,people,income,One employed full-time: Other away from work,,14360,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14361,Tot_1EFT_OthNW,Total One employed full time Other not working,,G54B,people,income,One employed full-time: Other not working,,14361,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14362,Tot_1EPT_OthAW,Total One employed part time Other away from work,,G54B,people,income,One employed part-time: Other away from work,,14362,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14363,Tot_1EPT_OthNW,Total One employed part time Other not working,,G54B,people,income,One employed part-time: Other not working,,14363,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14364,Tot_1AW_OthNW,Total One away from work other not working,,G54B,people,income,"One away from work, other not working",,14364,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14365,Tot_BNW,Total Both not working,,G54B,people,income,Both not working,,14365,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14366,Tot_LFsta_NS,Total Labour force status not stated,,G54B,people,income,Labour force status not stated,,14366,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14367,Tot_Tot,Total Total,,G54B,people,income,Total,,14367,Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children +G14368,NegNil_Inc_BE_WFT,Negative Nil income Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14368,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14369,NegNil_Inc_BE_WPT,Negative Nil income Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14369,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14370,NegNil_Inc_BE_BAW,Negative Nil income Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14370,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14371,NegNil_Inc_1EFT_OthPT,Negative Nil income One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14371,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14372,NegNil_Inc_1EFT_OthAW,Negative Nil income One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14372,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14373,NegNil_Inc_1EFT_OthNW,Negative Nil income One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14373,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14374,NegNil_Inc_1EPT_OthAW,Negative Nil income One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14374,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14375,NegNil_Inc_1EPT_OthNW,Negative Nil income One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14375,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14376,NegNil_Inc_1AW_OthNW,Negative Nil income One away from work other not working,,G55A,people,income,"One away from work, other not working",,14376,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14377,NegNil_Inc_BNW,Negative Nil income Both not working,,G55A,people,income,Both not working,,14377,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14378,NegNil_Inc_LFsta_NS,Negative Nil income Labour force status not stated,,G55A,people,income,Labour force status not stated,,14378,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14379,NegNil_Inc_Tot,Negative Nil income Total,,G55A,people,income,Total,,14379,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14380,I_1_149_BE_WFT,1 149 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14380,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14381,I_1_149_BE_WPT,1 149 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14381,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14382,I_1_149_BE_BAW,1 149 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14382,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14383,I_1_149_1EFT_OthPT,1 149 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14383,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14384,I_1_149_1EFT_OthAW,1 149 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14384,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14385,I_1_149_1EFT_OthNW,1 149 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14385,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14386,I_1_149_1EPT_OthAW,1 149 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14386,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14387,I_1_149_1EPT_OthNW,1 149 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14387,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14388,I_1_149_1AW_OthNW,1 149 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14388,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14389,I_1_149_BNW,1 149 Both not working,,G55A,people,income,Both not working,,14389,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14390,I_1_149_LFsta_NS,1 149 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14390,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14391,I_1_149_Tot,1 149 Total,,G55A,people,income,Total,,14391,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14392,I_150_299_BE_WFT,150 299 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14392,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14393,I_150_299_BE_WPT,150 299 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14393,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14394,I_150_299_BE_BAW,150 299 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14394,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14395,I_150_299_1EFT_OthPT,150 299 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14395,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14396,I_150_299_1EFT_OthAW,150 299 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14396,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14397,I_150_299_1EFT_OthNW,150 299 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14397,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14398,I_150_299_1EPT_OthAW,150 299 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14398,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14399,I_150_299_1EPT_OthNW,150 299 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14399,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14400,I_150_299_1AW_OthNW,150 299 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14400,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14401,I_150_299_BNW,150 299 Both not working,,G55A,people,income,Both not working,,14401,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14402,I_150_299_LFsta_NS,150 299 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14402,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14403,I_150_299_Tot,150 299 Total,,G55A,people,income,Total,,14403,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14404,I_300_399_BE_WFT,300 399 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14404,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14405,I_300_399_BE_WPT,300 399 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14405,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14406,I_300_399_BE_BAW,300 399 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14406,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14407,I_300_399_1EFT_OthPT,300 399 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14407,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14408,I_300_399_1EFT_OthAW,300 399 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14408,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14409,I_300_399_1EFT_OthNW,300 399 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14409,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14410,I_300_399_1EPT_OthAW,300 399 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14410,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14411,I_300_399_1EPT_OthNW,300 399 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14411,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14412,I_300_399_1AW_OthNW,300 399 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14412,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14413,I_300_399_BNW,300 399 Both not working,,G55A,people,income,Both not working,,14413,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14414,I_300_399_LFsta_NS,300 399 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14414,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14415,I_300_399_Tot,300 399 Total,,G55A,people,income,Total,,14415,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14416,I_400_499_BE_WFT,400 499 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14416,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14417,I_400_499_BE_WPT,400 499 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14417,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14418,I_400_499_BE_BAW,400 499 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14418,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14419,I_400_499_1EFT_OthPT,400 499 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14419,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14420,I_400_499_1EFT_OthAW,400 499 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14420,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14421,I_400_499_1EFT_OthNW,400 499 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14421,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14422,I_400_499_1EPT_OthAW,400 499 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14422,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14423,I_400_499_1EPT_OthNW,400 499 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14423,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14424,I_400_499_1AW_OthNW,400 499 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14424,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14425,I_400_499_BNW,400 499 Both not working,,G55A,people,income,Both not working,,14425,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14426,I_400_499_LFsta_NS,400 499 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14426,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14427,I_400_499_Tot,400 499 Total,,G55A,people,income,Total,,14427,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14428,I_500_649_BE_WFT,500 649 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14428,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14429,I_500_649_BE_WPT,500 649 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14429,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14430,I_500_649_BE_BAW,500 649 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14430,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14431,I_500_649_1EFT_OthPT,500 649 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14431,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14432,I_500_649_1EFT_OthAW,500 649 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14432,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14433,I_500_649_1EFT_OthNW,500 649 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14433,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14434,I_500_649_1EPT_OthAW,500 649 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14434,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14435,I_500_649_1EPT_OthNW,500 649 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14435,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14436,I_500_649_1AW_OthNW,500 649 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14436,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14437,I_500_649_BNW,500 649 Both not working,,G55A,people,income,Both not working,,14437,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14438,I_500_649_LFsta_NS,500 649 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14438,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14439,I_500_649_Tot,500 649 Total,,G55A,people,income,Total,,14439,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14440,I_650_799_BE_WFT,650 799 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14440,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14441,I_650_799_BE_WPT,650 799 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14441,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14442,I_650_799_BE_BAW,650 799 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14442,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14443,I_650_799_1EFT_OthPT,650 799 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14443,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14444,I_650_799_1EFT_OthAW,650 799 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14444,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14445,I_650_799_1EFT_OthNW,650 799 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14445,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14446,I_650_799_1EPT_OthAW,650 799 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14446,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14447,I_650_799_1EPT_OthNW,650 799 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14447,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14448,I_650_799_1AW_OthNW,650 799 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14448,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14449,I_650_799_BNW,650 799 Both not working,,G55A,people,income,Both not working,,14449,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14450,I_650_799_LFsta_NS,650 799 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14450,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14451,I_650_799_Tot,650 799 Total,,G55A,people,income,Total,,14451,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14452,I_800_999_BE_WFT,800 999 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14452,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14453,I_800_999_BE_WPT,800 999 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14453,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14454,I_800_999_BE_BAW,800 999 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14454,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14455,I_800_999_1EFT_OthPT,800 999 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14455,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14456,I_800_999_1EFT_OthAW,800 999 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14456,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14457,I_800_999_1EFT_OthNW,800 999 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14457,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14458,I_800_999_1EPT_OthAW,800 999 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14458,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14459,I_800_999_1EPT_OthNW,800 999 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14459,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14460,I_800_999_1AW_OthNW,800 999 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14460,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14461,I_800_999_BNW,800 999 Both not working,,G55A,people,income,Both not working,,14461,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14462,I_800_999_LFsta_NS,800 999 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14462,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14463,I_800_999_Tot,800 999 Total,,G55A,people,income,Total,,14463,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14464,I_1000_1249_BE_WFT,1000 1249 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14464,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14465,I_1000_1249_BE_WPT,1000 1249 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14465,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14466,I_1000_1249_BE_BAW,1000 1249 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14466,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14467,I_1000_1249_1EFT_OthPT,1000 1249 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14467,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14468,I_1000_1249_1EFT_OthAW,1000 1249 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14468,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14469,I_1000_1249_1EFT_OthNW,1000 1249 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14469,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14470,I_1000_1249_1EPT_OthAW,1000 1249 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14470,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14471,I_1000_1249_1EPT_OthNW,1000 1249 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14471,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14472,I_1000_1249_1AW_OthNW,1000 1249 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14472,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14473,I_1000_1249_BNW,1000 1249 Both not working,,G55A,people,income,Both not working,,14473,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14474,I_1000_1249_LFsta_NS,1000 1249 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14474,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14475,I_1000_1249_Tot,1000 1249 Total,,G55A,people,income,Total,,14475,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14476,I_1250_1499_BE_WFT,1250 1499 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14476,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14477,I_1250_1499_BE_WPT,1250 1499 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14477,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14478,I_1250_1499_BE_BAW,1250 1499 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14478,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14479,I_1250_1499_1EFT_OthPT,1250 1499 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14479,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14480,I_1250_1499_1EFT_OthAW,1250 1499 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14480,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14481,I_1250_1499_1EFT_OthNW,1250 1499 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14481,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14482,I_1250_1499_1EPT_OthAW,1250 1499 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14482,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14483,I_1250_1499_1EPT_OthNW,1250 1499 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14483,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14484,I_1250_1499_1AW_OthNW,1250 1499 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14484,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14485,I_1250_1499_BNW,1250 1499 Both not working,,G55A,people,income,Both not working,,14485,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14486,I_1250_1499_LFsta_NS,1250 1499 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14486,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14487,I_1250_1499_Tot,1250 1499 Total,,G55A,people,income,Total,,14487,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14488,I_1500_1749_BE_WFT,1500 1749 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14488,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14489,I_1500_1749_BE_WPT,1500 1749 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14489,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14490,I_1500_1749_BE_BAW,1500 1749 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14490,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14491,I_1500_1749_1EFT_OthPT,1500 1749 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14491,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14492,I_1500_1749_1EFT_OthAW,1500 1749 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14492,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14493,I_1500_1749_1EFT_OthNW,1500 1749 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14493,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14494,I_1500_1749_1EPT_OthAW,1500 1749 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14494,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14495,I_1500_1749_1EPT_OthNW,1500 1749 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14495,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14496,I_1500_1749_1AW_OthNW,1500 1749 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14496,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14497,I_1500_1749_BNW,1500 1749 Both not working,,G55A,people,income,Both not working,,14497,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14498,I_1500_1749_LFsta_NS,1500 1749 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14498,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14499,I_1500_1749_Tot,1500 1749 Total,,G55A,people,income,Total,,14499,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14500,I_1750_1999_BE_WFT,1750 1999 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14500,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14501,I_1750_1999_BE_WPT,1750 1999 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14501,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14502,I_1750_1999_BE_BAW,1750 1999 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14502,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14503,I_1750_1999_1EFT_OthPT,1750 1999 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14503,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14504,I_1750_1999_1EFT_OthAW,1750 1999 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14504,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14505,I_1750_1999_1EFT_OthNW,1750 1999 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14505,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14506,I_1750_1999_1EPT_OthAW,1750 1999 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14506,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14507,I_1750_1999_1EPT_OthNW,1750 1999 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14507,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14508,I_1750_1999_1AW_OthNW,1750 1999 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14508,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14509,I_1750_1999_BNW,1750 1999 Both not working,,G55A,people,income,Both not working,,14509,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14510,I_1750_1999_LFsta_NS,1750 1999 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14510,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14511,I_1750_1999_Tot,1750 1999 Total,,G55A,people,income,Total,,14511,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14512,I_2000_2499_BE_WFT,2000 2499 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14512,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14513,I_2000_2499_BE_WPT,2000 2499 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14513,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14514,I_2000_2499_BE_BAW,2000 2499 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14514,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14515,I_2000_2499_1EFT_OthPT,2000 2499 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14515,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14516,I_2000_2499_1EFT_OthAW,2000 2499 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14516,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14517,I_2000_2499_1EFT_OthNW,2000 2499 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14517,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14518,I_2000_2499_1EPT_OthAW,2000 2499 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14518,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14519,I_2000_2499_1EPT_OthNW,2000 2499 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14519,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14520,I_2000_2499_1AW_OthNW,2000 2499 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14520,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14521,I_2000_2499_BNW,2000 2499 Both not working,,G55A,people,income,Both not working,,14521,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14522,I_2000_2499_LFsta_NS,2000 2499 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14522,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14523,I_2000_2499_Tot,2000 2499 Total,,G55A,people,income,Total,,14523,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14524,I_2500_2999_BE_WFT,2500 2999 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14524,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14525,I_2500_2999_BE_WPT,2500 2999 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14525,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14526,I_2500_2999_BE_BAW,2500 2999 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14526,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14527,I_2500_2999_1EFT_OthPT,2500 2999 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14527,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14528,I_2500_2999_1EFT_OthAW,2500 2999 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14528,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14529,I_2500_2999_1EFT_OthNW,2500 2999 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14529,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14530,I_2500_2999_1EPT_OthAW,2500 2999 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14530,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14531,I_2500_2999_1EPT_OthNW,2500 2999 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14531,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14532,I_2500_2999_1AW_OthNW,2500 2999 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14532,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14533,I_2500_2999_BNW,2500 2999 Both not working,,G55A,people,income,Both not working,,14533,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14534,I_2500_2999_LFsta_NS,2500 2999 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14534,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14535,I_2500_2999_Tot,2500 2999 Total,,G55A,people,income,Total,,14535,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14536,I_3000_3499_BE_WFT,3000 3499 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14536,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14537,I_3000_3499_BE_WPT,3000 3499 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14537,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14538,I_3000_3499_BE_BAW,3000 3499 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14538,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14539,I_3000_3499_1EFT_OthPT,3000 3499 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14539,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14540,I_3000_3499_1EFT_OthAW,3000 3499 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14540,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14541,I_3000_3499_1EFT_OthNW,3000 3499 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14541,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14542,I_3000_3499_1EPT_OthAW,3000 3499 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14542,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14543,I_3000_3499_1EPT_OthNW,3000 3499 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14543,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14544,I_3000_3499_1AW_OthNW,3000 3499 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14544,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14545,I_3000_3499_BNW,3000 3499 Both not working,,G55A,people,income,Both not working,,14545,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14546,I_3000_3499_LFsta_NS,3000 3499 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14546,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14547,I_3000_3499_Tot,3000 3499 Total,,G55A,people,income,Total,,14547,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14548,I_3500_3999_BE_WFT,3500 3999 Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14548,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14549,I_3500_3999_BE_WPT,3500 3999 Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14549,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14550,I_3500_3999_BE_BAW,3500 3999 Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14550,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14551,I_3500_3999_1EFT_OthPT,3500 3999 One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14551,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14552,I_3500_3999_1EFT_OthAW,3500 3999 One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14552,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14553,I_3500_3999_1EFT_OthNW,3500 3999 One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14553,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14554,I_3500_3999_1EPT_OthAW,3500 3999 One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14554,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14555,I_3500_3999_1EPT_OthNW,3500 3999 One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14555,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14556,I_3500_3999_1AW_OthNW,3500 3999 One away from work other not working,,G55A,people,income,"One away from work, other not working",,14556,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14557,I_3500_3999_BNW,3500 3999 Both not working,,G55A,people,income,Both not working,,14557,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14558,I_3500_3999_LFsta_NS,3500 3999 Labour force status not stated,,G55A,people,income,Labour force status not stated,,14558,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14559,I_3500_3999_Tot,3500 3999 Total,,G55A,people,income,Total,,14559,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14560,I_4000more_BE_WFT,4000 or more Both employed Worked full time,,G55A,people,income,Both employed: Worked full-time,,14560,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14561,I_4000more_BE_WPT,4000 or more Both employed Worked part time,,G55A,people,income,Both employed: Worked part-time,,14561,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14562,I_4000more_BE_BAW,4000 or more Both employed Both away from work,,G55A,people,income,Both employed: Both away from work,,14562,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14563,I_4000more_1EFT_OthPT,4000 or more One employed full time Other part time,,G55A,people,income,One employed full-time: Other part-time,,14563,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14564,I_4000more_1EFT_OthAW,4000 or more One employed full time Other away from work,,G55A,people,income,One employed full-time: Other away from work,,14564,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14565,I_4000more_1EFT_OthNW,4000 or more One employed full time Other not working,,G55A,people,income,One employed full-time: Other not working,,14565,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14566,I_4000more_1EPT_OthAW,4000 or more One employed part time Other away from work,,G55A,people,income,One employed part-time: Other away from work,,14566,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14567,I_4000more_1EPT_OthNW,4000 or more One employed part time Other not working,,G55A,people,income,One employed part-time: Other not working,,14567,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14568,I_4000more_1AW_OthNW,4000 or more One away from work other not working,,G55B,people,income,"One away from work, other not working",,14568,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14569,I_4000more_BNW,4000 or more Both not working,,G55B,people,income,Both not working,,14569,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14570,I_4000more_LFsta_NS,4000 or more Labour force status not stated,,G55B,people,income,Labour force status not stated,,14570,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14571,I_4000more_Tot,4000 or more Total,,G55B,people,income,Total,,14571,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14572,Part_inc_stated_BE_WFT,Partial income stated Both employed Worked full time,,G55B,people,income,Both employed: Worked full-time,,14572,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14573,Part_inc_stated_BE_WPT,Partial income stated Both employed Worked part time,,G55B,people,income,Both employed: Worked part-time,,14573,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14574,Part_inc_stated_BE_BAW,Partial income stated Both employed Both away from work,,G55B,people,income,Both employed: Both away from work,,14574,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14575,Part_inc_stated_1EFT_OthPT,Partial income stated One employed full time Other part time,,G55B,people,income,One employed full-time: Other part-time,,14575,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14576,Part_inc_stated_1EFT_OthAW,Partial income stated One employed full time Other away from work,,G55B,people,income,One employed full-time: Other away from work,,14576,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14577,Part_inc_stated_1EFT_OthNW,Partial income stated One employed full time Other not working,,G55B,people,income,One employed full-time: Other not working,,14577,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14578,Part_inc_stated_1EPT_OthAW,Partial income stated One employed part time Other away from work,,G55B,people,income,One employed part-time: Other away from work,,14578,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14579,Part_inc_stated_1EPT_OthNW,Partial income stated One employed part time Other not working,,G55B,people,income,One employed part-time: Other not working,,14579,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14580,Part_inc_stated_1AW_OthNW,Partial income stated One away from work other not working,,G55B,people,income,"One away from work, other not working",,14580,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14581,Part_inc_stated_BNW,Partial income stated Both not working,,G55B,people,income,Both not working,,14581,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14582,Part_inc_stated_LFsta_NS,Partial income stated Labour force status not stated,,G55B,people,income,Labour force status not stated,,14582,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14583,Part_inc_stated_Tot,Partial income stated Total,,G55B,people,income,Total,,14583,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14584,All_inc_NS_BE_WFT,All incomes not stated Both employed Worked full time,,G55B,people,income,Both employed: Worked full-time,,14584,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14585,All_inc_NS_BE_WPT,All incomes not stated Both employed Worked part time,,G55B,people,income,Both employed: Worked part-time,,14585,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14586,All_inc_NS_BE_BAW,All incomes not stated Both employed Both away from work,,G55B,people,income,Both employed: Both away from work,,14586,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14587,All_inc_NS_1EFT_OthPT,All incomes not stated One employed full time Other part time,,G55B,people,income,One employed full-time: Other part-time,,14587,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14588,All_inc_NS_1EFT_OthAW,All incomes not stated One employed full time Other away from work,,G55B,people,income,One employed full-time: Other away from work,,14588,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14589,All_inc_NS_1EFT_OthNW,All incomes not stated One employed full time Other not working,,G55B,people,income,One employed full-time: Other not working,,14589,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14590,All_inc_NS_1EPT_OthAW,All incomes not stated One employed part time Other away from work,,G55B,people,income,One employed part-time: Other away from work,,14590,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14591,All_inc_NS_1EPT_OthNW,All incomes not stated One employed part time Other not working,,G55B,people,income,One employed part-time: Other not working,,14591,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14592,All_inc_NS_1AW_OthNW,All incomes not stated One away from work other not working,,G55B,people,income,"One away from work, other not working",,14592,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14593,All_inc_NS_BNW,All incomes not stated Both not working,,G55B,people,income,Both not working,,14593,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14594,All_inc_NS_LFsta_NS,All incomes not stated Labour force status not stated,,G55B,people,income,Labour force status not stated,,14594,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14595,All_inc_NS_Tot,All incomes not stated Total,,G55B,people,income,Total,,14595,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14596,Tot_BE_WFT,Total Both employed Worked full time,,G55B,people,income,Both employed: Worked full-time,,14596,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14597,Tot_BE_WPT,Total Both employed Worked part time,,G55B,people,income,Both employed: Worked part-time,,14597,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14598,Tot_BE_BAW,Total Both employed Both away from work,,G55B,people,income,Both employed: Both away from work,,14598,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14599,Tot_1EFT_OthPT,Total One employed full time Other part time,,G55B,people,income,One employed full-time: Other part-time,,14599,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14600,Tot_1EFT_OthAW,Total One employed full time Other away from work,,G55B,people,income,One employed full-time: Other away from work,,14600,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14601,Tot_1EFT_OthNW,Total One employed full time Other not working,,G55B,people,income,One employed full-time: Other not working,,14601,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14602,Tot_1EPT_OthAW,Total One employed part time Other away from work,,G55B,people,income,One employed part-time: Other away from work,,14602,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14603,Tot_1EPT_OthNW,Total One employed part time Other not working,,G55B,people,income,One employed part-time: Other not working,,14603,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14604,Tot_1AW_OthNW,Total One away from work other not working,,G55B,people,income,"One away from work, other not working",,14604,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14605,Tot_BNW,Total Both not working,,G55B,people,income,Both not working,,14605,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14606,Tot_LFsta_NS,Total Labour force status not stated,,G55B,people,income,Labour force status not stated,,14606,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14607,Tot_Tot,Total Total,,G55B,people,income,Total,,14607,Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children +G14608,NegNil_inc_Emp_WFT,Negative Nil income Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14608,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14609,NegNil_inc_Emp_WPT,Negative Nil income Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14609,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14610,NegNil_inc_Emp_AW,Negative Nil income Employed Away from work,,G56A,people,income,Employed: Away from work,,14610,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14611,NegNil_inc_E_T,Negative Nil income Employed Total,,G56A,people,income,Employed: Total,,14611,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14612,NegNil_inc_UnE_lfw_FTW,Negative Nil income Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14612,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14613,NegNil_inc_UnE_lfw_PTW,Negative Nil income Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14613,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14614,NegNil_inc_UnE_lfw_Tot,Negative Nil income Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14614,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14615,NegNil_inc_T_LF,Negative Nil income Total labour force,,G56A,people,income,Total labour force,,14615,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14616,NegNil_inc_Notin_LF,Negative Nil income Not in the labour force,,G56A,people,income,Not in the labour force,,14616,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14617,NegNil_inc_LF_sta_NS,Negative Nil income Labour force status not stated,,G56A,people,income,Labour force status not stated,,14617,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14618,NegNil_inc_Tot,Negative Nil income Total,,G56A,people,income,Total,,14618,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14619,I_1_149_Emp_WFT,1 149 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14619,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14620,I_1_149_Emp_WPT,1 149 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14620,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14621,I_1_149_Emp_AW,1 149 Employed Away from work,,G56A,people,income,Employed: Away from work,,14621,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14622,I_1_149_E_T,1 149 Employed Total,,G56A,people,income,Employed: Total,,14622,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14623,I_1_149_UnE_lfw_FTW,1 149 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14623,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14624,I_1_149_UnE_lfw_PTW,1 149 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14624,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14625,I_1_149_UnE_lfw_Tot,1 149 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14625,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14626,I_1_149_T_LF,1 149 Total labour force,,G56A,people,income,Total labour force,,14626,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14627,I_1_149_Notin_LF,1 149 Not in the labour force,,G56A,people,income,Not in the labour force,,14627,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14628,I_1_149_LF_sta_NS,1 149 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14628,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14629,I_1_149_Tot,1 149 Total,,G56A,people,income,Total,,14629,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14630,I_150_299_Emp_WFT,150 299 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14630,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14631,I_150_299_Emp_WPT,150 299 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14631,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14632,I_150_299_Emp_AW,150 299 Employed Away from work,,G56A,people,income,Employed: Away from work,,14632,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14633,I_150_299_E_T,150 299 Employed Total,,G56A,people,income,Employed: Total,,14633,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14634,I_150_299_UnE_lfw_FTW,150 299 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14634,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14635,I_150_299_UnE_lfw_PTW,150 299 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14635,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14636,I_150_299_UnE_lfw_Tot,150 299 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14636,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14637,I_150_299_T_LF,150 299 Total labour force,,G56A,people,income,Total labour force,,14637,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14638,I_150_299_Notin_LF,150 299 Not in the labour force,,G56A,people,income,Not in the labour force,,14638,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14639,I_150_299_LF_sta_NS,150 299 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14639,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14640,I_150_299_Tot,150 299 Total,,G56A,people,income,Total,,14640,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14641,I_300_399_Emp_WFT,300 399 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14641,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14642,I_300_399_Emp_WPT,300 399 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14642,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14643,I_300_399_Emp_AW,300 399 Employed Away from work,,G56A,people,income,Employed: Away from work,,14643,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14644,I_300_399_E_T,300 399 Employed Total,,G56A,people,income,Employed: Total,,14644,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14645,I_300_399_UnE_lfw_FTW,300 399 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14645,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14646,I_300_399_UnE_lfw_PTW,300 399 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14646,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14647,I_300_399_UnE_lfw_Tot,300 399 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14647,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14648,I_300_399_T_LF,300 399 Total labour force,,G56A,people,income,Total labour force,,14648,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14649,I_300_399_Notin_LF,300 399 Not in the labour force,,G56A,people,income,Not in the labour force,,14649,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14650,I_300_399_LF_sta_NS,300 399 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14650,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14651,I_300_399_Tot,300 399 Total,,G56A,people,income,Total,,14651,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14652,I_400_499_Emp_WFT,400 499 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14652,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14653,I_400_499_Emp_WPT,400 499 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14653,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14654,I_400_499_Emp_AW,400 499 Employed Away from work,,G56A,people,income,Employed: Away from work,,14654,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14655,I_400_499_E_T,400 499 Employed Total,,G56A,people,income,Employed: Total,,14655,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14656,I_400_499_UnE_lfw_FTW,400 499 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14656,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14657,I_400_499_UnE_lfw_PTW,400 499 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14657,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14658,I_400_499_UnE_lfw_Tot,400 499 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14658,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14659,I_400_499_T_LF,400 499 Total labour force,,G56A,people,income,Total labour force,,14659,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14660,I_400_499_Notin_LF,400 499 Not in the labour force,,G56A,people,income,Not in the labour force,,14660,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14661,I_400_499_LF_sta_NS,400 499 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14661,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14662,I_400_499_Tot,400 499 Total,,G56A,people,income,Total,,14662,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14663,I_500_649_Emp_WFT,500 649 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14663,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14664,I_500_649_Emp_WPT,500 649 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14664,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14665,I_500_649_Emp_AW,500 649 Employed Away from work,,G56A,people,income,Employed: Away from work,,14665,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14666,I_500_649_E_T,500 649 Employed Total,,G56A,people,income,Employed: Total,,14666,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14667,I_500_649_UnE_lfw_FTW,500 649 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14667,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14668,I_500_649_UnE_lfw_PTW,500 649 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14668,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14669,I_500_649_UnE_lfw_Tot,500 649 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14669,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14670,I_500_649_T_LF,500 649 Total labour force,,G56A,people,income,Total labour force,,14670,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14671,I_500_649_Notin_LF,500 649 Not in the labour force,,G56A,people,income,Not in the labour force,,14671,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14672,I_500_649_LF_sta_NS,500 649 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14672,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14673,I_500_649_Tot,500 649 Total,,G56A,people,income,Total,,14673,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14674,I_650_799_Emp_WFT,650 799 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14674,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14675,I_650_799_Emp_WPT,650 799 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14675,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14676,I_650_799_Emp_AW,650 799 Employed Away from work,,G56A,people,income,Employed: Away from work,,14676,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14677,I_650_799_E_T,650 799 Employed Total,,G56A,people,income,Employed: Total,,14677,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14678,I_650_799_UnE_lfw_FTW,650 799 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14678,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14679,I_650_799_UnE_lfw_PTW,650 799 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14679,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14680,I_650_799_UnE_lfw_Tot,650 799 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14680,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14681,I_650_799_T_LF,650 799 Total labour force,,G56A,people,income,Total labour force,,14681,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14682,I_650_799_Notin_LF,650 799 Not in the labour force,,G56A,people,income,Not in the labour force,,14682,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14683,I_650_799_LF_sta_NS,650 799 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14683,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14684,I_650_799_Tot,650 799 Total,,G56A,people,income,Total,,14684,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14685,I_800_999_Emp_WFT,800 999 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14685,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14686,I_800_999_Emp_WPT,800 999 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14686,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14687,I_800_999_Emp_AW,800 999 Employed Away from work,,G56A,people,income,Employed: Away from work,,14687,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14688,I_800_999_E_T,800 999 Employed Total,,G56A,people,income,Employed: Total,,14688,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14689,I_800_999_UnE_lfw_FTW,800 999 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14689,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14690,I_800_999_UnE_lfw_PTW,800 999 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14690,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14691,I_800_999_UnE_lfw_Tot,800 999 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14691,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14692,I_800_999_T_LF,800 999 Total labour force,,G56A,people,income,Total labour force,,14692,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14693,I_800_999_Notin_LF,800 999 Not in the labour force,,G56A,people,income,Not in the labour force,,14693,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14694,I_800_999_LF_sta_NS,800 999 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14694,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14695,I_800_999_Tot,800 999 Total,,G56A,people,income,Total,,14695,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14696,I_1000_1249_Emp_WFT,1000 1249 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14696,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14697,I_1000_1249_Emp_WPT,1000 1249 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14697,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14698,I_1000_1249_Emp_AW,1000 1249 Employed Away from work,,G56A,people,income,Employed: Away from work,,14698,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14699,I_1000_1249_E_T,1000 1249 Employed Total,,G56A,people,income,Employed: Total,,14699,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14700,I_1000_1249_UnE_lfw_FTW,1000 1249 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14700,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14701,I_1000_1249_UnE_lfw_PTW,1000 1249 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14701,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14702,I_1000_1249_UnE_lfw_Tot,1000 1249 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14702,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14703,I_1000_1249_T_LF,1000 1249 Total labour force,,G56A,people,income,Total labour force,,14703,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14704,I_1000_1249_Notin_LF,1000 1249 Not in the labour force,,G56A,people,income,Not in the labour force,,14704,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14705,I_1000_1249_LF_sta_NS,1000 1249 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14705,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14706,I_1000_1249_Tot,1000 1249 Total,,G56A,people,income,Total,,14706,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14707,I_1250_1499_Emp_WFT,1250 1499 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14707,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14708,I_1250_1499_Emp_WPT,1250 1499 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14708,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14709,I_1250_1499_Emp_AW,1250 1499 Employed Away from work,,G56A,people,income,Employed: Away from work,,14709,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14710,I_1250_1499_E_T,1250 1499 Employed Total,,G56A,people,income,Employed: Total,,14710,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14711,I_1250_1499_UnE_lfw_FTW,1250 1499 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14711,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14712,I_1250_1499_UnE_lfw_PTW,1250 1499 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14712,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14713,I_1250_1499_UnE_lfw_Tot,1250 1499 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14713,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14714,I_1250_1499_T_LF,1250 1499 Total labour force,,G56A,people,income,Total labour force,,14714,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14715,I_1250_1499_Notin_LF,1250 1499 Not in the labour force,,G56A,people,income,Not in the labour force,,14715,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14716,I_1250_1499_LF_sta_NS,1250 1499 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14716,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14717,I_1250_1499_Tot,1250 1499 Total,,G56A,people,income,Total,,14717,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14718,I_1500_1749_Emp_WFT,1500 1749 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14718,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14719,I_1500_1749_Emp_WPT,1500 1749 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14719,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14720,I_1500_1749_Emp_AW,1500 1749 Employed Away from work,,G56A,people,income,Employed: Away from work,,14720,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14721,I_1500_1749_E_T,1500 1749 Employed Total,,G56A,people,income,Employed: Total,,14721,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14722,I_1500_1749_UnE_lfw_FTW,1500 1749 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14722,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14723,I_1500_1749_UnE_lfw_PTW,1500 1749 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14723,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14724,I_1500_1749_UnE_lfw_Tot,1500 1749 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14724,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14725,I_1500_1749_T_LF,1500 1749 Total labour force,,G56A,people,income,Total labour force,,14725,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14726,I_1500_1749_Notin_LF,1500 1749 Not in the labour force,,G56A,people,income,Not in the labour force,,14726,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14727,I_1500_1749_LF_sta_NS,1500 1749 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14727,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14728,I_1500_1749_Tot,1500 1749 Total,,G56A,people,income,Total,,14728,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14729,I_1750_1999_Emp_WFT,1750 1999 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14729,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14730,I_1750_1999_Emp_WPT,1750 1999 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14730,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14731,I_1750_1999_Emp_AW,1750 1999 Employed Away from work,,G56A,people,income,Employed: Away from work,,14731,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14732,I_1750_1999_E_T,1750 1999 Employed Total,,G56A,people,income,Employed: Total,,14732,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14733,I_1750_1999_UnE_lfw_FTW,1750 1999 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14733,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14734,I_1750_1999_UnE_lfw_PTW,1750 1999 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14734,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14735,I_1750_1999_UnE_lfw_Tot,1750 1999 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14735,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14736,I_1750_1999_T_LF,1750 1999 Total labour force,,G56A,people,income,Total labour force,,14736,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14737,I_1750_1999_Notin_LF,1750 1999 Not in the labour force,,G56A,people,income,Not in the labour force,,14737,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14738,I_1750_1999_LF_sta_NS,1750 1999 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14738,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14739,I_1750_1999_Tot,1750 1999 Total,,G56A,people,income,Total,,14739,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14740,I_2000_2499_Emp_WFT,2000 2499 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14740,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14741,I_2000_2499_Emp_WPT,2000 2499 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14741,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14742,I_2000_2499_Emp_AW,2000 2499 Employed Away from work,,G56A,people,income,Employed: Away from work,,14742,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14743,I_2000_2499_E_T,2000 2499 Employed Total,,G56A,people,income,Employed: Total,,14743,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14744,I_2000_2499_UnE_lfw_FTW,2000 2499 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14744,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14745,I_2000_2499_UnE_lfw_PTW,2000 2499 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14745,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14746,I_2000_2499_UnE_lfw_Tot,2000 2499 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14746,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14747,I_2000_2499_T_LF,2000 2499 Total labour force,,G56A,people,income,Total labour force,,14747,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14748,I_2000_2499_Notin_LF,2000 2499 Not in the labour force,,G56A,people,income,Not in the labour force,,14748,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14749,I_2000_2499_LF_sta_NS,2000 2499 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14749,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14750,I_2000_2499_Tot,2000 2499 Total,,G56A,people,income,Total,,14750,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14751,I_2500_2999_Emp_WFT,2500 2999 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14751,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14752,I_2500_2999_Emp_WPT,2500 2999 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14752,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14753,I_2500_2999_Emp_AW,2500 2999 Employed Away from work,,G56A,people,income,Employed: Away from work,,14753,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14754,I_2500_2999_E_T,2500 2999 Employed Total,,G56A,people,income,Employed: Total,,14754,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14755,I_2500_2999_UnE_lfw_FTW,2500 2999 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14755,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14756,I_2500_2999_UnE_lfw_PTW,2500 2999 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14756,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14757,I_2500_2999_UnE_lfw_Tot,2500 2999 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14757,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14758,I_2500_2999_T_LF,2500 2999 Total labour force,,G56A,people,income,Total labour force,,14758,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14759,I_2500_2999_Notin_LF,2500 2999 Not in the labour force,,G56A,people,income,Not in the labour force,,14759,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14760,I_2500_2999_LF_sta_NS,2500 2999 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14760,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14761,I_2500_2999_Tot,2500 2999 Total,,G56A,people,income,Total,,14761,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14762,I_3000_3499_Emp_WFT,3000 3499 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14762,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14763,I_3000_3499_Emp_WPT,3000 3499 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14763,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14764,I_3000_3499_Emp_AW,3000 3499 Employed Away from work,,G56A,people,income,Employed: Away from work,,14764,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14765,I_3000_3499_E_T,3000 3499 Employed Total,,G56A,people,income,Employed: Total,,14765,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14766,I_3000_3499_UnE_lfw_FTW,3000 3499 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14766,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14767,I_3000_3499_UnE_lfw_PTW,3000 3499 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14767,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14768,I_3000_3499_UnE_lfw_Tot,3000 3499 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14768,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14769,I_3000_3499_T_LF,3000 3499 Total labour force,,G56A,people,income,Total labour force,,14769,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14770,I_3000_3499_Notin_LF,3000 3499 Not in the labour force,,G56A,people,income,Not in the labour force,,14770,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14771,I_3000_3499_LF_sta_NS,3000 3499 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14771,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14772,I_3000_3499_Tot,3000 3499 Total,,G56A,people,income,Total,,14772,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14773,I_3500_3999_Emp_WFT,3500 3999 Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14773,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14774,I_3500_3999_Emp_WPT,3500 3999 Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14774,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14775,I_3500_3999_Emp_AW,3500 3999 Employed Away from work,,G56A,people,income,Employed: Away from work,,14775,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14776,I_3500_3999_E_T,3500 3999 Employed Total,,G56A,people,income,Employed: Total,,14776,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14777,I_3500_3999_UnE_lfw_FTW,3500 3999 Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14777,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14778,I_3500_3999_UnE_lfw_PTW,3500 3999 Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14778,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14779,I_3500_3999_UnE_lfw_Tot,3500 3999 Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14779,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14780,I_3500_3999_T_LF,3500 3999 Total labour force,,G56A,people,income,Total labour force,,14780,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14781,I_3500_3999_Notin_LF,3500 3999 Not in the labour force,,G56A,people,income,Not in the labour force,,14781,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14782,I_3500_3999_LF_sta_NS,3500 3999 Labour force status not stated,,G56A,people,income,Labour force status not stated,,14782,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14783,I_3500_3999_Tot,3500 3999 Total,,G56A,people,income,Total,,14783,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14784,I_4000more_Emp_WFT,4000 or more Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14784,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14785,I_4000more_Emp_WPT,4000 or more Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14785,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14786,I_4000more_Emp_AW,4000 or more Employed Away from work,,G56A,people,income,Employed: Away from work,,14786,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14787,I_4000more_E_T,4000 or more Employed Total,,G56A,people,income,Employed: Total,,14787,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14788,I_4000more_UnE_lfw_FTW,4000 or more Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14788,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14789,I_4000more_UnE_lfw_PTW,4000 or more Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14789,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14790,I_4000more_UnE_lfw_Tot,4000 or more Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14790,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14791,I_4000more_T_LF,4000 or more Total labour force,,G56A,people,income,Total labour force,,14791,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14792,I_4000more_Notin_LF,4000 or more Not in the labour force,,G56A,people,income,Not in the labour force,,14792,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14793,I_4000more_LF_sta_NS,4000 or more Labour force status not stated,,G56A,people,income,Labour force status not stated,,14793,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14794,I_4000more_Tot,4000 or more Total,,G56A,people,income,Total,,14794,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14795,Part_inc_sta_Emp_WFT,Partial income stated Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14795,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14796,Part_inc_sta_Emp_WPT,Partial income stated Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14796,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14797,Part_inc_sta_Emp_AW,Partial income stated Employed Away from work,,G56A,people,income,Employed: Away from work,,14797,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14798,Part_inc_sta_E_T,Partial income stated Employed Total,,G56A,people,income,Employed: Total,,14798,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14799,Part_inc_sta_UnE_lfw_FTW,Partial income stated Unemployed looking for Full time work,,G56A,people,income,"Unemployed, looking for work: Full-time work",,14799,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14800,Part_inc_sta_UnE_lfw_PTW,Partial income stated Unemployed looking for Part time work,,G56A,people,income,"Unemployed, looking for work: Part-time work",,14800,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14801,Part_inc_sta_UnE_lfw_Tot,Partial income stated Unemployed looking for Total,,G56A,people,income,"Unemployed, looking for work: Total",,14801,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14802,Part_inc_sta_T_LF,Partial income stated Total labour force,,G56A,people,income,Total labour force,,14802,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14803,Part_inc_sta_Notin_LF,Partial income stated Not in the labour force,,G56A,people,income,Not in the labour force,,14803,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14804,Part_inc_sta_LF_sta_NS,Partial income stated Labour force status not stated,,G56A,people,income,Labour force status not stated,,14804,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14805,Part_inc_sta_Tot,Partial income stated Total,,G56A,people,income,Total,,14805,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14806,All_inc_NS_Emp_WFT,All incomes not stated Employed Worked full time,,G56A,people,income,Employed: Worked full-time,,14806,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14807,All_inc_NS_Emp_WPT,All incomes not stated Employed Worked part time,,G56A,people,income,Employed: Worked part-time,,14807,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14808,All_inc_NS_Emp_AW,All incomes not stated Employed Away from work,,G56B,people,income,Employed: Away from work,,14808,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14809,All_inc_NS_E_T,All incomes not stated Employed Total,,G56B,people,income,Employed: Total,,14809,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14810,All_inc_NS_UnE_lfw_FTW,All incomes not stated Unemployed looking for Full time work,,G56B,people,income,"Unemployed, looking for work: Full-time work",,14810,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14811,All_inc_NS_UnE_lfw_PTW,All incomes not stated Unemployed looking for Part time work,,G56B,people,income,"Unemployed, looking for work: Part-time work",,14811,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14812,All_inc_NS_UnE_lfw_Tot,All incomes not stated Unemployed looking for Total,,G56B,people,income,"Unemployed, looking for work: Total",,14812,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14813,All_inc_NS_T_LF,All incomes not stated Total labour force,,G56B,people,income,Total labour force,,14813,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14814,All_inc_NS_Notin_LF,All incomes not stated Not in the labour force,,G56B,people,income,Not in the labour force,,14814,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14815,All_inc_NS_LF_sta_NS,All incomes not stated Labour force status not stated,,G56B,people,income,Labour force status not stated,,14815,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14816,All_inc_NS_Tot,All incomes not stated Total,,G56B,people,income,Total,,14816,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14817,Tot_Emp_WFT,Total Employed Worked full time,,G56B,people,income,Employed: Worked full-time,,14817,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14818,Tot_Emp_WPT,Total Employed Worked part time,,G56B,people,income,Employed: Worked part-time,,14818,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14819,Tot_Emp_AW,Total Employed Away from work,,G56B,people,income,Employed: Away from work,,14819,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14820,Tot_E_T,Total Employed Total,,G56B,people,income,Employed: Total,,14820,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14821,Tot_UnE_lfw_FTW,Total Unemployed looking for Full time work,,G56B,people,income,"Unemployed, looking for work: Full-time work",,14821,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14822,Tot_UnE_lfw_PTW,Total Unemployed looking for Part time work,,G56B,people,income,"Unemployed, looking for work: Part-time work",,14822,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14823,Tot_UnE_lfw_Tot,Total Unemployed looking for Total,,G56B,people,income,"Unemployed, looking for work: Total",,14823,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14824,Tot_T_LF,Total Total labour force,,G56B,people,income,Total labour force,,14824,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14825,Tot_Notin_LF,Total Not in the labour force,,G56B,people,income,Not in the labour force,,14825,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14826,Tot_LF_sta_NS,Total Labour force status not stated,,G56B,people,income,Labour force status not stated,,14826,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14827,Tot_Tot,Total Total,,G56B,people,income,Total,,14827,Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families +G14828,M15_19_Managers,Males 15 19 years Occupation Managers,,G57A,people,employment,Managers|MALES,,14828,Occupation by Age by Sex +G14829,M15_19_Professionals,Males 15 19 years Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14829,Occupation by Age by Sex +G14830,M15_19_TechnicTrades_Wrs,Males 15 19 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14830,Occupation by Age by Sex +G14831,M15_19_CommunPersnlSvc_W,Males 15 19 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14831,Occupation by Age by Sex +G14832,M15_19_ClericalAdminis_W,Males 15 19 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14832,Occupation by Age by Sex +G14833,M15_19_Sales_W,Males 15 19 years Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14833,Occupation by Age by Sex +G14834,M15_19_Mach_oper_drivers,Males 15 19 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14834,Occupation by Age by Sex +G14835,M15_19_Labourers,Males 15 19 years Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14835,Occupation by Age by Sex +G14836,M15_19_Occu_ID_NS,Males 15 19 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14836,Occupation by Age by Sex +G14837,M15_19_Tot,Males 15 19 years Total,,G57A,people,employment,Total|MALES,,14837,Occupation by Age by Sex +G14838,M20_24_Managers,Males 20 24 years Occupation Managers,,G57A,people,employment,Managers|MALES,,14838,Occupation by Age by Sex +G14839,M20_24_Professionals,Males 20 24 years Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14839,Occupation by Age by Sex +G14840,M20_24_TechnicTrades_W,Males 20 24 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14840,Occupation by Age by Sex +G14841,M20_24_CommunPersnlSvc_W,Males 20 24 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14841,Occupation by Age by Sex +G14842,M20_24_ClericalAdminis_W,Males 20 24 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14842,Occupation by Age by Sex +G14843,M20_24_Sales_W,Males 20 24 years Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14843,Occupation by Age by Sex +G14844,M20_24_Mach_oper_drivers,Males 20 24 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14844,Occupation by Age by Sex +G14845,M20_24_Labourers,Males 20 24 years Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14845,Occupation by Age by Sex +G14846,M20_24_Occu_ID_NS,Males 20 24 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14846,Occupation by Age by Sex +G14847,M20_24_Tot,Males 20 24 years Total,,G57A,people,employment,Total|MALES,,14847,Occupation by Age by Sex +G14848,M25_34_Managers,Males 25 34 years Occupation Managers,,G57A,people,employment,Managers|MALES,,14848,Occupation by Age by Sex +G14849,M25_34_Professionals,Males 25 34 years Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14849,Occupation by Age by Sex +G14850,M25_34_TechnicTrades_W,Males 25 34 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14850,Occupation by Age by Sex +G14851,M25_34_CommunPersnlSvc_W,Males 25 34 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14851,Occupation by Age by Sex +G14852,M25_34_ClericalAdminis_W,Males 25 34 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14852,Occupation by Age by Sex +G14853,M25_34_Sales_W,Males 25 34 years Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14853,Occupation by Age by Sex +G14854,M25_34_Mach_oper_drivers,Males 25 34 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14854,Occupation by Age by Sex +G14855,M25_34_Labourers,Males 25 34 years Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14855,Occupation by Age by Sex +G14856,M25_34_Occu_ID_NS,Males 25 34 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14856,Occupation by Age by Sex +G14857,M25_34_Tot,Males 25 34 years Total,,G57A,people,employment,Total|MALES,,14857,Occupation by Age by Sex +G14858,M35_44_Managers,Males 35 44 years Occupation Managers,,G57A,people,employment,Managers|MALES,,14858,Occupation by Age by Sex +G14859,M35_44_Professionals,Males 35 44 years Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14859,Occupation by Age by Sex +G14860,M35_44_TechnicTrades_W,Males 35 44 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14860,Occupation by Age by Sex +G14861,M35_44_CommunPersnlSvc_W,Males 35 44 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14861,Occupation by Age by Sex +G14862,M35_44_ClericalAdminis_W,Males 35 44 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14862,Occupation by Age by Sex +G14863,M35_44_Sales_W,Males 35 44 years Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14863,Occupation by Age by Sex +G14864,M35_44_Mach_oper_drivers,Males 35 44 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14864,Occupation by Age by Sex +G14865,M35_44_Labourers,Males 35 44 years Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14865,Occupation by Age by Sex +G14866,M35_44_Occu_ID_NS,Males 35 44 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14866,Occupation by Age by Sex +G14867,M35_44_Tot,Males 35 44 years Total,,G57A,people,employment,Total|MALES,,14867,Occupation by Age by Sex +G14868,M45_54_Managers,Males 45 54 years Occupation Managers,,G57A,people,employment,Managers|MALES,,14868,Occupation by Age by Sex +G14869,M45_54_Professionals,Males 45 54 years Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14869,Occupation by Age by Sex +G14870,M45_54_TechnicTrades_W,Males 45 54 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14870,Occupation by Age by Sex +G14871,M45_54_CommunPersnlSvc_W,Males 45 54 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14871,Occupation by Age by Sex +G14872,M45_54_ClericalAdminis_W,Males 45 54 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14872,Occupation by Age by Sex +G14873,M45_54_Sales_W,Males 45 54 years Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14873,Occupation by Age by Sex +G14874,M45_54_Mach_oper_drivers,Males 45 54 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14874,Occupation by Age by Sex +G14875,M45_54_Labourers,Males 45 54 years Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14875,Occupation by Age by Sex +G14876,M45_54_Occu_ID_NS,Males 45 54 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14876,Occupation by Age by Sex +G14877,M45_54_Tot,Males 45 54 years Total,,G57A,people,employment,Total|MALES,,14877,Occupation by Age by Sex +G14878,M55_64_Managers,Males 55 64 years Occupation Managers,,G57A,people,employment,Managers|MALES,,14878,Occupation by Age by Sex +G14879,M55_64_Professionals,Males 55 64 years Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14879,Occupation by Age by Sex +G14880,M55_64_TechnicTrades_W,Males 55 64 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14880,Occupation by Age by Sex +G14881,M55_64_CommunPersnlSvc_W,Males 55 64 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14881,Occupation by Age by Sex +G14882,M55_64_ClericalAdminis_W,Males 55 64 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14882,Occupation by Age by Sex +G14883,M55_64_Sales_W,Males 55 64 years Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14883,Occupation by Age by Sex +G14884,M55_64_Mach_oper_drivers,Males 55 64 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14884,Occupation by Age by Sex +G14885,M55_64_Labourers,Males 55 64 years Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14885,Occupation by Age by Sex +G14886,M55_64_Occu_ID_NS,Males 55 64 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14886,Occupation by Age by Sex +G14887,M55_64_Tot,Males 55 64 years Total,,G57A,people,employment,Total|MALES,,14887,Occupation by Age by Sex +G14888,M65_74_Managers,Males 65 74 years Occupation Managers,,G57A,people,employment,Managers|MALES,,14888,Occupation by Age by Sex +G14889,M65_74_Professionals,Males 65 74 years Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14889,Occupation by Age by Sex +G14890,M65_74_TechnicTrades_W,Males 65 74 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14890,Occupation by Age by Sex +G14891,M65_74_CommunPersnlSvc_W,Males 65 74 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14891,Occupation by Age by Sex +G14892,M65_74_ClericalAdminis_W,Males 65 74 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14892,Occupation by Age by Sex +G14893,M65_74_Sales_W,Males 65 74 years Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14893,Occupation by Age by Sex +G14894,M65_74_Mach_oper_drivers,Males 65 74 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14894,Occupation by Age by Sex +G14895,M65_74_Labourers,Males 65 74 years Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14895,Occupation by Age by Sex +G14896,M65_74_Occu_ID_NS,Males 65 74 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14896,Occupation by Age by Sex +G14897,M65_74_Tot,Males 65 74 years Total,,G57A,people,employment,Total|MALES,,14897,Occupation by Age by Sex +G14898,M75_84_Managers,Males 75 84 years Occupation Managers,,G57A,people,employment,Managers|MALES,,14898,Occupation by Age by Sex +G14899,M75_84_Professionals,Males 75 84 years Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14899,Occupation by Age by Sex +G14900,M75_84_TechnicTrades_W,Males 75 84 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14900,Occupation by Age by Sex +G14901,M75_84_CommunPersnlSvc_W,Males 75 84 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14901,Occupation by Age by Sex +G14902,M75_84_ClericalAdminis_W,Males 75 84 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14902,Occupation by Age by Sex +G14903,M75_84_Sales_W,Males 75 84 years Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14903,Occupation by Age by Sex +G14904,M75_84_Mach_oper_drivers,Males 75 84 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14904,Occupation by Age by Sex +G14905,M75_84_Labourers,Males 75 84 years Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14905,Occupation by Age by Sex +G14906,M75_84_Occu_ID_NS,Males 75 84 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14906,Occupation by Age by Sex +G14907,M75_84_Tot,Males 75 84 years Total,,G57A,people,employment,Total|MALES,,14907,Occupation by Age by Sex +G14908,M85_ov_Managers,Males 85 years and over Occupation Managers,,G57A,people,employment,Managers|MALES,,14908,Occupation by Age by Sex +G14909,M85_ov_Professionals,Males 85 years and over Occupation Professionals,,G57A,people,employment,Professionals|MALES,,14909,Occupation by Age by Sex +G14910,M85_ov_TechnicTrades_W,Males 85 years and over Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|MALES,,14910,Occupation by Age by Sex +G14911,M85_ov_CommunPersnlSvc_W,Males 85 years and over Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|MALES,,14911,Occupation by Age by Sex +G14912,M85_ov_ClericalAdminis_W,Males 85 years and over Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|MALES,,14912,Occupation by Age by Sex +G14913,M85_ov_Sales_W,Males 85 years and over Occupation Sales workers,,G57A,people,employment,Sales workers|MALES,,14913,Occupation by Age by Sex +G14914,M85_ov_Mach_oper_drivers,Males 85 years and over Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|MALES,,14914,Occupation by Age by Sex +G14915,M85_ov_Labourers,Males 85 years and over Occupation Labourers,,G57A,people,employment,Labourers|MALES,,14915,Occupation by Age by Sex +G14916,M85_ov_Occu_ID_NS,Males 85 years and over Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|MALES,,14916,Occupation by Age by Sex +G14917,M85_ov_Tot,Males 85 years and over Total,,G57A,people,employment,Total|MALES,,14917,Occupation by Age by Sex +G14928,F15_19_Managers,Females 15 19 years Occupation Managers,,G57A,people,employment,Managers|FEMALES,,14928,Occupation by Age by Sex +G14929,F15_19_Professionals,Females 15 19 years Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,14929,Occupation by Age by Sex +G14930,F15_19_TechnicTrades_Wrs,Females 15 19 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,14930,Occupation by Age by Sex +G14931,F15_19_CommunPersnlSvc_W,Females 15 19 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,14931,Occupation by Age by Sex +G14932,F15_19_ClericalAdminis_W,Females 15 19 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,14932,Occupation by Age by Sex +G14933,F15_19_Sales_W,Females 15 19 years Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,14933,Occupation by Age by Sex +G14934,F15_19_Mach_oper_drivers,Females 15 19 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,14934,Occupation by Age by Sex +G14935,F15_19_Labourers,Females 15 19 years Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,14935,Occupation by Age by Sex +G14936,F15_19_Occu_ID_NS,Females 15 19 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,14936,Occupation by Age by Sex +G14937,F15_19_Tot,Females 15 19 years Total,,G57A,people,employment,Total|FEMALES,,14937,Occupation by Age by Sex +G14938,F20_24_Managers,Females 20 24 years Occupation Managers,,G57A,people,employment,Managers|FEMALES,,14938,Occupation by Age by Sex +G14939,F20_24_Professionals,Females 20 24 years Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,14939,Occupation by Age by Sex +G14940,F20_24_TechnicTrades_W,Females 20 24 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,14940,Occupation by Age by Sex +G14941,F20_24_CommunPersnlSvc_W,Females 20 24 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,14941,Occupation by Age by Sex +G14942,F20_24_ClericalAdminis_W,Females 20 24 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,14942,Occupation by Age by Sex +G14943,F20_24_Sales_W,Females 20 24 years Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,14943,Occupation by Age by Sex +G14944,F20_24_Mach_oper_drivers,Females 20 24 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,14944,Occupation by Age by Sex +G14945,F20_24_Labourers,Females 20 24 years Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,14945,Occupation by Age by Sex +G14946,F20_24_Occu_ID_NS,Females 20 24 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,14946,Occupation by Age by Sex +G14947,F20_24_Tot,Females 20 24 years Total,,G57A,people,employment,Total|FEMALES,,14947,Occupation by Age by Sex +G14948,F25_34_Managers,Females 25 34 years Occupation Managers,,G57A,people,employment,Managers|FEMALES,,14948,Occupation by Age by Sex +G14949,F25_34_Professionals,Females 25 34 years Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,14949,Occupation by Age by Sex +G14950,F25_34_TechnicTrades_W,Females 25 34 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,14950,Occupation by Age by Sex +G14951,F25_34_CommunPersnlSvc_W,Females 25 34 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,14951,Occupation by Age by Sex +G14952,F25_34_ClericalAdminis_W,Females 25 34 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,14952,Occupation by Age by Sex +G14953,F25_34_Sales_W,Females 25 34 years Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,14953,Occupation by Age by Sex +G14954,F25_34_Mach_oper_drivers,Females 25 34 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,14954,Occupation by Age by Sex +G14955,F25_34_Labourers,Females 25 34 years Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,14955,Occupation by Age by Sex +G14956,F25_34_Occu_ID_NS,Females 25 34 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,14956,Occupation by Age by Sex +G14957,F25_34_Tot,Females 25 34 years Total,,G57A,people,employment,Total|FEMALES,,14957,Occupation by Age by Sex +G14958,F35_44_Managers,Females 35 44 years Occupation Managers,,G57A,people,employment,Managers|FEMALES,,14958,Occupation by Age by Sex +G14959,F35_44_Professionals,Females 35 44 years Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,14959,Occupation by Age by Sex +G14960,F35_44_TechnicTrades_W,Females 35 44 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,14960,Occupation by Age by Sex +G14961,F35_44_CommunPersnlSvc_W,Females 35 44 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,14961,Occupation by Age by Sex +G14962,F35_44_ClericalAdminis_W,Females 35 44 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,14962,Occupation by Age by Sex +G14963,F35_44_Sales_W,Females 35 44 years Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,14963,Occupation by Age by Sex +G14964,F35_44_Mach_oper_drivers,Females 35 44 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,14964,Occupation by Age by Sex +G14965,F35_44_Labourers,Females 35 44 years Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,14965,Occupation by Age by Sex +G14966,F35_44_Occu_ID_NS,Females 35 44 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,14966,Occupation by Age by Sex +G14967,F35_44_Tot,Females 35 44 years Total,,G57A,people,employment,Total|FEMALES,,14967,Occupation by Age by Sex +G14968,F45_54_Managers,Females 45 54 years Occupation Managers,,G57A,people,employment,Managers|FEMALES,,14968,Occupation by Age by Sex +G14969,F45_54_Professionals,Females 45 54 years Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,14969,Occupation by Age by Sex +G14970,F45_54_TechnicTrades_W,Females 45 54 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,14970,Occupation by Age by Sex +G14971,F45_54_CommunPersnlSvc_W,Females 45 54 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,14971,Occupation by Age by Sex +G14972,F45_54_ClericalAdminis_W,Females 45 54 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,14972,Occupation by Age by Sex +G14973,F45_54_Sales_W,Females 45 54 years Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,14973,Occupation by Age by Sex +G14974,F45_54_Mach_oper_drivers,Females 45 54 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,14974,Occupation by Age by Sex +G14975,F45_54_Labourers,Females 45 54 years Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,14975,Occupation by Age by Sex +G14976,F45_54_Occu_ID_NS,Females 45 54 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,14976,Occupation by Age by Sex +G14977,F45_54_Tot,Females 45 54 years Total,,G57A,people,employment,Total|FEMALES,,14977,Occupation by Age by Sex +G14978,F55_64_Managers,Females 55 64 years Occupation Managers,,G57A,people,employment,Managers|FEMALES,,14978,Occupation by Age by Sex +G14979,F55_64_Professionals,Females 55 64 years Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,14979,Occupation by Age by Sex +G14980,F55_64_TechnicTrades_W,Females 55 64 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,14980,Occupation by Age by Sex +G14981,F55_64_CommunPersnlSvc_W,Females 55 64 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,14981,Occupation by Age by Sex +G14982,F55_64_ClericalAdminis_W,Females 55 64 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,14982,Occupation by Age by Sex +G14983,F55_64_Sales_W,Females 55 64 years Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,14983,Occupation by Age by Sex +G14984,F55_64_Mach_oper_drivers,Females 55 64 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,14984,Occupation by Age by Sex +G14985,F55_64_Labourers,Females 55 64 years Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,14985,Occupation by Age by Sex +G14986,F55_64_Occu_ID_NS,Females 55 64 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,14986,Occupation by Age by Sex +G14987,F55_64_Tot,Females 55 64 years Total,,G57A,people,employment,Total|FEMALES,,14987,Occupation by Age by Sex +G14988,F65_74_Managers,Females 65 74 years Occupation Managers,,G57A,people,employment,Managers|FEMALES,,14988,Occupation by Age by Sex +G14989,F65_74_Professionals,Females 65 74 years Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,14989,Occupation by Age by Sex +G14990,F65_74_TechnicTrades_W,Females 65 74 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,14990,Occupation by Age by Sex +G14991,F65_74_CommunPersnlSvc_W,Females 65 74 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,14991,Occupation by Age by Sex +G14992,F65_74_ClericalAdminis_W,Females 65 74 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,14992,Occupation by Age by Sex +G14993,F65_74_Sales_W,Females 65 74 years Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,14993,Occupation by Age by Sex +G14994,F65_74_Mach_oper_drivers,Females 65 74 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,14994,Occupation by Age by Sex +G14995,F65_74_Labourers,Females 65 74 years Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,14995,Occupation by Age by Sex +G14996,F65_74_Occu_ID_NS,Females 65 74 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,14996,Occupation by Age by Sex +G14997,F65_74_Tot,Females 65 74 years Total,,G57A,people,employment,Total|FEMALES,,14997,Occupation by Age by Sex +G14998,F75_84_Managers,Females 75 84 years Occupation Managers,,G57A,people,employment,Managers|FEMALES,,14998,Occupation by Age by Sex +G14999,F75_84_Professionals,Females 75 84 years Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,14999,Occupation by Age by Sex +G15000,F75_84_TechnicTrades_W,Females 75 84 years Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,15000,Occupation by Age by Sex +G15001,F75_84_CommunPersnlSvc_W,Females 75 84 years Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,15001,Occupation by Age by Sex +G15002,F75_84_ClericalAdminis_W,Females 75 84 years Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,15002,Occupation by Age by Sex +G15003,F75_84_Sales_W,Females 75 84 years Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,15003,Occupation by Age by Sex +G15004,F75_84_Mach_oper_drivers,Females 75 84 years Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,15004,Occupation by Age by Sex +G15005,F75_84_Labourers,Females 75 84 years Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,15005,Occupation by Age by Sex +G15006,F75_84_Occu_ID_NS,Females 75 84 years Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,15006,Occupation by Age by Sex +G15007,F75_84_Tot,Females 75 84 years Total,,G57A,people,employment,Total|FEMALES,,15007,Occupation by Age by Sex +G15008,F85ov_Managers,Females 85 years and over Occupation Managers,,G57A,people,employment,Managers|FEMALES,,15008,Occupation by Age by Sex +G15009,F85ov_Professionals,Females 85 years and over Occupation Professionals,,G57A,people,employment,Professionals|FEMALES,,15009,Occupation by Age by Sex +G15010,F85ov_TechnicTrades_W,Females 85 years and over Occupation Technicians and trades workers,,G57A,people,employment,Technicians & trades workers|FEMALES,,15010,Occupation by Age by Sex +G15011,F85ov_CommunPersnlSvc_W,Females 85 years and over Occupation Community and personal service workers,,G57A,people,employment,Community & personal service workers|FEMALES,,15011,Occupation by Age by Sex +G15012,F85ov_ClericalAdminis_W,Females 85 years and over Occupation Clerical and administrative workers,,G57A,people,employment,Clerical & administrative workers|FEMALES,,15012,Occupation by Age by Sex +G15013,F85ov_Sales_W,Females 85 years and over Occupation Sales workers,,G57A,people,employment,Sales workers|FEMALES,,15013,Occupation by Age by Sex +G15014,F85ov_Mach_oper_drivers,Females 85 years and over Occupation Machinery operators and drivers,,G57A,people,employment,Machinery operators & drivers|FEMALES,,15014,Occupation by Age by Sex +G15015,F85ov_Labourers,Females 85 years and over Occupation Labourers,,G57A,people,employment,Labourers|FEMALES,,15015,Occupation by Age by Sex +G15016,F85ov_Occu_ID_NS,Females 85 years and over Occupation Inadequately described Not stated,,G57A,people,employment,Occupation inadequately described/ Not stated|FEMALES,,15016,Occupation by Age by Sex +G15017,F85ov_Tot,Females 85 years and over Total,,G57A,people,employment,Total|FEMALES,,15017,Occupation by Age by Sex +G15028,P15_19_Managers,Persons 15 19 years Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15028,Occupation by Age by Sex +G15029,P15_19_Professionals,Persons 15 19 years Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15029,Occupation by Age by Sex +G15030,P15_19_TechnicTrades_Wrs,Persons 15 19 years Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15030,Occupation by Age by Sex +G15031,P15_19_CommunPersnlSvc_W,Persons 15 19 years Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15031,Occupation by Age by Sex +G15032,P15_19_ClericalAdminis_W,Persons 15 19 years Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15032,Occupation by Age by Sex +G15033,P15_19_Sales_W,Persons 15 19 years Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15033,Occupation by Age by Sex +G15034,P15_19_Mach_oper_drivers,Persons 15 19 years Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15034,Occupation by Age by Sex +G15035,P15_19_Labourers,Persons 15 19 years Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15035,Occupation by Age by Sex +G15036,P15_19_Occu_ID_NS,Persons 15 19 years Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15036,Occupation by Age by Sex +G15037,P15_19_Tot,Persons 15 19 years Total,,G57B,people,employment,Total|PERSONS,,15037,Occupation by Age by Sex +G15038,P20_24_Managers,Persons 20 24 years Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15038,Occupation by Age by Sex +G15039,P20_24_Professionals,Persons 20 24 years Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15039,Occupation by Age by Sex +G15040,P20_24_TechnicTrades_W,Persons 20 24 years Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15040,Occupation by Age by Sex +G15041,P20_24_CommunPersnlSvc_W,Persons 20 24 years Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15041,Occupation by Age by Sex +G15042,P20_24_ClericalAdminis_W,Persons 20 24 years Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15042,Occupation by Age by Sex +G15043,P20_24_Sales_W,Persons 20 24 years Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15043,Occupation by Age by Sex +G15044,P20_24_Mach_oper_drivers,Persons 20 24 years Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15044,Occupation by Age by Sex +G15045,P20_24_Labourers,Persons 20 24 years Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15045,Occupation by Age by Sex +G15046,P20_24_Occu_ID_NS,Persons 20 24 years Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15046,Occupation by Age by Sex +G15047,P20_24_Tot,Persons 20 24 years Total,,G57B,people,employment,Total|PERSONS,,15047,Occupation by Age by Sex +G15048,P25_34_Managers,Persons 25 34 years Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15048,Occupation by Age by Sex +G15049,P25_34_Professionals,Persons 25 34 years Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15049,Occupation by Age by Sex +G15050,P25_34_TechnicTrades_W,Persons 25 34 years Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15050,Occupation by Age by Sex +G15051,P25_34_CommunPersnlSvc_W,Persons 25 34 years Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15051,Occupation by Age by Sex +G15052,P25_34_ClericalAdminis_W,Persons 25 34 years Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15052,Occupation by Age by Sex +G15053,P25_34_Sales_W,Persons 25 34 years Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15053,Occupation by Age by Sex +G15054,P25_34_Mach_oper_drivers,Persons 25 34 years Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15054,Occupation by Age by Sex +G15055,P25_34_Labourers,Persons 25 34 years Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15055,Occupation by Age by Sex +G15056,P25_34_Occu_ID_NS,Persons 25 34 years Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15056,Occupation by Age by Sex +G15057,P25_34_Tot,Persons 25 34 years Total,,G57B,people,employment,Total|PERSONS,,15057,Occupation by Age by Sex +G15058,P35_44_Managers,Persons 35 44 years Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15058,Occupation by Age by Sex +G15059,P35_44_Professionals,Persons 35 44 years Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15059,Occupation by Age by Sex +G15060,P35_44_TechnicTrades_W,Persons 35 44 years Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15060,Occupation by Age by Sex +G15061,P35_44_CommunPersnlSvc_W,Persons 35 44 years Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15061,Occupation by Age by Sex +G15062,P35_44_ClericalAdminis_W,Persons 35 44 years Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15062,Occupation by Age by Sex +G15063,P35_44_Sales_W,Persons 35 44 years Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15063,Occupation by Age by Sex +G15064,P35_44_Mach_oper_drivers,Persons 35 44 years Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15064,Occupation by Age by Sex +G15065,P35_44_Labourers,Persons 35 44 years Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15065,Occupation by Age by Sex +G15066,P35_44_Occu_ID_NS,Persons 35 44 years Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15066,Occupation by Age by Sex +G15067,P35_44_Tot,Persons 35 44 years Total,,G57B,people,employment,Total|PERSONS,,15067,Occupation by Age by Sex +G15068,P45_54_Managers,Persons 45 54 years Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15068,Occupation by Age by Sex +G15069,P45_54_Professionals,Persons 45 54 years Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15069,Occupation by Age by Sex +G15070,P45_54_TechnicTrades_W,Persons 45 54 years Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15070,Occupation by Age by Sex +G15071,P45_54_CommunPersnlSvc_W,Persons 45 54 years Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15071,Occupation by Age by Sex +G15072,P45_54_ClericalAdminis_W,Persons 45 54 years Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15072,Occupation by Age by Sex +G15073,P45_54_Sales_W,Persons 45 54 years Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15073,Occupation by Age by Sex +G15074,P45_54_Mach_oper_drivers,Persons 45 54 years Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15074,Occupation by Age by Sex +G15075,P45_54_Labourers,Persons 45 54 years Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15075,Occupation by Age by Sex +G15076,P45_54_Occu_ID_NS,Persons 45 54 years Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15076,Occupation by Age by Sex +G15077,P45_54_Tot,Persons 45 54 years Total,,G57B,people,employment,Total|PERSONS,,15077,Occupation by Age by Sex +G15078,P55_64_Managers,Persons 55 64 years Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15078,Occupation by Age by Sex +G15079,P55_64_Professionals,Persons 55 64 years Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15079,Occupation by Age by Sex +G15080,P55_64_TechnicTrades_W,Persons 55 64 years Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15080,Occupation by Age by Sex +G15081,P55_64_CommunPersnlSvc_W,Persons 55 64 years Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15081,Occupation by Age by Sex +G15082,P55_64_ClericalAdminis_W,Persons 55 64 years Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15082,Occupation by Age by Sex +G15083,P55_64_Sales_W,Persons 55 64 years Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15083,Occupation by Age by Sex +G15084,P55_64_Mach_oper_drivers,Persons 55 64 years Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15084,Occupation by Age by Sex +G15085,P55_64_Labourers,Persons 55 64 years Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15085,Occupation by Age by Sex +G15086,P55_64_Occu_ID_NS,Persons 55 64 years Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15086,Occupation by Age by Sex +G15087,P55_64_Tot,Persons 55 64 years Total,,G57B,people,employment,Total|PERSONS,,15087,Occupation by Age by Sex +G15088,P65_74_Managers,Persons 65 74 years Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15088,Occupation by Age by Sex +G15089,P65_74_Professionals,Persons 65 74 years Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15089,Occupation by Age by Sex +G15090,P65_74_TechnicTrades_W,Persons 65 74 years Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15090,Occupation by Age by Sex +G15091,P65_74_CommunPersnlSvc_W,Persons 65 74 years Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15091,Occupation by Age by Sex +G15092,P65_74_ClericalAdminis_W,Persons 65 74 years Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15092,Occupation by Age by Sex +G15093,P65_74_Sales_W,Persons 65 74 years Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15093,Occupation by Age by Sex +G15094,P65_74_Mach_oper_drivers,Persons 65 74 years Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15094,Occupation by Age by Sex +G15095,P65_74_Labourers,Persons 65 74 years Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15095,Occupation by Age by Sex +G15096,P65_74_Occu_ID_NS,Persons 65 74 years Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15096,Occupation by Age by Sex +G15097,P65_74_Tot,Persons 65 74 years Total,,G57B,people,employment,Total|PERSONS,,15097,Occupation by Age by Sex +G15098,P75_84_Managers,Persons 75 84 years Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15098,Occupation by Age by Sex +G15099,P75_84_Professionals,Persons 75 84 years Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15099,Occupation by Age by Sex +G15100,P75_84_TechnicTrades_W,Persons 75 84 years Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15100,Occupation by Age by Sex +G15101,P75_84_CommunPersnlSvc_W,Persons 75 84 years Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15101,Occupation by Age by Sex +G15102,P75_84_ClericalAdminis_W,Persons 75 84 years Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15102,Occupation by Age by Sex +G15103,P75_84_Sales_W,Persons 75 84 years Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15103,Occupation by Age by Sex +G15104,P75_84_Mach_oper_drivers,Persons 75 84 years Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15104,Occupation by Age by Sex +G15105,P75_84_Labourers,Persons 75 84 years Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15105,Occupation by Age by Sex +G15106,P75_84_Occu_ID_NS,Persons 75 84 years Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15106,Occupation by Age by Sex +G15107,P75_84_Tot,Persons 75 84 years Total,,G57B,people,employment,Total|PERSONS,,15107,Occupation by Age by Sex +G15108,P85_ov_Managers,Persons 85 years and over Occupation Managers,,G57B,people,employment,Managers|PERSONS,,15108,Occupation by Age by Sex +G15109,P85_ov_Professionals,Persons 85 years and over Occupation Professionals,,G57B,people,employment,Professionals|PERSONS,,15109,Occupation by Age by Sex +G15110,P85_ov_TechnicTrades_W,Persons 85 years and over Occupation Technicians and trades workers,,G57B,people,employment,Technicians & trades workers|PERSONS,,15110,Occupation by Age by Sex +G15111,P85_ov_CommunPersnlSvc_W,Persons 85 years and over Occupation Community and personal service workers,,G57B,people,employment,Community & personal service workers|PERSONS,,15111,Occupation by Age by Sex +G15112,P85_ov_ClericalAdminis_W,Persons 85 years and over Occupation Clerical and administrative workers,,G57B,people,employment,Clerical & administrative workers|PERSONS,,15112,Occupation by Age by Sex +G15113,P85_ov_Sales_W,Persons 85 years and over Occupation Sales workers,,G57B,people,employment,Sales workers|PERSONS,,15113,Occupation by Age by Sex +G15114,P85_ov_Mach_oper_drivers,Persons 85 years and over Occupation Machinery operators and drivers,,G57B,people,employment,Machinery operators & drivers|PERSONS,,15114,Occupation by Age by Sex +G15115,P85_ov_Labourers,Persons 85 years and over Occupation Labourers,,G57B,people,employment,Labourers|PERSONS,,15115,Occupation by Age by Sex +G15116,P85_ov_Occu_ID_NS,Persons 85 years and over Occupation Inadequately described Not stated,,G57B,people,employment,Occupation inadequately described/ Not stated|PERSONS,,15116,Occupation by Age by Sex +G15117,P85_ov_Tot,Persons 85 years and over Total,,G57B,people,employment,Total|PERSONS,,15117,Occupation by Age by Sex diff --git a/tasks/au/meta/helper2016/au_columns_helper.py b/tasks/au/meta/helper2016/au_columns_helper.py index 1de804cee7..cc32f65fe4 100644 --- a/tasks/au/meta/helper2016/au_columns_helper.py +++ b/tasks/au/meta/helper2016/au_columns_helper.py @@ -1,4 +1,11 @@ +''' +Generator for the `Metadata_2016_GCP_DataPack.csv` file from `au_metadata_columns.csv` +Note: `au_metadata_columns.csv` is a CSV with the columns extracted manually from `Metadata_2016_GCP_DataPack.xlsx` +''' + import csv +import os +import tempfile tables = { "G01": ["Selected Person Characteristics by Sex", "people", "age_gender"], @@ -61,37 +68,72 @@ "G59": ["Method of Travel to Work by Sex", "people", "transportation"], } -# Note: `au_metadata_columns.csv` is a CSV with the columns extracted manually from `Metadata_2016_GCP_DataPack.xlsx` -with open('au_metadata_columns.csv', 'r') as infile: - with open('Metadata_2016_GCP_DataPack.csv', 'a') as outfile: - reader = csv.reader(infile, delimiter=',', quotechar='"') - writer = csv.writer(outfile, delimiter=',', quotechar='"', quoting=csv.QUOTE_MINIMAL) - writer.writerow(['Sequential', 'Short', 'Name', 'DENOMINATORS', 'Tablename', 'unit', 'subsection', - 'Column heading description in profile', 'AGG', 'order', 'Table descr']) - for row in reader: - datapack = row[3] - if datapack not in tables.keys(): - continue +def _is_gender_column(short, gender): + return short.startswith('{}_'.format(gender)) or short.endswith('_{}'.format(gender)) + + +def _is_other_column(short, _): + return not short.startswith('P_') and not short.endswith('_P') \ + and not short.startswith('M_') and not short.endswith('_M') \ + and not short.startswith('F_') and not short.endswith('_F') + - sequential = row[0] - short = row[1] - name = row[2].replace('_', ' ') - profile_table = row[4] - description = row[5] - denominators = [] +with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), + 'au_metadata_columns.csv'), 'r') as infile: + with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), + 'Metadata_2016_GCP_DataPack.csv'), 'a') as outfile: + with tempfile.NamedTemporaryFile(mode='w+', delete=False) as tempfile_: + reader = csv.reader(infile, delimiter=',', quotechar='"') + tempwriter = csv.writer(tempfile_, delimiter=',', quotechar='"', quoting=csv.QUOTE_MINIMAL) + writer = csv.writer(outfile, delimiter=',', quotechar='"', quoting=csv.QUOTE_MINIMAL) + writer.writerow(['Sequential', 'Short', 'Name', 'DENOMINATORS', 'Tablename', 'unit', 'subsection', + 'Column heading description in profile', 'AGG', 'order', 'Table descr']) + for row in reader: + table = row[3][:3] - if short.endswith('_P') and short != 'Tot_P_P': - denominators.append('Tot_P_P') - elif short.endswith('_M'): - denominators.append('Tot_P_P') - if short != 'Tot_P_M': + if table not in tables.keys(): + continue + + sequential = row[0] + short = row[1] + name = row[2].replace('_', ' ') + datapack = row[3] + profile_table = row[4] + description = row[5] + denominators = [] + + if short.startswith('P_') or short.endswith('_P') and short != 'Tot_P_P': + denominators.append('Tot_P_P') + elif short.startswith('M_'): + denominators.append('Tot_P_P') denominators.append('Tot_P_M') - elif short.endswith('_F'): - denominators.append('Tot_P_P') - if short != 'Tot_P_F': + denominators.append('P_' + short[2:]) + elif short.endswith('_M'): + denominators.append('Tot_P_P') + if short != 'Tot_P_M': + denominators.append('Tot_P_M') + denominators.append(short[:short.find('_M')] + '_P') + elif short.startswith('F_'): + denominators.append('Tot_P_P') denominators.append('Tot_P_F') + denominators.append('P_' + short[2:]) + elif short.endswith('_F'): + denominators.append('Tot_P_P') + if short != 'Tot_P_F': + denominators.append('Tot_P_F') + denominators.append(short[:short.find('_F')] + '_P') + + tempwriter.writerow([sequential, short, name, '|'.join(denominators), datapack, + tables[table][1], tables[table][2], description, None, + sequential[1:], tables[table][0]]) - writer.writerow([sequential, short, name, '|'.join(denominators), datapack, - tables[datapack][1], tables[datapack][2], description, None, - sequential[1:], tables[datapack][0]]) + searches = [(_is_gender_column, 'P'), (_is_gender_column, 'F'), (_is_gender_column, 'M'), + (_is_other_column, '')] + for search in searches: + tempfile_.seek(0) + tempreader = csv.reader(tempfile_, delimiter=',', quotechar='"') + for row in tempreader: + short = row[1] + if search[0](short, search[1]): + writer.writerow(row) From 7e65fe898b9a0c8e520c548b45ad9647001aee7c Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Wed, 3 Oct 2018 14:49:21 +0200 Subject: [PATCH 13/33] Added GCP requirements for columns --- tasks/au/meta/GCP_2016_requirements.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tasks/au/meta/GCP_2016_requirements.json b/tasks/au/meta/GCP_2016_requirements.json index 3ce5ac8920..d3b7ce7f53 100644 --- a/tasks/au/meta/GCP_2016_requirements.json +++ b/tasks/au/meta/GCP_2016_requirements.json @@ -1,3 +1,10 @@ { - "all": ["G01"] + "all": ["G01"], + "G10A": ["G10B"], + "G11A": ["G11B"], + "G11B": ["G11C"], + "G11C": ["G11D"], + "G12A": ["G12B"], + "G20A": ["G12B"], + "G44A": ["G44B"] } \ No newline at end of file From 1731de1a4f20d2ca669ba5471b4d16a3a1e6d459 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Wed, 3 Oct 2018 16:04:01 +0200 Subject: [PATCH 14/33] Added GCP requirements --- tasks/au/meta/GCP_2016_requirements.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/au/meta/GCP_2016_requirements.json b/tasks/au/meta/GCP_2016_requirements.json index d3b7ce7f53..f39101be3c 100644 --- a/tasks/au/meta/GCP_2016_requirements.json +++ b/tasks/au/meta/GCP_2016_requirements.json @@ -1,5 +1,6 @@ { "all": ["G01"], + "G04A": ["G04B"], "G10A": ["G10B"], "G11A": ["G11B"], "G11B": ["G11C"], From f02fbddd5a1e8c8a1eaeaaa47c864860f16ec76d Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 4 Oct 2018 18:04:55 +0200 Subject: [PATCH 15/33] Fixed wrong denominators and null columns (STE) --- Makefile | 12 +- lib/columns.py | 2 + tasks/au/census2016/data.py | 88 -- tasks/au/census_columns.json | 1280 +++++++++++++++++ tasks/au/data.py | 50 +- tasks/au/meta/GCP_2016_requirements.json | 35 +- tasks/au/meta/Metadata_2016_GCP_DataPack.csv | 1166 +++++++-------- tasks/au/meta/helper2016/au_columns_helper.py | 186 ++- 8 files changed, 2070 insertions(+), 749 deletions(-) delete mode 100644 tasks/au/census2016/data.py create mode 100644 tasks/au/census_columns.json diff --git a/Makefile b/Makefile index 02bbe3c225..c850faa4b5 100644 --- a/Makefile +++ b/Makefile @@ -266,12 +266,18 @@ meta: ### ### au -au-all: - make -- run au.data.BCPAllGeographiesAllTables --year 2011 +au-all-2011: + make -- run au.data.XCPAllGeographiesAllTables --year 2011 -au-geo: +au-geo-2011: make -- run au.geo.AllGeographies --year 2011 +au-all-2016: + make -- run au.data.XCPAllGeographiesAllTables --year 2016 + +au-geo-2016: + make -- run au.geo.AllGeographies --year 2016 + ### br br-all: br-geo br-census diff --git a/lib/columns.py b/lib/columns.py index f79bb5fbde..40ef3c6fce 100644 --- a/lib/columns.py +++ b/lib/columns.py @@ -1,6 +1,8 @@ import json from collections import OrderedDict +from lib.logger import get_logger +LOGGER = get_logger(__name__) CONDITIONS = "conditions" EXCEPTIONS = "exceptions" diff --git a/tasks/au/census2016/data.py b/tasks/au/census2016/data.py deleted file mode 100644 index 1dca1bfda9..0000000000 --- a/tasks/au/census2016/data.py +++ /dev/null @@ -1,88 +0,0 @@ -import glob -import os -import csv -from luigi import Parameter, WrapperTask -from tasks.base_tasks import RepoFileUnzipTask, CSV2TempTableTask -from lib.logger import get_logger - -LOGGER = get_logger(__name__) - -URL = 'http://www.censusdata.abs.gov.au/CensusOutput/copsubdatapacks.nsf/All%20docs%20by%20catNo/{year}_GCP_{resolution}_for_{state}/$File/{year}_GCP_{resolution}_for_{state}_short-header.zip' - -STATES = ( - # 'AUST', - 'NSW', - 'Vic', - 'Qld', - 'SA', - 'WA', - 'Tas', - 'NT', - 'ACT', - 'OT', -) - -TABLES = ['G01', 'G02', 'G03', 'G04A', 'G04B', 'G05', 'G06', 'G07', 'G08', - 'G09A', 'G09B', 'G09C', 'G09D', 'G09E', 'G09F', 'G09G', 'G09H', 'G10A', 'G10B', 'G10C', - 'G11A', 'G11B', 'G11C', 'G12A', 'G12B', 'G13A', 'G13B', 'G13C', 'G14', 'G15', 'G16A', 'G16B', - 'G17A', 'G17B', 'G17C', 'G18', 'G19', 'G20A', 'G20B', 'G21', 'G22A', 'G22B', 'G23A', 'G23B', 'G24', 'G25', - 'G26', 'G27', 'G28', 'G29', 'G30', 'G31', 'G32', 'G33', 'G34', 'G35', 'G36', 'G37', 'G38', 'G39', 'G40', - 'G41', 'G42', 'G43A', 'G43B', 'G44A', 'G44B', 'G44C', 'G44D', 'G44E', 'G44F', 'G45A', 'G45B', 'G46A', 'G46B', - 'G47A', 'G47B', 'G47C', 'G48A', 'G48B', 'G48C', 'G49A', 'G49B', 'G49C', 'G50A', 'G50B', 'G50C', - 'G51A', 'G51B', 'G51C', 'G51D', 'G52A', 'G52B', 'G52C', 'G52D', 'G53A', 'G53B', 'G54A', 'G54B', - 'G55A', 'G55B', 'G56A', 'G56B', 'G57A', 'G57B', 'G58A', 'G58B', 'G59',] - - -class DownloadData(RepoFileUnzipTask): - year = Parameter() - resolution = Parameter() - state = Parameter() - - def get_url(self): - return URL.format(year=self.year, - resolution=self.resolution, - state=self.state) - - -class ImportData(CSV2TempTableTask): - tablename = Parameter() - year = Parameter() - resolution = Parameter() - state = Parameter() - - def requires(self): - return DownloadData(resolution=self.resolution, state=self.state, year=self.year) - - def input_csv(self): - return glob.glob(os.path.join(self.input().path, '**', - '{year}Census_{tablename}_{state}_{resolution}.csv'.format( - path=self.input().path, - year=self.year, - tablename=self.tablename, - state=self.state.upper(), - resolution=self.resolution,)))[0] - - def coldef(self): - with open('{csv}'.format(csv=self.input_csv()), 'r', encoding=self.encoding) as f: - header_row = next(csv.reader(f, delimiter=self.delimiter)) - return [(h.strip(), 'Text') for h in header_row] - - -class ImportAllTables(WrapperTask): - year = Parameter() - resolution = Parameter() - state = Parameter() - - def requires(self): - for table in TABLES: - yield ImportData(resolution=self.resolution, state=self.state, year=self.year, tablename=table) - - -class ImportAllStates(WrapperTask): - year = Parameter() - resolution = Parameter() - - def requires(self): - for state in STATES: - yield ImportAllTables(resolution=self.resolution, state=state, year=self.year) - diff --git a/tasks/au/census_columns.json b/tasks/au/census_columns.json new file mode 100644 index 0000000000..0768b34b3e --- /dev/null +++ b/tasks/au/census_columns.json @@ -0,0 +1,1280 @@ +{ + "Unoccupied_PDs_Psns": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G32" + } + ] + }, + "Num_Psns_UR_1_FamHhold": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G31" + } + ] + }, + "P_H_or_W_in_RM_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_Ptn_in_DFM_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_LonePnt_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_CU15_15_24": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_CU15_25_34": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_CU15_35_44": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_CU15_45_54": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_CU15_55_64": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_CU15_65_74": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_CU15_75_84": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_CU15_85ov": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_DpStu_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_DpStu_25_34": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_DpStu_35_44": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_DpStu_45_54": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_DpStu_55_64": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_DpStu_65_74": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_DpStu_75_84": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_DpStu_85ov": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_NDpChl_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_OthRI_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_URI_in_FH_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_GrpH_Mem_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "P_LonePsn_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "F_GrpH_Mem_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "F_LonePsn_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + } + ] + }, + "F_LSatH_NS_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Macedonian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Maltese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Persian_ED_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Polish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Russian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Samoan_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Serbian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Filipino_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Indonesian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Tagalog_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Spanish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Tamil_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Thai_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Turkish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Vietnamese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "FOL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "PSEO_SOLSE_VWorW": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "PSEO_SOLSE_NWorNAA": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "PSEO_SOLSE_Tot": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "PSEO_NS": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_Afrikaans_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_Arabic_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_AIndLng_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_CL_Cantones_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_CL_Mandarin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_CL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_CL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_Croatian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_Dutch_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_French_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "POL_German_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + } + ] + }, + "M_LSatH_NS_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MOL_SAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MOL_Spanish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MOL_Tamil_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MOL_Thai_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MOL_Turkish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MOL_Vietnamese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MOL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MOL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FSEO_SOLSE_VWorW": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FSEO_SOLSE_NWorNAA": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FSEO_SOLSE_Tot": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FSEO_NS": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_Afrikaans_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_Arabic_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_AIndLng_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_CL_Cantones_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_CL_Mandarin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_CL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_CL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_Croatian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_Dutch_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_French_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_German_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_Greek_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Bengali_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Hindi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Punjabi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Sinhalese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Urdu_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_Italian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_Japanese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "FOL_Korean_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + } + ] + }, + "MSEO_SOLSE_VWorW": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MSEO_SOLSE_NWorNAA": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MSEO_SOLSE_Tot": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MSEO_NS": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Afrikaans_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Arabic_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_AIndLng_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_CL_Canton_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_CL_Mandarin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_CL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_CL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Croatian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Dutch_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_French_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_German_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Greek_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Bengali_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Hindi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Punjabi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Sinhal_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Urdu_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Italian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Japan_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Korean_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Macedon_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Maltese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Persian_ED_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Polish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Russian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Samoan_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_Serbian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_SAL_Filipin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_SAL_Indon_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_SAL_Tagalog_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "MOL_SAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + } + ] + }, + "A0_14_SEO_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + } + ] + }, + "A0_14_SOLSE_VWW_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + } + ] + }, + "A0_14_SOLSE_NWNAA_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + } + ] + }, + "A0_14_SOLSE_PinE_NS_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + } + ] + }, + "A0_14_SOLSE_T_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + } + ] + }, + "A0_14_L_PinE_NS_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + } + ] + }, + "A0_14_T_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + } + ] + } +} diff --git a/tasks/au/data.py b/tasks/au/data.py index e689645559..1a9c6b7d7f 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -13,6 +13,7 @@ from tasks.meta import current_session, OBSColumn, GEOM_REF from tasks.au.geo import (SourceTags, LicenseTags, GEOGRAPHIES, GeographyColumns, Geography, GEO_MB, GEO_SA1) from tasks.tags import SectionTags, SubsectionTags, UnitTags +from lib.columns import ColumnsDeclarations from lib.logger import get_logger @@ -42,7 +43,7 @@ 'G55A', 'G55B', 'G56A', 'G56B', 'G57A', 'G57B', 'G58A', 'G58B', 'G59', ] } -URL = 'http://www.censusdata.abs.gov.au/CensusOutput/copsubdatapacks.nsf/All%20docs%20by%20catNo/{year}_{profile}_{resolution}_for_{state}/$File/{year}_{profile}_{resolution}_for_{state}_{header}-header.zip' +URL = 'http://www.censusdata.abs.gov.au/CensusOutput/copsubdatapacks.nsf/All%20docs%20by%20catNo/{year}_{profile}_{resolution}_for_{state}/$File/{year}_{profile}_{resolution}_for_{state}_short-header.zip' class DownloadData(RepoFileUnzipTask): @@ -50,14 +51,12 @@ class DownloadData(RepoFileUnzipTask): resolution = Parameter() profile = Parameter() state = Parameter() - header = Parameter() def get_url(self): return URL.format(year=self.year, profile=self.profile, resolution=self.resolution, - state=self.state, - header=self.header) + state=self.state,) class ImportData(CSV2TempTableTask): @@ -65,12 +64,11 @@ class ImportData(CSV2TempTableTask): year = IntParameter() resolution = Parameter() state = Parameter() - profile = Parameter(default='BCP') - header = Parameter(default='short') + profile = Parameter() def requires(self): return DownloadData(resolution=self.resolution, profile=self.profile, - state=self.state, year=self.year, header=self.header) + state=self.state, year=self.year) def input_csv(self): return glob.glob(os.path.join(self.input().path, '**', @@ -111,7 +109,7 @@ class ImportAllTables(WrapperTask): state = Parameter() def requires(self): - for table in TABLES: + for table in TABLES[self.year]: yield ImportData(resolution=self.resolution, state=self.state, year=self.year, tablename=table) @@ -146,6 +144,7 @@ def requires(self): class Columns(ColumnsTask): year = IntParameter() + resolution = Parameter() profile = Parameter() tablename = Parameter() @@ -162,7 +161,8 @@ def requires(self): col_reqs.extend(reqs.get(self.tablename, [])) for col_req in col_reqs: if col_req != self.tablename: - requirements[col_req] = Columns(tablename=col_req, year=self.year, profile=self.profile) + requirements[col_req] = Columns(tablename=col_req, resolution=self.resolution, + year=self.year, profile=self.profile) return requirements @@ -227,6 +227,7 @@ def columns(self): targets_dict[column_reqs[denom_id].get(session)] = reltype else: targets_dict[cols[denom_id]] = reltype + targets_dict.pop(None, None) cols[col_id] = OBSColumn( @@ -251,7 +252,12 @@ def columns(self): subsection_tag = subsectiontags[subsection] cols[col_id].tags.append(subsection_tag) - return cols + columnsFilter = ColumnsDeclarations(os.path.join(os.path.dirname(__file__), 'census_columns.json')) + parameters = '{{"year":"{year}","resolution":"{resolution}", "tablename":"{tablename}"}}'.format( + year=self.year, resolution=self.resolution, tablename=self.tablename) + filtered_cols = columnsFilter.filter_columns(cols, parameters) + + return filtered_cols def _fetch_requirements(self): dir_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'meta') @@ -259,6 +265,23 @@ def _fetch_requirements(self): return json.load(f) +class AllColumnsResolution(WrapperTask): + year = IntParameter() + resolution = Parameter() + + def requires(self): + for table in TABLES[self.year]: + yield Columns(year=self.year, resolution=self.resolution, profile=PROFILES[self.year], tablename=table) + + +class AllColumns(WrapperTask): + year = IntParameter() + + def requires(self): + for resolution in GEOGRAPHIES: + yield AllColumnsResolution(year=self.year, resolution=resolution) + + ##################################### # COPY TO OBSERVATORY ##################################### @@ -279,7 +302,8 @@ def requires(self): requirements = { 'geo': Geography(resolution=self.resolution, year=self.year), 'geometa': GeographyColumns(resolution=self.resolution, year=self.year), - 'meta': Columns(year=self.year, profile=PROFILES[self.year], tablename=self.tablename), + 'meta': Columns(year=self.year, resolution=self.resolution, + profile=PROFILES[self.year], tablename=self.tablename), } import_data = {} if self.resolution == GEO_MB: @@ -371,7 +395,7 @@ def populate_general(self): (self.resolution == 'SED' and state.lower() in ('wa', 'ot'))): colname = colname.replace('Median_rent_weekly_', 'Median_rent_weekly') - in_colnames.append('"{}"::{}'.format( + in_colnames.append('NULLIF("{}", \'..\')::{}'.format( colname.replace(self.tablename + '_', ''), target.get(session).type) ) @@ -400,7 +424,7 @@ class XCPAllTables(WrapperTask): resolution = Parameter() def requires(self): - for table in TABLES: + for table in TABLES[self.year]: yield XCP(resolution=self.resolution, tablename=table, year=self.year) diff --git a/tasks/au/meta/GCP_2016_requirements.json b/tasks/au/meta/GCP_2016_requirements.json index f39101be3c..002b75abb3 100644 --- a/tasks/au/meta/GCP_2016_requirements.json +++ b/tasks/au/meta/GCP_2016_requirements.json @@ -1,11 +1,42 @@ { "all": ["G01"], "G04A": ["G04B"], + "G09A": ["G09F", "G09G"], + "G09B": ["G09G", "G09H"], + "G09C": ["G09F", "G09H"], + "G09D": ["G09G", "G09F"], + "G09E": ["G09G", "G09H"], + "G09F": ["G09H"], "G10A": ["G10B"], "G11A": ["G11B"], "G11B": ["G11C"], "G11C": ["G11D"], "G12A": ["G12B"], - "G20A": ["G12B"], - "G44A": ["G44B"] + "G13B": ["G13D"], + "G13C": ["G13D"], + "G16A": ["G09H", "G16B"], + "G17A": ["G17B", "G17C"], + "G17B": ["G17C"], + "G20A": ["G20B"], + "G22A": ["G22B"], + "G23A": ["G23B"], + "G43A": ["G43B"], + "G44A": ["G44B"], + "G46A": ["G46B"], + "G47A": ["G47B", "G47C"], + "G47B": ["G47C"], + "G48A": ["G48B", "G48C"], + "G48B": ["G48C"], + "G49A": ["G49B", "G49C"], + "G49B": ["G49C"], + "G50A": ["G50B", "G50C"], + "G50B": ["G50C"], + "G51A": ["G51C", "G51D"], + "G51B": ["G51C", "G51D"], + "G51C": ["G51D"], + "G52A": ["G52C", "G52D"], + "G52B": ["G52C", "G52D"], + "G52C": ["G52D"], + "G57A": ["G57B"], + "G58A": ["G58B"] } \ No newline at end of file diff --git a/tasks/au/meta/Metadata_2016_GCP_DataPack.csv b/tasks/au/meta/Metadata_2016_GCP_DataPack.csv index 5f26d740e4..413c1e7c48 100644 --- a/tasks/au/meta/Metadata_2016_GCP_DataPack.csv +++ b/tasks/au/meta/Metadata_2016_GCP_DataPack.csv @@ -4004,21 +4004,21 @@ G5479,Secondary_Government_F,Secondary Government Females,Tot_P_P|Tot_P_F|Second G5482,Secondary_Catholic_F,Secondary Catholic Females,Tot_P_P|Tot_P_F|Secondary_Catholic_P,G15,people,education,Females,,5482,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5485,Secondary_Other_Non_Govt_F,Secondary Other Non Government Females,Tot_P_P|Tot_P_F|Secondary_Other_Non_Govt_P,G15,people,education,Females,,5485,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5488,Secondary_Tot_F,Secondary Total Females,Tot_P_P|Tot_P_F|Secondary_Tot_P,G15,people,education,Females,,5488,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5491,Tec_Furt_Educ_inst_Ft_15_24_F,Technical or Further Educational institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5491,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5494,Tec_Furt_Educ_inst_Ft_25_ov_F,Technical or Further Educational institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5494,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5497,Tec_Furt_Educ_inst_Pt_15_24_F,Technical or Further Educational institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5497,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5500,Tec_Furt_Educ_inst_Pt_25_ov_F,Technical or Further Educational institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5500,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5503,Tec_Furt_Educ_inst_F_Pt_ns_F,Technical or Further Educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5503,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5506,Tec_Furt_Educ_inst_Tot_F,Technical or Further Educational institution Total Females,Tot_P_P|Tot_P_F|Tec_P,G15,people,education,Females,,5506,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5509,Uni_othr_Tert_Inst_Ft_15_24_F,University or other Tertiary Institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_P,G15,people,education,Females,,5509,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5512,Uni_othr_Tert_Inst_Ft_25_ov_F,University or other Tertiary Institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_P,G15,people,education,Females,,5512,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5491,Tec_Furt_Educ_inst_Ft_15_24_F,Technical or Further Educational institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Tec_Furt_Educ_inst_Ft_15_24_P,G15,people,education,Females,,5491,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5494,Tec_Furt_Educ_inst_Ft_25_ov_F,Technical or Further Educational institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Tec_Furt_Educ_inst_Ft_25_ov_P,G15,people,education,Females,,5494,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5497,Tec_Furt_Educ_inst_Pt_15_24_F,Technical or Further Educational institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Tec_Furt_Educ_inst_Pt_15_24_P,G15,people,education,Females,,5497,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5500,Tec_Furt_Educ_inst_Pt_25_ov_F,Technical or Further Educational institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Tec_Furt_Educ_inst_Pt_25_ov_P,G15,people,education,Females,,5500,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5503,Tec_Furt_Educ_inst_F_Pt_ns_F,Technical or Further Educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Tec_Furt_Educ_inst_F_Pt_ns_P,G15,people,education,Females,,5503,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5506,Tec_Furt_Educ_inst_Tot_F,Technical or Further Educational institution Total Females,Tot_P_P|Tot_P_F|Tec_Furt_Educ_inst_Tot_P,G15,people,education,Females,,5506,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5509,Uni_othr_Tert_Inst_Ft_15_24_F,University or other Tertiary Institution Full time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_Ft_15_24_P,G15,people,education,Females,,5509,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5512,Uni_othr_Tert_Inst_Ft_25_ov_F,University or other Tertiary Institution Full time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_Ft_25_ov_P,G15,people,education,Females,,5512,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5515,Uni_othr_Tert_Inst_Pt_15_24_F,University or other Tertiary Institution Part time student Aged 15 24 years Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_Pt_15_24_P,G15,people,education,Females,,5515,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5518,Uni_othr_Tert_Inst_Pt_25_ov_F,University or other Tertiary Institution Part time student Aged 25 years and over Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_Pt_25_ov_P,G15,people,education,Females,,5518,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5521,Uni_othr_Tert_Inst_F_Pt_ns_F,University or other Tertiary Institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_P,G15,people,education,Females,,5521,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5521,Uni_othr_Tert_Inst_F_Pt_ns_F,University or other Tertiary Institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Uni_othr_Tert_Inst_F_Pt_ns_P,G15,people,education,Females,,5521,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5524,Uni_other_Tert_Instit_Tot_F,University or other Tertiary Institution Total Females,Tot_P_P|Tot_P_F|Uni_other_Tert_Instit_Tot_P,G15,people,education,Females,,5524,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5527,Othr_typ_educ_inst_Ft_stud_F,Other type of educational institution Full time student Females,Tot_P_P|Tot_P_F|Othr_typ_educ_inst_P,G15,people,education,Females,,5527,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5527,Othr_typ_educ_inst_Ft_stud_F,Other type of educational institution Full time student Females,Tot_P_P|Tot_P_F|Othr_typ_educ_inst_Ft_stud_P,G15,people,education,Females,,5527,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5530,Othr_typ_educ_inst_Pt_stud_F,Other type of educational institution Part time student Females,Tot_P_P|Tot_P_F|Othr_typ_educ_inst_Pt_stud_P,G15,people,education,Females,,5530,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex -G5533,Oth_typ_ed_instit_F_Pt_ns_F,Other type of educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Oth_typ_ed_instit_P,G15,people,education,Females,,5533,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex +G5533,Oth_typ_ed_instit_F_Pt_ns_F,Other type of educational institution Full Part time student status not stated Females,Tot_P_P|Tot_P_F|Oth_typ_ed_instit_F_Pt_ns_P,G15,people,education,Females,,5533,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5536,Other_type_educ_instit_Tot_F,Other type of educational institution Total Females,Tot_P_P|Tot_P_F|Other_type_educ_instit_Tot_P,G15,people,education,Females,,5536,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5539,Type_educanl_institution_ns_F,Type of educational institution not stated Females,Tot_P_P|Tot_P_F|Type_educanl_institution_ns_P,G15,people,education,Females,,5539,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex G5542,Tot_F,Total Females,Tot_P_P|Tot_P_F|Tot_P,G15,people,education,Females,,5542,Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex @@ -4062,14 +4062,14 @@ G5660,F_Y9e_65_74,Females Year 9 or equivalent Age 65 74 years,Tot_P_P|Tot_P_F|P G5661,F_Y9e_75_84,Females Year 9 or equivalent Age 75 84 years,Tot_P_P|Tot_P_F|P_Y9e_75_84,G16A,people,education,75-84 years|FEMALES,,5661,Highest Year of School Completed by Age by Sex G5662,F_Y9e_85ov,Females Year 9 or equivalent Age 85 years and over,Tot_P_P|Tot_P_F|P_Y9e_85ov,G16A,people,education,85 years and over|FEMALES,,5662,Highest Year of School Completed by Age by Sex G5663,F_Y9e_Tot,Females Year 9 or equivalent Total,Tot_P_P|Tot_P_F|P_Y9e_Tot,G16A,people,education,Total|FEMALES,,5663,Highest Year of School Completed by Age by Sex -G5664,F_Y8b_15_19,Females Year 8 or below Age 15 19 years,Tot_P_P|Tot_P_F|P_Y8b_15_19,G16A,people,education,15-19 years|FEMALES,,5664,Highest Year of School Completed by Age by Sex -G5665,F_Y8b_20_24,Females Year 8 or below Age 20 24 years,Tot_P_P|Tot_P_F|P_Y8b_20_24,G16A,people,education,20-24 years|FEMALES,,5665,Highest Year of School Completed by Age by Sex -G5666,F_Y8b_25_34,Females Year 8 or below Age 25 34 years,Tot_P_P|Tot_P_F|P_Y8b_25_34,G16A,people,education,25-34 years|FEMALES,,5666,Highest Year of School Completed by Age by Sex -G5667,F_Y8b_35_44,Females Year 8 or below Age 35 44 years,Tot_P_P|Tot_P_F|P_Y8b_35_44,G16A,people,education,35-44 years|FEMALES,,5667,Highest Year of School Completed by Age by Sex -G5668,F_Y8b_45_54,Females Year 8 or below Age 45 54 years,Tot_P_P|Tot_P_F|P_Y8b_45_54,G16A,people,education,45-54 years|FEMALES,,5668,Highest Year of School Completed by Age by Sex -G5669,F_Y8b_55_64,Females Year 8 or below Age 55 64 years,Tot_P_P|Tot_P_F|P_Y8b_55_64,G16A,people,education,55-64 years|FEMALES,,5669,Highest Year of School Completed by Age by Sex -G5670,F_Y8b_65_74,Females Year 8 or below Age 65 74 years,Tot_P_P|Tot_P_F|P_Y8b_65_74,G16A,people,education,65-74 years|FEMALES,,5670,Highest Year of School Completed by Age by Sex -G5671,F_Y8b_75_84,Females Year 8 or below Age 75 84 years,Tot_P_P|Tot_P_F|P_Y8b_75_84,G16A,people,education,75-84 years|FEMALES,,5671,Highest Year of School Completed by Age by Sex +G5664,F_Y8b_15_19,Females Year 8 or below Age 15 19 years,Tot_P_P|Tot_P_F|P_Y8b_15_19_yrs,G16A,people,education,15-19 years|FEMALES,,5664,Highest Year of School Completed by Age by Sex +G5665,F_Y8b_20_24,Females Year 8 or below Age 20 24 years,Tot_P_P|Tot_P_F|P_Y8b_20_24_yrs,G16A,people,education,20-24 years|FEMALES,,5665,Highest Year of School Completed by Age by Sex +G5666,F_Y8b_25_34,Females Year 8 or below Age 25 34 years,Tot_P_P|Tot_P_F|P_Y8b_25_34_yrs,G16A,people,education,25-34 years|FEMALES,,5666,Highest Year of School Completed by Age by Sex +G5667,F_Y8b_35_44,Females Year 8 or below Age 35 44 years,Tot_P_P|Tot_P_F|P_Y8b_35_44_yrs,G16A,people,education,35-44 years|FEMALES,,5667,Highest Year of School Completed by Age by Sex +G5668,F_Y8b_45_54,Females Year 8 or below Age 45 54 years,Tot_P_P|Tot_P_F|P_Y8b_45_54_yrs,G16A,people,education,45-54 years|FEMALES,,5668,Highest Year of School Completed by Age by Sex +G5669,F_Y8b_55_64,Females Year 8 or below Age 55 64 years,Tot_P_P|Tot_P_F|P_Y8b_55_64_yrs,G16A,people,education,55-64 years|FEMALES,,5669,Highest Year of School Completed by Age by Sex +G5670,F_Y8b_65_74,Females Year 8 or below Age 65 74 years,Tot_P_P|Tot_P_F|P_Y8b_65_74_yrs,G16A,people,education,65-74 years|FEMALES,,5670,Highest Year of School Completed by Age by Sex +G5671,F_Y8b_75_84,Females Year 8 or below Age 75 84 years,Tot_P_P|Tot_P_F|P_Y8b_75_84_yrs,G16A,people,education,75-84 years|FEMALES,,5671,Highest Year of School Completed by Age by Sex G5672,F_Y8b_85ov,Females Year 8 or below Age 85 years and over,Tot_P_P|Tot_P_F|P_Y8b_85ov,G16A,people,education,85 years and over|FEMALES,,5672,Highest Year of School Completed by Age by Sex G5673,F_Y8b_Tot,Females Year 8 or below Total,Tot_P_P|Tot_P_F|P_Y8b_Tot,G16A,people,education,Total|FEMALES,,5673,Highest Year of School Completed by Age by Sex G5674,F_DNGTS_15_19,Females Did not go to school Age 15 19 years,Tot_P_P|Tot_P_F|P_DNGTS_15_19,G16A,people,education,15-19 years|FEMALES,,5674,Highest Year of School Completed by Age by Sex @@ -4082,24 +4082,24 @@ G5680,F_DNGTS_65_74,Females Did not go to school Age 65 74 years,Tot_P_P|Tot_P_F G5681,F_DNGTS_75_84,Females Did not go to school Age 75 84 years,Tot_P_P|Tot_P_F|P_DNGTS_75_84,G16A,people,education,75-84 years|FEMALES,,5681,Highest Year of School Completed by Age by Sex G5682,F_DNGTS_85_ov,Females Did not go to school Age 85 years and over,Tot_P_P|Tot_P_F|P_DNGTS_85_ov,G16A,people,education,85 years and over|FEMALES,,5682,Highest Year of School Completed by Age by Sex G5683,F_DNGTS_Tot,Females Did not go to school Total,Tot_P_P|Tot_P_F|P_DNGTS_Tot,G16A,people,education,Total|FEMALES,,5683,Highest Year of School Completed by Age by Sex -G5684,F_Hghst_yr_schl_ns_15_19,Females Highest year of school not stated Age 15 19 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_15_19,G16A,people,education,15-19 years|FEMALES,,5684,Highest Year of School Completed by Age by Sex -G5685,F_Hghst_yr_schl_ns_20_24,Females Highest year of school not stated Age 20 24 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_20_24,G16A,people,education,20-24 years|FEMALES,,5685,Highest Year of School Completed by Age by Sex -G5686,F_Hghst_yr_schl_ns_25_34,Females Highest year of school not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_25_34,G16A,people,education,25-34 years|FEMALES,,5686,Highest Year of School Completed by Age by Sex -G5687,F_Hghst_yr_schl_ns_35_44,Females Highest year of school not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_35_44,G16A,people,education,35-44 years|FEMALES,,5687,Highest Year of School Completed by Age by Sex -G5688,F_Hghst_yr_schl_ns_45_54,Females Highest year of school not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_45_54,G16A,people,education,45-54 years|FEMALES,,5688,Highest Year of School Completed by Age by Sex -G5689,F_Hghst_yr_schl_ns_55_64,Females Highest year of school not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_55_64,G16A,people,education,55-64 years|FEMALES,,5689,Highest Year of School Completed by Age by Sex -G5690,F_Hghst_yr_schl_ns_65_74,Females Highest year of school not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_65_74,G16A,people,education,65-74 years|FEMALES,,5690,Highest Year of School Completed by Age by Sex -G5691,F_Hghst_yr_schl_ns_75_84,Females Highest year of school not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_75_84,G16A,people,education,75-84 years|FEMALES,,5691,Highest Year of School Completed by Age by Sex -G5692,F_Hghst_yr_schl_ns_85_ovr,Females Highest year of school not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_85_ovr,G16A,people,education,85 years and over|FEMALES,,5692,Highest Year of School Completed by Age by Sex +G5684,F_Hghst_yr_schl_ns_15_19,Females Highest year of school not stated Age 15 19 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_15_19_yrs,G16A,people,education,15-19 years|FEMALES,,5684,Highest Year of School Completed by Age by Sex +G5685,F_Hghst_yr_schl_ns_20_24,Females Highest year of school not stated Age 20 24 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_20_24_yrs,G16A,people,education,20-24 years|FEMALES,,5685,Highest Year of School Completed by Age by Sex +G5686,F_Hghst_yr_schl_ns_25_34,Females Highest year of school not stated Age 25 34 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_25_34_yrs,G16A,people,education,25-34 years|FEMALES,,5686,Highest Year of School Completed by Age by Sex +G5687,F_Hghst_yr_schl_ns_35_44,Females Highest year of school not stated Age 35 44 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_35_44_yrs,G16A,people,education,35-44 years|FEMALES,,5687,Highest Year of School Completed by Age by Sex +G5688,F_Hghst_yr_schl_ns_45_54,Females Highest year of school not stated Age 45 54 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_45_54_yrs,G16A,people,education,45-54 years|FEMALES,,5688,Highest Year of School Completed by Age by Sex +G5689,F_Hghst_yr_schl_ns_55_64,Females Highest year of school not stated Age 55 64 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_55_64_yrs,G16A,people,education,55-64 years|FEMALES,,5689,Highest Year of School Completed by Age by Sex +G5690,F_Hghst_yr_schl_ns_65_74,Females Highest year of school not stated Age 65 74 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_65_74_yrs,G16A,people,education,65-74 years|FEMALES,,5690,Highest Year of School Completed by Age by Sex +G5691,F_Hghst_yr_schl_ns_75_84,Females Highest year of school not stated Age 75 84 years,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_75_84_yrs,G16A,people,education,75-84 years|FEMALES,,5691,Highest Year of School Completed by Age by Sex +G5692,F_Hghst_yr_schl_ns_85_ovr,Females Highest year of school not stated Age 85 years and over,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_85_yrs_ovr,G16A,people,education,85 years and over|FEMALES,,5692,Highest Year of School Completed by Age by Sex G5693,F_Hghst_yr_schl_ns_Tot,Females Highest year of school not stated Total,Tot_P_P|Tot_P_F|P_Hghst_yr_schl_ns_Tot,G16A,people,education,Total|FEMALES,,5693,Highest Year of School Completed by Age by Sex -G5694,F_Tot_15_19,Females Total Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_15_19,G16A,people,education,15-19 years|FEMALES,,5694,Highest Year of School Completed by Age by Sex -G5695,F_Tot_20_24,Females Total Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_20_24,G16A,people,education,20-24 years|FEMALES,,5695,Highest Year of School Completed by Age by Sex -G5696,F_Tot_25_34,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34,G16A,people,education,25-34 years|FEMALES,,5696,Highest Year of School Completed by Age by Sex -G5697,F_Tot_35_44,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44,G16A,people,education,35-44 years|FEMALES,,5697,Highest Year of School Completed by Age by Sex -G5698,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54,G16A,people,education,45-54 years|FEMALES,,5698,Highest Year of School Completed by Age by Sex -G5699,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64,G16A,people,education,55-64 years|FEMALES,,5699,Highest Year of School Completed by Age by Sex -G5700,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G16A,people,education,65-74 years|FEMALES,,5700,Highest Year of School Completed by Age by Sex -G5701,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G16A,people,education,75-84 years|FEMALES,,5701,Highest Year of School Completed by Age by Sex +G5694,F_Tot_15_19,Females Total Age 15 19 years,Tot_P_P|Tot_P_F|P_Tot_15_19_yrs,G16A,people,education,15-19 years|FEMALES,,5694,Highest Year of School Completed by Age by Sex +G5695,F_Tot_20_24,Females Total Age 20 24 years,Tot_P_P|Tot_P_F|P_Tot_20_24_yrs,G16A,people,education,20-24 years|FEMALES,,5695,Highest Year of School Completed by Age by Sex +G5696,F_Tot_25_34,Females Total Age 25 34 years,Tot_P_P|Tot_P_F|P_Tot_25_34_yrs,G16A,people,education,25-34 years|FEMALES,,5696,Highest Year of School Completed by Age by Sex +G5697,F_Tot_35_44,Females Total Age 35 44 years,Tot_P_P|Tot_P_F|P_Tot_35_44_yrs,G16A,people,education,35-44 years|FEMALES,,5697,Highest Year of School Completed by Age by Sex +G5698,F_Tot_45_54,Females Total Age 45 54 years,Tot_P_P|Tot_P_F|P_Tot_45_54_yrs,G16A,people,education,45-54 years|FEMALES,,5698,Highest Year of School Completed by Age by Sex +G5699,F_Tot_55_64,Females Total Age 55 64 years,Tot_P_P|Tot_P_F|P_Tot_55_64_yrs,G16A,people,education,55-64 years|FEMALES,,5699,Highest Year of School Completed by Age by Sex +G5700,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74_yrs,G16A,people,education,65-74 years|FEMALES,,5700,Highest Year of School Completed by Age by Sex +G5701,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84_yrs,G16A,people,education,75-84 years|FEMALES,,5701,Highest Year of School Completed by Age by Sex G5702,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G16A,people,education,85 years and over|FEMALES,,5702,Highest Year of School Completed by Age by Sex G5703,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G16A,people,education,Total|FEMALES,,5703,Highest Year of School Completed by Age by Sex G5944,F_Neg_Nil_income_15_19_yrs,Females Negative Nil income Age 15 19 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_15_19_yrs,G17A,people,age_gender|income,15-19 years|FEMALES,,5944,Total Personal Income (Weekly) by Age by Sex @@ -4110,7 +4110,7 @@ G5948,F_Neg_Nil_income_45_54_yrs,Females Negative Nil income Age 45 54 years,Tot G5949,F_Neg_Nil_income_55_64_yrs,Females Negative Nil income Age 55 64 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_55_64_yrs,G17A,people,age_gender|income,55-64 years|FEMALES,,5949,Total Personal Income (Weekly) by Age by Sex G5950,F_Neg_Nil_income_65_74_yrs,Females Negative Nil income Age 65 74 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_65_74_yrs,G17A,people,age_gender|income,65-74 years|FEMALES,,5950,Total Personal Income (Weekly) by Age by Sex G5951,F_Neg_Nil_income_75_84_yrs,Females Negative Nil income Age 75 84 years,Tot_P_P|Tot_P_F|P_Neg_Nil_income_75_84_yrs,G17A,people,age_gender|income,75-84 years|FEMALES,,5951,Total Personal Income (Weekly) by Age by Sex -G5952,F_Neg_Nil_incme_85_yrs_ovr,Females Negative Nil income Age 85 years and over,Tot_P_P|Tot_P_F|P_Neg_Nil_incme_85_yrs_ovr,G17A,people,age_gender|income,85 years and over|FEMALES,,5952,Total Personal Income (Weekly) by Age by Sex +G5952,F_Neg_Nil_incme_85_yrs_ovr,Females Negative Nil income Age 85 years and over,Tot_P_P|Tot_P_F,G17A,people,age_gender|income,85 years and over|FEMALES,,5952,Total Personal Income (Weekly) by Age by Sex G5953,F_Neg_Nil_income_Tot,Females Negative Nil income Total,Tot_P_P|Tot_P_F|P_Neg_Nil_income_Tot,G17A,people,age_gender|income,Total|FEMALES,,5953,Total Personal Income (Weekly) by Age by Sex G5954,F_1_149_15_19_yrs,Females 1 149 Age 15 19 years,Tot_P_P|Tot_P_F|P_1_149_15_19_yrs,G17A,people,age_gender|income,15-19 years|FEMALES,,5954,Total Personal Income (Weekly) by Age by Sex G5955,F_1_149_20_24_yrs,Females 1 149 Age 20 24 years,Tot_P_P|Tot_P_F|P_1_149_20_24_yrs,G17A,people,age_gender|income,20-24 years|FEMALES,,5955,Total Personal Income (Weekly) by Age by Sex @@ -4131,7 +4131,7 @@ G5969,F_150_299_55_64_yrs,Females 150 299 Age 55 64 years,Tot_P_P|Tot_P_F|P_150_ G5970,F_150_299_65_74_yrs,Females 150 299 Age 65 74 years,Tot_P_P|Tot_P_F|P_150_299_65_74_yrs,G17A,people,age_gender|income,65-74 years|FEMALES,,5970,Total Personal Income (Weekly) by Age by Sex G5971,F_150_299_75_84_yrs,Females 150 299 Age 75 84 years,Tot_P_P|Tot_P_F|P_150_299_75_84_yrs,G17A,people,age_gender|income,75-84 years|FEMALES,,5971,Total Personal Income (Weekly) by Age by Sex G5972,F_150_299_85ov,Females 150 299 Age 85 years and over,Tot_P_P|Tot_P_F|P_150_299_85ov,G17A,people,age_gender|income,85 years and over|FEMALES,,5972,Total Personal Income (Weekly) by Age by Sex -G5973,F_150_299_Tot,Females 150 299 Total,Tot_P_P|Tot_P_F|P_150_299_Tot,G17A,people,age_gender|income,Total|FEMALES,,5973,Total Personal Income (Weekly) by Age by Sex +G5973,F_150_299_Tot,Females 150 299 Total,Tot_P_P|Tot_P_F,G17A,people,age_gender|income,Total|FEMALES,,5973,Total Personal Income (Weekly) by Age by Sex G5974,F_300_399_15_19_yrs,Females 300 399 Age 15 19 years,Tot_P_P|Tot_P_F|P_300_399_15_19_yrs,G17A,people,age_gender|income,15-19 years|FEMALES,,5974,Total Personal Income (Weekly) by Age by Sex G5975,F_300_399_20_24_yrs,Females 300 399 Age 20 24 years,Tot_P_P|Tot_P_F|P_300_399_20_24_yrs,G17A,people,age_gender|income,20-24 years|FEMALES,,5975,Total Personal Income (Weekly) by Age by Sex G5976,F_300_399_25_34_yrs,Females 300 399 Age 25 34 years,Tot_P_P|Tot_P_F|P_300_399_25_34_yrs,G17A,people,age_gender|income,25-34 years|FEMALES,,5976,Total Personal Income (Weekly) by Age by Sex @@ -4181,7 +4181,7 @@ G6019,F_800_999_55_64_yrs,Females 800 999 Age 55 64 years,Tot_P_P|Tot_P_F|P_800_ G6020,F_800_999_65_74_yrs,Females 800 999 Age 65 74 years,Tot_P_P|Tot_P_F|P_800_999_65_74_yrs,G17B,people,age_gender|income,65-74 years|FEMALES,,6020,Total Personal Income (Weekly) by Age by Sex G6021,F_800_999_75_84_yrs,Females 800 999 Age 75 84 years,Tot_P_P|Tot_P_F|P_800_999_75_84_yrs,G17B,people,age_gender|income,75-84 years|FEMALES,,6021,Total Personal Income (Weekly) by Age by Sex G6022,F_800_999_85ov,Females 800 999 Age 85 years and over,Tot_P_P|Tot_P_F|P_800_999_85ov,G17B,people,age_gender|income,85 years and over|FEMALES,,6022,Total Personal Income (Weekly) by Age by Sex -G6023,F_800_999_Tot,Females 800 999 Total,Tot_P_P|Tot_P_F|P_800_999_Tot,G17B,people,age_gender|income,Total|FEMALES,,6023,Total Personal Income (Weekly) by Age by Sex +G6023,F_800_999_Tot,Females 800 999 Total,Tot_P_P|Tot_P_F,G17B,people,age_gender|income,Total|FEMALES,,6023,Total Personal Income (Weekly) by Age by Sex G6024,F_1000_1249_15_19_yrs,Females 1000 1249 Age 15 19 years,Tot_P_P|Tot_P_F|P_1000_1249_15_19_yrs,G17B,people,age_gender|income,15-19 years|FEMALES,,6024,Total Personal Income (Weekly) by Age by Sex G6025,F_1000_1249_20_24_yrs,Females 1000 1249 Age 20 24 years,Tot_P_P|Tot_P_F|P_1000_1249_20_24_yrs,G17B,people,age_gender|income,20-24 years|FEMALES,,6025,Total Personal Income (Weekly) by Age by Sex G6026,F_1000_1249_25_34_yrs,Females 1000 1249 Age 25 34 years,Tot_P_P|Tot_P_F|P_1000_1249_25_34_yrs,G17B,people,age_gender|income,25-34 years|FEMALES,,6026,Total Personal Income (Weekly) by Age by Sex @@ -4460,96 +4460,96 @@ G6814,F_Tot_prvided_unpaid_assist,Females Total Provided unpaid assistance,Tot_P G6815,F_Tot_No_unpaid_asst_prvided,Females Total No unpaid assistance provided,Tot_P_P|Tot_P_F|P_Tot_No_unpaid_asst_prvided,G21,people,employment,No unpaid assistance provided|FEMALES,,6815,Unpaid Assistance to a Person with a Disability by Age by Sex G6816,F_Tot_Unpaid_assist_ns,Females Total Unpaid assistance not stated,Tot_P_P|Tot_P_F|P_Tot_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|FEMALES,,6816,Unpaid Assistance to a Person with a Disability by Age by Sex G6817,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G21,people,employment,Total|FEMALES,,6817,Unpaid Assistance to a Person with a Disability by Age by Sex -G6928,F_15_19_CF_Own_CCO,Females 15 19 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_15_19_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6928,Unpaid Child Care by Age by Sex -G6929,F_15_19_CF_Oth_CCO,Females 15 19 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_15_19_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6929,Unpaid Child Care by Age by Sex -G6930,F_15_19_CF_Own_CC_Oth_CC,Females 15 19 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_15_19_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6930,Unpaid Child Care by Age by Sex -G6931,F_15_19_CF_Total,Females 15 19 years Cared for Total,Tot_P_P|Tot_P_F|P_15_19_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6931,Unpaid Child Care by Age by Sex +G6928,F_15_19_CF_Own_CCO,Females 15 19 years Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6928,Unpaid Child Care by Age by Sex +G6929,F_15_19_CF_Oth_CCO,Females 15 19 years Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6929,Unpaid Child Care by Age by Sex +G6930,F_15_19_CF_Own_CC_Oth_CC,Females 15 19 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6930,Unpaid Child Care by Age by Sex +G6931,F_15_19_CF_Total,Females 15 19 years Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6931,Unpaid Child Care by Age by Sex G6932,F_15_19_DNPCC,Females 15 19 years Did not provide child care,Tot_P_P|Tot_P_F|P_15_19_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6932,Unpaid Child Care by Age by Sex G6933,F_15_19_UCC_NS,Females 15 19 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_15_19_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6933,Unpaid Child Care by Age by Sex G6934,F_15_19_Total,Females 15 19 years Total,Tot_P_P|Tot_P_F|P_15_19_Total,G22A,people,families,Total|FEMALES,,6934,Unpaid Child Care by Age by Sex -G6935,F_20_24_CF_Own_CCO,Females 20 24 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_20_24_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6935,Unpaid Child Care by Age by Sex -G6936,F_20_24_CF_Oth_CCO,Females 20 24 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_20_24_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6936,Unpaid Child Care by Age by Sex -G6937,F_20_24_CF_Own_CC_Oth_CC,Females 20 24 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_20_24_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6937,Unpaid Child Care by Age by Sex -G6938,F_20_24_CF_Total,Females 20 24 years Cared for Total,Tot_P_P|Tot_P_F|P_20_24_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6938,Unpaid Child Care by Age by Sex +G6935,F_20_24_CF_Own_CCO,Females 20 24 years Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6935,Unpaid Child Care by Age by Sex +G6936,F_20_24_CF_Oth_CCO,Females 20 24 years Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6936,Unpaid Child Care by Age by Sex +G6937,F_20_24_CF_Own_CC_Oth_CC,Females 20 24 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6937,Unpaid Child Care by Age by Sex +G6938,F_20_24_CF_Total,Females 20 24 years Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6938,Unpaid Child Care by Age by Sex G6939,F_20_24_DNPCC,Females 20 24 years Did not provide child care,Tot_P_P|Tot_P_F|P_20_24_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6939,Unpaid Child Care by Age by Sex G6940,F_20_24_UCC_NS,Females 20 24 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_20_24_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6940,Unpaid Child Care by Age by Sex G6941,F_20_24_Total,Females 20 24 years Total,Tot_P_P|Tot_P_F|P_20_24_Total,G22A,people,families,Total|FEMALES,,6941,Unpaid Child Care by Age by Sex -G6942,F_25_34_CF_Own_CCO,Females 25 34 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_25_34_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6942,Unpaid Child Care by Age by Sex -G6943,F_25_34_CF_Oth_CCO,Females 25 34 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_25_34_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6943,Unpaid Child Care by Age by Sex -G6944,F_25_34_CF_Own_CC_Oth_CC,Females 25 34 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_25_34_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6944,Unpaid Child Care by Age by Sex -G6945,F_25_34_CF_Total,Females 25 34 years Cared for Total,Tot_P_P|Tot_P_F|P_25_34_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6945,Unpaid Child Care by Age by Sex +G6942,F_25_34_CF_Own_CCO,Females 25 34 years Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6942,Unpaid Child Care by Age by Sex +G6943,F_25_34_CF_Oth_CCO,Females 25 34 years Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6943,Unpaid Child Care by Age by Sex +G6944,F_25_34_CF_Own_CC_Oth_CC,Females 25 34 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6944,Unpaid Child Care by Age by Sex +G6945,F_25_34_CF_Total,Females 25 34 years Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6945,Unpaid Child Care by Age by Sex G6946,F_25_34_DNPCC,Females 25 34 years Did not provide child care,Tot_P_P|Tot_P_F|P_25_34_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6946,Unpaid Child Care by Age by Sex G6947,F_25_34_UCC_NS,Females 25 34 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_25_34_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6947,Unpaid Child Care by Age by Sex G6948,F_25_34_Total,Females 25 34 years Total,Tot_P_P|Tot_P_F|P_25_34_Total,G22A,people,families,Total|FEMALES,,6948,Unpaid Child Care by Age by Sex -G6949,F_35_44_CF_Own_CCO,Females 35 44 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_35_44_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6949,Unpaid Child Care by Age by Sex -G6950,F_35_44_CF_Oth_CCO,Females 35 44 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_35_44_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6950,Unpaid Child Care by Age by Sex -G6951,F_35_44_CF_Own_CC_Oth_CC,Females 35 44 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_35_44_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6951,Unpaid Child Care by Age by Sex -G6952,F_35_44_CF_Total,Females 35 44 years Cared for Total,Tot_P_P|Tot_P_F|P_35_44_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6952,Unpaid Child Care by Age by Sex +G6949,F_35_44_CF_Own_CCO,Females 35 44 years Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6949,Unpaid Child Care by Age by Sex +G6950,F_35_44_CF_Oth_CCO,Females 35 44 years Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6950,Unpaid Child Care by Age by Sex +G6951,F_35_44_CF_Own_CC_Oth_CC,Females 35 44 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6951,Unpaid Child Care by Age by Sex +G6952,F_35_44_CF_Total,Females 35 44 years Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6952,Unpaid Child Care by Age by Sex G6953,F_35_44_DNPCC,Females 35 44 years Did not provide child care,Tot_P_P|Tot_P_F|P_35_44_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6953,Unpaid Child Care by Age by Sex G6954,F_35_44_UCC_NS,Females 35 44 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_35_44_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6954,Unpaid Child Care by Age by Sex G6955,F_35_44_Total,Females 35 44 years Total,Tot_P_P|Tot_P_F|P_35_44_Total,G22A,people,families,Total|FEMALES,,6955,Unpaid Child Care by Age by Sex -G6956,F_45_54_CF_Own_CCO,Females 45 54 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_45_54_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6956,Unpaid Child Care by Age by Sex -G6957,F_45_54_CF_Oth_CCO,Females 45 54 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_45_54_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6957,Unpaid Child Care by Age by Sex -G6958,F_45_54_CF_Own_CC_Oth_CC,Females 45 54 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_45_54_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6958,Unpaid Child Care by Age by Sex -G6959,F_45_54_CF_Total,Females 45 54 years Cared for Total,Tot_P_P|Tot_P_F|P_45_54_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6959,Unpaid Child Care by Age by Sex +G6956,F_45_54_CF_Own_CCO,Females 45 54 years Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6956,Unpaid Child Care by Age by Sex +G6957,F_45_54_CF_Oth_CCO,Females 45 54 years Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6957,Unpaid Child Care by Age by Sex +G6958,F_45_54_CF_Own_CC_Oth_CC,Females 45 54 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6958,Unpaid Child Care by Age by Sex +G6959,F_45_54_CF_Total,Females 45 54 years Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6959,Unpaid Child Care by Age by Sex G6960,F_45_54_DNPCC,Females 45 54 years Did not provide child care,Tot_P_P|Tot_P_F|P_45_54_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6960,Unpaid Child Care by Age by Sex G6961,F_45_54_UCC_NS,Females 45 54 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_45_54_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6961,Unpaid Child Care by Age by Sex G6962,F_45_54_Total,Females 45 54 years Total,Tot_P_P|Tot_P_F|P_45_54_Total,G22A,people,families,Total|FEMALES,,6962,Unpaid Child Care by Age by Sex -G6963,F_55_64_CF_Own_CCO,Females 55 64 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_55_64_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6963,Unpaid Child Care by Age by Sex -G6964,F_55_64_CF_Oth_CCO,Females 55 64 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_55_64_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6964,Unpaid Child Care by Age by Sex -G6965,F_55_64_CF_Own_CC_Oth_CC,Females 55 64 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_55_64_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6965,Unpaid Child Care by Age by Sex -G6966,F_55_64_CF_Total,Females 55 64 years Cared for Total,Tot_P_P|Tot_P_F|P_55_64_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6966,Unpaid Child Care by Age by Sex +G6963,F_55_64_CF_Own_CCO,Females 55 64 years Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6963,Unpaid Child Care by Age by Sex +G6964,F_55_64_CF_Oth_CCO,Females 55 64 years Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6964,Unpaid Child Care by Age by Sex +G6965,F_55_64_CF_Own_CC_Oth_CC,Females 55 64 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6965,Unpaid Child Care by Age by Sex +G6966,F_55_64_CF_Total,Females 55 64 years Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6966,Unpaid Child Care by Age by Sex G6967,F_55_64_DNPCC,Females 55 64 years Did not provide child care,Tot_P_P|Tot_P_F|P_55_64_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6967,Unpaid Child Care by Age by Sex G6968,F_55_64_UCC_NS,Females 55 64 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_55_64_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6968,Unpaid Child Care by Age by Sex G6969,F_55_64_Total,Females 55 64 years Total,Tot_P_P|Tot_P_F|P_55_64_Total,G22A,people,families,Total|FEMALES,,6969,Unpaid Child Care by Age by Sex -G6970,F_65_74_CF_Own_CCO,Females 65 74 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_65_74_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6970,Unpaid Child Care by Age by Sex -G6971,F_65_74_CF_Oth_CCO,Females 65 74 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_65_74_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6971,Unpaid Child Care by Age by Sex -G6972,F_65_74_CF_Own_CC_Oth_CC,Females 65 74 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_65_74_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6972,Unpaid Child Care by Age by Sex -G6973,F_65_74_CF_Total,Females 65 74 years Cared for Total,Tot_P_P|Tot_P_F|P_65_74_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6973,Unpaid Child Care by Age by Sex +G6970,F_65_74_CF_Own_CCO,Females 65 74 years Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6970,Unpaid Child Care by Age by Sex +G6971,F_65_74_CF_Oth_CCO,Females 65 74 years Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6971,Unpaid Child Care by Age by Sex +G6972,F_65_74_CF_Own_CC_Oth_CC,Females 65 74 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6972,Unpaid Child Care by Age by Sex +G6973,F_65_74_CF_Total,Females 65 74 years Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6973,Unpaid Child Care by Age by Sex G6974,F_65_74_DNPCC,Females 65 74 years Did not provide child care,Tot_P_P|Tot_P_F|P_65_74_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6974,Unpaid Child Care by Age by Sex G6975,F_65_74_UCC_NS,Females 65 74 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_65_74_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6975,Unpaid Child Care by Age by Sex G6976,F_65_74_Total,Females 65 74 years Total,Tot_P_P|Tot_P_F|P_65_74_Total,G22A,people,families,Total|FEMALES,,6976,Unpaid Child Care by Age by Sex -G6977,F_75_84_CF_Own_CCO,Females 75 84 years Cared for Own child children only,Tot_P_P|Tot_P_F|P_75_84_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6977,Unpaid Child Care by Age by Sex -G6978,F_75_84_CF_Oth_CCO,Females 75 84 years Cared for Other child children only,Tot_P_P|Tot_P_F|P_75_84_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6978,Unpaid Child Care by Age by Sex -G6979,F_75_84_CF_Own_CC_Oth_CC,Females 75 84 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_75_84_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6979,Unpaid Child Care by Age by Sex -G6980,F_75_84_CF_Total,Females 75 84 years Cared for Total,Tot_P_P|Tot_P_F|P_75_84_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6980,Unpaid Child Care by Age by Sex +G6977,F_75_84_CF_Own_CCO,Females 75 84 years Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6977,Unpaid Child Care by Age by Sex +G6978,F_75_84_CF_Oth_CCO,Females 75 84 years Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6978,Unpaid Child Care by Age by Sex +G6979,F_75_84_CF_Own_CC_Oth_CC,Females 75 84 years Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6979,Unpaid Child Care by Age by Sex +G6980,F_75_84_CF_Total,Females 75 84 years Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6980,Unpaid Child Care by Age by Sex G6981,F_75_84_DNPCC,Females 75 84 years Did not provide child care,Tot_P_P|Tot_P_F|P_75_84_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6981,Unpaid Child Care by Age by Sex G6982,F_75_84_UCC_NS,Females 75 84 years Unpaid child care not stated,Tot_P_P|Tot_P_F|P_75_84_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6982,Unpaid Child Care by Age by Sex G6983,F_75_84_Total,Females 75 84 years Total,Tot_P_P|Tot_P_F|P_75_84_Total,G22A,people,families,Total|FEMALES,,6983,Unpaid Child Care by Age by Sex -G6984,F_85ov_CF_Own_CCO,Females 85 years and over Cared for Own child children only,Tot_P_P|Tot_P_F|P_85ov_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6984,Unpaid Child Care by Age by Sex -G6985,F_85ov_CF_Oth_CCO,Females 85 years and over Cared for Other child children only,Tot_P_P|Tot_P_F|P_85ov_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6985,Unpaid Child Care by Age by Sex -G6986,F_85ov_CF_Own_CC_Oth_CC,Females 85 years and over Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_85ov_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6986,Unpaid Child Care by Age by Sex -G6987,F_85ov_CF_Total,Females 85 years and over Cared for Total,Tot_P_P|Tot_P_F|P_85ov_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6987,Unpaid Child Care by Age by Sex +G6984,F_85ov_CF_Own_CCO,Females 85 years and over Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6984,Unpaid Child Care by Age by Sex +G6985,F_85ov_CF_Oth_CCO,Females 85 years and over Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6985,Unpaid Child Care by Age by Sex +G6986,F_85ov_CF_Own_CC_Oth_CC,Females 85 years and over Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6986,Unpaid Child Care by Age by Sex +G6987,F_85ov_CF_Total,Females 85 years and over Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6987,Unpaid Child Care by Age by Sex G6988,F_85ov_DNPCC,Females 85 years and over Did not provide child care,Tot_P_P|Tot_P_F|P_85ov_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6988,Unpaid Child Care by Age by Sex G6989,F_85ov_UCC_NS,Females 85 years and over Unpaid child care not stated,Tot_P_P|Tot_P_F|P_85ov_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6989,Unpaid Child Care by Age by Sex G6990,F_85ov_Total,Females 85 years and over Total,Tot_P_P|Tot_P_F|P_85ov_Total,G22A,people,families,Total|FEMALES,,6990,Unpaid Child Care by Age by Sex -G6991,F_Tot_CF_Own_CCO,Females Total Cared for Own child children only,Tot_P_P|Tot_P_F|P_Tot_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|FEMALES,,6991,Unpaid Child Care by Age by Sex -G6992,F_Tot_CF_Oth_CCO,Females Total Cared for Other child children only,Tot_P_P|Tot_P_F|P_Tot_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|FEMALES,,6992,Unpaid Child Care by Age by Sex -G6993,F_Tot_CF_Own_CC_Oth_CC,Females Total Cared for Own child children and other child children,Tot_P_P|Tot_P_F|P_Tot_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6993,Unpaid Child Care by Age by Sex -G6994,F_Tot_CF_Total,Females Total Cared for Total,Tot_P_P|Tot_P_F|P_Tot_CF_Total,G22A,people,families,Cared for: Total|FEMALES,,6994,Unpaid Child Care by Age by Sex +G6991,F_Tot_CF_Own_CCO,Females Total Cared for Own child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children only|FEMALES,,6991,Unpaid Child Care by Age by Sex +G6992,F_Tot_CF_Oth_CCO,Females Total Cared for Other child children only,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Other child/children only|FEMALES,,6992,Unpaid Child Care by Age by Sex +G6993,F_Tot_CF_Own_CC_Oth_CC,Females Total Cared for Own child children and other child children,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Own child/children and other child/children|FEMALES,,6993,Unpaid Child Care by Age by Sex +G6994,F_Tot_CF_Total,Females Total Cared for Total,Tot_P_P|Tot_P_F,G22A,people,families,Cared for: Total|FEMALES,,6994,Unpaid Child Care by Age by Sex G6995,F_Tot_DNPCC,Females Total Did not provide child care,Tot_P_P|Tot_P_F|P_Tot_DNPCC,G22A,people,families,Did not provide child care|FEMALES,,6995,Unpaid Child Care by Age by Sex G6996,F_Tot_UCC_NS,Females Total Unpaid child care not stated,Tot_P_P|Tot_P_F|P_Tot_UCC_NS,G22A,people,families,Unpaid child care not stated|FEMALES,,6996,Unpaid Child Care by Age by Sex G6997,F_Tot_Total,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Total,G22A,people,families,Total|FEMALES,,6997,Unpaid Child Care by Age by Sex -G7188,F_Wife_in_RM_0_14,Females Wife in a registered marriage Age 0 14 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7188,Relationship in Household by Age by Sex -G7189,F_Wife_in_RM_15_24,Females Wife in a registered marriage Age 15 24 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7189,Relationship in Household by Age by Sex -G7190,F_Wife_in_RM_25_34,Females Wife in a registered marriage Age 25 34 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7190,Relationship in Household by Age by Sex -G7191,F_Wife_in_RM_35_44,Females Wife in a registered marriage Age 35 44 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7191,Relationship in Household by Age by Sex -G7192,F_Wife_in_RM_45_54,Females Wife in a registered marriage Age 45 54 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7192,Relationship in Household by Age by Sex -G7193,F_Wife_in_RM_55_64,Females Wife in a registered marriage Age 55 64 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7193,Relationship in Household by Age by Sex -G7194,F_Wife_in_RM_65_74,Females Wife in a registered marriage Age 65 74 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7194,Relationship in Household by Age by Sex -G7195,F_Wife_in_RM_75_84,Females Wife in a registered marriage Age 75 84 years,Tot_P_P|Tot_P_F|P_Wife_in_RM_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7195,Relationship in Household by Age by Sex -G7196,F_Wife_in_RM_85ov,Females Wife in a registered marriage Age 85 years and over,Tot_P_P|Tot_P_F|P_Wife_in_RM_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7196,Relationship in Household by Age by Sex -G7197,F_Wife_in_RM_Tot,Females Wife in a registered marriage Total,Tot_P_P|Tot_P_F|P_Wife_in_RM_Tot,G23A,people,families|age_gender,Total|FEMALES,,7197,Relationship in Household by Age by Sex -G7198,F_Ptn_in_DFM_0_14,Females Partner in de facto marriage Age 0 14 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7198,Relationship in Household by Age by Sex -G7199,F_Ptn_in_DFM_15_24,Females Partner in de facto marriage Age 15 24 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7199,Relationship in Household by Age by Sex -G7200,F_Ptn_in_DFM_25_34,Females Partner in de facto marriage Age 25 34 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7200,Relationship in Household by Age by Sex -G7201,F_Ptn_in_DFM_35_44,Females Partner in de facto marriage Age 35 44 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7201,Relationship in Household by Age by Sex -G7202,F_Ptn_in_DFM_45_54,Females Partner in de facto marriage Age 45 54 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7202,Relationship in Household by Age by Sex -G7203,F_Ptn_in_DFM_55_64,Females Partner in de facto marriage Age 55 64 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7203,Relationship in Household by Age by Sex -G7204,F_Ptn_in_DFM_65_74,Females Partner in de facto marriage Age 65 74 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7204,Relationship in Household by Age by Sex -G7205,F_Ptn_in_DFM_75_84,Females Partner in de facto marriage Age 75 84 years,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7205,Relationship in Household by Age by Sex -G7206,F_Ptn_in_DFM_85ov,Females Partner in de facto marriage Age 85 years and over,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7206,Relationship in Household by Age by Sex -G7207,F_Ptn_in_DFM_Tot,Females Partner in de facto marriage Total,Tot_P_P|Tot_P_F|P_Ptn_in_DFM_Tot,G23A,people,families|age_gender,Total|FEMALES,,7207,Relationship in Household by Age by Sex +G7188,F_Wife_in_RM_0_14,Females Wife in a registered marriage Age 0 14 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,0-14 years|FEMALES,,7188,Relationship in Household by Age by Sex +G7189,F_Wife_in_RM_15_24,Females Wife in a registered marriage Age 15 24 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,15-24 years|FEMALES,,7189,Relationship in Household by Age by Sex +G7190,F_Wife_in_RM_25_34,Females Wife in a registered marriage Age 25 34 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,25-34 years|FEMALES,,7190,Relationship in Household by Age by Sex +G7191,F_Wife_in_RM_35_44,Females Wife in a registered marriage Age 35 44 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,35-44 years|FEMALES,,7191,Relationship in Household by Age by Sex +G7192,F_Wife_in_RM_45_54,Females Wife in a registered marriage Age 45 54 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,45-54 years|FEMALES,,7192,Relationship in Household by Age by Sex +G7193,F_Wife_in_RM_55_64,Females Wife in a registered marriage Age 55 64 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,55-64 years|FEMALES,,7193,Relationship in Household by Age by Sex +G7194,F_Wife_in_RM_65_74,Females Wife in a registered marriage Age 65 74 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,65-74 years|FEMALES,,7194,Relationship in Household by Age by Sex +G7195,F_Wife_in_RM_75_84,Females Wife in a registered marriage Age 75 84 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,75-84 years|FEMALES,,7195,Relationship in Household by Age by Sex +G7196,F_Wife_in_RM_85ov,Females Wife in a registered marriage Age 85 years and over,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,85 years and over|FEMALES,,7196,Relationship in Household by Age by Sex +G7197,F_Wife_in_RM_Tot,Females Wife in a registered marriage Total,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,Total|FEMALES,,7197,Relationship in Household by Age by Sex +G7198,F_Ptn_in_DFM_0_14,Females Partner in de facto marriage Age 0 14 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,0-14 years|FEMALES,,7198,Relationship in Household by Age by Sex +G7199,F_Ptn_in_DFM_15_24,Females Partner in de facto marriage Age 15 24 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,15-24 years|FEMALES,,7199,Relationship in Household by Age by Sex +G7200,F_Ptn_in_DFM_25_34,Females Partner in de facto marriage Age 25 34 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,25-34 years|FEMALES,,7200,Relationship in Household by Age by Sex +G7201,F_Ptn_in_DFM_35_44,Females Partner in de facto marriage Age 35 44 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,35-44 years|FEMALES,,7201,Relationship in Household by Age by Sex +G7202,F_Ptn_in_DFM_45_54,Females Partner in de facto marriage Age 45 54 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,45-54 years|FEMALES,,7202,Relationship in Household by Age by Sex +G7203,F_Ptn_in_DFM_55_64,Females Partner in de facto marriage Age 55 64 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,55-64 years|FEMALES,,7203,Relationship in Household by Age by Sex +G7204,F_Ptn_in_DFM_65_74,Females Partner in de facto marriage Age 65 74 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,65-74 years|FEMALES,,7204,Relationship in Household by Age by Sex +G7205,F_Ptn_in_DFM_75_84,Females Partner in de facto marriage Age 75 84 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,75-84 years|FEMALES,,7205,Relationship in Household by Age by Sex +G7206,F_Ptn_in_DFM_85ov,Females Partner in de facto marriage Age 85 years and over,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,85 years and over|FEMALES,,7206,Relationship in Household by Age by Sex +G7207,F_Ptn_in_DFM_Tot,Females Partner in de facto marriage Total,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,Total|FEMALES,,7207,Relationship in Household by Age by Sex G7208,F_LonePnt_0_14,Females Lone parent Age 0 14 years,Tot_P_P|Tot_P_F|P_LonePnt_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7208,Relationship in Household by Age by Sex G7209,F_LonePnt_15_24,Females Lone parent Age 15 24 years,Tot_P_P|Tot_P_F|P_LonePnt_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7209,Relationship in Household by Age by Sex G7210,F_LonePnt_25_34,Females Lone parent Age 25 34 years,Tot_P_P|Tot_P_F|P_LonePnt_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7210,Relationship in Household by Age by Sex @@ -4849,102 +4849,102 @@ G9021,F_Tot_65_74,Females Total Age 65 74 years,Tot_P_P|Tot_P_F|P_Tot_65_74,G43B G9022,F_Tot_75_84,Females Total Age 75 84 years,Tot_P_P|Tot_P_F|P_Tot_75_84,G43B,people,employment,75-84 years|FEMALES,,9022,Labour Force Status by Age by Sex G9023,F_Tot_85ov,Females Total Age 85 years and over,Tot_P_P|Tot_P_F|P_Tot_85ov,G43B,people,employment,85 years and over|FEMALES,,9023,Labour Force Status by Age by Sex G9024,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G43B,people,employment,Total|FEMALES,,9024,Labour Force Status by Age by Sex -G10393,F_LPLFS_EFT_DC_0_4,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10393,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10394,F_LPLFS_EFT_DC_5_9,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10394,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10395,F_LPLFS_EFT_DC_10_12,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10395,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10396,F_LPLFS_EFT_DC_13_14,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10396,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10397,F_LPLFS_EFT_DC_15_17,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10397,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10398,F_LPLFS_EFT_DC_18_20,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10398,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10399,F_LPLFS_EFT_DC_21_24,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_EFT_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10399,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10400,F_LPLFS_EFT_T,Female Lone Parent Employed Worked Full Time Total,Tot_P_P|Tot_P_F|P_LPLFS_EFT_T,G45A,people,employment,Total,,10400,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10401,F_LPLFS_EPT_DC_0_4,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10401,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10402,F_LPLFS_EPT_DC_5_9,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10402,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10403,F_LPLFS_EPT_DC_10_12,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10403,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10404,F_LPLFS_EPT_DC_13_14,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10404,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10405,F_LPLFS_EPT_DC_15_17,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10405,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10406,F_LPLFS_EPT_DC_18_20,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10406,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10407,F_LPLFS_EPT_DC_21_24,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_EPT_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10407,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10408,F_LPLFS_EPT_T,Female Lone Parent Employed Worked Part Time Total,Tot_P_P|Tot_P_F|P_LPLFS_EPT_T,G45A,people,employment,Total,,10408,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10409,F_LPLFS_EAW_DC_0_4,Female Lone Parent Employed Away From Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10409,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10410,F_LPLFS_EAW_DC_5_9,Female Lone Parent Employed Away From Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10410,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10411,F_LPLFS_EAW_DC_10_12,Female Lone Parent Employed Away From Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10411,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10412,F_LPLFS_EAW_DC_13_14,Female Lone Parent Employed Away From Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10412,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10413,F_LPLFS_EAW_DC_15_17,Female Lone Parent Employed Away From Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10413,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10414,F_LPLFS_EAW_DC_18_20,Female Lone Parent Employed Away From Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10414,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10415,F_LPLFS_EAW_DC_21_24,Female Lone Parent Employed Away From Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_EAW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10415,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10416,F_LPLFS_EAW_T,Female Lone Parent Employed Away From Work Total,Tot_P_P|Tot_P_F|P_LPLFS_EAW_T,G45A,people,employment,Total,,10416,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10417,F_LPLFS_HNS_DC_0_4,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10417,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10418,F_LPLFS_HNS_DC_5_9,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10418,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10419,F_LPLFS_HNS_DC_10_12,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10419,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10420,F_LPLFS_HNS_DC_13_14,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10420,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10421,F_LPLFS_HNS_DC_15_17,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10421,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10422,F_LPLFS_HNS_DC_18_20,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10422,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10423,F_LPLFS_HNS_DC_21_24,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_HNS_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10423,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10424,F_LPLFS_HNS_T,Female Lone Parent Hours Worked Not Stated Total,Tot_P_P|Tot_P_F|P_LPLFS_HNS_T,G45A,people,employment,Total,,10424,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10425,F_LPLFS_EW_T_DC_0_4,Female Lone Parent Total Employed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10425,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10426,F_LPLFS_EW_T_DC_5_9,Female Lone Parent Total Employed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10426,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10427,F_LPLFS_EW_T_DC_10_12,Female Lone Parent Total Employed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10427,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10428,F_LPLFS_EW_T_DC_13_14,Female Lone Parent Total Employed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10428,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10429,F_LPLFS_EW_T_DC_15_17,Female Lone Parent Total Employed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10429,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10430,F_LPLFS_EW_T_DC_18_20,Female Lone Parent Total Employed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10430,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10431,F_LPLFS_EW_T_DC_21_24,Female Lone Parent Total Employed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10431,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10432,F_LPLFS_EW_T_T,Female Lone Parent Total Employed Total,Tot_P_P|Tot_P_F|P_LPLFS_EW_T_T,G45A,people,employment,Total,,10432,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10433,F_LPLFS_ULFTW_DC_0_4,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10433,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10434,F_LPLFS_ULFTW_DC_5_9,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10434,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10435,F_LPLFS_ULFTW_DC_10_12,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10435,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10436,F_LPLFS_ULFTW_DC_13_14,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10436,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10437,F_LPLFS_ULFTW_DC_15_17,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10437,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10438,F_LPLFS_ULFTW_DC_18_20,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10438,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10439,F_LPLFS_ULFTW_DC_21_24,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10439,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10440,F_LPLFS_ULFTW_T,Female Lone Parent Unemployed Looking For Full Time Work Total,Tot_P_P|Tot_P_F|P_LPLFS_ULFTW_T,G45A,people,employment,Total,,10440,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10441,F_LPLFS_ULPTW_DC_0_4,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10441,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10442,F_LPLFS_ULPTW_DC_5_9,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10442,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10443,F_LPLFS_ULPTW_DC_10_12,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10443,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10444,F_LPLFS_ULPTW_DC_13_14,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10444,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10445,F_LPLFS_ULPTW_DC_15_17,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10445,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10446,F_LPLFS_ULPTW_DC_18_20,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10446,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10447,F_LPLFS_ULPTW_DC_21_24,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10447,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10448,F_LPLFS_ULPTW_T,Female Lone Parent Unemployed Looking For Part Time Work Total,Tot_P_P|Tot_P_F|P_LPLFS_ULPTW_T,G45A,people,employment,Total,,10448,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10449,F_LPLFS_U_T_DC_0_4,Female Lone Parent Total Unemployed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10449,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10450,F_LPLFS_U_T_DC_5_9,Female Lone Parent Total Unemployed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10450,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10451,F_LPLFS_U_T_DC_10_12,Female Lone Parent Total Unemployed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10451,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10452,F_LPLFS_U_T_DC_13_14,Female Lone Parent Total Unemployed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10452,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10453,F_LPLFS_U_T_DC_15_17,Female Lone Parent Total Unemployed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10453,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10454,F_LPLFS_U_T_DC_18_20,Female Lone Parent Total Unemployed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10454,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10455,F_LPLFS_U_T_DC_21_24,Female Lone Parent Total Unemployed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_U_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10455,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10456,F_LPLFS_U_T_T,Female Lone Parent Total Unemployed Total,Tot_P_P|Tot_P_F|P_LPLFS_U_T_T,G45A,people,employment,Total,,10456,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10457,F_LPLFS_T_LF_DC_0_4,Female Lone Parent Total Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10457,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10458,F_LPLFS_T_LF_DC_5_9,Female Lone Parent Total Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10458,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10459,F_LPLFS_T_LF_DC_10_12,Female Lone Parent Total Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10459,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10460,F_LPLFS_T_LF_DC_13_14,Female Lone Parent Total Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10460,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10461,F_LPLFS_T_LF_DC_15_17,Female Lone Parent Total Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10461,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10462,F_LPLFS_T_LF_DC_18_20,Female Lone Parent Total Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10462,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10463,F_LPLFS_T_LF_DC_21_24,Female Lone Parent Total Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10463,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10464,F_LPLFS_T_LF_T,Female Lone Parent Total Labour Force Total,Tot_P_P|Tot_P_F|P_LPLFS_T_LF_T,G45A,people,employment,Total,,10464,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10465,F_LPLFS_NLF_DC_0_4,Female Lone Parent Not In The Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10465,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10466,F_LPLFS_NLF_DC_5_9,Female Lone Parent Not In The Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10466,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10467,F_LPLFS_NLF_DC_10_12,Female Lone Parent Not In The Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10467,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10468,F_LPLFS_NLF_DC_13_14,Female Lone Parent Not In The Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10468,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10469,F_LPLFS_NLF_DC_15_17,Female Lone Parent Not In The Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10469,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10470,F_LPLFS_NLF_DC_18_20,Female Lone Parent Not In The Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10470,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10471,F_LPLFS_NLF_DC_21_24,Female Lone Parent Not In The Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_NLF_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10471,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10472,F_LPLFS_NLF_T,Female Lone Parent Not In The Labour Force Total,Tot_P_P|Tot_P_F|P_LPLFS_NLF_T,G45A,people,employment,Total,,10472,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10473,F_LPLFS_LFSNS_DC_0_4,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10473,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10474,F_LPLFS_LFSNS_DC_5_9,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10474,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10475,F_LPLFS_LFSNS_DC_10_12,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10475,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10476,F_LPLFS_LFSNS_DC_13_14,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10476,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10477,F_LPLFS_LFSNS_DC_15_17,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10477,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10478,F_LPLFS_LFSNS_DC_18_20,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10478,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10479,F_LPLFS_LFSNS_DC_21_24,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10479,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10480,F_LPLFS_LFSNS_T,Female Lone Parent Labour Force Status Not Stated Total,Tot_P_P|Tot_P_F|P_LPLFS_LFSNS_T,G45A,people,employment,Total,,10480,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10481,F_LPLFS_T_DC_0_4,Female Lone Parent Total Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10481,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10482,F_LPLFS_T_DC_5_9,Female Lone Parent Total Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10482,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10483,F_LPLFS_T_DC_10_12,Female Lone Parent Total Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10483,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10484,F_LPLFS_T_DC_13_14,Female Lone Parent Total Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10484,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10485,F_LPLFS_T_DC_15_17,Female Lone Parent Total Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10485,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10486,F_LPLFS_T_DC_18_20,Female Lone Parent Total Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10486,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10487,F_LPLFS_T_DC_21_24,Female Lone Parent Total Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F|P_LPLFS_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10487,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10488,F_LPLFS_T_T,Female Lone Parent Total Total,Tot_P_P|Tot_P_F|P_LPLFS_T_T,G45A,people,employment,Total,,10488,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10393,F_LPLFS_EFT_DC_0_4,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10393,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10394,F_LPLFS_EFT_DC_5_9,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10394,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10395,F_LPLFS_EFT_DC_10_12,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10395,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10396,F_LPLFS_EFT_DC_13_14,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10396,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10397,F_LPLFS_EFT_DC_15_17,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10397,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10398,F_LPLFS_EFT_DC_18_20,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10398,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10399,F_LPLFS_EFT_DC_21_24,Female Lone Parent Employed Worked Full Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10399,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10400,F_LPLFS_EFT_T,Female Lone Parent Employed Worked Full Time Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10400,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10401,F_LPLFS_EPT_DC_0_4,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10401,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10402,F_LPLFS_EPT_DC_5_9,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10402,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10403,F_LPLFS_EPT_DC_10_12,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10403,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10404,F_LPLFS_EPT_DC_13_14,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10404,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10405,F_LPLFS_EPT_DC_15_17,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10405,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10406,F_LPLFS_EPT_DC_18_20,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10406,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10407,F_LPLFS_EPT_DC_21_24,Female Lone Parent Employed Worked Part Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10407,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10408,F_LPLFS_EPT_T,Female Lone Parent Employed Worked Part Time Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10408,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10409,F_LPLFS_EAW_DC_0_4,Female Lone Parent Employed Away From Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10409,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10410,F_LPLFS_EAW_DC_5_9,Female Lone Parent Employed Away From Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10410,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10411,F_LPLFS_EAW_DC_10_12,Female Lone Parent Employed Away From Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10411,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10412,F_LPLFS_EAW_DC_13_14,Female Lone Parent Employed Away From Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10412,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10413,F_LPLFS_EAW_DC_15_17,Female Lone Parent Employed Away From Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10413,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10414,F_LPLFS_EAW_DC_18_20,Female Lone Parent Employed Away From Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10414,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10415,F_LPLFS_EAW_DC_21_24,Female Lone Parent Employed Away From Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10415,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10416,F_LPLFS_EAW_T,Female Lone Parent Employed Away From Work Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10416,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10417,F_LPLFS_HNS_DC_0_4,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10417,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10418,F_LPLFS_HNS_DC_5_9,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10418,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10419,F_LPLFS_HNS_DC_10_12,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10419,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10420,F_LPLFS_HNS_DC_13_14,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10420,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10421,F_LPLFS_HNS_DC_15_17,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10421,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10422,F_LPLFS_HNS_DC_18_20,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10422,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10423,F_LPLFS_HNS_DC_21_24,Female Lone Parent Hours Worked Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10423,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10424,F_LPLFS_HNS_T,Female Lone Parent Hours Worked Not Stated Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10424,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10425,F_LPLFS_EW_T_DC_0_4,Female Lone Parent Total Employed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10425,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10426,F_LPLFS_EW_T_DC_5_9,Female Lone Parent Total Employed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10426,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10427,F_LPLFS_EW_T_DC_10_12,Female Lone Parent Total Employed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10427,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10428,F_LPLFS_EW_T_DC_13_14,Female Lone Parent Total Employed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10428,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10429,F_LPLFS_EW_T_DC_15_17,Female Lone Parent Total Employed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10429,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10430,F_LPLFS_EW_T_DC_18_20,Female Lone Parent Total Employed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10430,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10431,F_LPLFS_EW_T_DC_21_24,Female Lone Parent Total Employed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10431,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10432,F_LPLFS_EW_T_T,Female Lone Parent Total Employed Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10432,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10433,F_LPLFS_ULFTW_DC_0_4,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10433,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10434,F_LPLFS_ULFTW_DC_5_9,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10434,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10435,F_LPLFS_ULFTW_DC_10_12,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10435,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10436,F_LPLFS_ULFTW_DC_13_14,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10436,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10437,F_LPLFS_ULFTW_DC_15_17,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10437,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10438,F_LPLFS_ULFTW_DC_18_20,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10438,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10439,F_LPLFS_ULFTW_DC_21_24,Female Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10439,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10440,F_LPLFS_ULFTW_T,Female Lone Parent Unemployed Looking For Full Time Work Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10440,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10441,F_LPLFS_ULPTW_DC_0_4,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10441,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10442,F_LPLFS_ULPTW_DC_5_9,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10442,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10443,F_LPLFS_ULPTW_DC_10_12,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10443,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10444,F_LPLFS_ULPTW_DC_13_14,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10444,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10445,F_LPLFS_ULPTW_DC_15_17,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10445,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10446,F_LPLFS_ULPTW_DC_18_20,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10446,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10447,F_LPLFS_ULPTW_DC_21_24,Female Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10447,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10448,F_LPLFS_ULPTW_T,Female Lone Parent Unemployed Looking For Part Time Work Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10448,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10449,F_LPLFS_U_T_DC_0_4,Female Lone Parent Total Unemployed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10449,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10450,F_LPLFS_U_T_DC_5_9,Female Lone Parent Total Unemployed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10450,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10451,F_LPLFS_U_T_DC_10_12,Female Lone Parent Total Unemployed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10451,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10452,F_LPLFS_U_T_DC_13_14,Female Lone Parent Total Unemployed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10452,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10453,F_LPLFS_U_T_DC_15_17,Female Lone Parent Total Unemployed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10453,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10454,F_LPLFS_U_T_DC_18_20,Female Lone Parent Total Unemployed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10454,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10455,F_LPLFS_U_T_DC_21_24,Female Lone Parent Total Unemployed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10455,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10456,F_LPLFS_U_T_T,Female Lone Parent Total Unemployed Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10456,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10457,F_LPLFS_T_LF_DC_0_4,Female Lone Parent Total Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10457,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10458,F_LPLFS_T_LF_DC_5_9,Female Lone Parent Total Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10458,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10459,F_LPLFS_T_LF_DC_10_12,Female Lone Parent Total Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10459,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10460,F_LPLFS_T_LF_DC_13_14,Female Lone Parent Total Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10460,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10461,F_LPLFS_T_LF_DC_15_17,Female Lone Parent Total Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10461,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10462,F_LPLFS_T_LF_DC_18_20,Female Lone Parent Total Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10462,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10463,F_LPLFS_T_LF_DC_21_24,Female Lone Parent Total Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10463,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10464,F_LPLFS_T_LF_T,Female Lone Parent Total Labour Force Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10464,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10465,F_LPLFS_NLF_DC_0_4,Female Lone Parent Not In The Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10465,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10466,F_LPLFS_NLF_DC_5_9,Female Lone Parent Not In The Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10466,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10467,F_LPLFS_NLF_DC_10_12,Female Lone Parent Not In The Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10467,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10468,F_LPLFS_NLF_DC_13_14,Female Lone Parent Not In The Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10468,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10469,F_LPLFS_NLF_DC_15_17,Female Lone Parent Not In The Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10469,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10470,F_LPLFS_NLF_DC_18_20,Female Lone Parent Not In The Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10470,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10471,F_LPLFS_NLF_DC_21_24,Female Lone Parent Not In The Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10471,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10472,F_LPLFS_NLF_T,Female Lone Parent Not In The Labour Force Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10472,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10473,F_LPLFS_LFSNS_DC_0_4,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10473,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10474,F_LPLFS_LFSNS_DC_5_9,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10474,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10475,F_LPLFS_LFSNS_DC_10_12,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10475,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10476,F_LPLFS_LFSNS_DC_13_14,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10476,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10477,F_LPLFS_LFSNS_DC_15_17,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10477,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10478,F_LPLFS_LFSNS_DC_18_20,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10478,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10479,F_LPLFS_LFSNS_DC_21_24,Female Lone Parent Labour Force Status Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10479,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10480,F_LPLFS_LFSNS_T,Female Lone Parent Labour Force Status Not Stated Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10480,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10481,F_LPLFS_T_DC_0_4,Female Lone Parent Total Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 0-4 years,,10481,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10482,F_LPLFS_T_DC_5_9,Female Lone Parent Total Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 5-9 years,,10482,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10483,F_LPLFS_T_DC_10_12,Female Lone Parent Total Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 10-12 years,,10483,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10484,F_LPLFS_T_DC_13_14,Female Lone Parent Total Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 13-14 years,,10484,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10485,F_LPLFS_T_DC_15_17,Female Lone Parent Total Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 15-17 years,,10485,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10486,F_LPLFS_T_DC_18_20,Female Lone Parent Total Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 18-20 years,,10486,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10487,F_LPLFS_T_DC_21_24,Female Lone Parent Total Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_F,G45A,people,employment,Age of dependent children: 21-24 years,,10487,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10488,F_LPLFS_T_T,Female Lone Parent Total Total,Tot_P_P|Tot_P_F,G45A,people,employment,Total,,10488,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families G10684,F_PGrad_Deg_15_24,Females Postgraduate Degree Level Age 15 24 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_15_24,G46A,people,education|age_gender,Age: 15-24 years|FEMALES,,10684,Non-School Qualification: Level of Education by Age by Sex G10685,F_PGrad_Deg_25_34,Females Postgraduate Degree Level Age 25 34 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_25_34,G46A,people,education|age_gender,Age: 25-34 years|FEMALES,,10685,Non-School Qualification: Level of Education by Age by Sex G10686,F_PGrad_Deg_35_44,Females Postgraduate Degree Level Age 35 44 years,Tot_P_P|Tot_P_F|P_PGrad_Deg_35_44,G46A,people,education|age_gender,Age: 35-44 years|FEMALES,,10686,Non-School Qualification: Level of Education by Age by Sex @@ -6168,7 +6168,7 @@ G15326,F_Tot_hours_NS,Females Total Number of hours worked Not stated,Tot_P_P|To G15327,F_Tot_Tot,Females Total Total,Tot_P_P|Tot_P_F|P_Tot_Tot,G58A,people,employment,Total|FEMALES,,15327,Occupation by Hours Worked by Sex G15429,One_method_Train_F,One method Train Females,Tot_P_P|Tot_P_F|One_method_Train_P,G59,people,transportation,Females,,15429,Method of Travel to Work by Sex G15432,One_method_Bus_F,One method Bus Females,Tot_P_P|Tot_P_F|One_method_Bus_P,G59,people,transportation,Females,,15432,Method of Travel to Work by Sex -G15435,One_method_Ferry_F,One method Ferry Females,Tot_P_P|Tot_P_F|One_method_P,G59,people,transportation,Females,,15435,Method of Travel to Work by Sex +G15435,One_method_Ferry_F,One method Ferry Females,Tot_P_P|Tot_P_F|One_method_Ferry_P,G59,people,transportation,Females,,15435,Method of Travel to Work by Sex G15438,One_met_Tram_incl_lt_rail_F,One method Tram includes light rail Females,Tot_P_P|Tot_P_F|One_met_Tram_incl_lt_rail_P,G59,people,transportation,Females,,15438,Method of Travel to Work by Sex G15441,One_method_Taxi_F,One method Taxi Females,Tot_P_P|Tot_P_F|One_method_Taxi_P,G59,people,transportation,Females,,15441,Method of Travel to Work by Sex G15444,One_method_Car_as_driver_F,One method Car as driver Females,Tot_P_P|Tot_P_F|One_method_Car_as_driver_P,G59,people,transportation,Females,,15444,Method of Travel to Work by Sex @@ -6180,13 +6180,13 @@ G15459,One_method_Other_F,One method Other Females,Tot_P_P|Tot_P_F|One_method_Ot G15462,One_method_Walked_only_F,One method Walked only Females,Tot_P_P|Tot_P_F|One_method_Walked_only_P,G59,people,transportation,Females,,15462,Method of Travel to Work by Sex G15465,One_method_Tot_one_method_F,One method Total one method Females,Tot_P_P|Tot_P_F|One_method_Tot_one_method_P,G59,people,transportation,Females,,15465,Method of Travel to Work by Sex G15468,Two_methods_Train_Bus_F,Two methods Train and Bus Females,Tot_P_P|Tot_P_F|Two_methods_Train_Bus_P,G59,people,transportation,Females,,15468,Method of Travel to Work by Sex -G15471,Two_methods_Train_Ferry_F,Two methods Train and Ferry Females,Tot_P_P|Tot_P_F|Two_methods_Train_P,G59,people,transportation,Females,,15471,Method of Travel to Work by Sex +G15471,Two_methods_Train_Ferry_F,Two methods Train and Ferry Females,Tot_P_P|Tot_P_F|Two_methods_Train_Ferry_P,G59,people,transportation,Females,,15471,Method of Travel to Work by Sex G15474,Two_mt_trn_Trm_incl_lt_rl_F,Two methods Train and Tram includes light rail Females,Tot_P_P|Tot_P_F|Two_mt_trn_Trm_incl_lt_rl_P,G59,people,transportation,Females,,15474,Method of Travel to Work by Sex G15477,Two_methods_Trn_Car_as_drvr_F,Two methods Train and Car as driver Females,Tot_P_P|Tot_P_F|Two_methods_Trn_Car_as_drvr_P,G59,people,transportation,Females,,15477,Method of Travel to Work by Sex G15480,Two_methods_Trn_Car_as_pass_F,Two methods Train and Car as passenger Females,Tot_P_P|Tot_P_F|Two_methods_Trn_Car_as_pass_P,G59,people,transportation,Females,,15480,Method of Travel to Work by Sex G15483,Two_methods_Train_Other_F,Two methods Train and Other Females,Tot_P_P|Tot_P_F|Two_methods_Train_Other_P,G59,people,transportation,Females,,15483,Method of Travel to Work by Sex G15486,Two_methods_Train_Tot_F,Two methods Train and Total Females,Tot_P_P|Tot_P_F|Two_methods_Train_Tot_P,G59,people,transportation,Females,,15486,Method of Travel to Work by Sex -G15489,Two_methods_Bus_Ferry_F,Two methods Bus and Ferry Females,Tot_P_P|Tot_P_F|Two_methods_Bus_P,G59,people,transportation,Females,,15489,Method of Travel to Work by Sex +G15489,Two_methods_Bus_Ferry_F,Two methods Bus and Ferry Females,Tot_P_P|Tot_P_F|Two_methods_Bus_Ferry_P,G59,people,transportation,Females,,15489,Method of Travel to Work by Sex G15492,Two_mth_Bu_Trm_inc_lt_rl_F,Two methods Bus and Tram includes light rail Females,Tot_P_P|Tot_P_F|Two_mth_Bu_Trm_inc_lt_rl_P,G59,people,transportation,Females,,15492,Method of Travel to Work by Sex G15495,Two_methods_Bus_Car_as_drvr_F,Two methods Bus and Car as driver Females,Tot_P_P|Tot_P_F|Two_methods_Bus_Car_as_drvr_P,G59,people,transportation,Females,,15495,Method of Travel to Work by Sex G15498,Two_methods_Bus_Car_as_pass_F,Two methods Bus and Car as passenger Females,Tot_P_P|Tot_P_F|Two_methods_Bus_Car_as_pass_P,G59,people,transportation,Females,,15498,Method of Travel to Work by Sex @@ -7143,14 +7143,14 @@ G5580,M_Y9e_65_74,Males Year 9 or equivalent Age 65 74 years,Tot_P_P|Tot_P_M|P_Y G5581,M_Y9e_75_84,Males Year 9 or equivalent Age 75 84 years,Tot_P_P|Tot_P_M|P_Y9e_75_84,G16A,people,education,75-84 years|MALES,,5581,Highest Year of School Completed by Age by Sex G5582,M_Y9e_85ov,Males Year 9 or equivalent Age 85 years and over,Tot_P_P|Tot_P_M|P_Y9e_85ov,G16A,people,education,85 years and over|MALES,,5582,Highest Year of School Completed by Age by Sex G5583,M_Y9e_Tot,Males Year 9 or equivalent Total,Tot_P_P|Tot_P_M|P_Y9e_Tot,G16A,people,education,Total|MALES,,5583,Highest Year of School Completed by Age by Sex -G5584,M_Y8b_15_19,Males Year 8 or below Age 15 19 years,Tot_P_P|Tot_P_M|P_Y8b_15_19,G16A,people,education,15-19 years|MALES,,5584,Highest Year of School Completed by Age by Sex -G5585,M_Y8b_20_24,Males Year 8 or below Age 20 24 years,Tot_P_P|Tot_P_M|P_Y8b_20_24,G16A,people,education,20-24 years|MALES,,5585,Highest Year of School Completed by Age by Sex -G5586,M_Y8b_25_34,Males Year 8 or below Age 25 34 years,Tot_P_P|Tot_P_M|P_Y8b_25_34,G16A,people,education,25-34 years|MALES,,5586,Highest Year of School Completed by Age by Sex -G5587,M_Y8b_35_44,Males Year 8 or below Age 35 44 years,Tot_P_P|Tot_P_M|P_Y8b_35_44,G16A,people,education,35-44 years|MALES,,5587,Highest Year of School Completed by Age by Sex -G5588,M_Y8b_45_54,Males Year 8 or below Age 45 54 years,Tot_P_P|Tot_P_M|P_Y8b_45_54,G16A,people,education,45-54 years|MALES,,5588,Highest Year of School Completed by Age by Sex -G5589,M_Y8b_55_64,Males Year 8 or below Age 55 64 years,Tot_P_P|Tot_P_M|P_Y8b_55_64,G16A,people,education,55-64 years|MALES,,5589,Highest Year of School Completed by Age by Sex -G5590,M_Y8b_65_74,Males Year 8 or below Age 65 74 years,Tot_P_P|Tot_P_M|P_Y8b_65_74,G16A,people,education,65-74 years|MALES,,5590,Highest Year of School Completed by Age by Sex -G5591,M_Y8b_75_84,Males Year 8 or below Age 75 84 years,Tot_P_P|Tot_P_M|P_Y8b_75_84,G16A,people,education,75-84 years|MALES,,5591,Highest Year of School Completed by Age by Sex +G5584,M_Y8b_15_19,Males Year 8 or below Age 15 19 years,Tot_P_P|Tot_P_M|P_Y8b_15_19_yrs,G16A,people,education,15-19 years|MALES,,5584,Highest Year of School Completed by Age by Sex +G5585,M_Y8b_20_24,Males Year 8 or below Age 20 24 years,Tot_P_P|Tot_P_M|P_Y8b_20_24_yrs,G16A,people,education,20-24 years|MALES,,5585,Highest Year of School Completed by Age by Sex +G5586,M_Y8b_25_34,Males Year 8 or below Age 25 34 years,Tot_P_P|Tot_P_M|P_Y8b_25_34_yrs,G16A,people,education,25-34 years|MALES,,5586,Highest Year of School Completed by Age by Sex +G5587,M_Y8b_35_44,Males Year 8 or below Age 35 44 years,Tot_P_P|Tot_P_M|P_Y8b_35_44_yrs,G16A,people,education,35-44 years|MALES,,5587,Highest Year of School Completed by Age by Sex +G5588,M_Y8b_45_54,Males Year 8 or below Age 45 54 years,Tot_P_P|Tot_P_M|P_Y8b_45_54_yrs,G16A,people,education,45-54 years|MALES,,5588,Highest Year of School Completed by Age by Sex +G5589,M_Y8b_55_64,Males Year 8 or below Age 55 64 years,Tot_P_P|Tot_P_M|P_Y8b_55_64_yrs,G16A,people,education,55-64 years|MALES,,5589,Highest Year of School Completed by Age by Sex +G5590,M_Y8b_65_74,Males Year 8 or below Age 65 74 years,Tot_P_P|Tot_P_M|P_Y8b_65_74_yrs,G16A,people,education,65-74 years|MALES,,5590,Highest Year of School Completed by Age by Sex +G5591,M_Y8b_75_84,Males Year 8 or below Age 75 84 years,Tot_P_P|Tot_P_M|P_Y8b_75_84_yrs,G16A,people,education,75-84 years|MALES,,5591,Highest Year of School Completed by Age by Sex G5592,M_Y8b_85ov,Males Year 8 or below Age 85 years and over,Tot_P_P|Tot_P_M|P_Y8b_85ov,G16A,people,education,85 years and over|MALES,,5592,Highest Year of School Completed by Age by Sex G5593,M_Y8b_Tot,Males Year 8 or below Total,Tot_P_P|Tot_P_M|P_Y8b_Tot,G16A,people,education,Total|MALES,,5593,Highest Year of School Completed by Age by Sex G5594,M_DNGTS_15_19,Males Did not go to school Age 15 19 years,Tot_P_P|Tot_P_M|P_DNGTS_15_19,G16A,people,education,15-19 years|MALES,,5594,Highest Year of School Completed by Age by Sex @@ -7163,24 +7163,24 @@ G5600,M_DNGTS_65_74,Males Did not go to school Age 65 74 years,Tot_P_P|Tot_P_M|P G5601,M_DNGTS_75_84,Males Did not go to school Age 75 84 years,Tot_P_P|Tot_P_M|P_DNGTS_75_84,G16A,people,education,75-84 years|MALES,,5601,Highest Year of School Completed by Age by Sex G5602,M_DNGTS_85_ov,Males Did not go to school Age 85 years and over,Tot_P_P|Tot_P_M|P_DNGTS_85_ov,G16A,people,education,85 years and over|MALES,,5602,Highest Year of School Completed by Age by Sex G5603,M_DNGTS_Tot,Males Did not go to school Total,Tot_P_P|Tot_P_M|P_DNGTS_Tot,G16A,people,education,Total|MALES,,5603,Highest Year of School Completed by Age by Sex -G5604,M_Hghst_yr_schl_ns_15_19,Males Highest year of school not stated Age 15 19 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_15_19,G16A,people,education,15-19 years|MALES,,5604,Highest Year of School Completed by Age by Sex -G5605,M_Hghst_yr_schl_ns_20_24,Males Highest year of school not stated Age 20 24 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_20_24,G16A,people,education,20-24 years|MALES,,5605,Highest Year of School Completed by Age by Sex -G5606,M_Hghst_yr_schl_ns_25_34,Males Highest year of school not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_25_34,G16A,people,education,25-34 years|MALES,,5606,Highest Year of School Completed by Age by Sex -G5607,M_Hghst_yr_schl_ns_35_44,Males Highest year of school not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_35_44,G16A,people,education,35-44 years|MALES,,5607,Highest Year of School Completed by Age by Sex -G5608,M_Hghst_yr_schl_ns_45_54,Males Highest year of school not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_45_54,G16A,people,education,45-54 years|MALES,,5608,Highest Year of School Completed by Age by Sex -G5609,M_Hghst_yr_schl_ns_55_64,Males Highest year of school not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_55_64,G16A,people,education,55-64 years|MALES,,5609,Highest Year of School Completed by Age by Sex -G5610,M_Hghst_yr_schl_ns_65_74,Males Highest year of school not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_65_74,G16A,people,education,65-74 years|MALES,,5610,Highest Year of School Completed by Age by Sex -G5611,M_Hghst_yr_schl_ns_75_84,Males Highest year of school not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_75_84,G16A,people,education,75-84 years|MALES,,5611,Highest Year of School Completed by Age by Sex -G5612,M_Hghst_yr_schl_ns_85_ovr,Males Highest year of school not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_85_ovr,G16A,people,education,85 years and over|MALES,,5612,Highest Year of School Completed by Age by Sex +G5604,M_Hghst_yr_schl_ns_15_19,Males Highest year of school not stated Age 15 19 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_15_19_yrs,G16A,people,education,15-19 years|MALES,,5604,Highest Year of School Completed by Age by Sex +G5605,M_Hghst_yr_schl_ns_20_24,Males Highest year of school not stated Age 20 24 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_20_24_yrs,G16A,people,education,20-24 years|MALES,,5605,Highest Year of School Completed by Age by Sex +G5606,M_Hghst_yr_schl_ns_25_34,Males Highest year of school not stated Age 25 34 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_25_34_yrs,G16A,people,education,25-34 years|MALES,,5606,Highest Year of School Completed by Age by Sex +G5607,M_Hghst_yr_schl_ns_35_44,Males Highest year of school not stated Age 35 44 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_35_44_yrs,G16A,people,education,35-44 years|MALES,,5607,Highest Year of School Completed by Age by Sex +G5608,M_Hghst_yr_schl_ns_45_54,Males Highest year of school not stated Age 45 54 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_45_54_yrs,G16A,people,education,45-54 years|MALES,,5608,Highest Year of School Completed by Age by Sex +G5609,M_Hghst_yr_schl_ns_55_64,Males Highest year of school not stated Age 55 64 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_55_64_yrs,G16A,people,education,55-64 years|MALES,,5609,Highest Year of School Completed by Age by Sex +G5610,M_Hghst_yr_schl_ns_65_74,Males Highest year of school not stated Age 65 74 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_65_74_yrs,G16A,people,education,65-74 years|MALES,,5610,Highest Year of School Completed by Age by Sex +G5611,M_Hghst_yr_schl_ns_75_84,Males Highest year of school not stated Age 75 84 years,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_75_84_yrs,G16A,people,education,75-84 years|MALES,,5611,Highest Year of School Completed by Age by Sex +G5612,M_Hghst_yr_schl_ns_85_ovr,Males Highest year of school not stated Age 85 years and over,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_85_yrs_ovr,G16A,people,education,85 years and over|MALES,,5612,Highest Year of School Completed by Age by Sex G5613,M_Hghst_yr_schl_ns_Tot,Males Highest year of school not stated Total,Tot_P_P|Tot_P_M|P_Hghst_yr_schl_ns_Tot,G16A,people,education,Total|MALES,,5613,Highest Year of School Completed by Age by Sex -G5614,M_Tot_15_19,Males Total Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_15_19,G16A,people,education,15-19 years|MALES,,5614,Highest Year of School Completed by Age by Sex -G5615,M_Tot_20_24,Males Total Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_20_24,G16A,people,education,20-24 years|MALES,,5615,Highest Year of School Completed by Age by Sex -G5616,M_Tot_25_34,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34,G16A,people,education,25-34 years|MALES,,5616,Highest Year of School Completed by Age by Sex -G5617,M_Tot_35_44,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44,G16A,people,education,35-44 years|MALES,,5617,Highest Year of School Completed by Age by Sex -G5618,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G16A,people,education,45-54 years|MALES,,5618,Highest Year of School Completed by Age by Sex -G5619,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G16A,people,education,55-64 years|MALES,,5619,Highest Year of School Completed by Age by Sex -G5620,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G16A,people,education,65-74 years|MALES,,5620,Highest Year of School Completed by Age by Sex -G5621,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G16A,people,education,75-84 years|MALES,,5621,Highest Year of School Completed by Age by Sex +G5614,M_Tot_15_19,Males Total Age 15 19 years,Tot_P_P|Tot_P_M|P_Tot_15_19_yrs,G16A,people,education,15-19 years|MALES,,5614,Highest Year of School Completed by Age by Sex +G5615,M_Tot_20_24,Males Total Age 20 24 years,Tot_P_P|Tot_P_M|P_Tot_20_24_yrs,G16A,people,education,20-24 years|MALES,,5615,Highest Year of School Completed by Age by Sex +G5616,M_Tot_25_34,Males Total Age 25 34 years,Tot_P_P|Tot_P_M|P_Tot_25_34_yrs,G16A,people,education,25-34 years|MALES,,5616,Highest Year of School Completed by Age by Sex +G5617,M_Tot_35_44,Males Total Age 35 44 years,Tot_P_P|Tot_P_M|P_Tot_35_44_yrs,G16A,people,education,35-44 years|MALES,,5617,Highest Year of School Completed by Age by Sex +G5618,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54_yrs,G16A,people,education,45-54 years|MALES,,5618,Highest Year of School Completed by Age by Sex +G5619,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64_yrs,G16A,people,education,55-64 years|MALES,,5619,Highest Year of School Completed by Age by Sex +G5620,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74_yrs,G16A,people,education,65-74 years|MALES,,5620,Highest Year of School Completed by Age by Sex +G5621,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84_yrs,G16A,people,education,75-84 years|MALES,,5621,Highest Year of School Completed by Age by Sex G5622,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G16A,people,education,85 years and over|MALES,,5622,Highest Year of School Completed by Age by Sex G5623,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G16A,people,education,Total|MALES,,5623,Highest Year of School Completed by Age by Sex G5784,M_Neg_Nil_income_15_19_yrs,Males Negative Nil income Age 15 19 years,Tot_P_P|Tot_P_M|P_Neg_Nil_income_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5784,Total Personal Income (Weekly) by Age by Sex @@ -7212,7 +7212,7 @@ G5809,M_150_299_55_64_yrs,Males 150 299 Age 55 64 years,Tot_P_P|Tot_P_M|P_150_29 G5810,M_150_299_65_74_yrs,Males 150 299 Age 65 74 years,Tot_P_P|Tot_P_M|P_150_299_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5810,Total Personal Income (Weekly) by Age by Sex G5811,M_150_299_75_84_yrs,Males 150 299 Age 75 84 years,Tot_P_P|Tot_P_M|P_150_299_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5811,Total Personal Income (Weekly) by Age by Sex G5812,M_150_299_85ov,Males 150 299 Age 85 years and over,Tot_P_P|Tot_P_M|P_150_299_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5812,Total Personal Income (Weekly) by Age by Sex -G5813,M_150_299_Tot,Males 150 299 Total,Tot_P_P|Tot_P_M|P_150_299_Tot,G17A,people,age_gender|income,Total|MALES,,5813,Total Personal Income (Weekly) by Age by Sex +G5813,M_150_299_Tot,Males 150 299 Total,Tot_P_P|Tot_P_M,G17A,people,age_gender|income,Total|MALES,,5813,Total Personal Income (Weekly) by Age by Sex G5814,M_300_399_15_19_yrs,Males 300 399 Age 15 19 years,Tot_P_P|Tot_P_M|P_300_399_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5814,Total Personal Income (Weekly) by Age by Sex G5815,M_300_399_20_24_yrs,Males 300 399 Age 20 24 years,Tot_P_P|Tot_P_M|P_300_399_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5815,Total Personal Income (Weekly) by Age by Sex G5816,M_300_399_25_34_yrs,Males 300 399 Age 25 34 years,Tot_P_P|Tot_P_M|P_300_399_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5816,Total Personal Income (Weekly) by Age by Sex @@ -7262,7 +7262,7 @@ G5859,M_800_999_55_64_yrs,Males 800 999 Age 55 64 years,Tot_P_P|Tot_P_M|P_800_99 G5860,M_800_999_65_74_yrs,Males 800 999 Age 65 74 years,Tot_P_P|Tot_P_M|P_800_999_65_74_yrs,G17A,people,age_gender|income,65-74 years|MALES,,5860,Total Personal Income (Weekly) by Age by Sex G5861,M_800_999_75_84_yrs,Males 800 999 Age 75 84 years,Tot_P_P|Tot_P_M|P_800_999_75_84_yrs,G17A,people,age_gender|income,75-84 years|MALES,,5861,Total Personal Income (Weekly) by Age by Sex G5862,M_800_999_85ov,Males 800 999 Age 85 years and over,Tot_P_P|Tot_P_M|P_800_999_85ov,G17A,people,age_gender|income,85 years and over|MALES,,5862,Total Personal Income (Weekly) by Age by Sex -G5863,M_800_999_Tot,Males 800 999 Total,Tot_P_P|Tot_P_M|P_800_999_Tot,G17A,people,age_gender|income,Total|MALES,,5863,Total Personal Income (Weekly) by Age by Sex +G5863,M_800_999_Tot,Males 800 999 Total,Tot_P_P|Tot_P_M,G17A,people,age_gender|income,Total|MALES,,5863,Total Personal Income (Weekly) by Age by Sex G5864,M_1000_1249_15_19_yrs,Males 1000 1249 Age 15 19 years,Tot_P_P|Tot_P_M|P_1000_1249_15_19_yrs,G17A,people,age_gender|income,15-19 years|MALES,,5864,Total Personal Income (Weekly) by Age by Sex G5865,M_1000_1249_20_24_yrs,Males 1000 1249 Age 20 24 years,Tot_P_P|Tot_P_M|P_1000_1249_20_24_yrs,G17A,people,age_gender|income,20-24 years|MALES,,5865,Total Personal Income (Weekly) by Age by Sex G5866,M_1000_1249_25_34_yrs,Males 1000 1249 Age 25 34 years,Tot_P_P|Tot_P_M|P_1000_1249_25_34_yrs,G17A,people,age_gender|income,25-34 years|MALES,,5866,Total Personal Income (Weekly) by Age by Sex @@ -7541,96 +7541,96 @@ G6774,M_Tot_prvided_unpaid_assist,Males Total Provided unpaid assistance,Tot_P_P G6775,M_Tot_No_unpaid_asst_prvided,Males Total No unpaid assistance provided,Tot_P_P|Tot_P_M|P_Tot_No_unpaid_asst_prvided,G21,people,employment,No unpaid assistance provided|MALES,,6775,Unpaid Assistance to a Person with a Disability by Age by Sex G6776,M_Tot_Unpaid_assist_ns,Males Total Unpaid assistance not stated,Tot_P_P|Tot_P_M|P_Tot_Unpaid_assist_ns,G21,people,employment,Unpaid assistance not stated|MALES,,6776,Unpaid Assistance to a Person with a Disability by Age by Sex G6777,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G21,people,employment,Total|MALES,,6777,Unpaid Assistance to a Person with a Disability by Age by Sex -G6858,M_15_19_CF_Own_CCO,Males 15 19 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_15_19_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6858,Unpaid Child Care by Age by Sex -G6859,M_15_19_CF_Oth_CCO,Males 15 19 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_15_19_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6859,Unpaid Child Care by Age by Sex -G6860,M_15_19_CF_Own_CC_Oth_CC,Males 15 19 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_15_19_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6860,Unpaid Child Care by Age by Sex -G6861,M_15_19_CF_Total,Males 15 19 years Cared for Total,Tot_P_P|Tot_P_M|P_15_19_CF_Total,G22A,people,families,Cared for: Total|MALES,,6861,Unpaid Child Care by Age by Sex +G6858,M_15_19_CF_Own_CCO,Males 15 19 years Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6858,Unpaid Child Care by Age by Sex +G6859,M_15_19_CF_Oth_CCO,Males 15 19 years Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6859,Unpaid Child Care by Age by Sex +G6860,M_15_19_CF_Own_CC_Oth_CC,Males 15 19 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6860,Unpaid Child Care by Age by Sex +G6861,M_15_19_CF_Total,Males 15 19 years Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6861,Unpaid Child Care by Age by Sex G6862,M_15_19_DNPCC,Males 15 19 years Did not provide child care,Tot_P_P|Tot_P_M|P_15_19_DNPCC,G22A,people,families,Did not provide child care|MALES,,6862,Unpaid Child Care by Age by Sex G6863,M_15_19_UCC_NS,Males 15 19 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_15_19_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6863,Unpaid Child Care by Age by Sex G6864,M_15_19_Total,Males 15 19 years Total,Tot_P_P|Tot_P_M|P_15_19_Total,G22A,people,families,Total|MALES,,6864,Unpaid Child Care by Age by Sex -G6865,M_20_24_CF_Own_CCO,Males 20 24 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_20_24_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6865,Unpaid Child Care by Age by Sex -G6866,M_20_24_CF_Oth_CCO,Males 20 24 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_20_24_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6866,Unpaid Child Care by Age by Sex -G6867,M_20_24_CF_Own_CC_Oth_CC,Males 20 24 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_20_24_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6867,Unpaid Child Care by Age by Sex -G6868,M_20_24_CF_Total,Males 20 24 years Cared for Total,Tot_P_P|Tot_P_M|P_20_24_CF_Total,G22A,people,families,Cared for: Total|MALES,,6868,Unpaid Child Care by Age by Sex +G6865,M_20_24_CF_Own_CCO,Males 20 24 years Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6865,Unpaid Child Care by Age by Sex +G6866,M_20_24_CF_Oth_CCO,Males 20 24 years Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6866,Unpaid Child Care by Age by Sex +G6867,M_20_24_CF_Own_CC_Oth_CC,Males 20 24 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6867,Unpaid Child Care by Age by Sex +G6868,M_20_24_CF_Total,Males 20 24 years Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6868,Unpaid Child Care by Age by Sex G6869,M_20_24_DNPCC,Males 20 24 years Did not provide child care,Tot_P_P|Tot_P_M|P_20_24_DNPCC,G22A,people,families,Did not provide child care|MALES,,6869,Unpaid Child Care by Age by Sex G6870,M_20_24_UCC_NS,Males 20 24 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_20_24_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6870,Unpaid Child Care by Age by Sex G6871,M_20_24_Total,Males 20 24 years Total,Tot_P_P|Tot_P_M|P_20_24_Total,G22A,people,families,Total|MALES,,6871,Unpaid Child Care by Age by Sex -G6872,M_25_34_CF_Own_CCO,Males 25 34 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_25_34_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6872,Unpaid Child Care by Age by Sex -G6873,M_25_34_CF_Oth_CCO,Males 25 34 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_25_34_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6873,Unpaid Child Care by Age by Sex -G6874,M_25_34_CF_Own_CC_Oth_CC,Males 25 34 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_25_34_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6874,Unpaid Child Care by Age by Sex -G6875,M_25_34_CF_Total,Males 25 34 years Cared for Total,Tot_P_P|Tot_P_M|P_25_34_CF_Total,G22A,people,families,Cared for: Total|MALES,,6875,Unpaid Child Care by Age by Sex +G6872,M_25_34_CF_Own_CCO,Males 25 34 years Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6872,Unpaid Child Care by Age by Sex +G6873,M_25_34_CF_Oth_CCO,Males 25 34 years Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6873,Unpaid Child Care by Age by Sex +G6874,M_25_34_CF_Own_CC_Oth_CC,Males 25 34 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6874,Unpaid Child Care by Age by Sex +G6875,M_25_34_CF_Total,Males 25 34 years Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6875,Unpaid Child Care by Age by Sex G6876,M_25_34_DNPCC,Males 25 34 years Did not provide child care,Tot_P_P|Tot_P_M|P_25_34_DNPCC,G22A,people,families,Did not provide child care|MALES,,6876,Unpaid Child Care by Age by Sex G6877,M_25_34_UCC_NS,Males 25 34 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_25_34_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6877,Unpaid Child Care by Age by Sex G6878,M_25_34_Total,Males 25 34 years Total,Tot_P_P|Tot_P_M|P_25_34_Total,G22A,people,families,Total|MALES,,6878,Unpaid Child Care by Age by Sex -G6879,M_35_44_CF_Own_CCO,Males 35 44 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_35_44_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6879,Unpaid Child Care by Age by Sex -G6880,M_35_44_CF_Oth_CCO,Males 35 44 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_35_44_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6880,Unpaid Child Care by Age by Sex -G6881,M_35_44_CF_Own_CC_Oth_CC,Males 35 44 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_35_44_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6881,Unpaid Child Care by Age by Sex -G6882,M_35_44_CF_Total,Males 35 44 years Cared for Total,Tot_P_P|Tot_P_M|P_35_44_CF_Total,G22A,people,families,Cared for: Total|MALES,,6882,Unpaid Child Care by Age by Sex +G6879,M_35_44_CF_Own_CCO,Males 35 44 years Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6879,Unpaid Child Care by Age by Sex +G6880,M_35_44_CF_Oth_CCO,Males 35 44 years Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6880,Unpaid Child Care by Age by Sex +G6881,M_35_44_CF_Own_CC_Oth_CC,Males 35 44 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6881,Unpaid Child Care by Age by Sex +G6882,M_35_44_CF_Total,Males 35 44 years Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6882,Unpaid Child Care by Age by Sex G6883,M_35_44_DNPCC,Males 35 44 years Did not provide child care,Tot_P_P|Tot_P_M|P_35_44_DNPCC,G22A,people,families,Did not provide child care|MALES,,6883,Unpaid Child Care by Age by Sex G6884,M_35_44_UCC_NS,Males 35 44 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_35_44_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6884,Unpaid Child Care by Age by Sex G6885,M_35_44_Total,Males 35 44 years Total,Tot_P_P|Tot_P_M|P_35_44_Total,G22A,people,families,Total|MALES,,6885,Unpaid Child Care by Age by Sex -G6886,M_45_54_CF_Own_CCO,Males 45 54 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_45_54_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6886,Unpaid Child Care by Age by Sex -G6887,M_45_54_CF_Oth_CCO,Males 45 54 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_45_54_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6887,Unpaid Child Care by Age by Sex -G6888,M_45_54_CF_Own_CC_Oth_CC,Males 45 54 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_45_54_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6888,Unpaid Child Care by Age by Sex -G6889,M_45_54_CF_Total,Males 45 54 years Cared for Total,Tot_P_P|Tot_P_M|P_45_54_CF_Total,G22A,people,families,Cared for: Total|MALES,,6889,Unpaid Child Care by Age by Sex +G6886,M_45_54_CF_Own_CCO,Males 45 54 years Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6886,Unpaid Child Care by Age by Sex +G6887,M_45_54_CF_Oth_CCO,Males 45 54 years Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6887,Unpaid Child Care by Age by Sex +G6888,M_45_54_CF_Own_CC_Oth_CC,Males 45 54 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6888,Unpaid Child Care by Age by Sex +G6889,M_45_54_CF_Total,Males 45 54 years Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6889,Unpaid Child Care by Age by Sex G6890,M_45_54_DNPCC,Males 45 54 years Did not provide child care,Tot_P_P|Tot_P_M|P_45_54_DNPCC,G22A,people,families,Did not provide child care|MALES,,6890,Unpaid Child Care by Age by Sex G6891,M_45_54_UCC_NS,Males 45 54 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_45_54_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6891,Unpaid Child Care by Age by Sex G6892,M_45_54_Total,Males 45 54 years Total,Tot_P_P|Tot_P_M|P_45_54_Total,G22A,people,families,Total|MALES,,6892,Unpaid Child Care by Age by Sex -G6893,M_55_64_CF_Own_CCO,Males 55 64 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_55_64_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6893,Unpaid Child Care by Age by Sex -G6894,M_55_64_CF_Oth_CCO,Males 55 64 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_55_64_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6894,Unpaid Child Care by Age by Sex -G6895,M_55_64_CF_Own_CC_Oth_CC,Males 55 64 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_55_64_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6895,Unpaid Child Care by Age by Sex -G6896,M_55_64_CF_Total,Males 55 64 years Cared for Total,Tot_P_P|Tot_P_M|P_55_64_CF_Total,G22A,people,families,Cared for: Total|MALES,,6896,Unpaid Child Care by Age by Sex +G6893,M_55_64_CF_Own_CCO,Males 55 64 years Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6893,Unpaid Child Care by Age by Sex +G6894,M_55_64_CF_Oth_CCO,Males 55 64 years Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6894,Unpaid Child Care by Age by Sex +G6895,M_55_64_CF_Own_CC_Oth_CC,Males 55 64 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6895,Unpaid Child Care by Age by Sex +G6896,M_55_64_CF_Total,Males 55 64 years Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6896,Unpaid Child Care by Age by Sex G6897,M_55_64_DNPCC,Males 55 64 years Did not provide child care,Tot_P_P|Tot_P_M|P_55_64_DNPCC,G22A,people,families,Did not provide child care|MALES,,6897,Unpaid Child Care by Age by Sex G6898,M_55_64_UCC_NS,Males 55 64 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_55_64_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6898,Unpaid Child Care by Age by Sex G6899,M_55_64_Total,Males 55 64 years Total,Tot_P_P|Tot_P_M|P_55_64_Total,G22A,people,families,Total|MALES,,6899,Unpaid Child Care by Age by Sex -G6900,M_65_74_CF_Own_CCO,Males 65 74 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_65_74_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6900,Unpaid Child Care by Age by Sex -G6901,M_65_74_CF_Oth_CCO,Males 65 74 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_65_74_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6901,Unpaid Child Care by Age by Sex -G6902,M_65_74_CF_Own_CC_Oth_CC,Males 65 74 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_65_74_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6902,Unpaid Child Care by Age by Sex -G6903,M_65_74_CF_Total,Males 65 74 years Cared for Total,Tot_P_P|Tot_P_M|P_65_74_CF_Total,G22A,people,families,Cared for: Total|MALES,,6903,Unpaid Child Care by Age by Sex +G6900,M_65_74_CF_Own_CCO,Males 65 74 years Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6900,Unpaid Child Care by Age by Sex +G6901,M_65_74_CF_Oth_CCO,Males 65 74 years Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6901,Unpaid Child Care by Age by Sex +G6902,M_65_74_CF_Own_CC_Oth_CC,Males 65 74 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6902,Unpaid Child Care by Age by Sex +G6903,M_65_74_CF_Total,Males 65 74 years Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6903,Unpaid Child Care by Age by Sex G6904,M_65_74_DNPCC,Males 65 74 years Did not provide child care,Tot_P_P|Tot_P_M|P_65_74_DNPCC,G22A,people,families,Did not provide child care|MALES,,6904,Unpaid Child Care by Age by Sex G6905,M_65_74_UCC_NS,Males 65 74 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_65_74_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6905,Unpaid Child Care by Age by Sex G6906,M_65_74_Total,Males 65 74 years Total,Tot_P_P|Tot_P_M|P_65_74_Total,G22A,people,families,Total|MALES,,6906,Unpaid Child Care by Age by Sex -G6907,M_75_84_CF_Own_CCO,Males 75 84 years Cared for Own child children only,Tot_P_P|Tot_P_M|P_75_84_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6907,Unpaid Child Care by Age by Sex -G6908,M_75_84_CF_Oth_CCO,Males 75 84 years Cared for Other child children only,Tot_P_P|Tot_P_M|P_75_84_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6908,Unpaid Child Care by Age by Sex -G6909,M_75_84_CF_Own_CC_Oth_CC,Males 75 84 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_75_84_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6909,Unpaid Child Care by Age by Sex -G6910,M_75_84_CF_Total,Males 75 84 years Cared for Total,Tot_P_P|Tot_P_M|P_75_84_CF_Total,G22A,people,families,Cared for: Total|MALES,,6910,Unpaid Child Care by Age by Sex +G6907,M_75_84_CF_Own_CCO,Males 75 84 years Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6907,Unpaid Child Care by Age by Sex +G6908,M_75_84_CF_Oth_CCO,Males 75 84 years Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6908,Unpaid Child Care by Age by Sex +G6909,M_75_84_CF_Own_CC_Oth_CC,Males 75 84 years Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6909,Unpaid Child Care by Age by Sex +G6910,M_75_84_CF_Total,Males 75 84 years Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6910,Unpaid Child Care by Age by Sex G6911,M_75_84_DNPCC,Males 75 84 years Did not provide child care,Tot_P_P|Tot_P_M|P_75_84_DNPCC,G22A,people,families,Did not provide child care|MALES,,6911,Unpaid Child Care by Age by Sex G6912,M_75_84_UCC_NS,Males 75 84 years Unpaid child care not stated,Tot_P_P|Tot_P_M|P_75_84_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6912,Unpaid Child Care by Age by Sex G6913,M_75_84_Total,Males 75 84 years Total,Tot_P_P|Tot_P_M|P_75_84_Total,G22A,people,families,Total|MALES,,6913,Unpaid Child Care by Age by Sex -G6914,M_85ov_CF_Own_CCO,Males 85 years and over Cared for Own child children only,Tot_P_P|Tot_P_M|P_85ov_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6914,Unpaid Child Care by Age by Sex -G6915,M_85ov_CF_Oth_CCO,Males 85 years and over Cared for Other child children only,Tot_P_P|Tot_P_M|P_85ov_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6915,Unpaid Child Care by Age by Sex -G6916,M_85ov_CF_Own_CC_Oth_CC,Males 85 years and over Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_85ov_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6916,Unpaid Child Care by Age by Sex -G6917,M_85ov_CF_Total,Males 85 years and over Cared for Total,Tot_P_P|Tot_P_M|P_85ov_CF_Total,G22A,people,families,Cared for: Total|MALES,,6917,Unpaid Child Care by Age by Sex +G6914,M_85ov_CF_Own_CCO,Males 85 years and over Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6914,Unpaid Child Care by Age by Sex +G6915,M_85ov_CF_Oth_CCO,Males 85 years and over Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6915,Unpaid Child Care by Age by Sex +G6916,M_85ov_CF_Own_CC_Oth_CC,Males 85 years and over Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6916,Unpaid Child Care by Age by Sex +G6917,M_85ov_CF_Total,Males 85 years and over Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6917,Unpaid Child Care by Age by Sex G6918,M_85ov_DNPCC,Males 85 years and over Did not provide child care,Tot_P_P|Tot_P_M|P_85ov_DNPCC,G22A,people,families,Did not provide child care|MALES,,6918,Unpaid Child Care by Age by Sex G6919,M_85ov_UCC_NS,Males 85 years and over Unpaid child care not stated,Tot_P_P|Tot_P_M|P_85ov_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6919,Unpaid Child Care by Age by Sex G6920,M_85ov_Total,Males 85 years and over Total,Tot_P_P|Tot_P_M|P_85ov_Total,G22A,people,families,Total|MALES,,6920,Unpaid Child Care by Age by Sex -G6921,M_Tot_CF_Own_CCO,Males Total Cared for Own child children only,Tot_P_P|Tot_P_M|P_Tot_CF_Own_CCO,G22A,people,families,Cared for: Own child/children only|MALES,,6921,Unpaid Child Care by Age by Sex -G6922,M_Tot_CF_Oth_CCO,Males Total Cared for Other child children only,Tot_P_P|Tot_P_M|P_Tot_CF_Oth_CCO,G22A,people,families,Cared for: Other child/children only|MALES,,6922,Unpaid Child Care by Age by Sex -G6923,M_Tot_CF_Own_CC_Oth_CC,Males Total Cared for Own child children and other child children,Tot_P_P|Tot_P_M|P_Tot_CF_Own_CC_Oth_CC,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6923,Unpaid Child Care by Age by Sex -G6924,M_Tot_CF_Total,Males Total Cared for Total,Tot_P_P|Tot_P_M|P_Tot_CF_Total,G22A,people,families,Cared for: Total|MALES,,6924,Unpaid Child Care by Age by Sex +G6921,M_Tot_CF_Own_CCO,Males Total Cared for Own child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children only|MALES,,6921,Unpaid Child Care by Age by Sex +G6922,M_Tot_CF_Oth_CCO,Males Total Cared for Other child children only,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Other child/children only|MALES,,6922,Unpaid Child Care by Age by Sex +G6923,M_Tot_CF_Own_CC_Oth_CC,Males Total Cared for Own child children and other child children,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Own child/children and other child/children|MALES,,6923,Unpaid Child Care by Age by Sex +G6924,M_Tot_CF_Total,Males Total Cared for Total,Tot_P_P|Tot_P_M,G22A,people,families,Cared for: Total|MALES,,6924,Unpaid Child Care by Age by Sex G6925,M_Tot_DNPCC,Males Total Did not provide child care,Tot_P_P|Tot_P_M|P_Tot_DNPCC,G22A,people,families,Did not provide child care|MALES,,6925,Unpaid Child Care by Age by Sex G6926,M_Tot_UCC_NS,Males Total Unpaid child care not stated,Tot_P_P|Tot_P_M|P_Tot_UCC_NS,G22A,people,families,Unpaid child care not stated|MALES,,6926,Unpaid Child Care by Age by Sex G6927,M_Tot_Total,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Total,G22A,people,families,Total|MALES,,6927,Unpaid Child Care by Age by Sex -G7068,M_Hbn_in_RM_0_14,Males Husband in a registered marriage Age 0 14 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7068,Relationship in Household by Age by Sex -G7069,M_Hbn_in_RM_15_24,Males Husband in a registered marriage Age 15 24 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7069,Relationship in Household by Age by Sex -G7070,M_Hbn_in_RM_25_34,Males Husband in a registered marriage Age 25 34 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7070,Relationship in Household by Age by Sex -G7071,M_Hbn_in_RM_35_44,Males Husband in a registered marriage Age 35 44 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7071,Relationship in Household by Age by Sex -G7072,M_Hbn_in_RM_45_54,Males Husband in a registered marriage Age 45 54 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7072,Relationship in Household by Age by Sex -G7073,M_Hbn_in_RM_55_64,Males Husband in a registered marriage Age 55 64 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7073,Relationship in Household by Age by Sex -G7074,M_Hbn_in_RM_65_74,Males Husband in a registered marriage Age 65 74 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7074,Relationship in Household by Age by Sex -G7075,M_Hbn_in_RM_75_84,Males Husband in a registered marriage Age 75 84 years,Tot_P_P|Tot_P_M|P_Hbn_in_RM_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7075,Relationship in Household by Age by Sex -G7076,M_Hbn_in_RM_85ov,Males Husband in a registered marriage Age 85 years and over,Tot_P_P|Tot_P_M|P_Hbn_in_RM_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7076,Relationship in Household by Age by Sex -G7077,M_Hbn_in_RM_Tot,Males Husband in a registered marriage Total,Tot_P_P|Tot_P_M|P_Hbn_in_RM_Tot,G23A,people,families|age_gender,Total|MALES,,7077,Relationship in Household by Age by Sex -G7078,M_Ptn_in_DFM_0_14,Males Partner in de facto marriage Age 0 14 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7078,Relationship in Household by Age by Sex -G7079,M_Ptn_in_DFM_15_24,Males Partner in de facto marriage Age 15 24 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7079,Relationship in Household by Age by Sex -G7080,M_Ptn_in_DFM_25_34,Males Partner in de facto marriage Age 25 34 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7080,Relationship in Household by Age by Sex -G7081,M_Ptn_in_DFM_35_44,Males Partner in de facto marriage Age 35 44 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7081,Relationship in Household by Age by Sex -G7082,M_Ptn_in_DFM_45_54,Males Partner in de facto marriage Age 45 54 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7082,Relationship in Household by Age by Sex -G7083,M_Ptn_in_DFM_55_64,Males Partner in de facto marriage Age 55 64 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7083,Relationship in Household by Age by Sex -G7084,M_Ptn_in_DFM_65_74,Males Partner in de facto marriage Age 65 74 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7084,Relationship in Household by Age by Sex -G7085,M_Ptn_in_DFM_75_84,Males Partner in de facto marriage Age 75 84 years,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7085,Relationship in Household by Age by Sex -G7086,M_Ptn_in_DFM_85ov,Males Partner in de facto marriage Age 85 years and over,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7086,Relationship in Household by Age by Sex -G7087,M_Ptn_in_DFM_Tot,Males Partner in de facto marriage Total,Tot_P_P|Tot_P_M|P_Ptn_in_DFM_Tot,G23A,people,families|age_gender,Total|MALES,,7087,Relationship in Household by Age by Sex +G7068,M_Hbn_in_RM_0_14,Males Husband in a registered marriage Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7068,Relationship in Household by Age by Sex +G7069,M_Hbn_in_RM_15_24,Males Husband in a registered marriage Age 15 24 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,15-24 years|MALES,,7069,Relationship in Household by Age by Sex +G7070,M_Hbn_in_RM_25_34,Males Husband in a registered marriage Age 25 34 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,25-34 years|MALES,,7070,Relationship in Household by Age by Sex +G7071,M_Hbn_in_RM_35_44,Males Husband in a registered marriage Age 35 44 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,35-44 years|MALES,,7071,Relationship in Household by Age by Sex +G7072,M_Hbn_in_RM_45_54,Males Husband in a registered marriage Age 45 54 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,45-54 years|MALES,,7072,Relationship in Household by Age by Sex +G7073,M_Hbn_in_RM_55_64,Males Husband in a registered marriage Age 55 64 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,55-64 years|MALES,,7073,Relationship in Household by Age by Sex +G7074,M_Hbn_in_RM_65_74,Males Husband in a registered marriage Age 65 74 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,65-74 years|MALES,,7074,Relationship in Household by Age by Sex +G7075,M_Hbn_in_RM_75_84,Males Husband in a registered marriage Age 75 84 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,75-84 years|MALES,,7075,Relationship in Household by Age by Sex +G7076,M_Hbn_in_RM_85ov,Males Husband in a registered marriage Age 85 years and over,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,85 years and over|MALES,,7076,Relationship in Household by Age by Sex +G7077,M_Hbn_in_RM_Tot,Males Husband in a registered marriage Total,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,Total|MALES,,7077,Relationship in Household by Age by Sex +G7078,M_Ptn_in_DFM_0_14,Males Partner in de facto marriage Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7078,Relationship in Household by Age by Sex +G7079,M_Ptn_in_DFM_15_24,Males Partner in de facto marriage Age 15 24 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,15-24 years|MALES,,7079,Relationship in Household by Age by Sex +G7080,M_Ptn_in_DFM_25_34,Males Partner in de facto marriage Age 25 34 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,25-34 years|MALES,,7080,Relationship in Household by Age by Sex +G7081,M_Ptn_in_DFM_35_44,Males Partner in de facto marriage Age 35 44 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,35-44 years|MALES,,7081,Relationship in Household by Age by Sex +G7082,M_Ptn_in_DFM_45_54,Males Partner in de facto marriage Age 45 54 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,45-54 years|MALES,,7082,Relationship in Household by Age by Sex +G7083,M_Ptn_in_DFM_55_64,Males Partner in de facto marriage Age 55 64 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,55-64 years|MALES,,7083,Relationship in Household by Age by Sex +G7084,M_Ptn_in_DFM_65_74,Males Partner in de facto marriage Age 65 74 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,65-74 years|MALES,,7084,Relationship in Household by Age by Sex +G7085,M_Ptn_in_DFM_75_84,Males Partner in de facto marriage Age 75 84 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,75-84 years|MALES,,7085,Relationship in Household by Age by Sex +G7086,M_Ptn_in_DFM_85ov,Males Partner in de facto marriage Age 85 years and over,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,85 years and over|MALES,,7086,Relationship in Household by Age by Sex +G7087,M_Ptn_in_DFM_Tot,Males Partner in de facto marriage Total,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,Total|MALES,,7087,Relationship in Household by Age by Sex G7088,M_LonePnt_0_14,Males Lone parent Age 0 14 years,Tot_P_P|Tot_P_M|P_LonePnt_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7088,Relationship in Household by Age by Sex G7089,M_LonePnt_15_24,Males Lone parent Age 15 24 years,Tot_P_P|Tot_P_M|P_LonePnt_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7089,Relationship in Household by Age by Sex G7090,M_LonePnt_25_34,Males Lone parent Age 25 34 years,Tot_P_P|Tot_P_M|P_LonePnt_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7090,Relationship in Household by Age by Sex @@ -7731,205 +7731,205 @@ G7184,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G23A,p G7185,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7185,Relationship in Household by Age by Sex G7186,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7186,Relationship in Household by Age by Sex G7187,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G23A,people,families|age_gender,Total|MALES,,7187,Relationship in Household by Age by Sex -G8027,M_0_299_DS_DS_Sept_house,0 299 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_0_299_DS_DS_Sept_house,G34,households,housing,Separate house,,8027,Mortgage Repayment (Monthly) by Dwelling Structure -G8028,M_0_299_DS_DS_sd_row_tce_hs_t,0 299 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_0_299_DS_DS_sd_row_tce_hs_t,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8028,Mortgage Repayment (Monthly) by Dwelling Structure -G8029,M_0_299_DS_DS_Flat_apart,0 299 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_0_299_DS_DS_Flat_apart,G34,households,housing,Flat or apartment,,8029,Mortgage Repayment (Monthly) by Dwelling Structure -G8030,M_0_299_DS_DS_Other_dwg,0 299 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_0_299_DS_DS_Other_dwg,G34,households,housing,Other dwelling,,8030,Mortgage Repayment (Monthly) by Dwelling Structure -G8031,M_0_299_DS_ns,0 299 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_0_299_DS_ns,G34,households,housing,Dwelling structure not stated,,8031,Mortgage Repayment (Monthly) by Dwelling Structure -G8032,M_0_299_Tot,0 299 Total,Tot_P_P|Tot_P_M|P_0_299_Tot,G34,households,housing,Total,,8032,Mortgage Repayment (Monthly) by Dwelling Structure -G8033,M_300_449_DS_Separate_hse,300 449 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_300_449_DS_Separate_hse,G34,households,housing,Separate house,,8033,Mortgage Repayment (Monthly) by Dwelling Structure -G8034,M_300_449_DS_sd_row_tc_hse_th,300 449 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_300_449_DS_sd_row_tc_hse_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8034,Mortgage Repayment (Monthly) by Dwelling Structure -G8035,M_300_449_DS_Flat_apart,300 449 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_300_449_DS_Flat_apart,G34,households,housing,Flat or apartment,,8035,Mortgage Repayment (Monthly) by Dwelling Structure -G8036,M_300_449_DS_Other_dwg,300 449 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_300_449_DS_Other_dwg,G34,households,housing,Other dwelling,,8036,Mortgage Repayment (Monthly) by Dwelling Structure -G8037,M_300_449_DS_ns,300 449 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_300_449_DS_ns,G34,households,housing,Dwelling structure not stated,,8037,Mortgage Repayment (Monthly) by Dwelling Structure -G8038,M_300_449_Tot,300 449 Total,Tot_P_P|Tot_P_M|P_300_449_Tot,G34,households,housing,Total,,8038,Mortgage Repayment (Monthly) by Dwelling Structure -G8039,M_450_599_DS_Separate_hse,450 599 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_450_599_DS_Separate_hse,G34,households,housing,Separate house,,8039,Mortgage Repayment (Monthly) by Dwelling Structure -G8040,M_450_599_DS_sd_row_tce_hs_th,450 599 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_450_599_DS_sd_row_tce_hs_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8040,Mortgage Repayment (Monthly) by Dwelling Structure -G8041,M_450_599_DS_Flat_apart,450 599 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_450_599_DS_Flat_apart,G34,households,housing,Flat or apartment,,8041,Mortgage Repayment (Monthly) by Dwelling Structure -G8042,M_450_599_DS_Other_dwg,450 599 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_450_599_DS_Other_dwg,G34,households,housing,Other dwelling,,8042,Mortgage Repayment (Monthly) by Dwelling Structure -G8043,M_450_599_DS_ns,450 599 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_450_599_DS_ns,G34,households,housing,Dwelling structure not stated,,8043,Mortgage Repayment (Monthly) by Dwelling Structure -G8044,M_450_599_Tot,450 599 Total,Tot_P_P|Tot_P_M|P_450_599_Tot,G34,households,housing,Total,,8044,Mortgage Repayment (Monthly) by Dwelling Structure -G8045,M_600_799_DS_Separate_hse,600 799 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_600_799_DS_Separate_hse,G34,households,housing,Separate house,,8045,Mortgage Repayment (Monthly) by Dwelling Structure -G8046,M_600_799_DS_sd_row_tc_hs_th,600 799 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_600_799_DS_sd_row_tc_hs_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8046,Mortgage Repayment (Monthly) by Dwelling Structure -G8047,M_600_799_DS_Flat_apart,600 799 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_600_799_DS_Flat_apart,G34,households,housing,Flat or apartment,,8047,Mortgage Repayment (Monthly) by Dwelling Structure -G8048,M_600_799_DS_Other_dwg,600 799 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_600_799_DS_Other_dwg,G34,households,housing,Other dwelling,,8048,Mortgage Repayment (Monthly) by Dwelling Structure -G8049,M_600_799_DS_ns,600 799 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_600_799_DS_ns,G34,households,housing,Dwelling structure not stated,,8049,Mortgage Repayment (Monthly) by Dwelling Structure -G8050,M_600_799_Tot,600 799 Total,Tot_P_P|Tot_P_M|P_600_799_Tot,G34,households,housing,Total,,8050,Mortgage Repayment (Monthly) by Dwelling Structure -G8051,M_800_999_DS_Separate_hse,800 999 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_800_999_DS_Separate_hse,G34,households,housing,Separate house,,8051,Mortgage Repayment (Monthly) by Dwelling Structure -G8052,M_800_999_DS_sd_row_tc_hs_th,800 999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_800_999_DS_sd_row_tc_hs_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8052,Mortgage Repayment (Monthly) by Dwelling Structure -G8053,M_800_999_DS_Flat_apart,800 999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_800_999_DS_Flat_apart,G34,households,housing,Flat or apartment,,8053,Mortgage Repayment (Monthly) by Dwelling Structure -G8054,M_800_999_DS_Other_dwg,800 999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_800_999_DS_Other_dwg,G34,households,housing,Other dwelling,,8054,Mortgage Repayment (Monthly) by Dwelling Structure -G8055,M_800_999_DS_ns,800 999 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_800_999_DS_ns,G34,households,housing,Dwelling structure not stated,,8055,Mortgage Repayment (Monthly) by Dwelling Structure -G8056,M_800_999_Tot,800 999 Total,Tot_P_P|Tot_P_M|P_800_999_Tot,G34,households,housing,Total,,8056,Mortgage Repayment (Monthly) by Dwelling Structure -G8057,M_1000_1399_DS_Separate_hse,1000 1399 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_1000_1399_DS_Separate_hse,G34,households,housing,Separate house,,8057,Mortgage Repayment (Monthly) by Dwelling Structure -G8058,M_1000_1399_DS_sd_rw_tc_h_th,1000 1399 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_1000_1399_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8058,Mortgage Repayment (Monthly) by Dwelling Structure -G8059,M_1000_1399_DS_Flat_apart,1000 1399 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_1000_1399_DS_Flat_apart,G34,households,housing,Flat or apartment,,8059,Mortgage Repayment (Monthly) by Dwelling Structure -G8060,M_1000_1399_DS_Other_dwg,1000 1399 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_1000_1399_DS_Other_dwg,G34,households,housing,Other dwelling,,8060,Mortgage Repayment (Monthly) by Dwelling Structure -G8061,M_1000_1399_DS_ns,1000 1399 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_1000_1399_DS_ns,G34,households,housing,Dwelling structure not stated,,8061,Mortgage Repayment (Monthly) by Dwelling Structure -G8062,M_1000_1399_Tot,1000 1399 Total,Tot_P_P|Tot_P_M|P_1000_1399_Tot,G34,households,housing,Total,,8062,Mortgage Repayment (Monthly) by Dwelling Structure -G8063,M_1400_1799_DS_Separate_hse,1400 1799 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_1400_1799_DS_Separate_hse,G34,households,housing,Separate house,,8063,Mortgage Repayment (Monthly) by Dwelling Structure -G8064,M_1400_1799_DS_sd_rw_tc_h_th,1400 1799 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_1400_1799_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8064,Mortgage Repayment (Monthly) by Dwelling Structure -G8065,M_1400_1799_DS_Flat_apart,1400 1799 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_1400_1799_DS_Flat_apart,G34,households,housing,Flat or apartment,,8065,Mortgage Repayment (Monthly) by Dwelling Structure -G8066,M_1400_1799_DS_Other_dwg,1400 1799 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_1400_1799_DS_Other_dwg,G34,households,housing,Other dwelling,,8066,Mortgage Repayment (Monthly) by Dwelling Structure -G8067,M_1400_1799_DS_ns,1400 1799 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_1400_1799_DS_ns,G34,households,housing,Dwelling structure not stated,,8067,Mortgage Repayment (Monthly) by Dwelling Structure -G8068,M_1400_1799_Tot,1400 1799 Total,Tot_P_P|Tot_P_M|P_1400_1799_Tot,G34,households,housing,Total,,8068,Mortgage Repayment (Monthly) by Dwelling Structure -G8069,M_1800_2399_DS_Separate_hse,1800 2399 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_1800_2399_DS_Separate_hse,G34,households,housing,Separate house,,8069,Mortgage Repayment (Monthly) by Dwelling Structure -G8070,M_1800_2399_DS_sd_rw_tc_h_th,1800 2399 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_1800_2399_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8070,Mortgage Repayment (Monthly) by Dwelling Structure -G8071,M_1800_2399_DS_Flat_apart,1800 2399 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_1800_2399_DS_Flat_apart,G34,households,housing,Flat or apartment,,8071,Mortgage Repayment (Monthly) by Dwelling Structure -G8072,M_1800_2399_DS_Other_dwg,1800 2399 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_1800_2399_DS_Other_dwg,G34,households,housing,Other dwelling,,8072,Mortgage Repayment (Monthly) by Dwelling Structure -G8073,M_1800_2399_DS_ns,1800 2399 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_1800_2399_DS_ns,G34,households,housing,Dwelling structure not stated,,8073,Mortgage Repayment (Monthly) by Dwelling Structure -G8074,M_1800_2399_Tot,1800 2399 Total,Tot_P_P|Tot_P_M|P_1800_2399_Tot,G34,households,housing,Total,,8074,Mortgage Repayment (Monthly) by Dwelling Structure -G8075,M_2400_2999_DS_Separate_hse,2400 2999 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_2400_2999_DS_Separate_hse,G34,households,housing,Separate house,,8075,Mortgage Repayment (Monthly) by Dwelling Structure -G8076,M_2400_2999_DS_sd_rw_tc_h_th,2400 2999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_2400_2999_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8076,Mortgage Repayment (Monthly) by Dwelling Structure -G8077,M_2400_2999_DS_Flat_apart,2400 2999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_2400_2999_DS_Flat_apart,G34,households,housing,Flat or apartment,,8077,Mortgage Repayment (Monthly) by Dwelling Structure -G8078,M_2400_2999_DS_Other_dwg,2400 2999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_2400_2999_DS_Other_dwg,G34,households,housing,Other dwelling,,8078,Mortgage Repayment (Monthly) by Dwelling Structure -G8079,M_2400_2999_DS_ns,2400 2999 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_2400_2999_DS_ns,G34,households,housing,Dwelling structure not stated,,8079,Mortgage Repayment (Monthly) by Dwelling Structure -G8080,M_2400_2999_Tot,2400 2999 Total,Tot_P_P|Tot_P_M|P_2400_2999_Tot,G34,households,housing,Total,,8080,Mortgage Repayment (Monthly) by Dwelling Structure -G8081,M_3000_3999_DS_Separate_hse,3000 3999 Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_3000_3999_DS_Separate_hse,G34,households,housing,Separate house,,8081,Mortgage Repayment (Monthly) by Dwelling Structure -G8082,M_3000_3999_DS_sd_rw_tc_h_th,3000 3999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_3000_3999_DS_sd_rw_tc_h_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8082,Mortgage Repayment (Monthly) by Dwelling Structure -G8083,M_3000_3999_DS_Flt_apart,3000 3999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_3000_3999_DS_Flt_apart,G34,households,housing,Flat or apartment,,8083,Mortgage Repayment (Monthly) by Dwelling Structure -G8084,M_3000_3999_DS_Other_dwg,3000 3999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_3000_3999_DS_Other_dwg,G34,households,housing,Other dwelling,,8084,Mortgage Repayment (Monthly) by Dwelling Structure -G8085,M_3000_3999_DS_ns,3000 3999 Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_3000_3999_DS_ns,G34,households,housing,Dwelling structure not stated,,8085,Mortgage Repayment (Monthly) by Dwelling Structure -G8086,M_3000_3999_Tot,3000 3999 Total,Tot_P_P|Tot_P_M|P_3000_3999_Tot,G34,households,housing,Total,,8086,Mortgage Repayment (Monthly) by Dwelling Structure -G8087,M_4000_over_DS_Separate_hse,4000 and over Dwelling structure Separate house,Tot_P_P|Tot_P_M|P_4000_over_DS_Separate_hse,G34,households,housing,Separate house,,8087,Mortgage Repayment (Monthly) by Dwelling Structure -G8088,M_4000_ov_DS_sd_rw_tce_hs_th,4000 and over Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M|P_4000_ov_DS_sd_rw_tce_hs_th,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8088,Mortgage Repayment (Monthly) by Dwelling Structure -G8089,M_4000_over_DS_Flat_apart,4000 and over Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M|P_4000_over_DS_Flat_apart,G34,households,housing,Flat or apartment,,8089,Mortgage Repayment (Monthly) by Dwelling Structure -G8090,M_4000_over_DS_Other_dwg,4000 and over Dwelling structure Other dwelling,Tot_P_P|Tot_P_M|P_4000_over_DS_Other_dwg,G34,households,housing,Other dwelling,,8090,Mortgage Repayment (Monthly) by Dwelling Structure -G8091,M_4000_DS_over_ns,4000 and over Dwelling structure Not stated,Tot_P_P|Tot_P_M|P_4000_DS_over_ns,G34,households,housing,Dwelling structure not stated,,8091,Mortgage Repayment (Monthly) by Dwelling Structure -G8092,M_4000_over_Tot,4000 and over Total,Tot_P_P|Tot_P_M|P_4000_over_Tot,G34,households,housing,Total,,8092,Mortgage Repayment (Monthly) by Dwelling Structure -G8105,M_0_149_CFNC,0 149 Couple family with no children,Tot_P_P|Tot_P_M|P_0_149_CFNC,G35,households,families,Couple family with no children,,8105,Mortgage Repayment (Monthly) by Family Composition -G8106,M_0_149_CF_C_und15,0 149 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_0_149_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8106,Mortgage Repayment (Monthly) by Family Composition -G8107,M_0_149_CFNC_und15,0 149 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_0_149_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8107,Mortgage Repayment (Monthly) by Family Composition -G8108,M_0_149_1PF_C_und15,0 149 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_0_149_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8108,Mortgage Repayment (Monthly) by Family Composition -G8109,M_0_149_1PFNC_und15,0 149 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_0_149_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8109,Mortgage Repayment (Monthly) by Family Composition -G8110,M_0_149_OthF,0 149 Other family,Tot_P_P|Tot_P_M|P_0_149_OthF,G35,households,families,Other family,,8110,Mortgage Repayment (Monthly) by Family Composition -G8111,M_0_149_Tot,0 149 Total,Tot_P_P|Tot_P_M|P_0_149_Tot,G35,households,families,Total,,8111,Mortgage Repayment (Monthly) by Family Composition -G8112,M_150_299_CFNC,150 299 Couple family with no children,Tot_P_P|Tot_P_M|P_150_299_CFNC,G35,households,families,Couple family with no children,,8112,Mortgage Repayment (Monthly) by Family Composition -G8113,M_150_299_CF_C_und15,150 299 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_150_299_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8113,Mortgage Repayment (Monthly) by Family Composition -G8114,M_150_299_CFNC_und15,150 299 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_150_299_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8114,Mortgage Repayment (Monthly) by Family Composition -G8115,M_150_299_1PF_C_und15,150 299 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_150_299_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8115,Mortgage Repayment (Monthly) by Family Composition -G8116,M_150_299_1PFNC_und15,150 299 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_150_299_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8116,Mortgage Repayment (Monthly) by Family Composition -G8117,M_150_299_OthF,150 299 Other family,Tot_P_P|Tot_P_M|P_150_299_OthF,G35,households,families,Other family,,8117,Mortgage Repayment (Monthly) by Family Composition -G8118,M_150_299_Tot,150 299 Total,Tot_P_P|Tot_P_M|P_150_299_Tot,G35,households,families,Total,,8118,Mortgage Repayment (Monthly) by Family Composition -G8119,M_300_449_CFNC,300 449 Couple family with no children,Tot_P_P|Tot_P_M|P_300_449_CFNC,G35,households,families,Couple family with no children,,8119,Mortgage Repayment (Monthly) by Family Composition -G8120,M_300_449_CF_C_und15,300 449 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_300_449_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8120,Mortgage Repayment (Monthly) by Family Composition -G8121,M_300_449_CFNC_und15,300 449 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_300_449_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8121,Mortgage Repayment (Monthly) by Family Composition -G8122,M_300_449_1PF_C_und15,300 449 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_300_449_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8122,Mortgage Repayment (Monthly) by Family Composition -G8123,M_300_449_1PFNC_und15,300 449 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_300_449_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8123,Mortgage Repayment (Monthly) by Family Composition -G8124,M_300_449_OthF,300 449 Other family,Tot_P_P|Tot_P_M|P_300_449_OthF,G35,households,families,Other family,,8124,Mortgage Repayment (Monthly) by Family Composition -G8125,M_300_449_Tot,300 449 Total,Tot_P_P|Tot_P_M|P_300_449_Tot,G35,households,families,Total,,8125,Mortgage Repayment (Monthly) by Family Composition -G8126,M_450_599_CFNC,450 599 Couple family with no children,Tot_P_P|Tot_P_M|P_450_599_CFNC,G35,households,families,Couple family with no children,,8126,Mortgage Repayment (Monthly) by Family Composition -G8127,M_450_599_CF_C_und15,450 599 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_450_599_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8127,Mortgage Repayment (Monthly) by Family Composition -G8128,M_450_599_CFNC_und15,450 599 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_450_599_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8128,Mortgage Repayment (Monthly) by Family Composition -G8129,M_450_599_1PF_C_und15,450 599 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_450_599_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8129,Mortgage Repayment (Monthly) by Family Composition -G8130,M_450_599_1PFNC_und15,450 599 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_450_599_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8130,Mortgage Repayment (Monthly) by Family Composition -G8131,M_450_599_OthF,450 599 Other family,Tot_P_P|Tot_P_M|P_450_599_OthF,G35,households,families,Other family,,8131,Mortgage Repayment (Monthly) by Family Composition -G8132,M_450_599_Tot,450 599 Total,Tot_P_P|Tot_P_M|P_450_599_Tot,G35,households,families,Total,,8132,Mortgage Repayment (Monthly) by Family Composition -G8133,M_600_799_CFNC,600 799 Couple family with no children,Tot_P_P|Tot_P_M|P_600_799_CFNC,G35,households,families,Couple family with no children,,8133,Mortgage Repayment (Monthly) by Family Composition -G8134,M_600_799_CF_C_und15,600 799 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_600_799_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8134,Mortgage Repayment (Monthly) by Family Composition -G8135,M_600_799_CFNC_und15,600 799 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_600_799_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8135,Mortgage Repayment (Monthly) by Family Composition -G8136,M_600_799_1PF_C_und15,600 799 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_600_799_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8136,Mortgage Repayment (Monthly) by Family Composition -G8137,M_600_799_1PFNC_und15,600 799 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_600_799_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8137,Mortgage Repayment (Monthly) by Family Composition -G8138,M_600_799_OthF,600 799 Other family,Tot_P_P|Tot_P_M|P_600_799_OthF,G35,households,families,Other family,,8138,Mortgage Repayment (Monthly) by Family Composition -G8139,M_600_799_Tot,600 799 Total,Tot_P_P|Tot_P_M|P_600_799_Tot,G35,households,families,Total,,8139,Mortgage Repayment (Monthly) by Family Composition -G8140,M_800_999_CFNC,800 999 Couple family with no children,Tot_P_P|Tot_P_M|P_800_999_CFNC,G35,households,families,Couple family with no children,,8140,Mortgage Repayment (Monthly) by Family Composition -G8141,M_800_999_CF_C_und15,800 999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_800_999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8141,Mortgage Repayment (Monthly) by Family Composition -G8142,M_800_999_CFNC_und15,800 999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_800_999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8142,Mortgage Repayment (Monthly) by Family Composition -G8143,M_800_999_1PF_C_und15,800 999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_800_999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8143,Mortgage Repayment (Monthly) by Family Composition -G8144,M_800_999_1PFNC_und15,800 999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_800_999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8144,Mortgage Repayment (Monthly) by Family Composition -G8145,M_800_999_OthF,800 999 Other family,Tot_P_P|Tot_P_M|P_800_999_OthF,G35,households,families,Other family,,8145,Mortgage Repayment (Monthly) by Family Composition -G8146,M_800_999_Tot,800 999 Total,Tot_P_P|Tot_P_M|P_800_999_Tot,G35,households,families,Total,,8146,Mortgage Repayment (Monthly) by Family Composition -G8147,M_1000_1199_CFNC,1000 1199 Couple family with no children,Tot_P_P|Tot_P_M|P_1000_1199_CFNC,G35,households,families,Couple family with no children,,8147,Mortgage Repayment (Monthly) by Family Composition -G8148,M_1000_1199_CF_C_und15,1000 1199 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1000_1199_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8148,Mortgage Repayment (Monthly) by Family Composition -G8149,M_1000_1199_CFNC_und15,1000 1199 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1000_1199_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8149,Mortgage Repayment (Monthly) by Family Composition -G8150,M_1000_1199_1PF_C_und15,1000 1199 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1000_1199_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8150,Mortgage Repayment (Monthly) by Family Composition -G8151,M_1000_1199_1PFNC_und15,1000 1199 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1000_1199_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8151,Mortgage Repayment (Monthly) by Family Composition -G8152,M_1000_1199_OthF,1000 1199 Other family,Tot_P_P|Tot_P_M|P_1000_1199_OthF,G35,households,families,Other family,,8152,Mortgage Repayment (Monthly) by Family Composition -G8153,M_1000_1199_Tot,1000 1199 Total,Tot_P_P|Tot_P_M|P_1000_1199_Tot,G35,households,families,Total,,8153,Mortgage Repayment (Monthly) by Family Composition -G8154,M_1200_1399_CFNC,1200 1399 Couple family with no children,Tot_P_P|Tot_P_M|P_1200_1399_CFNC,G35,households,families,Couple family with no children,,8154,Mortgage Repayment (Monthly) by Family Composition -G8155,M_1200_1399_CF_C_und15,1200 1399 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1200_1399_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8155,Mortgage Repayment (Monthly) by Family Composition -G8156,M_1200_1399_CFNC_und15,1200 1399 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1200_1399_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8156,Mortgage Repayment (Monthly) by Family Composition -G8157,M_1200_1399_1PF_C_und15,1200 1399 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1200_1399_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8157,Mortgage Repayment (Monthly) by Family Composition -G8158,M_1200_1399_1PFNC_und15,1200 1399 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1200_1399_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8158,Mortgage Repayment (Monthly) by Family Composition -G8159,M_1200_1399_OthF,1200 1399 Other family,Tot_P_P|Tot_P_M|P_1200_1399_OthF,G35,households,families,Other family,,8159,Mortgage Repayment (Monthly) by Family Composition -G8160,M_1200_1399_Tot,1200 1399 Total,Tot_P_P|Tot_P_M|P_1200_1399_Tot,G35,households,families,Total,,8160,Mortgage Repayment (Monthly) by Family Composition -G8161,M_1400_1599_CFNC,1400 1599 Couple family with no children,Tot_P_P|Tot_P_M|P_1400_1599_CFNC,G35,households,families,Couple family with no children,,8161,Mortgage Repayment (Monthly) by Family Composition -G8162,M_1400_1599_CF_C_und15,1400 1599 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1400_1599_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8162,Mortgage Repayment (Monthly) by Family Composition -G8163,M_1400_1599_CFNC_und15,1400 1599 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1400_1599_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8163,Mortgage Repayment (Monthly) by Family Composition -G8164,M_1400_1599_1PF_C_und15,1400 1599 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1400_1599_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8164,Mortgage Repayment (Monthly) by Family Composition -G8165,M_1400_1599_1PFNC_und15,1400 1599 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1400_1599_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8165,Mortgage Repayment (Monthly) by Family Composition -G8166,M_1400_1599_OthF,1400 1599 Other family,Tot_P_P|Tot_P_M|P_1400_1599_OthF,G35,households,families,Other family,,8166,Mortgage Repayment (Monthly) by Family Composition -G8167,M_1400_1599_Tot,1400 1599 Total,Tot_P_P|Tot_P_M|P_1400_1599_Tot,G35,households,families,Total,,8167,Mortgage Repayment (Monthly) by Family Composition -G8168,M_1600_1799_CFNC,1600 1799 Couple family with no children,Tot_P_P|Tot_P_M|P_1600_1799_CFNC,G35,households,families,Couple family with no children,,8168,Mortgage Repayment (Monthly) by Family Composition -G8169,M_1600_1799_CF_C_und15,1600 1799 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1600_1799_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8169,Mortgage Repayment (Monthly) by Family Composition -G8170,M_1600_1799_CFNC_und15,1600 1799 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1600_1799_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8170,Mortgage Repayment (Monthly) by Family Composition -G8171,M_1600_1799_1PF_C_und15,1600 1799 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1600_1799_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8171,Mortgage Repayment (Monthly) by Family Composition -G8172,M_1600_1799_1PFNC_und15,1600 1799 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1600_1799_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8172,Mortgage Repayment (Monthly) by Family Composition -G8173,M_1600_1799_OthF,1600 1799 Other family,Tot_P_P|Tot_P_M|P_1600_1799_OthF,G35,households,families,Other family,,8173,Mortgage Repayment (Monthly) by Family Composition -G8174,M_1600_1799_Tot,1600 1799 Total,Tot_P_P|Tot_P_M|P_1600_1799_Tot,G35,households,families,Total,,8174,Mortgage Repayment (Monthly) by Family Composition -G8175,M_1800_1999_CFNC,1800 1999 Couple family with no children,Tot_P_P|Tot_P_M|P_1800_1999_CFNC,G35,households,families,Couple family with no children,,8175,Mortgage Repayment (Monthly) by Family Composition -G8176,M_1800_1999_CF_C_und15,1800 1999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_1800_1999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8176,Mortgage Repayment (Monthly) by Family Composition -G8177,M_1800_1999_CFNC_und15,1800 1999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_1800_1999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8177,Mortgage Repayment (Monthly) by Family Composition -G8178,M_1800_1999_1PF_C_und15,1800 1999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_1800_1999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8178,Mortgage Repayment (Monthly) by Family Composition -G8179,M_1800_1999_1PFNC_und15,1800 1999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_1800_1999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8179,Mortgage Repayment (Monthly) by Family Composition -G8180,M_1800_1999_OthF,1800 1999 Other family,Tot_P_P|Tot_P_M|P_1800_1999_OthF,G35,households,families,Other family,,8180,Mortgage Repayment (Monthly) by Family Composition -G8181,M_1800_1999_Tot,1800 1999 Total,Tot_P_P|Tot_P_M|P_1800_1999_Tot,G35,households,families,Total,,8181,Mortgage Repayment (Monthly) by Family Composition -G8182,M_2000_2199_CFNC,2000 2199 Couple family with no children,Tot_P_P|Tot_P_M|P_2000_2199_CFNC,G35,households,families,Couple family with no children,,8182,Mortgage Repayment (Monthly) by Family Composition -G8183,M_2000_2199_CF_C_und15,2000 2199 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_2000_2199_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8183,Mortgage Repayment (Monthly) by Family Composition -G8184,M_2000_2199_CFNC_und15,2000 2199 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_2000_2199_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8184,Mortgage Repayment (Monthly) by Family Composition -G8185,M_2000_2199_1PF_C_und15,2000 2199 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_2000_2199_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8185,Mortgage Repayment (Monthly) by Family Composition -G8186,M_2000_2199_1PFNC_und15,2000 2199 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_2000_2199_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8186,Mortgage Repayment (Monthly) by Family Composition -G8187,M_2000_2199_OthF,2000 2199 Other family,Tot_P_P|Tot_P_M|P_2000_2199_OthF,G35,households,families,Other family,,8187,Mortgage Repayment (Monthly) by Family Composition -G8188,M_2000_2199_Tot,2000 2199 Total,Tot_P_P|Tot_P_M|P_2000_2199_Tot,G35,households,families,Total,,8188,Mortgage Repayment (Monthly) by Family Composition -G8189,M_2200_2399_CFNC,2200 2399 Couple family with no children,Tot_P_P|Tot_P_M|P_2200_2399_CFNC,G35,households,families,Couple family with no children,,8189,Mortgage Repayment (Monthly) by Family Composition -G8190,M_2200_2399_CF_C_und15,2200 2399 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_2200_2399_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8190,Mortgage Repayment (Monthly) by Family Composition -G8191,M_2200_2399_CFNC_und15,2200 2399 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_2200_2399_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8191,Mortgage Repayment (Monthly) by Family Composition -G8192,M_2200_2399_1PF_C_und15,2200 2399 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_2200_2399_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8192,Mortgage Repayment (Monthly) by Family Composition -G8193,M_2200_2399_1PFNC_und15,2200 2399 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_2200_2399_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8193,Mortgage Repayment (Monthly) by Family Composition -G8194,M_2200_2399_OthF,2200 2399 Other family,Tot_P_P|Tot_P_M|P_2200_2399_OthF,G35,households,families,Other family,,8194,Mortgage Repayment (Monthly) by Family Composition -G8195,M_2200_2399_Tot,2200 2399 Total,Tot_P_P|Tot_P_M|P_2200_2399_Tot,G35,households,families,Total,,8195,Mortgage Repayment (Monthly) by Family Composition -G8196,M_2400_2599_CFNC,2400 2599 Couple family with no children,Tot_P_P|Tot_P_M|P_2400_2599_CFNC,G35,households,families,Couple family with no children,,8196,Mortgage Repayment (Monthly) by Family Composition -G8197,M_2400_2599_CF_C_und15,2400 2599 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_2400_2599_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8197,Mortgage Repayment (Monthly) by Family Composition -G8198,M_2400_2599_CFNC_und15,2400 2599 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_2400_2599_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8198,Mortgage Repayment (Monthly) by Family Composition -G8199,M_2400_2599_1PF_C_und15,2400 2599 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_2400_2599_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8199,Mortgage Repayment (Monthly) by Family Composition -G8200,M_2400_2599_1PFNC_und15,2400 2599 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_2400_2599_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8200,Mortgage Repayment (Monthly) by Family Composition -G8201,M_2400_2599_OthF,2400 2599 Other family,Tot_P_P|Tot_P_M|P_2400_2599_OthF,G35,households,families,Other family,,8201,Mortgage Repayment (Monthly) by Family Composition -G8202,M_2400_2599_Tot,2400 2599 Total,Tot_P_P|Tot_P_M|P_2400_2599_Tot,G35,households,families,Total,,8202,Mortgage Repayment (Monthly) by Family Composition -G8203,M_2600_2999_CFNC,2600 2999 Couple family with no children,Tot_P_P|Tot_P_M|P_2600_2999_CFNC,G35,households,families,Couple family with no children,,8203,Mortgage Repayment (Monthly) by Family Composition -G8204,M_2600_2999_CF_C_und15,2600 2999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_2600_2999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8204,Mortgage Repayment (Monthly) by Family Composition -G8205,M_2600_2999_CFNC_und15,2600 2999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_2600_2999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8205,Mortgage Repayment (Monthly) by Family Composition -G8206,M_2600_2999_1PF_C_und15,2600 2999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_2600_2999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8206,Mortgage Repayment (Monthly) by Family Composition -G8207,M_2600_2999_1PFNC_und15,2600 2999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_2600_2999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8207,Mortgage Repayment (Monthly) by Family Composition -G8208,M_2600_2999_OthF,2600 2999 Other family,Tot_P_P|Tot_P_M|P_2600_2999_OthF,G35,households,families,Other family,,8208,Mortgage Repayment (Monthly) by Family Composition -G8209,M_2600_2999_Tot,2600 2999 Total,Tot_P_P|Tot_P_M|P_2600_2999_Tot,G35,households,families,Total,,8209,Mortgage Repayment (Monthly) by Family Composition -G8210,M_3000_3999_CFNC,3000 3999 Couple family with no children,Tot_P_P|Tot_P_M|P_3000_3999_CFNC,G35,households,families,Couple family with no children,,8210,Mortgage Repayment (Monthly) by Family Composition -G8211,M_3000_3999_CF_C_und15,3000 3999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_3000_3999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8211,Mortgage Repayment (Monthly) by Family Composition -G8212,M_3000_3999_CFNC_und15,3000 3999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_3000_3999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8212,Mortgage Repayment (Monthly) by Family Composition -G8213,M_3000_3999_1PF_C_und15,3000 3999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_3000_3999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8213,Mortgage Repayment (Monthly) by Family Composition -G8214,M_3000_3999_1PFNC_und15,3000 3999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_3000_3999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8214,Mortgage Repayment (Monthly) by Family Composition -G8215,M_3000_3999_OthF,3000 3999 Other family,Tot_P_P|Tot_P_M|P_3000_3999_OthF,G35,households,families,Other family,,8215,Mortgage Repayment (Monthly) by Family Composition -G8216,M_3000_3999_Tot,3000 3999 Total,Tot_P_P|Tot_P_M|P_3000_3999_Tot,G35,households,families,Total,,8216,Mortgage Repayment (Monthly) by Family Composition -G8217,M_4000_4999_CFNC,4000 4999 Couple family with no children,Tot_P_P|Tot_P_M|P_4000_4999_CFNC,G35,households,families,Couple family with no children,,8217,Mortgage Repayment (Monthly) by Family Composition -G8218,M_4000_4999_CF_C_und15,4000 4999 Couple family with Children under 15,Tot_P_P|Tot_P_M|P_4000_4999_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8218,Mortgage Repayment (Monthly) by Family Composition -G8219,M_4000_4999_CFNC_und15,4000 4999 Couple family with No children under 15,Tot_P_P|Tot_P_M|P_4000_4999_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8219,Mortgage Repayment (Monthly) by Family Composition -G8220,M_4000_4999_1PF_C_und15,4000 4999 One parent family with Children under 15,Tot_P_P|Tot_P_M|P_4000_4999_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8220,Mortgage Repayment (Monthly) by Family Composition -G8221,M_4000_4999_1PFNC_und15,4000 4999 One parent family with No children under 15,Tot_P_P|Tot_P_M|P_4000_4999_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8221,Mortgage Repayment (Monthly) by Family Composition -G8222,M_4000_4999_OthF,4000 4999 Other family,Tot_P_P|Tot_P_M|P_4000_4999_OthF,G35,households,families,Other family,,8222,Mortgage Repayment (Monthly) by Family Composition -G8223,M_4000_4999_Tot,4000 4999 Total,Tot_P_P|Tot_P_M|P_4000_4999_Tot,G35,households,families,Total,,8223,Mortgage Repayment (Monthly) by Family Composition -G8224,M_5000over_CFNC,5000 and over Couple family with no children,Tot_P_P|Tot_P_M|P_5000over_CFNC,G35,households,families,Couple family with no children,,8224,Mortgage Repayment (Monthly) by Family Composition -G8225,M_5000over_CF_C_und15,5000 and over Couple family with Children under 15,Tot_P_P|Tot_P_M|P_5000over_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8225,Mortgage Repayment (Monthly) by Family Composition -G8226,M_5000over_CFNC_und15,5000 and over Couple family with No children under 15,Tot_P_P|Tot_P_M|P_5000over_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8226,Mortgage Repayment (Monthly) by Family Composition -G8227,M_5000over_1PF_C_und15,5000 and over One parent family with Children under 15,Tot_P_P|Tot_P_M|P_5000over_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8227,Mortgage Repayment (Monthly) by Family Composition -G8228,M_5000over_1PFNC_und15,5000 and over One parent family with No children under 15,Tot_P_P|Tot_P_M|P_5000over_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8228,Mortgage Repayment (Monthly) by Family Composition -G8229,M_5000over_OthF,5000 and over Other family,Tot_P_P|Tot_P_M|P_5000over_OthF,G35,households,families,Other family,,8229,Mortgage Repayment (Monthly) by Family Composition -G8230,M_5000over_Tot,5000 and over Total,Tot_P_P|Tot_P_M|P_5000over_Tot,G35,households,families,Total,,8230,Mortgage Repayment (Monthly) by Family Composition -G8231,M_NS_CFNC,Mortgage repayment not stated Couple family with no children,Tot_P_P|Tot_P_M|P_NS_CFNC,G35,households,families,Couple family with no children,,8231,Mortgage Repayment (Monthly) by Family Composition -G8232,M_NS_CF_C_und15,Mortgage repayment not stated Couple family with Children under 15,Tot_P_P|Tot_P_M|P_NS_CF_C_und15,G35,households,families,Couple family with: Children under 15,,8232,Mortgage Repayment (Monthly) by Family Composition -G8233,M_NS_CFNC_und15,Mortgage repayment not stated Couple family with No children under 15,Tot_P_P|Tot_P_M|P_NS_CFNC_und15,G35,households,families,Couple family with: No children under 15,,8233,Mortgage Repayment (Monthly) by Family Composition -G8234,M_NS_1PF_C_und15,Mortgage repayment not stated One parent family with Children under 15,Tot_P_P|Tot_P_M|P_NS_1PF_C_und15,G35,households,families,One parent family with: Children under 15,,8234,Mortgage Repayment (Monthly) by Family Composition -G8235,M_NS_1PFNC_und15,Mortgage repayment not stated One parent family with No children under 15,Tot_P_P|Tot_P_M|P_NS_1PFNC_und15,G35,households,families,One parent family with: No children under 15,,8235,Mortgage Repayment (Monthly) by Family Composition -G8236,M_NS_OthF,Mortgage repayment not stated Other family,Tot_P_P|Tot_P_M|P_NS_OthF,G35,households,families,Other family,,8236,Mortgage Repayment (Monthly) by Family Composition -G8237,M_NS_Tot,Mortgage repayment not stated Total,Tot_P_P|Tot_P_M|P_NS_Tot,G35,households,families,Total,,8237,Mortgage Repayment (Monthly) by Family Composition +G8027,M_0_299_DS_DS_Sept_house,0 299 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8027,Mortgage Repayment (Monthly) by Dwelling Structure +G8028,M_0_299_DS_DS_sd_row_tce_hs_t,0 299 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8028,Mortgage Repayment (Monthly) by Dwelling Structure +G8029,M_0_299_DS_DS_Flat_apart,0 299 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8029,Mortgage Repayment (Monthly) by Dwelling Structure +G8030,M_0_299_DS_DS_Other_dwg,0 299 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8030,Mortgage Repayment (Monthly) by Dwelling Structure +G8031,M_0_299_DS_ns,0 299 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8031,Mortgage Repayment (Monthly) by Dwelling Structure +G8032,M_0_299_Tot,0 299 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8032,Mortgage Repayment (Monthly) by Dwelling Structure +G8033,M_300_449_DS_Separate_hse,300 449 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8033,Mortgage Repayment (Monthly) by Dwelling Structure +G8034,M_300_449_DS_sd_row_tc_hse_th,300 449 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8034,Mortgage Repayment (Monthly) by Dwelling Structure +G8035,M_300_449_DS_Flat_apart,300 449 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8035,Mortgage Repayment (Monthly) by Dwelling Structure +G8036,M_300_449_DS_Other_dwg,300 449 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8036,Mortgage Repayment (Monthly) by Dwelling Structure +G8037,M_300_449_DS_ns,300 449 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8037,Mortgage Repayment (Monthly) by Dwelling Structure +G8038,M_300_449_Tot,300 449 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8038,Mortgage Repayment (Monthly) by Dwelling Structure +G8039,M_450_599_DS_Separate_hse,450 599 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8039,Mortgage Repayment (Monthly) by Dwelling Structure +G8040,M_450_599_DS_sd_row_tce_hs_th,450 599 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8040,Mortgage Repayment (Monthly) by Dwelling Structure +G8041,M_450_599_DS_Flat_apart,450 599 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8041,Mortgage Repayment (Monthly) by Dwelling Structure +G8042,M_450_599_DS_Other_dwg,450 599 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8042,Mortgage Repayment (Monthly) by Dwelling Structure +G8043,M_450_599_DS_ns,450 599 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8043,Mortgage Repayment (Monthly) by Dwelling Structure +G8044,M_450_599_Tot,450 599 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8044,Mortgage Repayment (Monthly) by Dwelling Structure +G8045,M_600_799_DS_Separate_hse,600 799 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8045,Mortgage Repayment (Monthly) by Dwelling Structure +G8046,M_600_799_DS_sd_row_tc_hs_th,600 799 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8046,Mortgage Repayment (Monthly) by Dwelling Structure +G8047,M_600_799_DS_Flat_apart,600 799 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8047,Mortgage Repayment (Monthly) by Dwelling Structure +G8048,M_600_799_DS_Other_dwg,600 799 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8048,Mortgage Repayment (Monthly) by Dwelling Structure +G8049,M_600_799_DS_ns,600 799 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8049,Mortgage Repayment (Monthly) by Dwelling Structure +G8050,M_600_799_Tot,600 799 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8050,Mortgage Repayment (Monthly) by Dwelling Structure +G8051,M_800_999_DS_Separate_hse,800 999 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8051,Mortgage Repayment (Monthly) by Dwelling Structure +G8052,M_800_999_DS_sd_row_tc_hs_th,800 999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8052,Mortgage Repayment (Monthly) by Dwelling Structure +G8053,M_800_999_DS_Flat_apart,800 999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8053,Mortgage Repayment (Monthly) by Dwelling Structure +G8054,M_800_999_DS_Other_dwg,800 999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8054,Mortgage Repayment (Monthly) by Dwelling Structure +G8055,M_800_999_DS_ns,800 999 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8055,Mortgage Repayment (Monthly) by Dwelling Structure +G8056,M_800_999_Tot,800 999 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8056,Mortgage Repayment (Monthly) by Dwelling Structure +G8057,M_1000_1399_DS_Separate_hse,1000 1399 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8057,Mortgage Repayment (Monthly) by Dwelling Structure +G8058,M_1000_1399_DS_sd_rw_tc_h_th,1000 1399 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8058,Mortgage Repayment (Monthly) by Dwelling Structure +G8059,M_1000_1399_DS_Flat_apart,1000 1399 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8059,Mortgage Repayment (Monthly) by Dwelling Structure +G8060,M_1000_1399_DS_Other_dwg,1000 1399 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8060,Mortgage Repayment (Monthly) by Dwelling Structure +G8061,M_1000_1399_DS_ns,1000 1399 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8061,Mortgage Repayment (Monthly) by Dwelling Structure +G8062,M_1000_1399_Tot,1000 1399 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8062,Mortgage Repayment (Monthly) by Dwelling Structure +G8063,M_1400_1799_DS_Separate_hse,1400 1799 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8063,Mortgage Repayment (Monthly) by Dwelling Structure +G8064,M_1400_1799_DS_sd_rw_tc_h_th,1400 1799 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8064,Mortgage Repayment (Monthly) by Dwelling Structure +G8065,M_1400_1799_DS_Flat_apart,1400 1799 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8065,Mortgage Repayment (Monthly) by Dwelling Structure +G8066,M_1400_1799_DS_Other_dwg,1400 1799 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8066,Mortgage Repayment (Monthly) by Dwelling Structure +G8067,M_1400_1799_DS_ns,1400 1799 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8067,Mortgage Repayment (Monthly) by Dwelling Structure +G8068,M_1400_1799_Tot,1400 1799 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8068,Mortgage Repayment (Monthly) by Dwelling Structure +G8069,M_1800_2399_DS_Separate_hse,1800 2399 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8069,Mortgage Repayment (Monthly) by Dwelling Structure +G8070,M_1800_2399_DS_sd_rw_tc_h_th,1800 2399 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8070,Mortgage Repayment (Monthly) by Dwelling Structure +G8071,M_1800_2399_DS_Flat_apart,1800 2399 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8071,Mortgage Repayment (Monthly) by Dwelling Structure +G8072,M_1800_2399_DS_Other_dwg,1800 2399 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8072,Mortgage Repayment (Monthly) by Dwelling Structure +G8073,M_1800_2399_DS_ns,1800 2399 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8073,Mortgage Repayment (Monthly) by Dwelling Structure +G8074,M_1800_2399_Tot,1800 2399 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8074,Mortgage Repayment (Monthly) by Dwelling Structure +G8075,M_2400_2999_DS_Separate_hse,2400 2999 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8075,Mortgage Repayment (Monthly) by Dwelling Structure +G8076,M_2400_2999_DS_sd_rw_tc_h_th,2400 2999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8076,Mortgage Repayment (Monthly) by Dwelling Structure +G8077,M_2400_2999_DS_Flat_apart,2400 2999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8077,Mortgage Repayment (Monthly) by Dwelling Structure +G8078,M_2400_2999_DS_Other_dwg,2400 2999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8078,Mortgage Repayment (Monthly) by Dwelling Structure +G8079,M_2400_2999_DS_ns,2400 2999 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8079,Mortgage Repayment (Monthly) by Dwelling Structure +G8080,M_2400_2999_Tot,2400 2999 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8080,Mortgage Repayment (Monthly) by Dwelling Structure +G8081,M_3000_3999_DS_Separate_hse,3000 3999 Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8081,Mortgage Repayment (Monthly) by Dwelling Structure +G8082,M_3000_3999_DS_sd_rw_tc_h_th,3000 3999 Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8082,Mortgage Repayment (Monthly) by Dwelling Structure +G8083,M_3000_3999_DS_Flt_apart,3000 3999 Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8083,Mortgage Repayment (Monthly) by Dwelling Structure +G8084,M_3000_3999_DS_Other_dwg,3000 3999 Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8084,Mortgage Repayment (Monthly) by Dwelling Structure +G8085,M_3000_3999_DS_ns,3000 3999 Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8085,Mortgage Repayment (Monthly) by Dwelling Structure +G8086,M_3000_3999_Tot,3000 3999 Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8086,Mortgage Repayment (Monthly) by Dwelling Structure +G8087,M_4000_over_DS_Separate_hse,4000 and over Dwelling structure Separate house,Tot_P_P|Tot_P_M,G34,households,housing,Separate house,,8087,Mortgage Repayment (Monthly) by Dwelling Structure +G8088,M_4000_ov_DS_sd_rw_tce_hs_th,4000 and over Dwelling structure Semi detached row or terrace house townhouse etc,Tot_P_P|Tot_P_M,G34,households,housing,Semi-detached\ row or terrace house\ townhouse etc.,,8088,Mortgage Repayment (Monthly) by Dwelling Structure +G8089,M_4000_over_DS_Flat_apart,4000 and over Dwelling structure Flat or apartment,Tot_P_P|Tot_P_M,G34,households,housing,Flat or apartment,,8089,Mortgage Repayment (Monthly) by Dwelling Structure +G8090,M_4000_over_DS_Other_dwg,4000 and over Dwelling structure Other dwelling,Tot_P_P|Tot_P_M,G34,households,housing,Other dwelling,,8090,Mortgage Repayment (Monthly) by Dwelling Structure +G8091,M_4000_DS_over_ns,4000 and over Dwelling structure Not stated,Tot_P_P|Tot_P_M,G34,households,housing,Dwelling structure not stated,,8091,Mortgage Repayment (Monthly) by Dwelling Structure +G8092,M_4000_over_Tot,4000 and over Total,Tot_P_P|Tot_P_M,G34,households,housing,Total,,8092,Mortgage Repayment (Monthly) by Dwelling Structure +G8105,M_0_149_CFNC,0 149 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8105,Mortgage Repayment (Monthly) by Family Composition +G8106,M_0_149_CF_C_und15,0 149 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8106,Mortgage Repayment (Monthly) by Family Composition +G8107,M_0_149_CFNC_und15,0 149 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8107,Mortgage Repayment (Monthly) by Family Composition +G8108,M_0_149_1PF_C_und15,0 149 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8108,Mortgage Repayment (Monthly) by Family Composition +G8109,M_0_149_1PFNC_und15,0 149 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8109,Mortgage Repayment (Monthly) by Family Composition +G8110,M_0_149_OthF,0 149 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8110,Mortgage Repayment (Monthly) by Family Composition +G8111,M_0_149_Tot,0 149 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8111,Mortgage Repayment (Monthly) by Family Composition +G8112,M_150_299_CFNC,150 299 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8112,Mortgage Repayment (Monthly) by Family Composition +G8113,M_150_299_CF_C_und15,150 299 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8113,Mortgage Repayment (Monthly) by Family Composition +G8114,M_150_299_CFNC_und15,150 299 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8114,Mortgage Repayment (Monthly) by Family Composition +G8115,M_150_299_1PF_C_und15,150 299 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8115,Mortgage Repayment (Monthly) by Family Composition +G8116,M_150_299_1PFNC_und15,150 299 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8116,Mortgage Repayment (Monthly) by Family Composition +G8117,M_150_299_OthF,150 299 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8117,Mortgage Repayment (Monthly) by Family Composition +G8118,M_150_299_Tot,150 299 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8118,Mortgage Repayment (Monthly) by Family Composition +G8119,M_300_449_CFNC,300 449 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8119,Mortgage Repayment (Monthly) by Family Composition +G8120,M_300_449_CF_C_und15,300 449 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8120,Mortgage Repayment (Monthly) by Family Composition +G8121,M_300_449_CFNC_und15,300 449 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8121,Mortgage Repayment (Monthly) by Family Composition +G8122,M_300_449_1PF_C_und15,300 449 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8122,Mortgage Repayment (Monthly) by Family Composition +G8123,M_300_449_1PFNC_und15,300 449 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8123,Mortgage Repayment (Monthly) by Family Composition +G8124,M_300_449_OthF,300 449 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8124,Mortgage Repayment (Monthly) by Family Composition +G8125,M_300_449_Tot,300 449 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8125,Mortgage Repayment (Monthly) by Family Composition +G8126,M_450_599_CFNC,450 599 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8126,Mortgage Repayment (Monthly) by Family Composition +G8127,M_450_599_CF_C_und15,450 599 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8127,Mortgage Repayment (Monthly) by Family Composition +G8128,M_450_599_CFNC_und15,450 599 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8128,Mortgage Repayment (Monthly) by Family Composition +G8129,M_450_599_1PF_C_und15,450 599 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8129,Mortgage Repayment (Monthly) by Family Composition +G8130,M_450_599_1PFNC_und15,450 599 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8130,Mortgage Repayment (Monthly) by Family Composition +G8131,M_450_599_OthF,450 599 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8131,Mortgage Repayment (Monthly) by Family Composition +G8132,M_450_599_Tot,450 599 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8132,Mortgage Repayment (Monthly) by Family Composition +G8133,M_600_799_CFNC,600 799 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8133,Mortgage Repayment (Monthly) by Family Composition +G8134,M_600_799_CF_C_und15,600 799 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8134,Mortgage Repayment (Monthly) by Family Composition +G8135,M_600_799_CFNC_und15,600 799 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8135,Mortgage Repayment (Monthly) by Family Composition +G8136,M_600_799_1PF_C_und15,600 799 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8136,Mortgage Repayment (Monthly) by Family Composition +G8137,M_600_799_1PFNC_und15,600 799 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8137,Mortgage Repayment (Monthly) by Family Composition +G8138,M_600_799_OthF,600 799 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8138,Mortgage Repayment (Monthly) by Family Composition +G8139,M_600_799_Tot,600 799 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8139,Mortgage Repayment (Monthly) by Family Composition +G8140,M_800_999_CFNC,800 999 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8140,Mortgage Repayment (Monthly) by Family Composition +G8141,M_800_999_CF_C_und15,800 999 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8141,Mortgage Repayment (Monthly) by Family Composition +G8142,M_800_999_CFNC_und15,800 999 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8142,Mortgage Repayment (Monthly) by Family Composition +G8143,M_800_999_1PF_C_und15,800 999 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8143,Mortgage Repayment (Monthly) by Family Composition +G8144,M_800_999_1PFNC_und15,800 999 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8144,Mortgage Repayment (Monthly) by Family Composition +G8145,M_800_999_OthF,800 999 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8145,Mortgage Repayment (Monthly) by Family Composition +G8146,M_800_999_Tot,800 999 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8146,Mortgage Repayment (Monthly) by Family Composition +G8147,M_1000_1199_CFNC,1000 1199 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8147,Mortgage Repayment (Monthly) by Family Composition +G8148,M_1000_1199_CF_C_und15,1000 1199 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8148,Mortgage Repayment (Monthly) by Family Composition +G8149,M_1000_1199_CFNC_und15,1000 1199 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8149,Mortgage Repayment (Monthly) by Family Composition +G8150,M_1000_1199_1PF_C_und15,1000 1199 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8150,Mortgage Repayment (Monthly) by Family Composition +G8151,M_1000_1199_1PFNC_und15,1000 1199 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8151,Mortgage Repayment (Monthly) by Family Composition +G8152,M_1000_1199_OthF,1000 1199 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8152,Mortgage Repayment (Monthly) by Family Composition +G8153,M_1000_1199_Tot,1000 1199 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8153,Mortgage Repayment (Monthly) by Family Composition +G8154,M_1200_1399_CFNC,1200 1399 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8154,Mortgage Repayment (Monthly) by Family Composition +G8155,M_1200_1399_CF_C_und15,1200 1399 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8155,Mortgage Repayment (Monthly) by Family Composition +G8156,M_1200_1399_CFNC_und15,1200 1399 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8156,Mortgage Repayment (Monthly) by Family Composition +G8157,M_1200_1399_1PF_C_und15,1200 1399 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8157,Mortgage Repayment (Monthly) by Family Composition +G8158,M_1200_1399_1PFNC_und15,1200 1399 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8158,Mortgage Repayment (Monthly) by Family Composition +G8159,M_1200_1399_OthF,1200 1399 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8159,Mortgage Repayment (Monthly) by Family Composition +G8160,M_1200_1399_Tot,1200 1399 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8160,Mortgage Repayment (Monthly) by Family Composition +G8161,M_1400_1599_CFNC,1400 1599 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8161,Mortgage Repayment (Monthly) by Family Composition +G8162,M_1400_1599_CF_C_und15,1400 1599 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8162,Mortgage Repayment (Monthly) by Family Composition +G8163,M_1400_1599_CFNC_und15,1400 1599 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8163,Mortgage Repayment (Monthly) by Family Composition +G8164,M_1400_1599_1PF_C_und15,1400 1599 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8164,Mortgage Repayment (Monthly) by Family Composition +G8165,M_1400_1599_1PFNC_und15,1400 1599 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8165,Mortgage Repayment (Monthly) by Family Composition +G8166,M_1400_1599_OthF,1400 1599 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8166,Mortgage Repayment (Monthly) by Family Composition +G8167,M_1400_1599_Tot,1400 1599 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8167,Mortgage Repayment (Monthly) by Family Composition +G8168,M_1600_1799_CFNC,1600 1799 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8168,Mortgage Repayment (Monthly) by Family Composition +G8169,M_1600_1799_CF_C_und15,1600 1799 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8169,Mortgage Repayment (Monthly) by Family Composition +G8170,M_1600_1799_CFNC_und15,1600 1799 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8170,Mortgage Repayment (Monthly) by Family Composition +G8171,M_1600_1799_1PF_C_und15,1600 1799 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8171,Mortgage Repayment (Monthly) by Family Composition +G8172,M_1600_1799_1PFNC_und15,1600 1799 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8172,Mortgage Repayment (Monthly) by Family Composition +G8173,M_1600_1799_OthF,1600 1799 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8173,Mortgage Repayment (Monthly) by Family Composition +G8174,M_1600_1799_Tot,1600 1799 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8174,Mortgage Repayment (Monthly) by Family Composition +G8175,M_1800_1999_CFNC,1800 1999 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8175,Mortgage Repayment (Monthly) by Family Composition +G8176,M_1800_1999_CF_C_und15,1800 1999 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8176,Mortgage Repayment (Monthly) by Family Composition +G8177,M_1800_1999_CFNC_und15,1800 1999 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8177,Mortgage Repayment (Monthly) by Family Composition +G8178,M_1800_1999_1PF_C_und15,1800 1999 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8178,Mortgage Repayment (Monthly) by Family Composition +G8179,M_1800_1999_1PFNC_und15,1800 1999 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8179,Mortgage Repayment (Monthly) by Family Composition +G8180,M_1800_1999_OthF,1800 1999 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8180,Mortgage Repayment (Monthly) by Family Composition +G8181,M_1800_1999_Tot,1800 1999 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8181,Mortgage Repayment (Monthly) by Family Composition +G8182,M_2000_2199_CFNC,2000 2199 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8182,Mortgage Repayment (Monthly) by Family Composition +G8183,M_2000_2199_CF_C_und15,2000 2199 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8183,Mortgage Repayment (Monthly) by Family Composition +G8184,M_2000_2199_CFNC_und15,2000 2199 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8184,Mortgage Repayment (Monthly) by Family Composition +G8185,M_2000_2199_1PF_C_und15,2000 2199 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8185,Mortgage Repayment (Monthly) by Family Composition +G8186,M_2000_2199_1PFNC_und15,2000 2199 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8186,Mortgage Repayment (Monthly) by Family Composition +G8187,M_2000_2199_OthF,2000 2199 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8187,Mortgage Repayment (Monthly) by Family Composition +G8188,M_2000_2199_Tot,2000 2199 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8188,Mortgage Repayment (Monthly) by Family Composition +G8189,M_2200_2399_CFNC,2200 2399 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8189,Mortgage Repayment (Monthly) by Family Composition +G8190,M_2200_2399_CF_C_und15,2200 2399 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8190,Mortgage Repayment (Monthly) by Family Composition +G8191,M_2200_2399_CFNC_und15,2200 2399 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8191,Mortgage Repayment (Monthly) by Family Composition +G8192,M_2200_2399_1PF_C_und15,2200 2399 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8192,Mortgage Repayment (Monthly) by Family Composition +G8193,M_2200_2399_1PFNC_und15,2200 2399 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8193,Mortgage Repayment (Monthly) by Family Composition +G8194,M_2200_2399_OthF,2200 2399 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8194,Mortgage Repayment (Monthly) by Family Composition +G8195,M_2200_2399_Tot,2200 2399 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8195,Mortgage Repayment (Monthly) by Family Composition +G8196,M_2400_2599_CFNC,2400 2599 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8196,Mortgage Repayment (Monthly) by Family Composition +G8197,M_2400_2599_CF_C_und15,2400 2599 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8197,Mortgage Repayment (Monthly) by Family Composition +G8198,M_2400_2599_CFNC_und15,2400 2599 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8198,Mortgage Repayment (Monthly) by Family Composition +G8199,M_2400_2599_1PF_C_und15,2400 2599 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8199,Mortgage Repayment (Monthly) by Family Composition +G8200,M_2400_2599_1PFNC_und15,2400 2599 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8200,Mortgage Repayment (Monthly) by Family Composition +G8201,M_2400_2599_OthF,2400 2599 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8201,Mortgage Repayment (Monthly) by Family Composition +G8202,M_2400_2599_Tot,2400 2599 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8202,Mortgage Repayment (Monthly) by Family Composition +G8203,M_2600_2999_CFNC,2600 2999 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8203,Mortgage Repayment (Monthly) by Family Composition +G8204,M_2600_2999_CF_C_und15,2600 2999 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8204,Mortgage Repayment (Monthly) by Family Composition +G8205,M_2600_2999_CFNC_und15,2600 2999 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8205,Mortgage Repayment (Monthly) by Family Composition +G8206,M_2600_2999_1PF_C_und15,2600 2999 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8206,Mortgage Repayment (Monthly) by Family Composition +G8207,M_2600_2999_1PFNC_und15,2600 2999 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8207,Mortgage Repayment (Monthly) by Family Composition +G8208,M_2600_2999_OthF,2600 2999 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8208,Mortgage Repayment (Monthly) by Family Composition +G8209,M_2600_2999_Tot,2600 2999 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8209,Mortgage Repayment (Monthly) by Family Composition +G8210,M_3000_3999_CFNC,3000 3999 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8210,Mortgage Repayment (Monthly) by Family Composition +G8211,M_3000_3999_CF_C_und15,3000 3999 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8211,Mortgage Repayment (Monthly) by Family Composition +G8212,M_3000_3999_CFNC_und15,3000 3999 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8212,Mortgage Repayment (Monthly) by Family Composition +G8213,M_3000_3999_1PF_C_und15,3000 3999 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8213,Mortgage Repayment (Monthly) by Family Composition +G8214,M_3000_3999_1PFNC_und15,3000 3999 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8214,Mortgage Repayment (Monthly) by Family Composition +G8215,M_3000_3999_OthF,3000 3999 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8215,Mortgage Repayment (Monthly) by Family Composition +G8216,M_3000_3999_Tot,3000 3999 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8216,Mortgage Repayment (Monthly) by Family Composition +G8217,M_4000_4999_CFNC,4000 4999 Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8217,Mortgage Repayment (Monthly) by Family Composition +G8218,M_4000_4999_CF_C_und15,4000 4999 Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8218,Mortgage Repayment (Monthly) by Family Composition +G8219,M_4000_4999_CFNC_und15,4000 4999 Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8219,Mortgage Repayment (Monthly) by Family Composition +G8220,M_4000_4999_1PF_C_und15,4000 4999 One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8220,Mortgage Repayment (Monthly) by Family Composition +G8221,M_4000_4999_1PFNC_und15,4000 4999 One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8221,Mortgage Repayment (Monthly) by Family Composition +G8222,M_4000_4999_OthF,4000 4999 Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8222,Mortgage Repayment (Monthly) by Family Composition +G8223,M_4000_4999_Tot,4000 4999 Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8223,Mortgage Repayment (Monthly) by Family Composition +G8224,M_5000over_CFNC,5000 and over Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8224,Mortgage Repayment (Monthly) by Family Composition +G8225,M_5000over_CF_C_und15,5000 and over Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8225,Mortgage Repayment (Monthly) by Family Composition +G8226,M_5000over_CFNC_und15,5000 and over Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8226,Mortgage Repayment (Monthly) by Family Composition +G8227,M_5000over_1PF_C_und15,5000 and over One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8227,Mortgage Repayment (Monthly) by Family Composition +G8228,M_5000over_1PFNC_und15,5000 and over One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8228,Mortgage Repayment (Monthly) by Family Composition +G8229,M_5000over_OthF,5000 and over Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8229,Mortgage Repayment (Monthly) by Family Composition +G8230,M_5000over_Tot,5000 and over Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8230,Mortgage Repayment (Monthly) by Family Composition +G8231,M_NS_CFNC,Mortgage repayment not stated Couple family with no children,Tot_P_P|Tot_P_M,G35,households,families,Couple family with no children,,8231,Mortgage Repayment (Monthly) by Family Composition +G8232,M_NS_CF_C_und15,Mortgage repayment not stated Couple family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: Children under 15,,8232,Mortgage Repayment (Monthly) by Family Composition +G8233,M_NS_CFNC_und15,Mortgage repayment not stated Couple family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,Couple family with: No children under 15,,8233,Mortgage Repayment (Monthly) by Family Composition +G8234,M_NS_1PF_C_und15,Mortgage repayment not stated One parent family with Children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: Children under 15,,8234,Mortgage Repayment (Monthly) by Family Composition +G8235,M_NS_1PFNC_und15,Mortgage repayment not stated One parent family with No children under 15,Tot_P_P|Tot_P_M,G35,households,families,One parent family with: No children under 15,,8235,Mortgage Repayment (Monthly) by Family Composition +G8236,M_NS_OthF,Mortgage repayment not stated Other family,Tot_P_P|Tot_P_M,G35,households,families,Other family,,8236,Mortgage Repayment (Monthly) by Family Composition +G8237,M_NS_Tot,Mortgage repayment not stated Total,Tot_P_P|Tot_P_M,G35,households,families,Total,,8237,Mortgage Repayment (Monthly) by Family Composition G8617,P_15_yrs_over_M,Persons aged 15 years and over Males,Tot_P_P,G40,people,employment,Males,,8617,"Selected Labour Force, Education and Migration Characteristics by Sex" G8620,lfs_Emplyed_wrked_full_time_M,Labour force status Employed worked full time Males,Tot_P_P|Tot_P_M|lfs_Emplyed_wrked_full_time_P,G40,people,employment,Males,,8620,"Selected Labour Force, Education and Migration Characteristics by Sex" G8623,lfs_Emplyed_wrked_part_time_M,Labour force status Employed worked part time Males,Tot_P_P|Tot_P_M|lfs_Emplyed_wrked_part_time_P,G40,people,employment,Males,,8623,"Selected Labour Force, Education and Migration Characteristics by Sex" @@ -8106,102 +8106,102 @@ G8901,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G43A,p G8902,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G43A,people,employment,75-84 years|MALES,,8902,Labour Force Status by Age by Sex G8903,M_Tot_85ov,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85ov,G43A,people,employment,85 years and over|MALES,,8903,Labour Force Status by Age by Sex G8904,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G43A,people,employment,Total|MALES,,8904,Labour Force Status by Age by Sex -G10297,M_LPLFS_EFT_DC_0_4,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10297,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10298,M_LPLFS_EFT_DC_5_9,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10298,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10299,M_LPLFS_EFT_DC_10_12,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10299,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10300,M_LPLFS_EFT_DC_13_14,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10300,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10301,M_LPLFS_EFT_DC_15_17,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10301,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10302,M_LPLFS_EFT_DC_18_20,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10302,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10303,M_LPLFS_EFT_DC_21_24,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_EFT_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10303,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10304,M_LPLFS_EFT_T,Male Lone Parent Employed Worked Full Time Total,Tot_P_P|Tot_P_M|P_LPLFS_EFT_T,G45A,people,employment,Total,,10304,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10305,M_LPLFS_EPT_DC_0_4,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10305,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10306,M_LPLFS_EPT_DC_5_9,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10306,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10307,M_LPLFS_EPT_DC_10_12,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10307,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10308,M_LPLFS_EPT_DC_13_14,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10308,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10309,M_LPLFS_EPT_DC_15_17,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10309,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10310,M_LPLFS_EPT_DC_18_20,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10310,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10311,M_LPLFS_EPT_DC_21_24,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_EPT_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10311,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10312,M_LPLFS_EPT_T,Male Lone Parent Employed Worked Part Time Total,Tot_P_P|Tot_P_M|P_LPLFS_EPT_T,G45A,people,employment,Total,,10312,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10313,M_LPLFS_EAW_DC_0_4,Male Lone Parent Employed Away From Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10313,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10314,M_LPLFS_EAW_DC_5_9,Male Lone Parent Employed Away From Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10314,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10315,M_LPLFS_EAW_DC_10_12,Male Lone Parent Employed Away From Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10315,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10316,M_LPLFS_EAW_DC_13_14,Male Lone Parent Employed Away From Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10316,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10317,M_LPLFS_EAW_DC_15_17,Male Lone Parent Employed Away From Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10317,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10318,M_LPLFS_EAW_DC_18_20,Male Lone Parent Employed Away From Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10318,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10319,M_LPLFS_EAW_DC_21_24,Male Lone Parent Employed Away From Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_EAW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10319,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10320,M_LPLFS_EAW_T,Male Lone Parent Employed Away From Work Total,Tot_P_P|Tot_P_M|P_LPLFS_EAW_T,G45A,people,employment,Total,,10320,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10321,M_LPLFS_HNS_DC_0_4,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10321,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10322,M_LPLFS_HNS_DC_5_9,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10322,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10323,M_LPLFS_HNS_DC_10_12,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10323,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10324,M_LPLFS_HNS_DC_13_14,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10324,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10325,M_LPLFS_HNS_DC_15_17,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10325,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10326,M_LPLFS_HNS_DC_18_20,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10326,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10327,M_LPLFS_HNS_DC_21_24,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_HNS_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10327,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10328,M_LPLFS_HNS_T,Male Lone Parent Hours Worked Not Stated Total,Tot_P_P|Tot_P_M|P_LPLFS_HNS_T,G45A,people,employment,Total,,10328,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10329,M_LPLFS_EW_T_DC_0_4,Male Lone Parent Total Employed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10329,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10330,M_LPLFS_EW_T_DC_5_9,Male Lone Parent Total Employed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10330,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10331,M_LPLFS_EW_T_DC_10_12,Male Lone Parent Total Employed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10331,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10332,M_LPLFS_EW_T_DC_13_14,Male Lone Parent Total Employed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10332,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10333,M_LPLFS_EW_T_DC_15_17,Male Lone Parent Total Employed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10333,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10334,M_LPLFS_EW_T_DC_18_20,Male Lone Parent Total Employed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10334,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10335,M_LPLFS_EW_T_DC_21_24,Male Lone Parent Total Employed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10335,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10336,M_LPLFS_EW_T_T,Male Lone Parent Total Employed Total,Tot_P_P|Tot_P_M|P_LPLFS_EW_T_T,G45A,people,employment,Total,,10336,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10337,M_LPLFS_ULFTW_DC_0_4,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10337,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10338,M_LPLFS_ULFTW_DC_5_9,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10338,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10339,M_LPLFS_ULFTW_DC_10_12,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10339,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10340,M_LPLFS_ULFTW_DC_13_14,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10340,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10341,M_LPLFS_ULFTW_DC_15_17,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10341,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10342,M_LPLFS_ULFTW_DC_18_20,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10342,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10343,M_LPLFS_ULFTW_DC_21_24,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10343,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10344,M_LPLFS_ULFTW_T,Male Lone Parent Unemployed Looking For Full Time Work Total,Tot_P_P|Tot_P_M|P_LPLFS_ULFTW_T,G45A,people,employment,Total,,10344,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10345,M_LPLFS_ULPTW_DC_0_4,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10345,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10346,M_LPLFS_ULPTW_DC_5_9,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10346,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10347,M_LPLFS_ULPTW_DC_10_12,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10347,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10348,M_LPLFS_ULPTW_DC_13_14,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10348,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10349,M_LPLFS_ULPTW_DC_15_17,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10349,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10350,M_LPLFS_ULPTW_DC_18_20,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10350,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10351,M_LPLFS_ULPTW_DC_21_24,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10351,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10352,M_LPLFS_ULPTW_T,Male Lone Parent Unemployed Looking For Part Time Work Total,Tot_P_P|Tot_P_M|P_LPLFS_ULPTW_T,G45A,people,employment,Total,,10352,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10353,M_LPLFS_U_T_DC_0_4,Male Lone Parent Total Unemployed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10353,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10354,M_LPLFS_U_T_DC_5_9,Male Lone Parent Total Unemployed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10354,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10355,M_LPLFS_U_T_DC_10_12,Male Lone Parent Total Unemployed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10355,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10356,M_LPLFS_U_T_DC_13_14,Male Lone Parent Total Unemployed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10356,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10357,M_LPLFS_U_T_DC_15_17,Male Lone Parent Total Unemployed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10357,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10358,M_LPLFS_U_T_DC_18_20,Male Lone Parent Total Unemployed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10358,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10359,M_LPLFS_U_T_DC_21_24,Male Lone Parent Total Unemployed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_U_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10359,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10360,M_LPLFS_U_T_T,Male Lone Parent Total Unemployed Total,Tot_P_P|Tot_P_M|P_LPLFS_U_T_T,G45A,people,employment,Total,,10360,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10361,M_LPLFS_T_LF_DC_0_4,Male Lone Parent Total Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10361,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10362,M_LPLFS_T_LF_DC_5_9,Male Lone Parent Total Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10362,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10363,M_LPLFS_T_LF_DC_10_12,Male Lone Parent Total Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10363,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10364,M_LPLFS_T_LF_DC_13_14,Male Lone Parent Total Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10364,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10365,M_LPLFS_T_LF_DC_15_17,Male Lone Parent Total Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10365,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10366,M_LPLFS_T_LF_DC_18_20,Male Lone Parent Total Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10366,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10367,M_LPLFS_T_LF_DC_21_24,Male Lone Parent Total Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10367,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10368,M_LPLFS_T_LF_T,Male Lone Parent Total Labour Force Total,Tot_P_P|Tot_P_M|P_LPLFS_T_LF_T,G45A,people,employment,Total,,10368,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10369,M_LPLFS_NLF_DC_0_4,Male Lone Parent Not In The Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10369,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10370,M_LPLFS_NLF_DC_5_9,Male Lone Parent Not In The Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10370,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10371,M_LPLFS_NLF_DC_10_12,Male Lone Parent Not In The Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10371,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10372,M_LPLFS_NLF_DC_13_14,Male Lone Parent Not In The Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10372,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10373,M_LPLFS_NLF_DC_15_17,Male Lone Parent Not In The Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10373,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10374,M_LPLFS_NLF_DC_18_20,Male Lone Parent Not In The Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10374,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10375,M_LPLFS_NLF_DC_21_24,Male Lone Parent Not In The Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_NLF_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10375,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10376,M_LPLFS_NLF_T,Male Lone Parent Not In The Labour Force Total,Tot_P_P|Tot_P_M|P_LPLFS_NLF_T,G45A,people,employment,Total,,10376,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10377,M_LPLFS_LFSNS_DC_0_4,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10377,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10378,M_LPLFS_LFSNS_DC_5_9,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10378,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10379,M_LPLFS_LFSNS_DC_10_12,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10379,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10380,M_LPLFS_LFSNS_DC_13_14,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10380,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10381,M_LPLFS_LFSNS_DC_15_17,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10381,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10382,M_LPLFS_LFSNS_DC_18_20,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10382,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10383,M_LPLFS_LFSNS_DC_21_24,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10383,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10384,M_LPLFS_LFSNS_T,Male Lone Parent Labour Force Status Not Stated Total,Tot_P_P|Tot_P_M|P_LPLFS_LFSNS_T,G45A,people,employment,Total,,10384,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10385,M_LPLFS_T_DC_0_4,Male Lone Parent Total Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_0_4,G45A,people,employment,Age of dependent children: 0-4 years,,10385,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10386,M_LPLFS_T_DC_5_9,Male Lone Parent Total Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_5_9,G45A,people,employment,Age of dependent children: 5-9 years,,10386,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10387,M_LPLFS_T_DC_10_12,Male Lone Parent Total Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_10_12,G45A,people,employment,Age of dependent children: 10-12 years,,10387,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10388,M_LPLFS_T_DC_13_14,Male Lone Parent Total Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_13_14,G45A,people,employment,Age of dependent children: 13-14 years,,10388,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10389,M_LPLFS_T_DC_15_17,Male Lone Parent Total Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_15_17,G45A,people,employment,Age of dependent children: 15-17 years,,10389,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10390,M_LPLFS_T_DC_18_20,Male Lone Parent Total Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_18_20,G45A,people,employment,Age of dependent children: 18-20 years,,10390,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10391,M_LPLFS_T_DC_21_24,Male Lone Parent Total Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M|P_LPLFS_T_DC_21_24,G45A,people,employment,Age of dependent children: 21-24 years,,10391,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families -G10392,M_LPLFS_T_T,Male Lone Parent Total Total,Tot_P_P|Tot_P_M|P_LPLFS_T_T,G45A,people,employment,Total,,10392,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10297,M_LPLFS_EFT_DC_0_4,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10297,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10298,M_LPLFS_EFT_DC_5_9,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10298,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10299,M_LPLFS_EFT_DC_10_12,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10299,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10300,M_LPLFS_EFT_DC_13_14,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10300,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10301,M_LPLFS_EFT_DC_15_17,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10301,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10302,M_LPLFS_EFT_DC_18_20,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10302,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10303,M_LPLFS_EFT_DC_21_24,Male Lone Parent Employed Worked Full Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10303,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10304,M_LPLFS_EFT_T,Male Lone Parent Employed Worked Full Time Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10304,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10305,M_LPLFS_EPT_DC_0_4,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10305,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10306,M_LPLFS_EPT_DC_5_9,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10306,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10307,M_LPLFS_EPT_DC_10_12,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10307,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10308,M_LPLFS_EPT_DC_13_14,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10308,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10309,M_LPLFS_EPT_DC_15_17,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10309,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10310,M_LPLFS_EPT_DC_18_20,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10310,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10311,M_LPLFS_EPT_DC_21_24,Male Lone Parent Employed Worked Part Time Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10311,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10312,M_LPLFS_EPT_T,Male Lone Parent Employed Worked Part Time Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10312,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10313,M_LPLFS_EAW_DC_0_4,Male Lone Parent Employed Away From Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10313,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10314,M_LPLFS_EAW_DC_5_9,Male Lone Parent Employed Away From Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10314,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10315,M_LPLFS_EAW_DC_10_12,Male Lone Parent Employed Away From Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10315,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10316,M_LPLFS_EAW_DC_13_14,Male Lone Parent Employed Away From Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10316,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10317,M_LPLFS_EAW_DC_15_17,Male Lone Parent Employed Away From Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10317,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10318,M_LPLFS_EAW_DC_18_20,Male Lone Parent Employed Away From Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10318,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10319,M_LPLFS_EAW_DC_21_24,Male Lone Parent Employed Away From Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10319,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10320,M_LPLFS_EAW_T,Male Lone Parent Employed Away From Work Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10320,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10321,M_LPLFS_HNS_DC_0_4,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10321,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10322,M_LPLFS_HNS_DC_5_9,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10322,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10323,M_LPLFS_HNS_DC_10_12,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10323,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10324,M_LPLFS_HNS_DC_13_14,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10324,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10325,M_LPLFS_HNS_DC_15_17,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10325,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10326,M_LPLFS_HNS_DC_18_20,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10326,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10327,M_LPLFS_HNS_DC_21_24,Male Lone Parent Hours Worked Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10327,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10328,M_LPLFS_HNS_T,Male Lone Parent Hours Worked Not Stated Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10328,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10329,M_LPLFS_EW_T_DC_0_4,Male Lone Parent Total Employed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10329,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10330,M_LPLFS_EW_T_DC_5_9,Male Lone Parent Total Employed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10330,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10331,M_LPLFS_EW_T_DC_10_12,Male Lone Parent Total Employed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10331,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10332,M_LPLFS_EW_T_DC_13_14,Male Lone Parent Total Employed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10332,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10333,M_LPLFS_EW_T_DC_15_17,Male Lone Parent Total Employed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10333,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10334,M_LPLFS_EW_T_DC_18_20,Male Lone Parent Total Employed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10334,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10335,M_LPLFS_EW_T_DC_21_24,Male Lone Parent Total Employed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10335,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10336,M_LPLFS_EW_T_T,Male Lone Parent Total Employed Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10336,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10337,M_LPLFS_ULFTW_DC_0_4,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10337,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10338,M_LPLFS_ULFTW_DC_5_9,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10338,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10339,M_LPLFS_ULFTW_DC_10_12,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10339,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10340,M_LPLFS_ULFTW_DC_13_14,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10340,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10341,M_LPLFS_ULFTW_DC_15_17,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10341,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10342,M_LPLFS_ULFTW_DC_18_20,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10342,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10343,M_LPLFS_ULFTW_DC_21_24,Male Lone Parent Unemployed Looking For Full Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10343,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10344,M_LPLFS_ULFTW_T,Male Lone Parent Unemployed Looking For Full Time Work Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10344,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10345,M_LPLFS_ULPTW_DC_0_4,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10345,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10346,M_LPLFS_ULPTW_DC_5_9,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10346,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10347,M_LPLFS_ULPTW_DC_10_12,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10347,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10348,M_LPLFS_ULPTW_DC_13_14,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10348,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10349,M_LPLFS_ULPTW_DC_15_17,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10349,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10350,M_LPLFS_ULPTW_DC_18_20,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10350,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10351,M_LPLFS_ULPTW_DC_21_24,Male Lone Parent Unemployed Looking For Part Time Work Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10351,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10352,M_LPLFS_ULPTW_T,Male Lone Parent Unemployed Looking For Part Time Work Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10352,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10353,M_LPLFS_U_T_DC_0_4,Male Lone Parent Total Unemployed Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10353,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10354,M_LPLFS_U_T_DC_5_9,Male Lone Parent Total Unemployed Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10354,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10355,M_LPLFS_U_T_DC_10_12,Male Lone Parent Total Unemployed Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10355,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10356,M_LPLFS_U_T_DC_13_14,Male Lone Parent Total Unemployed Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10356,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10357,M_LPLFS_U_T_DC_15_17,Male Lone Parent Total Unemployed Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10357,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10358,M_LPLFS_U_T_DC_18_20,Male Lone Parent Total Unemployed Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10358,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10359,M_LPLFS_U_T_DC_21_24,Male Lone Parent Total Unemployed Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10359,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10360,M_LPLFS_U_T_T,Male Lone Parent Total Unemployed Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10360,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10361,M_LPLFS_T_LF_DC_0_4,Male Lone Parent Total Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10361,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10362,M_LPLFS_T_LF_DC_5_9,Male Lone Parent Total Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10362,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10363,M_LPLFS_T_LF_DC_10_12,Male Lone Parent Total Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10363,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10364,M_LPLFS_T_LF_DC_13_14,Male Lone Parent Total Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10364,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10365,M_LPLFS_T_LF_DC_15_17,Male Lone Parent Total Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10365,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10366,M_LPLFS_T_LF_DC_18_20,Male Lone Parent Total Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10366,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10367,M_LPLFS_T_LF_DC_21_24,Male Lone Parent Total Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10367,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10368,M_LPLFS_T_LF_T,Male Lone Parent Total Labour Force Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10368,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10369,M_LPLFS_NLF_DC_0_4,Male Lone Parent Not In The Labour Force Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10369,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10370,M_LPLFS_NLF_DC_5_9,Male Lone Parent Not In The Labour Force Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10370,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10371,M_LPLFS_NLF_DC_10_12,Male Lone Parent Not In The Labour Force Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10371,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10372,M_LPLFS_NLF_DC_13_14,Male Lone Parent Not In The Labour Force Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10372,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10373,M_LPLFS_NLF_DC_15_17,Male Lone Parent Not In The Labour Force Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10373,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10374,M_LPLFS_NLF_DC_18_20,Male Lone Parent Not In The Labour Force Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10374,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10375,M_LPLFS_NLF_DC_21_24,Male Lone Parent Not In The Labour Force Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10375,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10376,M_LPLFS_NLF_T,Male Lone Parent Not In The Labour Force Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10376,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10377,M_LPLFS_LFSNS_DC_0_4,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10377,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10378,M_LPLFS_LFSNS_DC_5_9,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10378,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10379,M_LPLFS_LFSNS_DC_10_12,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10379,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10380,M_LPLFS_LFSNS_DC_13_14,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10380,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10381,M_LPLFS_LFSNS_DC_15_17,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10381,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10382,M_LPLFS_LFSNS_DC_18_20,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10382,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10383,M_LPLFS_LFSNS_DC_21_24,Male Lone Parent Labour Force Status Not Stated Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10383,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10384,M_LPLFS_LFSNS_T,Male Lone Parent Labour Force Status Not Stated Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10384,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10385,M_LPLFS_T_DC_0_4,Male Lone Parent Total Age Of Dependent Children 0 4 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 0-4 years,,10385,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10386,M_LPLFS_T_DC_5_9,Male Lone Parent Total Age Of Dependent Children 5 9 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 5-9 years,,10386,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10387,M_LPLFS_T_DC_10_12,Male Lone Parent Total Age Of Dependent Children 10 12 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 10-12 years,,10387,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10388,M_LPLFS_T_DC_13_14,Male Lone Parent Total Age Of Dependent Children 13 14 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 13-14 years,,10388,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10389,M_LPLFS_T_DC_15_17,Male Lone Parent Total Age Of Dependent Children 15 17 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 15-17 years,,10389,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10390,M_LPLFS_T_DC_18_20,Male Lone Parent Total Age Of Dependent Children 18 20 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 18-20 years,,10390,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10391,M_LPLFS_T_DC_21_24,Male Lone Parent Total Age Of Dependent Children 21 24 Years,Tot_P_P|Tot_P_M,G45A,people,employment,Age of dependent children: 21-24 years,,10391,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families +G10392,M_LPLFS_T_T,Male Lone Parent Total Total,Tot_P_P|Tot_P_M,G45A,people,employment,Total,,10392,Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families G10585,M_PGrad_Deg_15_24,Males Postgraduate Degree Level Age 15 24 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_15_24,G46A,people,education|age_gender,Age: 15-24 years|MALES,,10585,Non-School Qualification: Level of Education by Age by Sex G10586,M_PGrad_Deg_25_34,Males Postgraduate Degree Level Age 25 34 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_25_34,G46A,people,education|age_gender,Age: 25-34 years|MALES,,10586,Non-School Qualification: Level of Education by Age by Sex G10587,M_PGrad_Deg_35_44,Males Postgraduate Degree Level Age 35 44 years,Tot_P_P|Tot_P_M|P_PGrad_Deg_35_44,G46A,people,education|age_gender,Age: 35-44 years|MALES,,10587,Non-School Qualification: Level of Education by Age by Sex @@ -8362,7 +8362,7 @@ G10939,M_Educ_45_54,Males Education Age 45 54 years,Tot_P_P|Tot_P_M|P_Educ_45_54 G10940,M_Educ_55_64,Males Education Age 55 64 years,Tot_P_P|Tot_P_M|P_Educ_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,10940,Non-School Qualification: Field of Study by Age by Sex G10941,M_Educ_65_74,Males Education Age 65 74 years,Tot_P_P|Tot_P_M|P_Educ_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,10941,Non-School Qualification: Field of Study by Age by Sex G10942,M_Educ_75_84,Males Education Age 75 84 years,Tot_P_P|Tot_P_M|P_Educ_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,10942,Non-School Qualification: Field of Study by Age by Sex -G10943,M_Educ_85_years_and_over,Males Education Age 85 years and over,Tot_P_P|Tot_P_M|P_Educ_85_years_and_over,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10943,Non-School Qualification: Field of Study by Age by Sex +G10943,M_Educ_85_years_and_over,Males Education Age 85 years and over,Tot_P_P|Tot_P_M,G47A,people,education|age_gender,Age: 85 years and over|MALES,,10943,Non-School Qualification: Field of Study by Age by Sex G10944,M_Educ_Tot,Males Education Total,Tot_P_P|Tot_P_M|P_Educ_Tot,G47A,people,education|age_gender,Total|MALES,,10944,Non-School Qualification: Field of Study by Age by Sex G10945,M_Mgnt_Com_15_24,Males Management and Commerce Age 15 24 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_15_24,G47A,people,education|age_gender,Age: 15-24 years|MALES,,10945,Non-School Qualification: Field of Study by Age by Sex G10946,M_Mgnt_Com_25_34,Males Management and Commerce Age 25 34 years,Tot_P_P|Tot_P_M|P_Mgnt_Com_25_34,G47A,people,education|age_gender,Age: 25-34 years|MALES,,10946,Non-School Qualification: Field of Study by Age by Sex @@ -8434,7 +8434,7 @@ G11011,M_Tot_45_54,Males Total Age 45 54 years,Tot_P_P|Tot_P_M|P_Tot_45_54,G47A, G11012,M_Tot_55_64,Males Total Age 55 64 years,Tot_P_P|Tot_P_M|P_Tot_55_64,G47A,people,education|age_gender,Age: 55-64 years|MALES,,11012,Non-School Qualification: Field of Study by Age by Sex G11013,M_Tot_65_74,Males Total Age 65 74 years,Tot_P_P|Tot_P_M|P_Tot_65_74,G47A,people,education|age_gender,Age: 65-74 years|MALES,,11013,Non-School Qualification: Field of Study by Age by Sex G11014,M_Tot_75_84,Males Total Age 75 84 years,Tot_P_P|Tot_P_M|P_Tot_75_84,G47A,people,education|age_gender,Age: 75-84 years|MALES,,11014,Non-School Qualification: Field of Study by Age by Sex -G11015,M_Tot_85_years_and_over,Males Total Age 85 years and over,Tot_P_P|Tot_P_M|P_Tot_85_years_and_over,G47A,people,education|age_gender,Age: 85 years and over|MALES,,11015,Non-School Qualification: Field of Study by Age by Sex +G11015,M_Tot_85_years_and_over,Males Total Age 85 years and over,Tot_P_P|Tot_P_M,G47A,people,education|age_gender,Age: 85 years and over|MALES,,11015,Non-School Qualification: Field of Study by Age by Sex G11016,M_Tot_Tot,Males Total Total,Tot_P_P|Tot_P_M|P_Tot_Tot,G47A,people,education|age_gender,Total|MALES,,11016,Non-School Qualification: Field of Study by Age by Sex G11287,M_NatPhySci_Occ_Mng,Males Natural and Physical Sciences Occupation Managers,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_Mng,G48A,people,education|age_gender,Occupation: Managers|MALES,,11287,Non-School Qualification: Field of Study by Occupation by Sex G11288,M_NatPhySci_Occ_Pro,Males Natural and Physical Sciences Occupation Professionals,Tot_P_P|Tot_P_M|P_NatPhySci_Occ_Pro,G48A,people,education|age_gender,Occupation: Professionals|MALES,,11288,Non-School Qualification: Field of Study by Occupation by Sex @@ -9431,7 +9431,7 @@ G15440,One_method_Taxi_M,One method Taxi Males,Tot_P_P|Tot_P_M|One_method_Taxi_P G15443,One_method_Car_as_driver_M,One method Car as driver Males,Tot_P_P|Tot_P_M|One_method_Car_as_driver_P,G59,people,transportation,Males,,15443,Method of Travel to Work by Sex G15446,One_method_Car_as_passenger_M,One method Car as passenger Males,Tot_P_P|Tot_P_M|One_method_Car_as_passenger_P,G59,people,transportation,Males,,15446,Method of Travel to Work by Sex G15449,One_method_Truck_M,One method Truck Males,Tot_P_P|Tot_P_M|One_method_Truck_P,G59,people,transportation,Males,,15449,Method of Travel to Work by Sex -G15452,One_method_Motorbike_scootr_M,One method Motorbike scooter Males,Tot_P_P|Tot_P_M|One_method_P,G59,people,transportation,Males,,15452,Method of Travel to Work by Sex +G15452,One_method_Motorbike_scootr_M,One method Motorbike scooter Males,Tot_P_P|Tot_P_M|One_method_Motorbike_scootr_P,G59,people,transportation,Males,,15452,Method of Travel to Work by Sex G15455,One_method_Bicycle_M,One method Bicycle Males,Tot_P_P|Tot_P_M|One_method_Bicycle_P,G59,people,transportation,Males,,15455,Method of Travel to Work by Sex G15458,One_method_Other_M,One method Other Males,Tot_P_P|Tot_P_M|One_method_Other_P,G59,people,transportation,Males,,15458,Method of Travel to Work by Sex G15461,One_method_Walked_only_M,One method Walked only Males,Tot_P_P|Tot_P_M|One_method_Walked_only_P,G59,people,transportation,Males,,15461,Method of Travel to Work by Sex diff --git a/tasks/au/meta/helper2016/au_columns_helper.py b/tasks/au/meta/helper2016/au_columns_helper.py index cc32f65fe4..7223e3bc09 100644 --- a/tasks/au/meta/helper2016/au_columns_helper.py +++ b/tasks/au/meta/helper2016/au_columns_helper.py @@ -8,64 +8,118 @@ import tempfile tables = { - "G01": ["Selected Person Characteristics by Sex", "people", "age_gender"], - "G03": ["Place of Usual Residence on Census Night by Age", "people", "age_gender"], - "G04": ["Age by Sex", "people", "age_gender"], - "G05": ["Registered Marital Status by Age by Sex", "people", "families"], - "G06": ["Social Marital Status by Age by Sex", "people", "families"], - "G07": ["Indigenous Status by Age by Sex ", "people", "race_ethnicity"], - "G08": ["Ancestry by Country of Birth of Parents", "people", "migration|race_ethnicity"], - "G09": ["Country of Birth of Person by Age by Sex", "people", "nationality"], - "G10": ["Country of Birth of Person by Year of Arrival in Australia", "people", "migration|nationality"], - "G11": ["Proficiency in Spoken English/Language by Year of Arrival in Australia by Age", "people", "language|migration"], - "G12": ["Proficiency in Spoken English/Language of Parents by Age of Dependent Children", "people", "language|families"], - "G13": ["Language Spoken at Home by Proficiency in Spoken English/Language by Sex", "people", "language"], - "G14": ["Religious Affiliation by Sex", "people", "religion"], - "G15": ["Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex", "people", "education"], - "G16": ["Highest Year of School Completed by Age by Sex", "people", "education"], - "G17": ["Total Personal Income (Weekly) by Age by Sex", "people", "age_gender|income"], - "G18": ["Core Activity Need for Assistance by Age by Sex", "people", "income"], - "G19": ["Voluntary Work for an Organisation or Group by Age by Sex ", "people", "employment"], - "G20": ["Unpaid Domestic Work: Number of House by Age by Sex ", "people", "employment"], - "G21": ["Unpaid Assistance to a Person with a Disability by Age by Sex", "people", "employment"], - "G22": ["Unpaid Child Care by Age by Sex", "people", "families"], - "G23": ["Relationship in Household by Age by Sex", "people", "families|age_gender"], - "G24": ["Number of Children Ever Born by Age of Parent", "people", "families|age_gender"], - "G25": ["Family Composition", "people", "families"], - "G26": ["Family Composition and Country of Birth of Parents by Age of Dependent Children", "people", "families|nationality"], - "G27": ["Family Blending", "people", "families|nationality"], - "G28": ["Total Family Income (Weekly) by Family Composition", "households", "income|families"], - "G29": ["Total Household Income (Weekly) by Household Composition", "households", "income"], - "G30": ["Number of Motor Vehicles by Dwellings", "vehicles", "housing|transportation"], - "G31": ["Household Composition by Number of Persons Usually Resident", "people", "housing"], - "G32": ["Dwelling Structure", "households", "housing"], - "G33": ["Tenure Type and Landlord Type by Dwelling Structure", "housing_units", "housing"], - "G34": ["Mortgage Repayment (Monthly) by Dwelling Structure", "households", "housing"], - "G35": ["Mortgage Repayment (Monthly) by Family Composition", "households", "families"], - "G36": ["Rent (Weekly) by Landlord Type", "households", "housing"], - "G37": ["Dwelling Internet Connection by Dwelling Structure", "households", "housing"], - "G38": ["Dwelling Structure by Number of Bedrooms", "housing_units", "housing"], - "G39": ["Dwelling Structure by Household Composition and Family Composition", "housing_units", "families|housing"], - "G40": ["Selected Labour Force, Education and Migration Characteristics by Sex", "people", "employment"], - "G41": ["Place of Usual Residence 1 Year Ago by Sex", "people", "housing"], - "G42": ["Place of Usual Residence 5 Years Ago by Sex", "people", "housing"], - "G43": ["Labour Force Status by Age by Sex", "people", "employment"], - "G44": ["Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families", "people", "employment"], - "G45": ["Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families", "people", "employment"], - "G46": ["Non-School Qualification: Level of Education by Age by Sex", "people", "education|age_gender"], - "G47": ["Non-School Qualification: Field of Study by Age by Sex", "people", "education|age_gender"], - "G48": ["Non-School Qualification: Field of Study by Occupation by Sex", "people", "education|age_gender"], - "G49": ["Non-School Qualification: Level of Education by Occupation by Sex", "people", "education|age_gender"], - "G50": ["Non-School Qualification: Level of Education by Industry of Employment by Sex", "people", "education|age_gender"], - "G51": ["Industry of Employment by Age by Sex", "people", "employment|age_gender"], - "G52": ["Industry of Employment by Hours Worked by Sex", "people", "employment|age_gender"], - "G53": ["Industry of Employment by Occupation", "people", "employment|age_gender"], - "G54": ["Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children", "people", "income"], - "G55": ["Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children", "people", "income"], - "G56": ["Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families", "people", "income"], - "G57": ["Occupation by Age by Sex", "people", "employment"], - "G58": ["Occupation by Hours Worked by Sex", "people", "employment"], - "G59": ["Method of Travel to Work by Sex", "people", "transportation"], + 'G01': ['Selected Person Characteristics by Sex', 'people', 'age_gender'], + 'G03': ['Place of Usual Residence on Census Night by Age', 'people', 'age_gender'], + 'G04': ['Age by Sex', 'people', 'age_gender'], + 'G05': ['Registered Marital Status by Age by Sex', 'people', 'families'], + 'G06': ['Social Marital Status by Age by Sex', 'people', 'families'], + 'G07': ['Indigenous Status by Age by Sex ', 'people', 'race_ethnicity'], + 'G08': ['Ancestry by Country of Birth of Parents', 'people', 'migration|race_ethnicity'], + 'G09': ['Country of Birth of Person by Age by Sex', 'people', 'nationality'], + 'G10': ['Country of Birth of Person by Year of Arrival in Australia', 'people', 'migration|nationality'], + 'G11': ['Proficiency in Spoken English/Language by Year of Arrival in Australia by Age', 'people', + 'language|migration'], + 'G12': ['Proficiency in Spoken English/Language of Parents by Age of Dependent Children', 'people', + 'language|families'], + 'G13': ['Language Spoken at Home by Proficiency in Spoken English/Language by Sex', 'people', 'language'], + 'G14': ['Religious Affiliation by Sex', 'people', 'religion'], + 'G15': ['Type of Educational Institution Attending (Full/Part-Time Student Status by Age) by Sex', 'people', + 'education'], + 'G16': ['Highest Year of School Completed by Age by Sex', 'people', 'education'], + 'G17': ['Total Personal Income (Weekly) by Age by Sex', 'people', 'age_gender|income'], + 'G18': ['Core Activity Need for Assistance by Age by Sex', 'people', 'income'], + 'G19': ['Voluntary Work for an Organisation or Group by Age by Sex ', 'people', 'employment'], + 'G20': ['Unpaid Domestic Work: Number of House by Age by Sex ', 'people', 'employment'], + 'G21': ['Unpaid Assistance to a Person with a Disability by Age by Sex', 'people', 'employment'], + 'G22': ['Unpaid Child Care by Age by Sex', 'people', 'families'], + 'G23': ['Relationship in Household by Age by Sex', 'people', 'families|age_gender'], + 'G24': ['Number of Children Ever Born by Age of Parent', 'people', 'families|age_gender'], + 'G25': ['Family Composition', 'people', 'families'], + 'G26': ['Family Composition and Country of Birth of Parents by Age of Dependent Children', 'people', + 'families|nationality'], + 'G27': ['Family Blending', 'people', 'families|nationality'], + 'G28': ['Total Family Income (Weekly) by Family Composition', 'households', 'income|families'], + 'G29': ['Total Household Income (Weekly) by Household Composition', 'households', 'income'], + 'G30': ['Number of Motor Vehicles by Dwellings', 'vehicles', 'housing|transportation'], + 'G31': ['Household Composition by Number of Persons Usually Resident', 'people', 'housing'], + 'G32': ['Dwelling Structure', 'households', 'housing'], + 'G33': ['Tenure Type and Landlord Type by Dwelling Structure', 'housing_units', 'housing'], + 'G34': ['Mortgage Repayment (Monthly) by Dwelling Structure', 'households', 'housing'], + 'G35': ['Mortgage Repayment (Monthly) by Family Composition', 'households', 'families'], + 'G36': ['Rent (Weekly) by Landlord Type', 'households', 'housing'], + 'G37': ['Dwelling Internet Connection by Dwelling Structure', 'households', 'housing'], + 'G38': ['Dwelling Structure by Number of Bedrooms', 'housing_units', 'housing'], + 'G39': ['Dwelling Structure by Household Composition and Family Composition', 'housing_units', 'families|housing'], + 'G40': ['Selected Labour Force, Education and Migration Characteristics by Sex', 'people', 'employment'], + 'G41': ['Place of Usual Residence 1 Year Ago by Sex', 'people', 'housing'], + 'G42': ['Place of Usual Residence 5 Years Ago by Sex', 'people', 'housing'], + 'G43': ['Labour Force Status by Age by Sex', 'people', 'employment'], + 'G44': ['Labour Force Status by Sex of Parents by Age of Dependent Children for One Parent Families', 'people', + 'employment'], + 'G45': ['Labour Force Status by Sex of Parents by Age of Dependent Children for Couple Families', 'people', + 'employment'], + 'G46': ['Non-School Qualification: Level of Education by Age by Sex', 'people', 'education|age_gender'], + 'G47': ['Non-School Qualification: Field of Study by Age by Sex', 'people', 'education|age_gender'], + 'G48': ['Non-School Qualification: Field of Study by Occupation by Sex', 'people', 'education|age_gender'], + 'G49': ['Non-School Qualification: Level of Education by Occupation by Sex', 'people', 'education|age_gender'], + 'G50': ['Non-School Qualification: Level of Education by Industry of Employment by Sex', 'people', + 'education|age_gender'], + 'G51': ['Industry of Employment by Age by Sex', 'people', 'employment|age_gender'], + 'G52': ['Industry of Employment by Hours Worked by Sex', 'people', 'employment|age_gender'], + 'G53': ['Industry of Employment by Occupation', 'people', 'employment|age_gender'], + 'G54': ['Total Family Income (Weekly) by Labour Force Status of Partners for Couple Families with No Children', + 'people', 'income'], + 'G55': ['Total Family Income (Weekly) by Labour Force Status of Parents/Partners for Couple Families with Children', + 'people', 'income'], + 'G56': ['Total Family Income (Weekly) by Labour Force Status of Parent for One Parent Families', 'people', + 'income'], + 'G57': ['Occupation by Age by Sex', 'people', 'employment'], + 'G58': ['Occupation by Hours Worked by Sex', 'people', 'employment'], + 'G59': ['Method of Travel to Work by Sex', 'people', 'transportation'], +} + +DENOMINATOR_FILTERS = ['LPLFS', 'P_Wife_in_RM_', 'P_Educ_85_years_and_over', 'P_Neg_Nil_incme_85_yrs_ovr', + 'P_Tot_85_years_and_over', 'P_Hbn_in_RM', 'P_Ptn_in_DFM', '_OthF', '_CF_C_und15', + '_DS_sd_row', '1PF_C_und15', 'DS_Flat_apart', '1PFNC_und15', 'DS_Other_dwg', 'DS_ns', + 'DS_Separate_hse', 'DS_Sept_house', '_CFNC', '_CF', '_1PF', '_DS_sd_rw_tc_h_th', + 'P_NS_Tot', '_DS_Flt_apart', '_sd_rw_tce_hs_th', '_DS_over_ns', + 'P_0_149_Tot', 'P_150_299_Tot', 'P_300_449_Tot', 'P_450_599_Tot', 'P_600_799_Tot', + 'P_800_999_Tot', 'P_1000_1199_Tot', 'P_1200_1399_Tot', 'P_1400_1599_Tot', 'P_1600_1799_Tot', + 'P_1800_1999_Tot', 'P_2000_2199_Tot', 'P_2200_2399_Tot', 'P_2400_2599_Tot', 'P_2600_2999_Tot', + 'P_3000_3999_Tot', 'P_4000_4999_Tot', 'P_5000over_Tot', + 'P_0_299_Tot', 'P_300_449_Tot', 'P_450_599_Tot', 'P_600_799_Tot', 'P_800_999_Tot', + 'P_1000_1399_Tot', 'P_1400_1799_Tot', 'P_1800_2399_Tot', 'P_2400_2999_Tot', 'P_3000_3999_Tot', + 'P_4000_over_Tot', ] +DENOMINATOR_ALIASES = { + 'all': { + 'P_Y8b_15_19': 'P_Y8b_15_19_yrs', + 'P_Y8b_20_24': 'P_Y8b_20_24_yrs', + 'P_Y8b_25_34': 'P_Y8b_25_34_yrs', + 'P_Y8b_35_44': 'P_Y8b_35_44_yrs', + 'P_Y8b_45_54': 'P_Y8b_45_54_yrs', + 'P_Y8b_55_64': 'P_Y8b_55_64_yrs', + 'P_Y8b_65_74': 'P_Y8b_65_74_yrs', + 'P_Y8b_75_84': 'P_Y8b_75_84_yrs', + 'P_Hghst_yr_schl_ns_15_19': 'P_Hghst_yr_schl_ns_15_19_yrs', + 'P_Hghst_yr_schl_ns_20_24': 'P_Hghst_yr_schl_ns_20_24_yrs', + 'P_Hghst_yr_schl_ns_25_34': 'P_Hghst_yr_schl_ns_25_34_yrs', + 'P_Hghst_yr_schl_ns_35_44': 'P_Hghst_yr_schl_ns_35_44_yrs', + 'P_Hghst_yr_schl_ns_45_54': 'P_Hghst_yr_schl_ns_45_54_yrs', + 'P_Hghst_yr_schl_ns_55_64': 'P_Hghst_yr_schl_ns_55_64_yrs', + 'P_Hghst_yr_schl_ns_65_74': 'P_Hghst_yr_schl_ns_65_74_yrs', + 'P_Hghst_yr_schl_ns_75_84': 'P_Hghst_yr_schl_ns_75_84_yrs', + 'P_Hghst_yr_schl_ns_85_ovr': 'P_Hghst_yr_schl_ns_85_yrs_ovr', + }, + 'G16A': { + 'P_Tot_15_19': 'P_Tot_15_19_yrs', + 'P_Tot_20_24': 'P_Tot_20_24_yrs', + 'P_Tot_25_34': 'P_Tot_25_34_yrs', + 'P_Tot_35_44': 'P_Tot_35_44_yrs', + 'P_Tot_45_54': 'P_Tot_45_54_yrs', + 'P_Tot_55_64': 'P_Tot_55_64_yrs', + 'P_Tot_65_74': 'P_Tot_65_74_yrs', + 'P_Tot_75_84': 'P_Tot_75_84_yrs', + } } @@ -79,6 +133,16 @@ def _is_other_column(short, _): and not short.startswith('F_') and not short.endswith('_F') +def _filter_denominators(denominators, datapack): + filtered = denominators + for filter_ in DENOMINATOR_FILTERS: + filtered = list(filter(lambda x: filter_ not in x, filtered)) + filtered = [DENOMINATOR_ALIASES['all'].get(x, x) for x in filtered] + filtered = [DENOMINATOR_ALIASES.get(datapack, {}).get(x, x) for x in filtered] + + return filtered + + with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'au_metadata_columns.csv'), 'r') as infile: with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), @@ -113,7 +177,7 @@ def _is_other_column(short, _): denominators.append('Tot_P_P') if short != 'Tot_P_M': denominators.append('Tot_P_M') - denominators.append(short[:short.find('_M')] + '_P') + denominators.append(short[:short.rfind('_M')] + '_P') elif short.startswith('F_'): denominators.append('Tot_P_P') denominators.append('Tot_P_F') @@ -122,7 +186,9 @@ def _is_other_column(short, _): denominators.append('Tot_P_P') if short != 'Tot_P_F': denominators.append('Tot_P_F') - denominators.append(short[:short.find('_F')] + '_P') + denominators.append(short[:short.rfind('_F')] + '_P') + + denominators = _filter_denominators(denominators, datapack) tempwriter.writerow([sequential, short, name, '|'.join(denominators), datapack, tables[table][1], tables[table][2], description, None, From 4c38c1762f45583a0a8393b0d8cfdf1bf1edf33a Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Fri, 5 Oct 2018 09:12:41 +0200 Subject: [PATCH 16/33] Fixed tests and Hound suggestion --- tasks/au/data.py | 1 - tasks/geographica/au/csv.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/au/data.py b/tasks/au/data.py index 1a9c6b7d7f..9800188e78 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -8,7 +8,6 @@ from collections import OrderedDict from lib.timespan import get_timespan -from tasks.util import shell from tasks.base_tasks import ColumnsTask, RepoFileUnzipTask, TableTask, CSV2TempTableTask, MetaWrapper from tasks.meta import current_session, OBSColumn, GEOM_REF from tasks.au.geo import (SourceTags, LicenseTags, GEOGRAPHIES, GeographyColumns, Geography, GEO_MB, GEO_SA1) diff --git a/tasks/geographica/au/csv.py b/tasks/geographica/au/csv.py index 8e3018f9cc..a464f1d400 100644 --- a/tasks/geographica/au/csv.py +++ b/tasks/geographica/au/csv.py @@ -4,7 +4,7 @@ from luigi import Task, WrapperTask, Parameter from luigi.local_target import LocalTarget -from tasks.au.data import BCPAllGeographiesAllTables +from tasks.au.data import XCPAllGeographiesAllTables from tasks.meta import current_session from lib.logger import get_logger @@ -30,7 +30,7 @@ def __init__(self, *args, **kwargs): def requires(self): return { - 'bcp': BCPAllGeographiesAllTables(year=2011) + 'bcp': XCPAllGeographiesAllTables(year=2011) } def _get_config_data(self): From 0ba32da5137e0395dd4ca89658e5bd3a9e674618 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Fri, 5 Oct 2018 10:14:21 +0200 Subject: [PATCH 17/33] Fixed wrapper parameters --- tasks/au/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/au/data.py b/tasks/au/data.py index 9800188e78..c24bcb0c37 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -442,7 +442,7 @@ class XCPMetaWrapper(MetaWrapper): params = { 'resolution': GEOGRAPHIES, - 'table': TABLES, + 'table': [TABLES[2011], TABLES[2016]], 'year': [2011, 2016] } From bd809f5e7fc0d870e5a0e9e56c2fffc77fcf5a2f Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Fri, 5 Oct 2018 10:28:42 +0200 Subject: [PATCH 18/33] Removed spuriuos files --- tasks/tiler/au.py | 75 ----- tasks/tiler/ca.py | 65 ---- tasks/tiler/conf/au_all.json | 525 ------------------------------- tasks/tiler/conf/ca_all.json | 595 ----------------------------------- tasks/tiler/conf/uk_all.json | 252 --------------- tasks/tiler/conf/us_all.json | 2 +- tasks/tiler/uk.py | 62 ---- tasks/tiler/us.py | 143 ++++++++- tasks/tiler/xyz.py | 241 ++++++++++++-- 9 files changed, 355 insertions(+), 1605 deletions(-) delete mode 100644 tasks/tiler/au.py delete mode 100644 tasks/tiler/ca.py delete mode 100644 tasks/tiler/conf/au_all.json delete mode 100644 tasks/tiler/conf/ca_all.json delete mode 100644 tasks/tiler/conf/uk_all.json delete mode 100644 tasks/tiler/uk.py diff --git a/tasks/tiler/au.py b/tasks/tiler/au.py deleted file mode 100644 index 56794f658a..0000000000 --- a/tasks/tiler/au.py +++ /dev/null @@ -1,75 +0,0 @@ -from tasks.tiler.xyz import SimpleTilerDOXYZTableTask -from luigi import WrapperTask -from lib.logger import get_logger - -LOGGER = get_logger(__name__) - -GEOGRAPHY_LEVELS = { - 'state': 'au.geo.STE', - 'sa4': 'au.geo.SA4', - 'sa3': 'au.geo.SA3', - 'sa2': 'au.geo.SA2', - 'sa1': 'au.geo.SA1', - 'mesh_block': 'au.geo.MB', -} - -GEONAME_COLUMN = 'geoname' -GEOGRAPHY_NAME_COLUMNS = { - 'state': 'au.geo.STE_name', - 'sa4': 'au.geo.SA4_name', - 'sa3': 'au.geo.SA3_name', - 'sa2': 'au.geo.SA2_name', - 'sa1': 'au.geo.SA1_name', - 'mesh_block': 'au.geo.MB_name', -} - -GEOGRAPHY_SIMPLIFICATION = { - 'state': 0.1, - 'sa4': 0.01, - 'sa3': 0.001, - 'sa2': 0.0001, - 'sa1': 0.0001, - 'mesh_block': 0.0001, -} - - -class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): - country = 'au' - - def __init__(self, *args, **kwargs): - super(SimpleDOXYZTables, self).__init__(*args, **kwargs) - self.simplification_tolerance = GEOGRAPHY_SIMPLIFICATION[self.geography] - - def get_geography_name(self): - return GEOGRAPHY_LEVELS[self.geography] - - def get_columns_ids(self): - columns_ids = [] - - for column in self._get_columns(): - if column['id'] == GEONAME_COLUMN: - column['id'] = GEOGRAPHY_NAME_COLUMNS[self.geography] - columns_ids.append(column['id']) - - return columns_ids - - -class AllSimpleDOXYZTables(WrapperTask): - - def requires(self): - for zoom in range(0, 15): - yield SimpleDOXYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) - - def _get_geography_level(self, zoom): - if zoom >= 0 and zoom <= 3: - return 'state' - elif zoom >= 4 and zoom <= 6: - return 'sa4' - elif zoom >= 7 and zoom <= 9: - return 'sa3' - elif zoom >= 10 and zoom <= 11: - return 'sa2' - elif zoom >= 12 and zoom <= 13: - return 'sa1' - elif zoom == 14: - return 'mesh_block' diff --git a/tasks/tiler/ca.py b/tasks/tiler/ca.py deleted file mode 100644 index 0b13b69e02..0000000000 --- a/tasks/tiler/ca.py +++ /dev/null @@ -1,65 +0,0 @@ -from tasks.tiler.xyz import SimpleTilerDOXYZTableTask -from luigi import WrapperTask -from lib.logger import get_logger - -LOGGER = get_logger(__name__) - -GEOGRAPHY_LEVELS = { - 'province': 'ca.statcan.geo.pr_', - 'census_division': 'ca.statcan.geo.cd_', - 'forward_sortation_area': 'ca.statcan.geo.fsa', - 'dissemination_area': 'ca.statcan.geo.da_', -} - -GEONAME_COLUMN = 'geoname' -GEOGRAPHY_NAME_COLUMNS = { - 'province': 'ca.statcan.geo.pr__name', - 'census_division': 'ca.statcan.geo.cd__name', - 'forward_sortation_area': 'ca.statcan.geo.fsa_name', - 'dissemination_area': 'ca.statcan.geo.da__name', -} - -GEOGRAPHY_SIMPLIFICATION = { - 'province': 0.1, - 'census_division': 0.01, - 'forward_sortation_area': 0.001, - 'dissemination_area': 0.0001, -} - - -class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): - country = 'ca' - - def __init__(self, *args, **kwargs): - super(SimpleDOXYZTables, self).__init__(*args, **kwargs) - self.simplification_tolerance = GEOGRAPHY_SIMPLIFICATION[self.geography] - - def get_geography_name(self): - return GEOGRAPHY_LEVELS[self.geography] - - def get_columns_ids(self): - columns_ids = [] - - for column in self._get_columns(): - if column['id'] == GEONAME_COLUMN: - column['id'] = GEOGRAPHY_NAME_COLUMNS[self.geography] - columns_ids.append(column['id']) - - return columns_ids - - -class AllSimpleDOXYZTables(WrapperTask): - - def requires(self): - for zoom in range(0, 15): - yield SimpleDOXYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) - - def _get_geography_level(self, zoom): - if zoom >= 0 and zoom <= 4: - return 'province' - elif zoom >= 5 and zoom <= 9: - return 'census_division' - elif zoom >= 10 and zoom <= 12: - return 'dissemination_area' - elif zoom >= 13 and zoom <= 14: - return 'dissemination_block' diff --git a/tasks/tiler/conf/au_all.json b/tasks/tiler/conf/au_all.json deleted file mode 100644 index 64bad66816..0000000000 --- a/tasks/tiler/conf/au_all.json +++ /dev/null @@ -1,525 +0,0 @@ -[ - { - "table": "xyz_au_do_geoms", - "schema": "tiler", - "geoms": true, - "sharded": false, - "bboxes": [ - { - "description": "Australia", - "xmin": 112.84, "ymin": -43.703, "xmax": 153.75, "ymax": -9.162 - } - ], - "columns": [ - { - "id": "geoname", - "column_name": "geom_name", - "column_alias": "name", - "type": "text", - "nullable": true - }, - { - "id": "au.data.B01_Tot_P_P", - "column_name": "b01_tot_p_p", - "column_alias": "total_pop", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Tot_P_M", - "column_name": "b01_tot_p_m", - "column_alias": "male_pop", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Tot_P_F", - "column_name": "b01_tot_p_f", - "column_alias": "female_pop", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_0_4_yr_M", - "column_name": "b01_age_0_4_yr_m", - "column_alias": "male_under_5", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_0_4_yr_F", - "column_name": "b01_age_0_4_yr_f", - "column_alias": "female_under_5", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_5_14_yr_M", - "column_name": "b01_age_5_14_yr_m", - "column_alias": "male_5_to_14", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_5_14_yr_F", - "column_name": "b01_age_5_14_yr_f", - "column_alias": "female_5_to_14", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_15_19_yr_M", - "column_name": "b01_age_15_19_yr_m", - "column_alias": "male_15_to_19", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_15_19_yr_F", - "column_name": "b01_age_15_19_yr_f", - "column_alias": "female_15_to_19", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_20_24_yr_M", - "column_name": "b01_age_20_24_yr_m", - "column_alias": "male_20_to_24", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_20_24_yr_F", - "column_name": "b01_age_20_24_yr_f", - "column_alias": "female_20_to_24", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_25_34_yr_M", - "column_name": "b01_age_25_34_yr_m", - "column_alias": "male_25_to_34", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_25_34_yr_F", - "column_name": "b01_age_25_34_yr_f", - "column_alias": "female_25_to_34", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_35_44_yr_M", - "column_name": "b01_age_35_44_yr_m", - "column_alias": "male_35_to_44", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_35_44_yr_F", - "column_name": "b01_age_35_44_yr_f", - "column_alias": "female_35_to_44", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_45_54_yr_M", - "column_name": "b01_age_45_54_yr_m", - "column_alias": "male_45_to_54", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_45_54_yr_F", - "column_name": "b01_age_45_54_yr_f", - "column_alias": "female_45_to_54", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_55_64_yr_M", - "column_name": "b01_age_55_64_yr_m", - "column_alias": "male_55_to_64", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_55_64_yr_F", - "column_name": "b01_age_55_64_yr_f", - "column_alias": "female_55_to_64", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_65_74_yr_M", - "column_name": "b01_age_65_74_yr_m", - "column_alias": "male_65_to_54", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_65_74_yr_F", - "column_name": "b01_age_65_74_yr_f", - "column_alias": "female_65_to_54", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_75_84_yr_M", - "column_name": "b01_age_75_84_yr_m", - "column_alias": "male_75_to_84", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_75_84_yr_F", - "column_name": "b01_age_75_84_yr_f", - "column_alias": "female_75_to_84", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_85ov_M", - "column_name": "b01_age_85ov_m", - "column_alias": "male_85_and_over", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_Age_85ov_F", - "column_name": "b01_age_85ov_f", - "column_alias": "female_85_and_over", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_High_yr_schl_comp_Yr_12_eq_P", - "column_name": "b01_high_yr_schl_comp_yr_12_eq_p", - "column_alias": "school_12_years", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_High_yr_schl_comp_Yr_11_eq_P", - "column_name": "b01_high_yr_schl_comp_yr_11_eq_p", - "column_alias": "school_11_years", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_High_yr_schl_comp_Yr_10_eq_P", - "column_name": "b01_high_yr_schl_comp_yr_10_eq_p", - "column_alias": "school_10_years", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_High_yr_schl_comp_Yr_9_eq_P", - "column_name": "b01_high_yr_schl_comp_yr_9_eq_p", - "column_alias": "school_9_years", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_High_yr_schl_comp_Yr_8_belw_P", - "column_name": "b01_high_yr_schl_comp_yr_8_belw_p", - "column_alias": "school_8_years", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B01_High_yr_schl_comp_D_n_g_sch_P", - "column_name": "b01_high_yr_schl_comp_f_n_g_sch_p", - "column_alias": "did_not_go_to_school", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_4000_more_Tot", - "column_name": "b26_fi_4000_more_tot", - "column_alias": "income_4000_or_more", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_3500_3999_Tot", - "column_name": "b26_fi_3500_3999_tot", - "column_alias": "income_3500_3999", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_3000_3499_Tot", - "column_name": "b26_fi_3000_3499_tot", - "column_alias": "income_3000_3499", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_2500_2999_Tot", - "column_name": "b26_fi_2500_2999_tot", - "column_alias": "income_2500_2999", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_2000_2499_Tot", - "column_name": "b26_fi_2000_2499_tot", - "column_alias": "income_2000_2499", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_1500_1999_Tot", - "column_name": "b26_fi_1500_1999_tot", - "column_alias": "income_1500_1999", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_1250_1499_Tot", - "column_name": "b26_fi_1250_1499_tot", - "column_alias": "income_1250_1499", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_1000_1249_Tot", - "column_name": "b26_fi_1000_1249_tot", - "column_alias": "income_1000_1249", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_800_999_Tot", - "column_name": "b26_fi_800_999_tot", - "column_alias": "income_800_999", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_600_799_Tot", - "column_name": "b26_fi_600_799_tot", - "column_alias": "income_600_799", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_400_599_Tot", - "column_name": "b26_fi_400_599_tot", - "column_alias": "income_400_599", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_300_399_Tot", - "column_name": "b26_fi_300_399_tot", - "column_alias": "income_300_399", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_200_299_Tot", - "column_name": "b26_fi_200_299_tot", - "column_alias": "income_200_299", - "type": "numeric", - "nullable": true - }, - { - "id": "au.data.B26_FI_1_199_Tot", - "column_name": "b26_fi_1_199_tot", - "column_alias": "income_1_199", - "type": "numeric", - "nullable": true - } - ] - }, - { - "table": "xyz_au_mc", - "bypass": true, - "schema": "tiler", - "geoms": false, - "bboxes": [ - { - "description": "Australia", - "xmin": 112.84, "ymin": -43.703, "xmax": 153.75, "ymax": -9.162 - } - ], - "sharded": true, - "sharding": { - "values": [1,2,3,4,5,6,7,8,9,10,11,12] - }, - "columns": [ - { - "id": "ticket_size_score", - "column_name": "ticket_size_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_score", - "column_name": "growth_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_score", - "column_name": "stability_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_score", - "column_name": "transactions_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_score", - "column_name": "sales_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "upfront_composite_score", - "column_name": "upfront_composite_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_country_pctile", - "column_name": "ticket_size_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_metro_pctile", - "column_name": "ticket_size_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_state_pctile", - "column_name": "ticket_size_state_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_country_pctile", - "column_name": "growth_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_metro_pctile", - "column_name": "growth_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_state_pctile", - "column_name": "growth_state_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_country_pctile", - "column_name": "stability_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_metro_pctile", - "column_name": "stability_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_state_pctile", - "column_name": "stability_state_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_country_pctile", - "column_name": "transactions_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_metro_pctile", - "column_name": "transactions_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_state_pctile", - "column_name": "transactions_state_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_country_pctile", - "column_name": "sales_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_metro_pctile", - "column_name": "sales_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_state_pctile", - "column_name": "sales_state_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - } - ], - "mc_categories": [ - { - "id": "NEP", - "name": "non eating places" - }, - { - "id": "EP", - "name": "eating places" - }, - { - "id": "APP", - "name": "apparel" - }, - { - "id": "SB", - "name": "small business" - }, - { - "id": "TR", - "name": "total retail" - } - ] - } -] diff --git a/tasks/tiler/conf/ca_all.json b/tasks/tiler/conf/ca_all.json deleted file mode 100644 index 42446dffca..0000000000 --- a/tasks/tiler/conf/ca_all.json +++ /dev/null @@ -1,595 +0,0 @@ -[ - { - "table": "xyz_ca_do_geoms", - "schema": "tiler", - "geoms": true, - "sharded": false, - "bboxes": [ - { - "description": "Canada", - "xmin": -141.11, "ymin": 41.624, "xmax": -52.46, "ymax": 83.25 - } - ], - "columns": [ - { - "id": "ca.statcan.geo.geom_name", - "column_name": "geom_name", - "column_alias": "name", - "type": "text", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c001_t", - "column_name": "t001c001_t", - "column_alias": "total_pop", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c001_m", - "column_name": "t001c001_m", - "column_alias": "male_pop", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c001_f", - "column_name": "t001c001_f", - "column_alias": "female_pop", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c002_f", - "column_name": "t001c002_f", - "column_alias": "female_under_5", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c003_f", - "column_name": "t001c003_f", - "column_alias": "female_5_to_9", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c004_f", - "column_name": "t001c004_f", - "column_alias": "female_10_to_14", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c005_f", - "column_name": "t001c005_f", - "column_alias": "female_15_to_19", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c011_f", - "column_name": "t001c011_f", - "column_alias": "female_20_to_24", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c012_f", - "column_name": "t001c012_f", - "column_alias": "female_25_to_29", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c013_f", - "column_name": "t001c013_f", - "column_alias": "female_30_to_34", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c014_f", - "column_name": "t001c014_f", - "column_alias": "female_35_to_39", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c015_f", - "column_name": "t001c015_f", - "column_alias": "female_40_to_44", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c016_f", - "column_name": "t001c016_f", - "column_alias": "female_45_to_49", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c017_f", - "column_name": "t001c017_f", - "column_alias": "female_50_to_54", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c018_f", - "column_name": "t001c018_f", - "column_alias": "female_55_to_59", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c019_f", - "column_name": "t001c019_f", - "column_alias": "female_60_to_64", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c020_f", - "column_name": "t001c020_f", - "column_alias": "female_65_to_69", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c021_f", - "column_name": "t001c021_f", - "column_alias": "female_70_to_74", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c022_f", - "column_name": "t001c022_f", - "column_alias": "female_75_to_79", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c023_f", - "column_name": "t001c023_f", - "column_alias": "female_80_to_84", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c024_f", - "column_name": "t001c024_f", - "column_alias": "female_85_and_over", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c002_m", - "column_name": "t001c002_m", - "column_alias": "male_under_5", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c003_m", - "column_name": "t001c003_m", - "column_alias": "male_5_to_9", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c004_m", - "column_name": "t001c004_m", - "column_alias": "male_10_to_14", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c005_m", - "column_name": "t001c005_m", - "column_alias": "male_15_to_19", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c011_m", - "column_name": "t001c011_m", - "column_alias": "male_20_to_24", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c012_m", - "column_name": "t001c012_m", - "column_alias": "male_25_to_29", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c013_m", - "column_name": "t001c013_m", - "column_alias": "male_30_to_34", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c014_m", - "column_name": "t001c014_m", - "column_alias": "male_35_to_39", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c015_m", - "column_name": "t001c015_m", - "column_alias": "male_40_to_44", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c016_m", - "column_name": "t001c016_m", - "column_alias": "male_45_to_49", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c017_m", - "column_name": "t001c017_m", - "column_alias": "male_50_to_54", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c018_m", - "column_name": "t001c018_m", - "column_alias": "male_55_to_59", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c019_m", - "column_name": "t001c019_m", - "column_alias": "male_60_to_64", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c020_m", - "column_name": "t001c020_m", - "column_alias": "male_65_to_69", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c021_m", - "column_name": "t001c021_m", - "column_alias": "male_70_to_74", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c022_m", - "column_name": "t001c022_m", - "column_alias": "male_75_to_79", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c023_m", - "column_name": "t001c023_m", - "column_alias": "male_80_to_84", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_census.t001c024_m", - "column_name": "t001c024_m", - "column_alias": "male_85_and_over", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t005c002_t", - "column_name": "t005c002_t", - "column_alias": "no_certificate_diploma_or_degree", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t005c003_t", - "column_name": "t005c003_t", - "column_alias": "high_school_diploma_or_equivalent", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t005c004_t", - "column_name": "t005c004_t", - "column_alias": "postsecondary_certificate_diploma_or_degree", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c002_t", - "column_name": "t012c002_t", - "column_alias": "income_less_5000", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c003_t", - "column_name": "t012c003_t", - "column_alias": "income_5000_9999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c004_t", - "column_name": "t012c004_t", - "column_alias": "income_10000_14999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c005_t", - "column_name": "t012c005_t", - "column_alias": "income_15000_19999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c006_t", - "column_name": "t012c006_t", - "column_alias": "income_20000_29999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c007_t", - "column_name": "t012c007_t", - "column_alias": "income_30000_39999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c008_t", - "column_name": "t012c008_t", - "column_alias": "income_40000_49999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c009_t", - "column_name": "t012c009_t", - "column_alias": "income_50000_59999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c010_t", - "column_name": "t012c010_t", - "column_alias": "income_60000_79999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c011_t", - "column_name": "t012c011_t", - "column_alias": "income_80000_99999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c012_t", - "column_name": "t012c012_t", - "column_alias": "income_100000_124999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c013_t", - "column_name": "t012c013_t", - "column_alias": "income_125000_149999", - "type": "numeric", - "nullable": true - }, - { - "id": "ca.statcan.cols_nhs.t012c014_t", - "column_name": "t012c014_t", - "column_alias": "income_150000_or_more", - "type": "numeric", - "nullable": true - } - ] - }, - { - "table": "xyz_ca_mc", - "bypass": true, - "schema": "tiler", - "geoms": false, - "bboxes": [ - { - "description": "Canada", - "xmin": -141.11, "ymin": 41.624, "xmax": -52.46, "ymax": 83.25 - } - ], - "sharded": true, - "sharding": { - "values": [1,2,3,4,5,6,7,8,9,10,11,12] - }, - "columns": [ - { - "id": "ticket_size_score", - "column_name": "ticket_size_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_score", - "column_name": "growth_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_score", - "column_name": "stability_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_score", - "column_name": "transactions_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_score", - "column_name": "sales_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "upfront_composite_score", - "column_name": "upfront_composite_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_country_pctile", - "column_name": "ticket_size_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_metro_pctile", - "column_name": "ticket_size_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_prov_pctile", - "column_name": "ticket_size_prov_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_country_pctile", - "column_name": "growth_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_metro_pctile", - "column_name": "growth_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_prov_pctile", - "column_name": "growth_prov_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_country_pctile", - "column_name": "stability_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_metro_pctile", - "column_name": "stability_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_prov_pctile", - "column_name": "stability_prov_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_country_pctile", - "column_name": "transactions_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_metro_pctile", - "column_name": "transactions_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_prov_pctile", - "column_name": "transactions_prov_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_country_pctile", - "column_name": "sales_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_metro_pctile", - "column_name": "sales_metro_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_prov_pctile", - "column_name": "sales_prov_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - } - ], - "mc_categories": [ - { - "id": "NEP", - "name": "non eating places" - }, - { - "id": "EP", - "name": "eating places" - }, - { - "id": "APP", - "name": "apparel" - }, - { - "id": "SB", - "name": "small business" - }, - { - "id": "TR", - "name": "total retail" - } - ] - } -] diff --git a/tasks/tiler/conf/uk_all.json b/tasks/tiler/conf/uk_all.json deleted file mode 100644 index 52c9eb5864..0000000000 --- a/tasks/tiler/conf/uk_all.json +++ /dev/null @@ -1,252 +0,0 @@ -[ - { - "table": "xyz_uk_do_geoms", - "schema": "tiler", - "geoms": true, - "sharded": false, - "bboxes": [ - { - "description": "United Kingdom", - "xmin": -8.657, "ymin": 49.943, "xmax": 1.7716, "ymax": 60.859 - } - ], - "columns": [ - { - "id": "geoname", - "column_name": "geom_name", - "column_alias": "name", - "type": "text", - "nullable": true - }, - { - "id": "uk.ons.LC2102EW0001", - "column_name": "LC2102EW0001", - "column_alias": "total_pop", - "type": "numeric", - "nullable": true - }, - { - "id": "uk.ons.LC2102EW0016", - "column_name": "LC2102EW0016", - "column_alias": "population_under_24", - "type": "numeric", - "nullable": true - }, - { - "id": "uk.ons.LC2102EW0031", - "column_name": "LC2102EW0031", - "column_alias": "population_25_to_49", - "type": "numeric", - "nullable": true - }, - { - "id": "uk.ons.LC2102EW0046", - "column_name": "LC2102EW0046", - "column_alias": "population_50_to_64", - "type": "numeric", - "nullable": true - }, - { - "id": "uk.ons.LC2102EW0061", - "column_name": "LC2102EW0061", - "column_alias": "population_65_to_74", - "type": "numeric", - "nullable": true - }, - { - "id": "uk.ons.LC2102EW0076", - "column_name": "LC2102EW0076", - "column_alias": "population_75_and_over", - "type": "numeric", - "nullable": true - } - ] - }, - { - "table": "xyz_uk_mc", - "bypass": true, - "schema": "tiler", - "geoms": false, - "bboxes": [ - { - "description": "United Kingdom", - "xmin": -8.657, "ymin": 49.943, "xmax": 1.7716, "ymax": 60.859 - } - ], - "sharded": true, - "sharding": { - "values": [1,2,3,4,5,6,7,8,9,10,11,12] - }, - "columns": [ - { - "id": "ticket_size_score", - "column_name": "ticket_size_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_score", - "column_name": "growth_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_score", - "column_name": "stability_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_score", - "column_name": "transactions_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_score", - "column_name": "sales_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "upfront_composite_score", - "column_name": "upfront_composite_score", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_country_pctile", - "column_name": "ticket_size_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_pc_district_pctile", - "column_name": "ticket_size_pc_district_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "ticket_size_pc_area_pctile", - "column_name": "ticket_size_pc_area_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_country_pctile", - "column_name": "growth_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_pc_district_pctile", - "column_name": "growth_pc_district_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "growth_pc_area_pctile", - "column_name": "growth_pc_area_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_country_pctile", - "column_name": "stability_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_pc_district_pctile", - "column_name": "stability_pc_district_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "stability_pc_area_pctile", - "column_name": "stability_pc_area_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_country_pctile", - "column_name": "transactions_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_pc_district_pctile", - "column_name": "transactions_pc_district_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "transactions_pc_area_pctile", - "column_name": "transactions_pc_area_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_country_pctile", - "column_name": "sales_country_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_pc_district_pctile", - "column_name": "sales_pc_district_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - }, - { - "id": "sales_pc_area_pctile", - "column_name": "sales_pc_area_pctile", - "column_name_suffix": ["mc_categories", "mc_dates"], - "type": "numeric", - "nullable": true - } - ], - "mc_categories": [ - { - "id": "NEP", - "name": "non eating places" - }, - { - "id": "EP", - "name": "eating places" - }, - { - "id": "APP", - "name": "apparel" - }, - { - "id": "SB", - "name": "small business" - }, - { - "id": "TR", - "name": "total retail" - } - ] - } -] diff --git a/tasks/tiler/conf/us_all.json b/tasks/tiler/conf/us_all.json index 08b68e1c3f..38e4b63dd5 100644 --- a/tasks/tiler/conf/us_all.json +++ b/tasks/tiler/conf/us_all.json @@ -729,4 +729,4 @@ } ] } -] +] \ No newline at end of file diff --git a/tasks/tiler/uk.py b/tasks/tiler/uk.py deleted file mode 100644 index be503e466f..0000000000 --- a/tasks/tiler/uk.py +++ /dev/null @@ -1,62 +0,0 @@ -from tasks.tiler.xyz import SimpleTilerDOXYZTableTask -from luigi import WrapperTask -from lib.logger import get_logger - -LOGGER = get_logger(__name__) - -GEOGRAPHY_LEVELS = { - 'postcode_area': 'uk.datashare.pa_geo', - 'postcode_district': 'uk.odl.pd_geo', - 'postcode_sector': 'uk.odl.ps_geo', -} - -GEONAME_COLUMN = 'geoname' -GEOGRAPHY_NAME_COLUMNS = { - 'postcode_area': 'uk.datashare.pa_name', - 'postcode_district': 'uk.odl.pd_id', - 'postcode_sector': 'uk.odl.ps_id', -} - -GEOGRAPHY_SIMPLIFICATION = { - 'postcode_area': 0.1, - 'postcode_district': 0.01, - 'censupostcode_sectors_tract': 0.001, -} - - -class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): - country = 'uk' - - def __init__(self, *args, **kwargs): - super(SimpleDOXYZTables, self).__init__(*args, **kwargs) - self.simplification_tolerance = GEOGRAPHY_SIMPLIFICATION[self.geography] - - def get_geography_name(self): - return GEOGRAPHY_LEVELS[self.geography] - - def get_columns_ids(self): - columns_ids = [] - - for column in self._get_columns(): - if column['id'] == GEONAME_COLUMN: - column['id'] = GEOGRAPHY_NAME_COLUMNS[self.geography] - columns_ids.append(column['id']) - - return columns_ids - - -class AllSimpleDOXYZTables(WrapperTask): - - def requires(self): - for zoom in range(0, 15): - yield SimpleDOXYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) - - def _get_geography_level(self, zoom): - if zoom >= 0 and zoom <= 7: - return 'postcode_area' - elif zoom >= 8 and zoom <= 11: - return 'postcode_district' - elif zoom >= 12 and zoom <= 13: - return 'postcode_sector' - elif zoom >= 14 and zoom <= 14: - return 'postcode_unit' diff --git a/tasks/tiler/us.py b/tasks/tiler/us.py index 6453e7b2a0..a0270733c5 100644 --- a/tasks/tiler/us.py +++ b/tasks/tiler/us.py @@ -1,6 +1,9 @@ -from tasks.tiler.xyz import SimpleTilerDOXYZTableTask +from tasks.us.census.tiger import ShorelineClip +from tasks.targets import PostgresTarget +from tasks.tiler.xyz import TilerXYZTableTask, TilesTempTable, SimpleTilerDOXYZTableTask from luigi import WrapperTask from lib.logger import get_logger +from tasks.meta import current_session LOGGER = get_logger(__name__) @@ -21,21 +24,134 @@ 'block': 'us.census.tiger.block_geoname', } -GEOGRAPHY_SIMPLIFICATION = { - 'state': 0.1, - 'county': 0.01, - 'census_tract': 0.001, - 'block_group': 0.0001, - 'block': 0.0001, -} +class XYZTables(TilerXYZTableTask): + + def __init__(self, *args, **kwargs): + super(XYZTables, self).__init__(*args, **kwargs) + + def requires(self): + return { + 'shorelineclip': ShorelineClip(geography=self.geography, year='2015'), + 'tiles': TilesTempTable(geography=self.geography, + zoom_level=self.zoom_level, + config_file=self.get_config_file()) + } + + def get_config_file(self): + return 'us_all.json' + + def get_geography_level(self, level): + return GEOGRAPHY_LEVELS[level] + + def get_table_columns(self, config, shard_value=None): + columns = [] + for column in self.get_columns(config, shard_value): + nullable = '' if column['nullable'] else 'NOT NULL' + columns.append("{} {} {}".format(column.get('column_alias', column['column_name']), + column['type'], + nullable)) + return columns + + def get_columns(self, config, shard_value=None): + columns = [] + # TODO Make possible to define columns prefix as in the JSON + if config['table'] == 'xyz_us_mc': + mc_dates = [date.replace('/', '') for date in self._get_mc_dates(shard_value)] + for mc_date in mc_dates: + for mc_category in config['mc_categories']: + for column in config['columns']: + column_name = "{}".format('_'.join([column['column_name'], + mc_category['id'], + mc_date])) + columns.append({"id": column['id'], "column_name": column_name, + "type": column['type'], "nullable": ['nullable']}) + else: + for column in config['columns']: + if column['id'] == GEONAME_COLUMN: + column['id'] = GEOGRAPHY_NAME_COLUMNS[self.geography] + columns.append(column) + + return columns + + def _get_recordset(self, config, shard_value=None): + columns = self.get_columns(config, shard_value) + recordset = ["mvtdata->>'id' as id"] + recordset.append("(mvtdata->>'area_ratio')::numeric as area_ratio") + recordset.append("(mvtdata->>'area')::numeric as area") + for column in columns: + recordset.append("(mvtdata->>'{name}')::{type} as {alias}".format(name=column['column_name'].lower(), + type=column['type'], + alias=column.get('column_alias', + column['column_name']))) + + return recordset + + def get_tile_query(self, config, tile, geography, shard_value=None): + columns = [column['id'] for column in config['columns']] + recordset = self._get_recordset(config, shard_value) + if config['table'] == 'xyz_us_mc': + mc_categories = [category['id'] for category in config['mc_categories']] + mc_dates = self._get_mc_dates(shard_value) + return ''' + SELECT {x} x, {y} y, {z} z, NULL as mvtgeom, {recordset} + FROM cdb_observatory.OBS_GetMCDOMVT({z},{x},{y},'{geography_level}', + ARRAY[]::TEXT[], + ARRAY['{cols}']::TEXT[], + ARRAY['{mccategories}']::TEXT[], + ARRAY['{mcdates}']::TEXT[]) + WHERE mvtgeom IS NOT NULL; + '''.format(x=tile[0], y=tile[1], z=tile[2], geography_level=geography, + recordset=", ".join(recordset), + cols="', '".join(columns), + mccategories="', '".join(mc_categories), + mcdates="','".join(mc_dates)) + else: + return ''' + SELECT {x} x, {y} y, {z} z, ST_CollectionExtract(ST_MakeValid(mvtgeom), 3) mvtgeom, {recordset} + FROM cdb_observatory.OBS_GetMCDOMVT({z},{x},{y},'{geography_level}', + ARRAY['{cols}']::TEXT[], + ARRAY[]::TEXT[], + ARRAY[]::TEXT[], + ARRAY[]::TEXT[]) + WHERE mvtgeom IS NOT NULL; + '''.format(x=tile[0], y=tile[1], z=tile[2], geography_level=geography, + recordset=", ".join(recordset), + cols="', '".join(columns)) + + def _get_mc_dates(self, month="02"): + session = current_session() + query = ''' + SELECT cdb_observatory.OBS_GetMCDates('{schema}', '{geo_level}', '{month}'); + '''.format(schema='us.mastercard', geo_level=self.geography, month=month) + return session.execute(query).fetchone()[0] + + +class AllUSXYZTables(WrapperTask): + + def requires(self): + for zoom in range(0, 15): + yield XYZTables(zoom_level=zoom, geography=self._get_geography_level(zoom)) + + def _get_geography_level(self, zoom): + if zoom >= 0 and zoom <= 4: + return 'state' + elif zoom >= 5 and zoom <= 8: + return 'county' + elif zoom >= 9 and zoom <= 11: + return 'census_tract' + elif zoom >= 12 and zoom <= 13: + return 'block_group' + elif zoom == 14: + return 'block' -class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): - country = 'us' +class SimpleDOXYZTables(SimpleTilerDOXYZTableTask): def __init__(self, *args, **kwargs): super(SimpleDOXYZTables, self).__init__(*args, **kwargs) - self.simplification_tolerance = GEOGRAPHY_SIMPLIFICATION[self.geography] + + def get_config_file(self): + return 'us_all.json' def get_geography_name(self): return GEOGRAPHY_LEVELS[self.geography] @@ -50,6 +166,9 @@ def get_columns_ids(self): return columns_ids + def output(self): + return PostgresTarget('tiler', 'xyz_us_do_geoms') + class AllSimpleDOXYZTables(WrapperTask): @@ -67,4 +186,4 @@ def _get_geography_level(self, zoom): elif zoom >= 12 and zoom <= 13: return 'block_group' elif zoom == 14: - return 'block' + return 'block' \ No newline at end of file diff --git a/tasks/tiler/xyz.py b/tasks/tiler/xyz.py index 0b47eeb11f..a2e5b5adf8 100644 --- a/tasks/tiler/xyz.py +++ b/tasks/tiler/xyz.py @@ -1,11 +1,17 @@ +from tasks.us.census.tiger import ShorelineClip from tasks.targets import PostgresTarget -from luigi import IntParameter, Parameter, Task -from tasks.meta import current_session +from luigi import IntParameter, Parameter, WrapperTask, Task +from tasks.meta import current_session, async_pool from lib.logger import get_logger from lib.tileutils import tile2bounds from lib.geo import bboxes_intersect import json import os +import time +import asyncio +import concurrent.futures +import backoff +import csv LOGGER = get_logger(__name__) @@ -91,19 +97,224 @@ def _get_config_data(self): return json.load(f) -class SimpleTilerDOXYZTableTask(Task): +class TilerXYZTableTask(Task): zoom_level = IntParameter() geography = Parameter() - simplification_tolerance = 0 - table_postfix = None - mc_geography_level = None + def __init__(self, *args, **kwargs): + super(TilerXYZTableTask, self).__init__(*args, **kwargs) + self.config_data = self._get_config_data() + + def get_config_file(self): + raise NotImplementedError('Config file must be implemented by the child class') + + def get_geography_level(self, level): + raise NotImplementedError('Geography levels file must be implemented by the child class') + + def get_columns(self, config, shard_value=None): + raise NotImplementedError('Get columns function must be implemented by the child class') + + def get_table_columns(self, config, shard_value=None): + raise NotImplementedError('Get Table columns function must be implemented by the child class') + + def get_tile_query(self, config, tile, geography, shard_value=None): + raise NotImplementedError('Get tile query function must be implemented by the child class') + + def run(self): + config_data = self._get_config_data() + for config in config_data: + if not config.get('bypass', False): + table_bboxes = config['bboxes'] + tables_data = self._get_table_names(config) + for table_data in tables_data: + start_time = time.time() + LOGGER.info("Processing table {}".format(table_data['table'])) + self._create_schema_and_table(table_data, config) + self._generate_csv_tiles(self.zoom_level, table_data, config, table_bboxes) + self._insert_tiles(table_data) + end_time = time.time() + LOGGER.info("Finished processing table {}. It took {} seconds".format( + table_data['table'], + (end_time - start_time) + )) + + def _get_table_names(self, config): + table_names = [] + if config['sharded']: + for value in config['sharding']['values']: + table_names.append({"schema": config['schema'], + "table": "{}_{}".format(config['table'], value), + "value": value}) + else: + table_names.append({"schema": config['schema'], "table": config['table'], "value": None}) + + return table_names + + def _create_schema_and_table(self, table_data, config): + session = current_session() + session.execute('CREATE SCHEMA IF NOT EXISTS tiler') + cols_schema = self.get_table_columns(config, table_data['value']) + sql_table = '''CREATE TABLE IF NOT EXISTS {table}( + x INTEGER NOT NULL, + y INTEGER NOT NULL, + z INTEGER NOT NULL, + mvt_geometry Geometry, + geoid VARCHAR NOT NULL, + area_ratio NUMERIC, + area NUMERIC, + {cols}, + CONSTRAINT {table_name}_pk PRIMARY KEY (x,y,z,geoid) + )'''.format(table=self._get_table_name(table_data), + table_name=table_data['table'], + cols=", ".join(cols_schema)) + + session.execute(sql_table) + session.commit() + + def _get_config_data(self): + dir_path = os.path.dirname(os.path.realpath(__file__)) + with (open('{}/conf/{}'.format(dir_path, self.get_config_file()))) as f: + return json.load(f) + + def _tile_in_bboxes(self, zoom, x, y, bboxes): + rect1 = tile2bounds(zoom, x, y) + for bbox in bboxes: + rect2 = [bbox['xmin'], bbox['ymin'], bbox['xmax'], bbox['ymax']] + if bboxes_intersect(rect1, rect2): + return True + + return False + + def _generate_csv_tiles(self, zoom, table_data, config, bboxes_config): + tiles = [] + tile_start = time.time() + for x in range(0, (pow(2, zoom) + 1)): + for y in range(0, (pow(2, zoom) + 1)): + if self._tile_in_bboxes(zoom, x, y, bboxes_config): + tiles.append([x, y, zoom]) + tile_end = time.time() + + LOGGER.info("Tiles to be processed: {}. Calculated in {} seconds".format(len(tiles), (tile_end - tile_start))) + + sql_start = time.time() + loop = asyncio.new_event_loop() + asyncio.set_event_loop(loop) + try: + exceptions = loop.run_until_complete(self._generate_tiles(tiles, config, table_data)) + exceptions = [e for e in exceptions if e is not None] + + if exceptions: + LOGGER.warning("Exception/s found processing tiles: {}".format("\n".join([str(e) for e in exceptions if e is not None]))) + finally: + loop.close() + sql_end = time.time() + + LOGGER.info("Generated tiles it took {} seconds".format(sql_end - sql_start)) + + def batch(self, iterable, n=1): + iterable_lenght = len(iterable) + for ndx in range(0, iterable_lenght, n): + yield iterable[ndx:min(ndx + n, iterable_lenght)] + + @backoff.on_exception(backoff.expo, + (asyncio.TimeoutError, + concurrent.futures._base.TimeoutError), + max_time=600) + + async def _generate_tiles(self, tiles, config, table_data): + with open(self._get_csv_filename(table_data), 'w+') as csvfile: + db_pool = await async_pool() + columns = self.get_columns(config, table_data['value']) + csvwriter = csv.writer(csvfile) + headers = ['x', 'y', 'z', 'mvt_geometry', 'geoid', 'area_ratio', 'area'] + headers += [column.get('column_alias', column['column_name']).lower() for column in columns] + csvwriter.writerow(headers) + geography_level = self.get_geography_level(self.geography) + batch_no = 1 + for tiles_batch in self.batch(tiles, 100): + LOGGER.info("Processing batch {} with {} elements".format(batch_no, len(tiles_batch))) + batch_start = time.time() + executed_tiles = [self._generate_tile(db_pool, csvwriter, tile, geography_level, config, table_data['value']) + for tile in tiles_batch] + exceptions = await asyncio.gather(*executed_tiles, return_exceptions=True) + batch_end = time.time() + LOGGER.info("Batch {} processed in {} seconds".format(batch_no, (batch_end - batch_start))) + batch_no += 1 + + return exceptions + + @backoff.on_exception(backoff.expo, + (asyncio.TimeoutError, + concurrent.futures._base.TimeoutError), + max_time=600) + + async def _generate_tile(self, db_pool, csvwriter, tile, geography, config, shard_value=None): + tile_query = self.get_tile_query(config, tile, geography, shard_value) + + conn = None + try: + conn = await db_pool.acquire() + tile_start = time.time() + + records = await conn.fetch(tile_query) + + tile_end = time.time() + LOGGER.debug('Generated tile [{}/{}/{}] in {} seconds'.format(tile[0], tile[1], tile[2], + (tile_end - tile_start))) + for record in records: + csvwriter.writerow(tuple(record)) + else: + LOGGER.debug('Tile [{}/{}/{}] without data'.format(tile[0], tile[1], tile[2], (tile_end - tile_start))) + except BaseException as e: + LOGGER.error('Tile [{}/{}/{}] returned exception {}'.format(tile[0], tile[1], tile[2], e)) + raise e + finally: + await db_pool.release(conn) + + def _insert_tiles(self, table_data): + table_name = self._get_table_name(table_data) + copy_start = time.time() + session = current_session() + with open(self._get_csv_filename(table_data), 'rb') as f: + cursor = session.connection().connection.cursor() + sql_copy = """ + COPY {table} FROM STDIN WITH CSV HEADER DELIMITER AS ',' + """.format(table=table_name) + cursor.copy_expert(sql=sql_copy, file=f) + session.commit() + cursor.close() + copy_end = time.time() + LOGGER.info("Copy tiles for table {} took {} seconds".format(table_data['table'],copy_end - copy_start)) + + def output(self): + targets = [] + for config in self.config_data: + tables_data = self._get_table_names(config) + for table_data in tables_data: + targets.append(PostgresTarget(table_data['schema'], + table_data['table'], + where='z = {}'.format(self.zoom_level))) + return targets + + def _get_table_name(self, table_data): + return "\"{schema}\".\"{table}\"".format(schema=table_data['schema'], table=table_data['table']) + + def _get_csv_filename(self, table_data): + if not os.path.exists('tmp/tiler'): + os.makedirs('tmp/tiler') + return "tmp/tiler/tiler_{table_name}_{geography}.csv".format(table_name=table_data['table'], + geography=self.geography) + + +class SimpleTilerDOXYZTableTask(Task): + + zoom_level = IntParameter() + geography = Parameter() def __init__(self, *args, **kwargs): super(SimpleTilerDOXYZTableTask, self).__init__(*args, **kwargs) self.columns = self._get_columns() - self.mc_geography_level = self.geography def requires(self): return TilesTempTable(zoom_level=self.zoom_level, @@ -111,7 +322,7 @@ def requires(self): config_file=self.get_config_file()) def get_config_file(self): - return '{country}_all.json'.format(country=self.country) + raise NotImplementedError('get_config_file must be implemented by the child class') def get_geography_name(self): raise NotImplementedError('get_geography_name must be implemented by the child class') @@ -183,8 +394,7 @@ def _insert_data(self): FROM ( SELECT cdb_observatory.OBS_GetMCDOMVT({zoom_level}, '{geography}', ARRAY[{in_columns_ids}]::TEXT[], - ARRAY[]::TEXT[], ARRAY[]::TEXT[], ARRAY[]::TEXT[], - '{country}', {simplification_tolerance}, '{table_postfix}', {mc_geography_level}) aa + ARRAY[]::TEXT[], ARRAY[]::TEXT[], ARRAY[]::TEXT[]) aa ) q; '''.format(schema=self.output().schema, table=self.output().tablename, @@ -192,12 +402,7 @@ def _insert_data(self): geography=self.get_geography_name(), out_columns=','.join(out_columns), in_columns=','.join(in_columns), - in_columns_ids=','.join(in_columns_ids), - country=self.country, - simplification_tolerance=self.simplification_tolerance, - table_postfix=self.table_postfix if self.table_postfix is not None else '', - mc_geography_level="'{}'".format(self.mc_geography_level) - if self.mc_geography_level is not None else 'NULL') + in_columns_ids=','.join(in_columns_ids)) session.execute(query) session.commit() @@ -207,7 +412,7 @@ def run(self): self._insert_data() def output(self): - return PostgresTarget('tiler', 'xyz_{country}_do_geoms'.format(country=self.country)) + raise NotImplementedError('output must be implemented by the child class') def complete(self): session = current_session() @@ -225,4 +430,4 @@ def complete(self): except Exception: LOGGER.info('Error checking output. Maybe the table doesn\'t exist') - return count > 0 + return count > 0 \ No newline at end of file From 8a71480841a42fab624d2db0205389ea6eac0eb1 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Fri, 5 Oct 2018 10:30:44 +0200 Subject: [PATCH 19/33] Removed spuriuos files --- tasks/tiler/conf/us_all.json | 2 +- tasks/tiler/us.py | 2 +- tasks/tiler/xyz.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/tiler/conf/us_all.json b/tasks/tiler/conf/us_all.json index 38e4b63dd5..08b68e1c3f 100644 --- a/tasks/tiler/conf/us_all.json +++ b/tasks/tiler/conf/us_all.json @@ -729,4 +729,4 @@ } ] } -] \ No newline at end of file +] diff --git a/tasks/tiler/us.py b/tasks/tiler/us.py index a0270733c5..6af57e179b 100644 --- a/tasks/tiler/us.py +++ b/tasks/tiler/us.py @@ -186,4 +186,4 @@ def _get_geography_level(self, zoom): elif zoom >= 12 and zoom <= 13: return 'block_group' elif zoom == 14: - return 'block' \ No newline at end of file + return 'block' diff --git a/tasks/tiler/xyz.py b/tasks/tiler/xyz.py index a2e5b5adf8..037a7efe82 100644 --- a/tasks/tiler/xyz.py +++ b/tasks/tiler/xyz.py @@ -430,4 +430,4 @@ def complete(self): except Exception: LOGGER.info('Error checking output. Maybe the table doesn\'t exist') - return count > 0 \ No newline at end of file + return count > 0 From 524f084beba8bb82545363e5f8b966e4675f4194 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Fri, 5 Oct 2018 11:13:09 +0200 Subject: [PATCH 20/33] Fix test --- tasks/au/data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/au/data.py b/tasks/au/data.py index c24bcb0c37..99acbcfc36 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -442,8 +442,8 @@ class XCPMetaWrapper(MetaWrapper): params = { 'resolution': GEOGRAPHIES, - 'table': [TABLES[2011], TABLES[2016]], - 'year': [2011, 2016] + 'table': TABLES[2011], + 'year': [2011] } def tables(self): From aba1ace55b201dd3219f34cf8a4b3441725c901d Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Fri, 5 Oct 2018 13:42:26 +0200 Subject: [PATCH 21/33] Added CR suggestion --- tasks/au/meta/helper2016/au_columns_helper.py | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/tasks/au/meta/helper2016/au_columns_helper.py b/tasks/au/meta/helper2016/au_columns_helper.py index 7223e3bc09..3646130ec9 100644 --- a/tasks/au/meta/helper2016/au_columns_helper.py +++ b/tasks/au/meta/helper2016/au_columns_helper.py @@ -127,12 +127,6 @@ def _is_gender_column(short, gender): return short.startswith('{}_'.format(gender)) or short.endswith('_{}'.format(gender)) -def _is_other_column(short, _): - return not short.startswith('P_') and not short.endswith('_P') \ - and not short.startswith('M_') and not short.endswith('_M') \ - and not short.startswith('F_') and not short.endswith('_F') - - def _filter_denominators(denominators, datapack): filtered = denominators for filter_ in DENOMINATOR_FILTERS: @@ -194,8 +188,7 @@ def _filter_denominators(denominators, datapack): tables[table][1], tables[table][2], description, None, sequential[1:], tables[table][0]]) - searches = [(_is_gender_column, 'P'), (_is_gender_column, 'F'), (_is_gender_column, 'M'), - (_is_other_column, '')] + searches = [(_is_gender_column, 'P'), (_is_gender_column, 'F'), (_is_gender_column, 'M')] for search in searches: tempfile_.seek(0) tempreader = csv.reader(tempfile_, delimiter=',', quotechar='"') @@ -203,3 +196,13 @@ def _filter_denominators(denominators, datapack): short = row[1] if search[0](short, search[1]): writer.writerow(row) + + tempfile_.seek(0) + tempreader = csv.reader(tempfile_, delimiter=',', quotechar='"') + for row in tempreader: + short = row[1] + for search in searches: + if search[0](short, search[1]): + break + else: + writer.writerow(row) From 04bc3a65fa7edb7474c272b145f3c622ca2005c7 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 11 Oct 2018 09:13:33 +0200 Subject: [PATCH 22/33] Fixed null columns --- tasks/au/census_columns.json | 8382 ++++++++++++++++++++++++++++------ 1 file changed, 7103 insertions(+), 1279 deletions(-) diff --git a/tasks/au/census_columns.json b/tasks/au/census_columns.json index 0768b34b3e..ed213ee3e2 100644 --- a/tasks/au/census_columns.json +++ b/tasks/au/census_columns.json @@ -1,1280 +1,7104 @@ { - "Unoccupied_PDs_Psns": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G32" - } - ] - }, - "Num_Psns_UR_1_FamHhold": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G31" - } - ] - }, - "P_H_or_W_in_RM_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_Ptn_in_DFM_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_LonePnt_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_CU15_15_24": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_CU15_25_34": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_CU15_35_44": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_CU15_45_54": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_CU15_55_64": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_CU15_65_74": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_CU15_75_84": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_CU15_85ov": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_DpStu_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_DpStu_25_34": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_DpStu_35_44": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_DpStu_45_54": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_DpStu_55_64": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_DpStu_65_74": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_DpStu_75_84": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_DpStu_85ov": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_NDpChl_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_OthRI_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_URI_in_FH_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_GrpH_Mem_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "P_LonePsn_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "F_GrpH_Mem_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "F_LonePsn_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - } - ] - }, - "F_LSatH_NS_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Macedonian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Maltese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Persian_ED_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Polish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Russian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Samoan_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Serbian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_SAL_Filipino_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_SAL_Indonesian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_SAL_Tagalog_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_SAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_SAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Spanish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Tamil_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Thai_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Turkish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Vietnamese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "FOL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "PSEO_SOLSE_VWorW": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "PSEO_SOLSE_NWorNAA": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "PSEO_SOLSE_Tot": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "PSEO_NS": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_Afrikaans_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_Arabic_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_AIndLng_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_CL_Cantones_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_CL_Mandarin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_CL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_CL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_Croatian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_Dutch_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_French_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "POL_German_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - } - ] - }, - "M_LSatH_NS_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MOL_SAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MOL_Spanish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MOL_Tamil_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MOL_Thai_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MOL_Turkish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MOL_Vietnamese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MOL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MOL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FSEO_SOLSE_VWorW": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FSEO_SOLSE_NWorNAA": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FSEO_SOLSE_Tot": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FSEO_NS": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_Afrikaans_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_Arabic_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_AIndLng_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_CL_Cantones_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_CL_Mandarin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_CL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_CL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_Croatian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_Dutch_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_French_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_German_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_Greek_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_IAL_Bengali_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_IAL_Hindi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_IAL_Punjabi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_IAL_Sinhalese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_IAL_Urdu_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_IAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_IAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_Italian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_Japanese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "FOL_Korean_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - } - ] - }, - "MSEO_SOLSE_VWorW": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MSEO_SOLSE_NWorNAA": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MSEO_SOLSE_Tot": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MSEO_NS": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Afrikaans_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Arabic_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_AIndLng_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_CL_Canton_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_CL_Mandarin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_CL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_CL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Croatian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Dutch_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_French_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_German_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Greek_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_IAL_Bengali_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_IAL_Hindi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_IAL_Punjabi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_IAL_Sinhal_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_IAL_Urdu_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_IAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_IAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Italian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Japan_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Korean_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Macedon_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Maltese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Persian_ED_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Polish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Russian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Samoan_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_Serbian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_SAL_Filipin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_SAL_Indon_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_SAL_Tagalog_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "MOL_SAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - } - ] - }, - "A0_14_SEO_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - } - ] - }, - "A0_14_SOLSE_VWW_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - } - ] - }, - "A0_14_SOLSE_NWNAA_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - } - ] - }, - "A0_14_SOLSE_PinE_NS_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - } - ] - }, - "A0_14_SOLSE_T_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - } - ] - }, - "A0_14_L_PinE_NS_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - } - ] - }, - "A0_14_T_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - } - ] - } -} + "Unoccupied_PDs_Psns": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G32" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "Num_Psns_UR_1_FamHhold": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G31" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_H_or_W_in_RM_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_Ptn_in_DFM_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_LonePnt_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_CU15_15_24": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_CU15_25_34": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_CU15_35_44": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_CU15_45_54": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_CU15_55_64": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_CU15_65_74": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_CU15_75_84": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_CU15_85ov": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_DpStu_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_DpStu_25_34": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_DpStu_35_44": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_DpStu_45_54": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_DpStu_55_64": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_DpStu_65_74": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_DpStu_75_84": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_DpStu_85ov": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_NDpChl_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_OthRI_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_URI_in_FH_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_GrpH_Mem_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "P_LonePsn_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_GrpH_Mem_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_LonePsn_0_14": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G23B" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_LSatH_NS_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Macedonian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Maltese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Persian_ED_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Polish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Russian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Samoan_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Serbian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_SAL_Filipino_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_SAL_Indonesian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_SAL_Tagalog_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_SAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_SAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Spanish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Tamil_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Thai_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Turkish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Vietnamese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "PSEO_SOLSE_VWorW": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "PSEO_SOLSE_NWorNAA": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "PSEO_SOLSE_Tot": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "PSEO_NS": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_Afrikaans_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_Arabic_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_AIndLng_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_CL_Cantones_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_CL_Mandarin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_CL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_CL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_Croatian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_Dutch_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_French_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "POL_German_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13C" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_LSatH_NS_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_SAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Spanish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Tamil_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Thai_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Turkish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Vietnamese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FSEO_SOLSE_VWorW": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FSEO_SOLSE_NWorNAA": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FSEO_SOLSE_Tot": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FSEO_NS": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Afrikaans_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Arabic_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_AIndLng_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_CL_Cantones_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_CL_Mandarin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_CL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_CL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Croatian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Dutch_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_French_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_German_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Greek_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_IAL_Bengali_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_IAL_Hindi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_IAL_Punjabi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_IAL_Sinhalese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_IAL_Urdu_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_IAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_IAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Italian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Japanese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "FOL_Korean_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MSEO_SOLSE_VWorW": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MSEO_SOLSE_NWorNAA": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MSEO_SOLSE_Tot": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MSEO_NS": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Afrikaans_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Arabic_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_AIndLng_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_CL_Canton_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_CL_Mandarin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_CL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_CL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Croatian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Dutch_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_French_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_German_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Greek_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_IAL_Bengali_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_IAL_Hindi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_IAL_Punjabi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_IAL_Sinhal_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_IAL_Urdu_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_IAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_IAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Italian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Japan_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Korean_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Macedon_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Maltese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Persian_ED_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Polish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Russian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Samoan_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_Serbian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_SAL_Filipin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_SAL_Indon_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_SAL_Tagalog_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "MOL_SAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "A0_14_SEO_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "A0_14_SOLSE_VWW_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "A0_14_SOLSE_NWNAA_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "A0_14_SOLSE_PinE_NS_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "A0_14_SOLSE_T_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "A0_14_L_PinE_NS_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "A0_14_T_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_Wife_in_RM_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_Ptn_in_DFM_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_LonePnt_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_CU15_15_24": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_CU15_25_34": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_CU15_35_44": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_CU15_45_54": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_CU15_55_64": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_CU15_65_74": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_CU15_75_84": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_CU15_85ov": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_DpStu_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_DpStu_25_34": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_DpStu_35_44": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_DpStu_45_54": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_DpStu_55_64": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_DpStu_65_74": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_DpStu_75_84": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_DpStu_85ov": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_NDpChl_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_OthRI_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "F_URI_in_FH_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_Hbn_in_RM_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_Ptn_in_DFM_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_LonePnt_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_CU15_15_24": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_CU15_25_34": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_CU15_35_44": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_CU15_45_54": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_CU15_55_64": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_CU15_65_74": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_CU15_75_84": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_CU15_85ov": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_DpStu_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_DpStu_25_34": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_DpStu_35_44": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_DpStu_45_54": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_DpStu_55_64": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_DpStu_65_74": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_DpStu_75_84": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_DpStu_85ov": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_NDpChl_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_OthRI_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_URI_in_FH_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_GrpH_Mem_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + }, + "M_LonePsn_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + } + ] + } +} \ No newline at end of file From 5ab9b1c9d966407eed62b2a30e3c3304625c198a Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 11 Oct 2018 10:48:43 +0200 Subject: [PATCH 23/33] Fixed SA1 problems --- tasks/au/data.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/au/data.py b/tasks/au/data.py index 99acbcfc36..bf3184e506 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -332,7 +332,9 @@ def columns(self): def _get_geoid(self): return 'region_id' if self.year == 2011 \ - else '{}_CODE_{}'.format(self.resolution, self.year) + else '{}_{}_{}'.format(self.resolution, + '7DIGITCODE' if self.resolution == 'SA1' else 'CODE', + self.year) def populate(self): if self.resolution == GEO_MB: From 8d57dc126b70af8f96209f91cbc3646dee061c25 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 11 Oct 2018 13:16:30 +0200 Subject: [PATCH 24/33] Fixed column does not exist error --- tasks/au/geo.py | 43 ++++-------- tasks/au/geography_meta_2011.json | 111 ++++++++++++++++++++++++++++++ tasks/au/geography_meta_2016.json | 111 ++++++++++++++++++++++++++++++ 3 files changed, 236 insertions(+), 29 deletions(-) create mode 100644 tasks/au/geography_meta_2011.json create mode 100644 tasks/au/geography_meta_2016.json diff --git a/tasks/au/geo.py b/tasks/au/geo.py index 75b9de9421..6f7e8ac4cb 100644 --- a/tasks/au/geo.py +++ b/tasks/au/geo.py @@ -1,5 +1,6 @@ from luigi import Parameter, WrapperTask, Task, LocalTarget import os +import json from lib.timespan import get_timespan @@ -55,26 +56,10 @@ ) -GEOGRAPHY = { - GEO_STE: {'name': 'State/Territory', 'weight': 17, 'region_col': 'STATE_CODE', 'proper_name': 'STATE_NAME'}, - GEO_SA4: {'name': 'Statistical Area Level 4', 'weight': 16, 'region_col': 'SA4_CODE', 'proper_name': 'SA4_NAME'}, - GEO_SA3: {'name': 'Statistical Area Level 3', 'weight': 15, 'region_col': 'SA3_CODE', 'proper_name': 'SA3_NAME'}, - GEO_SA2: {'name': 'Statistical Area Level 2', 'weight': 14, 'region_col': 'SA2_MAIN', 'proper_name': 'SA2_NAME'}, - GEO_SA1: {'name': 'Statistical Area Level 1', 'weight': 13, 'region_col': 'SA1_7DIGIT', 'proper_name': 'STATE_NAME'}, - GEO_MB: {'name': 'Mesh blocks', 'weight': 13, 'region_col': 'MB_CODE16', 'proper_name': 'SA2_NAME16', 'parent_col': 'SA1_7DIG16'}, - GEO_GCCSA: {'name': 'Greater Capital City Statistical Areas', 'weight': 12, 'region_col': 'GCCSA_CODE', 'proper_name': 'GCCSA_NAME'}, - GEO_LGA: {'name': 'Local Government Areas', 'weight': 11, 'region_col': 'LGA_CODE', 'proper_name': 'LGA_NAME'}, - GEO_SLA: {'name': 'Statistical Local Areas', 'weight': 10, 'region_col': 'SLA_MAIN', 'proper_name': 'SLA_NAME'}, - GEO_SSC: {'name': 'State Suburbs', 'weight': 9, 'region_col': 'SSC_CODE', 'proper_name': 'SSC_NAME'}, - GEO_POA: {'name': 'Postal Areas', 'weight': 8, 'region_col': 'POA_CODE', 'proper_name': 'POA_NAME'}, - GEO_CED: {'name': 'Commonwealth Electoral Divisions', 'weight': 7, 'region_col': 'CED_CODE', 'proper_name': 'CED_NAME'}, - GEO_SED: {'name': 'State Electoral Divisions', 'weight': 6, 'region_col': 'SED_CODE', 'proper_name': 'SED_NAME'}, - GEO_SOS: {'name': 'Section of State', 'weight': 5, 'region_col': 'SOS_CODE', 'proper_name': 'SOS_NAME'}, - GEO_SOSR: {'name': 'Section of State Ranges', 'weight': 4, 'region_col': 'SOSR_CODE', 'proper_name': 'SOSR_NAME'}, - GEO_UCL: {'name': 'Urban Centres and Localities', 'weight': 3, 'region_col': 'UCL_CODE', 'proper_name': 'UCL_NAME'}, - GEO_SUA: {'name': 'Significant Urban Areas', 'weight': 2, 'region_col': 'SUA_CODE', 'proper_name': 'SUA_NAME'}, - GEO_RA: {'name': 'Remoteness Areas', 'weight': 1, 'region_col': 'RA_CODE', 'proper_name': 'RA_NAME'}, -} +class GeographyMeta(): + def _get_geo_meta(self, year): + with open(os.path.join(os.path.dirname(__file__), 'geography_meta_{}.json'.format(year))) as f: + return json.load(f) class SourceTags(TagsTask): @@ -128,7 +113,7 @@ def version(self): def requires(self): requires = {} - for key,url in self.URLS.items(): + for key, url in self.URLS.items(): requires[key] = (RepoFile(resource_id=key+"_"+self.task_id, version=self.version(), url=url)) @@ -192,7 +177,7 @@ def requires(self): return ImportGeography(year=self.year, resolution=self.resolution) -class GeographyColumns(ColumnsTask): +class GeographyColumns(ColumnsTask, GeographyMeta): year = Parameter() resolution = Parameter() @@ -220,9 +205,9 @@ def columns(self): geom = OBSColumn( id='{}_{}'.format(self.resolution, self.year), type='Geometry', - name=GEOGRAPHY[self.resolution]['name'], + name=self._get_geo_meta(self.year)[self.resolution]['name'], description='', - weight=GEOGRAPHY[self.resolution]['weight'], + weight=self._get_geo_meta(self.year)[self.resolution]['weight'], tags=[source, license, sections['au'], subsections['boundary']], ) geom_id = OBSColumn( @@ -239,7 +224,7 @@ def columns(self): ) geom_name = OBSColumn( type='Text', - name= 'Proper name of {}'.format(GEOGRAPHY[self.resolution]['name']), + name='Proper name of {}'.format(self._get_geo_meta(self.year)[self.resolution]['name']), id='{}_name_{}'.format(self.resolution, self.year), description='', weight=1, @@ -270,7 +255,7 @@ def columns(self): return cols -class Geography(TableTask): +class Geography(TableTask, GeographyMeta): year = Parameter() resolution = Parameter() @@ -306,7 +291,7 @@ def columns(self): def populate(self): session = current_session() if self.resolution == GEO_MB: - parent_col = GEOGRAPHY[self.resolution]['parent_col'] + ' as parent_id,' + parent_col = self._get_geo_meta(self.year)[self.resolution]['parent_col'] + ' as parent_id,' else: parent_col = '' query = ''' @@ -316,8 +301,8 @@ def populate(self): {parent_col} wkb_geometry as the_geom FROM {input} - '''.format(geom_name=GEOGRAPHY[self.resolution]['proper_name'], - region_col=GEOGRAPHY[self.resolution]['region_col'], + '''.format(geom_name=self._get_geo_meta(self.year)[self.resolution]['proper_name'], + region_col=self._get_geo_meta(self.year)[self.resolution]['region_col'], parent_col=parent_col, output=self.output().table, input=self.input()['data'].table) diff --git a/tasks/au/geography_meta_2011.json b/tasks/au/geography_meta_2011.json new file mode 100644 index 0000000000..35df706e4e --- /dev/null +++ b/tasks/au/geography_meta_2011.json @@ -0,0 +1,111 @@ +{ + "STE": { + "name": "State/Territory", + "weight": 17, + "region_col": "STATE_CODE", + "proper_name": "STATE_NAME" + }, + "SA4": { + "name": "Statistical Area Level 4", + "weight": 16, + "region_col": "SA4_CODE", + "proper_name": "SA4_NAME" + }, + "SA3": { + "name": "Statistical Area Level 3", + "weight": 15, + "region_col": "SA3_CODE", + "proper_name": "SA3_NAME" + }, + "SA2": { + "name": "Statistical Area Level 2", + "weight": 14, + "region_col": "SA2_MAIN", + "proper_name": "SA2_NAME" + }, + "SA1": { + "name": "Statistical Area Level 1", + "weight": 13, + "region_col": "SA1_7DIGIT", + "proper_name": "STATE_NAME" + }, + "MB": { + "name": "Mesh blocks", + "weight": 13, + "region_col": "MB_CODE16", + "proper_name": "SA2_NAME16", + "parent_col": "SA1_7DIG16" + }, + "GCCSA": { + "name": "Greater Capital City Statistical Areas", + "weight": 12, + "region_col": "GCCSA_CODE", + "proper_name": "GCCSA_NAME" + }, + "LGA": { + "name": "Local Government Areas", + "weight": 11, + "region_col": "LGA_CODE", + "proper_name": "LGA_NAME" + }, + "SLA": { + "name": "Statistical Local Areas", + "weight": 10, + "region_col": "SLA_MAIN", + "proper_name": "SLA_NAME" + }, + "SSC": { + "name": "State Suburbs", + "weight": 9, + "region_col": "SSC_CODE", + "proper_name": "SSC_NAME" + }, + "POA": { + "name": "Postal Areas", + "weight": 8, + "region_col": "POA_CODE", + "proper_name": "POA_NAME" + }, + "CED": { + "name": "Commonwealth Electoral Divisions", + "weight": 7, + "region_col": "CED_CODE", + "proper_name": "CED_NAME" + }, + "SED": { + "name": "State Electoral Divisions", + "weight": 6, + "region_col": "SED_CODE", + "proper_name": "SED_NAME" + }, + "SOS": { + "name": "Section of State", + "weight": 5, + "region_col": "SOS_CODE", + "proper_name": "SOS_NAME" + }, + "SOSR": { + "name": "Section of State Ranges", + "weight": 4, + "region_col": "SOSR_CODE", + "proper_name": "SOSR_NAME" + }, + "UCL": { + "name": "Urban Centres and Localities", + "weight": 3, + "region_col": "UCL_CODE", + "proper_name": "UCL_NAME" + }, + "SUA": { + "name": "Significant Urban Areas", + "weight": 2, + "region_col": "SUA_CODE", + "proper_name": "SUA_NAME" + }, + "RA": { + "name": "Remoteness Areas", + "weight": 1, + "region_col": "RA_CODE", + "proper_name": "RA_NAME" + } +} \ No newline at end of file diff --git a/tasks/au/geography_meta_2016.json b/tasks/au/geography_meta_2016.json new file mode 100644 index 0000000000..2544fdf823 --- /dev/null +++ b/tasks/au/geography_meta_2016.json @@ -0,0 +1,111 @@ +{ + "STE": { + "name": "State/Territory", + "weight": 17, + "region_col": "STATE_CODE", + "proper_name": "STATE_NAME" + }, + "SA4": { + "name": "Statistical Area Level 4", + "weight": 16, + "region_col": "SA4_CODE", + "proper_name": "SA4_NAME" + }, + "SA3": { + "name": "Statistical Area Level 3", + "weight": 15, + "region_col": "SA3_CODE", + "proper_name": "SA3_NAME" + }, + "SA2": { + "name": "Statistical Area Level 2", + "weight": 14, + "region_col": "SA2_MAIN", + "proper_name": "SA2_NAME" + }, + "SA1": { + "name": "Statistical Area Level 1", + "weight": 13, + "region_col": "SA1_7DIGIT", + "proper_name": "STATE_NAME" + }, + "MB": { + "name": "Mesh blocks", + "weight": 13, + "region_col": "MB_CODE16", + "proper_name": "SA2_NAME16", + "parent_col": "SA1_7DIG16" + }, + "GCCSA": { + "name": "Greater Capital City Statistical Areas", + "weight": 12, + "region_col": "GCCSA_CODE", + "proper_name": "GCCSA_NAME" + }, + "LGA": { + "name": "Local Government Areas", + "weight": 11, + "region_col": "LGA_CODE", + "proper_name": "LGA_NAME" + }, + "SLA": { + "name": "Statistical Local Areas", + "weight": 10, + "region_col": "SLA_MAIN", + "proper_name": "SLA_NAME" + }, + "SSC": { + "name": "State Suburbs", + "weight": 9, + "region_col": "SSC_CODE", + "proper_name": "SSC_NAME" + }, + "POA": { + "name": "Postal Areas", + "weight": 8, + "region_col": "POA_CODE", + "proper_name": "POA_NAME" + }, + "CED": { + "name": "Commonwealth Electoral Divisions", + "weight": 7, + "region_col": "CED_CODE", + "proper_name": "CED_NAME" + }, + "SED": { + "name": "State Electoral Divisions", + "weight": 6, + "region_col": "SED_CODE", + "proper_name": "SED_NAME" + }, + "SOS": { + "name": "Section of State", + "weight": 5, + "region_col": "SOS_CODE16", + "proper_name": "SOS_NAME16" + }, + "SOSR": { + "name": "Section of State Ranges", + "weight": 4, + "region_col": "SOSR_CODE16", + "proper_name": "SOSR_NAME16" + }, + "UCL": { + "name": "Urban Centres and Localities", + "weight": 3, + "region_col": "UCL_CODE16", + "proper_name": "UCL_NAME16" + }, + "SUA": { + "name": "Significant Urban Areas", + "weight": 2, + "region_col": "SUA_CODE16", + "proper_name": "SUA_NAME16" + }, + "RA": { + "name": "Remoteness Areas", + "weight": 1, + "region_col": "RA_CODE16", + "proper_name": "RA_NAME16" + } +} \ No newline at end of file From d52a8af5042ed70e71c88ad2883ab7be231cc0cd Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 11 Oct 2018 13:51:01 +0200 Subject: [PATCH 25/33] Fixed 2016 nonexisting geography --- tasks/au/data.py | 10 ++++---- tasks/au/geo.py | 42 +++++++++++-------------------- tasks/au/geography_meta_2016.json | 6 ----- 3 files changed, 19 insertions(+), 39 deletions(-) diff --git a/tasks/au/data.py b/tasks/au/data.py index bf3184e506..e50eba6cda 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -128,7 +128,7 @@ class ImportAllResolutions(WrapperTask): state = Parameter() def requires(self): - for resolution in GEOGRAPHIES: + for resolution in GEOGRAPHIES[self.year]: yield ImportAllTables(resolution=resolution, state=self.state, year=self.year) @@ -136,7 +136,7 @@ class ImportAll(WrapperTask): year = IntParameter() def requires(self): - for resolution in GEOGRAPHIES: + for resolution in GEOGRAPHIES[self.year]: for state in STATES: yield ImportAllTables(resolution=resolution, state=state, year=self.year) @@ -277,7 +277,7 @@ class AllColumns(WrapperTask): year = IntParameter() def requires(self): - for resolution in GEOGRAPHIES: + for resolution in GEOGRAPHIES[self.year]: yield AllColumnsResolution(year=self.year, resolution=resolution) @@ -433,7 +433,7 @@ class XCPAllGeographiesAllTables(WrapperTask): year = IntParameter() def requires(self): - for resolution in GEOGRAPHIES: + for resolution in [self.year]: yield XCPAllTables(resolution=resolution, year=self.year) @@ -443,7 +443,7 @@ class XCPMetaWrapper(MetaWrapper): year = IntParameter() params = { - 'resolution': GEOGRAPHIES, + 'resolution': GEOGRAPHIES[2011], 'table': TABLES[2011], 'year': [2011] } diff --git a/tasks/au/geo.py b/tasks/au/geo.py index 6f7e8ac4cb..cc8cb17a96 100644 --- a/tasks/au/geo.py +++ b/tasks/au/geo.py @@ -1,4 +1,4 @@ -from luigi import Parameter, WrapperTask, Task, LocalTarget +from luigi import Parameter, IntParameter, WrapperTask, Task, LocalTarget import os import json @@ -34,26 +34,12 @@ GEO_RA = 'RA' GEO_MB = 'MB' -GEOGRAPHIES = ( - GEO_STE, - GEO_SA4, - GEO_SA3, - GEO_SA2, - GEO_SA1, - GEO_MB, - GEO_GCCSA, - GEO_LGA, - GEO_SLA, - GEO_SSC, - GEO_POA, - GEO_CED, - GEO_SED, - GEO_SOS, - GEO_SOSR, - GEO_UCL, - GEO_SUA, - GEO_RA -) +GEOGRAPHIES = { + 2011: (GEO_STE, GEO_SA4, GEO_SA3, GEO_SA2, GEO_SA1, GEO_MB, GEO_GCCSA, GEO_LGA, GEO_SLA, + GEO_SSC, GEO_POA, GEO_CED, GEO_SED, GEO_SOS, GEO_SOSR, GEO_UCL, GEO_SUA, GEO_RA), + 2016: (GEO_STE, GEO_SA4, GEO_SA3, GEO_SA2, GEO_SA1, GEO_MB, GEO_GCCSA, GEO_LGA, + GEO_SSC, GEO_POA, GEO_CED, GEO_SED, GEO_SOS, GEO_SOSR, GEO_UCL, GEO_SUA, GEO_RA), +} class GeographyMeta(): @@ -86,7 +72,7 @@ def tags(self): class DownloadGeography(RepoFileUnzipTask): - year = Parameter() + year = IntParameter() resolution = Parameter() URL = 'http://www.censusdata.abs.gov.au/CensusOutput/copsubdatapacks.nsf/All%20docs%20by%20catNo/Boundaries_{year}_{resolution}/\$File/{year}_{resolution}_shape.zip' @@ -149,7 +135,7 @@ class ImportGeography(GeoFile2TempTableTask): Import geographies into postgres by geography level ''' - year = Parameter() + year = IntParameter() resolution = Parameter() def requires(self): @@ -170,7 +156,7 @@ def input_files(self): class SimplifiedRawGeometry(SimplifiedTempTableTask): - year = Parameter() + year = IntParameter() resolution = Parameter() def requires(self): @@ -179,7 +165,7 @@ def requires(self): class GeographyColumns(ColumnsTask, GeographyMeta): - year = Parameter() + year = IntParameter() resolution = Parameter() def version(self): @@ -257,7 +243,7 @@ def columns(self): class Geography(TableTask, GeographyMeta): - year = Parameter() + year = IntParameter() resolution = Parameter() def version(self): @@ -311,8 +297,8 @@ def populate(self): class AllGeographies(WrapperTask): - year = Parameter() + year = IntParameter() def requires(self): - for resolution in GEOGRAPHIES: + for resolution in GEOGRAPHIES[self.year]: yield Geography(resolution=resolution, year=self.year) diff --git a/tasks/au/geography_meta_2016.json b/tasks/au/geography_meta_2016.json index 2544fdf823..a74afee9eb 100644 --- a/tasks/au/geography_meta_2016.json +++ b/tasks/au/geography_meta_2016.json @@ -48,12 +48,6 @@ "region_col": "LGA_CODE", "proper_name": "LGA_NAME" }, - "SLA": { - "name": "Statistical Local Areas", - "weight": 10, - "region_col": "SLA_MAIN", - "proper_name": "SLA_NAME" - }, "SSC": { "name": "State Suburbs", "weight": 9, From 2c28c0fd3b70a8011283fa5182c5209c0b7b7d70 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 11 Oct 2018 14:19:55 +0200 Subject: [PATCH 26/33] Added geo source for reference --- tasks/au/geo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/au/geo.py b/tasks/au/geo.py index cc8cb17a96..b1794b8f1c 100644 --- a/tasks/au/geo.py +++ b/tasks/au/geo.py @@ -75,6 +75,7 @@ class DownloadGeography(RepoFileUnzipTask): year = IntParameter() resolution = Parameter() + # http://www.censusdata.abs.gov.au/CensusOutput/copsubdatapacks.nsf/All%20docs%20by%20catNo URL = 'http://www.censusdata.abs.gov.au/CensusOutput/copsubdatapacks.nsf/All%20docs%20by%20catNo/Boundaries_{year}_{resolution}/\$File/{year}_{resolution}_shape.zip' def get_url(self): From ba192a4cd9fcf642dff365cff5dde3427467df88 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Thu, 11 Oct 2018 16:26:44 +0200 Subject: [PATCH 27/33] Fixed typo --- tasks/au/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/au/data.py b/tasks/au/data.py index e50eba6cda..3229b8413a 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -433,7 +433,7 @@ class XCPAllGeographiesAllTables(WrapperTask): year = IntParameter() def requires(self): - for resolution in [self.year]: + for resolution in GEOGRAPHIES[self.year]: yield XCPAllTables(resolution=resolution, year=self.year) From 42a2607dd75f8e00a70c00fc9ca7c20e266c8026 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Mon, 15 Oct 2018 10:10:06 +0200 Subject: [PATCH 28/33] Fixed acceptance errors --- tasks/au/census_columns.json | 9244 +++++++++++++++++++++++++--------- tasks/au/data.py | 13 +- 2 files changed, 6981 insertions(+), 2276 deletions(-) diff --git a/tasks/au/census_columns.json b/tasks/au/census_columns.json index ed213ee3e2..29385d3bc9 100644 --- a/tasks/au/census_columns.json +++ b/tasks/au/census_columns.json @@ -35,6 +35,31 @@ "tablename": "G32", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "SA1" } ] }, @@ -74,6 +99,31 @@ "tablename": "G31", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "SA1" } ] }, @@ -113,49 +163,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_Ptn_in_DFM_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_LonePnt_0_14": { + "P_Ptn_in_DFM_0_14": { "exceptions": [ { "year": "2016", @@ -191,49 +227,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_CU15_15_24": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_CU15_25_34": { + "P_LonePnt_0_14": { "exceptions": [ { "year": "2016", @@ -269,49 +291,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_CU15_35_44": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_CU15_45_54": { + "P_CU15_15_24": { "exceptions": [ { "year": "2016", @@ -347,49 +355,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_CU15_55_64": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" }, { "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_CU15_65_74": { + "P_CU15_25_34": { "exceptions": [ { "year": "2016", @@ -425,49 +419,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_CU15_75_84": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_CU15_85ov": { + "P_CU15_35_44": { "exceptions": [ { "year": "2016", @@ -503,49 +483,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_DpStu_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_DpStu_25_34": { + "P_CU15_45_54": { "exceptions": [ { "year": "2016", @@ -581,49 +547,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_DpStu_35_44": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_DpStu_45_54": { + "P_CU15_55_64": { "exceptions": [ { "year": "2016", @@ -659,49 +611,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_DpStu_55_64": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_DpStu_65_74": { + "P_CU15_65_74": { "exceptions": [ { "year": "2016", @@ -737,49 +675,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_DpStu_75_84": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_DpStu_85ov": { + "P_CU15_75_84": { "exceptions": [ { "year": "2016", @@ -815,49 +739,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_NDpChl_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_OthRI_0_14": { + "P_CU15_85ov": { "exceptions": [ { "year": "2016", @@ -893,49 +803,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_URI_in_FH_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, + }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "P_GrpH_Mem_0_14": { + "P_DpStu_0_14": { "exceptions": [ { "year": "2016", @@ -971,49 +867,35 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "P_LonePsn_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_GrpH_Mem_0_14": { + "P_DpStu_25_34": { "exceptions": [ { "year": "2016", @@ -1049,907 +931,867 @@ "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_LonePsn_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_LSatH_NS_SEO": { + "P_DpStu_35_44": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Macedonian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Maltese_SEO": { + "P_DpStu_45_54": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Persian_ED_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Polish_SEO": { + "P_DpStu_55_64": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Russian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Samoan_SEO": { + "P_DpStu_65_74": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Serbian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_SAL_Filipino_SEO": { + "P_DpStu_75_84": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_SAL_Indonesian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_SAL_Tagalog_SEO": { + "P_DpStu_85ov": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_SAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_SAL_Tot_SEO": { + "P_NDpChl_0_14": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Spanish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" }, { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Tamil_SEO": { + "P_OthRI_0_14": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Thai_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Turkish_SEO": { + "P_URI_in_FH_0_14": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Vietnamese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Oth_SEO": { + "P_GrpH_Mem_0_14": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA1" } ] }, - "FOL_Tot_SEO": { + "P_LonePsn_0_14": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA1" } ] }, - "PSEO_SOLSE_VWorW": { + "F_GrpH_Mem_0_14": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA1" } ] }, - "PSEO_SOLSE_NWorNAA": { + "F_LonePsn_0_14": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13C" + "tablename": "G23B" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13C", + "tablename": "G23B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA1" } ] }, - "PSEO_SOLSE_Tot": { + "F_LSatH_NS_SEO": { "exceptions": [ { "year": "2016", @@ -1985,49 +1827,35 @@ "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "PSEO_NS": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "POL_Afrikaans_SEO": { + "FOL_Macedonian_SEO": { "exceptions": [ { "year": "2016", @@ -2063,49 +1891,35 @@ "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "POL_Arabic_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "POL_AIndLng_SEO": { + "FOL_Maltese_SEO": { "exceptions": [ { "year": "2016", @@ -2141,49 +1955,35 @@ "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "POL_CL_Cantones_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "POL_CL_Mandarin_SEO": { + "FOL_Persian_ED_SEO": { "exceptions": [ { "year": "2016", @@ -2219,49 +2019,35 @@ "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "POL_CL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" }, { "tablename": "G13C", "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "POL_CL_Tot_SEO": { + "FOL_Polish_SEO": { "exceptions": [ { "year": "2016", @@ -2297,49 +2083,35 @@ "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "POL_Croatian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "POL_Dutch_SEO": { + "FOL_Russian_SEO": { "exceptions": [ { "year": "2016", @@ -2375,49 +2147,35 @@ "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "POL_French_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" }, { "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "POL_German_SEO": { + "FOL_Samoan_SEO": { "exceptions": [ { "year": "2016", @@ -2453,3091 +2211,8240 @@ "tablename": "G13C", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA1" } ] }, - "M_LSatH_NS_SEO": { + "FOL_Serbian_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_SAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Spanish_SEO": { + "FOL_SAL_Filipino_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Tamil_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" }, { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Thai_SEO": { + "FOL_SAL_Indonesian_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Turkish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Vietnamese_SEO": { + "FOL_SAL_Tagalog_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Tot_SEO": { + "FOL_SAL_Oth_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FSEO_SOLSE_VWorW": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FSEO_SOLSE_NWorNAA": { + "FOL_SAL_Tot_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FSEO_SOLSE_Tot": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FSEO_NS": { + "FOL_Spanish_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Afrikaans_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Arabic_SEO": { + "FOL_Tamil_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_AIndLng_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_CL_Cantones_SEO": { + "FOL_Thai_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_CL_Mandarin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_CL_Oth_SEO": { + "FOL_Turkish_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_CL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" }, { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Croatian_SEO": { + "FOL_Vietnamese_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Dutch_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_French_SEO": { + "FOL_Oth_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_German_SEO": { - "exceptions": [ + }, { + "tablename": "G13C", "year": "2016", - "resolution": "STE", - "tablename": "G13B" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SED" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "UCL" }, { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Greek_SEO": { + "FOL_Tot_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_IAL_Bengali_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_IAL_Hindi_SEO": { + "PSEO_SOLSE_VWorW": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_IAL_Punjabi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_IAL_Sinhalese_SEO": { + "PSEO_SOLSE_NWorNAA": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_IAL_Urdu_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_IAL_Oth_SEO": { + "PSEO_SOLSE_Tot": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_IAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" }, { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Italian_SEO": { + "PSEO_NS": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "FOL_Japanese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "FOL_Korean_SEO": { + "POL_Afrikaans_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13B" + "tablename": "G13C" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13B", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MSEO_SOLSE_VWorW": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MSEO_SOLSE_NWorNAA": { + "POL_Arabic_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MSEO_SOLSE_Tot": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MSEO_NS": { + "POL_AIndLng_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Afrikaans_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Arabic_SEO": { + "POL_CL_Cantones_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_AIndLng_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_CL_Canton_SEO": { + "POL_CL_Mandarin_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_CL_Mandarin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_CL_Oth_SEO": { + "POL_CL_Oth_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA1" } ] }, - "MOL_CL_Tot_SEO": { + "POL_CL_Tot_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Croatian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Dutch_SEO": { + "POL_Croatian_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_French_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_German_SEO": { + "POL_Dutch_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Greek_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_IAL_Bengali_SEO": { + "POL_French_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_IAL_Hindi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_IAL_Punjabi_SEO": { + "POL_German_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13C" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_IAL_Sinhal_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13C", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_IAL_Urdu_SEO": { + "M_LSatH_NS_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_IAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "SED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "CED" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "POA" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "SSC" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_IAL_Tot_SEO": { + "MOL_SAL_Tot_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Italian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Japan_SEO": { + "MOL_Spanish_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Korean_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Macedon_SEO": { + "MOL_Tamil_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Maltese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Persian_ED_SEO": { + "MOL_Thai_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Polish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Russian_SEO": { + "MOL_Turkish_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_Samoan_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "MOL_Serbian_SEO": { + "MOL_Vietnamese_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "MOL_SAL_Filipin_SEO": { - "exceptions": [ + }, { + "tablename": "G13B", "year": "2016", - "resolution": "STE", - "tablename": "G13A" + "resolution": "RA" }, { - "tablename": "G13A", + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" } ] }, - "MOL_SAL_Indon_SEO": { + "MOL_Tot_SEO": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" } ] }, - "MOL_SAL_Tagalog_SEO": { + "FSEO_SOLSE_VWorW": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" } ] }, - "MOL_SAL_Oth_SEO": { + "FSEO_SOLSE_NWorNAA": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G13A" + "tablename": "G13B" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G13A", + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" } ] }, - "A0_14_SEO_B00": { + "FSEO_SOLSE_Tot": { "exceptions": [ { "year": "2016", "resolution": "STE", - "tablename": "G11A" + "tablename": "G13B" }, { - "tablename": "G11A", + "tablename": "G13B", "year": "2016", "resolution": "SED" }, { - "tablename": "G11A", + "tablename": "G13B", "year": "2016", "resolution": "CED" }, { - "tablename": "G11A", + "tablename": "G13B", "year": "2016", "resolution": "POA" }, { - "tablename": "G11A", + "tablename": "G13B", "year": "2016", "resolution": "SSC" }, { - "tablename": "G11A", + "tablename": "G13B", "year": "2016", "resolution": "LGA" }, { - "tablename": "G11A", + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FSEO_NS": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", "year": "2016", "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_Afrikaans_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_Arabic_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_AIndLng_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_CL_Cantones_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_CL_Mandarin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_CL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_CL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_Croatian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_Dutch_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_French_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_German_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_Greek_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_IAL_Bengali_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_IAL_Hindi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_IAL_Punjabi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_IAL_Sinhalese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_IAL_Urdu_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_IAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_IAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_Italian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_Japanese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "FOL_Korean_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13B" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MSEO_SOLSE_VWorW": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MSEO_SOLSE_NWorNAA": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MSEO_SOLSE_Tot": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MSEO_NS": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Afrikaans_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Arabic_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_AIndLng_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_CL_Canton_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_CL_Mandarin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_CL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_CL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Croatian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Dutch_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_French_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_German_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Greek_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_IAL_Bengali_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_IAL_Hindi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_IAL_Punjabi_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_IAL_Sinhal_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_IAL_Urdu_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_IAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_IAL_Tot_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Italian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Japan_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Korean_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Macedon_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Maltese_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Persian_ED_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Polish_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Russian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Samoan_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_Serbian_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_SAL_Filipin_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_SAL_Indon_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_SAL_Tagalog_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "MOL_SAL_Oth_SEO": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G13A" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "A0_14_SEO_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "A0_14_SOLSE_VWW_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "A0_14_SOLSE_NWNAA_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "A0_14_SOLSE_PinE_NS_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "A0_14_SOLSE_T_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "A0_14_L_PinE_NS_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "A0_14_T_B00": { + "exceptions": [ + { + "year": "2016", + "resolution": "STE", + "tablename": "G11A" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_Wife_in_RM_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_Ptn_in_DFM_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_LonePnt_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_CU15_15_24": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_CU15_25_34": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_CU15_35_44": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_CU15_45_54": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_CU15_55_64": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_CU15_65_74": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_CU15_75_84": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_CU15_85ov": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_DpStu_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_DpStu_25_34": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_DpStu_35_44": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_DpStu_45_54": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_DpStu_55_64": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_DpStu_65_74": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_DpStu_75_84": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_DpStu_85ov": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" + } + ] + }, + "F_NDpChl_0_14": { + "exceptions": [ + { + "tablename": "G23A", + "year": "2016", + "resolution": "SED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "CED" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "POA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SSC" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "LGA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "GCCSA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "RA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SUA" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "UCL" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SOS" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA1" } ] }, - "A0_14_SOLSE_VWW_B00": { + "F_OthRI_0_14": { "exceptions": [ { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "SED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "CED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "POA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "SSC" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "LGA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "A0_14_SOLSE_NWNAA_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "A0_14_SOLSE_PinE_NS_B00": { + "F_URI_in_FH_0_14": { "exceptions": [ { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "SED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "CED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "POA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "SSC" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "LGA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "A0_14_SOLSE_T_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "A0_14_L_PinE_NS_B00": { + "M_Hbn_in_RM_0_14": { "exceptions": [ { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "SED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "CED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "POA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "SSC" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "LGA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "A0_14_T_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { - "tablename": "G11A", + "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_Wife_in_RM_0_14": { + "M_Ptn_in_DFM_0_14": { "exceptions": [ { "tablename": "G23A", @@ -5568,44 +10475,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_Ptn_in_DFM_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_LonePnt_0_14": { + "M_LonePnt_0_14": { "exceptions": [ { "tablename": "G23A", @@ -5636,44 +10534,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_CU15_15_24": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_CU15_25_34": { + "M_CU15_15_24": { "exceptions": [ { "tablename": "G23A", @@ -5704,44 +10593,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_CU15_35_44": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_CU15_45_54": { + "M_CU15_25_34": { "exceptions": [ { "tablename": "G23A", @@ -5772,44 +10652,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_CU15_55_64": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_CU15_65_74": { + "M_CU15_35_44": { "exceptions": [ { "tablename": "G23A", @@ -5840,44 +10711,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_CU15_75_84": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_CU15_85ov": { + "M_CU15_45_54": { "exceptions": [ { "tablename": "G23A", @@ -5908,44 +10770,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_DpStu_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_DpStu_25_34": { + "M_CU15_55_64": { "exceptions": [ { "tablename": "G23A", @@ -5976,44 +10829,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_DpStu_35_44": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_DpStu_45_54": { + "M_CU15_65_74": { "exceptions": [ { "tablename": "G23A", @@ -6044,44 +10888,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_DpStu_55_64": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_DpStu_65_74": { + "M_CU15_75_84": { "exceptions": [ { "tablename": "G23A", @@ -6112,44 +10947,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_DpStu_75_84": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_DpStu_85ov": { + "M_CU15_85ov": { "exceptions": [ { "tablename": "G23A", @@ -6180,44 +11006,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_NDpChl_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "F_OthRI_0_14": { + "M_DpStu_0_14": { "exceptions": [ { "tablename": "G23A", @@ -6248,44 +11065,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "F_URI_in_FH_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_Hbn_in_RM_0_14": { + "M_DpStu_25_34": { "exceptions": [ { "tablename": "G23A", @@ -6316,44 +11124,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_Ptn_in_DFM_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_LonePnt_0_14": { + "M_DpStu_35_44": { "exceptions": [ { "tablename": "G23A", @@ -6384,44 +11183,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_CU15_15_24": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_CU15_25_34": { + "M_DpStu_45_54": { "exceptions": [ { "tablename": "G23A", @@ -6452,44 +11242,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_CU15_35_44": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_CU15_45_54": { + "M_DpStu_55_64": { "exceptions": [ { "tablename": "G23A", @@ -6520,44 +11301,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_CU15_55_64": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_CU15_65_74": { + "M_DpStu_65_74": { "exceptions": [ { "tablename": "G23A", @@ -6588,44 +11360,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_CU15_75_84": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_CU15_85ov": { + "M_DpStu_75_84": { "exceptions": [ { "tablename": "G23A", @@ -6656,44 +11419,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_DpStu_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_DpStu_25_34": { + "M_DpStu_85ov": { "exceptions": [ { "tablename": "G23A", @@ -6724,44 +11478,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_DpStu_35_44": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_DpStu_45_54": { + "M_NDpChl_0_14": { "exceptions": [ { "tablename": "G23A", @@ -6792,44 +11537,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_DpStu_55_64": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_DpStu_65_74": { + "M_OthRI_0_14": { "exceptions": [ { "tablename": "G23A", @@ -6860,44 +11596,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_DpStu_75_84": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_DpStu_85ov": { + "M_URI_in_FH_0_14": { "exceptions": [ { "tablename": "G23A", @@ -6928,44 +11655,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_NDpChl_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_OthRI_0_14": { + "M_GrpH_Mem_0_14": { "exceptions": [ { "tablename": "G23A", @@ -6996,44 +11714,35 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_URI_in_FH_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] }, - "M_GrpH_Mem_0_14": { + "M_LonePsn_0_14": { "exceptions": [ { "tablename": "G23A", @@ -7064,40 +11773,31 @@ "tablename": "G23A", "year": "2016", "resolution": "GCCSA" - } - ] - }, - "M_LonePsn_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" }, { "tablename": "G23A", "year": "2016", - "resolution": "CED" + "resolution": "RA" }, { "tablename": "G23A", "year": "2016", - "resolution": "POA" + "resolution": "SUA" }, { "tablename": "G23A", "year": "2016", - "resolution": "SSC" + "resolution": "UCL" }, { "tablename": "G23A", "year": "2016", - "resolution": "LGA" + "resolution": "SOS" }, { "tablename": "G23A", "year": "2016", - "resolution": "GCCSA" + "resolution": "SA1" } ] } diff --git a/tasks/au/data.py b/tasks/au/data.py index 3229b8413a..9c6f754e31 100644 --- a/tasks/au/data.py +++ b/tasks/au/data.py @@ -331,10 +331,15 @@ def columns(self): return cols def _get_geoid(self): - return 'region_id' if self.year == 2011 \ - else '{}_{}_{}'.format(self.resolution, - '7DIGITCODE' if self.resolution == 'SA1' else 'CODE', - self.year) + if self.year == 2011: + return 'region_id' + else: + if self.resolution == 'SA1': + return '{}_{}_{}'.format(self.resolution, '7DIGITCODE', self.year) + elif self.resolution == 'SA2': + return '{}_{}_{}'.format(self.resolution, 'MAINCODE', self.year) + else: + return '{}_{}_{}'.format(self.resolution, 'CODE', self.year) def populate(self): if self.resolution == GEO_MB: From b73509b9fe65cd13c6503cb9dd7645ae897e378e Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Mon, 15 Oct 2018 11:13:34 +0200 Subject: [PATCH 29/33] Fixed staging errors --- tasks/au/meta/Metadata_2016_GCP_DataPack.csv | 104 +++++++++--------- tasks/au/meta/helper2016/au_columns_helper.py | 3 +- 2 files changed, 54 insertions(+), 53 deletions(-) diff --git a/tasks/au/meta/Metadata_2016_GCP_DataPack.csv b/tasks/au/meta/Metadata_2016_GCP_DataPack.csv index 413c1e7c48..540459212c 100644 --- a/tasks/au/meta/Metadata_2016_GCP_DataPack.csv +++ b/tasks/au/meta/Metadata_2016_GCP_DataPack.csv @@ -4550,7 +4550,7 @@ G7204,F_Ptn_in_DFM_65_74,Females Partner in de facto marriage Age 65 74 years,To G7205,F_Ptn_in_DFM_75_84,Females Partner in de facto marriage Age 75 84 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,75-84 years|FEMALES,,7205,Relationship in Household by Age by Sex G7206,F_Ptn_in_DFM_85ov,Females Partner in de facto marriage Age 85 years and over,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,85 years and over|FEMALES,,7206,Relationship in Household by Age by Sex G7207,F_Ptn_in_DFM_Tot,Females Partner in de facto marriage Total,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,Total|FEMALES,,7207,Relationship in Household by Age by Sex -G7208,F_LonePnt_0_14,Females Lone parent Age 0 14 years,Tot_P_P|Tot_P_F|P_LonePnt_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7208,Relationship in Household by Age by Sex +G7208,F_LonePnt_0_14,Females Lone parent Age 0 14 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,0-14 years|FEMALES,,7208,Relationship in Household by Age by Sex G7209,F_LonePnt_15_24,Females Lone parent Age 15 24 years,Tot_P_P|Tot_P_F|P_LonePnt_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7209,Relationship in Household by Age by Sex G7210,F_LonePnt_25_34,Females Lone parent Age 25 34 years,Tot_P_P|Tot_P_F|P_LonePnt_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7210,Relationship in Household by Age by Sex G7211,F_LonePnt_35_44,Females Lone parent Age 35 44 years,Tot_P_P|Tot_P_F|P_LonePnt_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7211,Relationship in Household by Age by Sex @@ -4560,27 +4560,27 @@ G7214,F_LonePnt_65_74,Females Lone parent Age 65 74 years,Tot_P_P|Tot_P_F|P_Lone G7215,F_LonePnt_75_84,Females Lone parent Age 75 84 years,Tot_P_P|Tot_P_F|P_LonePnt_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7215,Relationship in Household by Age by Sex G7216,F_LonePnt_85ov,Females Lone parent Age 85 years and over,Tot_P_P|Tot_P_F|P_LonePnt_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7216,Relationship in Household by Age by Sex G7217,F_LonePnt_Tot,Females Lone parent Total,Tot_P_P|Tot_P_F|P_LonePnt_Tot,G23A,people,families|age_gender,Total|FEMALES,,7217,Relationship in Household by Age by Sex -G7218,F_CU15_0_14,Females Child under 15 Age 0 14 years,Tot_P_P|Tot_P_F|P_CU15_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7218,Relationship in Household by Age by Sex -G7219,F_CU15_15_24,Females Child under 15 Age 15 24 years,Tot_P_P|Tot_P_F|P_CU15_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7219,Relationship in Household by Age by Sex -G7220,F_CU15_25_34,Females Child under 15 Age 25 34 years,Tot_P_P|Tot_P_F|P_CU15_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7220,Relationship in Household by Age by Sex -G7221,F_CU15_35_44,Females Child under 15 Age 35 44 years,Tot_P_P|Tot_P_F|P_CU15_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7221,Relationship in Household by Age by Sex -G7222,F_CU15_45_54,Females Child under 15 Age 45 54 years,Tot_P_P|Tot_P_F|P_CU15_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7222,Relationship in Household by Age by Sex -G7223,F_CU15_55_64,Females Child under 15 Age 55 64 years,Tot_P_P|Tot_P_F|P_CU15_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7223,Relationship in Household by Age by Sex -G7224,F_CU15_65_74,Females Child under 15 Age 65 74 years,Tot_P_P|Tot_P_F|P_CU15_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7224,Relationship in Household by Age by Sex -G7225,F_CU15_75_84,Females Child under 15 Age 75 84 years,Tot_P_P|Tot_P_F|P_CU15_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7225,Relationship in Household by Age by Sex -G7226,F_CU15_85ov,Females Child under 15 Age 85 years and over,Tot_P_P|Tot_P_F|P_CU15_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7226,Relationship in Household by Age by Sex -G7227,F_CU15_Tot,Females Child under 15 Total,Tot_P_P|Tot_P_F|P_CU15_Tot,G23A,people,families|age_gender,Total|FEMALES,,7227,Relationship in Household by Age by Sex -G7228,F_DpStu_0_14,Females Dependent student Aged 15 24 years Age 0 14 years,Tot_P_P|Tot_P_F|P_DpStu_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7228,Relationship in Household by Age by Sex -G7229,F_DpStu_15_24,Females Dependent student Aged 15 24 years Age 15 24 years,Tot_P_P|Tot_P_F|P_DpStu_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7229,Relationship in Household by Age by Sex -G7230,F_DpStu_25_34,Females Dependent student Aged 15 24 years Age 25 34 years,Tot_P_P|Tot_P_F|P_DpStu_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7230,Relationship in Household by Age by Sex -G7231,F_DpStu_35_44,Females Dependent student Aged 15 24 years Age 35 44 years,Tot_P_P|Tot_P_F|P_DpStu_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7231,Relationship in Household by Age by Sex -G7232,F_DpStu_45_54,Females Dependent student Aged 15 24 years Age 45 54 years,Tot_P_P|Tot_P_F|P_DpStu_45_54,G23A,people,families|age_gender,45-54 years|FEMALES,,7232,Relationship in Household by Age by Sex -G7233,F_DpStu_55_64,Females Dependent student Aged 15 24 years Age 55 64 years,Tot_P_P|Tot_P_F|P_DpStu_55_64,G23A,people,families|age_gender,55-64 years|FEMALES,,7233,Relationship in Household by Age by Sex -G7234,F_DpStu_65_74,Females Dependent student Aged 15 24 years Age 65 74 years,Tot_P_P|Tot_P_F|P_DpStu_65_74,G23A,people,families|age_gender,65-74 years|FEMALES,,7234,Relationship in Household by Age by Sex -G7235,F_DpStu_75_84,Females Dependent student Aged 15 24 years Age 75 84 years,Tot_P_P|Tot_P_F|P_DpStu_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7235,Relationship in Household by Age by Sex -G7236,F_DpStu_85ov,Females Dependent student Aged 15 24 years Age 85 years and over,Tot_P_P|Tot_P_F|P_DpStu_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7236,Relationship in Household by Age by Sex -G7237,F_DpStu_Tot,Females Dependent student Aged 15 24 years Total,Tot_P_P|Tot_P_F|P_DpStu_Tot,G23A,people,families|age_gender,Total|FEMALES,,7237,Relationship in Household by Age by Sex -G7238,F_NDpChl_0_14,Females Non dependent child Age 0 14 years,Tot_P_P|Tot_P_F|P_NDpChl_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7238,Relationship in Household by Age by Sex +G7218,F_CU15_0_14,Females Child under 15 Age 0 14 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,0-14 years|FEMALES,,7218,Relationship in Household by Age by Sex +G7219,F_CU15_15_24,Females Child under 15 Age 15 24 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,15-24 years|FEMALES,,7219,Relationship in Household by Age by Sex +G7220,F_CU15_25_34,Females Child under 15 Age 25 34 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,25-34 years|FEMALES,,7220,Relationship in Household by Age by Sex +G7221,F_CU15_35_44,Females Child under 15 Age 35 44 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,35-44 years|FEMALES,,7221,Relationship in Household by Age by Sex +G7222,F_CU15_45_54,Females Child under 15 Age 45 54 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,45-54 years|FEMALES,,7222,Relationship in Household by Age by Sex +G7223,F_CU15_55_64,Females Child under 15 Age 55 64 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,55-64 years|FEMALES,,7223,Relationship in Household by Age by Sex +G7224,F_CU15_65_74,Females Child under 15 Age 65 74 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,65-74 years|FEMALES,,7224,Relationship in Household by Age by Sex +G7225,F_CU15_75_84,Females Child under 15 Age 75 84 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,75-84 years|FEMALES,,7225,Relationship in Household by Age by Sex +G7226,F_CU15_85ov,Females Child under 15 Age 85 years and over,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,85 years and over|FEMALES,,7226,Relationship in Household by Age by Sex +G7227,F_CU15_Tot,Females Child under 15 Total,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,Total|FEMALES,,7227,Relationship in Household by Age by Sex +G7228,F_DpStu_0_14,Females Dependent student Aged 15 24 years Age 0 14 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,0-14 years|FEMALES,,7228,Relationship in Household by Age by Sex +G7229,F_DpStu_15_24,Females Dependent student Aged 15 24 years Age 15 24 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,15-24 years|FEMALES,,7229,Relationship in Household by Age by Sex +G7230,F_DpStu_25_34,Females Dependent student Aged 15 24 years Age 25 34 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,25-34 years|FEMALES,,7230,Relationship in Household by Age by Sex +G7231,F_DpStu_35_44,Females Dependent student Aged 15 24 years Age 35 44 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,35-44 years|FEMALES,,7231,Relationship in Household by Age by Sex +G7232,F_DpStu_45_54,Females Dependent student Aged 15 24 years Age 45 54 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,45-54 years|FEMALES,,7232,Relationship in Household by Age by Sex +G7233,F_DpStu_55_64,Females Dependent student Aged 15 24 years Age 55 64 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,55-64 years|FEMALES,,7233,Relationship in Household by Age by Sex +G7234,F_DpStu_65_74,Females Dependent student Aged 15 24 years Age 65 74 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,65-74 years|FEMALES,,7234,Relationship in Household by Age by Sex +G7235,F_DpStu_75_84,Females Dependent student Aged 15 24 years Age 75 84 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,75-84 years|FEMALES,,7235,Relationship in Household by Age by Sex +G7236,F_DpStu_85ov,Females Dependent student Aged 15 24 years Age 85 years and over,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,85 years and over|FEMALES,,7236,Relationship in Household by Age by Sex +G7237,F_DpStu_Tot,Females Dependent student Aged 15 24 years Total,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,Total|FEMALES,,7237,Relationship in Household by Age by Sex +G7238,F_NDpChl_0_14,Females Non dependent child Age 0 14 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,0-14 years|FEMALES,,7238,Relationship in Household by Age by Sex G7239,F_NDpChl_15_24,Females Non dependent child Age 15 24 years,Tot_P_P|Tot_P_F|P_NDpChl_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7239,Relationship in Household by Age by Sex G7240,F_NDpChl_25_34,Females Non dependent child Age 25 34 years,Tot_P_P|Tot_P_F|P_NDpChl_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7240,Relationship in Household by Age by Sex G7241,F_NDpChl_35_44,Females Non dependent child Age 35 44 years,Tot_P_P|Tot_P_F|P_NDpChl_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7241,Relationship in Household by Age by Sex @@ -4590,7 +4590,7 @@ G7244,F_NDpChl_65_74,Females Non dependent child Age 65 74 years,Tot_P_P|Tot_P_F G7245,F_NDpChl_75_84,Females Non dependent child Age 75 84 years,Tot_P_P|Tot_P_F|P_NDpChl_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7245,Relationship in Household by Age by Sex G7246,F_NDpChl_85ov,Females Non dependent child Age 85 years and over,Tot_P_P|Tot_P_F|P_NDpChl_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7246,Relationship in Household by Age by Sex G7247,F_NDpChl_Tot,Females Non dependent child Total,Tot_P_P|Tot_P_F|P_NDpChl_Tot,G23A,people,families|age_gender,Total|FEMALES,,7247,Relationship in Household by Age by Sex -G7248,F_OthRI_0_14,Females Other related individual Age 0 14 years,Tot_P_P|Tot_P_F|P_OthRI_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7248,Relationship in Household by Age by Sex +G7248,F_OthRI_0_14,Females Other related individual Age 0 14 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,0-14 years|FEMALES,,7248,Relationship in Household by Age by Sex G7249,F_OthRI_15_24,Females Other related individual Age 15 24 years,Tot_P_P|Tot_P_F|P_OthRI_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7249,Relationship in Household by Age by Sex G7250,F_OthRI_25_34,Females Other related individual Age 25 34 years,Tot_P_P|Tot_P_F|P_OthRI_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7250,Relationship in Household by Age by Sex G7251,F_OthRI_35_44,Females Other related individual Age 35 44 years,Tot_P_P|Tot_P_F|P_OthRI_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7251,Relationship in Household by Age by Sex @@ -4600,7 +4600,7 @@ G7254,F_OthRI_65_74,Females Other related individual Age 65 74 years,Tot_P_P|Tot G7255,F_OthRI_75_84,Females Other related individual Age 75 84 years,Tot_P_P|Tot_P_F|P_OthRI_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7255,Relationship in Household by Age by Sex G7256,F_OthRI_85ov,Females Other related individual Age 85 years and over,Tot_P_P|Tot_P_F|P_OthRI_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7256,Relationship in Household by Age by Sex G7257,F_OthRI_Tot,Females Other related individual Total,Tot_P_P|Tot_P_F|P_OthRI_Tot,G23A,people,families|age_gender,Total|FEMALES,,7257,Relationship in Household by Age by Sex -G7258,F_URI_in_FH_0_14,Females Unrelated individual living in family household Age 0 14 years,Tot_P_P|Tot_P_F|P_URI_in_FH_0_14,G23A,people,families|age_gender,0-14 years|FEMALES,,7258,Relationship in Household by Age by Sex +G7258,F_URI_in_FH_0_14,Females Unrelated individual living in family household Age 0 14 years,Tot_P_P|Tot_P_F,G23A,people,families|age_gender,0-14 years|FEMALES,,7258,Relationship in Household by Age by Sex G7259,F_URI_in_FH_15_24,Females Unrelated individual living in family household Age 15 24 years,Tot_P_P|Tot_P_F|P_URI_in_FH_15_24,G23A,people,families|age_gender,15-24 years|FEMALES,,7259,Relationship in Household by Age by Sex G7260,F_URI_in_FH_25_34,Females Unrelated individual living in family household Age 25 34 years,Tot_P_P|Tot_P_F|P_URI_in_FH_25_34,G23A,people,families|age_gender,25-34 years|FEMALES,,7260,Relationship in Household by Age by Sex G7261,F_URI_in_FH_35_44,Females Unrelated individual living in family household Age 35 44 years,Tot_P_P|Tot_P_F|P_URI_in_FH_35_44,G23A,people,families|age_gender,35-44 years|FEMALES,,7261,Relationship in Household by Age by Sex @@ -4610,7 +4610,7 @@ G7264,F_URI_in_FH_65_74,Females Unrelated individual living in family household G7265,F_URI_in_FH_75_84,Females Unrelated individual living in family household Age 75 84 years,Tot_P_P|Tot_P_F|P_URI_in_FH_75_84,G23A,people,families|age_gender,75-84 years|FEMALES,,7265,Relationship in Household by Age by Sex G7266,F_URI_in_FH_85ov,Females Unrelated individual living in family household Age 85 years and over,Tot_P_P|Tot_P_F|P_URI_in_FH_85ov,G23A,people,families|age_gender,85 years and over|FEMALES,,7266,Relationship in Household by Age by Sex G7267,F_URI_in_FH_Tot,Females Unrelated individual living in family household Total,Tot_P_P|Tot_P_F|P_URI_in_FH_Tot,G23A,people,families|age_gender,Total|FEMALES,,7267,Relationship in Household by Age by Sex -G7268,F_GrpH_Mem_0_14,Females Group household member Age 0 14 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_0_14,G23B,people,families|age_gender,0-14 years|FEMALES,,7268,Relationship in Household by Age by Sex +G7268,F_GrpH_Mem_0_14,Females Group household member Age 0 14 years,Tot_P_P|Tot_P_F,G23B,people,families|age_gender,0-14 years|FEMALES,,7268,Relationship in Household by Age by Sex G7269,F_GrpH_Mem_15_24,Females Group household member Age 15 24 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_15_24,G23B,people,families|age_gender,15-24 years|FEMALES,,7269,Relationship in Household by Age by Sex G7270,F_GrpH_Mem_25_34,Females Group household member Age 25 34 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_25_34,G23B,people,families|age_gender,25-34 years|FEMALES,,7270,Relationship in Household by Age by Sex G7271,F_GrpH_Mem_35_44,Females Group household member Age 35 44 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_35_44,G23B,people,families|age_gender,35-44 years|FEMALES,,7271,Relationship in Household by Age by Sex @@ -4620,7 +4620,7 @@ G7274,F_GrpH_Mem_65_74,Females Group household member Age 65 74 years,Tot_P_P|To G7275,F_GrpH_Mem_75_84,Females Group household member Age 75 84 years,Tot_P_P|Tot_P_F|P_GrpH_Mem_75_84,G23B,people,families|age_gender,75-84 years|FEMALES,,7275,Relationship in Household by Age by Sex G7276,F_GrpH_Mem_85ov,Females Group household member Age 85 years and over,Tot_P_P|Tot_P_F|P_GrpH_Mem_85ov,G23B,people,families|age_gender,85 years and over|FEMALES,,7276,Relationship in Household by Age by Sex G7277,F_GrpH_Mem_Tot,Females Group household member Total,Tot_P_P|Tot_P_F|P_GrpH_Mem_Tot,G23B,people,families|age_gender,Total|FEMALES,,7277,Relationship in Household by Age by Sex -G7278,F_LonePsn_0_14,Females Lone person Age 0 14 years,Tot_P_P|Tot_P_F|P_LonePsn_0_14,G23B,people,families|age_gender,0-14 years|FEMALES,,7278,Relationship in Household by Age by Sex +G7278,F_LonePsn_0_14,Females Lone person Age 0 14 years,Tot_P_P|Tot_P_F,G23B,people,families|age_gender,0-14 years|FEMALES,,7278,Relationship in Household by Age by Sex G7279,F_LonePsn_15_24,Females Lone person Age 15 24 years,Tot_P_P|Tot_P_F|P_LonePsn_15_24,G23B,people,families|age_gender,15-24 years|FEMALES,,7279,Relationship in Household by Age by Sex G7280,F_LonePsn_25_34,Females Lone person Age 25 34 years,Tot_P_P|Tot_P_F|P_LonePsn_25_34,G23B,people,families|age_gender,25-34 years|FEMALES,,7280,Relationship in Household by Age by Sex G7281,F_LonePsn_35_44,Females Lone person Age 35 44 years,Tot_P_P|Tot_P_F|P_LonePsn_35_44,G23B,people,families|age_gender,35-44 years|FEMALES,,7281,Relationship in Household by Age by Sex @@ -7631,7 +7631,7 @@ G7084,M_Ptn_in_DFM_65_74,Males Partner in de facto marriage Age 65 74 years,Tot_ G7085,M_Ptn_in_DFM_75_84,Males Partner in de facto marriage Age 75 84 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,75-84 years|MALES,,7085,Relationship in Household by Age by Sex G7086,M_Ptn_in_DFM_85ov,Males Partner in de facto marriage Age 85 years and over,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,85 years and over|MALES,,7086,Relationship in Household by Age by Sex G7087,M_Ptn_in_DFM_Tot,Males Partner in de facto marriage Total,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,Total|MALES,,7087,Relationship in Household by Age by Sex -G7088,M_LonePnt_0_14,Males Lone parent Age 0 14 years,Tot_P_P|Tot_P_M|P_LonePnt_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7088,Relationship in Household by Age by Sex +G7088,M_LonePnt_0_14,Males Lone parent Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7088,Relationship in Household by Age by Sex G7089,M_LonePnt_15_24,Males Lone parent Age 15 24 years,Tot_P_P|Tot_P_M|P_LonePnt_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7089,Relationship in Household by Age by Sex G7090,M_LonePnt_25_34,Males Lone parent Age 25 34 years,Tot_P_P|Tot_P_M|P_LonePnt_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7090,Relationship in Household by Age by Sex G7091,M_LonePnt_35_44,Males Lone parent Age 35 44 years,Tot_P_P|Tot_P_M|P_LonePnt_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7091,Relationship in Household by Age by Sex @@ -7641,27 +7641,27 @@ G7094,M_LonePnt_65_74,Males Lone parent Age 65 74 years,Tot_P_P|Tot_P_M|P_LonePn G7095,M_LonePnt_75_84,Males Lone parent Age 75 84 years,Tot_P_P|Tot_P_M|P_LonePnt_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7095,Relationship in Household by Age by Sex G7096,M_LonePnt_85ov,Males Lone parent Age 85 years and over,Tot_P_P|Tot_P_M|P_LonePnt_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7096,Relationship in Household by Age by Sex G7097,M_LonePnt_Tot,Males Lone parent Total,Tot_P_P|Tot_P_M|P_LonePnt_Tot,G23A,people,families|age_gender,Total|MALES,,7097,Relationship in Household by Age by Sex -G7098,M_CU15_0_14,Males Child under 15 Age 0 14 years,Tot_P_P|Tot_P_M|P_CU15_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7098,Relationship in Household by Age by Sex -G7099,M_CU15_15_24,Males Child under 15 Age 15 24 years,Tot_P_P|Tot_P_M|P_CU15_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7099,Relationship in Household by Age by Sex -G7100,M_CU15_25_34,Males Child under 15 Age 25 34 years,Tot_P_P|Tot_P_M|P_CU15_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7100,Relationship in Household by Age by Sex -G7101,M_CU15_35_44,Males Child under 15 Age 35 44 years,Tot_P_P|Tot_P_M|P_CU15_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7101,Relationship in Household by Age by Sex -G7102,M_CU15_45_54,Males Child under 15 Age 45 54 years,Tot_P_P|Tot_P_M|P_CU15_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7102,Relationship in Household by Age by Sex -G7103,M_CU15_55_64,Males Child under 15 Age 55 64 years,Tot_P_P|Tot_P_M|P_CU15_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7103,Relationship in Household by Age by Sex -G7104,M_CU15_65_74,Males Child under 15 Age 65 74 years,Tot_P_P|Tot_P_M|P_CU15_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7104,Relationship in Household by Age by Sex -G7105,M_CU15_75_84,Males Child under 15 Age 75 84 years,Tot_P_P|Tot_P_M|P_CU15_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7105,Relationship in Household by Age by Sex -G7106,M_CU15_85ov,Males Child under 15 Age 85 years and over,Tot_P_P|Tot_P_M|P_CU15_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7106,Relationship in Household by Age by Sex -G7107,M_CU15_Tot,Males Child under 15 Total,Tot_P_P|Tot_P_M|P_CU15_Tot,G23A,people,families|age_gender,Total|MALES,,7107,Relationship in Household by Age by Sex -G7108,M_DpStu_0_14,Males Dependent student Aged 15 24 years Age 0 14 years,Tot_P_P|Tot_P_M|P_DpStu_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7108,Relationship in Household by Age by Sex -G7109,M_DpStu_15_24,Males Dependent student Aged 15 24 years Age 15 24 years,Tot_P_P|Tot_P_M|P_DpStu_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7109,Relationship in Household by Age by Sex -G7110,M_DpStu_25_34,Males Dependent student Aged 15 24 years Age 25 34 years,Tot_P_P|Tot_P_M|P_DpStu_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7110,Relationship in Household by Age by Sex -G7111,M_DpStu_35_44,Males Dependent student Aged 15 24 years Age 35 44 years,Tot_P_P|Tot_P_M|P_DpStu_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7111,Relationship in Household by Age by Sex -G7112,M_DpStu_45_54,Males Dependent student Aged 15 24 years Age 45 54 years,Tot_P_P|Tot_P_M|P_DpStu_45_54,G23A,people,families|age_gender,45-54 years|MALES,,7112,Relationship in Household by Age by Sex -G7113,M_DpStu_55_64,Males Dependent student Aged 15 24 years Age 55 64 years,Tot_P_P|Tot_P_M|P_DpStu_55_64,G23A,people,families|age_gender,55-64 years|MALES,,7113,Relationship in Household by Age by Sex -G7114,M_DpStu_65_74,Males Dependent student Aged 15 24 years Age 65 74 years,Tot_P_P|Tot_P_M|P_DpStu_65_74,G23A,people,families|age_gender,65-74 years|MALES,,7114,Relationship in Household by Age by Sex -G7115,M_DpStu_75_84,Males Dependent student Aged 15 24 years Age 75 84 years,Tot_P_P|Tot_P_M|P_DpStu_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7115,Relationship in Household by Age by Sex -G7116,M_DpStu_85ov,Males Dependent student Aged 15 24 years Age 85 years and over,Tot_P_P|Tot_P_M|P_DpStu_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7116,Relationship in Household by Age by Sex -G7117,M_DpStu_Tot,Males Dependent student Aged 15 24 years Total,Tot_P_P|Tot_P_M|P_DpStu_Tot,G23A,people,families|age_gender,Total|MALES,,7117,Relationship in Household by Age by Sex -G7118,M_NDpChl_0_14,Males Non dependent child Age 0 14 years,Tot_P_P|Tot_P_M|P_NDpChl_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7118,Relationship in Household by Age by Sex +G7098,M_CU15_0_14,Males Child under 15 Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7098,Relationship in Household by Age by Sex +G7099,M_CU15_15_24,Males Child under 15 Age 15 24 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,15-24 years|MALES,,7099,Relationship in Household by Age by Sex +G7100,M_CU15_25_34,Males Child under 15 Age 25 34 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,25-34 years|MALES,,7100,Relationship in Household by Age by Sex +G7101,M_CU15_35_44,Males Child under 15 Age 35 44 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,35-44 years|MALES,,7101,Relationship in Household by Age by Sex +G7102,M_CU15_45_54,Males Child under 15 Age 45 54 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,45-54 years|MALES,,7102,Relationship in Household by Age by Sex +G7103,M_CU15_55_64,Males Child under 15 Age 55 64 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,55-64 years|MALES,,7103,Relationship in Household by Age by Sex +G7104,M_CU15_65_74,Males Child under 15 Age 65 74 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,65-74 years|MALES,,7104,Relationship in Household by Age by Sex +G7105,M_CU15_75_84,Males Child under 15 Age 75 84 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,75-84 years|MALES,,7105,Relationship in Household by Age by Sex +G7106,M_CU15_85ov,Males Child under 15 Age 85 years and over,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,85 years and over|MALES,,7106,Relationship in Household by Age by Sex +G7107,M_CU15_Tot,Males Child under 15 Total,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,Total|MALES,,7107,Relationship in Household by Age by Sex +G7108,M_DpStu_0_14,Males Dependent student Aged 15 24 years Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7108,Relationship in Household by Age by Sex +G7109,M_DpStu_15_24,Males Dependent student Aged 15 24 years Age 15 24 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,15-24 years|MALES,,7109,Relationship in Household by Age by Sex +G7110,M_DpStu_25_34,Males Dependent student Aged 15 24 years Age 25 34 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,25-34 years|MALES,,7110,Relationship in Household by Age by Sex +G7111,M_DpStu_35_44,Males Dependent student Aged 15 24 years Age 35 44 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,35-44 years|MALES,,7111,Relationship in Household by Age by Sex +G7112,M_DpStu_45_54,Males Dependent student Aged 15 24 years Age 45 54 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,45-54 years|MALES,,7112,Relationship in Household by Age by Sex +G7113,M_DpStu_55_64,Males Dependent student Aged 15 24 years Age 55 64 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,55-64 years|MALES,,7113,Relationship in Household by Age by Sex +G7114,M_DpStu_65_74,Males Dependent student Aged 15 24 years Age 65 74 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,65-74 years|MALES,,7114,Relationship in Household by Age by Sex +G7115,M_DpStu_75_84,Males Dependent student Aged 15 24 years Age 75 84 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,75-84 years|MALES,,7115,Relationship in Household by Age by Sex +G7116,M_DpStu_85ov,Males Dependent student Aged 15 24 years Age 85 years and over,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,85 years and over|MALES,,7116,Relationship in Household by Age by Sex +G7117,M_DpStu_Tot,Males Dependent student Aged 15 24 years Total,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,Total|MALES,,7117,Relationship in Household by Age by Sex +G7118,M_NDpChl_0_14,Males Non dependent child Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7118,Relationship in Household by Age by Sex G7119,M_NDpChl_15_24,Males Non dependent child Age 15 24 years,Tot_P_P|Tot_P_M|P_NDpChl_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7119,Relationship in Household by Age by Sex G7120,M_NDpChl_25_34,Males Non dependent child Age 25 34 years,Tot_P_P|Tot_P_M|P_NDpChl_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7120,Relationship in Household by Age by Sex G7121,M_NDpChl_35_44,Males Non dependent child Age 35 44 years,Tot_P_P|Tot_P_M|P_NDpChl_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7121,Relationship in Household by Age by Sex @@ -7671,7 +7671,7 @@ G7124,M_NDpChl_65_74,Males Non dependent child Age 65 74 years,Tot_P_P|Tot_P_M|P G7125,M_NDpChl_75_84,Males Non dependent child Age 75 84 years,Tot_P_P|Tot_P_M|P_NDpChl_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7125,Relationship in Household by Age by Sex G7126,M_NDpChl_85ov,Males Non dependent child Age 85 years and over,Tot_P_P|Tot_P_M|P_NDpChl_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7126,Relationship in Household by Age by Sex G7127,M_NDpChl_Tot,Males Non dependent child Total,Tot_P_P|Tot_P_M|P_NDpChl_Tot,G23A,people,families|age_gender,Total|MALES,,7127,Relationship in Household by Age by Sex -G7128,M_OthRI_0_14,Males Other related individual Age 0 14 years,Tot_P_P|Tot_P_M|P_OthRI_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7128,Relationship in Household by Age by Sex +G7128,M_OthRI_0_14,Males Other related individual Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7128,Relationship in Household by Age by Sex G7129,M_OthRI_15_24,Males Other related individual Age 15 24 years,Tot_P_P|Tot_P_M|P_OthRI_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7129,Relationship in Household by Age by Sex G7130,M_OthRI_25_34,Males Other related individual Age 25 34 years,Tot_P_P|Tot_P_M|P_OthRI_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7130,Relationship in Household by Age by Sex G7131,M_OthRI_35_44,Males Other related individual Age 35 44 years,Tot_P_P|Tot_P_M|P_OthRI_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7131,Relationship in Household by Age by Sex @@ -7681,7 +7681,7 @@ G7134,M_OthRI_65_74,Males Other related individual Age 65 74 years,Tot_P_P|Tot_P G7135,M_OthRI_75_84,Males Other related individual Age 75 84 years,Tot_P_P|Tot_P_M|P_OthRI_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7135,Relationship in Household by Age by Sex G7136,M_OthRI_85ov,Males Other related individual Age 85 years and over,Tot_P_P|Tot_P_M|P_OthRI_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7136,Relationship in Household by Age by Sex G7137,M_OthRI_Tot,Males Other related individual Total,Tot_P_P|Tot_P_M|P_OthRI_Tot,G23A,people,families|age_gender,Total|MALES,,7137,Relationship in Household by Age by Sex -G7138,M_URI_in_FH_0_14,Males Unrelated individual living in family household Age 0 14 years,Tot_P_P|Tot_P_M|P_URI_in_FH_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7138,Relationship in Household by Age by Sex +G7138,M_URI_in_FH_0_14,Males Unrelated individual living in family household Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7138,Relationship in Household by Age by Sex G7139,M_URI_in_FH_15_24,Males Unrelated individual living in family household Age 15 24 years,Tot_P_P|Tot_P_M|P_URI_in_FH_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7139,Relationship in Household by Age by Sex G7140,M_URI_in_FH_25_34,Males Unrelated individual living in family household Age 25 34 years,Tot_P_P|Tot_P_M|P_URI_in_FH_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7140,Relationship in Household by Age by Sex G7141,M_URI_in_FH_35_44,Males Unrelated individual living in family household Age 35 44 years,Tot_P_P|Tot_P_M|P_URI_in_FH_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7141,Relationship in Household by Age by Sex @@ -7691,7 +7691,7 @@ G7144,M_URI_in_FH_65_74,Males Unrelated individual living in family household Ag G7145,M_URI_in_FH_75_84,Males Unrelated individual living in family household Age 75 84 years,Tot_P_P|Tot_P_M|P_URI_in_FH_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7145,Relationship in Household by Age by Sex G7146,M_URI_in_FH_85ov,Males Unrelated individual living in family household Age 85 years and over,Tot_P_P|Tot_P_M|P_URI_in_FH_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7146,Relationship in Household by Age by Sex G7147,M_URI_in_FH_Tot,Males Unrelated individual living in family household Total,Tot_P_P|Tot_P_M|P_URI_in_FH_Tot,G23A,people,families|age_gender,Total|MALES,,7147,Relationship in Household by Age by Sex -G7148,M_GrpH_Mem_0_14,Males Group household member Age 0 14 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7148,Relationship in Household by Age by Sex +G7148,M_GrpH_Mem_0_14,Males Group household member Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7148,Relationship in Household by Age by Sex G7149,M_GrpH_Mem_15_24,Males Group household member Age 15 24 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7149,Relationship in Household by Age by Sex G7150,M_GrpH_Mem_25_34,Males Group household member Age 25 34 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7150,Relationship in Household by Age by Sex G7151,M_GrpH_Mem_35_44,Males Group household member Age 35 44 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7151,Relationship in Household by Age by Sex @@ -7701,7 +7701,7 @@ G7154,M_GrpH_Mem_65_74,Males Group household member Age 65 74 years,Tot_P_P|Tot_ G7155,M_GrpH_Mem_75_84,Males Group household member Age 75 84 years,Tot_P_P|Tot_P_M|P_GrpH_Mem_75_84,G23A,people,families|age_gender,75-84 years|MALES,,7155,Relationship in Household by Age by Sex G7156,M_GrpH_Mem_85ov,Males Group household member Age 85 years and over,Tot_P_P|Tot_P_M|P_GrpH_Mem_85ov,G23A,people,families|age_gender,85 years and over|MALES,,7156,Relationship in Household by Age by Sex G7157,M_GrpH_Mem_Tot,Males Group household member Total,Tot_P_P|Tot_P_M|P_GrpH_Mem_Tot,G23A,people,families|age_gender,Total|MALES,,7157,Relationship in Household by Age by Sex -G7158,M_LonePsn_0_14,Males Lone person Age 0 14 years,Tot_P_P|Tot_P_M|P_LonePsn_0_14,G23A,people,families|age_gender,0-14 years|MALES,,7158,Relationship in Household by Age by Sex +G7158,M_LonePsn_0_14,Males Lone person Age 0 14 years,Tot_P_P|Tot_P_M,G23A,people,families|age_gender,0-14 years|MALES,,7158,Relationship in Household by Age by Sex G7159,M_LonePsn_15_24,Males Lone person Age 15 24 years,Tot_P_P|Tot_P_M|P_LonePsn_15_24,G23A,people,families|age_gender,15-24 years|MALES,,7159,Relationship in Household by Age by Sex G7160,M_LonePsn_25_34,Males Lone person Age 25 34 years,Tot_P_P|Tot_P_M|P_LonePsn_25_34,G23A,people,families|age_gender,25-34 years|MALES,,7160,Relationship in Household by Age by Sex G7161,M_LonePsn_35_44,Males Lone person Age 35 44 years,Tot_P_P|Tot_P_M|P_LonePsn_35_44,G23A,people,families|age_gender,35-44 years|MALES,,7161,Relationship in Household by Age by Sex diff --git a/tasks/au/meta/helper2016/au_columns_helper.py b/tasks/au/meta/helper2016/au_columns_helper.py index 3646130ec9..db93e06a34 100644 --- a/tasks/au/meta/helper2016/au_columns_helper.py +++ b/tasks/au/meta/helper2016/au_columns_helper.py @@ -89,7 +89,8 @@ 'P_3000_3999_Tot', 'P_4000_4999_Tot', 'P_5000over_Tot', 'P_0_299_Tot', 'P_300_449_Tot', 'P_450_599_Tot', 'P_600_799_Tot', 'P_800_999_Tot', 'P_1000_1399_Tot', 'P_1400_1799_Tot', 'P_1800_2399_Tot', 'P_2400_2999_Tot', 'P_3000_3999_Tot', - 'P_4000_over_Tot', ] + 'P_4000_over_Tot', 'P_LonePnt_0_14', 'P_CU15_', 'P_DpStu_', 'P_NDpChl_0_14', 'P_OthRI_0_14', + 'P_URI_in_FH_0_14', 'P_GrpH_Mem_0_14', 'P_LonePsn_0_14', ] DENOMINATOR_ALIASES = { 'all': { 'P_Y8b_15_19': 'P_Y8b_15_19_yrs', From 335ca647340b6ea72a2605c7787c876478430e3c Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Mon, 15 Oct 2018 11:32:25 +0200 Subject: [PATCH 30/33] Fixed Hound suggestion --- tasks/au/meta/helper2016/au_columns_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/au/meta/helper2016/au_columns_helper.py b/tasks/au/meta/helper2016/au_columns_helper.py index db93e06a34..50de1b6bdb 100644 --- a/tasks/au/meta/helper2016/au_columns_helper.py +++ b/tasks/au/meta/helper2016/au_columns_helper.py @@ -89,7 +89,7 @@ 'P_3000_3999_Tot', 'P_4000_4999_Tot', 'P_5000over_Tot', 'P_0_299_Tot', 'P_300_449_Tot', 'P_450_599_Tot', 'P_600_799_Tot', 'P_800_999_Tot', 'P_1000_1399_Tot', 'P_1400_1799_Tot', 'P_1800_2399_Tot', 'P_2400_2999_Tot', 'P_3000_3999_Tot', - 'P_4000_over_Tot', 'P_LonePnt_0_14', 'P_CU15_', 'P_DpStu_', 'P_NDpChl_0_14', 'P_OthRI_0_14', + 'P_4000_over_Tot', 'P_LonePnt_0_14', 'P_CU15_', 'P_DpStu_', 'P_NDpChl_0_14', 'P_OthRI_0_14', 'P_URI_in_FH_0_14', 'P_GrpH_Mem_0_14', 'P_LonePsn_0_14', ] DENOMINATOR_ALIASES = { 'all': { From ebfd30e6bffc61c01990b2334baca6b1a2ad5984 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Tue, 16 Oct 2018 09:52:37 +0200 Subject: [PATCH 31/33] Fix SOSR geography import --- tasks/au/geography_meta_2016.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/au/geography_meta_2016.json b/tasks/au/geography_meta_2016.json index a74afee9eb..468ffff1a3 100644 --- a/tasks/au/geography_meta_2016.json +++ b/tasks/au/geography_meta_2016.json @@ -81,8 +81,8 @@ "SOSR": { "name": "Section of State Ranges", "weight": 4, - "region_col": "SOSR_CODE16", - "proper_name": "SOSR_NAME16" + "region_col": "SOSRCODE16", + "proper_name": "SOSRNAME16" }, "UCL": { "name": "Urban Centres and Localities", From 16868abbabf40b30a967487b14bf8d010d5ecff3 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Tue, 16 Oct 2018 10:02:53 +0200 Subject: [PATCH 32/33] Fixed NULL columns --- tasks/au/census_columns.json | 3076 +++++++++++++++++++++++++++++++++- 1 file changed, 3063 insertions(+), 13 deletions(-) diff --git a/tasks/au/census_columns.json b/tasks/au/census_columns.json index 29385d3bc9..ab085aa761 100644 --- a/tasks/au/census_columns.json +++ b/tasks/au/census_columns.json @@ -60,6 +60,21 @@ "tablename": "G32", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G32", + "year": "2016", + "resolution": "SA4" } ] }, @@ -124,6 +139,21 @@ "tablename": "G31", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G31", + "year": "2016", + "resolution": "SA4" } ] }, @@ -188,6 +218,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -252,6 +297,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -316,6 +376,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -380,6 +455,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -444,6 +534,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -508,6 +613,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -572,6 +692,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -636,6 +771,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -700,6 +850,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -764,6 +929,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -828,6 +1008,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -892,6 +1087,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -956,6 +1166,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1020,6 +1245,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1084,6 +1324,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1148,6 +1403,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1212,6 +1482,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1276,6 +1561,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1340,6 +1640,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1404,10 +1719,25 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" - } - ] - }, - "P_OthRI_0_14": { + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" + } + ] + }, + "P_OthRI_0_14": { "exceptions": [ { "year": "2016", @@ -1468,6 +1798,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1532,6 +1877,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1596,6 +1956,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1660,6 +2035,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1724,6 +2114,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1788,6 +2193,21 @@ "tablename": "G23B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1852,6 +2272,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1916,6 +2351,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -1980,6 +2430,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2044,6 +2509,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2108,6 +2588,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2172,6 +2667,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2236,6 +2746,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2300,6 +2825,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2364,6 +2904,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2428,6 +2983,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2492,6 +3062,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2556,6 +3141,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2620,6 +3220,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2684,6 +3299,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2748,6 +3378,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2812,6 +3457,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2876,6 +3536,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -2940,6 +3615,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3004,6 +3694,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3068,6 +3773,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3132,6 +3852,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3196,6 +3931,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3260,6 +4010,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3324,6 +4089,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3388,6 +4168,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3452,6 +4247,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3516,6 +4326,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3580,6 +4405,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3644,6 +4484,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3708,6 +4563,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3772,6 +4642,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3836,6 +4721,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3900,6 +4800,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -3964,6 +4879,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4028,6 +4958,21 @@ "tablename": "G13C", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13C", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4092,10 +5037,25 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" - } - ] - }, - "MOL_SAL_Tot_SEO": { + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" + } + ] + }, + "MOL_SAL_Tot_SEO": { "exceptions": [ { "year": "2016", @@ -4156,6 +5116,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4220,6 +5195,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4284,6 +5274,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4348,6 +5353,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4412,6 +5432,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4476,6 +5511,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4540,6 +5590,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4604,6 +5669,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4668,6 +5748,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4732,6 +5827,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4796,6 +5906,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4860,6 +5985,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4924,6 +6064,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -4988,6 +6143,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5052,6 +6222,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5116,6 +6301,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5180,6 +6380,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5244,6 +6459,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5308,6 +6538,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5372,6 +6617,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5436,6 +6696,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5500,6 +6775,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5564,6 +6854,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5628,6 +6933,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5692,6 +7012,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5756,6 +7091,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5820,6 +7170,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5884,6 +7249,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -5948,6 +7328,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6012,6 +7407,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6076,6 +7486,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6140,6 +7565,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6204,6 +7644,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6268,6 +7723,21 @@ "tablename": "G13B", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13B", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6332,6 +7802,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6396,6 +7881,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6460,6 +7960,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6524,6 +8039,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6588,6 +8118,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6652,6 +8197,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6716,6 +8276,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6780,10 +8355,25 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" - } - ] - }, - "MOL_CL_Mandarin_SEO": { + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" + } + ] + }, + "MOL_CL_Mandarin_SEO": { "exceptions": [ { "year": "2016", @@ -6844,6 +8434,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6908,6 +8513,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -6972,6 +8592,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7036,6 +8671,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7100,6 +8750,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7164,6 +8829,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7228,6 +8908,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7292,6 +8987,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7356,6 +9066,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7420,6 +9145,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7484,6 +9224,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7548,6 +9303,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7612,6 +9382,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7676,6 +9461,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7740,6 +9540,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7804,6 +9619,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7868,6 +9698,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7932,6 +9777,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -7996,6 +9856,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8060,6 +9935,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8124,6 +10014,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8188,6 +10093,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8252,6 +10172,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8316,6 +10251,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8380,6 +10330,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8444,6 +10409,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8508,6 +10488,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8572,6 +10567,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8636,6 +10646,21 @@ "tablename": "G13A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G13A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8700,6 +10725,21 @@ "tablename": "G11A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8764,6 +10804,21 @@ "tablename": "G11A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8828,6 +10883,21 @@ "tablename": "G11A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8892,6 +10962,21 @@ "tablename": "G11A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -8956,6 +11041,21 @@ "tablename": "G11A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -9020,6 +11120,21 @@ "tablename": "G11A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -9084,6 +11199,21 @@ "tablename": "G11A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G11A", + "year": "2016", + "resolution": "SA4" } ] }, @@ -9143,6 +11273,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9202,6 +11352,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9261,6 +11431,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9320,6 +11510,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9379,6 +11589,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9438,6 +11668,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9497,6 +11747,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9556,6 +11826,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9615,6 +11905,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9674,6 +11984,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9733,6 +12063,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9792,6 +12142,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9851,6 +12221,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9910,6 +12300,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -9969,6 +12379,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10028,6 +12458,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10087,6 +12537,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10146,6 +12616,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10205,6 +12695,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10264,6 +12774,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10323,6 +12853,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10382,6 +12932,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10441,6 +13011,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10500,6 +13090,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10559,6 +13169,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10618,6 +13248,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10677,6 +13327,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10736,6 +13406,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10795,6 +13485,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10854,6 +13564,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10913,6 +13643,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -10972,6 +13722,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11031,6 +13801,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11090,6 +13880,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11149,6 +13959,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11208,6 +14038,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11267,6 +14117,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11326,6 +14196,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11385,6 +14275,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11444,6 +14354,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11503,6 +14433,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11562,6 +14512,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11621,6 +14591,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11680,6 +14670,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11739,6 +14749,26 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] }, @@ -11798,7 +14828,27 @@ "tablename": "G23A", "year": "2016", "resolution": "SA1" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA2" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA3" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "SA4" + }, + { + "tablename": "G23A", + "year": "2016", + "resolution": "STE" } ] } -} \ No newline at end of file +} From 5298599f5255580ebf0409de367974e52ed88f89 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Tue, 16 Oct 2018 10:20:47 +0200 Subject: [PATCH 33/33] Fixed NULL columns --- tasks/au/census_columns.json | 15432 +++------------------------------ 1 file changed, 1042 insertions(+), 14390 deletions(-) diff --git a/tasks/au/census_columns.json b/tasks/au/census_columns.json index ab085aa761..bf63d972bc 100644 --- a/tasks/au/census_columns.json +++ b/tasks/au/census_columns.json @@ -3,14851 +3,1503 @@ "exceptions": [ { "year": "2016", - "resolution": "STE", "tablename": "G32" - }, - { - "tablename": "G32", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G32", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G32", - "year": "2016", - "resolution": "POA" - }, + } + ] + }, + "Num_Psns_UR_1_FamHhold": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G31" + } + ] + }, + "P_H_or_W_in_RM_0_14": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G23B" + } + ] + }, + "P_Ptn_in_DFM_0_14": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G23B" + } + ] + }, + "P_LonePnt_0_14": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "RA" - }, + "tablename": "G23B" + } + ] + }, + "P_CU15_15_24": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G23B" + } + ] + }, + "P_CU15_25_34": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G23B" + } + ] + }, + "P_CU15_35_44": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G23B" + } + ] + }, + "P_CU15_45_54": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G23B" + } + ] + }, + "P_CU15_55_64": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G23B" + } + ] + }, + "P_CU15_65_74": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G23B" + } + ] + }, + "P_CU15_75_84": { + "exceptions": [ { - "tablename": "G32", "year": "2016", - "resolution": "SA4" + "tablename": "G23B" } ] }, - "Num_Psns_UR_1_FamHhold": { + "P_CU15_85ov": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G31" - }, + "tablename": "G23B" + } + ] + }, + "P_DpStu_0_14": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "SED" - }, + "tablename": "G23B" + } + ] + }, + "P_DpStu_25_34": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "CED" - }, + "tablename": "G23B" + } + ] + }, + "P_DpStu_35_44": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "POA" - }, + "tablename": "G23B" + } + ] + }, + "P_DpStu_45_54": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G23B" + } + ] + }, + "P_DpStu_55_64": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G23B" + } + ] + }, + "P_DpStu_65_74": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G23B" + } + ] + }, + "P_DpStu_75_84": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "RA" - }, + "tablename": "G23B" + } + ] + }, + "P_DpStu_85ov": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G23B" + } + ] + }, + "P_NDpChl_0_14": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G23B" + } + ] + }, + "P_OthRI_0_14": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G23B" + } + ] + }, + "P_URI_in_FH_0_14": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G23B" + } + ] + }, + "P_GrpH_Mem_0_14": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G23B" + } + ] + }, + "P_LonePsn_0_14": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G23B" + } + ] + }, + "F_GrpH_Mem_0_14": { + "exceptions": [ { - "tablename": "G31", "year": "2016", - "resolution": "SA4" + "tablename": "G23B" } ] }, - "P_H_or_W_in_RM_0_14": { + "F_LonePsn_0_14": { "exceptions": [ { "year": "2016", - "resolution": "STE", "tablename": "G23B" - }, + } + ] + }, + "F_LSatH_NS_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Macedonian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "CED" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Maltese_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "POA" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Persian_ED_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Polish_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Russian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Samoan_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "RA" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Serbian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Filipino_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Indonesian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Tagalog_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Oth_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G13C" + } + ] + }, + "FOL_SAL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Spanish_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA4" + "tablename": "G13C" } ] }, - "P_Ptn_in_DFM_0_14": { + "FOL_Tamil_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Thai_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Turkish_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Vietnamese_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Oth_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G13C" + } + ] + }, + "FOL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "RA" - }, + "tablename": "G13C" + } + ] + }, + "PSEO_SOLSE_VWorW": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G13C" + } + ] + }, + "PSEO_SOLSE_NWorNAA": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G13C" + } + ] + }, + "PSEO_SOLSE_Tot": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G13C" + } + ] + }, + "PSEO_NS": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G13C" + } + ] + }, + "POL_Afrikaans_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G13C" + } + ] + }, + "POL_Arabic_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G13C" + } + ] + }, + "POL_AIndLng_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA4" + "tablename": "G13C" } ] }, - "P_LonePnt_0_14": { + "POL_CL_Cantones_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, + "tablename": "G13C" + } + ] + }, + "POL_CL_Mandarin_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, + "tablename": "G13C" + } + ] + }, + "POL_CL_Oth_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "CED" - }, + "tablename": "G13C" + } + ] + }, + "POL_CL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "POA" - }, + "tablename": "G13C" + } + ] + }, + "POL_Croatian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G13C" + } + ] + }, + "POL_Dutch_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G13C" + } + ] + }, + "POL_French_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G13C" + } + ] + }, + "POL_German_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "RA" - }, + "tablename": "G13C" + } + ] + }, + "M_LSatH_NS_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G13B" + } + ] + }, + "MOL_SAL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G13B" + } + ] + }, + "MOL_Spanish_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G13B" + } + ] + }, + "MOL_Tamil_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G13B" + } + ] + }, + "MOL_Thai_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G13B" + } + ] + }, + "MOL_Turkish_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G13B" + } + ] + }, + "MOL_Vietnamese_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA4" + "tablename": "G13B" } ] }, - "P_CU15_15_24": { + "MOL_Oth_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, + "tablename": "G13B" + } + ] + }, + "MOL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, + "tablename": "G13B" + } + ] + }, + "FSEO_SOLSE_VWorW": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "CED" - }, + "tablename": "G13B" + } + ] + }, + "FSEO_SOLSE_NWorNAA": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "POA" - }, + "tablename": "G13B" + } + ] + }, + "FSEO_SOLSE_Tot": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G13B" + } + ] + }, + "FSEO_NS": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_Afrikaans_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_Arabic_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "RA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_AIndLng_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_CL_Cantones_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G13B" + } + ] + }, + "FOL_CL_Mandarin_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G13B" + } + ] + }, + "FOL_CL_Oth_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G13B" + } + ] + }, + "FOL_CL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G13B" + } + ] + }, + "FOL_Croatian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G13B" + } + ] + }, + "FOL_Dutch_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA4" + "tablename": "G13B" } ] }, - "P_CU15_25_34": { + "FOL_French_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, + "tablename": "G13B" + } + ] + }, + "FOL_German_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_Greek_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Bengali_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Hindi_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Punjabi_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "RA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Sinhalese_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Urdu_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Oth_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G13B" + } + ] + }, + "FOL_IAL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G13B" + } + ] + }, + "FOL_Italian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G13B" + } + ] + }, + "FOL_Japanese_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G13B" + } + ] + }, + "FOL_Korean_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA4" + "tablename": "G13B" } ] }, - "P_CU15_35_44": { + "MSEO_SOLSE_VWorW": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, + "tablename": "G13A" + } + ] + }, + "MSEO_SOLSE_NWorNAA": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, + "tablename": "G13A" + } + ] + }, + "MSEO_SOLSE_Tot": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "CED" - }, + "tablename": "G13A" + } + ] + }, + "MSEO_NS": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "POA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Afrikaans_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Arabic_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_AIndLng_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_CL_Canton_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "RA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_CL_Mandarin_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_CL_Oth_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G13A" + } + ] + }, + "MOL_CL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Croatian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Dutch_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G13A" + } + ] + }, + "MOL_French_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G13A" + } + ] + }, + "MOL_German_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA4" + "tablename": "G13A" } ] }, - "P_CU15_45_54": { + "MOL_Greek_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Bengali_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Hindi_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "CED" - }, + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Punjabi_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "POA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Sinhal_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SSC" - }, + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Urdu_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "LGA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Oth_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "GCCSA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_IAL_Tot_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "RA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Italian_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SUA" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Japan_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "UCL" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Korean_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SOS" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Macedon_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Maltese_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Persian_ED_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Polish_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA4" + "tablename": "G13A" } ] }, - "P_CU15_55_64": { + "MOL_Russian_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, + "tablename": "G13A" + } + ] + }, + "MOL_Samoan_SEO": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" + "tablename": "G13A" } ] }, - "P_CU15_65_74": { + "MOL_Serbian_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" + "tablename": "G13A" } ] }, - "P_CU15_75_84": { + "MOL_SAL_Filipin_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" + "tablename": "G13A" } ] }, - "P_CU15_85ov": { + "MOL_SAL_Indon_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" + "tablename": "G13A" } ] }, - "P_DpStu_0_14": { + "MOL_SAL_Tagalog_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" + "tablename": "G13A" } ] }, - "P_DpStu_25_34": { + "MOL_SAL_Oth_SEO": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" + "tablename": "G13A" } ] }, - "P_DpStu_35_44": { + "A0_14_SEO_B00": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, + "tablename": "G11A" + } + ] + }, + "A0_14_SOLSE_VWW_B00": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA1" - }, + "tablename": "G11A" + } + ] + }, + "A0_14_SOLSE_NWNAA_B00": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA2" - }, + "tablename": "G11A" + } + ] + }, + "A0_14_SOLSE_PinE_NS_B00": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA3" - }, + "tablename": "G11A" + } + ] + }, + "A0_14_SOLSE_T_B00": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SA4" + "tablename": "G11A" } ] }, - "P_DpStu_45_54": { + "A0_14_L_PinE_NS_B00": { "exceptions": [ { "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, + "tablename": "G11A" + } + ] + }, + "A0_14_T_B00": { + "exceptions": [ { - "tablename": "G23B", "year": "2016", - "resolution": "SED" - }, + "tablename": "G11A" + } + ] + }, + "F_Wife_in_RM_0_14": { + "exceptions": [ { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_DpStu_55_64": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_DpStu_65_74": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_DpStu_75_84": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_DpStu_85ov": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_NDpChl_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_OthRI_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_URI_in_FH_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_GrpH_Mem_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "P_LonePsn_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "F_GrpH_Mem_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "F_LonePsn_0_14": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G23B" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "F_LSatH_NS_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Macedonian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Maltese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Persian_ED_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Polish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Russian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Samoan_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Serbian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_SAL_Filipino_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_SAL_Indonesian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_SAL_Tagalog_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_SAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_SAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Spanish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Tamil_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Thai_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Turkish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Vietnamese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "PSEO_SOLSE_VWorW": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "PSEO_SOLSE_NWorNAA": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "PSEO_SOLSE_Tot": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "PSEO_NS": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_Afrikaans_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_Arabic_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_AIndLng_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_CL_Cantones_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_CL_Mandarin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_CL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_CL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_Croatian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_Dutch_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_French_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "POL_German_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13C" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13C", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "M_LSatH_NS_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_SAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Spanish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Tamil_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Thai_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Turkish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Vietnamese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FSEO_SOLSE_VWorW": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FSEO_SOLSE_NWorNAA": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FSEO_SOLSE_Tot": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FSEO_NS": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Afrikaans_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Arabic_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_AIndLng_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_CL_Cantones_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_CL_Mandarin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_CL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_CL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Croatian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Dutch_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_French_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_German_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Greek_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_IAL_Bengali_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_IAL_Hindi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_IAL_Punjabi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_IAL_Sinhalese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_IAL_Urdu_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_IAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_IAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Italian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Japanese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "FOL_Korean_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13B" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13B", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MSEO_SOLSE_VWorW": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MSEO_SOLSE_NWorNAA": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MSEO_SOLSE_Tot": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MSEO_NS": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Afrikaans_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Arabic_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_AIndLng_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_CL_Canton_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_CL_Mandarin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_CL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_CL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Croatian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Dutch_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_French_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_German_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Greek_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_IAL_Bengali_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_IAL_Hindi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_IAL_Punjabi_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_IAL_Sinhal_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_IAL_Urdu_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_IAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_IAL_Tot_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Italian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Japan_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Korean_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Macedon_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Maltese_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Persian_ED_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Polish_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Russian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Samoan_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_Serbian_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_SAL_Filipin_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_SAL_Indon_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_SAL_Tagalog_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "MOL_SAL_Oth_SEO": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G13A" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G13A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "A0_14_SEO_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "A0_14_SOLSE_VWW_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "A0_14_SOLSE_NWNAA_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "A0_14_SOLSE_PinE_NS_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "A0_14_SOLSE_T_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "A0_14_L_PinE_NS_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "A0_14_T_B00": { - "exceptions": [ - { - "year": "2016", - "resolution": "STE", - "tablename": "G11A" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G11A", - "year": "2016", - "resolution": "SA4" - } - ] - }, - "F_Wife_in_RM_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_Ptn_in_DFM_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_LonePnt_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_CU15_15_24": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_CU15_25_34": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_CU15_35_44": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_CU15_45_54": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_CU15_55_64": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_CU15_65_74": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_CU15_75_84": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_CU15_85ov": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_DpStu_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_DpStu_25_34": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_DpStu_35_44": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_DpStu_45_54": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_DpStu_55_64": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_DpStu_65_74": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_DpStu_75_84": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_DpStu_85ov": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_NDpChl_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_OthRI_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "F_URI_in_FH_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_Hbn_in_RM_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_Ptn_in_DFM_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_LonePnt_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_CU15_15_24": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_CU15_25_34": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_CU15_35_44": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_CU15_45_54": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_CU15_55_64": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_CU15_65_74": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_CU15_75_84": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_CU15_85ov": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_DpStu_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_DpStu_25_34": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_DpStu_35_44": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_DpStu_45_54": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_DpStu_55_64": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_DpStu_65_74": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_DpStu_75_84": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_DpStu_85ov": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, + "tablename": "G23A", + "year": "2016" + } + ] + }, + "F_Ptn_in_DFM_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" - } - ] - }, - "M_NDpChl_0_14": { - "exceptions": [ - { - "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" + "year": "2016" } ] }, - "M_OthRI_0_14": { + "F_LonePnt_0_14": { "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "STE" + "year": "2016" } ] }, - "M_URI_in_FH_0_14": { + "F_CU15_15_24": { "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, - { - "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, + "year": "2016" + } + ] + }, + "F_CU15_25_34": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, + "year": "2016" + } + ] + }, + "F_CU15_35_44": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, + "year": "2016" + } + ] + }, + "F_CU15_45_54": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, + "year": "2016" + } + ] + }, + "F_CU15_55_64": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, + "year": "2016" + } + ] + }, + "F_CU15_65_74": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, + "year": "2016" + } + ] + }, + "F_CU15_75_84": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, + "year": "2016" + } + ] + }, + "F_CU15_85ov": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, + "year": "2016" + } + ] + }, + "F_DpStu_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, + "year": "2016" + } + ] + }, + "F_DpStu_25_34": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, + "year": "2016" + } + ] + }, + "F_DpStu_35_44": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, + "year": "2016" + } + ] + }, + "F_DpStu_45_54": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, + "year": "2016" + } + ] + }, + "F_DpStu_55_64": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "STE" + "year": "2016" } ] }, - "M_GrpH_Mem_0_14": { + "F_DpStu_65_74": { "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, + "year": "2016" + } + ] + }, + "F_DpStu_75_84": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, + "year": "2016" + } + ] + }, + "F_DpStu_85ov": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, + "year": "2016" + } + ] + }, + "F_NDpChl_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, + "year": "2016" + } + ] + }, + "F_OthRI_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, + "year": "2016" + } + ] + }, + "F_URI_in_FH_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, + "year": "2016" + } + ] + }, + "M_Hbn_in_RM_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, + "year": "2016" + } + ] + }, + "M_Ptn_in_DFM_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, + "year": "2016" + } + ] + }, + "M_LonePnt_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, + "year": "2016" + } + ] + }, + "M_CU15_15_24": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, + "year": "2016" + } + ] + }, + "M_CU15_25_34": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, + "year": "2016" + } + ] + }, + "M_CU15_35_44": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, + "year": "2016" + } + ] + }, + "M_CU15_45_54": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, + "year": "2016" + } + ] + }, + "M_CU15_55_64": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, + "year": "2016" + } + ] + }, + "M_CU15_65_74": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "STE" + "year": "2016" } ] }, - "M_LonePsn_0_14": { + "M_CU15_75_84": { "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SED" - }, + "year": "2016" + } + ] + }, + "M_CU15_85ov": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "CED" - }, + "year": "2016" + } + ] + }, + "M_DpStu_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "POA" - }, + "year": "2016" + } + ] + }, + "M_DpStu_25_34": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SSC" - }, + "year": "2016" + } + ] + }, + "M_DpStu_35_44": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "LGA" - }, + "year": "2016" + } + ] + }, + "M_DpStu_45_54": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "GCCSA" - }, + "year": "2016" + } + ] + }, + "M_DpStu_55_64": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "RA" - }, + "year": "2016" + } + ] + }, + "M_DpStu_65_74": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SUA" - }, + "year": "2016" + } + ] + }, + "M_DpStu_75_84": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "UCL" - }, + "year": "2016" + } + ] + }, + "M_DpStu_85ov": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SOS" - }, + "year": "2016" + } + ] + }, + "M_NDpChl_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA1" - }, + "year": "2016" + } + ] + }, + "M_OthRI_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA2" - }, + "year": "2016" + } + ] + }, + "M_URI_in_FH_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA3" - }, + "year": "2016" + } + ] + }, + "M_GrpH_Mem_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "SA4" - }, + "year": "2016" + } + ] + }, + "M_LonePsn_0_14": { + "exceptions": [ { "tablename": "G23A", - "year": "2016", - "resolution": "STE" + "year": "2016" } ] }