Click or drag to resize

DataFrameRemoveAllColumns Method

Removes all columns from this data frame, but preserves the existing row keys.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame RemoveAllColumns()

Return Value

DataFrame
This data frame.
See Also