issue_comments
3 rows where issue = 899015876 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add support for cross product · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
893887471 | https://github.com/pydata/xarray/pull/5365#issuecomment-893887471 | https://api.github.com/repos/pydata/xarray/issues/5365 | IC_kwDOAMm_X841R6Pv | keewis 14808389 | 2021-08-05T23:24:53Z | 2021-08-05T23:24:53Z | MEMBER | we discussed this in the meeting yesterday, and decided that since it makes the code cleaner and there's the To increase their visibility it would probably also be good to show how to use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add support for cross product 899015876 | |
886951200 | https://github.com/pydata/xarray/pull/5365#issuecomment-886951200 | https://api.github.com/repos/pydata/xarray/issues/5365 | IC_kwDOAMm_X8403c0g | keewis 14808389 | 2021-07-26T19:03:21Z | 2021-07-26T19:03:21Z | MEMBER | The use case is something similar to:
In any case, I'd like to get the opinion of other maintainers: is the integrated conversion worth the trouble, or should we make combining / splitting variables easier? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add support for cross product 899015876 | |
886712077 | https://github.com/pydata/xarray/pull/5365#issuecomment-886712077 | https://api.github.com/repos/pydata/xarray/issues/5365 | IC_kwDOAMm_X8402icN | keewis 14808389 | 2021-07-26T13:38:53Z | 2021-07-26T13:38:53Z | MEMBER | I finally got around to testing this. This works really well for the use cases I tried, but the automatic conversion of To be clear, the idea was to have a convenient way to convert a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add support for cross product 899015876 |
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