DataFrame.DefaultMissingValueLabel Property

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

Definition

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

Property Value

String

See Also