home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 433233234

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/2509#issuecomment-433233234 https://api.github.com/repos/pydata/xarray/issues/2509 433233234 MDEyOklzc3VlQ29tbWVudDQzMzIzMzIzNA== 5635139 2018-10-25T23:00:15Z 2018-10-25T23:00:15Z MEMBER

I just wanted to illustrate that these are the same problems and that only removing the property from the Dataset may lead to continued confusion.

I think that's a good point. There are a few methods on DataArrays but not Datasets, but not many:

python In [4]: {x for x in set(dir(xr.DataArray)) - set(dir(xr.Dataset)) if not x.startswith("_")} Out[4]: {'data', 'dot', 'dt', 'dtype', 'from_cdms2', 'from_iris', 'from_series', 'get_axis_num', 'item', 'name', 'ndim', 'plot', 'searchsorted', 'shape', 'size', 'to_cdms2', 'to_dataset', 'to_index', 'to_iris', 'to_masked_array', 'to_pandas', 'to_series', 'variable'}

Regardless, sounds like @shoyer thinks we should merge (and I'm probably still +0.1)

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