home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1239640898 and user = 91902355 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 1

  • PLSeuJ · 3 ✖

issue 1

  • make a new dimension with dataset.merge · 3 ✖

author_association 1

  • CONTRIBUTOR 3
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
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
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

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 12.572ms · About: xarray-datasette