issue_comments
4 rows where author_association = "MEMBER", issue = 653430454 and user = 306380 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Support for duck Dask Arrays · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
663148752 | https://github.com/pydata/xarray/issues/4208#issuecomment-663148752 | https://api.github.com/repos/pydata/xarray/issues/4208 | MDEyOklzc3VlQ29tbWVudDY2MzE0ODc1Mg== | mrocklin 306380 | 2020-07-23T17:57:55Z | 2020-07-23T17:57:55Z | MEMBER | Dask collections tokenize quickly. We just use the name I think. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for duck Dask Arrays 653430454 | |
663123118 | https://github.com/pydata/xarray/issues/4208#issuecomment-663123118 | https://api.github.com/repos/pydata/xarray/issues/4208 | MDEyOklzc3VlQ29tbWVudDY2MzEyMzExOA== | mrocklin 306380 | 2020-07-23T17:05:30Z | 2020-07-23T17:05:30Z | MEMBER |
Ah, great. My bad.
I think that you would want to make a pint array rechunk method that called down to the dask array rechunk method. My guess is that this might come up in other situations as well.
I think that implementing the It's also possible that we could look at the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for duck Dask Arrays 653430454 | |
663119539 | https://github.com/pydata/xarray/issues/4208#issuecomment-663119539 | https://api.github.com/repos/pydata/xarray/issues/4208 | MDEyOklzc3VlQ29tbWVudDY2MzExOTUzOQ== | mrocklin 306380 | 2020-07-23T16:58:27Z | 2020-07-23T16:58:27Z | MEMBER | My guess is that we could steal the xarray.DataArray implementations over to Pint without causing harm. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for duck Dask Arrays 653430454 | |
663119334 | https://github.com/pydata/xarray/issues/4208#issuecomment-663119334 | https://api.github.com/repos/pydata/xarray/issues/4208 | MDEyOklzc3VlQ29tbWVudDY2MzExOTMzNA== | mrocklin 306380 | 2020-07-23T16:58:06Z | 2020-07-23T16:58:06Z | MEMBER | In Xarray we implemented the Dask collection spec. https://docs.dask.org/en/latest/custom-collections.html#the-dask-collection-interface We might want to do that with Pint as well, if they're going to contain Dask things. That way Dask operations like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for duck Dask Arrays 653430454 |
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