issue_comments
2 rows where author_association = "MEMBER", issue = 106581329 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
276489774 | https://github.com/pydata/xarray/issues/576#issuecomment-276489774 | https://api.github.com/repos/pydata/xarray/issues/576 | MDEyOklzc3VlQ29tbWVudDI3NjQ4OTc3NA== | shoyer 1217238 | 2017-01-31T20:57:54Z | 2017-01-31T20:57:54Z | MEMBER | It should already work with apply_ufunc -- we just need to adjust where to use it. Take a look at the latest version of fillna for an example. On Tue, Jan 31, 2017 at 12:35 PM Joe Hamman notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
define fill value for where 106581329 | |
140466092 | https://github.com/pydata/xarray/issues/576#issuecomment-140466092 | https://api.github.com/repos/pydata/xarray/issues/576 | MDEyOklzc3VlQ29tbWVudDE0MDQ2NjA5Mg== | shoyer 1217238 | 2015-09-15T17:09:24Z | 2015-09-15T17:09:24Z | MEMBER | Agreed. I didn't add this only because we don't yet have three-argument broadcasting operations working yet. For now, a work around (at a slight cost in efficiency) is to use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
define fill value for where 106581329 |
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