issue_comments
3 rows where issue = 256261536 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Uint support in reduce methods with skipna · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 328144584 | https://github.com/pydata/xarray/pull/1564#issuecomment-328144584 | https://api.github.com/repos/pydata/xarray/issues/1564 | MDEyOklzc3VlQ29tbWVudDMyODE0NDU4NA== | jhamman 2443309 | 2017-09-08T16:01:51Z | 2017-09-08T16:01:51Z | MEMBER | Okay, I'm +1 on this then. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Uint support in reduce methods with skipna 256261536 | |
| 328126371 | https://github.com/pydata/xarray/pull/1564#issuecomment-328126371 | https://api.github.com/repos/pydata/xarray/issues/1564 | MDEyOklzc3VlQ29tbWVudDMyODEyNjM3MQ== | fujiisoup 6815844 | 2017-09-08T14:57:40Z | 2017-09-08T14:57:40Z | MEMBER | Yes, as I commented to #1562, it can be used for a |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Uint support in reduce methods with skipna 256261536 | |
| 328124107 | https://github.com/pydata/xarray/pull/1564#issuecomment-328124107 | https://api.github.com/repos/pydata/xarray/issues/1564 | MDEyOklzc3VlQ29tbWVudDMyODEyNDEwNw== | jhamman 2443309 | 2017-09-08T14:50:13Z | 2017-09-08T14:50:13Z | MEMBER | Since there is no NaN type for (unsigned)-integers, how will this feature be used? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Uint support in reduce methods with skipna 256261536 |
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