move
- DatasetDeque.move(period, *args, **kwargs)[source]
- Read period on the right, discard period on the left - This moves the window to the right by period by reading period new data, appending this on the right, and discarding an equally long period on the left. - Parameters:
- [timedelta] (period) – Duration by which to shift. Must be positive. 
- read_period. (Remaining arguments passed to)