We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: