home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 56764870

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
56764870 MDU6SXNzdWU1Njc2NDg3MA== 314 Dataset.assign and Dataset.assign_coords 1217238 closed 0     0 2015-02-06T03:16:31Z 2015-03-23T18:42:43Z 2015-03-23T18:42:43Z MEMBER      

When this PR to pandas adding DataFrame.assign gets merged, we should copy the API in xray.

The idea here would be to be able to use chaining to write:

(ds.assign(red=fox) .assign_coords(blue=dog))

as a non-inplace alternative to:

ds['red'] = fox ds.coords['blue'] = dog

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

Links from other tables

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