home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 51526283

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
51526283 MDExOlB1bGxSZXF1ZXN0MjU4MDI4Nzc= 291 Support using dictionaries for labeled indexing 1217238 closed 0   836999 0 2014-12-10T07:14:47Z 2014-12-11T22:28:26Z 2014-12-11T22:28:19Z MEMBER   0 pydata/xarray/pulls/291

Fixes #187

As of this change, you can use dictionaries for indexing along a dimension, e.g., in the form array.loc[dict(x='2000-01-01')] or array[dict(x=0)].

In particular, you can use this for assignment, not just for selecting values (e.g., array[dict(x=0)] = 0). It was previously difficult to do assignment with labeled dimensions in xray.

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

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.803ms · About: xarray-datasette