issue_comments
4 rows where issue = 484240082 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- sparse and other duck array issues · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
873481034 | https://github.com/pydata/xarray/issues/3245#issuecomment-873481034 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDg3MzQ4MTAzNA== | keewis 14808389 | 2021-07-03T22:53:08Z | 2021-07-03T22:53:08Z | MEMBER | right, I would leave these methods to xarray extension libraries like |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 | |
780923750 | https://github.com/pydata/xarray/issues/3245#issuecomment-780923750 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDc4MDkyMzc1MA== | keewis 14808389 | 2021-02-17T23:33:05Z | 2021-02-17T23:33:05Z | MEMBER | I agree, this would be useful. Ideally, that would be implemented by deferring to the data, for example by calling the data's |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 | |
661094939 | https://github.com/pydata/xarray/issues/3245#issuecomment-661094939 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MTA5NDkzOQ== | keewis 14808389 | 2020-07-20T15:02:02Z | 2020-07-20T15:02:02Z | MEMBER | Sounds good. It might be worth discussing the general strategy for the support of this kind of duck array (sparse, cupy and others) in the dev call on Wednesday. |
{ "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 | |
661062797 | https://github.com/pydata/xarray/issues/3245#issuecomment-661062797 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MTA2Mjc5Nw== | keewis 14808389 | 2020-07-20T14:08:35Z | 2020-07-20T14:09:33Z | MEMBER | we currently don't really encourage this way of using accessors (especially using too many of these, see https://github.com/pydata/xarray/issues/1080#issuecomment-258582609 and https://github.com/pydata/xarray/issues/1080#issuecomment-258680571), but you can use
``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 |
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