home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 815825360

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
815825360 MDU6SXNzdWU4MTU4MjUzNjA= 4952 Feature request: dropna() along multiple dimensions 17162724 open 0     3 2021-02-24T20:30:39Z 2023-08-16T18:09:32Z   CONTRIBUTOR      

Is your feature request related to a problem? Please describe. In the docs (http://xarray.pydata.org/en/stable/generated/xarray.Dataset.dropna.html) it says Dropping along multiple dimensions simultaneously is not yet supported. But I couldn't find a GitHub Issue open it. Apologies if there is one

Describe the solution you'd like da.dropna(['lat', 'lon], how="all") produces the same as da.dropna('lat', how="all").dropna('lon', how="all")

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

Links from other tables

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