home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 448295143 and user = 5635139 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

  • max-sixty · 3 ✖

issue 1

  • Implement @ operator for DataArray · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
497971124 https://github.com/pydata/xarray/pull/2987#issuecomment-497971124 https://api.github.com/repos/pydata/xarray/issues/2987 MDEyOklzc3VlQ29tbWVudDQ5Nzk3MTEyNA== max-sixty 5635139 2019-06-01T19:23:03Z 2019-06-01T19:23:03Z MEMBER

LMK if good to merge!

(coming from the person with a terrible record of finishing PRs... 😉 )

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Implement @ operator for DataArray 448295143
496971365 https://github.com/pydata/xarray/pull/2987#issuecomment-496971365 https://api.github.com/repos/pydata/xarray/issues/2987 MDEyOklzc3VlQ29tbWVudDQ5Njk3MTM2NQ== max-sixty 5635139 2019-05-29T14:52:49Z 2019-05-29T14:52:49Z MEMBER

Great - I added rmatmul and a v short example in the basic-array-math section. LMK if good to merge

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Implement @ operator for DataArray 448295143
496568423 https://github.com/pydata/xarray/pull/2987#issuecomment-496568423 https://api.github.com/repos/pydata/xarray/issues/2987 MDEyOklzc3VlQ29tbWVudDQ5NjU2ODQyMw== max-sixty 5635139 2019-05-28T15:32:29Z 2019-05-28T15:32:29Z MEMBER

Any thoughts, team?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Implement @ operator for DataArray 448295143

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