home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 789547340

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/4979#issuecomment-789547340 https://api.github.com/repos/pydata/xarray/issues/4979 789547340 MDEyOklzc3VlQ29tbWVudDc4OTU0NzM0MA== 4160723 2021-03-03T08:50:11Z 2021-03-03T08:50:11Z MEMBER

For the implementation: hooks would probably work. Other options might be decorator functions or context managers?

Or similarly to _repr_inline_:

```python class MyDuckArray: ...

def _sel_(self, indexer):
    """Prepare the label-based indexer to conform to this coordinate array."""
    ...
    return new_indexer

...

```

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