in sa-dsml-many-models/code/util/timeseries_utilities.py [0:0]
def transform(self, X): return X.assign(Week_Year=X.index.isocalendar().week.values)