Skip to content

Commit

Permalink
Merge pull request #115 from dfe-analytical-services/change_refs_to_g…
Browse files Browse the repository at this point in the history
…ender

Replacing references to 'gender' with 'sex', aside from the common ha…
  • Loading branch information
Lsnaathorst1 authored Nov 7, 2024
2 parents bc2bf9a + df6cff9 commit 2673d40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data_examples/ees_demo_datafile.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time_period,time_identifier,geographical_level,country_code,country_name,region_code,region_name,gender,school_phase,number_children,percent_children
time_period,time_identifier,geographical_level,country_code,country_name,region_code,region_name,sex,school_phase,number_children,percent_children
202021,Academic year,National,E92000001,England,,,Total,Total,1000,100.000
202021,Academic year,National,E92000001,England,,,Male,Total,490,49.000
202021,Academic year,National,E92000001,England,,,Female,Total,510,51.000
Expand Down
2 changes: 1 addition & 1 deletion data_examples/ees_demo_datafile.meta.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
col_name,col_type,label,indicator_grouping,indicator_unit,indicator_dp,filter_hint,filter_grouping_column
gender,Filter,Gender,,,,Filterbypupilgender,
sex,Filter,Sex,,,,Filterbypupilsex,
school_phase,Filter,Schoolphase,,,,Filterbythephaseoftheschool,
number_children,Indicator,Numberofchildren,,,,,
percent_children,Indicator,Percentageofchildren,,%,1,,
2 changes: 1 addition & 1 deletion statistics-production/ees.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ You only have 160 characters – to make sure you are fully utilising these, hav

* Is it clear how frequently the releases are published?

* Is it clear what breakdowns you cover? E.g. Ethnicity, Gender, SEN?
* Is it clear what breakdowns you cover? E.g. Ethnicity, Sex, SEN?

* Include the abbreviations but make sure to also write them out in full so that people can search for either, e.g. Free School Meals (FSM)

Expand Down
8 changes: 4 additions & 4 deletions statistics-production/ud.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Note that the mandatory columns time_identifier, geographic_level and country_co

::: {.table-responsive}

| time_period | ... | country_name | region_code | region_name | gender | school_phase | children_count | children_percent |
| time_period | ... | country_name | region_code | region_name | sex | school_phase | children_count | children_percent |
|-------------|-----|--------------|-------------|-------------|--------|--------------|-----------------|------------------|
| 202021 | ... | England | | | Total | Total | 1000 | 100.000 |
| 202021 | ... | England | | | Male | Total | 490 | 49.000 |
Expand Down Expand Up @@ -107,7 +107,7 @@ Note that the mandatory columns time_identifier, geographic_level and country_co

| col_name | col_type | label | indicator_grouping | indicator_unit | indicator_dp | filter_hint | filter_grouping_column |
|------------------|-----------|--------------|--------------------|----------------|--------------|-------------|------------------------|
| gender | Filter | Gender | | | | Filter by pupil gender | |
| sex | Filter | Sex | | | | Filter by pupil sex | |
| school_phase | Filter | School phase | | | | Filter by the phase of the school | |
| children_count | Indicator | Number of children | | | | | |
| children_percent | Indicator | Percentage of children | | % | 1 | | |
Expand Down Expand Up @@ -438,7 +438,7 @@ In line with the [GSS guidance on symbols](https://gss.civilservice.gov.uk/polic

| Symbol | Usage | Example | Obsolete equivalents |
|-------------|-----------------------------------------------|-----------------------------------------------------------| -------------------- |
| z | When an observation is **not applicable** | No data for at gender level for boys at an all-girls school | |
| z | When an observation is **not applicable** | No data for boys at an all-girls school | |
| x | When data is **unavailable** for other reasons| Data for an indicator is not collected in a certain region | : |
| c | **Confidential** data | Data has been suppressed | |
| low | Rounds to 0, but is not 0 | Rounding to the nearest thousand, 499 would otherwise show as 0. Only use 0 for true 0's | ~ |
Expand Down Expand Up @@ -519,7 +519,7 @@ Each row represents a column in the data file.

| col_name | col_type | label | indicator_grouping | indicator_unit | indicator_dp | filter_hint | filter_grouping_column |
|----------|----------|-------|--------------------|----------------|-------------|------------------------|---|
| gender | Filter | Gender | | | | Filter by pupil gender | |
| sex | Filter | Sex | | | | Filter by pupil sex | |
| school_phase | Filter | School phase | | | | Filter by the phase of the school | |
| children_count | Indicator | Number of children | | | | | |
| children_percent | Indicator | Percentage of children | | % | 1 | | |
Expand Down

0 comments on commit 2673d40

Please sign in to comment.