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