home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 91665446

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
91665446 MDU6SXNzdWU5MTY2NTQ0Ng== 447 Add rolling mean function 2062210 closed 0     2 2015-06-29T01:37:23Z 2015-06-29T03:17:53Z 2015-06-29T03:17:53Z NONE      

A nice addition to the time-series functionality that is built into xray would be the ability to calculate a rolling mean (e.g. for those cases where you've got daily data but you want to work on the 10-day running mean or something).

As far as I'm aware (apologies if I'm wrong), to do a rolling mean at the moment you have to convert to a pandas DataFrame, used the pandas rolling_mean() function and then convert back to an xray data array. This is fine for one dimensional data, but not so nice when you want to do it over a large (time, lat, lon) array.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/447/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

  • 0 rows from issues_id in issues_labels
  • 2 rows from issue in issue_comments
Powered by Datasette · Queries took 0.907ms · About: xarray-datasette