Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_to_dataset_retains_keys
Method · 0.80
test_date_cftime
Function · 0.80
Calls
1
_date_field
Method · 0.80
Tested by
2
test_to_dataset_retains_keys
Method · 0.64
test_date_cftime
Function · 0.64