Skip to main content

https://dataingovernment.blog.gov.uk/2022/06/24/automatically-produce-best-practice-spreadsheets/

Automatically produce best practice spreadsheets

Reproducible analytical pipelines

The recent RAP strategy encourages analysts to create transparent, quality processes. We achieve this by focussing on user needs and borrowing good practices from software engineering. Colleagues from across government are developing tools to make this easier. For example, govcookiecutter can help set up an Agile, analytical project – check out Eric’s blog to find out more. rgovspeak can help you create govspeak files for publishing.

A key part of RAP is using open-source programming languages rather than risky, inefficient spreadsheets. However, what if you create an efficient and transparent RAP, but your users want the results in Excel? 

 

Where gptables comes in

gptables is a python package that generates good practice spreadsheets. With your dataset and a few extra parameters, you can produce outputs in the format your users are asking for. 

A new major version of gptables is available now. This follows the updated Analysis Function guidance on releasing statistics in spreadsheets. This guidance advises analysts on our digital accessibility responsibilities. gptables v1.0.0 can help you generate spreadsheets that are accessible to more people.

 

Agile collaboration

We developed the update using a collaborative, Agile approach. Finding the time to work together was not always easy, but pair-programming helped us to solve problems more quickly. Running sprints greatly improved our outputs. At the end of each sprint, we discussed progress with experts and users. We also met with analysts to understand their pipelines and needs from the package. This helped us create an easy-to-use product that met the accessibility brief. By speaking to disability network leaders and accessibility experts, we were able to better understand end-user needs. 

Involving the Analysis Function Presentation and Dissemination lead, Hannah Thomas, helped us to understand the guidance. Through Hannah, we met others working on accessible dissemination. This community share their questions and successes, showing us real world examples of good practice.

 

Developing in the open

Much of this was possible because we developed the package in the open. This allowed existing users to get an earlier idea of how the update would work and give feedback. Users developed pipelines around the package and shared their examples and code. This will inspire future developments to the package, completing the development cycle. 

Aside from the accessibility legislation, the biggest feedback was the need for an R native solution. R users can use gptables via the package `reticulate`, but this is difficult in some digital environments. Cabinet Office’s Matt Dray filled this gap with the a11ytables R package.

 

Other RAP reading

The cross-governmental RAP strategy is available now. If you would like to get involved with the RAP community, check out the rap_collaboration slack channel and consider joining the RAP champions network.

Sharing and comments

Share this page

2 comments

  1. Comment by Simon Brunning posted on

    Does the gptables package allow spreadsheets to be created in ODS format?

    • Replies to Simon Brunning>

      Comment by Rowan Hemsi posted on

      Hi Simon, sorry for not replying sooner. Creating ODS files programmatically is surprisingly awkward, but it is something we would like to include in future versions of gptables. If you have a specific use case in mind, please could you add a comment to this GitHub issue and we will reassess the priority of getting this feature added: https://github.com/best-practice-and-impact/gptables/issues/196