BPt.Dataset.set_non_input#

Dataset.set_non_input(scope, inplace=False)[source]#

This method is used to set either a single column, or multiple, specifically with role non input. This function is simply a helper wrapper around Dataset.set_role().

See Role for more information about how roles are used within BPt.

Parameters
scopeScope

A BPt style Scope used to select a subset of columns in which to set with role non input.

inplacebool, optional

If True, do operation inplace and return None.

default = False