issue_comments
3 rows where author_association = "MEMBER", issue = 505493879 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xarray.DataArray.where always returns array of float64 regardless of input dtype · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
788532882 | https://github.com/pydata/xarray/issues/3390#issuecomment-788532882 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDc4ODUzMjg4Mg== | shoyer 1217238 | 2021-03-02T02:42:37Z | 2021-03-02T02:42:37Z | MEMBER |
I'm not sure that either of these is a good idea. The problem with raising a warning is that this is well-defined behavior. It may not always be useful, but well defined but useless behavior arises all the time in programs, so it's annoying to raise a warning for a special case. The problem with skipping |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.DataArray.where always returns array of float64 regardless of input dtype 505493879 | |
650899323 | https://github.com/pydata/xarray/issues/3390#issuecomment-650899323 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDY1MDg5OTMyMw== | shoyer 1217238 | 2020-06-29T04:34:49Z | 2020-06-29T04:34:49Z | MEMBER |
Could you give a concrete example of what this would look like? It seems rather unlikely to me to have an example of I guess it could happen if you're trying to index out exactly one element along a dimension? In the long term, the cleaner solution for this will be some form for support for more flexibly / multi-dimensional indexing. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.DataArray.where always returns array of float64 regardless of input dtype 505493879 | |
649964438 | https://github.com/pydata/xarray/issues/3390#issuecomment-649964438 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDY0OTk2NDQzOA== | shoyer 1217238 | 2020-06-26T04:53:32Z | 2020-06-26T04:53:32Z | MEMBER | The trouble with returning the same I don't entirely remember why we don't allow I suspect it might have something to do with alignment. But as long as |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.DataArray.where always returns array of float64 regardless of input dtype 505493879 |
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