home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 155549758

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/648#issuecomment-155549758 https://api.github.com/repos/pydata/xarray/issues/648 155549758 MDEyOklzc3VlQ29tbWVudDE1NTU0OTc1OA== 5635139 2015-11-10T20:02:24Z 2015-11-10T20:02:24Z MEMBER

Indeed, I wonder if it would make sense to decouple DataArray from Dataset by storing the state on two (protected) attributes:

As a newbie, :+1:. I took some time to figure out why a DataArray contained a Dataset.

The main downside is that we add a bit more redundant code (e.g., to loop over all variables in .sel).

Low confidence, but you could have a common ancestor (XRayContainer, etc) which contained the similar code or a ._stuff attribute that's iterated over

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