MCPcopy Index your code
hub / github.com/pydata/xarray / date

Method date

xarray/core/accessor_dt.py:503–505  ·  view source on GitHub ↗

Date corresponding to datetimes

(self)

Source from the content-addressed store, hash-verified

501
502 @property
503 def date(self) -> T_DataArray:
504 """Date corresponding to datetimes"""
505 return self._date_field("date", object)
506
507 @property
508 def is_month_start(self) -> T_DataArray:

Callers 2

test_date_cftimeFunction · 0.80

Calls 1

_date_fieldMethod · 0.80

Tested by 2

test_date_cftimeFunction · 0.64