home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1412926287 and user = 4160723 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

These facets timed out: author_association, issue

user 1

  • benbovy · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1283897249 https://github.com/pydata/xarray/pull/7183#issuecomment-1283897249 https://api.github.com/repos/pydata/xarray/issues/7183 IC_kwDOAMm_X85Mhreh benbovy 4160723 2022-10-19T11:59:08Z 2022-10-19T11:59:08Z MEMBER

Looks all good to me!

Do you want to add a what's new entry here or add it in #7185 with a link to this PR?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  use `_repr_inline_` for indexes that define it 1412926287
1282295471 https://github.com/pydata/xarray/pull/7183#issuecomment-1282295471 https://api.github.com/repos/pydata/xarray/issues/7183 IC_kwDOAMm_X85Mbkav benbovy 4160723 2022-10-18T12:19:56Z 2022-10-18T12:19:56Z MEMBER

Yeah I think we could let the whole line after the 1st column (coordinate names) be customized by the index.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  use `_repr_inline_` for indexes that define it 1412926287
1282151989 https://github.com/pydata/xarray/pull/7183#issuecomment-1282151989 https://api.github.com/repos/pydata/xarray/issues/7183 IC_kwDOAMm_X85MbBY1 benbovy 4160723 2022-10-18T10:11:46Z 2022-10-18T10:11:46Z MEMBER

Great @keewis!

One question: should we let repr_inline display the class name or should we reserve a column for this and use repr_inline for other things? I.e., like variables have a dtype column and another column for values preview or other inline info.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  use `_repr_inline_` for indexes that define it 1412926287

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