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
default = 'all'
- inplacebool, optional
If True, perform the current function inplace and return None.
default = False