issue_comments
3 rows where issue = 196541604 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Some queries · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 268705335 | https://github.com/pydata/xarray/issues/1173#issuecomment-268705335 | https://api.github.com/repos/pydata/xarray/issues/1173 | MDEyOklzc3VlQ29tbWVudDI2ODcwNTMzNQ== | shoyer 1217238 | 2016-12-22T02:51:29Z | 2016-12-22T02:51:29Z | MEMBER | 1179 will make use of |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Some queries 196541604 | |
| 268105839 | https://github.com/pydata/xarray/issues/1173#issuecomment-268105839 | https://api.github.com/repos/pydata/xarray/issues/1173 | MDEyOklzc3VlQ29tbWVudDI2ODEwNTgzOQ== | shoyer 1217238 | 2016-12-19T23:11:05Z | 2016-12-19T23:11:05Z | MEMBER | I don't know if anyone has tested writing netCDFs with dask.distributed yet. I suspect the only immediate issue would be errors from dask because |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Some queries 196541604 | |
| 268103602 | https://github.com/pydata/xarray/issues/1173#issuecomment-268103602 | https://api.github.com/repos/pydata/xarray/issues/1173 | MDEyOklzc3VlQ29tbWVudDI2ODEwMzYwMg== | shoyer 1217238 | 2016-12-19T22:59:22Z | 2016-12-19T22:59:22Z | MEMBER | For (1), take a look at save_mfdataset for saving to multiple files. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Some queries 196541604 |
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