issue_comments
4 rows where issue = 588112617 and user = 1386642 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add public API for Dataset._copy_listed · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1101553689 | https://github.com/pydata/xarray/issues/3894#issuecomment-1101553689 | https://api.github.com/repos/pydata/xarray/issues/3894 | IC_kwDOAMm_X85BqGAZ | nbren12 1386642 | 2022-04-18T16:41:39Z | 2022-04-18T16:41:39Z | CONTRIBUTOR | I think the issue is still valid, we just couldn't think of what to name the new API. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add public API for Dataset._copy_listed 588112617 | |
| 675057700 | https://github.com/pydata/xarray/issues/3894#issuecomment-675057700 | https://api.github.com/repos/pydata/xarray/issues/3894 | MDEyOklzc3VlQ29tbWVudDY3NTA1NzcwMA== | nbren12 1386642 | 2020-08-17T19:03:55Z | 2020-08-17T19:03:55Z | CONTRIBUTOR | NVM, |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add public API for Dataset._copy_listed 588112617 | |
| 675056880 | https://github.com/pydata/xarray/issues/3894#issuecomment-675056880 | https://api.github.com/repos/pydata/xarray/issues/3894 | MDEyOklzc3VlQ29tbWVudDY3NTA1Njg4MA== | nbren12 1386642 | 2020-08-17T19:02:24Z | 2020-08-17T19:02:24Z | CONTRIBUTOR | Or maybe "get" since it's a synonym of "select" that isn't overloaded with spatial indexing in the code base. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add public API for Dataset._copy_listed 588112617 | |
| 675055276 | https://github.com/pydata/xarray/issues/3894#issuecomment-675055276 | https://api.github.com/repos/pydata/xarray/issues/3894 | MDEyOklzc3VlQ29tbWVudDY3NTA1NTI3Ng== | nbren12 1386642 | 2020-08-17T18:59:05Z | 2020-08-17T18:59:05Z | CONTRIBUTOR |
That is correct. The output type is predictable from the inputs types. With #4144,
I agree. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add public API for Dataset._copy_listed 588112617 |
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