xarray.DataArray.tail

DataArray.tail(indexers: Union[Mapping[Hashable, int], int] = None, **indexers_kwargs) → xarray.core.dataarray.DataArray

Return a new DataArray whose data is given by the the last n values along the specified dimension(s). Default n = 5