Projection# TableFrame.drop(*columns[, strict]) Discard columns from the TableFrame. TableFrame.item() TableFrame.select(*exprs, **named_exprs) Select column(s) from the TableFrame. TableFrame.with_columns(*exprs, **named_exprs) Add columns to the TableFrame.