Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ees bulk upload guidance #64

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/ees-bulk-upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ We hope it can prove a useful community driven resource for everyone from the mo
[Open data standards](statistics-production/ud.html)
- Guidance on how to structure data files

[Explore Education Statistics (EES)](statistics-production/ees.html)
- How to use the features in Explore Education Statistics
[Explore education statistics (EES)](statistics-production/ees.html)
- Tips on using the explore education statistics service

[Good examples in EES](statistics-production/examples.html)
- Examples of good practice in Explore Education Statistics
- 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
Expand Down
54 changes: 47 additions & 7 deletions statistics-production/ees.qmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Explore Education Statistics (EES)"
title: "Explore education statistics (EES)"
---

<p class="text-muted">Guidance for how to use the features in the Explore Education Statistics (EES) platform</p>
<p class="text-muted">Guidance for how to use the features in the explore education statistics (EES) platform</p>

---

Explore Education Statistics (EES) is the Department’s official statistics dissemination platform, designed to make DFE’s published statistics and data easier to find, access, use and understand.
Explore education statistics (EES) is the Department’s official statistics dissemination platform, designed to make DFE’s published statistics and data easier to find, access, use and understand.

**The EES platform consists of two applications:**

Expand Down Expand Up @@ -170,7 +170,7 @@ In here you can see everyone who currently has access, and invite your team to c

If you are inviting someone who hasn't used EES before, make sure to add their DfE email. Jobshare email addresses and mailboxes will not work, each user must be given access with their individual DfE account. The [external user access](#external-user-access) section has more details on how to give access to external contributors.

To change Publication Owners, or Approvers, contact the [Explore education statistics mailbox](mailto:explore.statistics@education.gov.uk).
To change Publication Owners, or Approvers, contact the [explore education statistics mailbox](mailto:explore.statistics@education.gov.uk).

---

Expand Down Expand Up @@ -244,12 +244,12 @@ You only have 160 characters – to make sure you are fully utilising these, hav


<div class="alert alert-dismissible alert-warning">
Use Google Chrome or Microsoft Edge to access and use the admin part of Explore Education Statistics.
Use Google Chrome or Microsoft Edge to access and use the admin part of the explore education statistics service.
</div>

