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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DataFrame RemoveAllColumns()
Visual Basic (Declaration)
Public Function RemoveAllColumns As DataFrame
Visual C++
public:
DataFrame^ RemoveAllColumns()

Return Value

This data frame.

See Also