{"id":19301309,"url":"https://github.com/fuglede/covid-19-dk-data","last_synced_at":"2025-04-22T10:32:30.009Z","repository":{"id":37475245,"uuid":"412071600","full_name":"fuglede/covid-19-dk-data","owner":"fuglede","description":"The latest COVID-19 data from Denmark via SSI","archived":false,"fork":false,"pushed_at":"2023-02-08T13:30:45.000Z","size":383,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-02-27T22:22:13.554Z","etag":null,"topics":["covid-19","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuglede.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-30T13:15:37.000Z","updated_at":"2021-10-07T18:43:51.000Z","dependencies_parsed_at":"2023-02-15T09:30:41.921Z","dependency_job_id":null,"html_url":"https://github.com/fuglede/covid-19-dk-data","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuglede%2Fcovid-19-dk-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuglede%2Fcovid-19-dk-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuglede%2Fcovid-19-dk-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuglede%2Fcovid-19-dk-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuglede","download_url":"https://codeload.github.com/fuglede/covid-19-dk-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223893313,"owners_count":17220871,"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":["covid-19","hacktoberfest"],"created_at":"2024-11-09T23:17:30.024Z","updated_at":"2024-11-09T23:17:30.544Z","avatar_url":"https://github.com/fuglede.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Archived: SSI stopped updating the daily data on March 31, 2023.\n\n# Danish COVID-19 data\n\nEvery day, [SSI publishes new tracking data](https://covid19.ssi.dk/overvagningsdata/download-fil-med-overvaagningdata) on COVID-19 for Denmark. However, automatically finding the most recent data and using it is a bit awkward due to files being randomly named and zipped. The purpose of this repository is simply to automate the annoying parts, making the data as accessible as possible.\n\nIn particular, the most recent tracking data can be found on [https://fuglede.github.io/covid-19-dk-data/](https://fuglede.github.io/covid-19-dk-data/) with URLs that only change if SSI decides to change their filenames. See the [bundled readme](https://fuglede.github.io/covid-19-dk-data/0_read_me.txt) (Danish) for more information on what data is available.\n\nThe data available here is updated every day at 13:10 GMT.\n\n\n## Example\n\nThe format of the bundled data makes it easy to get started doing analyses. Here, as an example, we use [pandas](https://pandas.pydata.org) to see how the [effective reproduction number](https://en.wikipedia.org/wiki/Basic_reproduction_number#Effective_reproduction_number) has changed this week:\n\n```python\n\u003e\u003e\u003e import pandas as pd\n\u003e\u003e\u003e pd.read_csv(\"https://fuglede.github.io/covid-19-dk-data/Rt_cases.csv\", sep=\";\", decimal=\",\").tail(7)\n     SampleDate  estimate  uncertainty_lower  uncertainty_upper\n535  2021-09-12       1.0                0.8                1.2\n536  2021-09-13       1.0                0.9                1.2\n537  2021-09-14       1.0                0.9                1.2\n538  2021-09-15       1.0                0.9                1.2\n539  2021-09-16       1.0                0.8                1.3\n540  2021-09-17       1.1                0.8                1.3\n541  2021-09-18       1.1                0.8                1.3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuglede%2Fcovid-19-dk-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuglede%2Fcovid-19-dk-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuglede%2Fcovid-19-dk-data/lists"}