home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 256243636

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
256243636 MDU6SXNzdWUyNTYyNDM2MzY= 1562 Request: implement unsigned integer type for xarray resample skipna 23199378 closed 0     2 2017-09-08T12:48:53Z 2017-09-08T16:13:46Z 2017-09-08T16:12:23Z NONE      

I would like to be able to use the skipna switch with unsigned integer types in netCDF4 files I'm processing with xarray.

Currently it appears to be unsupported:

```~\AppData\Local\Continuum\Miniconda3\envs\IOOS3\lib\site-packages\xarray\core\duck_array_ops.py in f(values, axis, skipna, **kwargs) 184 raise NotImplementedError( 185 'skipna=True not yet implemented for %s with dtype %s' --> 186 % (name, values.dtype)) 187 nanname = 'nan' + name 188 if (isinstance(axis, tuple) or not values.dtype.isnative or

NotImplementedError: skipna=True not yet implemented for mean with dtype uint32 ```

Thanks, Marinna

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

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