issue_comments
7 rows where issue = 180536861 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 · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 251136291 | https://github.com/pydata/xarray/pull/1027#issuecomment-251136291 | https://api.github.com/repos/pydata/xarray/issues/1027 | MDEyOklzc3VlQ29tbWVudDI1MTEzNjI5MQ== | shoyer 1217238 | 2016-10-03T15:22:18Z | 2016-10-03T15:22:18Z | MEMBER | Thanks! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Groupby bins empty groups 180536861 | |
| 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 | |
| 251044088 | https://github.com/pydata/xarray/pull/1027#issuecomment-251044088 | https://api.github.com/repos/pydata/xarray/issues/1027 | MDEyOklzc3VlQ29tbWVudDI1MTA0NDA4OA== | fmaussion 10050469 | 2016-10-03T07:36:10Z | 2016-10-03T07:36:10Z | MEMBER | Just for future readers like me: the point of this PR is to make |
{
"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 | |
| 251014690 | https://github.com/pydata/xarray/pull/1027#issuecomment-251014690 | https://api.github.com/repos/pydata/xarray/issues/1027 | MDEyOklzc3VlQ29tbWVudDI1MTAxNDY5MA== | shoyer 1217238 | 2016-10-03T02:26:24Z | 2016-10-03T02:26:24Z | MEMBER | Yeah my inclination would be not to add the option at all. On Sun, Oct 2, 2016 at 7:16 PM Ryan Abernathey notifications@github.com wrote:
|
{
"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 | |
| 251010760 | https://github.com/pydata/xarray/pull/1027#issuecomment-251010760 | https://api.github.com/repos/pydata/xarray/issues/1027 | MDEyOklzc3VlQ29tbWVudDI1MTAxMDc2MA== | shoyer 1217238 | 2016-10-03T01:33:21Z | 2016-10-03T01:33:21Z | MEMBER | Rather than adding a new keyword argument, I'm inclined to unilaterally set |
{
"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 3