coronavirus-dashboard-api-python-sdk icon indicating copy to clipboard operation
coronavirus-dashboard-api-python-sdk copied to clipboard

Coronavirus (COVID-19) in the UK - API Service SDK for Python

Results 33 coronavirus-dashboard-api-python-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.28.1. Release notes Sourced from requests's releases. v2.28.1 2.28.1 (2022-06-29) Improvements Speed optimization in iter_content with transition to yield from. (#6170) Dependencies Added support for...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.6.15. Commits 9d514b4 2022.06.15 4151e88 Add py.typed to MANIFEST.in to package in sdist (#196) 75cc94d 2022.05.18.1 04b7480 Add support for Python 3.10 and drop EOL...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.2 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

dependencies
github_actions

I'm looking into how we can move this SDK along to version 2, and wanted to suggest one approach, and discuss suitability or other options. Firstly, I was expecting to...

I raised a question with the service support group as some of the responses to this API were becoming slow/incomplete and unpredictable. I was told that I ought to be...

The metric 'cumDeaths28DaysByDeathDate' reads like it is a monotonically increasing value. However, the last value can be NaN, which arguably ought not to be possible. If it is intended to...

the dataframe returned by get_dataframe () is quite odd from a pandas point of view and doesn't appear to agree with the api documentation. Shouldn't the 'date' column be of...

The options call does not seem to work Python 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from...

I've had a script running for a while now, pulling down the latest data. However in the last couple of days the script has been hanging. I have tracked it...