issues: 118711154
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
118711154 | MDExOlB1bGxSZXF1ZXN0NTE3MjI1MDY= | 666 | Shift method for shifting data | 1217238 | closed | 0 | 8 | 2015-11-24T21:53:11Z | 2015-12-02T23:32:28Z | 2015-12-02T23:32:28Z | MEMBER | 0 | pydata/xarray/pulls/666 | Fixes #624 New ``` In [1]: import xray In [2]: array = xray.DataArray([5, 6, 7, 8], dims='x') In [3]: array.shift(x=2) Out[3]: <xray.DataArray (x: 4)> array([ nan, nan, 5., 6.]) Coordinates: * x (x) int64 0 1 2 3 ``` Based on the API proposed for |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/666/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |