{"id":23396589,"url":"https://github.com/mneedham/covid-vaccines","last_synced_at":"2026-05-13T12:46:47.907Z","repository":{"id":53504692,"uuid":"352102647","full_name":"mneedham/covid-vaccines","owner":"mneedham","description":"A Streamlit application to visualise the number of COVID vaccines done in the UK using the Altair visualisation library.","archived":false,"fork":false,"pushed_at":"2021-06-22T09:24:30.000Z","size":35779,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-14T13:50:24.546Z","etag":null,"topics":["altair","covid-19","covid-vaccination","covid19-data","streamlit"],"latest_commit_sha":null,"homepage":"https://share.streamlit.io/mneedham/covid-vaccines/main/analyse.py","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mneedham.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.adoc","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-27T15:07:11.000Z","updated_at":"2021-06-22T09:24:33.000Z","dependencies_parsed_at":"2022-09-18T03:40:22.481Z","dependency_job_id":null,"html_url":"https://github.com/mneedham/covid-vaccines","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mneedham%2Fcovid-vaccines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mneedham%2Fcovid-vaccines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mneedham%2Fcovid-vaccines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mneedham%2Fcovid-vaccines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mneedham","download_url":"https://codeload.github.com/mneedham/covid-vaccines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247892690,"owners_count":21013764,"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","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":["altair","covid-19","covid-vaccination","covid19-data","streamlit"],"created_at":"2024-12-22T07:36:32.536Z","updated_at":"2025-09-25T15:45:29.135Z","avatar_url":"https://github.com/mneedham.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"= COVID-19 vaccinations in the UK\n\nThis is a https://streamlit.io/[Streamlit^] application that makes it easier to visualise the number of COVID-19 vaccinations done in the UK across different dimensions.\n\nIt is deployed at https://share.streamlit.io/mneedham/covid-vaccines/main/app.py\n\n== Getting Started\n\nIf you want to try it out, you'll need to first clone the repository:\n\n```\ngit clone git@github.com:mneedham/covid-vaccines.git\ncd covid-vaccines\n```\n\n=== Install Dependencies\n\nI use https://pypi.org/project/pipenv/[pipenv^] to manage my projects.\nIf you do too, you can install dependencies by running the following command:\n\n```\npipenv shell\n```\n\nIf not, you can install the dependencies using pip directly, as shown below:\n\n```\npip install pandas streamlit xlrd openpyxl altair\n```\n\n=== Running the application\n\nOnce you have the dependencies install, you can launch the Streamlit app using the following command:\n\n```\nstreamlit run app.py\n```\n\nYou should see output similar to the following:\n\n```\n  You can now view your Streamlit app in your browser.\n\n  Local URL: http://localhost:8501\n  Network URL: http://192.168.86.26:8501\n```\n\nNow, navigate to http://localhost:8501 to view the app.\nIf everything has worked, you should see something like the screenshot below:\n\n.Screenshot of Covid Vaccinations app\nimage::screenshots/screenshot.gif[title=\"Screenshot of Covid Vaccinations app\"]\n\n== The Data\n\nThe data is in the https://github.com/mneedham/covid-vaccines/tree/main/data[data] directory and was downloaded from https://coronavirus.data.gov.uk/details/vaccinations. \n\n* The data for \"People who have received 1st dose vaccinations, by report date\" is saved as `data/data_\u003cdate\u003e-dose1.csv`\n* The data for \"People who have received 2nd dose vaccinations, by report date\" is saved as `data/data_\u003cdate\u003e-dose2.csv`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmneedham%2Fcovid-vaccines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmneedham%2Fcovid-vaccines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmneedham%2Fcovid-vaccines/lists"}