tabensemb.data.AbstractDeriver._check_exist#

method

AbstractDeriver._check_exist(df: DataFrame, name: str)[source]#

Check whether the required column name exists in the tabular dataset.

Parameters:
df:

The tabular dataset.

name:

The name of argument or a column name in the input arguments.