home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "MEMBER" and issue = 84733396 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 3
  • jhamman 3

issue 1

  • include data for 'Calculating Seasonal Averages ... ' Example · 6 ✖

author_association 1

  • MEMBER · 6 ✖
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
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
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
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
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
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 16.319ms · About: xarray-datasette