home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 34003882

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
34003882 MDU6SXNzdWUzNDAwMzg4Mg== 140 Dataset.apply method 1217238 closed 0   650893 0 2014-05-21T17:08:47Z 2014-07-31T04:45:29Z 2014-07-31T04:45:29Z MEMBER      

Dataset reduce methods (#131) suggested to me that it would be nice to support applying functions which map over all data arrays in a dataset. The signature of Dataset.apply could be modeled after GroupBy.apply and the implementation would be similar to #137 (but simpler).

For example, I should be able to write ds.apply(np.mean).

Note: It's still worth having #137 as a separate implementation because it can do some additional validation for dimensions and skip variables where the aggregation doesn't make sense.

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

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