issue_comments
4 rows where issue = 208903781 and user = 2443309 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Rolling window operation does not work with dask arrays · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 328731021 | https://github.com/pydata/xarray/issues/1279#issuecomment-328731021 | https://api.github.com/repos/pydata/xarray/issues/1279 | MDEyOklzc3VlQ29tbWVudDMyODczMTAyMQ== | jhamman 2443309 | 2017-09-12T04:13:37Z | 2017-09-12T04:13:37Z | MEMBER | see #1568 for PR that adds this |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rolling window operation does not work with dask arrays 208903781 | |
| 328690191 | https://github.com/pydata/xarray/issues/1279#issuecomment-328690191 | https://api.github.com/repos/pydata/xarray/issues/1279 | MDEyOklzc3VlQ29tbWVudDMyODY5MDE5MQ== | jhamman 2443309 | 2017-09-11T23:48:58Z | 2017-09-12T04:13:15Z | MEMBER | @darothen and @shoyer - Here's a little wrapper function that does the dask and bottleneck piece...
I don't think this would be all that difficult to drop into our current |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rolling window operation does not work with dask arrays 208903781 | |
| 328724745 | https://github.com/pydata/xarray/issues/1279#issuecomment-328724745 | https://api.github.com/repos/pydata/xarray/issues/1279 | MDEyOklzc3VlQ29tbWVudDMyODcyNDc0NQ== | jhamman 2443309 | 2017-09-12T03:30:20Z | 2017-09-12T03:30:20Z | MEMBER | @darothen - I'll open a PR in a few minutes. I'll fix the typos. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rolling window operation does not work with dask arrays 208903781 | |
| 284132513 | https://github.com/pydata/xarray/issues/1279#issuecomment-284132513 | https://api.github.com/repos/pydata/xarray/issues/1279 | MDEyOklzc3VlQ29tbWVudDI4NDEzMjUxMw== | jhamman 2443309 | 2017-03-04T06:45:11Z | 2017-03-04T06:45:11Z | MEMBER | An idea...since we only have 1-D rolling methods in xarray, couldn't we just use |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rolling window operation does not work with dask arrays 208903781 |
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