Skip to content

Enum: Missing Data Handling (MissingDataHandlingEnum)

How the source handles missing values.

URI: envar:enum/MissingDataHandlingEnum

Permissible Values

Value Meaning Description
none None Values are passed through as missing
spatiotemporal_interpolation None Missing cells are filled by spatiotemporal interpolation
forward_fill None Forward fill from the previous non-missing observation
nearest_neighbour None Fill from the nearest non-missing neighbour cell

Slots

Name Description
missing_data_handling_method How the source handles missing values (e

Identifier and Mapping Information

Schema Source

LinkML Source

name: MissingDataHandlingEnum
description: How the source handles missing values.
title: Missing Data Handling
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
  none:
    text: none
    description: Values are passed through as missing.
  spatiotemporal_interpolation:
    text: spatiotemporal_interpolation
    description: Missing cells are filled by spatiotemporal interpolation.
  forward_fill:
    text: forward_fill
    description: Forward fill from the previous non-missing observation.
  nearest_neighbour:
    text: nearest_neighbour
    description: Fill from the nearest non-missing neighbour cell.