DataFrame.DefaultMissingValueLabel Property

Gets or sets the string to use to represent a missing value in a data frame or series.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static string DefaultMissingValueLabel { get; set; }

Property Value

String

See Also