issues: 314764258
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
314764258 | MDU6SXNzdWUzMTQ3NjQyNTg= | 2064 | concat_dim getting added to *all* variables of multifile datasets | 4179064 | open | 0 | 31 | 2018-04-16T18:16:25Z | 2022-07-16T14:11:42Z | NONE | Code SampleUsing the following example data set: example_jan.nc ```python !/usr/bin/env python3import xarray
ds = xarray.open_mfdataset('example_jan.nc', concat_dim='Time')
print(ds)
Problem descriptionThe expected behavior for us was that It seems like https://github.com/pydata/xarray/issues/1988 and https://github.com/pydata/xarray/pull/2048 were intended to address cases where the Expected OutputThat for 0.10.2 (see above) Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2064/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |