ColAssigner

class colassigner.ColAssigner

Bases: ColAccessor

define functions that create columns in a dataframe

later the class attributes can be used to access the column can be used to created nested structures of columns

either by assigning or inheriting within:

class MyStaticChildAssigner(ColAssigner):

pass

class MyAssigner(ColAssigner):

class MySubAssigner(ColAssigner):

pass

chass1 = MyStaticChildAssigner

Methods Summary

__call__(df[, carried_prefixes])

Call self as a function.

Methods Documentation

__call__(df: DataFrame, carried_prefixes=()) DataFrame

Call self as a function.