home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 540834161

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/3390#issuecomment-540834161 https://api.github.com/repos/pydata/xarray/issues/3390 540834161 MDEyOklzc3VlQ29tbWVudDU0MDgzNDE2MQ== 2443309 2019-10-10T23:06:14Z 2019-10-10T23:06:14Z MEMBER

@pmallas - it looks like you figured this out but I'll just report on what was likely the confusion here.

Xarray's where methods use np.nan as the default other argument, this causes the type to be cast to a float. If you want to maintain a integer type, you'll need to specify another value for other.

xref: http://xarray.pydata.org/en/stable/computation.html#missing-values, http://xarray.pydata.org/en/stable/generated/xarray.DataArray.where.html

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