issue_comments
3 rows where issue = 180536861 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Groupby bins empty groups · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 251083311 | https://github.com/pydata/xarray/pull/1027#issuecomment-251083311 | https://api.github.com/repos/pydata/xarray/issues/1027 | MDEyOklzc3VlQ29tbWVudDI1MTA4MzMxMQ== | rabernat 1197350 | 2016-10-03T11:23:57Z | 2016-10-03T11:23:57Z | MEMBER | @fmaussion it's a little more involved than that...see edited description. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Groupby bins empty groups 180536861 | |
| 251014930 | https://github.com/pydata/xarray/pull/1027#issuecomment-251014930 | https://api.github.com/repos/pydata/xarray/issues/1027 | MDEyOklzc3VlQ29tbWVudDI1MTAxNDkzMA== | rabernat 1197350 | 2016-10-03T02:29:35Z | 2016-10-03T02:29:35Z | MEMBER | I guess it's pretty easy to just do |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Groupby bins empty groups 180536861 | |
| 251013933 | https://github.com/pydata/xarray/pull/1027#issuecomment-251013933 | https://api.github.com/repos/pydata/xarray/issues/1027 | MDEyOklzc3VlQ29tbWVudDI1MTAxMzkzMw== | rabernat 1197350 | 2016-10-03T02:16:27Z | 2016-10-03T02:17:24Z | MEMBER | @shoyer So do you want the keyword argument dropped altogether? Or just the default changed (as in my last commit)? I can imagine wanting to drop the empty bins in some cases, but not as default. So I would vote to keep the keyword argument. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Groupby bins empty groups 180536861 |
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