home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 321311317

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
321311317 MDExOlB1bGxSZXF1ZXN0MzIxMzExMzE3 3344 closed 0 groupby repr 2448579 Adds a simple groupby repr. Feedback appreciated ``` da = xr.DataArray( np.random.randn(10, 20, 6), dims=["x", "y", "z"], coords={"z": ["a", "b", "c", "a", "b", "c"], "x": [1, 1, 1, 2, 2, 3, 4, 5, 3, 4]}, ) ``` ``` da.groupby("x") DataArrayGroupBy, grouped over 'x' 5 groups with labels 1, 2, 3, 4, 5 ``` ```da.groupby("y") DataArrayGroupBy, grouped over 'y' 20 groups with labels 0, 1, 2, 3, 4, 5, ..., 15, 16, 17, 18, 19 ``` ``` da.groupby("z") DataArrayGroupBy, grouped over 'z' 6 groups with labels 'a', 'b', 'c', 'd', 'e', 'f' ``` - [x] Tests added - [x] Passes `black . && mypy . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2019-09-25T15:34:33Z 2019-10-03T16:12:23Z 2019-10-03T15:41:50Z 2019-10-03T15:41:50Z 86fb71d887b646f6eeba3f2dbdd58529a01d6c8e     0 cf475ae529c4763dcd95d0bfc802eb6249be56b1 21705e61503fb49f000186c0d556e5623bd5ac82 MEMBER   13221727 https://github.com/pydata/xarray/pull/3344  

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 79.765ms