home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 575599184

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/3701#issuecomment-575599184 https://api.github.com/repos/pydata/xarray/issues/3701 575599184 MDEyOklzc3VlQ29tbWVudDU3NTU5OTE4NA== 14808389 2020-01-17T12:01:18Z 2020-01-17T12:23:57Z MEMBER

sorry, my mistake. I've been testing on master which has #3559 merged and thus works with dask arrays. Unless someone has a better idea, I'd suggest copying that approach for now: using apply_ufunc to apply np.nanpercentile. ~~Ideally, that would change the quantile call to~~ python percentiles = quantile(ds, q=percentile / 100, dim="time") ~~I'll try to write a working quantile function.~~ Edit: see below, with that you should be able to use python ds.quantile(...)

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