issue_comments: 1291911349
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-1291911349 | https://api.github.com/repos/pydata/xarray/issues/7214 | 1291911349 | IC_kwDOAMm_X85NAQC1 | 4160723 | 2022-10-26T11:47:57Z | 2022-10-26T12:14:23Z | MEMBER | I implemented option 3. We can still change or revert it later if it's not the best one. A few examples: ```python import pandas as pd import xarray as xr from xarray.indexes import wrap_pandas_multiindex midx = pd.MultiIndex.from_product([["a", "b"], [1, 2]], names=("one", "two")) ``` It is now possible to pass a pandas multi-index to a Dataset like this: ```python this returns an
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
1422543378 |