issues: 521317260
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 521317260 | MDU6SXNzdWU1MjEzMTcyNjA= | 3512 | selection from MultiIndex does not work properly | 6815844 | closed | 0 | 0 | 2019-11-12T04:12:12Z | 2019-11-14T11:56:18Z | 2019-11-14T11:56:18Z | MEMBER | MCVE Code Sample```python da = xr.DataArray([0, 1], dims=['x'], coords={'x': [0, 1], 'y': 'a'}) db = xr.DataArray([2, 3], dims=['x'], coords={'x': [0, 1], 'y': 'b'}) data = xr.concat([da, db], dim='x').set_index(xy=['x', 'y']) data.sel(y='a')
Expected Output```python
Problem DescriptionShould select the array Output of
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3512/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |