issue_comments
2 rows where issue = 777153550 and user = 3460034 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Faster unstacking · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
753426440 | https://github.com/pydata/xarray/pull/4746#issuecomment-753426440 | https://api.github.com/repos/pydata/xarray/issues/4746 | MDEyOklzc3VlQ29tbWVudDc1MzQyNjQ0MA== | jthielen 3460034 | 2021-01-02T03:49:28Z | 2021-01-02T03:49:28Z | CONTRIBUTOR | I think it is best to check against the global |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Faster unstacking 777153550 | |
753423841 | https://github.com/pydata/xarray/pull/4746#issuecomment-753423841 | https://api.github.com/repos/pydata/xarray/issues/4746 | MDEyOklzc3VlQ29tbWVudDc1MzQyMzg0MQ== | jthielen 3460034 | 2021-01-02T03:15:56Z | 2021-01-02T03:15:56Z | CONTRIBUTOR | @max-sixty That error seems to be arising because Perhaps relevant to the discussion is this Pint issue https://github.com/hgrecco/pint/issues/882 where it was tentatively decided that Pint's wrapped implementation of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Faster unstacking 777153550 |
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