issue_comments
4 rows where issue = 208903781 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Rolling window operation does not work with dask arrays · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
328315251 | https://github.com/pydata/xarray/issues/1279#issuecomment-328315251 | https://api.github.com/repos/pydata/xarray/issues/1279 | MDEyOklzc3VlQ29tbWVudDMyODMxNTI1MQ== | shoyer 1217238 | 2017-09-10T02:24:22Z | 2017-09-10T02:24:22Z | MEMBER | @darothen Can you give an example of typical My sense is that we would do better to keep everything in the form of (dask) arrays, rather than converting into dataframes. For the highest performance, I would make a dask array routine that combines ghosting, map blocks and bottleneck's rolling window functions. Then it should be straightforward into rolling in place of the existing bottleneck routine. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rolling window operation does not work with dask arrays 208903781 | |
302137119 | https://github.com/pydata/xarray/issues/1279#issuecomment-302137119 | https://api.github.com/repos/pydata/xarray/issues/1279 | MDEyOklzc3VlQ29tbWVudDMwMjEzNzExOQ== | shoyer 1217238 | 2017-05-17T15:59:58Z | 2017-05-17T15:59:58Z | MEMBER | @darothen we would need to add xarray -> dask dataframe conversion functions, which don't currently exist. Otherwise I think we would still need to rewrite this (but of course the dataframe implementation could be a useful reference point). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rolling window operation does not work with dask arrays 208903781 | |
284133376 | https://github.com/pydata/xarray/issues/1279#issuecomment-284133376 | https://api.github.com/repos/pydata/xarray/issues/1279 | MDEyOklzc3VlQ29tbWVudDI4NDEzMzM3Ng== | shoyer 1217238 | 2017-03-04T07:06:25Z | 2017-03-04T07:06:25Z | MEMBER |
Yes, that would work for such cases. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rolling window operation does not work with dask arrays 208903781 | |
281185199 | https://github.com/pydata/xarray/issues/1279#issuecomment-281185199 | https://api.github.com/repos/pydata/xarray/issues/1279 | MDEyOklzc3VlQ29tbWVudDI4MTE4NTE5OQ== | shoyer 1217238 | 2017-02-20T21:28:37Z | 2017-02-20T21:28:37Z | MEMBER |
Yes, this is correct -- we automatically compute dask arrays when converting to pandas, because pandas does not have any notion of lazy arrays. Note that we currently have two versions of rolling window operations:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rolling window operation does not work with dask arrays 208903781 |
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