pull_requests: 35192074
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | auto_merge | repo | url | merged_by |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35192074 | MDExOlB1bGxSZXF1ZXN0MzUxOTIwNzQ= | 410 | closed | 0 | ENH: Add .sel() method to Dataset and DataArray | 1217238 | sel() now supports the method parameter, which works like the paramter of the same name on reindex(). It provides a simple interface for doing nearest- neighbor interpolation: ``` In [12]: ds.sel(x=1.1, method='nearest') Out[12]: <xray.Dataset> Dimensions: () Coordinates: x int64 1 Data variables: y int64 2 In [13]: ds.sel(x=[1.1, 2.1], method='pad') Out[13]: <xray.Dataset> Dimensions: (x: 2) Coordinates: * x (x) int64 1 2 Data variables: y (x) int64 2 3 ``` | 2015-05-12T04:17:36Z | 2015-05-14T02:27:45Z | 2015-05-14T02:27:43Z | 2015-05-14T02:27:43Z | 94630c550610ace2450e9e8955963306576f1c47 | 987654 | 0 | abe5e1dce4bc1d4a5b02a95cb02d7b1b6c53b495 | b34d4c24b2ac6bf79ac30dda3cb204885a4e73cf | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/410 |
Links from other tables
- 2 rows from pull_requests_id in labels_pull_requests