home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 172498620

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
172498620 MDU6SXNzdWUxNzI0OTg2MjA= 981 Split xarray.concat into two functions: xarray.stack and xarray.concat? 1217238 closed 0     2 2016-08-22T16:38:47Z 2019-02-25T17:28:23Z 2019-02-25T17:28:23Z MEMBER      

Currently, xarray.concat can do two different things: - It can concatenate along an existing dimension. - It can stack along a new dimension.

This seemed convenient when I wrote concat, but now seems too automagical.

For example, we need rules to decide which coordinates to expand when stacking (the confusingly named coords and data_vars arguments), but not when concatenating. Currently we use the heuristics in both cases, which leads to undesirable behavior (#899).

Even if we don't split the public API function, we should split it internally.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/981/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

  • 1 row from issues_id in issues_labels
  • 2 rows from issue in issue_comments
Powered by Datasette · Queries took 0.498ms · About: xarray-datasette