issue_comments
3 rows where issue = 144037264 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- cumprod returns errors · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 204175999 | https://github.com/pydata/xarray/issues/807#issuecomment-204175999 | https://api.github.com/repos/pydata/xarray/issues/807 | MDEyOklzc3VlQ29tbWVudDIwNDE3NTk5OQ== | shoyer 1217238 | 2016-03-31T23:39:55Z | 2016-03-31T23:39:55Z | MEMBER | I'm going to close this because it isn't a bug in any merged code. Let's discuss in the PR instead. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
cumprod returns errors 144037264 | |
| 203968776 | https://github.com/pydata/xarray/issues/807#issuecomment-203968776 | https://api.github.com/repos/pydata/xarray/issues/807 | MDEyOklzc3VlQ29tbWVudDIwMzk2ODc3Ng== | pwolfram 4295853 | 2016-03-31T14:39:34Z | 2016-03-31T14:39:34Z | CONTRIBUTOR | Thanks @shoyer for the interest. The PR is at https://github.com/pydata/xarray/pull/812. I haven't had a ton of time to work on this but it is on my to do list. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
cumprod returns errors 144037264 | |
| 203535242 | https://github.com/pydata/xarray/issues/807#issuecomment-203535242 | https://api.github.com/repos/pydata/xarray/issues/807 | MDEyOklzc3VlQ29tbWVudDIwMzUzNTI0Mg== | shoyer 1217238 | 2016-03-30T17:17:23Z | 2016-03-30T17:17:23Z | MEMBER | Could you please open a pull request with your branch so we can take a look at what's going on? The current code will need some adjustments to put cumprod/cumsum in (namely, a variant of reduce that doesn't need to drop dimensions) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
cumprod returns errors 144037264 |
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 2