home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 218745734

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
218745734 MDExOlB1bGxSZXF1ZXN0MTEzODA3NDE4 1347 Support for DataArray.expand_dims() 6815844 closed 0     9 2017-04-02T06:36:37Z 2017-04-10T02:05:38Z 2017-04-10T01:01:54Z MEMBER   0 pydata/xarray/pulls/1347
  • [x] closes #1326
  • [x] tests added / passed
  • [x] passes git diff upstream/master | flake8 --diff
  • [x] whatsnew entry

I added a DataArray's method expand_dims based on the discussion in #1326 . The proposed API is similar to numpy.expand_dims and slightly different from Variables.expand_dims, which requires whole sequences of dims of the result array.

My concern is that I do not yet fully understand the lazy data manipulation in xarray. Does Variable.expand_dims do it?

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1347/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 9 rows from issue in issue_comments
Powered by Datasette · Queries took 76.918ms · About: xarray-datasette