home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 946883858

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/5647#issuecomment-946883858 https://api.github.com/repos/pydata/xarray/issues/5647 946883858 IC_kwDOAMm_X844cE0S 4160723 2021-10-19T16:16:24Z 2021-10-19T16:16:24Z MEMBER

Other possible solutions (from discussion with @shoyer):

  1. Take care of coordinate order (and maybe other things) inside Index.join and Index.equals, e.g., for PandasMultiIndex maybe reorder the levels beforehand.
    • pros: more flexible
    • cons: not great to implicitly reorder levels if it's a costly operation?
  2. Find matching indexes using a two-passes approach: (1) group all indexes by dimension name and (2) check compatibility between the indexes listed in each group.
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  955936490
Powered by Datasette · Queries took 0.794ms · About: xarray-datasette