home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 130743212 and user = 5635139 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

  • max-sixty · 5 ✖

issue 1

  • Allow empty result of numerical operations between DataArrays · 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
184526596 https://github.com/pydata/xarray/pull/741#issuecomment-184526596 https://api.github.com/repos/pydata/xarray/issues/741 MDEyOklzc3VlQ29tbWVudDE4NDUyNjU5Ng== max-sixty 5635139 2016-02-16T05:22:24Z 2016-02-16T05:22:24Z MEMBER

Cheers!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow empty result of numerical operations between DataArrays 130743212
184010463 https://github.com/pydata/xarray/pull/741#issuecomment-184010463 https://api.github.com/repos/pydata/xarray/issues/741 MDEyOklzc3VlQ29tbWVudDE4NDAxMDQ2Mw== max-sixty 5635139 2016-02-15T00:11:55Z 2016-02-15T05:31:29Z MEMBER

This is my final PR of the recent bunch that's ready to go @shoyer

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow empty result of numerical operations between DataArrays 130743212
181720858 https://github.com/pydata/xarray/pull/741#issuecomment-181720858 https://api.github.com/repos/pydata/xarray/issues/741 MDEyOklzc3VlQ29tbWVudDE4MTcyMDg1OA== max-sixty 5635139 2016-02-09T05:49:22Z 2016-02-09T05:49:22Z MEMBER

@shoyer I think this is a decent balance: - Allow empty dimensions - But raise if non-existent dimensions are supplied

I think the code and tests now reflect that. Let me know your thoughts / comments

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow empty result of numerical operations between DataArrays 130743212
180223621 https://github.com/pydata/xarray/pull/741#issuecomment-180223621 https://api.github.com/repos/pydata/xarray/issues/741 MDEyOklzc3VlQ29tbWVudDE4MDIyMzYyMQ== max-sixty 5635139 2016-02-05T06:38:04Z 2016-02-05T06:38:04Z MEMBER

Super - those are now updated @shoyer

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow empty result of numerical operations between DataArrays 130743212
178683833 https://github.com/pydata/xarray/pull/741#issuecomment-178683833 https://api.github.com/repos/pydata/xarray/issues/741 MDEyOklzc3VlQ29tbWVudDE3ODY4MzgzMw== max-sixty 5635139 2016-02-02T16:51:33Z 2016-02-02T16:51:33Z MEMBER

Not sure if I'm doing something foolish - I had some issues running the tests on my machine because of the from .version import version as __version__. Let me know if there's a quick fix beyond me commenting that line out.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow empty result of numerical operations between DataArrays 130743212

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