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

Method quarter

xarray/core/accessor_dt.py:481–483  ·  view source on GitHub ↗

The quarter of the date

(self)

Source from the content-addressed store, hash-verified

479
480 @property
481 def quarter(self) -> T_DataArray:
482 """The quarter of the date"""
483 return self._date_field("quarter", np.int64)
484
485 @property
486 def days_in_month(self) -> T_DataArray:

Callers

nothing calls this directly

Calls 1

_date_fieldMethod · 0.80

Tested by

no test coverage detected