issue_comments
3 rows where author_association = "MEMBER", issue = 363299007 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- save "encoding" when using open_mfdataset · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 610008589 | https://github.com/pydata/xarray/issues/2436#issuecomment-610008589 | https://api.github.com/repos/pydata/xarray/issues/2436 | MDEyOklzc3VlQ29tbWVudDYxMDAwODU4OQ== | TomNicholas 35968931 | 2020-04-06T20:05:10Z | 2020-04-06T20:05:10Z | MEMBER |
No worries!
3498 added a new keyword argument to
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
save "encoding" when using open_mfdataset 363299007 | |
| 609479629 | https://github.com/pydata/xarray/issues/2436#issuecomment-609479629 | https://api.github.com/repos/pydata/xarray/issues/2436 | MDEyOklzc3VlQ29tbWVudDYwOTQ3OTYyOQ== | TomNicholas 35968931 | 2020-04-05T20:44:00Z | 2020-04-05T20:44:00Z | MEMBER | @sbiner I know it's been a while, but I expect that #3498 and #3877 probably resolve your issue? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
save "encoding" when using open_mfdataset 363299007 | |
| 449737841 | https://github.com/pydata/xarray/issues/2436#issuecomment-449737841 | https://api.github.com/repos/pydata/xarray/issues/2436 | MDEyOklzc3VlQ29tbWVudDQ0OTczNzg0MQ== | TomNicholas 35968931 | 2018-12-24T14:02:57Z | 2018-12-24T14:02:57Z | MEMBER | If So I think to fix this then either |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
save "encoding" when using open_mfdataset 363299007 |
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