home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 39461560

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
39461560 MDU6SXNzdWUzOTQ2MTU2MA== 204 Add take methods to DataArray and Variable 1217238 closed 0     1 2014-08-04T21:11:20Z 2016-08-14T20:37:18Z 2016-08-14T20:37:18Z MEMBER      

These are often way faster than numpy's array indexing. The following works for xray.Variable:

python def take(self, indices, dimension): axis = self.get_axis_num(dimension) values = self.values.take(indices, axis) return self.__array_wrap__(values)

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