Overload List
| Name | Description | |
|---|---|---|
| DFGenericColumn(String) |
Constructs a DFGenericColumn instance with the given name and a
missing value as specified in StatsSettings.GenericMissingValue.
| |
| DFGenericColumn(String, IDFColumn) |
Constructs a DFBoolColumn instance with the given name. Column elements are
initialized with data from the given column.
| |
| DFGenericColumn(String, ICollection) |
Constructs a DFGenericColumn instance with the given name and a
missing value as specified in StatsSettings.GenericMissingValue.
Column elements are initialized with data from the given collection.
|