You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rule name: Should be filled if this issue depends on particular rule especially during new rule creation. This name should be a valid JS variable name and should be used for connecting with code.
DATA_POINT_WITHOUT_MEASURE
Rule test folder: Should be filled if type of Request is rule. Needed for documentation auto generation.
Scenarios Should be filled if type of Request is rule.
when dataset is correct
any issue should NOT be found for this rule
when dataset is NOT correct
issues in accordance with wrong datapoint records quantity should be detected for this rule
output data for any issue should be expected
Output data format Additional data that depends on particular issue type. Should be filled if type of Request is rule.
datapoint record
measure
The text was updated successfully, but these errors were encountered:
measure is an incorrect term here, indicator is the correct one. A measure is any numeric concept, also outside of datapoints (e.g. latitude of a country). An indicator is a concept which is used as the value in a datapoint. It can also be non-numeric (so not a measure, e.g. type of government of countries over the years).
see: https://docs.google.com/document/d/1Cd2kEH5w3SRJYaDcu-M4dU5SY8No84T3g-QlNSW6pIE/edit#heading=h.h9x68on4mvz0
Definitely not an error. Maybe a warning. A missing indicator can be seen as null to explicitly indicate there is not data for that datapoint, instead of leaving it out. So not sure if it's a warning even... @angieskazka your 2 cents?
DATA_POINT_WITHOUT_MEASURE
rule
. Needed for documentation auto generation.test/fixtures/rules-cases/data-point-without-measure
rule
. Needed for documentation auto generation.An issue according to this rule will be fired when all or some measures in current datapoint record are undefined.
ddf--datapoints--yearly_co2_emissions_tonnes--by--geo--time
ddf--datapoints--yearly_co2_emissions_tonnes--by--geo--time
rule
.rule
.datapoint record
measure
The text was updated successfully, but these errors were encountered: