Overload List

  NameDescription
DFStringColumn(String)
Constructs a DFStringColumn instance with the given name and a missing value as specified in StatsSettings.StringMissingValue.
DFStringColumn(String, IDFColumn)
Constructs a DFStringColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to strings.
DFStringColumn(String, array<String>[]()[])
Constructs a DFStringColumn instance with the given name and a missing value as specified in StatsSettings.StringMissingValue. Column elements are initialized with data from the given array.

See Also