issue_comments
2 rows where author_association = "MEMBER", issue = 144630996 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- correct DJF mean · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 216854146 | https://github.com/pydata/xarray/issues/810#issuecomment-216854146 | https://api.github.com/repos/pydata/xarray/issues/810 | MDEyOklzc3VlQ29tbWVudDIxNjg1NDE0Ng== | mathause 10194086 | 2016-05-04T12:56:30Z | 2016-05-04T12:56:30Z | MEMBER | I think we can close this... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
correct DJF mean 144630996 | |
| 203500884 | https://github.com/pydata/xarray/issues/810#issuecomment-203500884 | https://api.github.com/repos/pydata/xarray/issues/810 | MDEyOklzc3VlQ29tbWVudDIwMzUwMDg4NA== | mathause 10194086 | 2016-03-30T15:56:53Z | 2016-03-30T15:56:53Z | MEMBER | I agree. However, (1) is the straightforward solution available in I don't really have a question. I wanted to ask how to do this but I think I figured it out so I left this as a reference. (3) works fine for me but maybe someone has a comment. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
correct DJF mean 144630996 |
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