issues: 93416316
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
93416316 | MDU6SXNzdWU5MzQxNjMxNg== | 456 | Percentiles | 12929592 | closed | 0 | 2 | 2015-07-07T01:48:40Z | 2015-09-09T00:59:04Z | 2015-09-09T00:59:04Z | NONE | Is there a command to calculate percentiles? I am currently using xray to create max, min and mean plots for each season for 40 years of data. I have tried replacing where I use 'max' with 'percentile' or 'quantile' and then change ('time') to ('time, 90) but there is no attribute 'percentile' or 'quantile' ds = xray.open_mfdataset('myfiles///*temp.nc') mytemp=ds['temp'] eachseasonmax=mytemp.groupby('time.season').max('time') Also is this the correct place for these types of questions? Thanks |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/456/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |