home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 1717209758

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
1717209758 I_kwDOAMm_X85mWoqe 7851 Add pop methods 22245117 open 0     1 2023-05-19T12:58:17Z 2023-05-19T14:01:42Z   CONTRIBUTOR      

Is your feature request related to a problem?

It's not related to a problem. I would find useful to have pop methods.

Describe the solution you'd like

Is it feasible to add pop methods?

For example, instead of doing this: ```python import xarray as xr

ds = xr.Dataset({"foo": None}) foo = ds["foo"] ds = ds.drop_vars("foo") I would like to be able to do this:python foo = ds.pop_vars("foo") ```

Describe alternatives you've considered

No response

Additional context

No response

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

Links from other tables

  • 1 row from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 0.696ms · About: xarray-datasette