DropColumns#

class DropColumns(cols, copy=True)[source]#

Drop columns from dataframe

__init__(cols, copy=True)[source]#
Parameters:
  • cols (list[str]) – columns that want to drop

  • copy (bool, optional) – copy data and return new data that processed. If False, it can effect to original data. Defaults to True.

Methods

__init__(cols[, copy])

from_config(config)

Create engine from config.

Attributes

engine_type