issue_comments
2 rows where author_association = "MEMBER", issue = 1043746973 and user = 14371165 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Reimplement `.polyfit()` with `apply_ufunc` · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1016816597 | https://github.com/pydata/xarray/pull/5933#issuecomment-1016816597 | https://api.github.com/repos/pydata/xarray/issues/5933 | IC_kwDOAMm_X848m2PV | Illviljan 14371165 | 2022-01-19T19:54:49Z | 2022-01-19T19:54:49Z | MEMBER | I think you can use a lot of @dcherian's code as a base and then for starters see if it simply passes all the tests (including the ones you added here). If you make a draft PR here it's easier to help out as well if you're getting stuck. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Reimplement `.polyfit()` with `apply_ufunc` 1043746973 | |
1016791909 | https://github.com/pydata/xarray/pull/5933#issuecomment-1016791909 | https://api.github.com/repos/pydata/xarray/issues/5933 | IC_kwDOAMm_X848mwNl | Illviljan 14371165 | 2022-01-19T19:21:56Z | 2022-01-19T19:21:56Z | MEMBER | @slevang Yeah, the blockwise approach seems indeed nice. You're very welcome to continue with the blockwise approach in a different PR if you want to. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Reimplement `.polyfit()` with `apply_ufunc` 1043746973 |
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