home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • jhamman · 3 ✖

issue 1

  • include data for 'Calculating Seasonal Averages ... ' Example · 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
108607356 https://github.com/pydata/xarray/issues/424#issuecomment-108607356 https://api.github.com/repos/pydata/xarray/issues/424 MDEyOklzc3VlQ29tbWVudDEwODYwNzM1Ng== jhamman 2443309 2015-06-03T20:35:12Z 2015-06-03T20:35:12Z MEMBER

Yes, can do. It will take me a bit of time to get around to it but you can assign this issue to me. Just let me know when you have an data repository setup.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  include data for 'Calculating Seasonal Averages ... ' Example 84733396
108597289 https://github.com/pydata/xarray/issues/424#issuecomment-108597289 https://api.github.com/repos/pydata/xarray/issues/424 MDEyOklzc3VlQ29tbWVudDEwODU5NzI4OQ== jhamman 2443309 2015-06-03T20:01:19Z 2015-06-03T20:01:19Z MEMBER

That particular dataset is ~5GB but I could cut it down to a more reasonable size.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  include data for 'Calculating Seasonal Averages ... ' Example 84733396
108594580 https://github.com/pydata/xarray/issues/424#issuecomment-108594580 https://api.github.com/repos/pydata/xarray/issues/424 MDEyOklzc3VlQ29tbWVudDEwODU5NDU4MA== jhamman 2443309 2015-06-03T19:50:36Z 2015-06-03T19:50:36Z MEMBER

@shoyer. I'm not sure you want to carry around any more datasets but I can certainly provide a sample dataset for this example if you want.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  include data for 'Calculating Seasonal Averages ... ' Example 84733396

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