transformation.transformations.time_features

Classes

TimeFeaturesTransforamtion

Base Transformation to be inherited from while defining the transformations

Module Contents

class transformation.transformations.time_features.TimeFeaturesTransforamtion

Bases: transformation.transformations.base.BaseTranformation

Base Transformation to be inherited from while defining the transformations

apply(df: pyspark.sql.DataFrame) pyspark.sql.DataFrame