issue_comments
6 rows where issue = 750985364 and user = 12237157 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Add histogram method · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
853138609 | https://github.com/pydata/xarray/issues/4610#issuecomment-853138609 | https://api.github.com/repos/pydata/xarray/issues/4610 | MDEyOklzc3VlQ29tbWVudDg1MzEzODYwOQ== | aaronspring 12237157 | 2021-06-02T15:45:45Z | 2021-06-02T15:45:45Z | CONTRIBUTOR |
agree.
looking forward to the PR |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add histogram method 750985364 | |
852944667 | https://github.com/pydata/xarray/issues/4610#issuecomment-852944667 | https://api.github.com/repos/pydata/xarray/issues/4610 | MDEyOklzc3VlQ29tbWVudDg1Mjk0NDY2Nw== | aaronspring 12237157 | 2021-06-02T11:22:07Z | 2021-06-02T11:22:07Z | CONTRIBUTOR | I like your explanation of the two different inputs @dougiesquire and for multi-dim datasets these must be xr.datasets. my point about the |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add histogram method 750985364 | |
852428526 | https://github.com/pydata/xarray/issues/4610#issuecomment-852428526 | https://api.github.com/repos/pydata/xarray/issues/4610 | MDEyOklzc3VlQ29tbWVudDg1MjQyODUyNg== | aaronspring 12237157 | 2021-06-01T20:36:25Z | 2021-06-01T20:36:25Z | CONTRIBUTOR | I am unsure about this and cannot manage to put my Südasien down precisely. Calculating a contingency table for instance between two multivar inputs: ˋˋˋ xhistogram(ds_observations_multivar, ds_forecast_multivar, bins=[ds_obs_multivar_edges, ds_forecast_multivar_edges ]) ˋˋˋ maybe @dougiesquire can phrase this more precisely |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add histogram method 750985364 | |
852364749 | https://github.com/pydata/xarray/issues/4610#issuecomment-852364749 | https://api.github.com/repos/pydata/xarray/issues/4610 | MDEyOklzc3VlQ29tbWVudDg1MjM2NDc0OQ== | aaronspring 12237157 | 2021-06-01T18:51:47Z | 2021-06-01T18:51:47Z | CONTRIBUTOR |
with dataset bins I want to have different bin_edges for each dataset. If bins is only a dataArray, I cannot have this. Can I? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add histogram method 750985364 | |
852231700 | https://github.com/pydata/xarray/issues/4610#issuecomment-852231700 | https://api.github.com/repos/pydata/xarray/issues/4610 | MDEyOklzc3VlQ29tbWVudDg1MjIzMTcwMA== | aaronspring 12237157 | 2021-06-01T15:45:00Z | 2021-06-01T15:45:00Z | CONTRIBUTOR | I tried to show in https://gist.github.com/aaronspring/251553f132202cc91aadde03f2a452f9 how I would like to use xr.Datasets as I tried show in the gist that I could be also nice to allow xr.Datasets as bins if the inputs are xr.Datasets.
I cannot find this in #5400. I should checkout and run the code locally. Yep, the example xskillscore code posted doesnt allow nd bins. forgot that. correct. in my head thinking about the future it does. https://github.com/xarray-contrib/xskillscore/blob/6f7be06098eefa1cdb90f7319f577c274621301c/xskillscore/core/probabilistic.py#L498 takes xr.Datasets as bins and in a previous version we used |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add histogram method 750985364 | |
852120100 | https://github.com/pydata/xarray/issues/4610#issuecomment-852120100 | https://api.github.com/repos/pydata/xarray/issues/4610 | MDEyOklzc3VlQ29tbWVudDg1MjEyMDEwMA== | aaronspring 12237157 | 2021-06-01T13:22:25Z | 2021-06-01T13:24:19Z | CONTRIBUTOR | what about a list of @dougiesquire implemented this in https://github.com/xarray-contrib/xskillscore/blob/2217b58c536ec1b3d2c42265ed6689a740c2b3bf/xskillscore/core/utils.py#L133 EDIT: seeing now that this issue and #5400 aims to implement xr.DataArray.hist only. xr.Dataset would be also nice :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add histogram method 750985364 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1