The DFColumn type exposes the following members.

Methods

  NameDescription
Add
Adds an object to this column.
Clean
Returns a copy of this column without missing values.
Clone
Returns a deep copy of this column.
Convert
Converts an object to the type held by this column.
CopyToOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetEnumerator
Returns an enumerator for this column.
GetFactorOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Insert
Inserts an object into this column and the given position.
IsMissing
Returns true if the element at the given position is missing; otherwise, false.
ParseOverloaded.
Permute
Permutes the objects in this column by the given permutation vector (ranks).
RemoveAt
Removes the object from this column at the given position.
SubColumnOverloaded.
Swap
Swaps the position of the given elements in the column.
ToArray
Exports the contents of this column to an array.
ToDoubleArray
Extracts the contents of a column to an array of doubles.
ToDoubleVector
Extracts the contents of a column to a DoubleVector.
ToIntArray
Extracts the contents of a column to an array of integers.
ToStringOverloaded.
ToStringArray
Exports the contents of this column to an array of strings.

See Also