Drop Duplicates

Remove duplicate rows in specified columns

Function:

Drop_Duplicates(table = string, col = string)

 

Parameters:

Table: Table name on which to perform function

Columns: Columns to drop duplicates from

 

Examples:

Drop_Duplicates(table = Budget, col = ["Jan", "Feb", "Mar"])