home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 246502828

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
246502828 MDExOlB1bGxSZXF1ZXN0MTMzMDgyMjU0 1496 ENH: three argument version of where 1217238 closed 0   2415632 11 2017-07-29T06:15:39Z 2017-08-08T17:00:34Z 2017-08-08T17:00:30Z MEMBER   0 pydata/xarray/pulls/1496

Example usage: ```python

a.where(a.x + a.y < 5, -1) <xarray.DataArray (x: 5, y: 5)> array([[ 0, 1, 2, 3, 4], [ 5, 6, 7, 8, -1], [10, 11, 12, -1, -1], [15, 16, -1, -1, -1], [20, -1, -1, -1, -1]]) Dimensions without coordinates: x, y ` - [x] Closes #576 - [x] Tests added / passed - [x] Passesgit diff upstream/master | flake8 --diff` - [x] Fully documented, includingwhats-new.rstfor all changes andapi.rst` for new API

CC @MaximilianR

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1496/reactions",
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 11 rows from issue in issue_comments
Powered by Datasette · Queries took 2.699ms · About: xarray-datasette