home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 437418337

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
437418337 MDExOlB1bGxSZXF1ZXN0MjczNjk5NjUz 2920 [WIP] Custom fill value for reindex, align, and merge operations 17169544 closed 0     5 2019-04-25T22:08:09Z 2019-05-05T20:31:58Z 2019-05-05T00:20:55Z CONTRIBUTOR   0 pydata/xarray/pulls/2920

This PR adds an optional fill_value parameter for the following functions/methods: ``` xarray.core.alignment.align() xarray.core.alignment.deep_align()

xarray.core.dataset.reindex() xarray.core.dataset.reindex_like() xarray.core.dataset.merge()

xarray.core.dataarray.DataArray.reindex() xarray.core.dataarray.DataArray.reindex_like()

xarray.core.merge.merge_coords() xarray.core.merge.merge_core() xarray.core.merge.merge() xarray.core.merge.dataset_merge_method() `` The value given tofill_valueis used to fill missing values in the new object after the operation. By defaultfill_value` is NaN.

  • [x] Closes #2876
  • [x] Tests added
  • [x] Fully documented, including whats-new.rst for all changes and api.rst for new API
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2920/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
  • 5 rows from issue in issue_comments
Powered by Datasette · Queries took 0.618ms · About: xarray-datasette