Skip to content

Commit

Permalink
Add mcf for DataCommonsImputed
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666385393
  • Loading branch information
n-h-diaz authored and copybara-github committed Aug 22, 2024
1 parent d699ba7 commit 587cca3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -592,3 +592,9 @@ typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "StatisticalAggregationMethodEnum"
description: "Enum representing the method by which data is aggregated (minimum, maximum, sum, etc)."

Node: dcid:ImputationTypeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "ImputationTypeEnum"
description: "Provides more information about an imputed measurement."
5 changes: 5 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3124,3 +3124,8 @@ Node: dcid:Sum
typeOf: dcs:StatisticalAggregationMethodEnum
name: "Sum"
description: "Computes the sum of input values in a Data Commons StatisticalAggregation."

Node: dcid:DataCommonsImputed
typeOf: dcs:ImputationTypeEnum
name: "DataCommonsImputed"
description: "Represents data imputed by Data Commons."

0 comments on commit 587cca3

Please sign in to comment.