home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1351814726

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/7377#issuecomment-1351814726 https://api.github.com/repos/pydata/xarray/issues/7377 1351814726 IC_kwDOAMm_X85Qkw5G 56583917 2022-12-14T17:23:10Z 2022-12-14T17:23:10Z CONTRIBUTOR

This issue has an extra layer of evilness because users will also run into this issue when they don't specify the skipna parameter and their data is a float dtype, like in my example dummy data: da.quantile(0.95, dim='time')

The documentation could be a little bit clearer. The fact that skipna=True is the default for float dtypes could easily be overlooked in my opinion:

If True, skip missing values (as marked by NaN). By default, only skips missing values for float dtypes;

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