home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 580358271

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/pull/3733#issuecomment-580358271 https://api.github.com/repos/pydata/xarray/issues/3733 580358271 MDEyOklzc3VlQ29tbWVudDU4MDM1ODI3MQ== 2448579 2020-01-30T17:13:29Z 2020-01-30T17:13:29Z MEMBER

Just a quick comment:

xr.apply_ufunc, but that makes chunking along the fitted dimension forbidden

dask="allowed" should work and is appropriate here since you're using a dask function.

difficult to return the ancillary results

yes we really should fix this. One trick is to stack the returned information in to one array and split that array up into multiple dataarrays after the apply_ufunc call.

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