Skip to content

Commit

Permalink
feat: new notebooks and diffable for this release
Browse files Browse the repository at this point in the history
  • Loading branch information
LisaHopcroft committed Feb 15, 2022
1 parent 0b48743 commit f74a965
Show file tree
Hide file tree
Showing 8 changed files with 38,663 additions and 25,489 deletions.
1,343 changes: 1,276 additions & 67 deletions notebooks/booster-third-doses.ipynb

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions notebooks/diffable_python/booster-third-doses.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# OpenSAFELY is a new secure analytics platform for electronic patient records built on behalf of NHS England to deliver urgent academic and operational research during the pandemic.
#
# This is an extension of our [regular weekly report](https://reports.opensafely.org/reports/vaccine-coverage/) on COVID-19 vaccination coverage in England using data from 40% of general practices that use TPP electronic health record software. **The data requires careful interpretation and there are a number of caveats. Please read the full detail about our methods and discussion of our earlier results (as of 17 March 2021) in our paper available [here](https://doi.org/10.3399/BJGP.2021.0376).**
# This is an extension of our [regular weekly report](https://reports.opensafely.org/reports/vaccine-coverage/) on COVID-19 vaccination coverage in England using data from 40% of general practices that use TPP electronic health record software. **The data requires careful interpretation and there are a number of caveats. Please read the full detail about our methods and discussion of our earlier results (as of 17 March 2021) in our [peer-reviewed publication in the British Journal of General Practice](https://doi.org/10.3399/BJGP.2021.0376).**
#
# The full analytical methods behind the latest results in this report are available [here](https://github.com/opensafely/nhs-covid-vaccination-uptake).
#
Expand Down Expand Up @@ -78,12 +78,9 @@
# - [**55-59** population](#Cumulative-third-dose-vaccination-figures-among-55-59-population)
# - [**50-54** population](#Cumulative-third-dose-vaccination-figures-among-50-54-population)
# - [**40-49** population](#Cumulative-third-dose-vaccination-figures-among-40-49-population)
#
#
# - [**All groups (Summary)**](#Summary))
#
#
#
# - [**30-39** population](#Cumulative-third-dose-vaccination-figures-among-30-39-population)
# - [**18-29** population](#Cumulative-third-dose-vaccination-figures-among-18-29-population)
# - [**All groups (Summary)**](#Summary)
#

# In[3]:
Expand Down Expand Up @@ -112,7 +109,7 @@
)


second_third_doses(tablelist, tablelist_2nd, cohorts=["80+", "70-79", "care home", "shielding (aged 16-69)", "65-69", "60-64", "55-59", "50-54", "LD (aged 16-64)", "40-49"], dose_type="Third", time_period=latest_date_3rdDUE_delay,
second_third_doses(tablelist, tablelist_2nd, cohorts=["80+", "70-79", "care home", "shielding (aged 16-69)", "65-69", "60-64", "55-59", "50-54", "LD (aged 16-64)", "40-49", "30-39","18-29"], dose_type="Third", time_period=latest_date_3rdDUE_delay,
max_ylim=100,
latest_date_fmt=latest_date_fmt,
latest_date_fmt_2=latest_date_3rdDUE_fmt,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# OpenSAFELY is a new secure analytics platform for electronic patient records built on behalf of NHS England to deliver urgent academic and operational research during the pandemic.
#
# This is our regular weekly report on COVID-19 vaccination coverage in England using data from 40% of general practices that use TPP electronic health record software. **The data requires careful interpretation and there are a number of caveats. Please read the full detail about our methods and discussion of our earlier results (as of 17 March 2021) in our paper available [here](https://doi.org/10.3399/BJGP.2021.0376).**
# This is our regular weekly report on COVID-19 vaccination coverage in England using data from 40% of general practices that use TPP electronic health record software. **The data requires careful interpretation and there are a number of caveats. Please read the full detail about our methods and discussion of our earlier results (as of 17 March 2021) in our [peer-reviewed publication in the British Journal of General Practice](https://doi.org/10.3399/BJGP.2021.0376).**
#
# The full analytical methods behind the latest results in this report are available [here](https://github.com/opensafely/nhs-covid-vaccination-uptake).
#
Expand Down
Loading

0 comments on commit f74a965

Please sign in to comment.