home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "CONTRIBUTOR" and issue = 317853953 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

  • yohai 2

issue 1

  • New Feature: Add FacetGrid functionality to plot.line() · 2 ✖

author_association 1

  • CONTRIBUTOR · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
386922610 https://github.com/pydata/xarray/issues/2084#issuecomment-386922610 https://api.github.com/repos/pydata/xarray/issues/2084 MDEyOklzc3VlQ29tbWVudDM4NjkyMjYxMA== yohai 6164157 2018-05-06T22:44:56Z 2018-05-06T22:44:56Z CONTRIBUTOR

Created a pull request: https://github.com/pydata/xarray/pull/2107 This is my first time contributing to an open-source project so be gentle. Any feedback will be appreciated.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  New Feature: Add FacetGrid functionality to plot.line() 317853953
384670467 https://github.com/pydata/xarray/issues/2084#issuecomment-384670467 https://api.github.com/repos/pydata/xarray/issues/2084 MDEyOklzc3VlQ29tbWVudDM4NDY3MDQ2Nw== yohai 6164157 2018-04-26T14:54:38Z 2018-04-26T14:54:38Z CONTRIBUTOR

@shoyer I can try to work on it and already tried to dig through the code to see how it can be done. If I commit to doing that then (a) it'll take time and (b) I'll probably bug you to help me...

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  New Feature: Add FacetGrid functionality to plot.line() 317853953

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