home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 702831490

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
702831490 MDU6SXNzdWU3MDI4MzE0OTA= 4430 Get Indices where values along an entire dim are NaN 35336587 closed 0     2 2020-09-16T14:49:04Z 2022-04-19T03:00:00Z 2022-04-19T03:00:00Z NONE      

I am trying to get the indices where the entier dimension as NaN values and use these indices to drop records in another xarray dataset. I tried to use xr.Dataset.where() but realized it only masked the dataset. I also tried xr.Dataset.dropna() but it only dropped the nan dimensions and did not give me the indices which it dropped. I can manually check for it but I am looking for ways to automate this process.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4430/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

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