home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 84733396 and user = 1217238 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

  • shoyer · 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
108613099 https://github.com/pydata/xarray/issues/424#issuecomment-108613099 https://api.github.com/repos/pydata/xarray/issues/424 MDEyOklzc3VlQ29tbWVudDEwODYxMzA5OQ== shoyer 1217238 2015-06-03T20:51:35Z 2015-06-03T20:51:35Z MEMBER

@jhamman see https://github.com/xray/xray-data

{
    "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
108599685 https://github.com/pydata/xarray/issues/424#issuecomment-108599685 https://api.github.com/repos/pydata/xarray/issues/424 MDEyOklzc3VlQ29tbWVudDEwODU5OTY4NQ== shoyer 1217238 2015-06-03T20:08:20Z 2015-06-03T20:08:20Z MEMBER

If you can cut it down to something like 50-100 MB (obviously smaller is better) we can host it on github. I'll make another xray repo for example datasets.

On Wed, Jun 3, 2015 at 1:01 PM, Joe Hamman notifications@github.com wrote:

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

— Reply to this email directly or view it on GitHub https://github.com/xray/xray/issues/424#issuecomment-108597289.

{
    "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
108596418 https://github.com/pydata/xarray/issues/424#issuecomment-108596418 https://api.github.com/repos/pydata/xarray/issues/424 MDEyOklzc3VlQ29tbWVudDEwODU5NjQxOA== shoyer 1217238 2015-06-03T19:56:52Z 2015-06-03T19:56:52Z MEMBER

@jhamman how big is your data? It would indeed be nice to host this online somewhere.

{
    "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 187.316ms · About: xarray-datasette