home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 280385592

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
280385592 MDU6SXNzdWUyODAzODU1OTI= 1769 Extend to_masked_array to support dask MaskedArrays 2443309 open 0     5 2017-12-08T06:22:56Z 2019-11-08T17:19:44Z   MEMBER      

Following @shoyer's comment, it will be pretty straightforward to support creating dask masked arrays within the to_masked_array method. My thought would be that data arrays use dask, would be converted to dask masked arrays, rather than to numpy arrays as they are currently.

Two kinks:

1) The dask masked array feature requires dask 0.15.3 or newer. 2) I'm not sure how to test if an object is a dask.array.ma.MaskedArray (Dask doesn't have a MaskedArray class). @mrocklin - thoughts?

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1769/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 issue

Links from other tables

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