pub trait ChunkShift<T: PolarsDataType> { // Required method fn shift(&self, periods: i64) -> ChunkedArray<T>; }