VectorFillMissing Type
Specifies how to fill missing values in a vector (when using the `VectorConstruction.FillMissing` command). This can only fill missing values using strategy that does not require access to index keys - either using constant or by propagating values.
Union cases
| Union case |
Description
|
Full Usage:
Constant obj
Parameters:
obj
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsConstant
Returns: bool
|
|
Full Usage:
this.IsDirection
Returns: bool
|
|
Deedle