issue_comments
7 rows where issue = 1239640898 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- make a new dimension with dataset.merge · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1130507809 | https://github.com/pydata/xarray/issues/6618#issuecomment-1130507809 | https://api.github.com/repos/pydata/xarray/issues/6618 | IC_kwDOAMm_X85DYi4h | PLSeuJ 91902355 | 2022-05-18T20:31:54Z | 2022-05-18T20:31:54Z | CONTRIBUTOR | thanks @dcherian this first time took me a bit, but I think it worked out. It's a very minor change though. If i find the time, I will definitely come back to this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
make a new dimension with dataset.merge 1239640898 | |
1130481913 | https://github.com/pydata/xarray/issues/6618#issuecomment-1130481913 | https://api.github.com/repos/pydata/xarray/issues/6618 | IC_kwDOAMm_X85DYcj5 | dcherian 2448579 | 2022-05-18T20:03:16Z | 2022-05-18T20:03:16Z | MEMBER | Thanks @PLSeuJ let us know if you need any help with making that change |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
make a new dimension with dataset.merge 1239640898 | |
1130446009 | https://github.com/pydata/xarray/issues/6618#issuecomment-1130446009 | https://api.github.com/repos/pydata/xarray/issues/6618 | IC_kwDOAMm_X85DYTy5 | PLSeuJ 91902355 | 2022-05-18T19:36:57Z | 2022-05-18T19:36:57Z | CONTRIBUTOR | I put some thoughts to that in the last hour, but in fact the documentation is very good, if you don't happen to give up on the first sentence. I looked at the documentation style of all the methods and will propose a minor change to the concatenate docs first sentence. highlighting the words dataset and data array, as in the other methods descriptions. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
make a new dimension with dataset.merge 1239640898 | |
1130387230 | https://github.com/pydata/xarray/issues/6618#issuecomment-1130387230 | https://api.github.com/repos/pydata/xarray/issues/6618 | IC_kwDOAMm_X85DYFce | TomNicholas 35968931 | 2022-05-18T18:50:48Z | 2022-05-18T18:50:48Z | MEMBER | No problem @PLSeuJ - if you think the docs could be clearer in any way then we are open to suggestions! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
make a new dimension with dataset.merge 1239640898 | |
1130371644 | https://github.com/pydata/xarray/issues/6618#issuecomment-1130371644 | https://api.github.com/repos/pydata/xarray/issues/6618 | IC_kwDOAMm_X85DYBo8 | PLSeuJ 91902355 | 2022-05-18T18:32:16Z | 2022-05-18T18:32:16Z | CONTRIBUTOR | Hi @TomNicholas and @dcherian , thanks for your replies! I am super sorry, I must have overseen the part were it says "or new dimension" in the concatenate documentation. This indeed is exactly what I thought about. Sorry for the bummer! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
make a new dimension with dataset.merge 1239640898 | |
1130146006 | https://github.com/pydata/xarray/issues/6618#issuecomment-1130146006 | https://api.github.com/repos/pydata/xarray/issues/6618 | IC_kwDOAMm_X85DXKjW | dcherian 2448579 | 2022-05-18T15:13:24Z | 2022-05-18T15:13:24Z | MEMBER | And it says so on the "Combining data" page:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
make a new dimension with dataset.merge 1239640898 | |
1130085017 | https://github.com/pydata/xarray/issues/6618#issuecomment-1130085017 | https://api.github.com/repos/pydata/xarray/issues/6618 | IC_kwDOAMm_X85DW7qZ | TomNicholas 35968931 | 2022-05-18T14:24:00Z | 2022-05-18T14:24:33Z | MEMBER | Hi @PLSeuJ, I'm not sure I understand (a minimum example of what you're trying to do would be helpful). Can you not just use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
make a new dimension with dataset.merge 1239640898 |
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