issue_comments
3 rows where issue = 612846594 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xr.infer_freq · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
636365587 | https://github.com/pydata/xarray/pull/4033#issuecomment-636365587 | https://api.github.com/repos/pydata/xarray/issues/4033 | MDEyOklzc3VlQ29tbWVudDYzNjM2NTU4Nw== | spencerkclark 6628425 | 2020-05-30T18:11:36Z | 2020-05-30T18:11:36Z | MEMBER | Thanks @aulemahal! Nice work. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.infer_freq 612846594 | |
634215961 | https://github.com/pydata/xarray/pull/4033#issuecomment-634215961 | https://api.github.com/repos/pydata/xarray/issues/4033 | MDEyOklzc3VlQ29tbWVudDYzNDIxNTk2MQ== | aulemahal 20629530 | 2020-05-26T19:01:36Z | 2020-05-26T19:01:36Z | CONTRIBUTOR | @spencerkclark Here you go! Tests added for all cases you mentioned. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.infer_freq 612846594 | |
628857894 | https://github.com/pydata/xarray/pull/4033#issuecomment-628857894 | https://api.github.com/repos/pydata/xarray/issues/4033 | MDEyOklzc3VlQ29tbWVudDYyODg1Nzg5NA== | aulemahal 20629530 | 2020-05-14T20:02:34Z | 2020-05-14T20:02:34Z | CONTRIBUTOR | @spencerkclark Thanks for the feedback! I rewrote the I expect the performance of Will write up some docs soon. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.infer_freq 612846594 |
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