* Finish updating * a couple improvements * Update renames * cleanup examples
Shifts the values by a given period
> dfr shift (period)
period
> [1 2 2 3 3] | dfr to-df | dfr shift 2 | dfr drop-nulls