FrameViewDiscard Method
Constructs a new view that does not contain the given columns.
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public FrameView Discard(
params string[] columnNames
)
Public Function Discard (
ParamArray columnNames As String()
) As FrameView
public:
FrameView^ Discard(
... array<String^>^ columnNames
)
member Discard :
columnNames : string[] -> FrameView
- columnNames String
- The names of the columns to exclude.
FrameViewA new view that does not contain the given columns.