home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 155545607

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-155545607 https://api.github.com/repos/pydata/xarray/issues/648 155545607 MDEyOklzc3VlQ29tbWVudDE1NTU0NTYwNw== 1217238 2015-11-10T19:45:59Z 2015-11-10T19:45:59Z MEMBER

Indeed, I wonder if it would make sense to decouple DataArray from Dataset by storing the state on two (protected) attributes: - variable: the variable for this array - coords: an ordered dict of coordinates

The main downside is that we add a bit more redundant code (e.g., to loop over all variables in .sel). But on the plus side our data model is much more similar to the public API, which would probably make things easier to understand, especially for new contributors -- they don't have to learn Dataset to learn DataArray.

{
    "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 0.701ms · About: xarray-datasette