home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 185794232

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
185794232 MDExOlB1bGxSZXF1ZXN0OTEyOTA5MzM= 1065 Options to binary ops kwargs 5572303 closed 0     11 2016-10-27T22:17:16Z 2016-11-12T04:00:10Z 2016-11-12T03:59:42Z CONTRIBUTOR   0 pydata/xarray/pulls/1065

Currently the default is join="inner". However, there can be applications where the majority of binary operations require join="outer", not "inner".

Addresses https://github.com/pydata/xarray/issues/1059

The solution we come up with is adding a default key/value to OPTIONS, and dynamically access/update it in code (_binary_op in both dataarray.py and dataset.py)

We've also added test modules in test_dataarray.py and test_dataset.py. All tests passed.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1065/reactions",
    "total_count": 0,
    "+1": 0,
    "-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 1.505ms · About: xarray-datasette