issue_comments
3 rows where issue = 467814673 and user = 44284270 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- selecting only october to march from monthly data using xarray · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
511258189 | https://github.com/pydata/xarray/issues/3124#issuecomment-511258189 | https://api.github.com/repos/pydata/xarray/issues/3124 | MDEyOklzc3VlQ29tbWVudDUxMTI1ODE4OQ== | mada0007 44284270 | 2019-07-15T02:25:27Z | 2019-07-15T02:25:27Z | NONE | Thanks to all, it works! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
selecting only october to march from monthly data using xarray 467814673 | |
511208032 | https://github.com/pydata/xarray/issues/3124#issuecomment-511208032 | https://api.github.com/repos/pydata/xarray/issues/3124 | MDEyOklzc3VlQ29tbWVudDUxMTIwODAzMg== | mada0007 44284270 | 2019-07-14T14:35:39Z | 2019-07-14T14:35:39Z | NONE | Hi, the problem here is that I have multiple netcd files and the dats vary accros time. is there any other way to do this ? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
selecting only october to march from monthly data using xarray 467814673 | |
511203557 | https://github.com/pydata/xarray/issues/3124#issuecomment-511203557 | https://api.github.com/repos/pydata/xarray/issues/3124 | MDEyOklzc3VlQ29tbWVudDUxMTIwMzU1Nw== | mada0007 44284270 | 2019-07-14T13:36:50Z | 2019-07-14T13:36:50Z | NONE | Hi yes except that selected series start are ordered from 1,2,3,10,11,12, 1, 2, 3, 10,11, 12 in that order. what I really want is 10,11,12, 1,2,3 10,11,12,1,2,3 the first 1,2,3 in the data must be igored so from 10,11,12 the next 1,2,3 should start from the following year Thanks |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
selecting only october to march from monthly data using xarray 467814673 |
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