powered by
Extract unique table ids for 'nomis' tables containing given name in their title, these unique table ids can be used to rapidly query census data in other functions e.g. 'get_overview("NM_102_1")'
get_table_id(name, base_url = "https://www.nomisweb.co.uk/api/v01")
A dataframe of 'nomis' table codes and names, as strings, for all 'nomis' tables containing the selected 'name' in their title.
A string to search for within 'nomis' table titles.
Nomis API base url
get_table_id(name="employment")
Run the code above in your browser using DataLab