home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 39385095

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
39385095 MDU6SXNzdWUzOTM4NTA5NQ== 203 Support mathematical operators (+-*/, etc) for GroupBy objects 1217238 closed 0   740776 0 2014-08-04T01:40:11Z 2014-09-12T01:18:04Z 2014-09-12T01:18:04Z MEMBER      

Building on #200, we could add support for mathematical operations to GroupBy objects.

Math with groupby objects should automatically "broadcast" across group labels, so we can write something like:

climatology = ds.groupby('time.month').mean('time') anomalies = ds.groupby('time.month') - climatology

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/203/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
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.879ms · About: xarray-datasette