Projection
TableFrame.drop | Discard columns from the TableFrame. |
TableFrame.item | Returns a scalar value if the TableFrame contains exactly one user column and one row. |
TableFrame.rename | Rename columns from the TableFrame. |
TableFrame.select | Select column(s) from the TableFrame. |
TableFrame.with_columns | Add columns to the TableFrame. |