home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 441342986

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/2568#issuecomment-441342986 https://api.github.com/repos/pydata/xarray/issues/2568 441342986 MDEyOklzc3VlQ29tbWVudDQ0MTM0Mjk4Ng== 15331990 2018-11-24T04:34:17Z 2018-11-24T04:34:17Z CONTRIBUTOR

I guess I'm thinking about more complex cases such as changing 0 -> 50, 1 -> 29, 2 -> 10

ds = xr.Dataset({'test': [0, 1, 2]}) ds.where((ds != 1) & (ds != 2), 50)

Thoughts on simplifying this?

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