Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing England case data #28

Open
bobby-he opened this issue Apr 28, 2021 · 0 comments
Open

missing England case data #28

bobby-he opened this issue Apr 28, 2021 · 0 comments

Comments

@bobby-he
Copy link
Member

bobby-he commented Apr 28, 2021

Hi,

There seems to have been a change in the government England cases data at https://coronavirus.data.gov.uk/downloads/csv/coronavirus-cases_latest.csv which means only about ~130 English LTA areas have cases data as opposed to the normal ~350, which affects the output (shape) of

from covid19_datasets import UKCovid19Data
uk_data = UKCovid19Data(england_area_type=UKCovid19Data.ENGLAND_LOWER_TIER_AUTHORITY)
uk_cases = uk_data.get_cases_data()

e.g. the ("England", "Aylesbury Vale") row no longer appears.

Not sure if this is temporary or permanent change/what a viable fix is.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant