DatetimeMonthOfYear#

class DatetimeMonthOfYear(col, prefix='month_of_year')[source]#

Get month of year from datetime column. Return {prefix}_{col}.

__init__(col, prefix='month_of_year')[source]#
Parameters:
  • col (str) – column name

  • prefix (str, optional) – return column prefix. Defaults to “month_of_year”.

Methods

__init__(col[, prefix])

from_config(config)

Create engine from config.

Attributes

engine_type