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

Required Methods

Implementors