drop

DataFrame.drop(cols)[source]

Returns a new View that has one or several columns removed.

Args:
cols (str, FloatColumn, StingColumn, or List[str, FloatColumn, StringColumn]):

The columns or the names thereof.