home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 168470276

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
168470276 MDU6SXNzdWUxNjg0NzAyNzY= 927 align() and broadcast() before concat() 6213168 closed 0     9 2016-07-30T14:35:33Z 2016-08-21T01:00:27Z 2016-08-21T01:00:27Z MEMBER      

I have two arrays with misaligned dimensions x and y, and I want to concatenate them on dimension y. I can't seem to find any way to do it, because: 1. If I do not invoke align(), it will fail complaining that dimension x is not aligned 2. if I invoke align(), it will create unwanted elements on dimension y

See example: https://gist.github.com/crusaderky/a96db5b59396d94fe1e22694bc091d55

Am I missing something obvious? Possibly align() should accept an optional parameter e.g. exclude==['y']?

Thanks in advance

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

Links from other tables

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