home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 365961291

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
365961291 MDExOlB1bGxSZXF1ZXN0MjE5NzUyOTE3 2458 WIP: sketch of resample support for CFTimeIndex 1217238 closed 0     5 2018-10-02T15:44:36Z 2019-02-03T03:21:52Z 2019-02-03T03:21:52Z MEMBER   0 pydata/xarray/pulls/2458

Example usage:

```

import xarray times = xarray.cftime_range('2000', periods=30, freq='MS') da = xarray.DataArray(range(30), [('time', times)]) da.resample(time='1AS').mean() <xarray.DataArray (time: 3)> array([ 5.5, 17.5, 26.5]) Coordinates: * time (time) object 2001-01-01 00:00:00 ... 2003-01-01 00:00:00 ```

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2458/reactions",
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 1,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 1 row from issues_id in issues_labels
  • 5 rows from issue in issue_comments
Powered by Datasette · Queries took 0.514ms · About: xarray-datasette