home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER", issue = 187393785 and user = 6213168 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

  • crusaderky · 2 ✖

issue 1

  • Transpose some but not all dimensions · 2 ✖

author_association 1

  • MEMBER · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
544416092 https://github.com/pydata/xarray/issues/1081#issuecomment-544416092 https://api.github.com/repos/pydata/xarray/issues/1081 MDEyOklzc3VlQ29tbWVudDU0NDQxNjA5Mg== crusaderky 6213168 2019-10-21T08:51:10Z 2019-10-21T08:51:23Z MEMBER

+1 for (2). Although user code that uses ... should not, by definition, care about the order of the variables that are not listed explicitly.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Transpose some but not all dimensions 187393785
540477534 https://github.com/pydata/xarray/issues/1081#issuecomment-540477534 https://api.github.com/repos/pydata/xarray/issues/1081 MDEyOklzc3VlQ29tbWVudDU0MDQ3NzUzNA== crusaderky 6213168 2019-10-10T09:12:46Z 2019-10-10T09:14:28Z MEMBER

From personal experience I find that 99% of the time, I want to push some known dimensions either to the front or to the back of the array while I don't care about the order of the others. I'd love to have this syntax: python transpose(..., "x", "y") or python transpose("x", "y", ...) where the ellipsis expands to all dimensions not explicitly listed, in their original order. There can be at most one ellipsis.

{
    "total_count": 5,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 5,
    "rocket": 0,
    "eyes": 0
}
  Transpose some but not all dimensions 187393785

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