issue_comments
3 rows where author_association = "MEMBER" and issue = 279909699 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Error when using .apply_ufunc with .groupby_bins · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 603907867 | https://github.com/pydata/xarray/issues/1765#issuecomment-603907867 | https://api.github.com/repos/pydata/xarray/issues/1765 | MDEyOklzc3VlQ29tbWVudDYwMzkwNzg2Nw== | dcherian 2448579 | 2020-03-25T15:31:01Z | 2020-03-25T15:31:01Z | MEMBER | Closing since upstream issues have been closed. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Error when using .apply_ufunc with .groupby_bins 279909699 | |
| 351588123 | https://github.com/pydata/xarray/issues/1765#issuecomment-351588123 | https://api.github.com/repos/pydata/xarray/issues/1765 | MDEyOklzc3VlQ29tbWVudDM1MTU4ODEyMw== | shoyer 1217238 | 2017-12-14T02:19:32Z | 2017-12-14T02:19:32Z | MEMBER | I looked into this a little more. The fix is to make a copy of
``` The problem is that broadcasting (inside |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Error when using .apply_ufunc with .groupby_bins 279909699 | |
| 350078447 | https://github.com/pydata/xarray/issues/1765#issuecomment-350078447 | https://api.github.com/repos/pydata/xarray/issues/1765 | MDEyOklzc3VlQ29tbWVudDM1MDA3ODQ0Nw== | shoyer 1217238 | 2017-12-07T20:02:08Z | 2017-12-07T20:02:08Z | MEMBER | You probably need to give bins an explicit We should update |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Error when using .apply_ufunc with .groupby_bins 279909699 |
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 2