home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 29879804

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
29879804 MDExOlB1bGxSZXF1ZXN0MTM4MjM3NzI= 77 ENH: Dataset.reindex_like and DatasetArray.reindex_like 1217238 closed 0     3 2014-03-21T05:12:53Z 2014-06-12T17:30:21Z 2014-04-09T03:05:43Z MEMBER   0 pydata/xarray/pulls/77

This provides an interface for re-indexing a dataset or dataset array using the coordinates from another object. Missing values along any coordinate are replaced by NaN.

This method is directly based on the pandas method DataFrame.reindex_like (and the related series and panel variants). Eventually, I would like to build upon this functionality to add a join method to xray.align with the possible values {'outer', 'inner', 'left', 'right'}, just like DataFrame.align.

This PR depends on PR #71, since I use its improved copy method for datasets.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/77/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
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.596ms · About: xarray-datasette