Drop Columns

Remove specified columns from a table

Function:

Drop_columns(table = string, cols = string)

 

Parameters:

Table: Table name on which to perform function

Columns: Columns to drop from the table

 

Examples:

Drop_columns(table = Budget,  cols = ["Index", "Blank_col1")