issue_comments: 1293531607
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/pull/7214#issuecomment-1293531607 | https://api.github.com/repos/pydata/xarray/issues/7214 | 1293531607 | IC_kwDOAMm_X85NGbnX | 4160723 | 2022-10-27T13:31:24Z | 2022-10-27T13:42:44Z | MEMBER | I also added an ```python ds = xr.Dataset(coords={"x": [4, 5, 6, 7]}) ds2 = xr.Dataset(coords={"x": [1, 2, 3, 4]}) ds.assign_indexes(ds2.xindexes) <xarray.Dataset>Dimensions: (x: 4)Coordinates:* x (x) int64 1 2 3 4Data variables:emptymidx = pd.MultiIndex.from_product([["a", "b"], [1, 2]], names=("one", "two")) indexes = wrap_pandas_multiindex(midx, "x") ds.assign_indexes(indexes) <xarray.Dataset>Dimensions: (x: 4)Coordinates:* x (x) object MultiIndex* one (x) object 'a' 'a' 'b' 'b'* two (x) int64 1 2 1 2Data variables:empty``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
1422543378 |