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