= pd.Series([17, 10, 16, 24])
shift = 2
#<some code>
previous_series.to_list()
[[nan, nan],[nan, 17],[17, 10],[10, 16]]
что?
Обсуждают сегодня