home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 260431105

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/1072#issuecomment-260431105 https://api.github.com/repos/pydata/xarray/issues/1072 260431105 MDEyOklzc3VlQ29tbWVudDI2MDQzMTEwNQ== 5572303 2016-11-14T19:11:55Z 2016-11-14T19:11:55Z CONTRIBUTOR

Currently, ds0.combine_first(ds1) gives exactly the same result as xr.merge([ds0, ds1]). But for data arrays it still offers something new.

Either 1.) my combine_first should be doing something different with datasets, or 2.) we don't need a combine_first for datasets, or 3.) change xr.merge so that when applied to data arrays, it creates a new data array with outer-join and fillna (by chaining combine_first down the list of data arrays).

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