issue_comments
3 rows where author_association = "MEMBER" and issue = 659129613 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add ability to change underlying array type · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
739094107 | https://github.com/pydata/xarray/issues/4234#issuecomment-739094107 | https://api.github.com/repos/pydata/xarray/issues/4234 | MDEyOklzc3VlQ29tbWVudDczOTA5NDEwNw== | dcherian 2448579 | 2020-12-05T00:48:49Z | 2020-12-05T00:48:49Z | MEMBER | The indexes story will change soon, we may even have our own index classes. We should have pretty decent support for NEP-18 arrays in NEP35 is cool; looks like we should use it in our |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add ability to change underlying array type 659129613 | |
739066140 | https://github.com/pydata/xarray/issues/4234#issuecomment-739066140 | https://api.github.com/repos/pydata/xarray/issues/4234 | MDEyOklzc3VlQ29tbWVudDczOTA2NjE0MA== | quasiben 1403768 | 2020-12-04T22:56:23Z | 2020-12-04T22:56:23Z | MEMBER | Wanted to update on some recent work. With NEP35 (https://github.com/numpy/numpy/pull/16935, https://github.com/numpy/numpy/pull/17787) experimentally in NumPy, I've been exploring a bit more on using GPUs with xarray starting off with basic groupby workflows. There are places in the code where xarray calls pandas directly. For example, when building Indexes: This is going to be challenging primarily because xarray will need to determine which DataFrame library to use during Index creation (possibly other DataFrame objects). While there is a consortium developing potential solutions for libraries to leverage multiple dataframe libraries I was going to keep hacking away and see what other issues may be lurking. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add ability to change underlying array type 659129613 | |
660180546 | https://github.com/pydata/xarray/issues/4234#issuecomment-660180546 | https://api.github.com/repos/pydata/xarray/issues/4234 | MDEyOklzc3VlQ29tbWVudDY2MDE4MDU0Ng== | dcherian 2448579 | 2020-07-17T15:46:15Z | 2020-07-17T15:46:15Z | MEMBER | See similar discussion for sparse here: https://github.com/pydata/xarray/issues/3245
I think we are also open to special A IIRC there's some way to read from disk to GPU, isn't there? So it makes sense to expose that in our Re: index variables.Can we avoid this for now? Or are there going to be performance issues? The general problem will be handled as part of the index refactor (we've deferred pint support for indexes for this reason). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add ability to change underlying array type 659129613 |
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 2