issue_comments
3 rows where author_association = "MEMBER", issue = 505493879 and user = 2448579 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
788507019 | https://github.com/pydata/xarray/issues/3390#issuecomment-788507019 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDc4ODUwNzAxOQ== | dcherian 2448579 | 2021-03-02T01:42:09Z | 2021-03-02T01:42:09Z | MEMBER |
Actually, this is a really common pattern
The efficient way to do this is
At this point https://github.com/pydata/xarray/blob/48378c4b11c5c2672ff91396d4284743165b4fbe/xarray/core/common.py#L1270-L1273
Shall we raise a warning in |
{ "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 | |
542945576 | https://github.com/pydata/xarray/issues/3390#issuecomment-542945576 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDU0Mjk0NTU3Ng== | dcherian 2448579 | 2019-10-17T00:32:08Z | 2019-10-17T00:32:08Z | MEMBER | Looks great. You did well! |
{ "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 | |
541106974 | https://github.com/pydata/xarray/issues/3390#issuecomment-541106974 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDU0MTEwNjk3NA== | dcherian 2448579 | 2019-10-11T15:16:48Z | 2019-10-11T15:16:48Z | MEMBER | @pmallas it would be nice to update the docstring to make that clear if you are up for it |
{ "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