home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 557023511 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 4

  • dcherian 1
  • max-sixty 1
  • crusaderky 1
  • keewis 1

issue 1

  • allow formatting the diff of ndarray attributes · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
590105168 https://github.com/pydata/xarray/pull/3728#issuecomment-590105168 https://api.github.com/repos/pydata/xarray/issues/3728 MDEyOklzc3VlQ29tbWVudDU5MDEwNTE2OA== dcherian 2448579 2020-02-23T19:14:01Z 2020-02-23T19:14:01Z MEMBER

Thanks @keewis

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow formatting the diff of ndarray attributes 557023511
582547437 https://github.com/pydata/xarray/pull/3728#issuecomment-582547437 https://api.github.com/repos/pydata/xarray/issues/3728 MDEyOklzc3VlQ29tbWVudDU4MjU0NzQzNw== max-sixty 5635139 2020-02-05T18:30:49Z 2020-02-05T18:30:49Z MEMBER

Looks great! Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow formatting the diff of ndarray attributes 557023511
582542779 https://github.com/pydata/xarray/pull/3728#issuecomment-582542779 https://api.github.com/repos/pydata/xarray/issues/3728 MDEyOklzc3VlQ29tbWVudDU4MjU0Mjc3OQ== keewis 14808389 2020-02-05T18:19:40Z 2020-02-05T18:19:40Z MEMBER

should be ready to merge, too

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow formatting the diff of ndarray attributes 557023511
579892184 https://github.com/pydata/xarray/pull/3728#issuecomment-579892184 https://api.github.com/repos/pydata/xarray/issues/3728 MDEyOklzc3VlQ29tbWVudDU3OTg5MjE4NA== crusaderky 6213168 2020-01-29T18:21:52Z 2020-01-29T18:21:52Z MEMBER

I think a unit test for the use case is in order?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow formatting the diff of ndarray attributes 557023511

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