BPt.Dataset.drop_duplicate_cols#

Dataset.drop_duplicate_cols(scope='all', inplace=False)[source]#

This method is used for checking to see if there are any columns loaded with duplicate values. If there is, then one of the duplicates will be dropped.

scopeScope

A BPt style Scope used to select a subset of column(s) in which to apply the current function to. See Scope for more information on how this can be applied.

default = 'all'
inplacebool, optional

If True, perform the current function inplace and return None.

default = False