Skip to content

Commit ad4dbc1

Browse files
Add best practices for statvars for Custom DC (#683)
* remove references to dataclass objects * Fix a copy-paste error. * remove extra file * Fix a copy-paste error. * Remove unused file * Update Quickstart to use explicit schema * Update custom_dc/quickstart.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Changes from Keyur * Remove references to implicit schema in the custom data page * Remove implicit schema from config reference * More changes * Update custom_dc/config.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update custom_dc/custom_data.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * add explanation of format option * Start work on overhaul of custom entities page * Finish first draft of overhaul of custom entities page * More changes * minor tweaks * Update custom_dc/custom_entities.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update custom_dc/custom_entities.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update custom_dc/custom_entities.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Fixes from Gemini * Start work on extending existing variables and entities * Add reuse/naming guidelines of statvars * Finish draft of new statvar sections * Minor wording fixes * Remove entities file from this PR * Update custom_dc/custom_data.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update custom_dc/custom_data.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Corrections from Gemini and some restructuring * Add character limit on DCIDs --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 92a9fae commit ad4dbc1

3 files changed

Lines changed: 72 additions & 36 deletions

File tree

custom_dc/config.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ columnMappings
129129

130130
## groupStatVarsByProperty
131131

132-
Optional: When set to `true`, causes the Statistical Variable Explorer to display a top-level category called "Custom Variables", and groups together variables with the same population types and measured properties. For example:
133-
134-
![group_screenshot](/assets/images/custom_dc/customdc_screenshot10.png){: width="400"}
132+
Optional: When set to `true`, groups together variables in the Statistical Variable Explorer by the values of a custom property (or properties). For example, if you define a custom property for variables called `gender` which you set to `male` or `female`, setting this option will show all variables with `gender:male` together in a single group and all variables with `gender:female` together in a different group.
135133

136134
## Sources
137135

0 commit comments

Comments
 (0)