issue_comments
4 rows where issue = 470712573 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- BUG fix +test .sel method gives error with float32 values · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 520183833 | https://github.com/pydata/xarray/pull/3153#issuecomment-520183833 | https://api.github.com/repos/pydata/xarray/issues/3153 | MDEyOklzc3VlQ29tbWVudDUyMDE4MzgzMw== | shoyer 1217238 | 2019-08-10T22:24:31Z | 2019-08-10T22:24:31Z | MEMBER | thanks @HasanAhmadQ7 ! |
{
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} |
BUG fix +test .sel method gives error with float32 values 470712573 | |
| 520182982 | https://github.com/pydata/xarray/pull/3153#issuecomment-520182982 | https://api.github.com/repos/pydata/xarray/issues/3153 | MDEyOklzc3VlQ29tbWVudDUyMDE4Mjk4Mg== | shoyer 1217238 | 2019-08-10T22:06:46Z | 2019-08-10T22:06:46Z | MEMBER | I'm going to merge this shortly assuming tests pass... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
BUG fix +test .sel method gives error with float32 values 470712573 | |
| 518045169 | https://github.com/pydata/xarray/pull/3153#issuecomment-518045169 | https://api.github.com/repos/pydata/xarray/issues/3153 | MDEyOklzc3VlQ29tbWVudDUxODA0NTE2OQ== | shoyer 1217238 | 2019-08-04T23:33:45Z | 2019-08-04T23:33:45Z | MEMBER |
Yes, after thinking a little bit more about this I think you're totally right. Pandas only has |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
BUG fix +test .sel method gives error with float32 values 470712573 | |
| 515845749 | https://github.com/pydata/xarray/pull/3153#issuecomment-515845749 | https://api.github.com/repos/pydata/xarray/issues/3153 | MDEyOklzc3VlQ29tbWVudDUxNTg0NTc0OQ== | shoyer 1217238 | 2019-07-29T05:04:24Z | 2019-07-29T05:04:24Z | MEMBER | @HasanAhmadQ7 thanks for looking into this! I think this could be solved a little more cleanly at a lower level of xarray's indexing logic. In particular, all of our indexing calls go through These helper function would be a good place to implement this casting logic -- and you might even consider trying to fix it upstream in pandas as well. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
BUG fix +test .sel method gives error with float32 values 470712573 |
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