issue_comments
8 rows where issue = 484240082 and user = 2448579 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 · 8 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
780833545 | https://github.com/pydata/xarray/issues/3245#issuecomment-780833545 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDc4MDgzMzU0NQ== | dcherian 2448579 | 2021-02-17T20:30:04Z | 2021-02-17T23:22:19Z | MEMBER | My impression was that the ``` python def as_numpy(self): # needs cupy special handling data = self.data if isinstance(data, cupy_array_type): raise NotImplementedError else: return self.copy(data=np.array(data)) def to_numpy(self): """Coerces to and returns a numpy.ndarray""" return self.as_numpy().data ``` |
{ "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 | |
662778974 | https://github.com/pydata/xarray/issues/3245#issuecomment-662778974 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2Mjc3ODk3NA== | dcherian 2448579 | 2020-07-23T01:35:08Z | 2020-07-23T01:35:08Z | MEMBER | IMO a good first pass for |
{ "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 | |
662547659 | https://github.com/pydata/xarray/issues/3245#issuecomment-662547659 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MjU0NzY1OQ== | dcherian 2448579 | 2020-07-22T16:17:02Z | 2020-07-22T16:17:02Z | MEMBER | It seems like general consensus was (please correct me if any of this is wrong):
|
{ "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 | |
660209415 | https://github.com/pydata/xarray/issues/3245#issuecomment-660209415 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MDIwOTQxNQ== | dcherian 2448579 | 2020-07-17T16:34:30Z | 2020-07-17T16:34:30Z | MEMBER | I am unsure about automatic coercion for But I think we should automatically coerce for |
{ "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 | |
555589399 | https://github.com/pydata/xarray/issues/3245#issuecomment-555589399 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDU1NTU4OTM5OQ== | dcherian 2448579 | 2019-11-19T16:27:26Z | 2019-11-19T16:27:26Z | MEMBER |
This is a good point. I'm in favour of |
{ "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 | |
555559603 | https://github.com/pydata/xarray/issues/3245#issuecomment-555559603 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDU1NTU1OTYwMw== | dcherian 2448579 | 2019-11-19T15:28:53Z | 2019-11-19T15:28:53Z | MEMBER | I weakly prefer following the upstream API: though Also isn't the function |
{ "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 | |
524408760 | https://github.com/pydata/xarray/issues/3245#issuecomment-524408760 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDUyNDQwODc2MA== | dcherian 2448579 | 2019-08-23T18:03:17Z | 2019-08-23T18:03:17Z | MEMBER | :+1: I think |
{ "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 | |
524388072 | https://github.com/pydata/xarray/issues/3245#issuecomment-524388072 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDUyNDM4ODA3Mg== | dcherian 2448579 | 2019-08-23T16:57:10Z | 2019-08-23T16:57:10Z | MEMBER | The better way to phrase this is:
|
{ "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