Moved TimeSeries.shift upstream to Series
This PR moves the TimeSeries.shift
method upstream to the Series
object, exposing it to FrequencySeries
and friends. Also, I fixed a bug in the implementation where shift()
would have no effect if the xindex
had already been created.