issue_comments: 1001656569
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/6112#issuecomment-1001656569 | https://api.github.com/repos/pydata/xarray/issues/6112 | 1001656569 | IC_kwDOAMm_X847tBD5 | 25071375 | 2021-12-27T17:00:53Z | 2021-12-27T17:00:53Z | CONTRIBUTOR | Probably using the logic of the cumsum and cumprod of dask you can implement the forward fill. I check a little bit the dask code that is on Xarray and apparently none of them use the HighLevelGraph so if the idea is to avoid building the graph manually I think that you can use the cumreduction function of dask to make the work (Probably there is a better dask function for doing this kind of computations but I haven't find it). ```py def ffill(x: xr.DataArray, dim: str, limit=None):
``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
1088893989 |