{"id":23421402,"url":"https://github.com/nhsdigital/asc-overview","last_synced_at":"2026-03-15T07:40:51.990Z","repository":{"id":217359796,"uuid":"619493562","full_name":"NHSDigital/ASC-Overview","owner":"NHSDigital","description":"Code repository for Adult Social Care Overview ","archived":false,"fork":false,"pushed_at":"2023-06-13T07:38:05.000Z","size":154,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-19T18:13:26.759Z","etag":null,"topics":["councils","euclidean-distance","local-authorities","numpy","pandas","peer-groups","python","scipy","silver-rap","sklearn"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NHSDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-27T08:51:43.000Z","updated_at":"2024-02-21T11:36:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f797ee7-793c-40f4-9ed0-30d74058155c","html_url":"https://github.com/NHSDigital/ASC-Overview","commit_stats":null,"previous_names":["nhsdigital/asc-overview"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NHSDigital/ASC-Overview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Overview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Overview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Overview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Overview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NHSDigital","download_url":"https://codeload.github.com/NHSDigital/ASC-Overview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Overview/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267289399,"owners_count":24064725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["councils","euclidean-distance","local-authorities","numpy","pandas","peer-groups","python","scipy","silver-rap","sklearn"],"created_at":"2024-12-23T02:15:01.824Z","updated_at":"2026-03-15T07:40:46.945Z","avatar_url":"https://github.com/NHSDigital.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adult Social Care Overview\r\nThis report brings together the latest data collected by NHS Digital across different aspects of adult social care supported by local authorities. It aims to produce an insightful and coherent narrative about the trends in adult social care in England.\r\n\r\nThe report looks at data collected by NHS Digital from local authorities, typically spanning the time period from 2015-16 up to the latest available data.\r\n\r\n# Initial package set up\r\n\r\nRun the following command to set up your environment correctly **from the root directory**\r\n\r\n```\r\npython -m venv .venv\r\n.\\.venv\\Scripts\\Activate.ps1\r\npython -m pip install -r requirements.txt\r\n```\r\n\r\nIf, while developing this package, you change the installed packages, please update the environment file using\r\n\r\n```\r\npip list --format=freeze \u003e requirements.txt\r\n```\r\n\r\n## VSCode specific setup\r\n\r\nFor Visual Studio Code it is necessary that you change your default interpreter to be the virtual environment you just created `.venv`. To do this use the shortcut `Ctrl-Shift-P`, search for `Python: Select interpreter` and select `.venv` from the list.\r\n\r\n# Git Hook Setup\r\n\r\nPlease running the following command to setup the Git Hooks.\r\n\r\n```\r\npython .\\scripts\\setup-hooks.py\r\n```\r\n\r\nYou will now be prompted when committing to add a JIRA ticket number to your commit message.\r\n\r\n**Please do not use the VS Code Git Tab to commit as this will no longer work.**\r\n\r\n_However, you can use it for adding files to be committed._\r\n\r\n# Running the code\r\n\r\nPlease check that the settings, including the path to the input files, are correct in `ascs/params.py`.\r\n\r\nYou can then create the publication (from the base directory) using\r\n\r\n```\r\npython -m asc_overview.create_publication\r\n```\r\n\r\nYou can run the tests on the repository using (from the base directory)\r\n\r\n```\r\npytest\r\n```\r\n\r\n# Package structure\r\n\r\nThe main steps of the code are documented in `ascs_overview/create_publication.py`\r\n\r\n# Important things to know\r\n\r\n## Running for next year\r\n\r\nCreate a new params file in the `params_json` folder by duplicating the previous year's json file. Update the parameters accordingly. Be wary of the cell references as these may need to be changed if the data source publications change. You will also need to output cell references so that the timeseries data is outputted in the correct place. The template excel file may also need to be changed to reflect the updates of the previous year.\r\n\r\n# Link to the publication\r\n\r\nReport:\r\nhttps://digital.nhs.uk/data-and-information/publications/statistical/adult-social-care-statistics-in-england/an-overview\r\n\r\n# Authors\r\nAdam Carruthers, Amaan Ibn-Nasar, Raman Chahal\r\n\r\nRepo Owner Contact Details: socialcare.statistics@nhs.net\r\n\r\n# Licence\r\n\r\nThe Personal Social Services Adult Social Care Overview publication codebase is released under the MIT License.\r\nThe documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fasc-overview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhsdigital%2Fasc-overview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fasc-overview/lists"}