xarray.CFTimeIndex.map
xarray.CFTimeIndex.map¶
-
CFTimeIndex.map(mapper, na_action=None)[source]¶ Map values using an input mapping or function.
- Parameters
- Returns
applied (
Union[Index,MultiIndex],inferred) – The output of the mapping function applied to the index. If the function returns a tuple with more than one element a MultiIndex will be returned.