issue_comments
26 rows where author_association = "MEMBER" and issue = 484240082 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 · 26 ✖
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 | |
873480044 | https://github.com/pydata/xarray/issues/3245#issuecomment-873480044 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDg3MzQ4MDA0NA== | TomNicholas 35968931 | 2021-07-03T22:41:39Z | 2021-07-03T22:41:39Z | MEMBER | Also I can add a |
{ "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 | |
873222015 | https://github.com/pydata/xarray/issues/3245#issuecomment-873222015 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDg3MzIyMjAxNQ== | TomNicholas 35968931 | 2021-07-02T19:43:04Z | 2021-07-02T20:18:11Z | MEMBER | I'm trying to implement this (I wanted pint-aware plotting to work) in #5568, but not 100% sure if I'm doing it right. ~~1) Do we want these 2) What about multiply-wrapped arrays? At the moment I have essentially
``` 3) @jacobtomlinson currently 4) There are |
{ "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 | |
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 | |
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 | |
662783599 | https://github.com/pydata/xarray/issues/3245#issuecomment-662783599 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2Mjc4MzU5OQ== | shoyer 1217238 | 2020-07-23T01:58:00Z | 2020-07-23T01:58:00Z | MEMBER | Agreed! Sparse also needs a special case. On Wed, Jul 22, 2020 at 6:35 PM Deepak Cherian notifications@github.com wrote:
|
{ "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 | |
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 | |
662583820 | https://github.com/pydata/xarray/issues/3245#issuecomment-662583820 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDY2MjU4MzgyMA== | shoyer 1217238 | 2020-07-22T17:26:59Z | 2020-07-22T17:26:59Z | MEMBER |
+1 for One question about |
{ "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 | |
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 | |
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 | |
565757852 | https://github.com/pydata/xarray/issues/3245#issuecomment-565757852 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDU2NTc1Nzg1Mg== | fujiisoup 6815844 | 2019-12-14T22:14:03Z | 2019-12-14T22:14:03Z | MEMBER | What is the best way to save One naive way would be to 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 | |
555650664 | https://github.com/pydata/xarray/issues/3245#issuecomment-555650664 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDU1NTY1MDY2NA== | max-sixty 5635139 | 2019-11-19T18:44:23Z | 2019-11-19T18:44:23Z | MEMBER |
brilliant |
{ "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 | |
555590777 | https://github.com/pydata/xarray/issues/3245#issuecomment-555590777 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDU1NTU5MDc3Nw== | shoyer 1217238 | 2019-11-19T16:30:18Z | 2019-11-19T16:30:18Z | MEMBER |
Yes, but I think that's mostly works because it's so short. In general the rule is to use underscores when it improves clarity. |
{ "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 3 } |
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 | |
555588678 | https://github.com/pydata/xarray/issues/3245#issuecomment-555588678 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDU1NTU4ODY3OA== | shoyer 1217238 | 2019-11-19T16:25:55Z | 2019-11-19T16:25:55Z | MEMBER | I like |
{ "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 | |
554795681 | https://github.com/pydata/xarray/issues/3245#issuecomment-554795681 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDU1NDc5NTY4MQ== | fujiisoup 6815844 | 2019-11-17T22:38:51Z | 2019-11-17T22:38:51Z | MEMBER | Do we arrive at the consensus here for API to change the sparse or numpy array? xref #3542 To make it sparse array, To change the backend back from sparse array, I personally like |
{ "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 | |
524488632 | https://github.com/pydata/xarray/issues/3245#issuecomment-524488632 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDUyNDQ4ODYzMg== | shoyer 1217238 | 2019-08-23T23:08:28Z | 2019-08-23T23:08:28Z | MEMBER | Xarray's .data is basically the equivalent of pandas's .array. On Fri, Aug 23, 2019 at 2:44 PM Maximilian Roos notifications@github.com wrote:
|
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
sparse and other duck array issues 484240082 | |
524456277 | https://github.com/pydata/xarray/issues/3245#issuecomment-524456277 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDUyNDQ1NjI3Nw== | max-sixty 5635139 | 2019-08-23T20:44:53Z | 2019-08-23T20:44:53Z | MEMBER | I do think the pandas approach is pretty good here - don't break anything relying on |
{ "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 | |
524410610 | https://github.com/pydata/xarray/issues/3245#issuecomment-524410610 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDUyNDQxMDYxMA== | shoyer 1217238 | 2019-08-23T18:09:25Z | 2019-08-23T18:09:25Z | MEMBER | The main downside 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 | |
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 | |
524407909 | https://github.com/pydata/xarray/issues/3245#issuecomment-524407909 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDUyNDQwNzkwOQ== | shoyer 1217238 | 2019-08-23T18:00:45Z | 2019-08-23T18:00:45Z | MEMBER |
I think We should have a separate API (maybe Basically, we should leave the decision about whether automatic coercion is safe up to the authors of duck array libraries. |
{ "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 | |
524125410 | https://github.com/pydata/xarray/issues/3245#issuecomment-524125410 | https://api.github.com/repos/pydata/xarray/issues/3245 | MDEyOklzc3VlQ29tbWVudDUyNDEyNTQxMA== | shoyer 1217238 | 2019-08-23T00:19:15Z | 2019-08-23T00:19:15Z | MEMBER | I think it is intentional for automatic coercion to NumPy arrays to fail. Making |
{ "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 6