home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1272944063

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/issues/7148#issuecomment-1272944063 https://api.github.com/repos/pydata/xarray/issues/7148 1272944063 IC_kwDOAMm_X85L35W_ 4160723 2022-10-10T08:16:37Z 2022-10-10T08:16:37Z MEMBER

Looks like passing a pandas.MultiIndex object as dim argument to concat was forgotten during the explicit indexes refactor. While this can be fixed (could be tricky), we should deprecate it: it is convenient but probably too neat now that multi-indexes levels have their own, "real" coordinates (see https://github.com/pydata/xarray/issues/6293#issuecomment-1259228475). It should be preferred to explicitly chain concat with assign_coords (and set_index) like the last line in your example.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1402168223
Powered by Datasette · Queries took 0.753ms · About: xarray-datasette