issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 470322983 and user = 1386642 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Unable to run example for xarray.DataArray.to_unstacked_dataset · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 513901362 | https://github.com/pydata/xarray/issues/3148#issuecomment-513901362 | https://api.github.com/repos/pydata/xarray/issues/3148 | MDEyOklzc3VlQ29tbWVudDUxMzkwMTM2Mg== | nbren12 1386642 | 2019-07-22T18:31:21Z | 2019-07-22T18:31:21Z | CONTRIBUTOR | Okay. it looks like the docstring for I will can submit a PR fixing that soon. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Unable to run example for xarray.DataArray.to_unstacked_dataset 470322983 | |
| 513635290 | https://github.com/pydata/xarray/issues/3148#issuecomment-513635290 | https://api.github.com/repos/pydata/xarray/issues/3148 | MDEyOklzc3VlQ29tbWVudDUxMzYzNTI5MA== | nbren12 1386642 | 2019-07-22T04:25:49Z | 2019-07-22T04:25:49Z | CONTRIBUTOR | Could you link the specific page that is wrong? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Unable to run example for xarray.DataArray.to_unstacked_dataset 470322983 | |
| 513522465 | https://github.com/pydata/xarray/issues/3148#issuecomment-513522465 | https://api.github.com/repos/pydata/xarray/issues/3148 | MDEyOklzc3VlQ29tbWVudDUxMzUyMjQ2NQ== | nbren12 1386642 | 2019-07-21T04:56:26Z | 2019-07-21T04:56:26Z | CONTRIBUTOR | Actually, the docs seem correct: https://github.com/pydata/xarray/blob/8da3f67ea583e0588291162067229b2f3ce2993e/xarray/core/dataset.py#L2895 Am I missing something here? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Unable to run example for xarray.DataArray.to_unstacked_dataset 470322983 | |
| 513521687 | https://github.com/pydata/xarray/issues/3148#issuecomment-513521687 | https://api.github.com/repos/pydata/xarray/issues/3148 | MDEyOklzc3VlQ29tbWVudDUxMzUyMTY4Nw== | nbren12 1386642 | 2019-07-21T04:46:05Z | 2019-07-21T04:46:05Z | CONTRIBUTOR | Huh, it looks like that change in the API that happened in the last stages of the PR didn't make it into the example docs. I will try to submit a PR fixing that sometime soon. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Unable to run example for xarray.DataArray.to_unstacked_dataset 470322983 |
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