hasAllColumns

fun AnyFrame.hasAllColumns(list: List<AnyCol>): Boolean

True if the dataframe contains all the columns in the list. False if at least one column is not in the dataframe.