home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 250962829

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/issues/1025#issuecomment-250962829 https://api.github.com/repos/pydata/xarray/issues/1025 250962829 MDEyOklzc3VlQ29tbWVudDI1MDk2MjgyOQ== 10050469 2016-10-02T09:41:41Z 2016-10-02T09:41:41Z MEMBER

Hi @slharris ,

Note that .isel() is for integer indexing while .sel() is for indexing by value (probably what you want).

if you want a range of values you should give a slice as argument, as indicated in the documentation: e.g. .sel(longitude=slice(34, 67))

(PS: when you report a problem it would be useful to also post the error message, which is more informative than "#this is where the problem occurs")

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