DropNARow#

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

Drop rows contain missing value in specific columns.

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

  • copy (bool, optional) – copy new dataframe and process. Defaults to True.

Methods

__init__(cols[, copy])

from_config(config)

Create engine from config.

Attributes

engine_type