issue_comments
3 rows where author_association = "MEMBER" and issue = 1318173644 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xarray.concat for datasets fails when object is a child class of Dataset · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1382154696 | https://github.com/pydata/xarray/issues/6827#issuecomment-1382154696 | https://api.github.com/repos/pydata/xarray/issues/6827 | IC_kwDOAMm_X85SYgHI | TomNicholas 35968931 | 2023-01-13T17:14:33Z | 2023-01-13T17:14:33Z | MEMBER | @gabicca given that we do say in our docs that we don't recommend subclassing xarray objects, I'm going to close this issue as a downstream "subclass at your own risk" problem. If you would like it to be easier to subclass, we would welcome your input here. |
{
"total_count": 1,
"+1": 1,
"-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 | |
| 1215314423 | https://github.com/pydata/xarray/issues/6827#issuecomment-1215314423 | https://api.github.com/repos/pydata/xarray/issues/6827 | IC_kwDOAMm_X85IcDn3 | dcherian 2448579 | 2022-08-15T16:32:43Z | 2022-08-15T16:32:43Z | MEMBER | Shall we close? It seems like the current code is what we want. |
{
"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 | |
| 1198556515 | https://github.com/pydata/xarray/issues/6827#issuecomment-1198556515 | https://api.github.com/repos/pydata/xarray/issues/6827 | IC_kwDOAMm_X85HcIVj | Illviljan 14371165 | 2022-07-28T19:39:41Z | 2022-07-28T19:40:08Z | MEMBER | Because we want to get out the same type of Dataset (subclassed or not) as we input. That's what the T_Dataset type implies. And since we forced a Dataset at the end that wasn't the case. |
{
"total_count": 3,
"+1": 3,
"-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 3