home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 304902053

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/1426#issuecomment-304902053 https://api.github.com/repos/pydata/xarray/issues/1426 304902053 MDEyOklzc3VlQ29tbWVudDMwNDkwMjA1Mw== 6815844 2017-05-30T14:47:36Z 2017-05-30T14:47:36Z MEMBER

@shoyer Thanks for the comment.

It occurs to me that if we had full support for indexing on coordinate levels, we might not need a notion of a "MultiIndex" in the public API at all.

Actually I am not yet fully comfortable with my implementation, and I like your idea as this might be much cleaner and simpler than mine.

If my understanding is correct, does it mean that we will support ds.sel(x='a'), ds.isel(x=[0, 1]) and ds.mean(dim='x') with your example data? Will it raise an Error if Coordinate is more than 1 dimensional? How about ds.sel(x='a', y=[1, 2])?

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