MCPcopy
hub / github.com/pydata/xarray / month

Method month

xarray/core/accessor_dt.py:417–419  ·  view source on GitHub ↗

The month as January=1, December=12

(self)

Source from the content-addressed store, hash-verified

415
416 @property
417 def month(self) -> T_DataArray:
418 """The month as January=1, December=12"""
419 return self._date_field("month", np.int64)
420
421 @property
422 def day(self) -> T_DataArray:

Callers

nothing calls this directly

Calls 1

_date_fieldMethod · 0.80

Tested by

no test coverage detected