xarray.CFTimeIndex.get_indexer_for

CFTimeIndex.get_indexer_for(target, **kwargs)[source]

Guaranteed return of an indexer even when non-unique.

This dispatches to get_indexer or get_indexer_non_unique as appropriate.

Returns

np.ndarray[np.intp] – List of indices.