home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1560588932

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-1560588932 https://api.github.com/repos/pydata/xarray/issues/7871 1560588932 IC_kwDOAMm_X85dBLKE 7091088 2023-05-24T07:25:38Z 2023-05-24T07:26:40Z NONE

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)

Yes, I did.

As we can see, the nan values are not completely gone

{
    "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.533ms · About: xarray-datasette