-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add numberstring and more detailed indicator unit notes (#83)
* Add numberstring and more detailed indicator unit notes Signed-off-by: Cam Race <[email protected]> * update what £m does * capitalise id to ID --------- Signed-off-by: Cam Race <[email protected]>
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -488,9 +488,25 @@ With some files there may be more than one way to specify the metadata that will | |
| filter_hint | This column gives you the option to add in a hint such as 'Filter by school type' for the filter to make the service easier for the users to navigate. If you leave the column blank, no hint will appear. Do not duplicate the column name here, as it will just appear twice | | ||
| filter_grouping_column | This column should be blank unless you are wanting to group your filters. When you are wanting to group your filters this column should contain the exact name of the column/variable that you wish to group by. It is good practice to use the same variable name as that you are grouping, with _group appended at the end, i.e. 'filter' and 'filter_group' | | ||
|
||
--- | ||
|
||
### Acceptable indicator_unit values | ||
|
||
--- | ||
|
||
| indicator_unit | formatting notes | | ||
| ---------------| -----------------| | ||
| | When left blank we automatically comma separate numeric values, character strings are left as is and will not show in charts | | ||
| £ | Adds a pound symbol before the value | | ||
| % | Adds a percentage symbol after the value | | ||
| pp | Adds pp after the value | | ||
| £m | Adds a pound symbol before the data and m after the data to represent millions of pounds, e.g. £12m | | ||
| numberstring | This allows for numeric IDs or codes to be presented as a string, e.g. for a code of 19950808 it will show exactly as that, instead of 19,950,808 | | ||
|
||
Note that if you are using percentage points (pp) you must include a clear explanation in your release and methodology, so that users can understand what you are referring to. | ||
|
||
Please contact the [explore education statistics platforms team](mailto:[email protected]) if you have any questions about the formatting or would like more options adding. | ||
|
||
--- | ||
|
||
## Example EES metadata | ||
|