Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 633 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 633 Bytes

Public Health England Fingertips API Example

The workbook provides an example script for accessing the Public Health England API to obtain indicator data.

The workbook requires an output folder to be created in the root of the project call "X_Output" this folder is not replicated to github to preserve confidentiality of data (and prevent sharing of large files). Each indicator is written to a separate file.

Indicators are downloaded by IndicatorId and AreaId. From files listed in A_Assumptions.

The notebooks require an environment containing:

  • Jupyter (to run the notebooks)
  • Pandas
  • fingertips_py (from PyPi)
  • tqdm