issue_comments
2 rows where author_association = "MEMBER" and issue = 373588302 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Iterate over data_vars only · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 432767526 | https://github.com/pydata/xarray/pull/2506#issuecomment-432767526 | https://api.github.com/repos/pydata/xarray/issues/2506 | MDEyOklzc3VlQ29tbWVudDQzMjc2NzUyNg== | max-sixty 5635139 | 2018-10-24T18:06:00Z | 2018-10-24T18:06:00Z | MEMBER | I'm seeing (unrelated) errors on AppVeyor only: https://ci.appveyor.com/project/shoyer/xray/builds/19763584/job/44ushvsfpuw77rqd ``` Collecting netcdf4 (from -r C:\projects\xray\ci\condaenv.z95tw7.requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/eb/aa/b067f3b1a2561f29f5c282d8a0f0f4bba5b13e9bdaa5fcd29005d226c448/netCDF4-1.4.2.tar.gz (769kB) Complete output from command python setup.py egg_info: reading from setup.cfg...
``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Iterate over data_vars only 373588302 | |
| 432752780 | https://github.com/pydata/xarray/pull/2506#issuecomment-432752780 | https://api.github.com/repos/pydata/xarray/issues/2506 | MDEyOklzc3VlQ29tbWVudDQzMjc1Mjc4MA== | max-sixty 5635139 | 2018-10-24T17:27:46Z | 2018-10-24T17:27:46Z | MEMBER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Iterate over data_vars only 373588302 |
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