issue_comments
3 rows where issue = 505493879 and user = 1053153 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
650903191 | https://github.com/pydata/xarray/issues/3390#issuecomment-650903191 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDY1MDkwMzE5MQ== | chrisroat 1053153 | 2020-06-29T04:52:11Z | 2020-06-29T04:52:11Z | CONTRIBUTOR |
|
{ "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 | |
650889746 | https://github.com/pydata/xarray/issues/3390#issuecomment-650889746 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDY1MDg4OTc0Ng== | chrisroat 1053153 | 2020-06-29T03:49:27Z | 2020-06-29T03:49:27Z | CONTRIBUTOR | What about the case of no missing values, when I'm capable of just recasting for my use case, if this is becoming an idea that would be difficult to maintain/document. |
{ "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 | |
649861589 | https://github.com/pydata/xarray/issues/3390#issuecomment-649861589 | https://api.github.com/repos/pydata/xarray/issues/3390 | MDEyOklzc3VlQ29tbWVudDY0OTg2MTU4OQ== | chrisroat 1053153 | 2020-06-25T23:08:52Z | 2020-06-25T23:37:47Z | CONTRIBUTOR | If My use case is a simple slicing of a dataset -- no missing values. The use of I can workaround using |
{ "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