When you enter the [admin website](https://admin.explore-education-statistics.service.gov.uk/) you’ll see the admin dashboard. What you can see here will be dependent on your access permissions i.e. you’ll only see the publications that you have been granted access to.

The Statistics Development Team will be responsible for setting up and maintaining user permissions during the beta phase. Change requests will be monitored via the [Explore Statistics mailbox](mailto:explore.statistics@education.gov.uk).
The Statistics Development Team will be responsible for setting up and maintaining user permissions during the beta phase. Change requests will be monitored via the [explore education statistics mailbox](mailto:explore.statistics@education.gov.uk).

Within the admin dashboard you can view and manage existing publications, including creating and editing their releases. You can use the drop down lists to find releases by theme/topic/publication or use the draft and scheduled releases tabs to see releases that are in progress.

Expand Down Expand Up @@ -375,6 +375,46 @@ Once you click to upload the file a ‘Status’ will be visible that shows the

If you are having any issues uploading a file, please contact explore.statistics@education.gov.uk.

---

#### Bulk uploads

---

You can upload your data files in bulk by using a single compressed ZIP folder.

![](../images/ees-bulk-upload.png)

You must ensure that the ZIP folder contains:

* All of your data files
* All of your metadata files with a matching name to a data file (e.g. `data.csv` / `data.meta.csv`)
* A `dataset_names.csv` file with two columns (`file_name`, `dataset_name`)

The two columns in `dataset_names.csv` should contain:

* `file_name` must be the name of a matching CSV data set, e.g. `data.csv`
* `dataset_name` is where you can provide the human readable version to use in the service, e.g. `My awesome dataset`


For example, your file may look like the following table:

::: {.table-responsive}

| file_name | dataset_name |
|-------------------------------|---------------------------|
| teacher_pay.csv | Teacher pay |
| teacher_retention.csv | Teacher retention |
| workforce_characteristics.csv | Workforce characteristics |

:::

Once uploaded and processed, each data file will then proceed to import as normal, and you will be able to edit them as if you had imported them separately.

If anything in this ZIP folder doesn't match up with this, you will receive an error message explaining why and what has happened.



---

### Ordering filters and indicators
Expand Down Expand Up @@ -1058,7 +1098,7 @@ Once you've got the R-Shiny app set up and hosted, you can embed it using the **
## Glossary


The [glossary in Explore Education Statistics](https://explore-education-statistics.service.gov.uk/glossary) is a growing page that helps us to standardise how refer to key terms and phrases across all of Official statistics.
The [glossary in the explore education statistics service](https://explore-education-statistics.service.gov.uk/glossary) is a growing page that helps us to standardise how refer to key terms and phrases across all of Official statistics.

---

Expand Down
2 changes: 1 addition & 1 deletion statistics-production/embedded-charts.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ Example code for producing an embeddable shiny chart is given in the [template t
* Text sizes in plots should be no smaller than 12pt
* Plotly overlays should be turned off

Example code for creating charts using ggplot can be found in the [Using Explore Education Statistics guidance](../publishing-statistics/ees.html#example-ggplot-chart-code)
Example code for creating charts using ggplot can be found in the [Using explore education statistics guidance](../publishing-statistics/ees.html#example-ggplot-chart-code)

---
4 changes: 2 additions & 2 deletions statistics-production/pub.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: "Routes for publishing"

---

[Explore Education Statistics](https://explore-education-statistics.service.gov.uk/){target="_blank" rel="noopener noreferrer"} (EES) is the Department's new dissemination platform, designed to make DFE’s published statistics and data easier to find, access, use and understand.
[Explore education statistics](https://explore-education-statistics.service.gov.uk/){target="_blank" rel="noopener noreferrer"} (EES) is the Department's new dissemination platform, designed to make DFE’s published statistics and data easier to find, access, use and understand.

The platform moved into Public Beta in March 2020 and currently operates in parallel with existing statistics pages on gov.uk as publications are moved to the new platform.

Expand All @@ -25,7 +25,7 @@ More information on why EES was introduced and the functionality within the plat

The following table outlines the key differences between publishing via EES and the old method via [gov.uk:](https://www.gov.uk/government/organisations/department-for-education/about/statistics){target="_blank" rel="noopener noreferrer"}

| Statistics collections on gov.uk | Explore Education Statistics |
| Statistics collections on gov.uk | Explore education statistics |
|:------|:------|
| Statisticians request pdf and excel files are uploaded to release pages on gov.uk | Statisticians load csv data files on to the service and use them to build release pages |
| Release attachments are reviewed and approved via emails | Releases are reviewed and approved within the service |
Expand Down
4 changes: 2 additions & 2 deletions statistics-production/stats_tools.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This application allows you to screen your data files against the underlying dat



There is an R Shiny dashboard that provides access to the Google Analytics data for the Explore Education Statistics platform.
There is an R Shiny dashboard that provides access to the Google Analytics data for the explore education statistics service.

- [Explore Education Statistics analytics dashboard](https://rsconnect/rsc/ees-analytics/){target="_blank" rel="noopener noreferrer"}
- [Explore education statistics analytics dashboard](https://rsconnect/rsc/ees-analytics/){target="_blank" rel="noopener noreferrer"}

- Code is not yet publicly available, it is stored in Azure DevOps, contact us if you are interested in seeing it or contributing.

Expand Down
14 changes: 7 additions & 7 deletions statistics-production/ud.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata_data_example <- read_excel("../data_examples/metadata_data_example.xlsx

With open data standards, our aim is to apply a consistent, logical structure to all data files so that they are easier to use and analyse, minimising the time spent deciphering and cleaning the data. Adopting these principles will give us more power to serve the needs of the users, saving both us and them time when producing and using our data, as well as opening up further opportunities for linking data.

The guidance and standards here explicitly apply to all data files prepared for and uploaded to the Explore Education Statistics platform, but much of the content below equally applies to any data being prepared and disseminated both within the department and externally.
The guidance and standards here explicitly apply to all data files prepared for and uploaded to the explore education statistics service, but much of the content below equally applies to any data being prepared and disseminated both within the department and externally.

Data published via EES is released under the terms of the [Open Government License](http://www.nationalarchives.gov.uk/doc/open-government-licence/){target="_blank" rel="noopener noreferrer"} and by following the data standards provided here, published (or any other) data meets at least 3 stars for [Open Data](https://www.gov.uk/government/policies/improving-the-transparency-and-accountability-of-government-and-its-services/supporting-pages/releasing-data-in-open-formats){target="_blank" rel="noopener noreferrer"}.

Expand Down Expand Up @@ -135,7 +135,7 @@ When publishing statistics, you should be following these standards for underlyi
For publishing on EES specifically, please note the following points:


- Data files uploaded to Explore Education Statistics will be downloadable, **everything in your file must be publishable**.
- Data files uploaded to the explore education statistics will be downloadable, **everything in your file must be publishable**.
- You must remember to apply all of your usual suppression policies.
- The data files run the table and chart tools, so all data that you wish to create a table or chart with must be included.
- We expect that multiple data files may be provided for each release.
Expand Down Expand Up @@ -397,7 +397,7 @@ If you are not providing a full timeseries for any reason, you must link to the
## Deciding what should be in a file


Explore Education Statistics is designed to give production teams the freedom of controlling what data users can access, and how they access it. It is expected that most releases on the platform will have multiple data files, and teams have control over how they break these files up.
Explore education statistics is designed to give production teams the freedom of controlling what data users can access, and how they access it. It is expected that most releases on the platform will have multiple data files, and teams have control over how they break these files up.

The first key consideration is that the table tool will only create tables from a single a data file, and cannot use multiple files as sources. Therefore any data that you want to compare within a single table must in the same data file. The table tool itself is there to allow users to narrow down the amount of data they have to absorb and to be able to efficiently take away key statistics.

Expand Down Expand Up @@ -453,7 +453,7 @@ If you have any other conventions you've used in previous publications, or a sce

---

Metadata in a machine readable (.csv) format must accompany datasets uploaded to the Explore Education Statistics platform to ensure that the files can be processed correctly. This data will not be seen by users and is purely for EES to be able to understand and read your data.
Metadata in a machine readable (.csv) format must accompany datasets uploaded to the explore education statistics service to ensure that the files can be processed correctly. This data will not be seen by users and is purely for EES to be able to understand and read your data.


This EES metadata is different to any metadata files you may provide alongside your data for your users.
Expand Down Expand Up @@ -534,7 +534,7 @@ Across every single dataset of official statistics produced by DfE, the followin
## Time columns


We use the two columns, time_period and time_identifier, to generalise time across our underlying datasets. All data files must contain these. This is a important for general useability of our data, as well as being critical in driving the charts and tables in the Explore Education Statistics platform and making explicit reference to the time in which our measurements relate to. This is a compulsory element of any official statistics dataset.
We use the two columns, time_period and time_identifier, to generalise time across our underlying datasets. All data files must contain these. This is a important for general useability of our data, as well as being critical in driving the charts and tables in the explore education statistics service and making explicit reference to the time in which our measurements relate to. This is a compulsory element of any official statistics dataset.

If you think that your data can't follow this format, please contact statistics.development@education.gov.uk with details so that we can discuss this.

Expand Down Expand Up @@ -819,7 +819,7 @@ for dashboards and other secondary statistics services, whilst also helping with

## Special Educational Needs

Special educational needs data uploaded to Explore Education Statistics is expected to conform closely to the [School Census data guidance](https://www.gov.uk/guidance/complete-the-school-census/find-a-school-census-code).
Special educational needs data uploaded to explore education statistics service is expected to conform closely to the [School Census data guidance](https://www.gov.uk/guidance/complete-the-school-census/find-a-school-census-code).

Top level fields are provided by **sen_status** and **sen_provision** as follows:

Expand Down Expand Up @@ -1315,7 +1315,7 @@ Many of our publications contain a large number of indicators. To improve the ex

---

Example of how this would look in Explore Education Statistics:
Example of how this would look in the explore education statistics service:

---

Expand Down
2 changes: 1 addition & 1 deletion statistics-production/user-analytics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

---

We track analytics of users on Explore Education Statistics using Google Analytics as well as other tools. These analytics can be found on our [EES Analytics dashboard](https://rsconnect/rsc/ees-analytics/){target="_blank" rel="noopener noreferrer"}. This tells you a range of things like:
We track analytics of users on the explore education statistics service using Google Analytics as well as other tools. These analytics can be found on our [EES Analytics dashboard](https://rsconnect/rsc/ees-analytics/){target="_blank" rel="noopener noreferrer"}. This tells you a range of things like:

* How many times each accordion has been clicked
* How long users spend on your page
Expand Down
8 changes: 4 additions & 4 deletions statistics-production/user-eng.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ More advice and guidance will follow in this space.
## Case studies


### Explore Education Statistics service
### Explore education statistics service

---

Explore Education Statistics (EES) was born from a [discovery project](https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/721729/HiveIT_-_DfE_dissemination_discovery.pdf), where the emphasis of the discovery was to understand who the users of the Department’s official statistics are, what they need, and where the DfE are currently meeting, exceeding or failing to meet those needs.
Explore education statistics (EES) was born from a [discovery project](https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/721729/HiveIT_-_DfE_dissemination_discovery.pdf), where the emphasis of the discovery was to understand who the users of the Department’s official statistics are, what they need, and where the DfE are currently meeting, exceeding or failing to meet those needs.

**Initial user research**

Expand Down Expand Up @@ -170,11 +170,11 @@ The ONS have also published [ten top tips to help improve user engagement](https

---

DfE are working with ONS and others to consider how to take forward work in this area. DfE have put together an initial statement (note that this is in draft and should only be used as a guide internally):
DfE are working with ONS and others to consider how to take forward work in this area. DfE have put together an initial statement (note that this is in draft and should only be used as a guide internally):

>Work to understand and engage our users is vital to ensuring statistics are suitably and best communicated, and help the department in continuously reflecting and improving products and its services. DfE welcomes the ONS strategy and collective focus on user engagement.
>
>As part of our efforts to meet wider user needs, the Department has undertaken [extensive user research](https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/721729/HiveIT_-_DfE_dissemination_discovery.pdf) over the past few years in development of the new Explore Education Statistics platform to disseminate our statistics. We continue to develop this platform in line with user research and feedback. Through the intelligent use of supporting analytics, we are learning more about how our wide range of users find and use statistics, and how best to tailor our outputs to meet their needs. This will help us embed user need even more strongly into our statistics development.
>As part of our efforts to meet wider user needs, the Department has undertaken [extensive user research](https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/721729/HiveIT_-_DfE_dissemination_discovery.pdf) over the past few years in development of the new explore education statistics service to disseminate our statistics. We continue to develop this platform in line with user research and feedback. Through the intelligent use of supporting analytics, we are learning more about how our wide range of users find and use statistics, and how best to tailor our outputs to meet their needs. This will help us embed user need even more strongly into our statistics development.
>
>In addition and more broadly, the department is working with ONS Best Practice Team to consider guidance around user engagement and how best to take forward the strategy for the department. In line with this, as part of these developments we will be reviewing and refreshing our current [public-facing user engagement strategy](https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/287444/User_engagement_policy.pdf) which will then be reviewed annually.

Expand Down
Loading