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

Method dayofweek

xarray/core/accessor_dt.py:469–471  ·  view source on GitHub ↗

The day of the week with Monday=0, Sunday=6

(self)

Source from the content-addressed store, hash-verified

467
468 @property
469 def dayofweek(self) -> T_DataArray:
470 """The day of the week with Monday=0, Sunday=6"""
471 return self._date_field("dayofweek", np.int64)
472
473 weekday = dayofweek
474

Callers

nothing calls this directly

Calls 1

_date_fieldMethod · 0.80

Tested by

no test coverage detected