hasAllNamedColumns

fun AnyFrame.hasAllNamedColumns(columnNames: List<String>): Boolean

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