drop

DataFrame.drop(names)[source]

Remove the column identified by name.

Args:

names (List[str] or str):

Name or names of the column to be removed.

Returns:
DataFrame:

Updated version of the current instance.