issues: 484098286
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
484098286 | MDU6SXNzdWU0ODQwOTgyODY= | 3242 | An `asfreq` method without `resample`, and clarify or improve resample().asfreq() behavior for down-sampling | 463809 | open | 0 | 2 | 2019-08-22T16:33:32Z | 2022-04-18T16:01:07Z | CONTRIBUTOR | MCVE Code Sample```python Your code here
Make a time grid that doesn't start exactly on the hour.
The value is actually the mean over the time window, eg. the third value is:
Expected OutputDocs say this:
I suppose this doc is not technically wrong, since upon careful reading, I realize it does not define a behavior for down-sampling. But it's easy to: (1) assume the same behavior (reindexing) for down-sampling and up-sampling and/or (2) expect behavior similar to Problem DescriptionI would argue for an ```
This can currently easily be achieved, so it's not a blocker. ```
Why I argue for Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3242/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |