BinaryOperator#

class BinaryOperator(col1, col2, operator, prefix)[source]#

Binary operate with two columns. return {prefix}_{col1}_{col2} column dataframe

__init__(col1, col2, operator, prefix)[source]#
Parameters:
  • col1 (str) – _description_

  • col2 (str) – _description_

  • operator (Literal["+", "-", "*", "/", "//", "%"]) – binary operator

  • prefix (str) – prefix of result dataframe

Methods

__init__(col1, col2, operator, prefix)

from_config(config)

Create engine from config.

Attributes

engine_type