home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 92745964

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
92745964 MDU6SXNzdWU5Mjc0NTk2NA== 452 xray.DataArray.values on an index coordinate gets thrown away 1217238 closed 0     1 2015-07-02T22:08:22Z 2016-07-20T04:31:31Z 2016-07-20T04:31:31Z MEMBER      

``` In [1]: import xray

In [2]: ds = xray.Dataset({'x': range(5)})

In [3]: ds['x'].values[0] = 9999999

In [5]: ds Out[5]: <xray.Dataset> Dimensions: (x: 5) Coordinates: * x (x) int64 0 1 2 3 4 Data variables: empty ```

Instead, ds['x'].values should return a read only numpy array, to ensure that an error gets thrown.

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