pull_requests: 31706895
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
31706895 | MDExOlB1bGxSZXF1ZXN0MzE3MDY4OTU= | 380 | closed | 0 | ENH: Add Dataset.assign and .assign_coords | 1217238 | Fixes #314 Based off the new pandas method of the same name. An example: ``` In [3]: ds = xray.Dataset({'y': ('x', [1, 2, 3])}) In [4]: ds.assign(z = lambda x: x.y ** 2) Out[4]: <xray.Dataset> Dimensions: (x: 3) Coordinates: * x (x) int64 0 1 2 Data variables: y (x) int64 1 2 3 z (x) int64 1 4 9 ``` | 2015-03-23T06:04:13Z | 2015-03-23T18:42:45Z | 2015-03-23T18:42:43Z | 2015-03-23T18:42:43Z | 1766cfc428d024db2038a5ba470a043a91218652 | 1028398 | 0 | d7271cdcbbed3c6dba9136f2b91451e455f0fcfc | 4798741a22cf24a1f132865c18e1f2320f2bc855 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/380 |
Links from other tables
- 2 rows from pull_requests_id in labels_pull_requests