BPt.Dataset.drop_id_cols#

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

This method will drop any str-type / object type columns where the number of unique columns is equal to the length of the dataframe.

Parameters
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