tabensemb.data.AbstractDeriver._required_cols# method AbstractDeriver._required_cols() → List[str][source]# Required column names in the tabular dataset by the data-deriver. Whether these names exist in the tabular dataset will be checked in derive(). Returns: ListColumn names required by the data-deriver in the tabular dataset.