issue_comments: 371989690
This data as json
| html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://github.com/pydata/xarray/issues/1978#issuecomment-371989690 | https://api.github.com/repos/pydata/xarray/issues/1978 | 371989690 | MDEyOklzc3VlQ29tbWVudDM3MTk4OTY5MA== | 6815844 | 2018-03-10T01:18:11Z | 2018-03-10T01:18:11Z | MEMBER | Yes. ```python In [7]: da.rolling(date=3).construct('rolling_date') Out[7]: <xarray.DataArray (item: 2, date: 6, rolling_date: 3)> array([[[nan, nan, 0.], [nan, 0., 1.], [ 0., 1., 2.], [ 1., 2., 3.], [ 2., 3., 4.], [ 3., 4., 5.]],
Dimensions without coordinates: item, date, rolling_date
FYI, using |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
304021813 |