issue_comments
3 rows where author_association = "MEMBER", issue = 146182176 and user = 5356122 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Multidimensional groupby · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
220863225 | https://github.com/pydata/xarray/pull/818#issuecomment-220863225 | https://api.github.com/repos/pydata/xarray/issues/818 | MDEyOklzc3VlQ29tbWVudDIyMDg2MzIyNQ== | clarkfitzg 5356122 | 2016-05-22T23:28:01Z | 2016-05-22T23:28:01Z | MEMBER | Ah, now I see what you were going for. More going on here than I realized. That's a nice plot :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multidimensional groupby 146182176 | |
220844145 | https://github.com/pydata/xarray/pull/818#issuecomment-220844145 | https://api.github.com/repos/pydata/xarray/issues/818 | MDEyOklzc3VlQ29tbWVudDIyMDg0NDE0NQ== | clarkfitzg 5356122 | 2016-05-22T17:16:14Z | 2016-05-22T18:31:58Z | MEMBER | The problem is with the shape of these coordinates. ```
EDIT: just to be clear, it doesn't make sense to pass in 2d arrays for both x and y coordinates for a 2d plotting function. Run this: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multidimensional groupby 146182176 | |
220844279 | https://github.com/pydata/xarray/pull/818#issuecomment-220844279 | https://api.github.com/repos/pydata/xarray/issues/818 | MDEyOklzc3VlQ29tbWVudDIyMDg0NDI3OQ== | clarkfitzg 5356122 | 2016-05-22T17:18:48Z | 2016-05-22T17:18:48Z | MEMBER | The right thing for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multidimensional groupby 146182176 |
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