home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER", issue = 278335633 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • shoyer · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
353726623 https://github.com/pydata/xarray/pull/1752#issuecomment-353726623 https://api.github.com/repos/pydata/xarray/issues/1752 MDEyOklzc3VlQ29tbWVudDM1MzcyNjYyMw== shoyer 1217238 2017-12-23T13:38:41Z 2017-12-23T13:38:41Z MEMBER

The intent with decoders is handle the invertible transformations between a raw file on disk and xarray's data model. So we will definitely need some transformations that act on a collection of variables (e.g., to decode coordinates vs data variables), but not in the form of a Dataset yet. These decoders/encoders will probably take/return three arguments: variables (an OrderedDict of xarray.Variable objects with both coordinates and data), dims (dict of dimension names to sizes) and (global) attrs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Refactor xarray.conventions into VariableCoder 278335633
351452346 https://github.com/pydata/xarray/pull/1752#issuecomment-351452346 https://api.github.com/repos/pydata/xarray/issues/1752 MDEyOklzc3VlQ29tbWVudDM1MTQ1MjM0Ng== shoyer 1217238 2017-12-13T16:53:31Z 2017-12-13T16:53:31Z MEMBER

I'm going to merge this shortly if there are no objections.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Refactor xarray.conventions into VariableCoder 278335633

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