issue_comments
2 rows where author_association = "NONE" and user = 33315687 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1220524864 | https://github.com/pydata/xarray/issues/6827#issuecomment-1220524864 | https://api.github.com/repos/pydata/xarray/issues/6827 | IC_kwDOAMm_X85Iv7tA | gabicca 33315687 | 2022-08-19T10:39:58Z | 2022-08-19T10:39:58Z | NONE | I'll leave that with you guys to decide. I've reported it, it's been looked at, and it has a record of it. So if the code is as you intended, I don't mind if the issue is closed. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.concat for datasets fails when object is a child class of Dataset 1318173644 | |
1196538785 | https://github.com/pydata/xarray/issues/6827#issuecomment-1196538785 | https://api.github.com/repos/pydata/xarray/issues/6827 | IC_kwDOAMm_X85HUbuh | gabicca 33315687 | 2022-07-27T10:15:16Z | 2022-07-27T10:15:16Z | NONE |
Thank you for the answer. I'll look into implementing one of your suggestions (they're much better than what I had in mind). I still don't understand the change that causes the error, though. If you want to instantiate a Dataset object, which you clearly do according to the args you pass in, why did that line have to be changed from explicitly calling Dataset? (By "you" I don't mean you personally, unless you actually made the change :) ) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.concat for datasets fails when object is a child class of Dataset 1318173644 |
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