gluonts.core.serde.pd module# gluonts.core.serde.pd.encode_pd_baseoffset(v: pandas._libs.tslibs.offsets.BaseOffset) → Any[source]# gluonts.core.serde.pd.encode_pd_period(v: pandas._libs.tslibs.period.Period) → Any[source]# Specializes encode() for invocations where v is an instance of the Period class. gluonts.core.serde.pd.encode_pd_timestamp(v: pandas._libs.tslibs.timestamps.Timestamp) → Any[source]# Specializes encode() for invocations where v is an instance of the Timestamp class.