issue_comments
3 rows where author_association = "MEMBER" and issue = 431584027 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- drop all but specified data_variables/coordinates as a convenience function · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
481761939 | https://github.com/pydata/xarray/issues/2884#issuecomment-481761939 | https://api.github.com/repos/pydata/xarray/issues/2884 | MDEyOklzc3VlQ29tbWVudDQ4MTc2MTkzOQ== | dcherian 2448579 | 2019-04-10T16:24:34Z | 2019-04-10T16:24:43Z | MEMBER |
I'm pretty sure there's an issue request somewhere to add |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
drop all but specified data_variables/coordinates as a convenience function 431584027 | |
481761608 | https://github.com/pydata/xarray/issues/2884#issuecomment-481761608 | https://api.github.com/repos/pydata/xarray/issues/2884 | MDEyOklzc3VlQ29tbWVudDQ4MTc2MTYwOA== | dcherian 2448579 | 2019-04-10T16:23:41Z | 2019-04-10T16:23:41Z | MEMBER |
@jbusecke Can you send in a PR to update the docs? https://xarray.pydata.org/en/stable/data-structures.html#dataset |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
drop all but specified data_variables/coordinates as a convenience function 431584027 | |
481756440 | https://github.com/pydata/xarray/issues/2884#issuecomment-481756440 | https://api.github.com/repos/pydata/xarray/issues/2884 | MDEyOklzc3VlQ29tbWVudDQ4MTc1NjQ0MA== | spencerkclark 6628425 | 2019-04-10T16:10:05Z | 2019-04-10T16:10:05Z | MEMBER | Something that is currently possible, though perhaps not super well-documented, is |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
drop all but specified data_variables/coordinates as a convenience function 431584027 |
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 2