home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 288866396

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
288866396 MDU6SXNzdWUyODg4NjYzOTY= 1833 COMPAT: MultiIndex checking is fragile 953992 closed 0     1 2018-01-16T11:02:38Z 2018-02-16T21:02:58Z 2018-02-16T21:02:58Z MEMBER      

https://github.com/pydata/xarray/blob/master/xarray/core/dataset.py#L2755

checking for a MI via if hasattr(idx, 'levels'): # is a MI

should be changed to if idx.nlevels > 1: # is a MI

see here. This is not currently implemented but good to get ahead of this hard to detect usage of the API.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1833/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 107.84ms · About: xarray-datasette