home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1560587282

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/7871#issuecomment-1560587282 https://api.github.com/repos/pydata/xarray/issues/7871 1560587282 IC_kwDOAMm_X85dBKwS 10194086 2023-05-24T07:24:37Z 2023-05-24T07:24:37Z MEMBER

Can you try notnull instead of isnull - I often get the boolean array wrong in where:

python da = ds['z'] da = da.where(da.notnull(), drop=True)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1723010051
Powered by Datasette · Queries took 0.688ms · About: xarray-datasette