home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1627983028 and user = 43316012 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • headtr1ck · 3 ✖

issue 1

  • Faq pull request (According to pull request #7604 & issue #1285 · 3 ✖

author_association 1

  • COLLABORATOR 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1484183805 https://github.com/pydata/xarray/pull/7638#issuecomment-1484183805 https://api.github.com/repos/pydata/xarray/issues/7638 IC_kwDOAMm_X85Ydtj9 headtr1ck 43316012 2023-03-26T18:43:32Z 2023-03-26T18:43:32Z COLLABORATOR

Thanks for this contribution!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Faq pull request (According to pull request #7604 & issue #1285 1627983028
1484174808 https://github.com/pydata/xarray/pull/7638#issuecomment-1484174808 https://api.github.com/repos/pydata/xarray/issues/7638 IC_kwDOAMm_X85YdrXY headtr1ck 43316012 2023-03-26T18:07:05Z 2023-03-26T18:07:05Z COLLABORATOR

In https://github.com/pydata/xarray/blob/main/doc/whats-new.rst

Add a line under the documentation section explaining what you have added. Use the rest of the file as a guideline on how to format.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Faq pull request (According to pull request #7604 & issue #1285 1627983028
1484151016 https://github.com/pydata/xarray/pull/7638#issuecomment-1484151016 https://api.github.com/repos/pydata/xarray/issues/7638 IC_kwDOAMm_X85Ydljo headtr1ck 43316012 2023-03-26T16:31:49Z 2023-03-26T16:31:49Z COLLABORATOR

@harshitha1201 feel free to add an entry in doc/whats-new.rst. Then we can merge this. Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Faq pull request (According to pull request #7604 & issue #1285 1627983028

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 23.079ms · About: xarray-datasette