home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 553618337

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/3516#issuecomment-553618337 https://api.github.com/repos/pydata/xarray/issues/3516 553618337 MDEyOklzc3VlQ29tbWVudDU1MzYxODMzNw== 14808389 2019-11-13T21:45:44Z 2019-11-13T21:45:44Z MEMBER

I took a shot at using :orphan:, but doc/README.rst seems like it should be excluded from the documentation?

Also, while trying to fix the nit-picky warnings, I found this: ```python

import xarray as xr ds = xr.Dataset(data_vars={"a": ("x", list("abcd"))}, coords={"x": range(4)}) ds.a.groupby(ds.x % 2 == 0).quantile <bound method DataArrayGroupBy.quantile of DataArrayGroupBy, grouped over 'x' 2 groups with labels False, True.> ds.groupby(ds.x % 2 == 0).quantile AttributeError: 'DatasetGroupBy' object has no attribute 'quantile' `` despite the documentation claiming otherwise (and indeed,DataArrayGroupByexplicitly implementsquantilewhileDatasetGroupBy` doesn't). Does this deserve its own issue?

Implementing DatasetGroupBy.quantile probably won't silence the nit-picky warning, though, since DataArrayGroupBy.quantile has the same problem. I'll investigate more on this.

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