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 likeIs it feasible to add For example, instead of doing this: ```python import xarray as xr ds = xr.Dataset({"foo": None})
foo = ds["foo"]
ds = ds.drop_vars("foo")
Describe alternatives you've consideredNo response Additional contextNo 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 |