DELETE_COLUMNS
Deletes multiple columns from TargetFrame.
Syntax
DELETE_COLUMNS(targetFrame, columnName, [columnName2, columnName3, ...] )targetFrame - Target frame.
columnName - Column Name.
[columnName2, columnName3, ...] - Other Column Names.
Sample Usage
DELETE_COLUMNS(C1, "number", "planet")Return Value
TRUE if function modified the targetFrame.
FALSE otherwise.
Notes
See Also
Last updated
Was this helpful?