issue_comments
3 rows where issue = 729980097 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Option to skip tests in `weighted()` · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
717343483 | https://github.com/pydata/xarray/issues/4541#issuecomment-717343483 | https://api.github.com/repos/pydata/xarray/issues/4541 | MDEyOklzc3VlQ29tbWVudDcxNzM0MzQ4Mw== | dcherian 2448579 | 2020-10-27T15:57:50Z | 2020-10-27T15:57:50Z | MEMBER | Another option would be to put the check in a |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Option to skip tests in `weighted()` 729980097 | |
717342942 | https://github.com/pydata/xarray/issues/4541#issuecomment-717342942 | https://api.github.com/repos/pydata/xarray/issues/4541 | MDEyOklzc3VlQ29tbWVudDcxNzM0Mjk0Mg== | dcherian 2448579 | 2020-10-27T15:57:03Z | 2020-10-27T15:57:03Z | MEMBER |
Ah, sorry! I was thinking of weights as being numpy arrays, not so much dask arrays.
Yeah I think this is the issue.
This would be OK. We could also drop the check and let users deal with it, and also add a warning to the docstring. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Option to skip tests in `weighted()` 729980097 | |
716910761 | https://github.com/pydata/xarray/issues/4541#issuecomment-716910761 | https://api.github.com/repos/pydata/xarray/issues/4541 | MDEyOklzc3VlQ29tbWVudDcxNjkxMDc2MQ== | dcherian 2448579 | 2020-10-27T01:04:14Z | 2020-10-27T01:04:22Z | MEMBER | The relevant context is that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Option to skip tests in `weighted()` 729980097 |
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