home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 189544925 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

  • crusaderky 3
  • shoyer 2

issue 1

  • full_like, zeros_like, ones_like · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
263177105 https://github.com/pydata/xarray/pull/1124#issuecomment-263177105 https://api.github.com/repos/pydata/xarray/issues/1124 MDEyOklzc3VlQ29tbWVudDI2MzE3NzEwNQ== shoyer 1217238 2016-11-28T03:42:47Z 2016-11-28T03:42:47Z MEMBER

This looks great -- thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  full_like, zeros_like, ones_like 189544925
263109791 https://github.com/pydata/xarray/pull/1124#issuecomment-263109791 https://api.github.com/repos/pydata/xarray/issues/1124 MDEyOklzc3VlQ29tbWVudDI2MzEwOTc5MQ== crusaderky 6213168 2016-11-27T08:50:24Z 2016-11-27T08:50:24Z MEMBER

Done and ready for review

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  full_like, zeros_like, ones_like 189544925
263055385 https://github.com/pydata/xarray/pull/1124#issuecomment-263055385 https://api.github.com/repos/pydata/xarray/issues/1124 MDEyOklzc3VlQ29tbWVudDI2MzA1NTM4NQ== crusaderky 6213168 2016-11-26T10:14:04Z 2016-11-26T10:14:04Z MEMBER

ping - is there anything outstanding before you can merge this?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  full_like, zeros_like, ones_like 189544925
261734372 https://github.com/pydata/xarray/pull/1124#issuecomment-261734372 https://api.github.com/repos/pydata/xarray/issues/1124 MDEyOklzc3VlQ29tbWVudDI2MTczNDM3Mg== crusaderky 6213168 2016-11-19T19:31:54Z 2016-11-19T19:31:54Z MEMBER

fixed

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  full_like, zeros_like, ones_like 189544925
260836321 https://github.com/pydata/xarray/pull/1124#issuecomment-260836321 https://api.github.com/repos/pydata/xarray/issues/1124 MDEyOklzc3VlQ29tbWVudDI2MDgzNjMyMQ== shoyer 1217238 2016-11-16T02:32:10Z 2016-11-16T02:32:10Z MEMBER

Looks like one of your tests (TestAsCompatibleData.test_full_like) needs to use the requires_dask decorator so it skips if dask is not installed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  full_like, zeros_like, ones_like 189544925

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