xarray.CFTimeIndex.insert#

CFTimeIndex.insert(loc, item)[source]#

Make new Index inserting new item at location.

Follows Python numpy.insert semantics for negative values.

Parameters
Returns

new_index (Index)