home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 110397252 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • shoyer 2
  • jhamman 2

issue 1

  • Ensure xplt.FacetGrid works on Dataset objects · 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
150028900 https://github.com/pydata/xarray/pull/613#issuecomment-150028900 https://api.github.com/repos/pydata/xarray/issues/613 MDEyOklzc3VlQ29tbWVudDE1MDAyODkwMA== jhamman 2443309 2015-10-21T21:26:50Z 2015-10-21T21:26:50Z MEMBER

@shoyer - I just had a look through this. I don't have any significant comments. I think you merge this.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Ensure xplt.FacetGrid works on Dataset objects 110397252
149671835 https://github.com/pydata/xarray/pull/613#issuecomment-149671835 https://api.github.com/repos/pydata/xarray/issues/613 MDEyOklzc3VlQ29tbWVudDE0OTY3MTgzNQ== shoyer 1217238 2015-10-20T19:10:11Z 2015-10-20T19:10:11Z MEMBER

@jhamman any comments here?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Ensure xplt.FacetGrid works on Dataset objects 110397252
146636334 https://github.com/pydata/xarray/pull/613#issuecomment-146636334 https://api.github.com/repos/pydata/xarray/issues/613 MDEyOklzc3VlQ29tbWVudDE0NjYzNjMzNA== shoyer 1217238 2015-10-08T17:49:25Z 2015-10-08T17:49:25Z MEMBER

Yes, this will certainly need a rebase after #608 (which we should merge first).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Ensure xplt.FacetGrid works on Dataset objects 110397252
146626702 https://github.com/pydata/xarray/pull/613#issuecomment-146626702 https://api.github.com/repos/pydata/xarray/issues/613 MDEyOklzc3VlQ29tbWVudDE0NjYyNjcwMg== jhamman 2443309 2015-10-08T17:11:25Z 2015-10-08T17:12:00Z MEMBER

This is great. I'll give this a review later today.

Side note: I think we're going to have a few merge conflicts after #608.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Ensure xplt.FacetGrid works on Dataset objects 110397252

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