home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 113499493

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
113499493 MDU6SXNzdWUxMTM0OTk0OTM= 641 add rolling_apply method or function 2443309 closed 0     13 2015-10-27T03:30:11Z 2016-02-20T02:32:33Z 2016-02-20T02:32:33Z MEMBER      

Pandas has a generic rolling_apply function. It would be nice to support a similar api on xray objects. The api I have in mind is something like:

``` Python

DataArray.rolling_apply(window, func, min_periods=None, freq=None,

center=False, args=(), kwargs={})

da.rolling_apply(7, np.mean) ```

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

Links from other tables

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