etna.analysis.SeasonalPlotAlignment# class SeasonalPlotAlignment(value)[source]# Bases: str, Enum Enum for types of alignment in a seasonal plot. Attributes first Make first period full, allow last period to have NaNs in the ending last Make last period full, allow first period to have NaNs in the beginning. first = 'first'[source]# Make first period full, allow last period to have NaNs in the ending last = 'last'[source]# Make last period full, allow first period to have NaNs in the beginning.