home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 556105579

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/3552#issuecomment-556105579 https://api.github.com/repos/pydata/xarray/issues/3552 556105579 MDEyOklzc3VlQ29tbWVudDU1NjEwNTU3OQ== 14808389 2019-11-20T17:01:06Z 2019-11-20T17:03:20Z MEMBER

explicitly selecting should work like this: python ds = xr.Dataset( {"a": ("b", [0, 1, 2]), "c": ("b", [-1, 2, 4]), "d": ("b", [5, 1, 3])}, coords={"b": list("abc")}, ) variables = ["a", "d"] ds[variables] I think Dataset.__getitem__ allows any kind of sequence here (e.g. sets)

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