-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.qmd
127 lines (82 loc) · 4.74 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
title: "Analysts' Guide"
date: "Last updated: `r Sys.Date()`"
author: "statistics.development@education.gov.uk"
site: "_site.yml"
---
```{r include=FALSE}
library(fontawesome)
library(quarto)
```
---
This website is a guide aimed at anyone working in analysis or statistics in the Department for Education (DfE). It includes tips on best practice and learning resources across a number of areas.
We hope it can prove a useful community driven resource for everyone from the most experienced analyst right through to those just starting out. If you have any feedback, suggested additions, or wish to challenge any of the guidance, feel free to use the GitHub links to suggest changes directly, or contact us at the email you can find at the bottom of the page.
## Learning and development
[Learning support](learning-development/learning-support.html)
- Useful learning resources, and support to get you started
[SQL](learning-development/sql.html)
- Guidance and tips for accessing data via databases with SQL
[R](learning-development/r.html)
- Guidance and tips for using R
[Git](learning-development/git.html)
- Guidance and tips for version control with Git
[Python](learning-development/python.html)
- Guidance and tips for using Python
[Accessibility](learning-development/accessibility.html)
- Tools and resources for digital accessibility
## Statistics production
[Routes for publishing](statistics-production/pub.html)
- Guidance for how to publish different types of statistics
[RAP in statistics](RAP/rap-statistics.html)
- Detailed RAP guidance for statistics publications
[Open data standards](statistics-production/ud.html)
- Guidance on how to structure data files
[Statistics API data standards](statistics-production/api-data-standards.html)
- Guidance on the standards to meet for API data sets
[Explore education statistics (EES)](statistics-production/ees.html)
- Tips on using the explore education statistics service
[Good examples in EES](statistics-production/examples.html)
- Good practice examples in the explore education statistics service
[Embedded visualisations in EES](statistics-production/embedded-charts.html)
- How to embed R Shiny charts in EES publications
[Publication scrums](statistics-production/scrums.html)
- Information on the scrums we run and tips for writing statistical commentary
[User engagement](statistics-production/user-eng.html)
- Guidance on understanding and engaging with the users of published statistics
[EES analytics](statistics-production/user-analytics.html)
- Understanding how users are interacting with your publications
## Writing and visualising
[Public dashboards](writing-visualising/dashboards.html)
- Guidance for publishing public facing statistics dashboards
[Publishing an R Shiny based dashboard](writing-visualising/dashboards_rshiny.html)
- Guidance for publishing public facing statistics dashboards using R Shiny
[Visualising data](writing-visualising/visualising.html)
- Resources and best practice to guide you when visualising data
[Writing about data](writing-visualising/writing.html)
- Resources and best practice for writing about data
## Reproducible Analytical Pipelines (RAP)
[RAP in statistics](RAP/rap-statistics.html)
- Detailed RAP guidance for statistics publications
[RAP expectations](RAP/rap-expectations.html)
- Guidance for all analysts on expectations of RAP
[RAP support](RAP/rap-managers.html)
- Details on support available for RAP in DfE
[RAP FAQs](RAP/rap-faq.html)
- Frequently asked questions about RAP
## Analytical Data Access (ADA) and Databricks
[Analytical Data Access (ADA) and Databricks](ADA/ada.html)
- Guidance for analysts on how to interact with and use data stored in ADA using Databricks
[Databricks Fundamental Concepts](ADA/databricks_fundamentals.qmd)
- Fundamental concepts in DataBricks that will help you navigate and understand the platform
[Databricks Notebooks](ADA/databricks_notebooks.qmd)
- Guidance on Notebooks in DataBricks
[Databricks Workflows](ADA/databricks_workflows.qmd)
- Guidance on Workflows in DataBricks
[Setup Databricks SQL Warehouse with RStudio](ADA/databricks_rstudio_sql_warehouse.html)
- Guidance for analysts on how to connect to a Databricks SQL Warehouse from RStudio.
[Setup Databricks personal cluster Warehouse with RStudio](ADA/databricks_rstudio_personal_cluster.html)
- Guidance for analysts on how to connect to a Databricks personal cluster from RStudio.
## Contact us
Our mailbox is always monitored and is available for anyone in DfE to ask questions about statistics, whether that is about RAP, building dashboards, coding support, learning and development or statistics publications.
- [statistics.development@education.gov.uk](mailto:statistics.development@education.gov.uk)
- 9am-5pm, Monday-Friday, aim to reply within 1-2 days