issue_comments
2 rows where author_association = "MEMBER", issue = 269297904 and user = 6815844 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Could a DataArrayRolling object compute an arbitrary function on rolling windows? · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
438357503 | https://github.com/pydata/xarray/issues/1666#issuecomment-438357503 | https://api.github.com/repos/pydata/xarray/issues/1666 | MDEyOklzc3VlQ29tbWVudDQzODM1NzUwMw== | fujiisoup 6815844 | 2018-11-13T17:21:38Z | 2018-11-13T17:21:38Z | MEMBER |
construct method does not allocate that large array in memory. It uses the strided trick and therefore consumers only the order of 1000x1000x1000. But sometimes the user function does not like strangely strided array, e.g. nansum allocate large array with 1000x1000x1000x500 internally. What function are you using? Maybe we can add apply method but I think we need to decide a good balance between memory and computational efficiency. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Could a DataArrayRolling object compute an arbitrary function on rolling windows? 269297904 | |
438324506 | https://github.com/pydata/xarray/issues/1666#issuecomment-438324506 | https://api.github.com/repos/pydata/xarray/issues/1666 | MDEyOklzc3VlQ29tbWVudDQzODMyNDUwNg== | fujiisoup 6815844 | 2018-11-13T16:12:25Z | 2018-11-13T16:12:25Z | MEMBER | Maybe we need a better API similar to Groupby.apply, but it can be doable by We can apply any function on this constructed DataArray. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Could a DataArrayRolling object compute an arbitrary function on rolling windows? 269297904 |
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