issues: 1588461863
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1588461863 | I_kwDOAMm_X85ergEn | 7539 | Concat doesn't concatenate dimension coordinates along new dims | 35968931 | open | 0 | 4 | 2023-02-16T22:32:33Z | 2023-02-21T19:07:48Z | MEMBER | What is your issue?
Take this example (motivated by https://github.com/pydata/xarray/discussions/7532#discussioncomment-4988792)
Coordinates: * time (time) float64 0.03627 0.09754 0.1048 0.168 ... 0.592 0.869 0.9432 * cols (cols) <U4 'col1' 'col2' Dimensions without coordinates: new ``` I would have expected to get a result of size Instead what happened is that This is kind of briefly mentioned in the concat docstring under I don't really know what I would prefer to happen with the coordinates. I guess to have created a At the very least we should make this a lot clearer in the docs. |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/7539/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
13221727 | issue |