home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 224104390

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/802#issuecomment-224104390 https://api.github.com/repos/pydata/xarray/issues/802 224104390 MDEyOklzc3VlQ29tbWVudDIyNDEwNDM5MA== 4160723 2016-06-06T22:11:09Z 2016-06-06T22:11:09Z MEMBER

That behavior looks good enough to me too! It is indeed already quite flexible :-).

Do you think that we really need to handle data.loc['a', 0] if data is 2 or higher dimensional? We would also have to handle the case data.loc[{'one': 'a', 'two': 0}]... Having to explicitly write data.loc[('a', 0), :] or data.loc[('a', 0), ...] seems fine to me (at least for now).

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