issue_comments
4 rows where author_association = "MEMBER", issue = 198742089 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Implementing dask.array.coarsen in xarrays · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
434478590 | https://github.com/pydata/xarray/issues/1192#issuecomment-434478590 | https://api.github.com/repos/pydata/xarray/issues/1192 | MDEyOklzc3VlQ29tbWVudDQzNDQ3ODU5MA== | shoyer 1217238 | 2018-10-30T21:34:54Z | 2018-10-30T21:34:54Z | MEMBER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implementing dask.array.coarsen in xarrays 198742089 | ||
305538498 | https://github.com/pydata/xarray/issues/1192#issuecomment-305538498 | https://api.github.com/repos/pydata/xarray/issues/1192 | MDEyOklzc3VlQ29tbWVudDMwNTUzODQ5OA== | shoyer 1217238 | 2017-06-01T15:57:31Z | 2017-06-01T15:57:31Z | MEMBER | The dask implementation is short enough that I would certainly reimplement/vendor the pure numpy version for xarray. It might also be worth considering using the related utility |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implementing dask.array.coarsen in xarrays 198742089 | |
305209648 | https://github.com/pydata/xarray/issues/1192#issuecomment-305209648 | https://api.github.com/repos/pydata/xarray/issues/1192 | MDEyOklzc3VlQ29tbWVudDMwNTIwOTY0OA== | shoyer 1217238 | 2017-05-31T14:46:55Z | 2017-05-31T14:46:55Z | MEMBER | Currently dask is an optional dependency for carry, which I would like to preserve if possible. I'll take a glance at the implementation shortly, but my guess is that we will indeed want to vendor the numpy version into xarray. On Wed, May 31, 2017 at 6:38 AM Peter Steinberg notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implementing dask.array.coarsen in xarrays 198742089 | |
270427209 | https://github.com/pydata/xarray/issues/1192#issuecomment-270427209 | https://api.github.com/repos/pydata/xarray/issues/1192 | MDEyOklzc3VlQ29tbWVudDI3MDQyNzIwOQ== | shoyer 1217238 | 2017-01-04T17:12:04Z | 2017-01-04T17:12:15Z | MEMBER | This has the feel of a multi-dimensional resampling operation operation. I could potentially see this as part of that interface (e.g., That said, this seems useful and I wouldn't get too hung up about the optimal interface. I would be happy with a cc @jhamman who has been thinking about regridding/resampling. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implementing dask.array.coarsen in xarrays 198742089 |
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