Warning

🚧 Sprout is still in active development and evolving quickly, so the documentation and functionality may not work as described and could undergo substantial changes 🚧

MissingValueProperties

core.MissingValueProperties(
    self,
    value: str | None = None,
    label: str | None = None,
)

Values that, when encountered in the source, should be considered as not present.

Attributes

value : str | None

String representing the missing value.

label : str | None

A human-readable label for the missing value.

Methods

Name Description
default Creates an instance with default values.

default

core.MissingValueProperties.default()

Creates an instance with default values.

Returns

: Self

A MissingValueProperties object with default values